@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Poppins:wght@300;400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}



 html body{
    background-color: black;
    /* width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; */
}
.main{
    background-image: url('https://assets.nflxext.com/ffe/siteui/vlv3/024bfb98-9e9d-441d-9c5f-d2c798d8e42f/web/IN-en-20251013-TRIFECTA-perspective_b6324826-0535-47c5-be5f-4f50e9663eaf_large.jpg');
    background-position: center center;
    background-size: max(1200px,100vw);
    background-repeat: no-repeat;
    height: 644px;
    position: relative;
}
.main .box{
    position: absolute;
    height: 644px;
    top: 0;
    opacity: 0.6;
    width: 100%;
    background-color: rgb(0,0,0);
}
nav{
    max-width: 80vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100px;
}

nav img{
    width: 130px;
    position: relative;
    z-index: 10;
   
}
nav button{
    position: relative;
    z-index: 10;
}
.btn{
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}
.btn-red{
    background-color: #e50914;
}
.seperation{
    height: 2px;
    position: relative;
    background-color:  rgb(46, 44, 44);
}
.hero{
    font-family: 'Martel Sans', sans-serif;
    height: calc(100%-100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    z-index: 10;
    gap: 2px;
    padding: 0,20px;
}
.hero :first-child{
    /* font-family: 'popins', sans-serif; */
    text-align: center;
    
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 90px;
}
.hero :nth-child(2){
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}
.hero :nth-child(3){
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.email{
    position: relative;
    margin-top: 30px;
    justify-content: center;
    display: flex;
    gap: 20px;
    z-index: 10;
    
}

.email input{

    border-radius: 2px;
    padding: 18px 10px;
    font-size: 15px;
    width: 30vw;
    max-width: 600px;
    border: none;
    outline: none;
    color: white;
    background-color: rgba(23, 23, 23, 0.7);
    border: #787475 1.5px solid;
   
}
.email button{
    font-weight: bolder;
    border-radius: 2px;
    padding: 18px 20px;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #e50914;
    color: white;
    cursor: pointer;
}
.first  {
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    justify-content: center;
    align-items: center;
    
}

    

.first-text{
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 10px;
    margin-top: 7px;
    text-align: center;
}
.first-text :first-child{
    font-size: 2rem;
    font-weight: 700;
}
.first-image{
    position: relative;
}
.first-image img{
    position: relative;
    width: 555px;
    z-index: 10;
}
 .first-image video{
     position: absolute;
    top: 51px;
    right: 0;
    width: 555px;

    
   
}
section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}
section.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: bolder;
}


section.first>div :nth-child(2) {
    font-size: 24px;

}

.faq{
    color: white;
    position: relative;
    
    
}
.faq-text{
    display: flex;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.question{
    background-color: rgb(31, 31, 31);
    color: white;
    /* max-width: 800px; */
    width: 75vw;
    margin: auto;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.question:hover{
    background-color: rgb(51, 51, 51);
}
.email-faq{
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    gap: 20px;
    z-index: 10;
    
}
footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 60px;
    
}

footer .questions {
    padding: 34px 0;
}


.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;
}
footer a {
    display: block;
    margin-bottom: 20px;
    color: white;
    font-size: 0.9rem;
    
}
@media screen and (max-width: 765px) {

    nav{
        max-width: 90vw;
    }

    .first {
        flex-wrap: wrap;
    }

    .first-image img {
        width: 305px;
    }

    .first-image video {
        width: 305px;
    }

    .hero> :nth-child(1) {
        font-size: 32px;
    }

    .hero> :nth-child(2) {
        font-size: 18px;
    }

    .hero> :nth-child(3) {
        font-size: 18px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .faq h2 {
        text-align: center;
        font-size: 32px;
    }

    footer {
        max-width: 90vw;
        padding: 75px 0;
    }

    .footer-item{
        align-items: center;
    }
 

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

    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
}


.footer a {
    font-size: 14px;
    color: white;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

