@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";:root{--font-base: "Lexend", sans-serif;--font-second: "Intern", sans-serif;--bg-color:#111;--primary-color:#ffffff;--secondary-color:#e50914}*{margin:0;padding:0;box-sizing:border-box}body{background:#111}.header_outer_container{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background-color:#141414;background-color:transparent;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,.header_right ul{width:140%;display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer}.footer_outer_container{background-color:#111;color:gray;display:flex;justify-content:center}.footer_inner_container{width:60%}.footer_icons{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-between;height:12vh}.footer_data ul li{cursor:pointer}.copy_right{font-size:12px;margin-bottom:10px}.service_code{display:flex;align-items:center;justify-content:center;border:#fff 1px solid;width:12px;margin:10px 0;cursor:pointer}.banner{margin-top:-10vh;height:80vh;margin-bottom:-80px;color:#fff;object-fit:contain}.banner__contents{margin-left:30px;padding-top:300px}.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:80px}.banner__button{cursor:pointer;color:#fff;outline:none;border:none;font-size:1.2rem;font-weight:700;border-radius:.2rem;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}.banner__fadeBottom{height:40vh;background-image:linear-gradient(180deg,transparent,rgba(37,37,37,.91),#111)}.row_poster{width:100%;object-fit:contain;max-height:100px;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_poster:hover{transform:scale(1.08)}.row_posterLarge{max-height:250px}.row_posterLarge:hover{transform:scale(1.09)}.row{margin-left:20px;color:#fff}
