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

* {
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
}

body {
    background-color: black;
}

.main {
    background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/a927b1ee-784d-494a-aa80-cf7a062d2523/web/PK-en-20250714-TRIFECTA-perspective_3ea31bb5-14e1-41fe-997f-52b7ec8f28e4_large.jpg");
    position: relative;
    background-position: center center;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: max(1300px, 100vw);
}

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

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

nav svg {
    width: 130px;
    position: relative;
    z-index: 1;
}

nav select {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

nav button {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

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

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

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

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

.hero> :nth-child(4) {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.seperation {
    background-color: rgb(51, 51, 51);
    height: 6px;
    position: relative;
    z-index: 10;
}

.btn {

    font-weight: bold;
    padding: 5px 10px;
}

.btn-red {
    background-color: red;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    padding: 5px 15px;
}

.btn-red-sm {
    cursor: pointer;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    background-color: red;
    position: relative;
    z-index: 1;
}

.main input {
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 100px 10px 14px;
    background: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

select {
    border-radius: 5px;
    background: rgba(23, 23, 23, 0.2);
    color: white;
    font-weight: 500;
    padding: 5px 10px;
}

.btn-red-sm:hover {
    background-color: rgb(180, 3, 3);
}

.btn-red:hover {
    background-color: rgb(180, 3, 3);
}

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

.secimg {
    position: relative;
}

.secimg img {
    width: 410px;
    position: relative;
    z-index: 1;
    left: 20px;

}

.secimg video {
    position: absolute;
    top: 62px;
    right: 0px;
    width: 334px;

}

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

section.first>div :first-child {
    font-size: 48px;
    font-weight: bolder;
}

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

}

.i {
    margin-top: 100px;
}

.second .secimg img {
    position: relative;
    left: 0px;
}

.second>div :first-child {
    font-size: 48px;
    font-weight: bolder;
}

.second>div :nth-child(2) {
    font-size: 24px;
    margin-top: 10px;

}

.faq {
    color: white;
    background-color: black;
    padding: 34px;
    text-align: center;


}

.faq h2 {
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: bold;
}

.faqbox {
    transition: all 0.5s ease-in-out;
    display: flex;
    font-size: 24px;
    padding: 25px;
    justify-content: space-between;
    max-width: 70vw;
    margin: 10px auto;
    background-color: #2d2d2d;
    cursor: pointer;
}

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

}

.faq svg {
    filter: invert(1);
}

.faq svg:hover {
    transform: rotate(45deg);
    transition: all 0.5s ease-out;
}

.t {
    margin-top: 70px;
    margin-bottom: 10px;
}

.email {
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 300px 10px 14px;
    background: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
}

footer {
    color: white;
    max-width: 60vw;
    margin: auto;
    padding: 14px;
}

footer .question {
    padding: 34px 0px;
}

footer a {
    color: rgb(182, 182, 182);
    font-size: 16px;
    font-weight: 400;

}

footer a:active {
    color: red;
    text-decoration-color: white;
}

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


}

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

}

.last {
    font-size: 14px;
    margin-top: 20px;
    color: gray;
}

.lasta {
    color: rgb(0, 140, 255);
}

.netflix {
    margin: 30px 0;
}

.language {
    margin-top: 20px;
}

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

    .first {
        flex-wrap: wrap;
    }

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

    .secimg img {
        width: 300px;
    }

    .secimg video {
        width: 238px;
    }

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

    .hero> :nth-child(2) {
        font-weight: 700;
        font-size: 32px;

    }

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

    .hero> :nth-child(4) {
        font-weight: 400;
        font-size: 16px;
    }

    nav {
        max-width: 95vw;
    }

    .hero-btn {
        flex-direction: column;
    }

    .email {
        padding: 10px 150px 10px 14px;
    }

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

    footer {
        max-width: 90vw;
    }

    .last {
        max-width: 70vw;
        font-size: 10px;
    }

    .faqbox {
        transition: all 0.5s ease-in-out;
        display: flex;
        font-size: 14px;
        padding: 15px;
        justify-content: space-between;
        max-width: 70vw;
        margin: 10px auto;
        background-color: #2d2d2d;
        cursor: pointer;
    }

    .second>div :first-child {
        font-size: 24px;
        font-weight: bolder;
    }

    .second>div :nth-child(2) {
        font-size: 16px;
        margin-top: 10px;

    }



}

@media screen and (max-width:320px) {
    .start {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}