
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,300&display=swap');

*{padding: 0;
margin:0;

}
h1,h2,h3{font-family: Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;}
body{box-sizing: border-box;
background-image: url(../img/logo.jpg);
background-size:1515px;
background-repeat: no-repeat;
width: 100%;
max-width: 100% !important;
color: white;
display: block;
box-shadow: inset 8rem 8rem 15rem 2rem #000000;

}
header{
    display: flex;
    height: 57px;
    padding-bottom: 155px;
}

header img{
    width: 220px;
    height:150px;
    margin-top: -2%;
}
header div{
    position: absolute;
    display: flex;
    left: 80%;
    margin-top: 10px;
    max-height: 48px;
}
header div select{
    border: 1px solid;
    text-align: center;
    height: 40px;
    width: 7rem;
  border-radius: 5%;
  margin-right: 1.5rem;
    color: white;
    background-color: transparent;
}
.hr1{height: 5px;background-color:rgb(113, 113, 113);}
#div2{
    text-align: center;
}
#div2 h1{font-weight: 800;
font-size: 3rem;
margin-top: 6rem;}
#div2 h3{padding-bottom: 20px;font-weight: 200;}
.div3{
    display: flex;
    justify-content:center;
    justify-self: center;
    padding-bottom: 12em;
}
.div3 input{
    width: 500px;
    height: 68px;
}
.div3 button{
    width: 250px;
    height: 70px;
    background-color: #e50914;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1em;
    text-align: center;
}
h3{text-align: center;}
.h1H1{text-align: center;
font-size: 3.5rem;
padding-bottom: 10px;}
.h2H2{text-align: center;
    font-size: 1.5rem;
    font-weight: 200;

}
/**/
#div5{background-color: black;
text-align: center;}
#div5 h1{font-family: Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
margin-bottom: 10px;
text-align: center;
}
#btn{text-align: center;
border: none;
border-radius: 10%;
color: white;
background-color: #e50914;
padding-top: 7px;
padding-right: 17px;
padding-bottom: 7px;
padding-left: 17px;
font-size: 1rem;
font-weight: 400;}
.btn2{
    height: 75px;
    width: 815px;
  background-color: #303030;
  display: flex;
  color: white;
  cursor: pointer;
  border: none;
  margin: 7px;
}
.btn2 img{
    width: 47px;
    float: right;
    
    background-color: white;
    margin-right: 16px;
  
}
.div4{
    background-color: black;display: flex;justify-self:center;
}
.div5{
    display: block;margin-top: 9rem;
}
#div5 h1{padding-top: 35px;
    padding-bottom:25px;
font-size: 3rem;}
#div5 h2{margin-bottom: 10px;}

#div5 ul{
    display: block;
    list-style-type: none;
    position: relative;
    left: 23%;
    margin-bottom: 45px; 
}
#div5 div{
    margin-bottom: 50px;
}
.btn2{
    height: 75px;
    width: 815px;
  background-color: #303030;
  display: block;
  justify-content: space-between;
  color: white;
  cursor: pointer;
  border: none;
  margin: 7px;
  text-align: initial;
  font-size: Netflix Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.btn2 span{
    margin-left: 1.5rem;
    font-size: 1.5rem;
}
.lst2 a{
    text-decoration: none;
    color:#737373;
}
.lst2 a:hover{
    text-decoration: underline rgb(255, 255, 255);
}
.lst2{
    list-style-type: none;
    padding: 20px;
}
.lst2 li{
    padding-bottom: 20px;
}
footer{
    padding: 4rem 5rem 25px 5rem;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer a{color: white;
text-decoration: none;}

/*media*/
@media only screen and (max-width: 1100px) {
    .div5{margin-top:0rem;
        padding:1rem;}
    header div {
      left: 60%;
    }
    .div4{
        display: block;
        justify-content: center;
    }
    .div4 img{
        width: 60%;
        position: relative;
        left: 20%;
    }
  .hr1{display: none;}
  .btn2{width: 67%;
margin-left: -3%;}
.div3{padding-bottom: 1rem}
  .div3 input{
    width: 50%;
  }
  .div3 button{
    width: 30%;
  }

  footer{
    padding: 1rem 1rem 4px 1rem;
  }


  }

  @media only screen and (max-width: 400px) {
body{background-size:auto;}
    footer{display: block;}
    .btn2 img{width: 12%;}
    header div {
        display: block;
        left: 60%;
      }
      .div5{margin-top:0rem;
      padding:1rem;}
      .div3 button{
            border-radius: 5%;
            width: 40%;
          }
      
  }

   @media only screen and (max-width: 600px) {
        body{background-size:auto;}
        header div {
            display: block;
            left: 60%;
          }
        .div5{margin-top:0rem;
            padding:1rem;}
            footer{display: block;}
      }
