.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.login-container h2{margin-bottom:20px;font-size:1.5rem;color:#888}.login-container .google-btn{display:flex;align-items:center;justify-content:center;padding:12px 20px;font-size:1.2rem;font-weight:700;color:#fff;background-color:#db4437;border:none;border-radius:5px;text-decoration:none;transition:background .3s ease-in-out}.login-container .google-btn i{margin-right:10px;font-size:1.5rem}.login-container .google-btn:hover{background-color:#c1351d}.moreOptionsIcon{position:fixed;bottom:70px;right:30px;background:#57ad00;color:#fff;border-radius:50%;width:50px;height:50px;border:none;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .3s ease;z-index:9999}.moreOptionsIcon:hover{transform:scale(1.1);box-shadow:0 6px 8px #0003}.moreOptionsIcon svg{font-size:30px}.supportIcon{position:fixed;bottom:70px;right:30px;background:#009be2;color:#fff;border-radius:50%;width:50px;height:50px;border:none;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px #0000001a;cursor:pointer;transition:transform .3s ease;z-index:9999}.supportIcon:hover{transform:scale(1.1);box-shadow:0 6px 8px #0003}.supportIcon svg{font-size:30px}.pay-wrapper{display:flex;justify-content:center;align-items:center;height:100vh}.pay-container{max-width:500px;margin:40px auto;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;text-align:center;display:flex;flex-direction:column;align-items:center}.pay-container .user-info{display:flex;align-items:center;margin-bottom:20px;width:100%}.pay-container .user-info .user-image{width:50px;height:50px;border-radius:50%;margin-right:10px;object-fit:cover}.pay-container .user-info .user-details{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.pay-container .user-info .user-details .greeting{font-size:22px;font-weight:700;color:#333;text-align:right}.pay-container .user-info .user-details .name{font-size:18px;color:#333;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pay-container h2{font-size:18px;color:#333;margin-bottom:20px}.pay-container p{font-size:16px;margin:10px 0;color:#333}.pay-container .package-info{padding:15px;background:#007304;color:#fff;border-radius:8px;font-weight:700}.pay-container .expired-message,.pay-container .no-package-message{padding:15px;background:#c20000;color:#fff;border-radius:8px;font-weight:700}.pay-container .plans{display:flex;justify-content:space-around;gap:10px;margin-top:20px}.pay-container .plans button{flex:1;padding:12px 18px;font-size:16px;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s;text-align:center}.pay-container .plans button.daily{background:#c20d00}.pay-container .plans button.daily:hover{background:#8f0a00}.pay-container .plans button.weekly{background:#e65c00}.pay-container .plans button.weekly:hover{background:#b34800}.pay-container .plans button.monthly{background:#0c9100}.pay-container .plans button.monthly:hover{background:#085e00}.pay-container .plans button.yearly{background:#004aad}.pay-container .plans button.yearly:hover{background:#00347a}.pay-container .plans button:disabled{background:#ccc;cursor:not-allowed}.pay-container .pay-button{margin-top:20px;padding:14px 20px;font-size:18px;background:#007304;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s;width:100%}.pay-container .pay-button:hover{background:#004002}.pay-container .pay-button:disabled{background:#ccc;cursor:not-allowed}.pay-container .foot{margin-top:25px;font-size:14px}.pay-container .foot a{color:#1ca102;text-decoration:none;font-weight:700}.pay-container .foot a:hover{text-decoration:underline}.header{position:fixed;transform:translateY(0);width:100%;height:60px;display:flex;align-items:center;transition:all ease .5s;z-index:4}.header.top{background:#00000040;backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px)}.header.show{background-color:var(--black3)}.header.hide{transform:translateY(-60px)}.header .contentWrapper{display:flex;align-items:center;justify-content:space-between}.header .logo{cursor:pointer;display:flex;align-items:center;gap:4px}.header .logo img{height:36px}.header .logo h1{font-weight:800;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.header .menuItems{list-style-type:none;display:none;align-items:center}@media only screen and (min-width: 768px){.header .menuItems{display:flex}}.header .menuItems .menuItem{height:60px;display:flex;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative;cursor:pointer}.header .menuItems .menuItem:hover{color:var(--pink)}.header .menuItems .downloadLink,.header .menuItems .accountLink{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.header .menuItems .downloadLink:hover,.header .menuItems .accountLink:hover{color:var(--pink)}.header .mobileMenuItems{display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.header .mobileMenuItems{display:none}}.header .mobileMenuItems svg{font-size:18px;color:#fff}.header.mobileView{background:var(--black3)}.header.mobileView .menuItems{display:flex;position:absolute;top:60px;right:0;background:var(--black3);flex-direction:column;width:auto;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards}.header.mobileView .menuItems .menuItem{font-size:20px;padding:15px 20px;text-align:left}.header .searchBar{width:100%;height:60px;background-color:#fff;position:absolute;top:60px;animation:mobileMenu .3s ease forwards}.header .searchBar .searchInput{display:flex;align-items:center;height:40px;margin-top:10px;width:100%}.header .searchBar .searchInput svg{font-size:20px;flex-shrink:0;margin-left:10px;cursor:pointer}.header .searchBar .searchInput input{width:100%;height:50px;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.header .searchBar .searchInput input{height:60px;font-size:20px;padding:0 30px}}.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.download-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.download-container h2{margin-bottom:20px;font-size:1.5rem;color:#d4d4d4}.download-options{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.download-option{width:100%;max-width:300px}.download-image-container{position:relative;cursor:pointer;border:2px solid #7e7e7e;border-radius:10px;overflow:hidden}.download-image{width:100%;height:auto}.download-text{position:absolute;bottom:0;left:0;width:100%;padding:10px 0;background-color:#0009;color:#fff;text-align:center;font-size:16px;font-weight:700}@media (min-width: 768px){.download-option{width:48%}}.download-image-container:hover{border-color:#4caf50}.download-image-container:hover .download-text{background-color:#000c}.bottomTabs{position:fixed;bottom:0;width:100%;height:60px;display:flex;justify-content:space-around;align-items:center;background:var(--black);border-top:1px solid rgba(255,255,255,.1);border-top-left-radius:20px;border-top-right-radius:20px;z-index:10}.bottomTabs .tabItem{flex:1;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:11px;cursor:pointer;text-decoration:none}.bottomTabs .tabItem svg{font-size:20px;margin-bottom:4px}.bottomTabs .tabItem:hover{color:var(--pink)}.carouselSection{position:relative}.carouselSection>.contentWrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.carouselSection .carouselTitle{font-weight:700;margin-bottom:30px;text-transform:uppercase;background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@supports not (-webkit-text-fill-color: transparent){.carouselSection .carouselTitle{color:#fc04047c}}.carouselTitle{font-size:2rem;font-weight:700;color:#e0e0e0;margin-bottom:25px;text-transform:uppercase;position:relative;padding-bottom:10px;display:inline-block}.carouselTitle:after{content:"";position:absolute;width:60px;height:3px;background-color:#fc0404;bottom:-5px;left:50%;transform:translate(-50%)}.networkLogoCarousel{display:flex;overflow-x:auto;scroll-behavior:smooth;gap:20px;padding:10px 0;max-width:100%;margin:0 auto}.networkLogoCarousel::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.networkLogoCarousel .networkLogoWrapper{cursor:pointer;padding:10px;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;flex:0 0 auto}.networkLogoCarousel .networkLogoWrapper:hover{transform:scale(1.1);box-shadow:0 4px 10px #0003}.networkLogoCarousel .networkLogoWrapper.active{transform:scale(1.2);box-shadow:0 6px 15px #0000004d}.networkLogoCarousel .networkLogoWrapper .networkLogo{width:80px;height:auto}@media (max-width: 768px){.networkLogoCarousel{gap:10px;padding:10px}.networkLogoWrapper .networkLogo{width:60px}}.watch-random{display:flex;justify-content:center;margin:20px 0}.watch-random button{background:var(--gradient);color:#fff;font-size:18px;font-weight:700;padding:12px 25px;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease-in-out;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;gap:10px}.watch-random button:hover{background:linear-gradient(to right,#fc0404,#000);transform:scale(1.1);box-shadow:0 6px 10px #0003}.watch-random button:active{transform:scale(1);box-shadow:0 3px 6px #00000026}.watch-random button:disabled{background:#888;cursor:not-allowed;box-shadow:none;transform:none}.watch-random button .dice-icon{font-size:20px}@media (max-width: 768px){.watch-random button{font-size:16px;padding:10px 20px}}.watch-random{display:flex;justify-content:center;margin:-170px auto 120px;position:relative;z-index:2}@media (max-width: 768px){.watch-random{margin:-70px auto 120px}.watch-random button{font-size:16px;padding:10px 20px}}@media (max-width: 480px){.watch-random{margin:-70px auto 120px}.watch-random button{font-size:14px;padding:8px 15px}}@keyframes rotateDice{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dice-rotate{animation:rotateDice 2s linear infinite}.heroBanner{width:100%;height:450px;background-color:var(--black);display:flex;align-items:center;position:relative}@media only screen and (min-width: 768px){.heroBanner{height:700px}}.heroBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.heroBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.heroBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.heroBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,#04152d00,#000 79.17%);position:absolute;bottom:0;left:0}.heroBanner .heroBannerContent{display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;position:relative;max-width:800px;margin:0 auto}.heroBanner .heroBannerContent .title{font-size:50px;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .title{margin-bottom:0;font-size:90px}}.heroBanner .heroBannerContent .subTitle{font-size:18px;font-weight:500;margin-bottom:40px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .subTitle{font-size:24px}}.heroBanner .heroBannerContent .searchInput{display:flex;align-items:center;width:100%}.heroBanner .heroBannerContent .searchInput input{width:calc(100% - 100px);height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput input{width:calc(100% - 150px);height:60px;font-size:20px;padding:0 30px}}.heroBanner .heroBannerContent .searchInput button{width:100px;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:0 30px 30px 0;font-size:16px;cursor:pointer}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput button{width:150px;height:60px;font-size:18px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.circleRating{background-color:var(--white);border-radius:50%;padding:2px}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:800;fill:var(--black)}.circleRating .CircularProgressbar-trail{stroke:transparent}.genres{display:flex;gap:5px}.genres .genre{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap}.carousel{margin-bottom:50px}.carousel .contentWrapper{position:relative}.carousel .carouselTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carousel .arrow{font-size:30px;color:#fff;position:absolute;top:44%;transform:translateY(-50%);cursor:pointer;opacity:.8;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{opacity:1}.carousel .carouselLeftNav{left:30px}.carousel .carouselRighttNav{right:30px}.carousel .loadingSkeleton{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel .loadingSkeleton{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .loadingSkeleton .skeletonItem{width:125px}@media only screen and (min-width: 768px){.carousel .loadingSkeleton .skeletonItem{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .loadingSkeleton .skeletonItem{width:calc(20% - 16px)}}.carousel .loadingSkeleton .skeletonItem{flex-shrink:0}.carousel .loadingSkeleton .skeletonItem .posterBlock{border-radius:12px;width:100%;aspect-ratio:1/1.5;margin-bottom:30px}.carousel .loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.carousel .loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px}.carousel .loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px}.carousel .carouselItems{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel .carouselItems{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .carouselItems .carouselItem{width:125px;cursor:pointer}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .carouselItems .carouselItem{width:calc(20% - 16px)}}.carousel .carouselItems .carouselItem{flex-shrink:0}.carousel .carouselItems .carouselItem .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:var(--white);color:var(--white);flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:50px;height:50px}}.carousel .carouselItems .carouselItem .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column}.carousel .carouselItems .carouselItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .textBlock .title{font-size:20px}}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.switchingTabs{height:34px;background-color:#fff;border-radius:20px;padding:2px}.switchingTabs .tabItems{display:flex;align-items:center;height:30px;position:relative}.switchingTabs .tabItems .tabItem{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:var(--black);font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color ease .3s}.switchingTabs .tabItems .tabItem.active{color:#fff}.switchingTabs .tabItems .movingBg{height:30px;width:100px;border-radius:15px;background-image:var(--gradient);position:absolute;left:0;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s}.castSection{margin-bottom:30px;margin-top:30px}.castSection .contentWrapper{position:relative}.castSection .arrow456castcar{font-size:30px;color:#fff;position:absolute;top:34%;cursor:pointer;opacity:1;z-index:1;display:none}@media only screen and (min-width: 768px){.castSection .arrow456castcar{display:block}}.castSection .carouselLeftNav456castcar{left:15px}.castSection .carouselRighttNav456castcar{right:15px}.castSection .listItems{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}.castSection .listItems::-webkit-scrollbar{display:none}.castSection .listItems{-ms-overflow-style:none;scrollbar-width:none}.castSection .listItems .listItem{text-align:center;color:var(--text-color);flex-shrink:0}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;border:1px solid var(--text-color);overflow:hidden;margin-bottom:15px;cursor:pointer}.castSection .castSkeleton23{display:flex;gap:20px;overflow-x:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .castSkeleton23{margin:0;padding:0}}.castSection .castSkeleton23 .skItem{flex-shrink:0}.castSection .castSkeleton23 .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton23 .skItem .circle{width:175px;height:175px;margin-bottom:25px}}.castSection .castSkeleton23 .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton23 .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.networkLogoCarousel{display:flex;overflow-x:auto;scroll-behavior:smooth;justify-content:flex-start;align-items:center;gap:30px;padding:10px 0;max-width:100%;margin:0 auto;-webkit-overflow-scrolling:touch;cursor:grab;background:var(--gradient);border-radius:15px}.networkLogoCarousel::-webkit-scrollbar{height:8px}.networkLogoCarousel::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}.networkLogoCarousel:active{cursor:grabbing}.networkLogoCarousel .networkLogoWrapper{cursor:pointer;padding:15px;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;flex:0 0 auto}.networkLogoCarousel .networkLogoWrapper:hover{transform:scale(1.1);box-shadow:0 5px 10px #0000004d}.networkLogoCarousel .networkLogoWrapper.active{transform:scale(1.2);box-shadow:0 6px 15px #ff000080}.networkLogoCarousel .networkLogoWrapper .networkLogo{width:90px;height:auto;filter:brightness(0) invert(1)}@media (max-width: 768px){.networkLogoCarousel{gap:15px;padding:15px}.networkLogoWrapper .networkLogo{width:70px}}.networkLogo{width:90px;height:auto;filter:brightness(0) invert(1);transition:filter .3s ease}.networkLogo:hover{filter:brightness(.7) invert(.5)}.networkCard .networkPoster{width:100%;height:auto;object-fit:cover;filter:brightness(0) invert(1);transition:filter .3s ease}.networkCard .networkPoster:hover{filter:brightness(.8) invert(.6)}.carouselControls{display:flex;justify-content:center;align-items:center;position:relative;margin:20px 0;width:100%}.arrowBtn{background:#00000080;border:none;color:#ff5e00;font-size:32px;padding:10px 15px;cursor:pointer;border-radius:50%;transition:background .3s ease,transform .3s ease;position:absolute;top:-60px;z-index:1}.arrowBtn:hover{background:#000000b3;transform:scale(1.1)}.arrowBtn.left{left:10px}.arrowBtn.right{right:10px}.arrowBtn:active{transform:scale(1.05)}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:10000000000000000000000000000000}.videoPopup .seemoremain352762{position:relative;width:60%;padding:5px 20px 20px;background-color:gray;transition:transform .25s;border-radius:15px}@media only screen and (max-width: 860px){.videoPopup .seemoremain352762{width:90%}}.videoPopup .seemoremain352762 .closeBtn{position:absolute;top:-20px;right:10px;color:#fff;cursor:pointer}.videoPopup .seemoremain352762 .seemoreheading4565{padding:10px;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.videoPopup .seemoremain352762 .seemoreheading4565 .hesding665{color:var(--text-color);font-weight:400;font-size:35px;text-align:center}@media only screen and (max-width: 860px){.videoPopup .seemoremain352762 .seemoreheading4565 .hesding665{font-size:28px}}.videoPopup .seemoremain352762 .seemoremainitems321{display:flex;flex-flow:row wrap;gap:10px;height:400px;overflow-y:scroll}@media only screen and (max-width: 860px){.videoPopup .seemoremain352762 .seemoremainitems321{height:485px;gap:10px}}@media only screen and (min-width: 768px){.videoPopup .seemoremain352762 .seemoremainitems321{gap:20px}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{width:125px;cursor:pointer}@media only screen and (max-width: 860px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{width:145px;margin-bottom:5px}}@media only screen and (max-width: 450px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{width:calc(52% - 15px)}}@media only screen and (min-width: 768px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{width:calc(35% - 18px)}}@media only screen and (min-width: 1024px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{width:calc(24% - 8px)}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem{flex-shrink:0}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock{position:relative;width:100%;height:240px;background-size:cover;background-position:center;border:1px solid var(--text-color);margin-bottom:30px;display:flex;border-radius:12px;align-items:flex-end;justify-content:space-between;padding:10px}@media only screen and (max-width: 860px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock{height:188px}}@media only screen and (max-width: 450px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock{height:227px}}@media only screen and (min-width: 1282px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock{height:280px}}@media only screen and (min-width: 1700px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock{height:300px}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden;transition:.2s}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;transition:.3s;filter:var(--bg-img2);object-position:center}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .lazy-load-image-background img:hover{scale:1.1}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .addicon{color:#fff;z-index:999999;height:1.3em;width:1.3em;top:2%;right:5%;opacity:.5;position:absolute}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .addicon:hover{filter:brightness(115%);color:red;opacity:1}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .clickedicon{color:red;z-index:999999;height:1.3em;width:1.3em;top:2%;right:5%;position:absolute}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:var(--item-bg);flex-shrink:0;color:var(--text-color)}@media only screen and (min-width: 768px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .circleRating{width:50px;height:50px}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .posterBlock .mediatype09{position:absolute;top:6px;padding:3px;font-size:10px;right:6px;background-color:var(--media);color:#fff;font-weight:500;border-radius:4px}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .textBlock{color:var(--text-color);display:flex;flex-direction:column}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .textBlock .title{font-size:16px;margin-bottom:5px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .textBlock .title{font-size:20px}}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .textBlock .title:hover{color:var(--pink)}.videoPopup .seemoremain352762 .seemoremainitems321 .carouselItem .textBlock .date{font-size:14px;opacity:.5;color:var(--heading-color)}.logos{padding:30px 0 26px;display:grid;gap:25px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:15px}@media (max-width: 1023px){.logos{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.logos{grid-template-columns:repeat(3,1fr)}}@media (max-width: 440px){.logos{grid-template-columns:repeat(2,1fr)}}.logo-item{padding-top:56.25%;position:relative;border-radius:10px;overflow:hidden;cursor:pointer;background:#000;border:1.5px solid var(--borderS);transition:transform .25s ease,box-shadow .25s ease}.logo-item .img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.logo-item .img.hover{opacity:0}.logo-item:hover{transform:scale(1.05);box-shadow:#000c 0 40px 58px -16px,#000000b8 0 30px 22px -10px}.logo-item:hover .img.hover{opacity:1}.logo-item:hover .img.base{opacity:0}.logo-item.active{border-color:#f9f9f9d9;box-shadow:0 0 0 2px #ffffff26}@media (hover: none){.logo-item.active .img.hover{opacity:1}.logo-item.active .img.base{opacity:0}}.headingt-coll img{width:420px}@media (max-width: 440px){.headingt-coll img{width:360px}}.cwcarousel{margin-bottom:20px;margin-top:-40px}.cwcarousel .contentWrapper{position:relative}.cwcarousel .cwcarouselTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.cwcarousel .cwarrow{font-size:30px;color:#f39013;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1;display:none}@media only screen and (min-width: 768px){.cwcarousel .cwarrow{display:block}}.cwcarousel .cwarrow:hover{opacity:.8}.cwcarousel .cwcarouselLeftNav{left:30px}.cwcarousel .cwcarouselRightNav{right:30px}.cwcarousel .cwcarouselItems{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems{gap:20px;overflow:hidden;margin:0;padding:0}}.cwcarousel .cwcarouselItems .movieCard{width:125px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems .movieCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.cwcarousel .cwcarouselItems .movieCard{width:calc(20% - 16px)}}.cwcarousel .cwcarouselItems .movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .3s}.cwcarousel .cwcarouselItems .movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.cwcarousel .cwcarouselItems .movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.cwcarousel .cwcarouselItems .movieCard .posterBlock .removeButton{position:absolute;top:5px;right:5px;width:25px;height:25px;background-color:red;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;cursor:pointer;z-index:2;opacity:0;transition:all ease .3s}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems .movieCard .posterBlock .removeButton{width:30px;height:30px;font-size:16px}}.cwcarousel .cwcarouselItems .movieCard .posterBlock .removeButton:hover{background-color:#a30000}.cwcarousel .cwcarouselItems .movieCard .posterBlock:hover .removeButton{opacity:1}.cwcarousel .cwcarouselItems .movieCard .posterBlock .episodeInfo{position:absolute;top:5px;left:5px;background-color:#0009;color:#fff;padding:2px 5px;border-radius:3px;font-size:12px}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems .movieCard .posterBlock .episodeInfo{padding:5px 10px;font-size:14px}}.cwcarousel .cwcarouselItems .movieCard .posterBlock .timeInfo{position:absolute;bottom:5px;right:5px;background-color:#0009;color:#fff;padding:2px 5px;border-radius:3px;font-size:12px}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems .movieCard .posterBlock .timeInfo{padding:5px 10px;font-size:14px}}.cwcarousel .cwcarouselItems .movieCard .textBlock{color:#fff;display:flex;flex-direction:column}.cwcarousel .cwcarouselItems .movieCard .textBlock .title{font-size:14px;margin-bottom:2px;line-height:18px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.cwcarousel .cwcarouselItems .movieCard .textBlock .title{font-size:16px;margin-bottom:5px;line-height:24px}}.scrollbtonn4525{position:fixed;background:transparent;bottom:15px;right:18px;z-index:999999999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.5s;opacity:.8;padding:8px;border:.5px solid var(--media);border-radius:5px}.scrollbtonn4525 .spanscrollbutt{padding:2px}.scrollbtonn4525 .upscrollbutt{color:#fff;font-size:45px}.scrollbtonn4525 .upscrollbutt:hover{color:red}@media only screen and (max-width: 440px){.scrollbtonn4525{bottom:85px;right:18px}.scrollbtonn4525 .upscrollbutt{font-size:30px}}@media only screen and (max-width: 768px){.scrollbtonn4525{bottom:70px;right:20px}.scrollbtonn4525 .upscrollbutt{font-size:30px}}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1;overflow:hidden}.detailsBanner .opacity_layer{width:100%;height:250px;background:linear-gradient(180deg,#04152d00,#000 79.17%);position:absolute;bottom:0;left:0}.detailsBanner .content .left{flex-shrink:0;overflow:hidden}.detailsBanner .content .left .posterImg{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:350px}}.detailsBanner .content .right{color:#fff}.detailsBanner .content .right .title{font-size:28px;line-height:40px}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;opacity:.5}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px}.detailsBanner .content .right .overview .description{line-height:24px;text-align:justify}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:100px}}.detailsBanner .content .right .circleRating{max-width:70px;background-color:var(--white)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circleRating{max-width:90px}}.detailsBanner .content .right .circleRating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .playbtn{display:flex;align-items:center;gap:20px;cursor:pointer}.detailsBanner .content .right .playbtn svg{width:60px}@media only screen and (min-width: 768px){.detailsBanner .content .right .playbtn svg{width:80px}}.detailsBanner .content .right .playbtn .text{font-size:20px;transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.detailsBanner .content .right .playbtn:hover .text{color:var(--pink)}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0;display:flex}.detailsBanner .content .right .info .text{margin-right:10px;opacity:.5;line-height:24px}.detailsBanner .content .right .info .text.bold{font-weight:600;opacity:1}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040;backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:800px;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopup .videoPlayer .closeBtn{position:absolute;top:-20px;right:0;color:#fff;cursor:pointer}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.castSection{position:relative;margin-bottom:50px}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.castSection .listItems{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .listItems{margin:0;padding:0}}.castSection .listItems .listItem{text-align:center;color:#fff}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600}@media only screen and (min-width: 768px){.castSection .listItems .listItem .name{font-size:18px;line-height:24px}}.castSection .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5}@media only screen and (min-width: 768px){.castSection .listItems .listItem .character{font-size:16px;line-height:24px}}.castSection .castSkeleton{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .castSkeleton{margin:0;padding:0}}.castSection .castSkeleton .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:175px;height:175px;margin-bottom:25px}}.castSection .castSkeleton .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.videosSection{position:relative;margin-bottom:50px}.videosSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.videosSection .videos{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videos{gap:20px;margin:0;padding:0}}.videosSection .videos .videoItem{width:150px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:25%}}.videosSection .videos .videoItem{cursor:pointer}.videosSection .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative}.videosSection .videos .videoItem .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videos .videoItem .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover img{opacity:.5}.videosSection .videos .videoItem .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.videosSection .videos .videoItem .videoTitle{color:#fff;font-size:14px;line-height:20px}@media only screen and (min-width: 768px){.videosSection .videos .videoItem .videoTitle{font-size:16px;line-height:24px}}.videosSection .videoSkeleton{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videoSkeleton{gap:20px;margin:0;padding:0}}.videosSection .videoSkeleton .skItem{width:150px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videoSkeleton .skItem{width:25%}}.videosSection .videoSkeleton .skItem .thumb{width:100%;aspect-ratio:16/9;border-radius:12px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row{height:20px;width:100%;border-radius:10px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row2{height:20px;width:75%;border-radius:10px}.searchResultsPage{min-height:700px;padding-top:100px}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light);text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.searchResultsPage .resultNotFound .norespng23{width:150px;margin-bottom:20px}@media (min-width: 768px){.searchResultsPage .resultNotFound .norespng23{width:250px}}@media (min-width: 1024px){.searchResultsPage .resultNotFound .norespng23{width:300px}}.searchResultsPage .resultNotFound .noreshead234{font-size:18px;color:#f5f5f5;opacity:.6;max-width:80%;margin:0}@media (min-width: 768px){.searchResultsPage .resultNotFound .noreshead234{font-size:22px}}@media (min-width: 1024px){.searchResultsPage .resultNotFound .noreshead234{font-size:24px}}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff!important;margin-bottom:25px}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media (max-width: 767px){.searchResultsPage .content{gap:10px}}@media (min-width: 768px) and (max-width: 1023px){.searchResultsPage .content{gap:15px}}@media (min-width: 1024px){.searchResultsPage .content{gap:20px}}.searchResultsPage .content .movieCard{width:100%}@media (max-width: 767px){.searchResultsPage .content .movieCard{width:calc(33.3333333333% - 10px)}}@media (min-width: 768px) and (max-width: 1023px){.searchResultsPage .content .movieCard{width:calc(20% - 10px)}}@media (min-width: 1024px){.searchResultsPage .content .movieCard{width:calc(16.6666666667% - 10px)}}.searchResultsPage .content .peopleCard{width:100%}@media (max-width: 767px){.searchResultsPage .content .peopleCard{width:calc(33.3333333333% - 10px)}}@media (min-width: 768px) and (max-width: 1023px){.searchResultsPage .content .peopleCard{width:calc(20% - 10px)}}@media (min-width: 1024px){.searchResultsPage .content .peopleCard{width:calc(16.6666666667% - 10px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}.movieCard .textBlock{color:#fff;display:flex;flex-direction:column}.movieCard .textBlock .title{color:#fff;font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.movieCard .textBlock .date{color:#fff;font-size:14px;opacity:.5}.tvCard{width:calc(50% - 5px);cursor:pointer}@media only screen and (min-width: 768px){.tvCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.tvCard{width:calc(20% - 16px)}}.tvCard .posterBlock{position:relative;aspect-ratio:1/1.2;transition:all ease .5s}.tvCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.tvCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:contain;object-position:center}.tvCard .textBlock{color:#fff;display:flex;flex-direction:column;align-items:center}.tvCard .textBlock .title{font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.tvCard .textBlock .title{font-size:16px}}.tvCard:hover .posterBlock{opacity:.5}.loadingSpinner{width:100%;height:150px;position:relative;display:flex;align-items:center;justify-content:center}.loadingSpinner .spinner{animation:rotate 2s linear infinite;z-index:2;width:50px;height:50px}.loadingSpinner .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loadingSpinner.initial{height:700px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.movieCard{width:calc(50% - 5px);margin-bottom:25px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.movieCard{width:calc(20% - 16px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;border:1px solid var(--item-bg);justify-content:space-between;padding:10px;transition:all ease .5s;border-radius:12px}.movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center;filter:var(--bg-img2)}.movieCard .posterBlock .mediatype09{position:absolute;top:6px;padding:3px;font-size:10px;right:6px;background-color:var(--media);color:#fff;font-weight:500;border-radius:4px}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:var(--item-bg);flex-shrink:0}@media only screen and (min-width: 768px){.movieCard .posterBlock .circleRating{width:50px;height:50px}}.movieCard .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.movieCard .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.movieCard .textBlock{color:var(--text-color);display:flex;flex-direction:column}.movieCard .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.movieCard .textBlock .title{font-size:20px}}.movieCard .textBlock .date{font-size:14px;opacity:.5}.movieCard:hover .posterBlock{opacity:.5}.explorePage{min-height:700px;padding-top:100px}.explorePage .resultNotFound{font-size:24px;color:var(--black-light)}.explorePage .pageHeader{display:flex;justify-content:space-between;margin-bottom:25px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .pageHeader{flex-direction:row}}.explorePage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:20px}@media only screen and (min-width: 768px){.explorePage .pageTitle{margin-bottom:0}}.explorePage .CircularProgressbar{width:100%;vertical-align:middle;background-color:#fff;border-radius:50%}.explorePage .filters{display:flex;gap:10px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .filters{flex-direction:row}}.explorePage .filters .react-select-container.genresDD{width:100%}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.genresDD{max-width:500px;min-width:250px}}.explorePage .filters .react-select-container.sortbyDD{width:100%;flex-shrink:0}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.sortbyDD{width:250px}}.explorePage .filters .react-select-container .react-select__control{border:0;outline:0;box-shadow:none;background-color:var(--black-light);border-radius:20px}.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#fff;margin:0 10px}.explorePage .filters .react-select-container .react-select__control .react-select__single-value{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value{background-color:var(--black3);border-radius:10px}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__label{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove{background-color:transparent;color:#fff;cursor:pointer}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove:hover{color:var(--black-lighter)}.explorePage .filters .react-select-container .react-select__menu{top:40px;margin:0;padding:0}.explorePage .filters .searchInput{width:100%}@media only screen and (min-width: 768px){.explorePage .filters .searchInput{width:300px}}.explorePage .filters .searchInput input{background-color:var(--black-light);border:0;outline:0;width:100%;box-shadow:none;border-radius:20px;padding:10px 20px;color:#fff}.explorePage .filters .searchInput input::placeholder{color:var(--white-lighter)}.explorePage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}.explorePage .content .movieCard{width:100%}@media (max-width: 767px){.explorePage .content .movieCard{width:calc(33.3333333333% - 10px)}}@media (min-width: 768px) and (max-width: 1023px){.explorePage .content .movieCard{width:calc(20% - 10px)}}@media (min-width: 1024px){.explorePage .content .movieCard{width:calc(16.6666666667% - 10px)}}.explorePage .content .tvCard{width:100%}@media (max-width: 767px){.explorePage .content .tvCard{width:calc(33.3333333333% - 10px)}}@media (min-width: 768px) and (max-width: 1023px){.explorePage .content .tvCard{width:calc(20% - 10px)}}@media (min-width: 1024px){.explorePage .content .tvCard{width:calc(14.2857142857% - 10px)}}.pageNotFound{height:700px;padding-top:200px}.pageNotFound .contentWrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.pageNotFound .contentWrapper .bigText{font-size:150px;font-weight:700}.pageNotFound .contentWrapper .smallText{font-size:44px}.player{position:relative;padding:20px;min-height:100vh;background-color:#04152d}.player .backdrop1-img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;overflow:hidden}.player .backdrop1-img .lazy-load-image-background{width:100%;height:100%}.player .backdrop1-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.player .content-wrapper{padding-top:60px;position:relative;z-index:1}.player .content-wrapper.tv-layout{display:flex;gap:2rem}.player .content-wrapper.tv-layout .left-column{flex:2;display:flex;flex-direction:column;gap:20px}.player .content-wrapper.tv-layout .left-column iframe{width:100%;aspect-ratio:16/8;border-radius:12px}.player .content-wrapper.tv-layout .right-column{flex:1;max-width:400px;display:flex;flex-direction:column;gap:2rem}.player .content-wrapper.movie-layout{display:flex;flex-direction:column;gap:20px;max-width:1200px;margin:0 auto}.player .content-wrapper.movie-layout iframe{width:100%;aspect-ratio:16/8;border-radius:12px}.player .content-wrapper.movie-layout .source-container{display:flex;flex-direction:column;align-items:center;gap:10px}.player .content-wrapper.movie-layout .source-grid{display:flex;justify-content:center;gap:10px}.player .source-container{display:flex;flex-direction:column;align-items:center;gap:10px}.player .source-buttons{background:#0003;padding:20px;border-radius:12px}.player .source-buttons .source-dropdown{display:none;width:100%;padding:12px;border-radius:8px;background:#2c3440;color:#fff;border:none;cursor:pointer;font-size:14px}.player .source-buttons .source-dropdown option{background:#2c3440;padding:8px}.player .source-buttons .source-grid{display:flex;justify-content:center;gap:10px}.player .source-buttons .download-btn-container{display:flex;justify-content:flex-end;grid-column:span 2}.player .button-62{background:#ffffff1a;border:0;border-radius:8px;color:#d4d4d8;cursor:pointer;font-weight:500;padding:10px;text-align:center;transition:all .3s;font-size:18px}.player .button-62:hover{background:#e75d3e}.player .download-btn-container{display:flex;justify-content:center;margin-top:15px}.player .download-btn-container a{text-decoration:none}.player .download-button{background:#cb5100;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.player .download-button:hover{background:#e68900}.player .source-btn-active{background:#e75d3e;color:#fff}.player #seasons{margin-top:10x;background:#0003;padding:20px;border-radius:12px}.player #seasons #seasonsDropdown{width:100%;padding:15px;border-radius:8px;background:#2c3440;color:#fff;border:none;font-size:large;margin-bottom:20px;cursor:pointer}.player #seasons #seasonsDropdown option{background:#2c3440}.player #seasons .episode-container-anime{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;overflow-y:auto}.player #seasons .episode-container-anime::-webkit-scrollbar{width:5px}.player #seasons .episode-container-anime::-webkit-scrollbar-track{background:#ffffff1a}.player #seasons .episode-container-anime::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:5px}.player #seasons .episode-div{background:#ffffff1a;padding:10px;border-radius:8px;text-align:center;cursor:pointer;font-size:18px;transition:all .3s;color:#d4d4d8}.player #seasons .episode-div:hover{background:#fff3}.player #seasons .episode-div-active{background:#e75d3e;color:#fff}.player #seasons .episode-div-active:hover{background:#e75d3e}@media (max-width: 1024px){.player .content-wrapper.tv-layout{flex-direction:column}.player .content-wrapper.tv-layout .right-column{max-width:100%}}@media (max-width: 768px){.player{padding:10px}.player .content-wrapper{padding-top:60px;gap:1rem}.player .source-buttons{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));padding:15px;gap:8px}.player .episode-container-anime{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.player .button-62,.player .episode-div{font-size:13px;padding:8px}.player #seasons{padding:15px}.player #seasons #seasonsDropdown{padding:8px;font-size:14px}}@media (max-width: 480px){.player{padding:8px}.player .content-wrapper{padding-top:60px;gap:.8rem}.player .content-wrapper.movie-layout .sources-grid{display:none}.player .content-wrapper .source-buttons{padding:12px}.player .content-wrapper .source-buttons .source-dropdown{display:block;font-size:15px}.player .content-wrapper .source-buttons .source-grid{display:none}.player .content-wrapper .episode-container-anime{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:6px}.player .content-wrapper .button-62,.player .content-wrapper .episode-div{font-size:15px;padding:6px}.player .content-wrapper #seasons{padding:12px;margin-top:-15px}.player .content-wrapper #seasons #seasonsDropdown{padding:12px;font-size:15px}}.player-tv-layout{display:flex;justify-content:center;height:100vh;padding-top:60px;background:#000;position:relative;z-index:1;overflow:hidden;gap:2rem}.player-tv-layout .left-panel{flex:1;max-width:100%;position:sticky;top:60px;align-self:flex-start;height:fit-content}.player-tv-layout .left-panel video,.player-tv-layout .left-panel iframe{width:100%;aspect-ratio:16/9;border-radius:12px}.player-tv-layout .right-panel{flex:0 0 400px;min-width:250px;display:flex;flex-direction:column;background:#0003;padding:20px;border-radius:12px;height:calc(100vh - 60px);overflow-y:auto;position:relative}.player-tv-layout .right-panel .header{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background-color:#04152d;z-index:2}.player-tv-layout .right-panel .header h3{font-size:1.2rem;color:#fff;margin:0}.player-tv-layout .right-panel .header .search-input{padding:8px;border:1px solid #ddd;border-radius:8px;font-size:14px;width:100%;max-width:250px;background:#2c3440;color:#fff;outline:none;transition:border .3s ease}.player-tv-layout .right-panel .header .search-input:focus{border-color:#e75d3e}.player-tv-layout .right-panel .channel-list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-top:50px}.player-tv-layout .right-panel .channel-item{background:#ffffff1a;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background .2s;color:#d4d4d8;font-size:16px}.player-tv-layout .right-panel .channel-item:hover{background:#fff3}.player-tv-layout .right-panel .channel-item.active{background:#e75d3e;color:#fff}@media (max-width: 1024px){.player-tv-layout{flex-direction:column}.player-tv-layout .right-panel{max-width:100%;height:calc(100vh - 260px)}.player-tv-layout .left-panel{flex:0;position:static;width:100%}}@media (max-width: 768px){.player-tv-layout{gap:1rem}.player-tv-layout .channel-item{font-size:14px;padding:10px 14px}}@media (max-width: 480px){.player-tv-layout{flex-direction:column}.player-tv-layout .left-panel{flex:0;position:sticky;top:60px;z-index:2;background:#04152d}.player-tv-layout .left-panel video{aspect-ratio:16/9;width:100%}.player-tv-layout .right-panel{height:calc(100vh - 260px);overflow-y:auto;padding:15px}.player-tv-layout .channel-item{font-size:13px;padding:8px 12px}}.details{border:2px solid #192938;box-shadow:-5px -5px 15px #ffffff26,5px 5px 15px #00000059,inset -5px -5px 15px #ffffff26,inset 5px 5px 15px #00000059;transition:.5s}.alternateswipergfhf6677{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;width:100%;margin-bottom:15px}.alternateswipergfhf6677 .alternateswipergfhf6677 .fhfhfhyf67576{color:var(--text-color);width:70%;font-size:18px;text-align:center;font-weight:400;padding:5px}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:120px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.22;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:hidden}.detailsBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.detailsBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.detailsBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(to top,#000000e6,#0006);position:absolute;bottom:0;left:0}.detailsBanner .content{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row}}.detailsBanner .content .auth-icons{position:absolute;right:1px;top:1px}.detailsBanner .content .auth-icons .liked-icon{font-size:35px;color:#fff;opacity:.9;margin-right:7px}.detailsBanner .content .auth-icons .liked-icon:hover{color:var(--pink);opacity:1}@media only screen and (max-width: 725px){.detailsBanner .content .auth-icons{left:3px;top:-36px}}.detailsBanner .content .shareicon989-person{position:absolute;right:6px;top:46px}.detailsBanner .content .shareicon989-person .shareicon98icon{font-size:30px;color:#fff;opacity:.9;cursor:pointer}.detailsBanner .content .shareicon989-person .shareicon98icon:hover{color:var(--pink);opacity:1}@media only screen and (max-width: 1040px){.detailsBanner .content .shareicon989-person{top:-45px;right:15px}}@media only screen and (max-width: 760px){.detailsBanner .content .shareicon989-person{right:15px;top:-31px}}.detailsBanner .content .left{flex-shrink:0;display:flex;justify-content:center}@media only screen and (max-width: 767px){.detailsBanner .content .left{width:100%}}.detailsBanner .content .left .posterImg{width:80%;max-width:250px;height:auto}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{width:100%;max-width:350px}}.detailsBanner .content .right{color:#f1f1f1}.detailsBanner .content .right .title{font-size:28px;line-height:40px;color:#ff784f;font-weight:600;text-shadow:0 2px 6px rgba(0,0,0,.6)}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:34px;line-height:44px}}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;color:#ddd;opacity:.85}@media only screen and (min-width: 768px){.detailsBanner .content .right .subtitle{font-size:20px;line-height:28px}}.detailsBanner .content .right .genres{margin-bottom:25px;flex-flow:row wrap}.detailsBanner .content .right .overview{margin-bottom:25px}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px;color:#fff;font-weight:600}.detailsBanner .content .right .overview .description-person{line-height:1.6;color:#e6e6e6}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description-person{padding-right:100px}}.detailsBanner .content .right .row{display:flex;align-items:center;gap:25px;margin-bottom:25px}.detailsBanner .content .right .info{border-bottom:1px solid var(--line);padding:15px 0;display:flex}.detailsBanner .content .right .info .infoItem{margin-right:10px;display:flex;flex-flow:row wrap}.detailsBanner .content .right .info .text{margin-right:10px;color:#d0d0d0;opacity:.9;line-height:24px}.detailsBanner .content .right .info .text.bold{color:#fff;font-weight:600;opacity:1}.detailsBanner .detailsBannerSkeleton{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton{gap:50px;flex-direction:row}}.detailsBanner .detailsBannerSkeleton .contentWrapper{display:flex;gap:50px}.detailsBanner .detailsBannerSkeleton .left{flex-shrink:0;width:100%;display:block;border-radius:12px;aspect-ratio:1/1.5}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton .left{max-width:350px}}.detailsBanner .detailsBannerSkeleton .right{width:100%}.detailsBanner .detailsBannerSkeleton .right .row{width:100%;height:25px;margin-bottom:20px;border-radius:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(2){width:75%;margin-bottom:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(5){width:50%;margin-bottom:50px}.overviewmain232{--max-line: 4;--line-height: 1.6;line-height:var(--line-height);max-height:calc(var(--max-line) * 1em * var(--line-height));overflow:hidden;font-size:18px;position:relative}.overviewmain232:before{content:"";position:absolute;height:calc(2em * var(--line-height));width:100%;bottom:0;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--blacksh))}@media (min-width: 768px){.overviewmain232{margin-top:.25rem}}.overviewmain232.overviewsec5364{max-height:fit-content}.overviewmain232.overviewsec5364:before{content:"";background:none}.overviewmain232.overviewthird657{--max-line: 4;--line-height: 1.4;line-height:var(--line-height);max-height:calc(var(--max-line) * 1em * var(--line-height));overflow:hidden}.buttonoverview34567{color:#f1683a;border:0;text-decoration:underline;padding:2px;margin-top:2px;margin-bottom:2px;line-height:1.4;font-size:18px;cursor:pointer;background:none}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #000000;--white: #ffffff;--black2: #041226;--black3: #020c1b;--black-lighter: #1c4b91;--black-light: #173d77;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #e20202 .99%, #a50000 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}::-webkit-scrollbar{display:none}.skeleton{position:relative;overflow:hidden;background-color:#0a2955}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#19376300 0,#19376333 20%,#19376380 60%,#19376300);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
