*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body{
    background: black;
    color: white;
}
.hero{
    position: relative;
    height: 100vh;
    background: url(images/netflixx.jpg) center/cover no-repeat;

   
}
/* .hero h2{
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
} */
.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}
.navbar{
    position: relative;
    z-index: 2;
    padding: 24px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    color: #e50914;
    font-size: 32px;
    font-weight: bold;
}
.nav-right{
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.lang{
     background: rgba(0,0,0,0.6);
     color: white;
     border: 1px solid #aaa;
     padding: 6px 14px;
     border-radius: 4px;
     font-size: 14px;
     appearance: none;
     white-space: nowrap;
     cursor: pointer;
    
}
.lang :focus{
    outline: none;
}

/* .lang-btn{
    background: rgba(0,0,0,0.6);
     color: white;
     border: 1px solid #aaa;
     padding: 6px 12px;
     border-radius: 4px;
} */
/* .sigin{
    background: #e50914;
    color: white;
    border: none;
    padding: 7px 18px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 4px;

    background-color: #e50914;
    font-weight: 500px;

} */


.sign-in-btn{
    background: #e50914;
    color: white;
    border: none;
    padding: 7px 18px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    border: 4px;
    text-decoration: none;

    background-color: #e50914;
    font-weight: 500px;


}
.sigin a:hover{
    background: #f40612;
}

.hero-content{
    position: relative;
    z-index: 2;
    /* height: calc(100vh-100px); */
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.hero-content h2{
    font-size: 53px;
    font-weight: 1000;
    max-width: 1000px;
}
.hero-content h3{
    font-size: 20px;
    margin: 15px 0;
    font-weight: 300;
}
.hero-content p{
    font-size: 16px;
    margin-bottom: 20px;
}
.email-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    max-width: 900px;
    width: 100%;
    height: -70vh;

}
.email-input input{
    flex: 1;
    padding: 16px;
    padding-left: 16px;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
    border:1px solid #8c8c8c;
    color: white;
    border-radius: 4px;

    width: 380px;
    max-width: 100%;
  
}
.email-input input::placeholder{
    color: #bbb;
}
.email-input a{
    background: #e50914;
    color: white;
    border: none;
    padding: 0 36px;
    font-size: 27px;
    border-radius: 2px;
    cursor: pointer;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    
}
.netflix{
    color: #e50914;
    font-style: normal;
    font-family: sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 7.2%;
}
.photorow img{
    width: 150px;
    height: 200px;
    flex-direction: row-reverse;
   
}
.Trending1{
    color: aliceblue;
    padding: 40px;
    /* background: #141414; */
}
h2{
    color: antiquewhite;
}
h3{
    color: antiquewhite;
}
.photorow{
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;

}
.Trendingcard{
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
   
    scroll-behavior: smooth;
   
   
    margin-top: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.Trendingcard::-webkit-scrollbar{
    display: none;
}
.Trending{
    padding: 50px;
    display: flex;
     
    gap: 16px;
    
    scroll-behavior: smooth;
  
}
.Trendingcard img{
    width: 180px;
    height: 250px;
    border-radius: 10px;
    flex-shrink: 0;
    gap: 20px;
}
.scroll-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: rgb(235, 242, 232);
    border: none;
    font-size: 40px;
    width: 45px;
    height: 80px;
    cursor: pointer;
    z-index: 10;
    right: 1480px;
    border: none;
    background-color: #e50914;
}
/* .scroll-btn :left{
    left: 0;
} */
.button-scroll-btn right{
    right: 50px;
    color: rgb(248, 255, 248);
    position: absolute;
    padding: 0;
    background: rgb(35, 35, 35);
    border: none;
    border-radius: 0.5rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
    top: 50%;
    z-index: 10;


}
.scroll-btn:hover{
    background: rgba(0,0,0,0.9);
    /* color: rgb(93, 103, 93);
    position: relative;
    padding: 0;
    background: rgb(35, 35, 35);
    border: none;
    border-radius: 0.5rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    cursor: pointer; */
}
.rank{
    position: relative;
    left: 50px;
    bottom: 10px;
    font-size: 100px;
    font-weight: 800;
    color: black;
    -webkit-text-stroke: 3px white;
    z-index: 2;
    width: -190px;
    flex-shrink: 0;
}
.reasons{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    background: #141414;
    padding: 40px;
}
.reason-card{
    background: linear-gradient(145deg,#1e1e2f,#1a1a2e);
    border-radius: 16px;
    padding: 20px;
    color: white;
    position: relative;
    min-height: 200px;
}
.reason-card h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.reason-card p{
    font-size: 14px;
    color: #bdbdbd;
}
.icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    opacity: 0.9;
}
.footer{
    background: #000;
    color: #757575;
    padding: 60px 12%;
    font-size: 40px;
}
.footer-call{
    margin-bottom: 30px;
    font-size: 16px;
}
.footer-links{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.footer-links ul{
    list-style: none;
    padding: 0;
}
.footer-links li{
    margin-bottom: 16px;
}
.footer-links a{
    color: #757575;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1.6;
}
.footer-links a:hover{
    text-decoration: underline;
}
h4{
    font-size: 11px;
}
.footeremail-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    max-width: 900px;
    width: 100%;
    height: -70vh;
    margin-top: 1rem;

}
.footerget{
    margin-top: 1rem;
    width: 760px;
    height: 92px;
    margin: auto;
   
}

.footeremail-input input{
    flex: 1;
    padding: 16px;
    padding-left: 16px;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
    border:1px solid #8c8c8c;
    color: white;
    border-radius: 4px;

    width: 380px;
    max-width: 100%;
}
.footeremail-input input::placeholder{
    color: #bbb;
} 
    
.footeremail-input a{
    background: #e50914;
    color: white;
    border: none;
    padding: 0 36px;
    font-size: 27px;
    border-radius: 2px;
    cursor: pointer;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    
} 
.last{
    margin-top: 1rem;
    font-size: 16px;
    text-align: center;
    color: antiquewhite;
}

@media screen and (max-width:992px) {
.hero-content{ 
    position: relative;
    z-index: 2;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.hero{
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    /* background: url(images/netflixx.jpg) no-repeat; */
    background-position: center center; 
    background-image: url(images/netflixx.jpg); 
    /* min-height: 80vh; */
    background-size: cover;
}
.hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.body{
    margin: 0;
}
.Trending1{
    color: aliceblue;
    padding: 60px;
    font-size: 20px;
    /* background: #141414; */
  margin-bottom: -10%;
}
.Trendingcard{
    position: relative;
    display: flex;
    gap: 20px;
   
    scroll-behavior: smooth;
    
   
    margin-top: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.Trendingcard::-webkit-scrollbar{
    display: none;
}
.Trending{
    padding: 50px;
    display: flex;   
    gap: 16px;
    scroll-behavior: smooth;
  
}
.photorow{
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;

}
.Trendingcard img{
    width: 120px;
    height: 180px;
    border-radius: 10px;
    flex-shrink: 0;
    gap: 20px;
}
.scroll-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: rgb(235, 242, 232);
    border: none;
    font-size: 20px;
    width: 25px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    right: 1310px;
    border: none;
    background-color: #e50914;
}
.rank{
    position: relative;
    left: 50px;
    bottom: 10px;
    font-size: 100px;
    font-weight: 800;
    color: black;
    -webkit-text-stroke: 3px white;
    z-index: 2;
    width: -190px;
    flex-shrink: 0;
}
.reasons{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    background: black;
    padding: 80px;
}
.reason-card{
    background: linear-gradient(145deg,#1e1e2f,#1a1a2e);
    border-radius: 16px;
    padding: 20px;
    color: white;
    position: relative;
    min-height: 200px;
}
.reason-card h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.reason-card p{
    font-size: 14px;
    color: #bdbdbd;
}
.icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    opacity: 0.9;
}
.footer{
    background: #000;
    color: #757575;
    padding: 40px 10%;
    font-size: 30px;
}
.footer-call{
    margin-bottom: 30px;
    font-size: 12px;
}
.footer-links{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.footer-links ul{
    list-style: none;
    padding: 0;
}
.footer-links li{
    margin-bottom: 14px;
}
.footer-links a{
    color: #757575;
    text-decoration: underline;
    font-size: 13px;
    line-height: 1.6;
}
.footer-links a:hover{
    text-decoration: underline;
}
h4{
    font-size: 9px;
}
.footeremail-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    max-width: 800px;
    width: 100%;
    height: -70vh;
    margin-top: 1rem;

}
.footerget{
    margin-top: 1rem;
    width: 700px;
    height: 80px;
    margin: auto;
   
}

.footeremail-input input{
    flex: 1;
    padding: 16px;
    padding-left: 16px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    border:1px solid #8c8c8c;
    color: white;
    border-radius: 4px;

    width: 340px;
    max-width: 100%;
}
.footeremail-input input::placeholder{
    color: #bbb;
} 
    
.footeremail-input a{
    background: #e50914;
    color: white;
    border: none;
    padding: 0 36px;
    font-size: 22px;
    border-radius: 2px;
    cursor: pointer;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    
} 
.last{
    margin-top: 0.7rem;
    font-size: 14px;
    text-align: center;
    color: antiquewhite;
}


}

@media screen and (max-width:800px) {
.hero-content{ 
    position: relative;
    z-index: 2;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}
.hero{
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    /* background: url(images/netflixx.jpg) no-repeat; */
    background-position: center center; 
    background-image: url(images/netflixx.jpg); 
    /* min-height: 80vh; */
    background-size: cover;
}
.hero img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
.body{
    margin: 0;
}
.Trending1{
    color: aliceblue;
    padding: 30px;
    font-size: 20px;
    /* background: #141414; */
  margin-bottom: -10%;
}
.Trendingcard{
    position: relative;
    display: flex;
    gap: 20px;
   
    scroll-behavior: smooth;
  
    margin-top: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}
.Trending{
    padding: 30px;
    display: flex;   
    gap: 16px;
    scroll-behavior: smooth;
  
}
.photorow{
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;

}
.Trendingcard img{
    width: 100px;
    height: 170px;
    border-radius: 10px;
    flex-shrink: 0;
    gap: 20px;
}
.hero-content h2{
    font-size: 35px;
    font-weight: 7000;
    max-width: 6000px;
}
.hero-content h3{
    font-size: 15px;
    margin: 12px 0;
    font-weight: 200;
}
.hero-content p{
    font-size: 13px;
    margin-bottom: 16px;
}
.email-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    max-width: 700px;
    width: 100%;
    height: -70vh;

}
.email-input input{
    flex: 1;
    padding: 13px;
    padding-left: 13px;
    font-size: 13px;
    background: rgba(0,0,0,0.6);
    border:1px solid #8c8c8c;
    color: white;
    border-radius: 4px;

    width: 310px;
    max-width: 100%;
  
}
.email-input input::placeholder{
    color: #bbb;
}
.email-input a{
    background: #e50914;
    color: white;
    border: none;
    padding: 0 30px;
    font-size: 22px;
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    
}
.netflix{
    color: #e50914;
    font-style: normal;
    font-family: sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -1px;
    padding-left: 7.2%;
}
.scroll-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: rgb(235, 242, 232);
    border: none;
    font-size: 30px;
    width: 35px;
    height: 70px;
    cursor: pointer;
    z-index: 10;
    right: 1130px;
    border: none;
    background-color: #e50914;
}
.rank{
    position: relative;
    left: 50px;
    bottom: 0px;
    font-size: 80px;
    font-weight: 800;
    color: black;
    -webkit-text-stroke: 3px white;
    z-index: 2;
    width: -190px;
    flex-shrink: 0;
}
.reasons{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    background: #141414;
    padding: 40px;
}
.reason-card{
    background: linear-gradient(145deg,#1e1e2f,#1a1a2e);
    border-radius: 20px;
    padding: 20px;
    color: white;
    position: relative;
    min-height: 200px;
}
.reason-card h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.reason-card p{
    font-size: 14px;
    color: #bdbdbd;
}
.icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    opacity: 0.9;
}
}
@media screen and (max-width:768px) {
.Trending1{
    color: aliceblue;
    padding: 30px;
    font-size: 20px;
    /* background: #141414; */
  margin-bottom: -30px;
}
.Trendingcard{
    position: relative;
    display: flex;
    gap: 20px;
   
    scroll-behavior: smooth;
   
   
    margin-top: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    margin-left: -2.2rem;
}
.Trending{
    padding: 15px;
    display: flex;   
    gap: 8px;
    scroll-behavior: smooth;
  
}
.photorow{
    display: flex;
    gap: 10px;
    position: relative;
    align-items: center;
    justify-content: center;

}
.Trendingcard img{
    width: 90px;
    height: 170px;
    border-radius: 10px;
    flex-shrink: 0;
    gap: 10px;
}  
.email-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
    max-width: 600px;
    width: 100%;
    height: -70vh;
    flex-direction: column-reverse;
}
.email-input input{
    flex: 1;
    padding: 13px;
    padding-left: 13px;
    font-size: 13px;
    background: rgba(0,0,0,0.6);
    border:1px solid #8c8c8c;
    color: white;
    border-radius: 4px;

    width: 310px;
    max-width: 100%;
  
} 
.scroll-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: rgb(235, 242, 232);
    border: none;
    font-size: 25px;
    width: 25px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    right: 520px;
    border: none;
    background-color: #e50914;
}
.rank{
    position: relative;
    left: 50px;
    bottom: -60px;
    font-size: 70px;
    font-weight: 700;
    color: black;
    -webkit-text-stroke: 3px white;
    z-index: 2;
    width: -190px;
    flex-shrink: 0;
}
.footer-links{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.footeremail-input{
    flex-direction: column;
}

}

