@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
@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');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
}

.main {
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px, 100vw);
    background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/7c0e18aa-2c95-474d-802e-7f30e75dcca4/web/IN-en-20241014-TRIFECTA-perspective_e7121311-c11e-4809-a3e6-22abffa33569_large.jpg");
}

.main .box {
    height: 70vh;
    width: 100%;
    opacity: 0.69;
    position: absolute;
    top: 0;
    background-color: black;
}

nav {
    max-width: 80vw;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100px;
}

nav img {
    width: 130px;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
}

.hero {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: "Martel Sans", sans-serif;
    font-weight: 600;
    gap: 23px;
    padding: 0 30px;
}

.hero> :nth-child(1) {
    font-size: 56px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
}

.hero> :nth-child(2) {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.hero> :nth-child(3) {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.seperation {
    height: 7px;
    background-color: rgb(46, 44, 44);
    position: relative;
    z-index: 20;
}

.btn {
    font-family: "Martel Sans", sans-serif;
    padding: 3px 8px;
    font-weight: 400;
    color: white;
    background-color: rgba(248, 243, 243, 0.021);
    border: 1px solid white;
    border-radius: 4px;
    cursor: pointer;
}

.btn-red {
    background-color: red;
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
    font-weight: 400;
}

.btn-red-sm {
    background-color: red;
    color: white;
}

.main input {
    padding: 7px 101px 8px 14px;
    color: white;
    font-family: "Martel Sans", sans-serif;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 900;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.5);
}

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

.first {
    display: flex;
    justify-content: center;
    max-width: 70vw;
    align-items: center;
    margin: auto;
    color: white;
}


.secImg {
    position: relative;
}

.secImg img {
    width: 710.4px;
    position: relative;
    z-index: 10;
}

.secImg video {
    width: 73%;
    position: absolute;
    top: 135px;
    right: 102px;
}

section.first>div {
    display: flex;
    flex-direction: column;
    padding: 34px 0;
}

section.first>div :nth-child(1) {
    font-size: 48px;
    font-weight: 900;
    font-family: "Martel Sans", sans-serif;
}

section.first>div :nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    font-family: "Martel Sans", sans-serif;
}

.third .secImg video {
    width: 80%;
    position: absolute;
    top: 130px;
    right: 47px;
}

.faq {
    background: black;
    color: white;
    padding: 34px;
}

.faq h2 {
    text-align: center;
    font-family: "Martel Sans", sans-serif;
    font-weight: 900;
    font-size: 48px;
}

.faqbox {
    display: flex;
    justify-content: space-between;
    background-color: rgb(51, 51, 51);
    padding: 24px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 10px auto;
    max-width: 85vw;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

.faqbox svg {
    color: white;
}

.faqbox:hover {
    background-color: #414141
}

.down {
    height: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    gap: 23px;
    padding: 50px 30px;
}

.down> :nth-child(1) {
    font-size: 24px;
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    text-align: center;
    color: white;
}

.down input {
    padding: 15px 101px 8px 14px;
    color: white;
    font-size: 12px;
    font-family: "Martel Sans", sans-serif;
    border-radius: 4px;
    font-weight: 900;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(246, 238, 238, 0.5);
}

footer {
    color: rgba(255, 255, 255, 0.7);
    max-width: 60vw;
    margin: auto;
    font-weight: 400;
    font-family: "Martel Sans", sans-serif;
}

footer .questions {
    padding: 34px 0;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    padding: 24px;
}

.footer a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Martel Sans", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

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

}


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

    .secImg img {
        width: 305px;
        position: relative;
        z-index: 10;
    }

    .secImg video {
        width: 73%;
        position: absolute;
        top: 135px;
        right: 102px;
    }
    .first .secImg video {
        top: 81px;
        right: 44px;
    }
    .third .secImg video {
        top: 75px;
        right: 42px;
    }

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

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

    .hero> :nth-child(3) {
        font-size: 18px;
    }
    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
        color: rgba(255, 255, 255, 0.7);
        padding: 24px;
    }
    .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 a{
        text-align: center;
    }
    .footer-item{
        align-items: center;
    }
}