@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_outer_container{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background-color:#141414;height:10vh;color:#fff;transition:all .5s;transition-timing-function:ease-in;z-index:1}.nav_black{background-color:#141414}.header_container{width:90%;display:flex;justify-content:space-between;align-items:center}.header_left ul{width:140%;display:flex;justify-content:space-around;align-items:center;list-style:none;cursor:pointer}.header_right ul{width:150%;display:flex;list-style:none;cursor:pointer;justify-content:space-around;align-items:center}.logo img{height:9vh}.footer_outer_container{background-color:#111;color:gray;display:flex;justify-content:center}.footer_inner_container{width:60%}.footer_icon{width:12%;display:flex;justify-content:space-around;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%;cursor:pointer}.copy_write{font-size:10px;margin-bottom:10px}.banner{margin-top:-10vh;height:80vh;margin-bottom:-80px;color:#fff;object-fit:contain;position:relative}.banner_contents{margin-left:30px;margin-top:70px}.banner_title{font-size:3rem;font-weight:800;padding-bottom:.3rem}.banner_description{width:45rem;line-height:1;padding:1rem 0;font-size:1rem;max-width:360px;height:80px;margin-top:12rem}.banner_buttons 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;margin-top:2rem}.play{color:#000;background-color:#fff}.banner_button button:hover{color:#000;background-color:#c6c6c6;transition:all .2s}.banner_fadeBottom{height:12vh;background-image:linear-gradient(180deg,transparent,rgba(37,37,37,.8),#111);position:absolute;bottom:0;left:0;right:0}.row_poster{width:100%;object-fit:contain;max-width:250px;transition:transform .45s;margin-right:10px}.row_posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:20px}.row_posters::-webkit-scrollbar{display:none}.row_posters :hover{transform:scale(1.08)}.row_posterLarge{max-width:200px}.row_posterLarge :hover{transform:scale(1.09)}.row{color:#fff;margin-left:10px;margin-bottom:10px;position:relative;z-index:1}: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-color:#111}
