@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap";.navbar{width:100%;padding:20px 6%;display:flex;justify-content:space-between;position:fixed;font-size:14px;background-image:linear-gradient(180deg,rgba(0,0,0,.7),10%,transparent);z-index:1}.navbar-left{display:flex;align-items:center;gap:50px}.navbar-left img{width:90px}.navbar-left ul{display:flex;list-style:none;gap:20px}.navbar-left ul li{cursor:pointer}.navbar-right{display:flex;gap:20px;align-items:center;cursor:pointer}.navbar-profile{display:flex;gap:10px;align-items:center;cursor:pointer;position:relative}.navbar .dropdown{position:absolute;top:100%;right:-30px;width:max-content;background:#191919;padding:15px;border-radius:5px;text-decoration:underline;z-index:1;display:none}.navbar .dropdown p{font-size:13px;cursor:pointer}.navbar-profile:hover .dropdown{display:block}.nav-dark{background:#141414}@media (max-width: 800px){.navbar{padding:20px 4%}.navbar-left ul{display:none}.navbar img{height:25px}}@media (max-width: 500px){.navbar img{height:20px}.navbar-right{gap:10px}}.hero{position:relative}.banner-img{width:100%;-webkit-mask-image:linear-gradient(to right,transparent,black 75%);mask-image:linear-gradient(to right,transparent,black 75%);-weblit-mask-image:linear-gradient(to right,transparent,black 75%)}.hero-caption{position:absolute;width:100%;padding-left:6%;bottom:0}.caption-img{width:90%;max-width:420px;margin-bottom:30px}.hero-caption p{max-width:700px;font-size:17px;margin-bottom:20px}.hero-btns{display:flex;gap:10px;margin-bottom:50px}.hero-btns .btn img{width:25px}.hero-btns .btn{border:0;outline:0;padding:8px 20px;display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:600;background:#fff;border-radius:4px;cursor:pointer}.hero-btns .btn.dark-btn{color:#fff;background:#6d6d6eb3}.hero-btns .btn:hover{background:#ffffffbf}.hero-btns .btn.dark-btn:hover{background:#6d6d6e66}.more-cards{padding-left:6%}.movie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-in-out}.movie-modal-content{background:#191919;color:#fff;padding:20px;border-radius:10px;display:flex;gap:20px;max-width:800px;width:90%;position:relative;box-shadow:0 4px 20px #000000b3}.modal-poster{width:200px;border-radius:8px;object-fit:cover}.modal-details{flex:1}.modal-details h2{margin-bottom:10px}.modal-details p{margin:6px 0;color:#ccc}.close-btn{position:absolute;top:12px;right:18px;font-size:28px;cursor:pointer;color:#fff;transition:color .2s ease}.close-btn:hover{color:red}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero-caption .title-cards{display:none}.hero-btns{margin-bottom:30px}}@media (max-width: 800px){.hero-caption{padding-left:4%}.caption-img{margin-bottom:10px;width:40%}.hero-caption p{font-size:12px;margin-bottom:10px}.hero-btns .btn img{width:20px}.more-cards{padding-left:4%}}@media (max-width: 500px){.caption-img{display:none}.hero-btns .btn img{width:15px}.hero-btns .btn{padding:10px 4px;gap:5px;font-size:10px}}.title-cards{margin-top:50px;margin-bottom:30px}.title-cards h2{margin-bottom:8px}.card-list{display:flex;gap:10px;overflow-x:scroll}.card-list::-webkit-scrollbar{display:none}.card-list .card{display:flex;flex-direction:column;text-decoration:none;color:#fff}.card-list .card img{width:240px;border-radius:4px;cursor:pointer}.card-list img:hover{margin:10px;transform:scale(1.1);box-shadow:0 8px 20px #0009;z-index:2}.card-list .card-title{margin-top:7px;text-align:center;font-size:14px;font-weight:500;cursor:pointer}@media (max-width: 800px){.title-cards{margin-top:20px;margin-bottom:0}.title-cards h2{font-size:20px}.card-list img{width:200px}.card-list p{font-size:12px}}@media (max-width: 500px){.title-cards h2{font-size:15px}.card-list img{width:165px}.card-list p{font-size:10px}}.footer{padding:30px 3%;max-width:1000px;margin:0 auto}.footer-icons{display:flex;gap:20px;margin:40px 0;cursor:pointer}.footer-icons img{width:30px;cursor:pointer}.footer ul{display:grid;grid-template-columns:auto auto auto auto;gap:15px;margin-bottom:30px;list-style:none}.copyright-text{color:gray;font-size:14px}@media (max-width: 800px){.footer-icons img{width:25px}.footer ul{grid-template-columns:auto auto;gap:8px;font-size:14px}}.login{height:100vh;background-image:linear-gradient(#0000007e,#0000007e),url(/background_banner.jpg);padding:20px 8%}.login-logo{width:150px}.login-form{width:100%;max-width:450px;background:#000000bf;border-radius:4px;padding:60px;margin:auto}.login-form h1{font-size:32px;font-weight:500;margin-bottom:28px}.login-form input{width:100%;height:50px;background:#333;color:#fff;margin:12px 0;border:0;outline:0;border-radius:4px;padding:16px 20px;font-size:16px;font-weight:500}.login-form input::placeholder{font-size:16px;font-weight:500}.login-form button{width:100%;border:0;outline:0;padding:16px;background:#e50914;color:#fff;border-radius:4px;font-size:16px;font-weight:500;margin-top:20px;cursor:pointer}.form-help{display:flex;align-items:center;justify-content:space-between;color:#b3b3b3;font-size:13px}.remember{display:flex;align-items:center;gap:5px}.remember input{width:18px;height:18px}.form-switch{margin-top:40px;color:#737373}.form-switch span{margin-left:6px;color:#fff;font-weight:500;cursor:pointer}.login-spinner{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.login-spinner img{width:60px}@media (max-width: 500px){.login{padding:15px 5%}.login-form{padding:20px;margin-top:30px}}.notfound{position:relative;min-height:100vh;background:#000;color:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;font-family:Segoe UI,sans-serif}.content{position:relative;z-index:10}.error-code{font-size:10rem;font-weight:900;color:#e50914;text-shadow:0 0 10px #e50914,0 0 20px #ff1a1a;animation:float 3s ease-in-out infinite}.error-message{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#fff;letter-spacing:1px}.error-desc{font-size:1.1rem;color:#ccc;max-width:500px;margin:0 auto 2rem;line-height:1.5}.btn-red{background:linear-gradient(45deg,#e50914,#ff1a1a);border:none;color:#fff;font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:50px;transition:all .3s ease}.btn-red:hover{transform:translateY(-3px);box-shadow:0 8px 20px #e5091499}.background-shapes span.shape{position:absolute;border-radius:50%;opacity:.2;filter:blur(120px);animation:moveShape 8s infinite alternate ease-in-out}.shape1{width:350px;height:350px;background:#e50914;top:-120px;left:-120px}.shape2{width:250px;height:250px;background:#ff1a1a;bottom:-80px;right:-80px;animation-delay:2s}.shape3{width:150px;height:150px;background:#ff3d3d;top:25%;right:35%;animation-delay:4s}@keyframes moveShape{0%{transform:translate(0) rotate(0)}50%{transform:translate(25px,35px) rotate(45deg)}to{transform:translate(-25px,-25px) rotate(90deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 576px){.error-code{font-size:6rem}.error-message{font-size:1.5rem}.error-desc{font-size:1rem;max-width:90%}.btn-red{padding:.5rem 1.5rem;font-size:.9rem}}.player{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:10px 150px}.player .img{position:absolute;font-size:30px;top:50px;left:150px;cursor:pointer}.player iframe{border-radius:10px;margin:20px}.player-info{display:flex;align-items:center;justify-content:space-between;width:90%}*{margin:0;padding:0;box-sizing:border-box}body{background:#000;color:#fff;font-family:poppins}
