@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: O#111;--primary-color:#ffffff;--secondary-color: #e50914}*{margin:0;padding:0;box-sizing:border-box}body{background:#111}.headerOuterContainer{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background-color:transparent;height:8vh;color:#fff;transition:background-color .5s ease-in-out;z-index:1}.headerOuterContainer.scrolled{background-color:#141414;background-color:#211f20}img{border:1px solid black}.headerContainer{display:flex;justify-content:space-between;width:80%}ul{display:flex;list-style:none;gap:15px;cursor:pointer}.headerLeft ul{align-items:center}.headerLeft ul li:nth-child(1) img{border:1px solid #c7c7c700;box-sizing:border-box;max-width:60%}.footerOuterContainer{background-color:#111;color:gray;display:flex;justify-content:center}.footerInnerContainer{width:60%}.footerIcons{width:12%;display:flex;justify-content:space-between;margin:10px;color:#fff}.footerData{display:flex;justify-content:space-between}.footerData ul{list-style:none;display:flex;flex-direction:column;justify-content:space-around;height:12vh}.footerData ul li{cursor:pointer}.service_code{display:flex;align-items:center;justify-content:center;border:#fff 1px solid;width:10%;margin:10px;cursor:pointer}copyWrite{font-size:12px;margin-bottom:10px}.banner{margin-top:-10vh;height:80vh;margin-bottom:-80px;color:#fff;object-fit:contain;display:flex;flex-direction:column;justify-content:end;align-items:self-start}.banner-contents{margin-left:30px}.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}.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:Orgba(51,51,51,.5)}.play{color:#000;background-color:#fff}.banner-button:nth-child(2){background-color:#000}.banner-button:nth-child(1):hover{background-color:#000;color:#fff}.banner-button:hover{color:#000;background-color:#c6c6c6;transition:all0.2s}.banner-fadeBottom{width:100%;height:30vh;background-image:linear-gradient(180deg,transparent,rgb(33,32,32),#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}
