@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&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: url(assets/images/bg.jpg);
    background-position: center center;
    background-size: max(1200px, 100vw);
    background-repeat: no-repeat;
    height: 75vh;
    position: relative;
}

.main .box{
    height: 75vh;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    background-color: black;
}

nav{
    /* background-color: red; */
    /* padding: 20px; */
    max-width: 60vw;
    height: 100px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav img {
    width: 140px;
    position: relative;
    z-index: 1;
}

nav button{
    position: relative;
    z-index: 1;
}

.hero{
    height: calc(100% - 100px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    font-family: "Martel Sans", sans-serif!important;
    font-weight: 400;
    text-align: center;
    gap: 23px;
}

.hero> :nth-child(1){
    font-size: 64px;
    font-weight: 900;
}

.hero> :nth-child(2){
    font-size: 20px;
    font: 500;
    
}
.hero> :nth-child(3){
    font-size: 16px;
    font: 400;
}

.hero span{
}

.spearation{
    height: 7px;
    position: relative;
    background-color: rgb(54, 51, 51);
    z-index: 20;
}

.btn{
    border-radius: 4px;
    border: none;
    transition: all 0.3s;
    cursor: pointer;
    padding: 6px 16px;
}

.btn-red{
    background-color: #e50914;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 24px;
    font-weight: 500;
    
}

.btn-eng{
    background-color: rgba(39, 38, 38, 0.493);
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 500;
    

}

.btn-red-sm{
    background-color: #e50914;
    color: #ffffff;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;

}

.main input{
    padding: 15px 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    width: 446px;
    background-color: rgba(23, 23, 23, 0.2);
    border: 2px  solid rgba(255, 254, 254, 0.7);
}

.btn:hover{
    background-color: #c11119;

}

.emailHero{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.sec1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    max-width: 70vw;
    margin: auto;
}



/* Media query ends here  */



.sec1img{
    position: relative;
    top: 0;
}

.sec1img img{
    width: 555px;
    position: relative;
    z-index: 10;
}

.sec1img video{
    position: absolute;
    top: 66px;
    right: 23px;
    width: 80%;
}

.sec1 > div{
    display: flex;
    flex-direction: column;
    padding: 34px 0px;
}

.sec1 > div :nth-child(1){
    font-size: 48px;
    font-weight: bolder;
}

.sec1 > div :nth-child(2){
    font-size: 24px;
}



.faq{
    color: #fff;
    padding: 4px;
}
.faq h2{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 26px 0px 10px 0px;
}
.faq-box{
    cursor: pointer;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    background-color: rgb(41, 39, 39);
    padding: 19px;
    width: 50vw;
    margin: 7px auto;
    transition: all 0.3s;
}

.faq-box:hover{
    background-color: #414141;
}

.email-group{
    text-align: center;
    margin: 34px 0 ;
}

.emailfaq{
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}

.emailfaq input{
    padding: 15px 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    width: 275px;
    background-color: rgba(23, 23, 23, 0.2);
    border: 2px  solid rgba(53, 52, 52, 0.7);
}

footer{
    color: #ffffff;
    max-width: 60vw;
    margin: auto;
    padding: 16px;
}

footer span {
    margin: 10px 0px;
    text-align: center;
    font-weight: bold;
}


.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #ffffff;
    margin: 30px 0px;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s;
}

.footer a:hover{
    color: #e50914;
   
}


.footer-items{
    display: flex;
    flex-direction: column;
    gap: 16px;
}


@media screen and (){
    
}

@media screen and (max-width: 1200px){
    .sec1{
        flex-wrap: wrap;
    }
    
    nav{
        max-width: 100vw;
    }
    
    .emailHero {
        display: flex;
        flex-direction: column;
    }
    
    .hero> :nth-child(1) {
        font-size: 34px;
        font-weight: 900;
    }
    
    
    .main input {
        width: 100%;
    }
    
    .sec1 > div {
        text-align: center !important;
    }
    
    
    .sec1 > div :nth-child(1){
        font-size: 32px !important;
    }
    
    .sec1 > div :nth-child(2) {
        font-size: 18px !important;
    }
    
    .sec1img img {
        width: 100% !important;
      
    }
    
    .emailfaq {
        flex-direction: column;
    }
    
    .footer{
        display: grid;
        grid-template-columns: 1fr !important;
        text-align: center;
    }
    
    footer span{
        text-align: center !important;
    }

    
    nav{
        max-width: 100vw;
        justify-content: space-around;
        }

    }

@media screen and (min-width: 1200px) {
    footer .line{
        display: none;
    }

   
}

footer .line{
    height: 2px;
    position: relative;
    background-color: #e50914;
    margin: 12px 0px;
}