@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lexend:wght@100..900&display=swap";:root{--Font-base:"Lexend, san-serif";--Font-second-base:"Inter, san-serif" --background-color:#111;--primary-color:#ffffff;--secondary-color:#e50914}; *{margin:0;padding:0;box-sizing:border-box}body{background-color:#111}*{padding:auto;margin:auto}.Apps{background-color:#000;color:#fff}.header_outer_container{position:sticky;top:0;width:100%;background-color:#141414;color:#fff;z-index:10}.header-container{max-width:1200px;margin:0 auto;height:10vh;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.header_left-container{display:flex;align-items:center}.netflix-logo{width:80px;margin-right:20px}.header_nav{display:flex;list-style:none;gap:20px}.header_nav li{cursor:pointer}.header_Right_container ul{display:flex;gap:15px;list-style:none;align-items:center;padding:0;margin:0;cursor:pointer}.burger-menu{display:none;cursor:pointer;color:#fff}.mobile_nav{display:flex;flex-direction:column;list-style:none;background-color:#111;padding:10px 20px;gap:10px}@media (max-width: 768px){.header_nav{display:none}.burger-menu{display:block}.netflix-logo{width:60px}.header_Right_container ul{gap:10px}.header-container{height:auto;flex-direction:row}}.Footer_outer_container{background-color:#111;color:#fff;display:flex;justify-content:center;padding:30px 20px}.Footer_inner_container{width:90%;max-width:1200px;display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start;justify-content:space-between}.FooterIcons{flex:0 0 auto;display:flex;align-items:center;margin-right:20px}.FooterIcons ul{list-style:none;display:flex;gap:15px;padding:0;margin:0;cursor:pointer;font-size:1.5rem;color:#fff}.Footer_data{flex:1 1 60%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px}.Footer_data>div{min-width:120px}.Footer_data ul{list-style:none;padding:0;margin:0;color:gray;font-size:.9rem}.Footer_data ul li{margin-bottom:10px;cursor:pointer}.Footer_data ul li:hover{text-decoration:underline;color:#fff}.service_code{border:1px solid white;padding:8px 20px;cursor:pointer;font-size:.9rem;white-space:nowrap;align-self:flex-start;margin-left:10px}.copy_write{flex-basis:100%;margin-top:20px;font-size:.8rem;color:gray;text-align:center}@media (max-width: 768px){.Footer_inner_container{flex-direction:column;align-items:center;gap:15px}.FooterIcons{margin:0 0 15px}.Footer_data{flex-direction:column;align-items:center}.Footer_data>div{min-width:auto;text-align:center}.service_code{margin:15px 0 0;align-self:center}.copy_write{margin-top:15px}}.banner{margin-top:10vh;height:80vh;margin-bottom:80px;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.banner_container{margin-left:30px;max-width:600px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:60vh}.Banner_title{font-size:3rem;font-weight:800;padding-bottom:.3rem;margin:0}.banner_description{font-size:1rem;max-width:360px;line-height:1.4;margin-top:1rem;height:auto}.banner_buttons{margin-top:1.5rem}.banner_button{cursor:pointer;color:#fff;outline:none;border:none;font-size:1.2rem;font-weight:700;border-radius:.2vw;padding:1rem 3rem;margin-right:1rem;background-color:#05050580;transition:background-color .3s ease}.banner_button.play{color:#000;background-color:#fff}.banner_button:hover{color:#000;background-color:#c6c6c6}.banner_fadeBotton{height:30vh}@media (max-width: 768px){.banner_container{max-width:90%;margin-left:15px;height:auto}.Banner_title{font-size:2rem}.banner_description{max-width:100%;font-size:.9rem}.banner_buttons{display:flex;flex-direction:column;gap:10px}.banner_button{padding:.8rem 2rem;font-size:1rem;margin-right:0}}.row_poster{width:100%;object-fit:contain;transition:transform .45s;margin-right:10px;max-height:100px}.row_posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:20px}.row_posters::-webkit-scrollbar{display:none}.row_posterLarge{max-height:250px}.row_posterLarge:hover{transform:scale(1.09)}.row{color:#fff;margin-left:20px}
