* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.body_image {
    position: relative;
    /* height: 100vh; */
    min-height: 100vh;
    background-image: url(assets/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.container1 {
    width: 100%;
    height: 10vh;
    display: inline-block;
}

.navbar {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    justify-content: space-between;
    /* margin-right: 20px; */
    /* gap: 15vw; */
    position: relative;
    top: 3vh;
    max-width: 80%;
    margin: 0 auto;
}

.logo img {
    width: 148px;
    height: 40px;
    margin: 10px 20px;
    object-fit: contain;
}

#language {
    color: white;
    background-color: black;
    padding: 6px 22px;
    border-radius: 5px;
}

.trans_logo {
    width: 16px;
    height: 16px;
    position: relative;
    left: 22px;
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login button {
    width: 80px;
    height: 33px;
    display: inline-block;
    color: white;
    background-color: red;
    border-radius: 5px;
}

.login button:hover {
    background-color: rgba(229, 9, 20, 1);
}

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

    .navbar {
        flex-direction: column;
        align-items: center;
    }

    .container1,
    .container2 {
        width: 100%;
    }
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5vw;
}

.container3 {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;

}

.text_box1 {
    display: inline-block;
    color: white;
    font-size: larger;
    text-align: center;
    font-weight: 900;
    position: relative;
    top: 10vh;
}

.text_box1 h1 {
    font-size: 50px;
    font-weight: 900;
}

.text_box1 h2 {
    font-size: 21px;
    font-weight: 600;
}

.text_box1 h3 {
    font-size: 15px;
    font-weight: 500;
}

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

    .text_box1 h1 {
        font-size: 30px;
    }

    .text_box1 h2 {
        font-size: 16px;
    }

    .text_box1 h3 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .text_box1 h1 {
        font-size: 24px;
    }

    .text_box1 h2 {
        font-size: 14px;
    }

    .text_box1 h3 {
        font-size: 10px;
    }
}

.button_body {
    display: flex;
    gap: 0.5vw;
    justify-content: center;
    align-items: center;
}

.place_holder {
    background-color: transparent;
    max-width: 367px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding-left: 1vw;
    color: white;
}

.button_body button {
    background-color: red;
    color: white;
    height: 54px;
    max-width: 211px;
    width: 100%;
    border-radius: 5px
}

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

    .button_body {
        flex-direction: column;
        align-items: center;
    }

    .place_holder,
    .button_body button {
        width: 100%;
    }
}

.buton {
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.buton:hover {
    background-color: rgba(229, 9, 20, 1);
    cursor: pointer;
}

.main {
    background-color: #000000;
    height: auto;
}

.curve-wrapper {
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.rectangle {
    height: 4px;
    width: 120%;
    margin-left: -10%;
    background: linear-gradient(90deg,
            transparent,
            #ff006e,
            #e50914,
            #ff006e,
            transparent);
    border-radius: 100% 100% 0 0;
    box-shadow: 0 0 20px rgba(229, 9, 20, 0.6);
}


.trends {
    /* width: 1200px; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    /* margin: 0 13vw; */
    /* height: 60vh; */
    height: auto;
}

.trends h2 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.movie-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.card1 {
    width: 180px;
    height: auto;
    transition: transform 0.3s;

}

.card1:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.card1 img {
    border: 2px solid black;
    border-radius: 10px;
}

.container4 {
    /* width: 86vw; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: auto;

    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    gap: 20px;
    padding-bottom: 50px;
}

.reason0 p {
    max-width: 1200px;
    width: 100%;
    margin: 5vh auto 30px auto;
    padding: 0 20px;
    color: white;
    font-size: 28px;
    font-weight: 700;

}

.reason1,
.reason2 {
    width: 270px;
    height: 300px;
    background: linear-gradient(0deg,
            #1d1931,
            #1e1426);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

.reason1 h4,
.reason2 h4 {
    color: white;
    font-size: 22px;
    margin: 5vh 1vw;
}

.reason1 p,
.reason2 p {
    color: rgb(255 255 255 / 70%);
    margin: 5vh 1vw;
}

.reason1 img {
    position: relative;
    left: 65%;
    top: 5%;
}

.reason2 img {
    position: relative;
    left: 65%;
    bottom: 10px;
    opacity: 0.34;
    filter: contrast(4);
}

.question0 {
    max-width: 1200px;
    width: 100%;
    margin: 5vh auto 30px auto;
    padding: 0 20px;
    color: white;
    font-size: 28px;
    font-weight: 700;
}

.container5 {
    /* width: 86vw; */
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.question1 {
    color: white;
    width: 100%;
    min-height: 84px;
    background-color: #2d2d2d;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
    margin: 10px 0;
    box-sizing: border-box;

}

.question1:hover {
    background-color: #474747cf;
    transform: scale(1.01);
    cursor: pointer;
}

.question1 h2 {
    font-weight: 400;
}

.question1 img {
    padding-right: 2vw;
}

.membership {
    margin-top: 12vh;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.membership p {
    color: white;
    font-size: 17px;
}

.container6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
}

.address {
    /* width: 561px; */
    max-width: 561px;
    width: 100%;
    min-height: 56px;
    height: auto;
    /* display: inline-block; */
    padding: 0 1vw;
    background-color: transparent;
    border-radius: 5px;
    color: white;
}

.buttton_body {
    max-width: 211px;
    width: 100%;
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    border-radius: 5px;
    gap: 10px;
    color: white;
    font-size: 23px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.buttton_body:hover {
    background-color: rgba(229, 9, 20, 1);
}

.footer-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    color: rgb(255 255 255 / 70%);
}

.query {
    margin-top: 50px;
    margin-bottom: 20px;
    /* margin-left: 13vw; */
}

.query a {
    color: white;
    text-decoration: underline;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    /* margin-left: 13vw; */
}

.footer-links ul {
    padding: 0;
}

.footer-links li {
    list-style: none;
    margin-bottom: 12px;
}

.footer-links a {
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.container7 {
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    height: 70px;
}

.container7 img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    z-index: 1;
    pointer-events: none;
}

.container7 select {
    color: white;
    background-color: black;
    border: 1px solid white;
    border-radius: 5px;
    padding: 6px 22px 6px 30px;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}

.name {
    color: rgb(255 255 255 / 70%);
    height: 50px;
}

.bot {
    color: rgb(255 255 255 / 50%);
}

.bot p {
    font-size: 13px;
}

.bot1 {
    color: rgb(255 255 255 / 50%);
    margin-top: 2vh;
    font-size: 13px;
    width: 77vw;
}

.bot1 a {
    color: rgb(255 255 255);
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }

    .bot1 {
        width: 100%;
    }
}
