@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Bree+Serif&family=Martel+Sans:wght@600;900&family=Montserrat:wght@100&family=Poppins:wght@200&display=swap');



*{
    margin: 0;
    padding: 0;
}

body{
    background-color: black;
}
.main{
    background-image: url("img/netflix_bg.jpg");
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main .box{
    background-color: black;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    height: 100vh;
}

nav{
    max-width: 75vw;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 65px;
}
nav svg{
    width: 150px;
    /* height: 55px; */
    fill: #e50914;
    position: relative;
    z-index: 1;
}
nav div button{
    position: relative;
    z-index: 1;
}
.content{
    height: 90%;
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
    z-index: 10;
    color: white;
    font-family: 'Poppins', sans-serif;
}
.content> :nth-child(1){
    font-weight:900;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
}
.content :nth-child(2){
    font-size: 23px;
}
.content :nth-child(3){
    font-size: 23px;
}
.content :nth-child(4){
    font-size: 20px;
}

.getstrt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}

.btn{
    padding: 5px 10px;
    font-size: 19px ;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.104);
    border: 1px solid rgba(255, 255, 255, 0.165);
    color: white;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
}
.red-btn{
    background-color: #e50914;
    color: white;
    font-size: 27px !important;
    padding:15px 29px;
    border-radius: 5px;
    cursor: pointer;
}
.red-btn-sm{
    background-color: #e50914;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin: 0px 0px 0px 8px;
}
.main input{
    font-size: 18px !important;
    padding: 19px  103px 19px 7px;
    border: 1px solid rgba(246,238,238,0.5);
    border-radius: 7px;
    background-color: rgba(23,23,23,0.2);
    position: relative;
    z-index: 10;
    color: white;
}


.seperation{
    height: 5px;
    background-color: rgb(27, 26, 26);
}

.first{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 620px;
    max-width: 70vw;
    margin: auto;
}


.first .txt{
    color: white;
    font-family: 'Poppins', sans-serif;

}

.SetImg{
    position: relative;
    padding: 10px 0px;
}
.first .SetImg img{
    width: 355px;
    position: relative;
    z-index: 10;
}

.first .SetImg video{
    width: 300px;
    position: absolute;
    top: 32px;
    overflow: hidden;
    right: 0;
    /* left: 43; */
}
.txt{
    gap: 20px;
    padding: 34px 0px;
    font-family: 'Poppins', sans-serif;

}
.txt :nth-child(1){
    font-size: 50px;
    font-family: 'Poppins', sans-serif;

}

.txt :nth-child(2){
    font-size: 22px;
    font-family: 'Poppins', sans-serif;

}
.txt :nth-child(3){
    font-size: 22px;
}
.txt :nth-child(4){
    font-size: 22px;
}
.faq .h2{
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    padding:28px 0px 0px 0px;
    margin-bottom: 17px;
    font-family: 'Poppins', sans-serif;
}
.faqbox{
    max-width: 80vw;
    margin: auto;
}
.faqbox{
    background-color: #2d2d2d;
    color: white;
    padding: 17px 17px;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.faqbox:hover{
    background-color: #414141;
}
.faqbox .material-symbols-outlined{
    font-size: 25px;
}
.getstrt{
    margin-bottom: 50px;
}
.getstrt input{
    font-size: 18px !important;
    padding: 19px  103px 19px 7px;
    border: 1px solid rgba(246,238,238,0.5);
    border-radius: 7px;
    background-color: rgba(23,23,23,0.2);
    position: relative;
    z-index: 10;
    color: white;
}
.red-btn{
    background-color: #e50914;
    color: white;
    font-size: 27px !important;
    padding:15px 29px;
    border-radius: 5px;
    cursor: pointer;
}
.ready{
    color: white;
    font-size: 20px;
    position: relative;
    max-width: 50vw;
    margin: auto;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    /* margin: 35px 0px 35px; */
    padding: 35px 0px 15px;

}
footer{
   
    color: white;
    max-width: 80vw;
    padding: 13px;
    margin: auto;
}

footer> div{
    padding: 30px 0px;
    font-family: 'Poppins', sans-serif;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer_item{
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.footer div a{
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 900px){
    
    .first{
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:900px){
    .getstrt{
        flex-direction: column;
    }
    .content{
        flex-wrap: wrap;
    }
    .content :nth-child(1){
        font-size: 30px;
        text-align: center;
    }
    .content :nth-child(2){
        font-size: 18px;
        text-align: center;
    }
    .content :nth-child(3){
        font-size: 18px;
        text-align: center;
    }
    .content :nth-child(4){
        font-size: 8px;
        text-align: center;
    }
    nav{
        max-width: 90vw;
    }
    nav svg{
        width: 75px;
    }
    .btn{
        padding: 3px 7px;
        font-size: 13px;
    }
    .red-btn{
        font-size: 20px !important;
        padding: 5px 10px;
    }
    .txt :nth-child(1){
        font-size: 30px;
    }
}

@media screen and (max-width:900px){
    .footer{
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}