@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..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;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    background-color: black;
}

.main {
    background-image: url("assets/images/netflix\ background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1800px, 100vw);
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.main .box {
    height: 85vh;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.69;
    background-color: black;
}

.main nav {
    color: rgb(237, 237, 237);
    height: 100px;

    display: flex;
    align-items: center;
    margin: auto;
    max-width: 80vw;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.main nav span img {
    filter: contrast(10);
}

.hero {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    z-index: 2;
    position: relative;
    top: -6px;

    font-weight: 700;
    font-style: normal;




}

.hero .upper {
    font-size: 50px;
    font-weight: bolder;
    text-align: center;
    padding: 0;

}

.hero :nth-child(4) {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.hero :nth-child(5) {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

.email {
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.email input {
    border-radius: 5px;
    height: 40px;
    width: 350px;
    padding: 3px 8px;
    background-color: rgba(23, 23, 23, 0.3);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 700;

}

.btn {
    padding: 3px 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.engbtn {
    height: 50px;
    width: 110px;
    margin-right: 15px;
    margin-left: 8px;
    background-color: rgba(23, 23, 23, 0.5);
    color: white;
    border: 1px solid white;
}

.sgnbtn {
    background-color: rgb(193, 3, 3);
    border: 0px solid;
    color: white;
    height: 40px;
    width: 80px;
}

.srtbtn {
    background-color: rgb(193, 3, 3);
    border: 0px solid;
    color: white;
    border-radius: 5px;
    height: 40px;
    width: 128px;

}

.srtbtn:hover {
    background-color: rgb(119, 2, 2);
}

.sgnbtn:hover {
    background-color: rgb(119, 2, 2);
}

.seperation {
    height: 3px;
    background-color: rgb(67, 67, 67);
}

.first {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
    max-width: 75vw;
    margin: auto;
    color: white;
}

.secimg img {
    width: 455px;
    filter: drop-shadow(13px 17px 10px rgb(97, 94, 94));

}

.secimg {
    position: relative;
    z-index: 10;


}

.secimg video {
    position: absolute;

    width: 245px;
    top: 133px;
    left: 106px;

}

.first {
    height: 400px;
    word-wrap: normal;
}

.first h1 {
    font-size: 40px;
    font-weight: 700;
    text-shadow: 1px 3px 10px white;
}

.second img {
    object-fit: contain;
}

.third img {
    object-fit: contain;
    margin-right: 20px;
}

.fourth img {
    object-fit: contain;
}

.faq {
    color: white;
    padding: 34px;

}

.faq h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.faqbox {
    transition: all 10ms ease-out;
    display: flex;
    background-color: rgb(120, 119, 119);
    padding: 24px;
    max-width: 60vw;
    margin: 34px auto;
    margin-bottom: 0px;
    justify-content: space-between;
    cursor: pointer;
    font-size: 20px;

}

.faqbox:hover {
    background-color: rgb(77, 77, 77);

}

.last {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
}

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-item {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer a {
    font-size: 20px;
    color: white;
}