@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

body{
    background-color: black;
}

.main {
    
    background-image: url(assets/images/bg_image.jpg);
    height: 644px;
    background-size: cover;
    /* Ensures the whole image fits or image scales up or down to completely fill the div*/
    /* or background-size: max(1200px , 100vw) ; */
    background-repeat: no-repeat;
    /* background-position: center center; */



}

nav {
    display: flex;
    width: 80vw;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 1.5%;
    position: absolute;
    top: 0;
    left : 10%
}

/* to align the the english , sign in , netflix for mobiles  */
@media screen and (max-width : 520px){
    nav {
    display: flex;
    width: 100vw;
    justify-content: space-around;
    top: 0;
    left: 0%;
    }
}

 nav div{
        display: flex;
 }
    

/*  logo ki image width is set through inline css */
.box {

    height: 644px;
    opacity: 0.69;
    background-color: black;
    top: 0;
}

.hero {
    color: white;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 644px; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 0px;
   
}

.hero> :nth-child(1) , .hero> :nth-child(2){
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-style:normal;
    font-size: 56px;
    text-align: center;
    padding: 0 30px;
}

.hero> :nth-child(3) {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 21px;
    text-align: center;
    padding: 0 30px;
}

.hero> :nth-child(4){
    margin-top: 2rem;
    margin-bottom: 1em;
    font-family: 'Poppins', sans-serif;
    font-weight:415;
    font-style:normal;
    font-size: 15px;
    text-align: center;
    padding: 0 30px;
}


.line{
    width: 100%;
    height: 0.45rem;
    background-color: rgb(46, 44, 44);
    
}

.btn{
    font-family: Helvetica, sans-serif;
    padding : 6px 26px;
    /* font-weight: bold; */
    color: white;
    border: 0.05rem solid grey ;
    background-color:rgba(23,23,23,0.69) ;
    border-radius: 0.27rem;
    font-weight:500 ;
    font-size: 16px;
    cursor: pointer;
    
}

select{
    font-family: Helvetica, sans-serif;
    padding : 6px 26px;
    /* font-weight: bold; */
    color: white;
    border: 0.05rem solid grey ;
    background-color:rgba(23,23,23,0.69) ;
    border-radius: 0.27rem;
    font-weight:500 ;
    font-size: 16px;
    cursor: pointer;

}

.btn-red{
    background-color: rgb(229, 9, 20);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    border: none;
    font-size: 24px;
    font-weight:600;
    font-family: 'Poppins', sans-serif;

}

.main input{
    size: inherit;
    padding: 0.8rem 1.5rem;
    border-radius: 0.25rem;
    border: 0.05rem solid grey ;
    font-size: 16px;
    font-weight:400;
    width: 20rem;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(23,23,23,0.69);
    color: white;
    
}

.hero_btn{
    display: flex ;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-red-sm:hover{
    background-color: #C11119
}


.btn-red-sm{
    transition:  all 1s ease-out;;
    background-color: rgb(229, 9, 20);
    font-weight: 700;
    font-size: 14px;
    padding: 8px 13px;
    color: white  ;
    border: none;
    cursor: pointer;
}

section{
    padding-bottom: 21px ;
}

.first{
    color:white;
    display: flex;
    width: 80vw;
    /* height: 47vh; */
    margin: auto;
    justify-content: center;
    align-items: center;
}

.content{
    display: flex;
    justify-content: center;
    flex-flow: column;
    width: 31vw;
    padding: 34px 0;

}


.content> :nth-child(1){
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 48px;

 
}

.content> :nth-child(2){
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-style:normal;
    font-size:20px;
   

}

.secImg img{
    width: 555px;
}

.secImg{
    position: relative ;
}

.secImg video{
    position: absolute;
    z-index: -1 ;
    width: 404px;
    right: 79px;
    bottom: 109px;
    
}


@media screen and (max-width : 1300px) {
    .first{
        flex-wrap: wrap ;
    }

    .content{
        width: 400px;
        padding-top: 34px;
    }

}

@media screen and (max-width:1200px){

    .secImg img{
        width: 300px;
}

    .secImg video{
        position: absolute;
        z-index: -1 ;
        width: 220px;
        right: 42px;
        bottom: 62px;
        padding-left: 34px;       
    } 

}

.faq{
   
    display:flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: white;
    
}

.faq span{
    display: flex;
    justify-content: flex-start;
    align-items: last baseline;
    height: 70px;
    width: 80vw;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-style:normal;
    font-size: 23px;
    margin-bottom: 11px;
}

.question:hover{
    background-color: #414141;
    
}

.question{
    transition: all 1s ease-out;
    margin: 4px 0;
    padding: 0 15px;
    display: flex;
    height: 82px;
    width: 79vw;
    background-color: rgb(45, 45, 45);
    justify-content: flex-start;
    align-items: center;
    font-weight: 400; 
    font-size: 22px;
    justify-content: space-between;
    cursor: pointer;
}

footer{
    max-width: 80vw;
    margin:  auto;
    padding: 30px 0 100px 0 ;
}

footer a{
    color: #B2B2B2 ;
    text-decoration: none;
}

footer .call{
    color: #B2B2B2 ;
    padding: 34px 0;
}

.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    color: white ;
}

@media screen and (max-width : 1000px) {
    .footer{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

.footer-item{
    display: flex;
    flex-flow: column;
    gap: 20px;
}

@media screen and (max-with: 400px){
    /* .content{
        
    } */

    .footer{
        grid-template-columns: 1fr 1fr;
        
    }

    .footer-item{
        gap: 25px;
    }
}


/* Hero Text Mobile Responsiveness */

/* For tablets and small laptops */
@media screen and (max-width: 1024px) {
    .hero> :nth-child(1), .hero> :nth-child(2) {
        font-size: 48px;
    }
    
    .hero> :nth-child(3) {
        font-size: 20px;
    }
    
    .hero> :nth-child(4) {
        font-size: 18px;
    }
}

/* For tablets portrait */
@media screen and (max-width: 768px) {
    .hero> :nth-child(1), .hero> :nth-child(2) {
        font-size: 38px;
        padding: 0 20px;
        line-height: 1.1;
    }
    
    .hero> :nth-child(3) {
        font-size: 18px;
        padding: 0 20px;
        margin-top: 20px;
    }
    
    .hero> :nth-child(4) {
        font-size: 16px;
        padding: 0 20px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
}

/* For mobile phones */
@media screen and (max-width: 480px) {
    .hero> :nth-child(1), .hero> :nth-child(2) {
        font-size: 32px;
        padding: 0 15px;
    }
    
    .hero> :nth-child(3) {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .hero> :nth-child(4) {
        font-size: 14px;
        padding: 0 15px;
        line-height: 1.4;
    }
}

/* For very small screens */
@media screen and (max-width: 360px) {
    .hero> :nth-child(1), .hero> :nth-child(2) {
        font-size: 28px;
        padding: 0 10px;
    }
    
    .hero> :nth-child(3) {
        font-size: 15px;
        padding: 0 10px;
    }
    
    .hero> :nth-child(4) {
        font-size: 13px;
        padding: 0 10px;
    }
}




