.header_outer_container{position:sticky;top:0;display:flex;justify-content:center;align-items: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-between;align-items:center;list-style:none;cursor:pointer}.footer_outer_container{background-color:#141414;color:#757575;padding:20px 40px;font-size:14px}.footer_icons{display:flex;justify-content:flex-start;margin-bottom:20px}.footer_icons svg{color:#757575;margin-right:20px;font-size:24px;cursor:pointer;transition:color .3s ease}.footer_icons svg:hover{color:#fff}.footer_inner_container{display:flex;flex-direction:column;max-width:1000px;margin:0 auto}.footer_data{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.footer_data ul{list-style:none;padding:0}.footer_data li{margin-bottom:10px;cursor:pointer;transition:color .3s ease}.footer_data li:hover{color:#fff}.service_code{width:80px;border:#ffffff 1px solid;margin-bottom:20px;cursor:pointer;transition:color .3s ease}.service_code p:hover{color:#fff}.copy-write{font-size:12px;color:#757575}.copy-write:hover{color:#fff}.banner{color:#fff;object-fit:contain;height:450px;display:flex;align-items:center;padding:0 30px;position:relative;margin-bottom:20px}.banner__contents{margin-top:140px;width:50%;z-index:2}.banner__title{font-size:3rem;font-weight:800;padding-bottom:.3rem}.banner__description{width:80%;line-height:1.3;padding-top:1rem;font-size:1rem;max-width:360px;height:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner__buttons{margin-top:20px}.banner__button{cursor:pointer;color:#fff;outline:none;border:none;font-weight:700;border-radius:.2vw;padding:.5rem 2rem;margin-right:1rem;background-color:#33333380}.banner__button:hover{color:#000;background-color:#e6e6e6;transition:all .2s}.banner__fadeBottom{height:40vh;background-image:linear-gradient(180deg,transparent,rgba(37,37,37,.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}code{font-family:Courier New,Courier,monospace}:root{--main-color: #333;--font-base: "Lexend", sans-serif;--font-second-base: "Inter", sans-serif;--bg-color: #111;--primary-color: #ffffff;--second-color: #e50914}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#111}
