@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&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;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100vh;
}

.wrap {
    display: flex;
    flex-direction: column;
}

.body-background {
    height: 100%;
    width: 100%;
    filter: brightness(45%);
    object-fit: cover;
    z-index: 0;
    position: absolute;
    background-repeat: no-repeat;
}

header {
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 45px;
    z-index: 11;
    position: relative;
    margin: auto;
    margin-top: 15px;
    top: 10px;
}

@media (max-width: 450px) {
    nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

.logo {
    height: 85px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: aqua; */
}

.logo img {
    height: 100%;
    width: 100%;
    position: relative;
}

@media (max-width: 1500px) {
    .logo {
        height: 50px;
        width: 150px;
    }
}

.lang-sign {
    display: flex;
    width: 220px;
    height: 35px;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.lang {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.103);
    color: white;
    border: 0.5px solid white;
    border-radius: 5px;
    width: 130px;
    height: 6vh;
}

#lang-icon {
    height: 4vh;
}

.deaf {
    font-family: "Rubik", sans-serif;
    font-size: 1rem;
}

#drop {
    height: 1vh;
}

.sign {
    color: white;
    font-family: "Rubik", sans-serif;
    height: 6vh;
    width: 85px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9rem;
}

.sign:hover {
    cursor: pointer;
    filter: brightness(90%);
}

.center-content1 {
    height: max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    place-items: center;
    top: 95px;
    margin: auto;
    gap: 23px;
    padding: 121px;
}

@media (max-width: 900px) {
    .center-content1 {
        padding-top: 121px;
        padding-left: 0px;
        padding-right: 0px;

    }
}

.title {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    width: 500px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
}


.price {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 1.2rem;
    z-index: 1;
}

.membership {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 1rem;
    z-index: 99;
    width: max-content;
}

.started {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.started input {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    font-weight: 500;
    padding: 15px 15px;
    background-color: rgba(173, 168, 168, 0.082);
    width: 320px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid white;
}

.button {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    z-index: 1;
    background-color: rgb(224, 44, 44);
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button img {
    transform: rotate(-90deg);
    height: 4vh;
}

.button:hover {
    cursor: pointer;
    filter: brightness(90%);
}

.center-content2 {
    position: relative;
    width: 100%;
    height: max-content;
    background-color: red;
}

.second-body {
    background-color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.trending {
    color: white;
    z-index: 10;
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    width: 80%;
    height: 25px;
    margin: auto;
    margin-top: 25px;
}

.scroll {
    height: 300px;
    max-width: 80%;
    z-index: 100;
    display: flex;
    overflow-y: hidden;
    margin: auto;
    margin-top: 25px;
}


.movie {
    height: 250px;
    width: 180px;
    margin: 12px 25px;
    border-radius: 10px;
    display: flex;
    position: relative;

}

.imgs {
    border-radius: 10px;
}


.one {
    z-index: 101;
    height: 100px;
    width: 80px;
    position: relative;
    top: 115px;
    right: 175px;
    margin-top: 25px;
}

.reason {
    color: white;
    height: 25px;
    width: 80%;
    z-index: 101;
    font-family: "Rubik", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin: auto;
    margin-top: 25px;
}

.features {
    max-width: 80%;
    display: grid;
    grid-template-columns: 250px 250px 250px 250px;
    grid-template-rows: 310px;
    z-index: 500;
    margin: auto;
    margin-top: 25px;
}


.benefits {
    height: 85%;
    width: 90%;
    background: linear-gradient(to bottom right, rgba(0, 0, 255, 0.2) 50%, rgba(255, 0, 0, 0.2));
    border-radius: 10px;
    padding: 15px 10px;
    margin: auto;
}

@media (max-width: 1250px) {
    .features {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-template-rows: 310px 310px;
        justify-items: center;
        justify-content: space-evenly;
    }
}

@media (max-width: 900px) {
    .features {
        display: grid;
        grid-template-columns: 99%;
        grid-template-rows: 310px;
        justify-items: center;
        justify-content: space-evenly;
    }
}

.heading {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 1.5rem;
    /* width: 200px; */
}

.discreption {
    color: rgb(151, 151, 151);
    font-family: "Stack Sans Text", sans-serif;
    font-size: 1rem;
    margin: 15px 0px;
}

.icon {
    position: relative;
    bottom: 0px;
    bottom: 10px;
    /* transform: translateX(150px); */
}



.faq {
    color: rgb(255, 255, 255);
    font-family: "Stack Sans Text", sans-serif;
    z-index: 105;
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
    margin-top: 12px;
}

.quesn {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    margin-top: 12px;
}

.ques {
    background-color: rgb(39, 38, 38);
    height: 70px;
    margin: 5px 0px;
    font-family: "Stack Sans Text", sans-serif;
    color: white;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

@media (max-width: 700px) {
    .ques {
        font-size: 1rem;
    }
}

.ques img {
    height: 45px;
    width: 45px;
    margin-right: 15px;
}

.ques:hover {
    filter: brightness(120%);
    cursor: pointer;
}



.ready-to-watch {
    color: white;
    font-family: "Stack Sans Text", sans-serif;
    z-index: 105;
    font-size: 0.8rem;
    margin: auto;
    margin-top: 60px;
}

.placeholder2 {
    display: flex;
    margin: auto;
    margin-top: 12px;
    height: max-content;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.sec2 {
    z-index: 106;
}

.sec2 input {
    width: 470px;
}


.customer-care {
    font-family: "Stack Sans Text", sans-serif;
    color: rgb(163, 162, 162);
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.under:hover {
    cursor: pointer;
}

.about {
    width: 80%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    z-index: 800;
    margin: auto;
    margin-top: 40px;
}

@media (max-width: 1100px) {
    .about {
        display: grid;
        grid-template-columns: 40% 40%;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .about {
        display: grid;
        grid-template-columns: 80%;
        justify-content: center
    }
}

.row1 ul {
    display: flex;
    flex-direction: column;
    font-family: "Stack Sans Text", sans-serif;
}

.row1 ul a {
    color: rgb(163, 162, 162);
    margin: 2px 0px;
}

.lang2 {
    z-index: 105;
    background-color: rgba(128, 128, 128, 0.178);
}

.lang3 {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.nin {
    color: gray;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 0.9rem;
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

.learn-more {
    color: gray;
    font-family: "Stack Sans Text", sans-serif;
    font-size: 0.8rem;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 100px;

}

.learn-more a {
    color: rgb(20, 107, 219);
}

@media (max-width: 850px) {
    .started {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .title {
        font-size: 2rem;
    }

    .membership {
        width: 400px;
        text-align: center;
    }
}


@media (max-width: 550px) {
    .title {
        font-size: 1.5rem;
        width: 100vw;
        text-align: center;
    }

    .membership {
        width: 100vw;
        text-align: center;
    }

    .price {
        width: 100vw;
        text-align: center;
    }

    .started input {
        width: 80vw;
    }

    .button {
        font-size: 1rem;
        width: 30vw;
    }

    .button img {
        height: 2vh;
    }
}

@media (max-width: 400px) {
    .trending {
        font-size: 1rem;
    }

    .reason {
        font-size: 1.5rem;
    }

    .heading {
        font-size: 1rem;
    }

    .faq {
        font-size: 1rem;
    }
}