@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Inter:wght@100..900&display=swap";header{display:flex;flex-direction:column;justify-content:space-between}.logo{width:100px}.logo:hover{cursor:pointer}nav{height:10vh;top:0;position:sticky;background-color:#141414;flex-direction:row;color:#fff;display:flex;padding:5px 30px;align-items:center;justify-content:space-between}nav ul{list-style:none;display:flex;align-items:center}.nav-left{justify-content:flex-start;font-size:14px}.nav-right{justify-content:flex-end}nav ul li{padding:5px 7px;margin:auto 10px}nav ul li a{color:#fff;text-decoration:none}nav ul li:hover,nav ul li a:hover{color:red;transition:color .5s ease-in-out;cursor:pointer}.banner{height:90dvh;background-repeat:no-repeat;background-size:100% 100%;background-position:center;display:flex;flex-direction:column;justify-content:space-between;object-fit:contain}.featured{display:flex;justify-content:space-between;align-items:center;transition:all .4s;flex-wrap:wrap;margin-top:150px;padding:0 30px}.featured_left,.trailer_container{max-width:600px}.featured-title{color:#fff;font-size:1.5rem;font-weight:bolder}.featured-buttons button{background:#555;color:#fff;font-weight:700;padding:10px 30px;margin-right:10px;outline:none;border:none}.play_btn{background-color:#fff!important;color:#000!important}.featured-buttons>button:hover{color:#fff!important;background-color:red!important;border-radius:5px;transition:all .5s ease-in-out;cursor:pointer}.featured-description{color:#fff;margin-top:20px}.featured-description p{color:#fff;line-height:25px;font-size:18px}.featured_fade_bottom{height:300px;margin-top:20px;background-image:linear-gradient(180deg,transparent,rgb(37,37,37,.61),#111)}footer{margin-top:20px;color:gray;display:flex;justify-content:center}footer .footer-inner-container{width:60%;padding:20px 30px}.footer-icons{width:15%;display:flex;justify-content:space-around;color:#fff}footer ul{list-style:none}footer ul li{cursor:pointer;margin:10px auto}.footer-data{display:flex;justify-content:space-between;margin:5px 0}.footer-data div{padding:10px}.service_code{display:flex;align-items:center;justify-content:center;border:3px solid white;width:150px;margin:10px 0;padding:5px 10px;cursor:pointer}.copy_right{font-size:12px;margin-bottom:10px}.row_container{margin:0 30px;color:#fff}.list_title{color:#fff;font-size:1.3rem;margin:5px 0}.movie_list_holder{display:flex;overflow-x:hidden;overflow-y:hidden}.row_poster{height:100px;margin-right:10px;padding:5px;transition:transform .3s linear}.row_poster:hover{border-left:2px solid white;border-right:2px solid white;padding:0}.row_poster:hover{transform:scale(1.08);cursor:pointer}.row_posterLarge{max-height:250px!important;height:auto!important}:root{--font-family: Lexend, sans-serif;--font-second-base: Inter, sans-serif;--bg-color:#111;--primary-color:#fff;--second-color:#e50914}*{padding:0;margin:0;box-sizing:border-box}body{font-family:var(--font-family);background:var(--bg-color)}
