@import"https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap";*{margin:0;padding:0}.App{background-color:#000}.header_main{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background-color:transparent;height:10vh;transition:all .5s;transition-timing-function:ease-in;z-index:1}.nav_black{background-color:#141414}.header_container{width:90%;max-width:1400px;display:flex;justify-content:space-between;align-items:center}.header_left ul{display:flex;align-items:center;list-style:none;cursor:pointer;margin:0;padding:0;gap:1rem}.header_left ul li{font-size:1rem;color:#fff}.header_left ul li img{width:80px;height:auto}.header-right ul{display:flex;align-items:center;list-style:none;cursor:pointer;margin:0;padding:0;gap:1rem}.header-right ul li{color:#fff}@media (max-width: 768px){.header_container{width:95%}.header_left ul{gap:.8rem}.header_left ul li{font-size:.9rem}.header_left ul li img{width:70px}.header-right ul{gap:.8rem}}@media (max-width: 600px){.header_main{height:8vh;min-height:50px}.header_container{flex-direction:row;align-items:center;width:95%}.header_left ul{flex-wrap:nowrap;gap:.5rem;overflow:hidden}.header_left ul li{font-size:.8rem}.header_left ul li img{width:60px}.header_left ul li:nth-child(n+3){display:none}.header_right ul{gap:.5rem}.header-right ul li svg{font-size:1.2rem}}.banner{margin-top:-10vh;height:80vh;margin-bottom:-80px;color:#fff;object-fit:contain}.banner-content{margin-left:30px;padding-top:300px}.banner-title{font-size:3rem;font-weight:800px;padding-bottom:.3rem}.banner_description{width:45rem;line-height:1;padding:2rem 0;font-size:1rem;max-width:360px;height:80px}.banner-button{cursor:pointer;outline:none;border:none;font-size:1.2rem;font-weight:800;border-radius:.2vw;padding:1rem 3rem;margin-right:2rem}.play{color:#000;background-color:#fff}.banner_button:hover{color:#000;background-color:#c6c6c6;transition:all0.2s}.banner_fadeBottom{height:40vh;background-image:linear-gradient(180deg,transparent,grb(37,37,37,.91),#111)}.row{margin-left:20px;color:#fff;position:relative;transition:background-color .3s ease}.row h2{font-size:1.4rem;font-weight:800;margin-top:20px;margin-bottom:10px}.row__posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:20px 0;transition:opacity .3s ease}.row__posters::-webkit-scrollbar{display:none}.row__poster{max-height:100px;object-fit:contain;margin-right:10px;width:100%;transition:transform .45s;border-radius:4px}.row__poster:hover{transform:scale(1.08);opacity:1}.row__posterLarge{max-height:250px}.row__posterLarge:hover{transform:scale(1.09)}.row__poster--selected{transform:scale(1.05);border:2px solid white;box-shadow:0 0 10px #ffffff80}.row__info{padding:15px;color:#fff;margin-top:10px;background-color:#000000b3;border-radius:5px;max-width:800px}.row__info h3{margin-bottom:8px;font-size:1.2rem}.row__buttons{display:flex;gap:10px;margin-bottom:10px}.row__button{cursor:pointer;outline:none;border:none;font-weight:700;border-radius:3px;padding:8px 20px;background-color:#33333380;color:#fff}.row__button.play{background-color:#fff;color:#000}.row__button:hover{opacity:.8}.row__description{font-size:14px;line-height:1.4;margin-top:10px;max-width:600px}.row .youtube-container{margin-top:10px;padding:10px 0}.row.row--active{background-color:#000000b3;padding-bottom:20px;z-index:1}@media screen and (max-width: 768px){.row__poster{max-height:80px}.row__posterLarge{max-height:200px}.row__info{padding:10px}}@media screen and (max-width: 480px){.row__poster{max-height:70px}.row__posterLarge{max-height:180px}.row__buttons{flex-direction:column;gap:8px;max-width:150px}}.footer-main{background-color:#111;color:gray;display:flex;justify-content:center;padding:20px 0;width:100%}.inner-footer{width:80%;max-width:1200px;padding:0 15px}.footer-icons{width:auto;display:flex;gap:20px;margin:0 0 20px 10px;color:#fff}.footer-icons:hover{color:#add8e6}.footer-data{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.footer-data>div{min-width:200px;margin-bottom:15px;flex:1}.footer-data ul{list-style:none;display:flex;flex-direction:column;padding:0;margin:0}.footer-data ul li{cursor:pointer;margin-bottom:10px;font-size:14px;transition:color .2s ease}.footer-data ul li:hover{text-decoration:underline;color:#fff}.Service-code{display:flex;align-items:center;justify-content:center;border:#fff 1px solid;width:max-content;padding:8px 12px;margin:20px 0;cursor:pointer;transition:all .2s ease}.Service-code:hover{color:#fff;border-color:#87cefa}.copy-write{font-size:12px;margin-bottom:10px}.copy-write:hover{color:#00f}@media screen and (max-width: 992px){.inner-footer{width:90%}}@media screen and (max-width: 768px){.footer-data{flex-direction:column;align-items:flex-start}.footer-data>div{width:100%;margin-bottom:10px}.footer-data ul{height:auto}.footer-icons{width:auto}.Service-code{width:100%;max-width:200px}}@media screen and (max-width: 480px){.inner-footer{width:95%;padding:0 10px}}:root{--font-base: "Lexend", sans-serif;--font-second-base: "Inter", sans-serif;--bg-color: #111;--secondary-color: #e50914}*{margin:0;padding:0;box-sizing:border-box}body{background:#111}
