*{
    color: #fff;
    background-color: #181818;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo{
   top: 10px;
}
.banner{
    background-image: url("/assets/WhatsApp\ Image\ 2025-08-02\ at\ 11.34.03_770faf44.jpg");
    background-position: center center;
    background-repeat:no-repeat;
    background-size:cover;
    max-width: 100%;
    height:600px;
}
.posters{
    display: flex;
    column-gap:1.2rem;
    overflow:scroll hidden;
    margin: 1.3% 2%;
}
.posters::-webkit-scrollbar{
    display: none;
}
.poster{
    /* margin: 0px 0.5%; */
    border-radius: 3px;
}
.categories{
    padding-left:2rem;
    font-size:20px;
    font-weight:400;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}
.container{
    margin: 3% 0% 3% 1%;
    
}
.desc{
    font-size: 16px;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    text-align: center;
    margin-top: 2px;
}
.headdesc{
    font-size:3.25rem;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-weight: 900;
    background: none;
    position: absolute;
    margin-top: 200px;
    width: 30%;

}
.info{  
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-size: 19px;
    color: #ffffff;
    position: absolute;
    margin-top: 300px;
  
}
.titleinfo{
    max-width: 43%;
    padding: 0% 3%;
    margin-top: 3rem;
    background: none;
}
.titleinfo span{
    font-size: 1.1rem;
    background: none;
}
.navbar{
    max-width: 100%;
    height: 50px;
    background-color:black;
    position: sticky;
    top: 0;
    padding:5px 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer{
    padding:5% 4.5%;
    border-top: 2px solid #333;
    color: #666;
}
.coln{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.row{
    display: flex;
    flex-direction: row;
    justify-content:start;
    column-gap: 8.5rem;
}
footer p{
    color: #737373;
    margin-bottom:2.5rem;
    font-size: 1rem;
}
footer a{
    color: #737373;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
}
footer a:hover{
    text-decoration: underline;
}
.links{
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap:0.6rem;
    background-color:black;
}
.links a{
    text-decoration: none;
}
.links p{
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-size: 13px;
    color: #fff;
}
.joinnow{
    background-color:#E50914;
    color: #ffffff;
    padding: 7px 35px;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.signin{
    color: #ffffff;
    padding: 7px 21px;
    border: 1px solid #888;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 15px;
}
