@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: #e50914}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg-color)}.header_outer_container{position:fixed;top:0;width:100%;height:80px;display:flex;align-items:center;justify-content:center;background-color:#000;padding:0 40px;z-index:100;color:#fff}.header_container{width:100%;max-width:1400px;display:flex;justify-content:space-between;align-items:center}.header_left ul{list-style:none;display:flex;align-items:center;gap:25px;padding:0;margin:0;color:#fff}.header_left img{width:120px;object-fit:contain;cursor:pointer}.header_right ul{list-style:none;display:flex;align-items:center;gap:20px;padding:0;margin:0;color:#fff}.footer_outer_container{background-color:#111;color:gray;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px 0}.footer_inner_container{width:80%;display:flex;flex-direction:column;align-items:center}.footer_icons{display:flex;justify-content:center;gap:15px;margin-bottom:15px}.footer_icons svg{font-size:22px;cursor:pointer;color:gray}.footer_data{display:flex;justify-content:space-between;width:100%;max-width:900px;flex-wrap:wrap}.footer_data ul{list-style:none;display:flex;flex-direction:column;justify-content:space-around;height:auto;padding:0;margin:0}.footer_data ul li{cursor:pointer;font-size:14px}.service_code{display:flex;align-items:center;justify-content:center;border:#fff 1px solid;width:120px;height:30px;margin:15px auto;font-size:12px;color:gray}.copy-write{font-size:12px;margin-top:15px;text-align:center;color:gray}.banner{color:#fff;object-fit:contain;margin-top:80px;height:500px}.banner__contents{margin-left:30px;padding-top:150px;height:400px}.banner__title{font-size:100 rem;font-weight:700;padding-bottom:.3rem}.banner__description{width:45rem;line-height:1.3;padding-top:1rem;font-size:1.1rem;max-width:500px;height:80px}.banner__button{cursor:pointer;color:#fff;outline:none;border:none;font-weight:bolder;font-size:1rem;border-radius:.2vw;padding:1rem 4rem;margin-right:1rem;background-color:#33333380}.banner__button:hover{color:#000;background-color:#e6e6e6;transition:all .2s}.banner__fadeBottom{height:7.4rem;background-image:linear-gradient(180deg,transparent,rgb(37,37,37,.61),#111)}.row{color:#fff;margin-left:20px;margin-top:-20px;margin-bottom:20px;padding:10px 0}.row h2{font-size:22px;font-weight:700;display:block;margin-left:20px;margin-bottom:10px;color:#fff;z-index:2;position:relative}.row__posters{display:flex;overflow-x:scroll;overflow-y:hidden;padding:20px 0 10px;scroll-behavior:smooth}.row__posters::-webkit-scrollbar{display:none}.row__poster,.row__posterLarge{width:100px;object-fit:cover;border-radius:5px;margin-right:10px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.row__poster{height:130px}.row__poster .row__posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:10px 0;scroll-behavior:smooth;margin-top:10px}.row__posterLarge{height:330px}.row__poster:hover,.row__posterLarge:hover{transform:scale(1.1);opacity:1}.row__poster{width:250px;height:140px;object-fit:cover;transition:transform .3s;border-radius:4px}.row__posterLarge{width:200px;height:300px}.row__posterLarge:hover,.row__poster:hover{transform:scale(1.1)}.App{background-color:#000}.main-content{min-height:70vh}
