section{
    background-image: url(/image/netflix-2.jpg);
    height: 1000px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0px;
}


.net{
    color: red;
    text-align: right;
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 70px;
    margin-bottom: -40px;
}
h1{
    color: white;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    margin-top: 150px;
    font-style: initial;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container2{
    
    flex-direction: column;
    
}
.btn{
  padding: 10px 20px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 1100px;
  margin-top: -20px;
  font-weight: bold;
}

h3{
    color: white;
    text-align: center;
    font-weight: 50px;
    font-size: 20px;
    margin-top: -40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h5{
    color: white;
    font-size: 15px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

input{
    padding: 21px 120px;
    background-color: transparent;
    border-radius: 5px;
    color: black;
    
}
.puff{
    text-align: center;
}

.you{
    padding: 17px 40px;
    background-color: red;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: larger;
}
.email{
    font-weight: 30px;
}
.section2{
    background-color: rgb(14, 14, 30);
    margin-top: -300px;
    padding: 10px;
    border-radius: 20px;
    

}
.trending{
    color: white;
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 170px;
}
.images{
    grid-template-columns: 5 1fr;
    padding: 5px;
    justify-content: space-between;
    gap: 70px;
    margin-left: 250px;
    border-radius: 200px;
}
.one{
    padding: 5px;
    size: 100px;
    width: 20%;
    height: 270px;
    border-radius: 20px;
    
}
.two{
    padding: 5px;
    size: 100px;
    width: 20%;
    height: 270px;
    border-radius: 20px;
}
.three{
    padding: 5px;
    size: 100px;
    width: 20%;
    height: 270px;
    border-radius: 20px;
}
.four{
    padding: 10px;
    size: 100px;
    width: 20%;
    height: 270px;
    border-radius: 20px;
    border: 80px;
}
.five{
    padding: 5px;
    size: 100px;
    width: 20%;
    height: 270px;
    border-radius: 20px;
}
.hr{
    color: aliceblue;
    border: none;
    border-top: 1px solid rgb(160, 39, 39);
    border-radius: 50px 50px 0 0;
    padding-top: 20px;
    width: 50%;
    margin-top: -10px;
}

.more{
      color: white;
    font-size: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 170px;
}

.container{
           display: flex;
           color:black;
           gap: 30px;
           margin-left: 250px;
           
        }

.box{
    display: block;
    color: white;
    border-color: red;
    background:  rgba(40, 10, 82, 0.5);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 250px;
}
.down{
    display: block;
    color: white;
    border-color: red;
    background: rgba(40, 10, 82, 0.5);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 250px;
}
.watch{
    display: block;
    color: white;
    border-color: red;
    background:  rgba(40, 10, 82, 0.5);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 250px;
}
.create{
    display: block;
    color: white;
    border-color: red;
    background: rgba(40, 10, 82, 0.5);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    height: 250px;
}
.footer{
    margin-top: 70px;
    text-align: center;
}
.email-address2{
    padding: 0px 40px;
}
.you2{
    padding: 15px 50px 21px 20px;
    background-color: red;
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    margin-left: 10px;
}
.mum{
    display: flex;
    list-style: none;
    text-decoration: none;
    gap: 40px;
    margin-left: 150px;
    color: white;
    justify-items: baseline;
    font-size: large;
}
ul{
    list-style: none;
    color: white;
    gap: 10px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

ul a {
    text-decoration: none;
    color: white;
}
li{
    justify-content: space-between;
    color: white;
    gap: 5px;
    text-decoration: underline;
   
}
.faq{
    color: white;
    margin-top: 90px;
}
.help{
    color: white;
    margin-top: 90px;
}

.acc{
    color: white;
    margin-top: 90px;
}

.media{
    color: white;
    margin-top: 90px;
}
.ola{
     color: white;
     margin-top: 50px;
     margin-right: 90px;
}  
.select{
    padding: 30px;
    border: 40px;
    font-size: 40px;
}
.last{
    padding: 10px;
    border-radius: 2px;
    background-color: rgba(40, 10, 82, 0.5);
    color: white;
    border: none;
    font-size: large;
}
.btn2{
    text-align: end;
    margin-top: -2000px;
    justify-content: end;
}





