@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: #e9e509}*{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:#1b1717;height:10vh;color:#fff;transition:all .5s;transition-timing-function:ease-in;z-index:1}.nav__black{background-color:#141414}.header_container{width:100%;display:flex;justify-content:space-between;align-items:center}.header_left ul{width:140%;display:flex;gap:20px;list-style:none}.header_right ul{display:flex;gap:20px;list-style:none}.footer{background:#111;color:#ddd;padding:24px}.footer__inner{display:flex;flex-wrap:wrap;gap:28px;align-items:flex-start}.footer__social{width:100%;display:flex;gap:12px;align-items:center;padding:8px 0}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:28px;width:100%}.footer__listItem{min-width:180px;flex:1 1 200px}.footer__sectionTitle{display:block;font-weight:600;color:#eee;text-decoration:none;margin-bottom:8px}.footer__sublist{list-style:none;padding:0;margin:0}.footer__sublist li{margin:6px 0}.footer__sublist a{color:#bbb;text-decoration:none}.footer__sublist a:hover{color:#fff;text-decoration:underline}.footer__select{width:100%;padding:6px 8px;background:#222;color:#ddd;border:1px solid #333;border-radius:4px}.footer__copy{text-align:center;color:#888;padding:16px 0 0;width:100%}.banner{position:relative;color:#fff;object-fit:contain;height:450px;display:flex;flex-direction:column;justify-content:center;padding:20px 30px}.banner__contents{position:absolute;top:30%;left:40px;max-width:600px}.banner__title{font-size:3rem;font-weight:800;margin-bottom:20px;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.banner__buttons{display:flex;gap:10px;margin-bottom:20px}.banner__button{cursor:pointer;color:#fff;outline:none;border:none;font-weight:700;border-radius:5px;padding:10px 25px;background-color:#333333b3;transition:all .3s ease}.banner__button.play{background-color:#fff;color:#000}.banner__button:hover{background-color:#e6e6e6;color:#000}.banner__description{font-size:.9rem;line-height:1.3;max-width:400px;height:80px;overflow:hidden;text-overflow:ellipsis}.banner__fadeBottom{position:absolute;bottom:0;height:150px;width:100%;background-image:linear-gradient(180deg,transparent,rgba(37,37,37,.61),#111)}.row{color:#fff;margin-left:20px}.row h1{font-size:1.4rem;margin-bottom:10px}.row_posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:20px 0;scrollbar-width:none;gap:10px}.row_posters::-webkit-scrollbar{display:none}.row_poster{object-fit:contain;width:100%;max-height:100px;margin-right:10px;transition:transform .45s;border-radius:5px}.row_posterLarge{max-height:250px;transition:transform .45s}.row_poster:hover,.row_posterLarge:hover{transform:scale(1.08);cursor:pointer}@media (max-width: 1024px){.row h1{font-size:1.2rem}.row_poster{max-height:80px}.row_posterLarge{max-height:180px}}@media (max-width: 600px){.row{margin-left:10px}.row h1{font-size:1rem}.row_posters{padding:10px 0;gap:5px}.row_poster{max-height:70px;margin-right:5px}.row_posterLarge{max-height:150px}}
