@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap";.header_outerContainer{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background-color:transparent;height:10vh;color:#fff;transition:all .5s;transition-timing-function:ease-in;z-index:1}.header_black{background-color:#141414}.header_container{width:100%;padding-right:3%;display:flex;justify-content:space-between;align-items:center}.leftside{display:flex;justify-content:space-between}.leftside ul{width:120%;display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer}.rightside ul{width:100%;display:flex;justify-content:space-between;align-items:center;list-style:none;cursor:pointer}.header_outerContainer{width:100%;position:fixed;top:0;z-index:1000}.netflix_logo{width:110px;cursor:pointer}.nav_links,.icon_links{list-style:none;display:flex;gap:25px;align-items:center}.nav_links li,.icon_links li{color:#fff;cursor:pointer;font-size:14px}.menu_icon{color:#fff;cursor:pointer}.mobile_menu{background-color:#000;padding:20px}.mobile_menu ul{list-style:none;display:flex;flex-direction:column;gap:15px}.mobile_menu li{color:#fff;font-size:18px;cursor:pointer}@media(max-width:768px){.nav_links{display:none}.icon_links{gap:15px}}.footer_outerContainer{background-color:#111;color:gray;display:flex;justify-content:center}.innerContainer{width:60%}.footerIcons{width:12%;display:flex;justify-content:space-between;margin-left:10px;color:#fff}.footer_data{display:flex;justify-content:space-between}.footer_data ul{list-style:none;display:flex;flex-direction:column;justify-content:space-around;height:12vh}.footer_data ul li{cursor:pointer}.service_code{display:flex;align-items:center;justify-content:center;border:#fff 1px solid;width:10%;margin:10px 0;cursor:pointer}.copy_write{font-size:12px;margin-bottom:10px}.banner{margin-top:-10vh;margin-bottom:0;height:80vh;color:#fff;object-fit:cover}.banner-contents{margin-left:30px;padding-top:160px}.banner_title{font-size:3rem;font-weight:800;padding-bottom:.3rem}.banner_description{width:45rem;line-height:1.3;padding:1rem 0;font-size:1rem;max-width:360px;height:auto}.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:2rem;background-color:#33333380}.play{color:#000;background-color:#fff}.banner-button:hover{color:#000;background-color:#c6c6c6;transition:all .2s}.fadebottom{height:40vh;background-image:linear-gradient(180deg,transparent,rgb(37,37,37,.91),#111)}.row_poster{width:100%;object-fit:contain;max-height:120px;transition:transform .45s;margin-right:10px;border-radius:4px}.row_posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:10px 0}.row_posters::-webkit-scrollbar{display:none}.row_poster:hover{transform:scale(1.08)}.row_posterLarge{max-height:250px}.row_posterLarge:hover{transform:scale(1.09)}.row{margin-left:20px;margin-top:0;padding-top:10px;color:#fff}:root{--font-base: "Lexend", sans-serif;--font-second-base: "Inter", sans-serif;--bg-color: #111;--primary-color: #ffffff;--secondary-color: #e50914}*{margin:0;padding:0;box-sizing:border-box}body{background:#000;font-family:var(--font-base)}
