
html, body {
  height: 100%;
  width: 100%;
} 

* {
  margin: 0;
  padding: 0;
}
.dad {
  width: 100%;
  position: absolute;
  box-shadow: inset 0px 20px 111px 81px black;
  height: 724px;
}

body {
  background-color: black;
}
.img1 {
  position: absolute;
  width: 1517px;
  height: 724px;
  object-fit: cover;
  max-width: 100%;
  opacity: 0.6;;
  z-index: -1;
}
.head {
  display: flex;
  align-items: center;
  height: 90px;
}
.netf {
  display: flex;
  z-index: 2;
}
.netflix {
  height: 3em;
  margin-left: 60px;
}
.language {
  display: inline-block;
  position: absolute;
  right: 0;
}
main {
  position: relative;
}
.language select {
  padding: 8px;
  font-size: medium;
  border: 1px solid white;
  border-radius: 5px;
  background: rgb(54, 52, 52);
  color: white;
  margin-right: 30px;
}

.signIn {
  display: inline;
}
.btn1 {
  padding: 8px 20px;
  font-size: medium;
  background-color: red;
  color: white;
  border-radius: 4px;
  border: none;
  margin-right: 60px;
  cursor: pointer;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 70px 0;
  color: white;
}
.cont2 {
  padding: 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.script {
  display: inline-block;
  width: 100%;
}
.h11 {
  font-size: 100px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 600;
}
.h21 {
  text-align: center;
  margin-top: 15px;
  font-family: sans-serif;
  font-weight: 200;
  font-size: 28px;
  letter-spacing: normal;
}
.h31 {
  text-align: center;
  margin-top: 35px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.inputs {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.Email {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  width: 500px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: medium;
}
.btn2 {
  background-color: red;
  color: white;
  border: none;
  padding: 0 30px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 30px;
  cursor: pointer;
  border-radius: 5px;
}
.btn2:hover {
  background-color: rgb(255, 68, 68);
}
.Email::placeholder {
  font-family: sans-serif;
  font-weight: 500;
  font-size: medium;
}

@media screen and (max-width: 1000px) {
  .netflix {
    height: 2em;
  }
 
}
@media screen and (max-width: 600px) {
  .netflix {
    height: 1.75em;
  }
}
hr {
  background-color: rgb(35, 34, 34);
  height: 8px;
  opacity: 0.9;
  border: none;
}

.container2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 480px;
  background-color: black;
  color: white;
}
.text {
  width: 35vw;
  display: inline-block;
}
.h1 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
.h2 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  margin-top: 3vh;
}

video {
  position: absolute;
  height: 260px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-right: 7px;
}
.images2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.phoneimg2 {
  height: 50vh;
}
.phoneimg22 {
  z-index: 2;
}
.vidnet {
  height: 220px;
  margin-bottom: 184px;
}
.vinet {
  margin-top: auto;
}
.container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: black;
  color: white;
}
.heading {
  text-align: center;
}

.footh {
  margin: 50px 0 40px 0;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 50px;
}
a{
  text-decoration: none;
  color: white;
}
.que2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: sans-serif;
  font-weight: 500;
  width: 50vw;
  background-color: rgb(53, 52, 52);
  height: 10vh;
  margin: 0 auto;
  padding-left: 30px;
}
.plus {
  height: 70px;
  filter: invert(100%);
}
.questions {
  margin: 5px;
  cursor: pointer;
}
@media screen and (max-width:1600px){
  .h11{
    font-size: 60px;
  }
  
}
@media screen and (max-width:1000px) {
  .h11{
    font-size: 45px;
  }
  .inputs{
    flex-direction: column;
  }
  .Email{
    margin: auto;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .btn2{
    width: 150px;
    margin: 10px auto;
    padding: 0 20px;
    height: 45px;
    font-size: 17px;
  }
  .script{
    width: 90%;
  }
  .container2{
    flex-direction: column;
    padding: 20px auto;
    height: 550px;
    justify-content: center;
  }
  .text{
    width: 90%;
    text-align: center;
  }
  .rev-cont{
    flex-direction: column-reverse;
    height: 600px;
  }
  .images2{
    width: 200px;
  }
  .phoneimg22{
    height: 300px;
  }
  .vinet{
    height: 165px;
  }
  .vidnet{
    height: 138px;
    margin-bottom: 114px;
  }
  .questions{
    
    position: relative;
    width: 100%;
  }
  .language select{
    margin-right: 10px;
  }
  .container3{
    width: 100%;
    height: 100%;
  }
  .que2{
    width: 90%;
    font-size: 20px;
    font-weight: 400;
    position: relative;
  }
   main{
    height: 587px;
  }
  .h1{
    font-size: 2rem;
  }
  .h2{
    font-size: 1.2rem;
    font-weight: 400;
  }
  .footh{
    font-size: 30px;
  }
}
@media screen and (max-width:800px){
  main{
    height: 700px;
  }
  .container{
    padding: 0;
  }
  .inputs{
    margin-top: 0px;
  }
  .cont2{
    padding: 40px 0;
  }
  .img1{
    height: 140%;
  }
  .netflix{
    margin-left: 20%;
  }
  .btn1{
    margin-right: 5px;
  }
  .dad{
    box-shadow: inset 0px 0px 0px 0px black;
  }
}
@media screen and (max-width:600px){
  main{
    height: 420px;
  }
  .img1{
    height: 87%;
  }
  .h11{
    font-size: 30px;
  }
  .h21{
    font-size: 20px;
    font-weight: 400;
  }
  .h31{
    font-weight: 400;
    font-size: 18px;
    width: 280px;
    margin: 20px auto;
  }
  .phoneimg2{
    height: 45vh;
  }
  .phoneimg{
    height: 45vh;
  }
}

