@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";body{font-family:Roboto,sans-serif;margin:0;padding:0;background-color:#0c0c0c}.header_outer_container{font-family:Roboto,sans-serif}.header_outer_container{position:sticky;top:0;display:flex;justify-content:center;align-items:center;color:#fff;height:8vh;transition:all .5s ease-in;z-index:1;background-color:#000}.nav_black{background-color:#141414}.header_container{width:90%;display:flex;justify-content:space-between;align-items:center;font-family:Arial,sans-serif}.header_left,.header_right{display:flex}.header_left ul,.header_right ul{display:flex;gap:20px;list-style:none;padding:0;margin:0}.header_left li,.header_right li{color:#fff;cursor:pointer;margin:auto}.header_left ul li:hover{color:#e50914}.main_outer_container{display:flex;justify-content:space-around;align-items:flex-start;width:100%;padding:20px 0;background-color:#000;color:#fff;font-family:Arial,sans-serif}.footer_outer_container{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;font-size:14px;color:#fff}.Icons{display:flex;gap:15px;font-size:20px}.square{border:1px solid white;width:120px;height:25px;text-align:center;display:flex;justify-content:center;align-items:center}.footer_outer_container ul{list-style:none;padding:0}.footer_outer_container ul li{padding:8px 0;cursor:pointer;transition:color .3s ease}.footer_outer_container ul li:hover{color:#e50914}.banner{margin-top:-10vh;height:80vh;margin-bottom:-80px;color:#fff;object-fit:contain}.banner_contents{margin-left:30px;padding-top:300px}.banner_title{font-size:3rem;font-weight:800;padding-bottom:.3rem}.banner_description{width:45rem;line-height:1;padding:1rem 0;font-size:1rem;max-width:360px;height:80px}.banner_buttons{display:flex;gap:30px;margin-top:20px}.banner_button{padding:10px 20px;font-size:16px;font-weight:700;text-transform:uppercase;border:none;cursor:pointer;background-color:#fff}banner_button.play{background-color:#fff;color:#000}.banner_button{background-color:#fff;color:#000}.banner_button:hover,.banner_button.play:hover{background-color:#bbb8b8;color:#000}.banner_button:focus{box-shadow:0 0 0 3px #ffffff80}.row{margin-left:20px;color:#fff}.row__title{font-size:1.5rem;font-weight:700;padding-left:10px;margin-bottom:10px}.row__posters{display:flex;overflow-y:hidden;overflow-x:scroll;padding:20px;scroll-behavior:smooth}.row__posters::-webkit-scrollbar{display:none}.row__poster{width:100%;object-fit:contain;max-height:100px;transition:transform .45s;margin-right:10px;border-radius:5px}.row__poster:hover{transform:scale(1.08);opacity:.85}.row__posterLarge{max-height:250px}.row__posterLarge:hover{transform:scale(1.09);opacity:.9}
