*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
}
body{
    background: #000;
    color: #fff;
}
.header{
    width: 100;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("netflix-backgroundimage-1024x576.jpg");
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
}
.logo{
    height:40px;
    width: 150px;
    cursor: pointer;
    background: transparent;

}
.down-icon{
    height: 10px;
    width: auto;
    margin-right: 5px;
}
nav{
    display: flex;
    align-items:center;
    justify-content:space-between;
    padding: 10px 0;
}
nav button{
    border: 0;
    outline: 0;
    background: #db0001;
    color: #fff;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.language-btn{
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 10px;
}
.header-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    margin-top: 100px;
}
.header-content h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    max-width: 650px;
}
.header-content h3{
    font-weight: 50px;
    font-size: 20px;
    margin-bottom:20px;
    margin-top:10px ;
}
.email-container{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 20px;
   margin-left: 100px;
   max-width: 500px;
   gap: 10px;
  
}
.email-input{
    flex: 1;
    border: 10;
    outline: 0;
    padding: 16px;
    font-size: 16px;
    max-width: 150%;
    background:#111212 ;
    color: #fff;
}
.get-started-btn{
    background: #b90b16;
    border: 0;
    outline: 0;
    color: #fff;
    font-weight: bold;
    max-width: 700px;
    font-size:20px;
    cursor: pointer;
    padding: 16px 20px;
    white-space: nowrap;
}
.get-started-btn:hover{
  background-color: #db0001;
}
.email-container input,.email-container button{
    height:55px
}

.trending-section{
    padding: 0px 50px;
    color:#fff;
}
.Trending-h2{
    font-size: 30px;
    margin-bottom: 20px;
     margin: 0px 80px ;
     line-height:100px ;
}
.trending-row{
    display: flex;
    gap:80px;
    margin-top: 30px;
    margin: 0px 80px ;
}
.trending-item{
    position: relative;
    height: 40vh;
    width: 140px;
    cursor: pointer;
}
.trending-item:hover img{
    transform: scale(1.1);

}
.trending-item img{
    
   height: 240px;
   width: 180px;
   object-fit: cover;
   margin-right: 10px;
   border-radius: 8px;
}
.rank{
    position: relative;
    top: -100px;
    left: -10px;
    font-size: 80px;
    font-weight: 700;
    color:#fff;
    z-index:10 ;
}

.reason-section{
    padding: 50px 20px;
    color: #fff;
}
.reason-row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    margin-left:100px;
    margin-right: 50px;
   
   
}
.reason-card{
    background-color: #1d1529;
    border-radius: 10px;
    padding: 20px;
    height: 270px;
    width: 255px;
    color: #fff;
    font-size: 16px;
}
.reason-card h3{
    margin-bottom: 10px;
    font-size: 20px;
}
.tv-icon{
    width: 10px;
    height: 10px;
    margin-left: 150px;
    margin-top: 80px;
    position:relative;
}
.download-icon{
     width: 10px;
    height: 10px;
    margin-left: 150px;
    margin-top: 80px;
    position:relative;

}
.watch-icon{
    width: 1px;
    height: 10px;
    margin-left: 150px;
    margin-top: 100px;
    position:relative;
}
.kid-icon{
    width: 0;
    height: 0;
    margin-left: 160px;
    margin-top: 60px;
    position:relative;

}
.faq{
    max-width: 800px;
    margin: auto;
    color: #fff;
    
}
.faq-item{
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.faq-item:hover{
    transform: scale(1.010);
    background-color: #8a8686;
}

.question {
    width: 1090px;
    height: 80px;
    background: #303030;
    color: #fff;
    padding: 20px;
    text-align: left;
    font-size: 20px;
    border: none;
    outline: none;
    display: flex;
    margin-left: -150px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.email-container2{
    display: flex;
    flex-wrap: wrap;
    margin-left: 200px;
    gap: 10px;
    max-width: 650px;
}
.get-started-btn2{
    padding: 12px 20px;
    background-color: #e50914;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius :2px;
    max-width: 300px;
}
.contact{
    margin: 30px 0 20px;
}
.footer{
    background-color: #000;
    color: #999;
    padding: 40px 60px;
    margin-left: -200px;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.footer a{
    color: #999;
    text-decoration:underline;
}
.footer a:hover{
    text-decoration: none;
}

.footer-link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 50px;
}
.footer-link ul{
    list-style: none;
    padding: 0;
}
.footer-link ul li{
    margin-bottom: 12px;
}
.language-btn{
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 10px;
    color: #999;
    margin: 20px 0;


}
.bottom-text{
    margin: 10px 0;
    color: #777;
    font-size:15px ;
    gap: 15px;
    
}