@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');

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    max-width: 1920px;
    font-family: "poppins", sans-serif;
    color: white;
    background-color: black;
}

.Netflix_logo img {
    height: 10vh;
    width: 10vw;
}

header {
    position: absolute;
    display: flex;
    width: 100%;
    top: 6vh;
    z-index: 2;
}

nav {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

nav .buttons {
    display: flex;
    gap: 0.5vw;

}

select {
    height: 5vh;
    width: 7vw;
    border: 1px solid white;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
    color: white;
}
option:hover{
background-color: rgb(8, 146, 188);
}
option{
    color: black;
}
.signin {
    width: 5vw;
    border: 1px solid white;
    border-radius: 6px;
    background-color: rgb(232, 27, 27);
    color: white;
}

.block1 {
    height: 80vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7vh;
    background-image: url(Assets/images/Background.jpg);
}

.block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100%;
    background-color: black;
    opacity: 0.69;
    /* Dark overlay */
    z-index: 0;
}

.block1 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    padding-top: 25vh;
    z-index: 1;
}

.block1 h1 {
    font-size: xx-large;
    font-weight: 700;
}
p{
    font-size: larger;
}
.feature_userInput {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 6.5vh;
    gap: 1.5vw;
    z-index: 1;
}

.feature_userInput input {
    width: 23vw;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.592);
    padding-left: 1vw;
}

.feature_userInput button {
    width: 12vw;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(232, 27, 27);
    color: white;
    font-size: larger;
}

.separation{
    height: 1.2vh;
    background-color: rgb(42, 42, 42);
}

.block2{
    height: 75vh;
    display: flex;
    flex-direction: row;
margin: auto;
width: 100%;
margin: auto;
}

.block2 .content{
    display: flex;
    flex-direction: column;
   justify-content: center;
   padding-left: 9vw;
}
.block2 h1 {
    font-size: xx-large;
    font-weight: 700;
}
.block2 .video_imgTv{
    display: flex;
    flex-direction: row;
     align-items: center;
     padding-left: 7.5vw;
}
.block2 .video_imgTv video{
    height: 25vh;
    width: 27vw;
}
.block2 .video_imgTv img{
     height: 38vh;
    width: 27vw;
    position: absolute;
}
.block2 .tv_container{
 position: relative;
}

.block3{
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}
.block3 img{
    height: 50vh;
    width: 30vw;
}
.block3 h1 {
    font-size: xx-large;
    font-weight: 700;
}
.block4{
     height: 75vh;
    display: flex;
    flex-direction: row;
margin: auto;
width: 100%;
margin: auto;
}

.block4 .content{
    display: flex;
    flex-direction: column;
   justify-content: center;
   padding-left: 9vw;
}
.block4 h1 {
    font-size: xx-large;
    font-weight: 700;
}
.block4 .video_imgTv{
    display: flex;
    flex-direction: row;
     align-items: center;
     padding-left: 7.5vw;
}
.block4 .video_imgTv video{
    height: 25vh;
    width: 27vw;
}
.block4 .video_imgTv img{
     height: 38vh;
    width: 27vw;
    position: absolute;
}
.block4 .tv_container{
 position: relative;
}
.block5{
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}
.block5 img{
    height: 50vh;
    width: 30vw;
}
.block5 h1 {
    font-size: xx-large;
    font-weight: 700;
}
.block6{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
}
.block6 .content{
    padding-top: 10vh;
}
.block6 h1{
    font-weight: 800;
    font-size: xx-large;
}
.FAQS{
    display: flex;
    flex-direction: column;
    gap: 5vh;
}
.FAQS div{
     height: 10vh;
     width: 70vw;
    background-color:rgb(45, 45, 45);
    font-size: x-large;
      display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2vw;
    text-align: left;
}
.FAQS div:hover{
    background-color:rgb(60, 60, 60);
}

.block7{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer{
    height: 60vh;
  display: flex;
  flex-direction: column;
align-items: center;
justify-content: center;
}

.footerContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
   gap: 120px;
}
a{
    color: white;
}
.column1 ,.column2 ,.column3, .column4{
 display: flex;
 flex-direction: column;
 gap: 40px;
}
