@charset "UTF-8";.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;transform:translateY(0);width:100%;height:60px;flex-wrap:nowrap;display:flex;align-items:center;transition:all ease .5s;z-index:4}.header.top{background:#0000004b;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{display:flex;align-items:center;gap:10px;cursor:pointer}.header .logo img{height:40px;width:auto;object-fit:contain}.header .logo h1{line-height:1.2;font-weight:800;color:#f39013;text-transform:uppercase;background:var(--gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}@supports not (-webkit-text-fill-color: transparent){.header .logo h1{color:#f39013}}@media (max-width: 768px){.header .logo h1{font-size:20px}}@media (max-width: 480px){.header .logo h1{font-size:18px}}.header .fullscreen-toggle{height:60px;width:60px;display:flex;align-items:center;justify-content:center;margin-left:15px;cursor:pointer;font-size:24px;background:#ffffff1a;border-radius:50%;z-index:1000}.header .fullscreen-toggle.active{color:#b0e0e6}.header .fullscreen-toggle:hover{color:red}@media (max-width: 768px){.header .fullscreen-toggle{margin-left:10px;font-size:20px;width:50px;height:50px}}@media (max-width: 480px){.header .fullscreen-toggle{margin-left:5px;font-size:18px;width:45px;height:45px}}.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.searchIcon{margin-right:0}.header .menuItems .menuItem svg{font-size:18px}.header .menuItems .menuItem:hover{color:#ff0505}.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;left:0;background:var(--black3);flex-direction:column;width:100%;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards}.header.mobileView .menuItems .menuItem{font-size:20px;width:100%;height:auto;padding:15px 20px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.header.mobileView .menuItems .menuItem:last-child{display:none}.header.mobileView .signedOutMenuItem{display:none}.header .searchBar{width:100%;height:60px;background-color:#fff0;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;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){.header .searchBar .searchInput input{height:60px;font-size:20px;padding:0 30px}}@media (max-width: 768px){.menuItems .icon{display:none}}@media (min-width: 769px){.menuItems .icon{display:inline-block}}.header{z-index:10}.mobileView{position:fixed;bottom:0;width:100%;background-color:#333;display:flex;justify-content:space-between;align-items:center;padding:10px;z-index:1000}.menuItems{display:flex;justify-content:space-evenly;width:100%}.menuItem{display:flex;justify-content:center;align-items:center;padding:10px;position:relative;cursor:pointer}.iconWithText{display:flex;align-items:center;justify-content:center}.menuText{display:none;margin-left:8px;font-size:14px}.menuItem:hover .menuText{display:inline-block}.mobileMenuItems{display:flex;justify-content:space-between;width:100%;align-items:center;color:#fff}.mobileMenuItems .icon{font-size:24px;padding:10px;cursor:pointer}.searchBar{position:fixed;top:0;width:100%;background-color:#fff;padding:10px;z-index:1001}.searchInput input{width:100%;padding:10px;border-radius:4px;border:1px solid #ddd}@media (max-width: 768px){.logo h1{display:none}.mobileView{display:flex}}.header .searchBar .searchInput svg{font-size:25px;flex-shrink:0;margin-left:10px;cursor:pointer}.toggle-switch{display:inline-flex;align-items:center;justify-content:center;width:60px;height:30px;background-color:#ccc;border-radius:15px;cursor:pointer;transition:background-color .3s ease;position:relative;font-weight:700;color:#fff;font-size:14px}.toggle-switch.on{background-color:green}.toggle-switch.off{background-color:red}.toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;background-color:#fff;border-radius:50%;transition:transform .3s ease;transform:translate(0)}.toggle-switch.on:after{transform:translate(30px)}html,body{width:100%;height:100%;overflow:hidden;background-color:#000}.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:9999}.header{width:100%;max-width:100vw;padding:10px;box-sizing:border-box}@media screen and (max-width: 1024px){.header{padding:8px}}@media screen and (max-width: 768px){.header{padding:5px}}.header .searchBar .searchInput input,.header.top{background:linear-gradient(90deg,#f8000000,#f8000080,#f8000000);transition:background .2s ease-in-out}.header .searchBar .searchInput input{color:#fff}.carouselSection{position:relative;margin-bottom:70px}.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:2.5rem;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 button{background:linear-gradient(to right,#000,#fc0404);color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;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: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:20px 0}.watch-random button{background:linear-gradient(to right,#000,#fc0404);color:#fff;font-size:18px;font-weight:700;text-transform:uppercase;padding:12px 25px;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease-in-out;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:disabled{background:#888;cursor:not-allowed}.watch-random button .dice-icon{width:24px;height:24px}.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}}.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;z-index:1;background:linear-gradient(to left,#0000,#000 10%,#000 90%,#0000),linear-gradient(to top,#0000,#000 10%,#000 90%,#0000),url(your-image-url.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}.heroBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,#04152d00,#000 79.17%);position:absolute;bottom:0;left:0;z-index:2}.heroBanner .heroBannerContent{display:flex;flex-direction:column;align-items:center;color:#fff;z-index:3;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}}.heroBanner .heroBannerContent .searchInput input{background:linear-gradient(90deg,#f8000000,#f8000080,#f8000000);transition:background .2s ease-in-out;position:relative}.heroBanner .heroBannerContent .searchInput input{color:#fff}.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(--black);border-radius:50%;padding:2px}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:700;fill:var(--black)}.circleRating .CircularProgressbar-trail{stroke:transparent}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:700;fill:#fff}.genres{display:flex;gap:5px}.genres .genre{padding:3px 5px;font-size:12px;font-weight:700;border-radius:4px;color:#fff;background-color:#f004}.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:.75;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{opacity:.8}.carousel .carouselLeftNav{left:30px}.carousel .carouselRightNav{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;flex-shrink:0}@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 .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;flex-shrink:0}@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 .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:#fff;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:22px}}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#000;flex-shrink:0}.switchingTabs{height:34px;background-color:#95000075;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 .3s ease}@media (max-width: 600px){.switchingTabs .tabItems .tabItem{width:80px;font-size:12px}}.switchingTabs .tabItems .tabItem.active{color:#fff}.switchingTabs .tabItems .movingBg{height:30px;width:100px;border-radius:15px;background-image:var(--gradient);background-color:#fc0404;position:absolute;left:0;transition:left .4s cubic-bezier(.88,-.35,.565,1.35)}@media (max-width: 600px){.switchingTabs .tabItems .movingBg{width:80px}}.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:linear-gradient(to right,#000,#fc0404);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)}.footer{background-color:var(--black3);padding:50px 0;color:#fff;position:relative}.footer .contentWrapper{display:flex;align-items:center;flex-direction:column}.footer .menuItems{list-style-type:none;display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .menuItems{margin-bottom:30px;gap:30px}}.footer .menuItems .menuItem{transition:all ease .3s;cursor:pointer;font-size:12px}@media only screen and (min-width: 768px){.footer .menuItems .menuItem{font-size:16px}}.footer .menuItems .menuItem:hover{color:var(--pink)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .infoText{font-size:14px;margin-bottom:30px}}.footer .socialIcons{display:flex;align-items:center;justify-content:center;gap:10px}.footer .socialIcons .icon{width:50px;height:50px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all ease .3s}.footer .socialIcons .icon:hover{box-shadow:0 0 .625em var(--pink);color:var(--pink)}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}@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:.4;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(180deg,#04152d00,#000 79.17%);position:absolute;bottom:0;left:0}.detailsBanner .content{display:flex;position:relative;justify-content:center;align-items:center;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row}}.detailsBanner .content .left{flex-shrink:0}.detailsBanner .content .left .posterImg{width:100%;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}@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;opacity:.5}@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}.detailsBanner .content .right .overview .description{line-height:24px}@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(--black2)}@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:red}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:red;animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:red}.detailsBanner .content .right .row{display:flex;flex-wrap:wrap;align-items:center;gap:25px;margin-bottom:25px}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);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;opacity:.5;line-height:24px}.detailsBanner .content .right .info .text.bold{font-weight:600;opacity:1}.detailsBanner .seasonsInfo .heading{font-size:20px;margin-bottom:15px}.detailsBanner .seasonsInfo .heading .text{margin-left:5px;font-weight:700;color:red}.detailsBanner .seasonsInfo .seasonsGrid{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.detailsBanner .seasonsInfo .seasonItem{flex:1 1 calc(50% - 15px);display:flex;flex-direction:column;gap:5px;border:1px solid rgba(255,255,255,.1);padding:10px;border-radius:8px}.detailsBanner .seasonsInfo .seasonItem .text{line-height:1.5}.detailsBanner .seasonsInfo .seasonItem .bold{font-weight:600}.detailsBanner .userReviews{margin-top:30px}.detailsBanner .userReviews .heading{font-size:20px;font-weight:700;margin-bottom:10px;color:#fff}.detailsBanner .userReviews .reviewsList .reviewItem{margin-bottom:15px;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:5px;display:flex;align-items:flex-start;gap:10px}.detailsBanner .userReviews .reviewsList .reviewItem .circleRatingWrapper{width:50px;height:50px;flex-shrink:0}.detailsBanner .userReviews .reviewsList .reviewItem .reviewContentWrapper{display:flex;flex-direction:column;flex-grow:1}.detailsBanner .userReviews .reviewsList .reviewItem .reviewContentWrapper .reviewAuthor{font-size:14px;font-weight:700;margin-bottom:5px;color:#fff}.detailsBanner .userReviews .reviewsList .reviewItem .reviewContentWrapper .reviewContent{font-size:14px;line-height:20px;color:#fff;opacity:.5}.detailsBanner .userReviews .reviewsList .reviewItem .reviewContentWrapper .expandHint{cursor:pointer;font-size:12px;margin-top:5px;color:red}.detailsBanner .userReviews .reviewsList .loadMore{text-align:center;margin-top:10px;padding:10px;background-color:red;color:#fff;font-size:14px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.detailsBanner .userReviews .reviewsList .loadMore:hover{filter:brightness(.9)}.actions{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.actions .bookmark-btn{position:relative;background-color:#ffffff4d;border:none;border-radius:50%;padding:15px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .2s}.actions .bookmark-btn.bookmarked{background-color:#ff00004d;color:red}.actions .bookmark-btn:hover{background-color:#ff000075;transform:scale(1.2)}.actions .share-btn{background-color:#007bff4d;border:none;border-radius:50%;padding:15.5px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .2s;margin-top:17px}.actions .share-btn:hover{background-color:#007bff80;transform:scale(1.2)}.actions .icon{font-size:1.2rem}.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-decoration:none;text-align:center;color:#fff}.castSection .listItems .listItem .profileImg{width:125px;height:175px;border-radius:10%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:265px;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;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:25%}}.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}.player{width:100%;border-radius:6px;display:flex;flex-direction:column;gap:4px;align-items:center;background-color:var(--black);padding-top:60px;margin-bottom:20px}@media only screen and (min-width: 768px){.player{margin-bottom:20px;padding-top:60px;min-height:500px}}.player .source-buttons{display:flex;gap:4px;margin-top:6px;padding:0 2px;background-color:var(--black);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center}@media only screen and (min-width: 768px){.player .source-buttons{gap:10px}}.button-62{border-radius:6px;border:2px solid rgba(255,0,111,.5019607843);color:#fff;cursor:pointer;font-family:-apple-system,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:11px;line-height:1.4rem;padding:0 .5rem}@media only screen and (min-width: 768px){.button-62{font-size:13px;line-height:1.8rem;padding:0 1.2rem}}.source-btn-active{background-color:#ff006f80;color:#fff}#player1{width:100%;display:flex;justify-content:center;object-fit:contain}#player1 #ddplayer{margin-top:60px;display:flex;justify-content:center;object-fit:contain;width:calc(100vw - 50px)!important;height:220px!important}@media only screen and (min-width: 768px){#player1 #ddplayer{margin:30px;width:calc(100vw - 160px)!important;height:calc(100vh - 280px)!important}}#player1 #ddplayer video{width:100%}#dd{position:absolute;margin-top:0;z-index:2;width:100%;height:300px;margin:20;padding:20}@media (max-width: 1024px){#dd{width:100%;height:300px}}@media only screen and (min-width: 768px){#dd{width:50%;height:50vh}}.backdrop1-img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:300px;z-index:1;opacity:.4;overflow:hidden}.backdrop1-img .lazy-load-image-background{width:100%;height:100%}.backdrop1-img .lazy-load-image-background img{width:100%;height:100%;object-fit:contain;object-position:center}@media (max-width: 1024px){.backdrop1-img{width:100%;height:300px}}@media only screen and (min-width: 768px){.backdrop1-img{width:50%;height:50vh}}.gradientText{font-size:20px;background:linear-gradient(to right,#13e8f3,#f06);background-clip:text;text-align:center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}@supports not (-webkit-text-fill-color: transparent){.gradientText{color:#f39013}}*,:after,:before{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.w-full{width:100%}.cursor-pointer{cursor:pointer}.rounded-md{border-radius:.375rem}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}body,.montrerrat{font-family:Montserrat,sans-serif;font-size:16px;color:#fff;line-height:1.5}a{color:inherit;text-decoration:inherit}.season-container{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin:20px auto;width:1000px;max-width:100%;justify-content:center;padding:0 10px}.season-container.few-items{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:20px;width:auto}.season-item{flex:0 0 150px;width:150px;box-sizing:border-box}@media (max-width: 1024px){.season-container{grid-template-columns:repeat(4,1fr);width:660px}}@media (max-width: 768px){.season-container{grid-template-columns:repeat(2,1fr);width:320px}}@media (max-width: 480px){.season-container{grid-template-columns:repeat(1,1fr);width:150px}}.season-item{width:100%;box-sizing:border-box}.season-header{width:100%;max-width:300px;min-width:250px;height:150px;margin:10px auto;padding:15px;background-color:#341f3700;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;transition:background-color .3s ease-in-out,transform .2s;box-shadow:0 6px 10px #0000002c;border:2px solid rgba(255,255,255,.204)}.season-header.open{width:100%}.season-header:hover{box-shadow:0 6px 10px #ff002636;transform:scale(1.02)}.season-header-content{display:flex;align-items:center;gap:15px}.season-poster{width:60px;height:90px;border-radius:5px;object-fit:cover;box-shadow:0 4px 6px #0000004d}.season-info{display:flex;flex-direction:column}.season-name{font-weight:700;font-size:1.2rem;color:#fff}.episode-count{font-size:1rem;color:#fff;opacity:.5;margin-top:4px}.episode-list{display:grid;grid-template-columns:repeat(10,1fr);gap:10px;margin-top:10px}@media (max-width: 1024px){.episode-list{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.episode-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.episode-list{grid-template-columns:repeat(1,1fr)}}.episode-button{padding:6px 12px;background-color:#6b6d8016;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease-in-out,transform .2s}.episode-button:hover{background-color:#f50b80ad;transform:scale(1.05)}.season-header:after{content:"▶";font-size:1.2rem;color:#d1d5db;margin-left:auto;transition:transform .3s ease-in-out}.season-header.open:after{content:"▼"}@media (max-width: 768px){.season-header{width:100%}.season-header-content{flex-direction:column;align-items:flex-start}.season-poster{width:50px;height:75px}.episode-list{flex-direction:column;gap:5px;padding-left:10px}}.swiper-container{width:100%;height:auto}.swiper-slide{display:flex;justify-content:center;align-items:center;width:200px}.episode-list-scrollable-vertical{max-height:160px;overflow-y:auto;margin-top:20px;padding-right:10px;scrollbar-width:thin;scrollbar-color:#ffffff rgba(51,51,51,0)}.episode-list-scrollable-vertical::-webkit-scrollbar-thumb{background:#ff5722;border-radius:4px}.episode-item{display:flex;height:150px;flex-direction:column;align-items:center;background:#1e1e1e00;border-radius:10px;margin-bottom:15px;padding:10px;overflow:hidden;box-shadow:0 6px 10px #0000002c;transition:transform .3s ease,box-shadow .3s ease}.episode-item:hover{transform:scale(1.02);box-shadow:0 6px 10px #ff002636}.episode-image-container{position:relative;width:100%;aspect-ratio:16/9;background:#333;overflow:hidden}.episode-image{width:100%;height:100%;object-fit:cover}.episode-number{position:absolute;top:5px;left:5px;background:#000;color:#fff;font-size:12px;font-weight:700;padding:3px 8px;border-radius:5px}.episode-info{text-align:center;margin-top:10px}.episode-button{background:#ea0daf00;color:#fff;border:none;padding:8px 12px;border-radius:5px;font-size:14px;font-weight:700;cursor:pointer;transition:background .3s ease}@media (min-width: 600px) and (max-width: 768px){.season-container,.episode-list{grid-template-columns:repeat(2,1fr);width:320px}}@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.season-container,.episode-list{grid-template-columns:repeat(5,1fr);width:830px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.season-container,.episode-list{grid-template-columns:repeat(4,1fr);width:660px}}@media (min-width: 1200px) and (max-width: 1400px) and (orientation: landscape){.season-container,.episode-list{grid-template-columns:repeat(4,1fr);width:1000px}.episode-button{font-size:.9rem;padding:8px 12px}}@media (min-width: 800px) and (max-width: 1200px) and (orientation: portrait){.season-container,.episode-list{grid-template-columns:repeat(4,1fr);width:660px}.episode-button{font-size:.85rem;padding:6px 10px}}@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape){.season-container,.episode-list{grid-template-columns:repeat(3,1fr);width:830px}.episode-button{font-size:.85rem;padding:6px 10px}}@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait){.season-container,.episode-list{grid-template-columns:repeat(3,1fr);width:490px}.episode-button{font-size:.8rem;padding:5px 8px}}@media (min-width: 768px) and (max-width: 1024px){.season-container,.episode-list{grid-template-columns:repeat(2,1fr);width:490px}}.source-header{font-size:1.5rem;font-weight:700;text-align:center;color:#ff5722;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,#ff5722,#e64a19);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.source-buttons-scrollable{max-width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:10px 0;box-sizing:border-box;margin:0 auto;scrollbar-width:fat;scrollbar-color:rgb(255,255,255) rgb(0,0,0)}.source-buttons-scrollable::-webkit-scrollbar{height:30px}.source-buttons-scrollable::-webkit-scrollbar-track{background:#333}.source-buttons-scrollable::-webkit-scrollbar-thumb{background:#ff5722;border-radius:4px}.source-buttons-horizontal{display:flex;gap:10px;justify-content:flex-start;width:100%;box-sizing:border-box}.source-button{flex:0 0 auto;padding:10px 15px;text-align:center;font-size:14px;font-weight:700;color:#fff;background:#1e1e1e00;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;box-shadow:0 6px 10px #0000002c}.source-button:hover{transform:scale(1.12);background:#ff562200;box-shadow:0 6px 10px #ff002636}.source-active{background:#e6491900;box-shadow:0 6px 10px #ff002636;transform:scale(1.05)}@media (max-width: 768px){.source-header{font-size:1.2rem;margin-bottom:.8rem}.source-buttons-scrollable{padding:8px 0}.source-button{padding:8px 12px;font-size:12px}}@media (max-width: 480px){.source-header{font-size:1rem;margin-bottom:.6rem}.source-buttons-scrollable{padding:6px 0}.source-button{padding:6px 10px;font-size:10px;border-radius:6px}}.episode-button:hover{transform:scale(1);box-shadow:0 6px 10px #06000136;background:#ff06ea00}.season-container{width:100%;max-width:1300px;margin:0 auto;padding:0 10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.source-buttons{width:100%;max-width:100%;text-align:center;box-sizing:border-box}@media (max-width: 1024px){.sources{max-width:100%;padding:0 5px}}@media (max-width: 768px){.sources{flex-direction:column;align-items:center}.source-buttons{width:calc(100% - 20px)}}.source-buttons-scrollable{width:100%;max-width:100%;max-width:1300px;margin:0 auto;overflow-x:auto;white-space:nowrap;padding:10px 0;display:flex;justify-content:center}.source-buttons-horizontal{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;width:100%;max-width:100%}.source-buttons{width:100%;max-width:70%;text-align:center;box-sizing:border-box}.source-buttons-scrollable{max-width:1020px;margin:0 auto;overflow-x:auto;white-space:nowrap;padding:10px 0;display:flex;justify-content:flex-start;gap:10px;scroll-behavior:smooth}.source-buttons-horizontal{display:inline-flex;flex-wrap:nowrap;justify-content:flex-start;gap:10px}@media (max-width: 1024px){.source-buttons-scrollable{padding:0 10px}}@media (max-width: 768px){.source-buttons-scrollable{flex-wrap:wrap;justify-content:center}.source-button{flex:0 0 calc(50% - 10px);margin-bottom:10px}}.skip-dialog{display:flex;justify-content:center;align-items:center;width:100%;text-align:center;margin:0 auto}.skip-dialog-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;text-align:center;margin:0 auto}.skip-dialog button{flex:0 0 auto;padding:10px 15px;text-align:center;font-size:14px;font-weight:700;color:#fff;background:#1e1e1e00;border-radius:8px;cursor:pointer;box-shadow:0 6px 10px #ff002636;margin:0;display:inline-block}.skip-dialog button:hover{transform:scale(1.05);box-shadow:0 6px 10px #ff002636;color:#fff;transition:all .3s ease}@media (max-width: 768px){.skip-dialog{width:100%;padding:15px;text-align:center}}.skip-dialog{display:flex;flex-direction:column;align-items:center;text-align:center}.skip-dialog p{margin-bottom:20px;font-size:16px;line-height:1.5}.skip-dialog-buttons{display:flex;justify-content:center;gap:10px}.skip-dialog button{flex:0 0 auto;padding:10px 15px;font-size:14px;font-weight:700;color:#fff;background:#1e1e1e00;border-radius:8px;cursor:pointer;box-shadow:0 6px 10px #ff002636}.skip-dialog p{margin:0;padding:0;line-height:1.9}@media (max-width: 768px){#player-section iframe{height:300px!important}}.episode-list-scrollable-vertical{display:flex;flex-wrap:wrap;gap:15px;overflow-y:auto;max-height:500px;margin-top:20px;padding:10px;scrollbar-width:thin;scrollbar-color:#ffffff rgba(51,51,51,0)}.episode-list-scrollable-vertical::-webkit-scrollbar{width:8px}.episode-list-scrollable-vertical::-webkit-scrollbar-track{background:#333}.episode-list-scrollable-vertical::-webkit-scrollbar-thumb{background:#ff22e2;border-radius:4px}.episode-item{width:400px;height:220px}.episode-image-container{position:relative;width:400px;height:200px;overflow:hidden;border-radius:8px}@media (max-width: 768px){.episode-image-container{width:100%;height:180px}}@media (max-width: 480px){.episode-image-container{width:100%;height:150px}}.episode-item{cursor:pointer;transition:background-color .3s ease;border:2px solid rgba(255,255,255,.204)}.episode-item:hover{background-color:#0000001a}.watched-indicator{color:red;font-weight:700;margin-left:10px;pointer-events:none}.now-playing-indicator{color:green;font-weight:700;margin-left:10px;pointer-events:none}.dropdown-arrow{font-size:20px;color:#ccc;cursor:pointer;transition:transform .3s ease;margin-left:10px}.dropdown-arrow.expanded{transform:rotate(180deg)}.episode-actions{display:flex;align-items:center;justify-content:space-between}.episode-details{margin-top:10px;font-size:14px;color:#ccc;background-color:#000000b3;padding:10px;border-radius:5px;animation:fadeIn .3s ease-in-out}.episode-details p{margin:5px 0}.source-logo{width:60px;height:35px;margin-right:10px;border-radius:20%;border:2px solid rgba(255,255,255,.204)}.thumb-button{background:none;border:none;font-size:2rem;cursor:pointer;margin:0 10px;transition:transform .2s ease-in-out}.thumb-button:hover{transform:scale(1.2)}@media (max-width: 768px){.thumb-button{width:40px;height:40px;font-size:20px}}iframe{z-index:10;pointer-events:auto}.source-button.source-active{border-color:#fff;border:2px solid rgb(255,0,0)}.source-button{box-shadow:0 6px 10px #ff002636;border:2px solid rgba(255,255,255,.204)}@media (max-width: 768px){.source-buttons-scrollable{overflow-x:hidden;overflow-y:auto;white-space:normal;max-height:300px}.source-buttons-horizontal{display:block}.source-button{margin-bottom:10px}}#hover-message-container{position:fixed;background-color:#000c;color:#fff;padding:5px 10px;font-size:12px;white-space:nowrap;border-radius:5px;display:none;z-index:9999;pointer-events:none;transform:translate(-50%)}.skip-dialog-buttons{display:flex;gap:15px}.skip-button,.stop-button{display:flex;align-items:center;gap:8px;padding:10px 15px;font-size:16px;font-weight:700;border:none;cursor:pointer;border-radius:5px;transition:all .3s ease-in-out}.skip-button{background-color:#28a745;color:#fff}.skip-button:hover{background-color:#218838}.stop-button{background-color:#dc3545;color:#fff}.stop-button:hover{background-color:#c82333}.skip-icon,.stop-icon{font-size:18px}#player-section{width:80%;height:70%;margin:0 auto;padding:5px;background-color:#000}#player-section iframe{width:100%;aspect-ratio:16/9;border-radius:8px;border:2px solid rgba(255,255,255,.204)}@media (max-width: 1024px){#player-section,#player-section iframe{width:100%}}#player-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;width:100%}#player-section{flex:1;display:flex;justify-content:center}@keyframes flash-border{0%{border-color:#f00c}50%{border-color:#fff3}to{border-color:#ff000073}}#player-section iframe{width:100%;max-width:900px;aspect-ratio:16/9;border-radius:8px;border:2px solid rgba(255,255,255,.2);animation:flash-border 1.5s infinite alternate ease-in-out}.stop-button,.skip-button{background:none;border:none;cursor:pointer;font-size:24px;transition:transform .2s ease-in-out}.stop-button{color:#dc3545}.skip-button{color:#28a745}.stop-button:hover,.skip-button:hover{transform:scale(1.2)}@media (max-width: 768px){#player-wrapper{flex-direction:column;gap:10px}.stop-button,.skip-button{font-size:20px}}.embed-container{display:flex;flex-direction:column;justify-content:center;text-align:center;margin-top:20px;padding:15px;background-color:#2220;color:#fff;border-radius:8px;width:62%;margin-left:auto;margin-right:auto;align-items:center;gap:10px}.embed-legend{display:flex;flex-direction:column;align-items:center}.legend-item{display:flex;align-items:center;gap:8px}.legend-icon{font-size:18px}.no-ads-icon{color:#28a745}.ads-icon{color:#dc3545}.toggle-section{margin-top:10px}@media (hover: none){.hover-message{display:none!important}}.searchResultsPage{min-height:700px;padding-top:100px}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light)}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.searchResultsPage .content{gap:20px}}.searchResultsPage .content .movieCard .posterBlock{margin-bottom:20px}.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;justify-content:space-between;padding:10px;transition:all ease .5s}.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}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;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:#fff;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}.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}.bookmark-btn{position:absolute;top:8px;right:8px;background-color:#ffffff4d;border:none;border-radius:50%;padding:10px;font-size:18px;cursor:pointer;z-index:2;transition:background-color .3s,transform .2s;display:flex;align-items:center;justify-content:center}.bookmark-btn.bookmarked{background-color:#ff00004d;color:red}.bookmark-btn:hover{background-color:#ff000075;transform:scale(1.2)}.removeButton{background-color:red;color:#fff;border:none;border-radius:5px;padding:4px 8px;cursor:pointer;font-size:12px;margin-top:8px;transition:background-color .3s}.removeButton:hover{background-color:#ff00004d}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#000;flex-shrink:0}.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}}.explorePage{min-height:700px;padding-top:170px}.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;font-weight:700;text-transform:uppercase;margin-bottom:20px}@media only screen and (min-width: 768px){.explorePage .pageTitle{margin-bottom:0}}.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,.explorePage .filters .react-select-container.sortbyDD,.explorePage .filters .react-select-container.networkDD{width:100%}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.genresDD,.explorePage .filters .react-select-container.sortbyDD,.explorePage .filters .react-select-container.networkDD{max-width:250px;min-width:200px}}.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:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:30px}@media (max-width: 1200px){.explorePage .content{grid-template-columns:repeat(5,1fr)}}@media (max-width: 992px){.explorePage .content{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.explorePage .content{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.explorePage .content{grid-template-columns:repeat(2,1fr)}}.explorePage .content .movieCard{aspect-ratio:2/5;width:100%;background-color:#2220;overflow:hidden}.react-select-container .react-select__menu{scrollbar-width:thin;scrollbar-color:#ff4500 #1e1e1e}.react-select-container .react-select__menu::-webkit-scrollbar{width:8px}.react-select-container .react-select__menu::-webkit-scrollbar-thumb{background-color:#ff4500;border-radius:4px}.react-select-container .react-select__menu::-webkit-scrollbar-track{background-color:#1e1e1e}.react-select-container .react-select__option{color:#fff;padding:10px 15px;cursor:pointer;background-color:transparent}.react-select-container .react-select__option:hover{background-color:#ff4500}.react-select-container .react-select__option.react-select__option--is-focused{color:#fff}.react-select-container .react-select__option.react-select__option--is-selected{background-color:#ff4500;color:#fff}.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{width:100%;display:flex;flex-direction:column;align-items:center;background-color:var(--black);padding-top:60px;margin-bottom:20px}@media only screen and (min-width: 768px){.player{padding-top:60px;min-height:500px}}.player .backdrop1-img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:300px;z-index:1;opacity:.4;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:contain;object-position:center}@media (max-width: 1024px){.player .backdrop1-img{height:300px}}@media only screen and (min-width: 768px){.player .backdrop1-img{width:50%;height:50vh}}.player .source-buttons{display:flex;gap:10px;margin-top:20px;padding:0 10px;background-color:var(--black);color:#fff;flex-wrap:wrap;justify-content:center;align-items:center}.player .button-62{padding:6px 12px;background-color:#6b6d8016;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background-color .3s ease-in-out,transform .2s}@media only screen and (min-width: 768px){.player .button-62{font-size:14px;line-height:1.8rem;padding:0 1.2rem}}.player .button-62:hover{transform:scale(1.12);background:#ff562200;box-shadow:0 6px 10px #ff002636}.player .button-62:active{background:#e6491900;box-shadow:0 6px 10px #ff002636;transform:scale(1.05)}.player .source-btn-active{color:#fff;box-shadow:0 6px 10px #ff002636}.player .episode-container-anime{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.player .episode-div{background-color:#3330;box-shadow:0 6px 10px #0000002c;color:#fff;padding:10px 20px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-size:16px}.player .episode-div-active{background:#e6491900;box-shadow:0 6px 10px #ff002636;transform:scale(1.05)}.player .episode-div:hover{transform:scale(1.12);background:#ff562200;box-shadow:0 6px 10px #ff002636}.player iframe{width:90%;height:700px;margin-top:20px;border-radius:10px;border:none}.player p{text-align:center;color:#fff;font-size:18px;margin-top:10px}@media (max-width: 1024px){.episode-container-anime{gap:8px}.episode-div{font-size:14px;padding:8px 16px}iframe{height:500px}}@media (max-width: 768px){.episode-container-anime{gap:6px}.episode-div{font-size:12px;padding:6px 12px}iframe{height:400px}.source-buttons{flex-direction:column;gap:8px}}@media (max-width: 480px){.episode-container-anime{gap:4px}.episode-div{font-size:10px;padding:4px 10px}iframe{height:350px}}.tv1Card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff;padding:15px;border-radius:10px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-align:center;width:150px;position:relative;overflow:hidden;color:#333;height:300px}.poster1Block{width:100%;height:100px;display:flex;justify-content:center;align-items:center}.tv1Card:hover .poster1Img{transform:scale(1.1)}.text1Block{margin-top:10px;color:#050000;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;font-weight:700;text-transform:uppercase}.play1Button{display:flex;justify-content:center;align-items:center;width:100%;margin-top:auto;padding-top:15px}.play1Button button{padding:8px 12px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.play1Button button:hover{background-color:#0056b3}@media (max-width: 768px){.tv1Card{width:100%;max-width:200px}.poster1Img{width:60px;height:60px}.play1Button button{font-size:12px;padding:6px 10px}}.tv1Card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:#fff0;padding:10px;border-radius:8px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-align:center;width:100%;max-width:100px;position:relative;overflow:hidden;color:#333;height:180px;margin:5px}.tv1Card:hover{transform:translateY(-5px);box-shadow:0 6px 15px #eb02a16b}.poster1Block{width:100%;height:80px;display:flex;justify-content:center;align-items:center}.poster1Img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.tv1Card:hover .poster1Img{transform:scale(1.05)}.text1Block{margin-top:5px;color:#fff;flex-grow:1;display:flex;flex-direction:column;justify-content:center;font-weight:700;text-transform:uppercase;text-align:center;font-size:14px}@media (max-width: 768px){.content{grid-template-columns:repeat(3,1fr);gap:5px}.tv1Card{max-width:90px;height:150px}.poster1Block{height:60px}.text1Block{font-size:9px}}.stream-selector{display:flex;flex-direction:row;align-items:center;margin-top:10px}.stream-selector label{color:#fff;margin-right:10px}.stream-selector select{padding:5px 10px;border-radius:5px;border:1px solid #ccc;background-color:#333;color:#fff}.player-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#000;padding:20px;box-sizing:border-box}video{width:100%;max-width:800px;height:auto;border-radius:10px;margin-bottom:20px}.stream-selector,.retry-options{display:flex;flex-direction:row;align-items:center;margin-top:10px}.stream-selector label,.retry-options label{color:#fff;margin-right:10px}.stream-selector select,.retry-options select{padding:5px 10px;border-radius:5px;border:1px solid #ccc;background-color:#333;color:#fff}.retry-options button{padding:5px 15px;margin-left:10px;border-radius:5px;border:1px solid #ccc;background-color:#444;color:#fff;cursor:pointer}.retry-options button:hover{background-color:#555}.error-container{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;margin-top:20px}.error{margin-bottom:15px;font-size:18px;color:#ff4d4d}.bookmarked-movies-page{width:calc(50% - 5px);margin:100px auto 0;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;min-height:100vh}.bookmarked-movies-page h1{margin-bottom:30px;font-size:24px;font-weight:700;text-align:center}.bookmarked-movies-page .movie-list{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.bookmarked-movies-page .movieCard,.bookmarked-movies-page .tvCard{width:200px!important;margin-bottom:30px;cursor:pointer;flex-shrink:0;position:relative}.bookmarked-movies-page .movieCard .posterBlock,.bookmarked-movies-page .tvCard .posterBlock{position:relative;aspect-ratio:1/1.4;width:100%;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.bookmarked-movies-page .movieCard .posterBlock .lazy-load-image-background,.bookmarked-movies-page .tvCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.bookmarked-movies-page .movieCard .posterBlock .lazy-load-image-background img,.bookmarked-movies-page .tvCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.bookmarked-movies-page .movieCard .posterBlock .circleRating,.bookmarked-movies-page .tvCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.bookmarked-movies-page .movieCard .posterBlock .circleRating,.bookmarked-movies-page .tvCard .posterBlock .circleRating{width:50px;height:50px}}.bookmarked-movies-page .movieCard .posterBlock .genres,.bookmarked-movies-page .tvCard .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.bookmarked-movies-page .movieCard .posterBlock .genres,.bookmarked-movies-page .tvCard .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.bookmarked-movies-page .movieCard .textBlock,.bookmarked-movies-page .tvCard .textBlock{color:#fff;display:flex;flex-direction:column}.bookmarked-movies-page .movieCard .textBlock .title,.bookmarked-movies-page .tvCard .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){.bookmarked-movies-page .movieCard .textBlock .title,.bookmarked-movies-page .tvCard .textBlock .title{font-size:20px}}.bookmarked-movies-page .movieCard .textBlock .date,.bookmarked-movies-page .tvCard .textBlock .date{font-size:14px;opacity:.5}.bookmarked-movies-page .movieCard:hover .posterBlock,.bookmarked-movies-page .tvCard:hover .posterBlock{opacity:.5}.no-bookmarks-page{display:flex;justify-content:center;align-items:center;height:100vh;text-align:center}.no-bookmarks-page .no-bookmarks-message{max-width:500px;padding:20px;box-shadow:0 4px 8px #0000001a;border-radius:8px}.no-bookmarks-page .no-bookmarks-message h2{font-size:24px;margin-bottom:10px;color:#333}.no-bookmarks-page .no-bookmarks-message p{font-size:16px;color:#666}header{position:fixed;top:0;left:0;width:100%;height:60px;z-index:10;background:#333}html,body{margin:0;padding:0;overflow:visible}.bookmarked-movies-page{position:relative;margin-top:60px}@media (max-width: 768px){.bookmarked-movies-page{margin-top:120px}}.bookmarked-movies-page .movieCard .posterBlock .circleRating,.bookmarked-movies-page .tvCard .posterBlock .circleRating{background-color:#000}.countryCard{display:flex;align-items:center;justify-content:center;background-color:#fff0;padding:15px;border:1px solid rgba(221,221,221,0);border-radius:10px;width:100%;max-width:120px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 10px #0000001a}.countryCard:hover{transform:translateY(-5px);box-shadow:0 6px 15px #eb02a16b}.countryFlag{margin-right:10px}.countryName{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase}.countryLink{display:flex;align-items:center;text-decoration:none;color:inherit}@media (max-width: 1200px){.content{grid-template-columns:repeat(10,1fr)}}@media (max-width: 768px){.pageTitle{font-size:20px}.countryCard{width:100%;padding:12px;max-width:100px}.countryName{font-size:12px}}.content{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}: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;--black2: #000000;--black3: #000000;--black-lighter: #000000;--black-light: #000000;--pink: #da2f68;--orange: #f89e00;--gradient: #fc0404}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}::-webkit-scrollbar{display:none}.skeleton{position:relative;overflow:hidden;background-color:#000}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#0000 0,#0003 20%,#00000080 60%,#0000);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
