@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";: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:#111}.header-outer-container{position:sticky;top:0;display:flex;justify-content: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-between;align-items:center;list-style:none;cursor:pointer}.header-right ul{width:150%;display:flex;justify-content:space-around;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-date{display:flex;justify-content:space-between}.footer-date ul{list-style:none;display:flex;flex-direction:column;justify-content:space-around;height:12vh}footer-date 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{color:#fff;object-fit:contain;height:60vh;position:relative;margin-top:-10vh}.banner__contents{margin-left:30px;padding-top:25vh;height:190px;position:relative;z-index:1}.banner__title{font-size:3rem;font-weight:800;padding-bottom:.3rem;text-shadow:2px 2px 4px rgba(0,0,0,.45)}.banner__description{width:45rem;line-height:1.3;padding-top:1rem;font-size:1rem;max-width:360px;height:80px;text-shadow:2px 2px 4px rgba(0,0,0,.45)}.banner__button{cursor:pointer;color:#fff;outline:none;border:none;font-size:1.2rem;font-weight:700;border-radius:4px;padding:.5rem 2rem;margin-right:1rem;background-color:#33333380}.play{color:#000;background-color:#fff}.banner__button:hover{color:#000;background-color:#e6e6e6;transition:all .2s}.banner__fadeBottom{height:15rem;background-image:linear-gradient(180deg,transparent,rgba(17,17,17,.61),#111);position:absolute;bottom:0;width:100%}.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}.row__videoOverlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;z-index:9999;display:flex;justify-content:center;align-items:center}.row__videoContainer{width:90%;height:90%;max-width:1200px;background:#000;border-radius:8px;overflow:hidden;position:relative;box-shadow:0 0 50px #000c}.row__closeButton{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;background:transparent;border:none;cursor:pointer;z-index:10000;transition:transform .2s}.row__closeButton:hover{color:#e50914;transform:scale(1.1)}
