
body{
    margin:0;
    background-color: black;
}
.first-body{
    background-color: black;
    color:white;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7) ) , url(assets/netflix_banner.jpg);
    background-size: fil;
    margin: 0;
    padding: 30px 150px 0px 150px;
}

.header{
    width:100%;  
}
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.logo{
    width: 150px;
    cursor: pointer;
}
.select{
    color:white;
    background: transparent;
}
.sign{
    background-color: red;
    color: white;
}
.hindi{
    color: black;
}
.both{
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
    border: 1px solid none;
    text-decoration: none;
    font-family:sans-serif;
    font-weight:500;
    margin:2px;
}
section{
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.head{
   font-size: 60px;
}
.heading{
   font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.ready{
    font-family: sans-serif;
}
.email{
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 10px 80px 10px 5px;
}
.sign{
    border: 1px solid none;
    padding: 10px 30px 10px 30px;
    
}
.buttons{
    font-size: larger;
    border-radius: 5px;
}

.movies{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 50px;
    padding:0px 100px 0px 100px;
} 
.img{
    border-radius: 0.5rem;
}
.sec-body{
    padding:50px;
    background-color :black;
    color: white;
    font-family: sans-serif;
}

.whole-content{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0px 100px 0px 100px;
    margin-bottom: 50px;
}
.content{
    padding:10px ;
    width:22%;
    height: 250px;
    border-radius: 0.5rem ;
    background:linear-gradient(#10174a , #392039);    
}
.questions{
    height: 525px;
    padding:0px 100px 0px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;

}
.qns{
   font-size: large;
   background-color: rgb(38, 38, 38);
   padding-top:10px;
   padding-left: 10px;
   padding-bottom: 10px;
}
.qns:hover{
    background-color: rgb(54, 53, 53)
}
.last{
    margin-top: 50px;
    text-align: center;
}
footer{
    color: grey;
    padding: 0px 150px 50px 150px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot{
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.foo{
    width:22%;
    height: 30px;
}
.fo{
    text-decoration: underline;
    color: gray;
}
footer{
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




