@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";*{margin:0;padding:0;box-sizing:border-box}body{font-family:poppins;background:#000;color:#fff}.home{overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end}.banner-img{width:100%;height:100vh;object-fit:cover;object-position:center;mask-image:linear-gradient(to right,transparent,black 75%);-webkit-mask-image:linear-gradient(to right,transparent,black 75%);position:absolute;top:0;left:0}.hero-caption{position:relative;width:100%;padding:0 5% 60px;color:#fff;z-index:2}.caption-img{width:100%;max-width:420px;margin-bottom:20px;display:block}.hero-caption p{font-size:16px;max-width:600px;margin-bottom:25px;line-height:1.5;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-btns{display:flex;gap:15px;margin-bottom:40px;flex-wrap:wrap}.hero-btns img{width:20px;height:20px}.hero-btns .btn{border:0;outline:0;padding:10px 24px;display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;background:#fff;border-radius:4px;cursor:pointer;transition:all .3s ease;min-height:44px}.hero-btns .btn.dark-btn{background:#6d6d6eb3;color:#fff}.hero-btns .btn:hover{background:#ffffffbf;transform:translateY(-2px)}.hero-btns .btn.dark-btn:hover{background:#6d6d6e66;transform:translateY(-2px)}.more-cards{padding:0 5%;margin-top:20px;margin-bottom:40px}@media (max-width: 1024px){.hero{min-height:80vh}.banner-img{height:80vh;object-fit:cover;mask-image:linear-gradient(to bottom,transparent 10%,black 90%);-webkit-mask-image:linear-gradient(to bottom,transparent 10%,black 90%)}.hero-caption{position:absolute;top:150px;padding-left:5%;padding-right:5%;text-align:center}.caption-img{width:70%;max-width:350px;margin:0 auto 20px}.hero-caption p{font-size:15px;max-width:500px;margin:0 auto 25px;line-height:1.4}.hero-btns{justify-content:center;margin-bottom:30px;gap:12px}.hero-btns .btn{padding:10px 24px;font-size:14px;min-height:44px}.hero-btns img{width:20px}.more-cards{padding-left:5%;padding-right:5%;margin-top:20px}}@media (max-width: 768px){.hero{min-height:70vh}.banner-img{height:70vh;mask-image:linear-gradient(to bottom,transparent 5%,black 95%);-webkit-mask-image:linear-gradient(to bottom,transparent 5%,black 95%)}.hero-caption{top:150px;padding-left:4%;padding-right:4%}.caption-img{width:60%;max-width:280px;margin-bottom:15px}.hero-caption p{font-size:14px;margin-bottom:20px;line-height:1.4}.hero-btns{margin-bottom:25px;gap:10px;flex-wrap:wrap}.hero-btns .btn{padding:10px 20px;font-size:13px;min-height:42px}.hero-btns img{width:18px}.more-cards{padding-left:4%;padding-right:4%;margin-top:15px}}@media (max-width: 480px){.hero{min-height:60vh}.banner-img{height:60vh;mask-image:linear-gradient(to bottom,transparent 0%,black 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 100%)}.hero-caption{top:150px;padding-left:3%;padding-right:3%}.caption-img{width:50%;max-width:220px;margin-bottom:12px}.hero-caption p{font-size:13px;margin-bottom:18px;line-height:1.3}.hero-btns{margin-bottom:20px;flex-direction:column;align-items:center;gap:8px}.hero-btns .btn{padding:12px 30px;font-size:14px;min-height:44px;width:180px;justify-content:center}.hero-btns img{width:16px}.more-cards{padding-left:3%;padding-right:3%;margin-top:10px}.hero-caption .titlecards{display:none}}.navbar{width:100%;padding:20px 6%;display:flex;justify-content:space-between;position:fixed;top:0;left:0;font-size:14px;z-index:1;color:#e5e5e5;background-image:linear-gradient(180deg,rgba(0,0,0,.7) 10%,transparent 100%);transition:background .3s ease}.navbar-left{display:flex;gap:50px;align-items:center}.navbar-left img{width:90px}.navbar-left ul{display:flex;gap:20px;list-style:none}.navbar-left ul li{cursor:pointer}.navbar-right{display:flex;gap:20px;align-items:center}.navbar-right .icons{width:20px;cursor:pointer}.navbar-right .profile{width:35px;border-radius:4px}.navbar-profile{display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.navbar .dropdown{position:absolute;top:100%;right:0;width:max-content;background:#191919;padding:18px 22px;border-radius:2px;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}}.titlecards{margin-top:50px;margin-bottom:30px}.titlecards h2{margin-bottom:8px}.card-list{display:flex;gap:10px;overflow-x:scroll}.card-list::-webkit-scrollbar{display:none}.card-list img{width:240px;border-radius:4px;cursor:pointer}.card-list .card{position:relative}.card-list .card p{position:absolute;bottom:10px;right:10px;text-decoration:none;color:#fff}.more-cards{padding-left:6%}@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 200px;min-width:1000px;margin:0 auto}.footer-icons{margin:40px 0;display:flex;gap:20px}.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:17px}@media (max-width: 1024px){.footer{padding:25px 80px;min-width:auto;max-width:100%}.footer-icons{margin:30px 0;gap:18px;justify-content:center}.footer-icons img{width:28px}.footer ul{grid-template-columns:auto auto auto;gap:12px;margin-bottom:25px}.copyright-text{font-size:16px;text-align:center}}@media (max-width: 768px){.footer{padding:20px 40px}.footer-icons{margin:25px 0;gap:15px}.footer-icons img{width:25px}.footer ul{grid-template-columns:auto auto;gap:10px;margin-bottom:20px}.footer ul li{font-size:14px;text-align:center}.copyright-text{font-size:14px}}@media (max-width: 480px){.footer{padding:15px 20px}.footer-icons{margin:20px 0;gap:12px;flex-wrap:wrap}.footer-icons img{width:22px}.footer ul{grid-template-columns:auto;gap:8px;margin-bottom:15px}.footer ul li{font-size:13px;padding:5px 0}.copyright-text{font-size:12px}}@media (max-width: 360px){.footer{padding:12px 15px}.footer-icons{margin:15px 0;gap:10px}.footer-icons img{width:20px}.footer ul{gap:6px;margin-bottom:12px}.footer ul li{font-size:12px}.copyright-text{font-size:11px}}.login{height:100vh;padding:20px 8%;background-image:url(/background_banner.jpg),linear-gradient(#0000007e,#0000007e)}.login-logo{width:150px}.login-form{width:100%;max-width:450px;background-color:#000000b3;padding:60px;margin:auto;border-radius:4px}.login-form h1{font-size:32px;font-weight:500;margin-bottom:28px}.login-form input{width:100%;height:50px;padding:16px 20px;margin:12px 0;background:#333;color:#fff;border:0;outline:0;font-size:16px;font-weight:500;border-radius:4px}.login-form input::placeholder{font-size:16px;font-weight:500}.login-form button{width:100%;padding:16px;border:0;outline:0;background:#e50914;color:#fff;font-size:16px;font-weight:500;border-radius:4px;margin-top:20px;cursor:pointer}.form-help{display:flex;align-items:center;justify-content:space-between;color:#b3b3b3;font-size:13px}.form-help .remember{display:flex;align-items:center;gap:10px}.form-help .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}}.player{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.player img{position:absolute;top:20px;left:20px;width:50px;cursor:pointer}.player iframe{border-radius:10px}.player-info{display:flex;justify-content:space-between;width:90%;align-items:center}@media (max-width: 768px){.player{height:100vh;padding:60px 20px 20px;justify-content:flex-start}.player img{top:30px;left:20px;width:40px}.player iframe{width:100%;height:40%;border-radius:8px;margin-top:20px}.player-info{flex-direction:column;gap:10px;text-align:center;margin-top:20px;width:100%}.player-info p{margin:5px 0;font-size:14px}}@media (max-width: 480px){.player{padding:50px 15px 15px}.player img{top:25px;left:15px;width:35px}.player iframe{height:35%;border-radius:6px;margin-top:15px}.player-info{gap:8px;margin-top:15px}.player-info p{font-size:12px}}
