@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";body{font-family:Poppins,sans-serif}body{background-color:#000}*{margin:0;padding:0}.header-outer{position:fixed;top:0;width:100%;display:flex;justify-content:center;background-color:#141414;height:10vh;color:#fff;transition:all .5s ease-in-out;z-index:1000}.header-component{width:980px;display:flex;justify-content:space-between;align-items:center;padding:10px 20px}.nav-links{display:flex;align-items:center;list-style:none;gap:20px;padding:0}.header-right ul{display:flex;align-items:center;list-style:none;gap:15px}.nav-links li:hover,.header-right ul li:hover{color:#fc0;cursor:pointer}.mobile-menu{display:none;background-color:#141414;position:absolute;top:10vh;width:100%;text-align:center;padding:10px 0;transition:all .5s ease-in-out}.mobile-menu ul{list-style:none;padding:0}.mobile-menu ul li{padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}.hamburger{display:none;font-size:24px;cursor:pointer}@media (max-width: 768px){.header-component{width:100%;padding:0 20px}.nav-links{display:none}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:10vh;left:0;width:100%;background-color:#141414;padding:20px 0;text-align:center}.hamburger,.mobile-menu{display:block}}.footer-outer-container{background-color:#111;color:gray;display:flex;justify-content:center}.footer-iner-container{width:1000px}.footer-icone{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-around;height:12vh}.footer-data ul li{cursor:pointer}.service-code{display:flex;align-items:center;justify-content:center;border:#fff 3px solid;width:150px;margin:10px 0;cursor:pointer}.copy-write{font-size:20px;margin-bottom:10px}.banner{margin-top:10vh;height:80vh;color:#fff}.banner_content{margin-left:10px;padding-top:100px}:last-childcd .banner_title{font-size:3erm;font-weight:800;padding-bottom:.3erm}.banner_description{width:45erm;line-height:1;padding:1rem 0;font-size:1rem;max-width:360px;height:80px}.banner_buttons{counter-reset:pointer;color:#fff;outline:none;border:none;font-size:1.2rem;font-weight:700;border-radius:.2vh;padding-inline:1rem 3rem;margin-right:2rem}.button_play{width:100px;height:50px;margin-top:10px;margin-left:10px;margin-right:10px;color:#000;border-radius:0;font-size:bold}.button_list{width:100px;height:50px;margin-top:10px;margin-left:10px;margin-right:10px;color:#fff;border-radius:0;background-color:#33333380}.banner_buttons:hover{color:#000;background-color:#33333380;transition:a110.2s}.banner_fadeBottom{height:40vh;background-image:linear-gradient(180deg,transparent,rgb(37,37,37,.91),#111)}.row_poster{width:100%;object-fit:contain;max-height:300px;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.08)}.row{margin-left:20px;color:#fff}
