:root{--surface-card: rgba(255,255,255,.08);--text-primary: #fff;--text-muted: #a9b6cd;--focus-ring: #95d9ff;--accent-warm: #ffca38;font-family:Martel Sans,El Messiri,sans-serif;font-weight:400;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black2: #121212;--black3: #00000025;--black-lighter: #1f1f1f;--black-light: #1f1f1f;--pink: #81a3a0a8;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #5c676b .99%, #3d3737 100%)}*:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}:root *,:root *:before,:root *:after{box-sizing:border-box}:root body{margin:0;background:#000}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}body,html{overflow-x:hidden}::-webkit-scrollbar{display:none}.contentWrapper{width:100%;max-width:auto;margin:0 auto;padding:0 20px}.header{position:fixed;transform:translateY(0);width:98vw;margin-left:1vw;height:50px;margin-top:6px;display:flex;align-items:center;transition:all ease .5s;border-radius:10px;z-index:3;padding:5px}.header.top{background:#0000003f}.header.show{background:#ffffff3b}.header.hide{transform:translateY(-60px)}.header .contentWrapper{display:flex;align-items:center;justify-content:space-between}.header .logo{cursor:pointer;margin-top:9px}.header .logoButton{border:0;background:transparent;padding:0}.header .logo img{width:150px;height:auto}.header .menuItems{list-style-type:none;display:none;align-items:center;margin-top:5px}.header .menuItems .menuItem{height:60px;display:flex;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative;transition:all ease .3s;cursor:pointer}.header .menuItems .menuItem .menuItemButton{background:transparent;border:0;color:inherit;font:inherit;cursor:pointer}.header .menuItems .menuItem.searchIcon{margin-right:0}.header .menuItems .menuItem svg{font-size:20px;margin-top:-5px}.header .menuItems .menuItem:hover{color:#74abbb}.header .mobileMenuItems{display:flex;align-items:center;color:#fff;gap:12px;cursor:pointer}.header .mobileMenuItems .iconButton{border:0;background:transparent;color:inherit;padding:0;display:inline-flex;align-items:center;justify-content:center}.header .mobileMenuItems svg{font-size:18px;margin-top:-1px;color:#fff;cursor:pointer}.header.mobileView{z-index:4}.header.mobileView .menuItems{display:flex;position:absolute;top:100%;left:0;transform:translateY(-50%);background:#0000003f;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3.5px);flex-direction:column;width:100%;padding:0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards;border-radius:10px;max-height:calc(100vh - 55px);overflow-y:auto}.header.mobileView .menuItems .menuItem{font-size:20px;width:100%;height:auto;padding:12.5px 20px;margin:0;display:flex;flex-direction:column;align-items:center;text-align:center;max-height:calc(100vh - 55px);overflow-y:auto}.header.mobileView .menuItems .menuItem .menuItemButton{width:100%;text-align:center;padding:0}.header.mobileView .menuItems .menuItem:last-child{display:none}.header .searchBar{width:100%;height:auto;background-color:#ffffff17;position:absolute;top:55px;animation:mobileMenu .3s ease forwards;border-radius:10px;color:#fff;margin-left:-5px}.header .searchBar .searchInput{display:flex;align-items:center;height:30px;width:100%}.header .searchBar .searchInput svg{font-size:20px;flex-shrink:0;margin-left:10px;cursor:pointer}.header .searchBar .searchInput .iconButton{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.header .searchBar .searchInput input{width:100%;height:50px;background-color:#0000;outline:0;border:0;color:#fff;border-radius:30px 0 0 30px;font-family:Martel Sans,El Messiri,sans-serif;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}}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.searchBar .searchInput input::placeholder{color:#fff}.auth{margin-top:2.5px}.blur-background{position:absolute;width:90%;height:100%;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(3.5px);z-index:-1}.carouselSection{position:relative;margin-bottom:70px}.carouselSection>.contentWrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;margin-top:20px}.carouselSection .carouselTitle{font-size:24px;color:#fff;font-weight:400}.heroBanner{position:relative;width:100%;height:0;padding-top:56.25%;margin-bottom:4%;color:#fff;background-size:cover;background-position:center}@media (max-width: 600px){.heroBanner{margin-bottom:15%}}@media (min-width: 768px){.heroBanner{margin-bottom:4%}}.heroBanner .heroBanner__logo{position:absolute;width:350px;top:-34vw;pointer-events:none;left:66vw;transform:translateY(-50%);z-index:1}@media (max-width: 600px){.heroBanner .heroBanner__logo{position:relative;width:10vw;margin-top:5vw;top:-28vw;left:63vw}}@media (max-width: 1024px){.heroBanner .heroBanner__logo{position:relative;width:30vw;top:-35vw}}.heroBanner .heroBanner__buttons{position:absolute;top:44.5vw;left:5vw;z-index:3}@media (max-width: 1024px){.heroBanner .heroBanner__buttons{top:30vw}}@media (max-width: 600px){.heroBanner .heroBanner__buttons{top:45vw;margin-left:-2vw}}.heroBanner .heroBanner__buttons .playButton,.heroBanner .heroBanner__buttons .moreInfoButton{background-color:#d8ecffa8;display:inline-flex;align-items:center;justify-content:center;color:#000;border-radius:28px;border:none;padding:.5vw 2vw;margin-right:1vw;font-family:Martel Sans,El Messiri,sans-serif;font-size:1.3vw;font-weight:700;border:1px solid rgba(0,0,0,.5176470588);cursor:pointer;transition:all .3s ease;position:relative;border:1px solid #000000;box-shadow:0 0 15px #000000b6}.heroBanner .heroBanner__buttons .playButton:hover,.heroBanner .heroBanner__buttons .moreInfoButton:hover{background:linear-gradient(98.37deg,#00c8ff5e .99%,#ff00005c);color:#fff;border:1px solid #000000;box-shadow:0 0 10px #ffffffb6}@media (max-width: 600px){.heroBanner .heroBanner__buttons .playButton,.heroBanner .heroBanner__buttons .moreInfoButton{font-size:2.5vw;width:26vw}}@media (max-width: 1024px){.heroBanner .heroBanner__buttons .playButton,.heroBanner .heroBanner__buttons .moreInfoButton{left:-5px;margin-top:10vw}}.heroBanner .heroBanner__buttons .playButton:before,.heroBanner .heroBanner__buttons .playButton:after,.heroBanner .heroBanner__buttons .moreInfoButton:before,.heroBanner .heroBanner__buttons .moreInfoButton:after{content:"";position:absolute;width:100%;height:100%;background:#fff3;border-radius:25px;top:4px;left:4px;transition:all .3s ease}.heroBanner .heroBanner__buttons .playButton:hover:before,.heroBanner .heroBanner__buttons .moreInfoButton:hover:before{top:8px;left:8px;background:#0003;transform:translateY(2px);box-shadow:0 1px 2px #0000001a}.heroBanner .heroBanner__buttons .playButton:hover:after,.heroBanner .heroBanner__buttons .moreInfoButton:hover:after{top:4px;left:4px;transform:translateY(2px);box-shadow:0 1px 2px #0000001a}@media only screen and (max-width: 767px){.heroBanner .heroBanner__buttons .playButton,.heroBanner .heroBanner__buttons .moreInfoButton{padding:1vw 3vw}}.video-container iframe{position:absolute;top:1%;left:0;width:100%;height:100%;z-index:2;opacity:45%;pointer-events:none;border-radius:2vw;box-shadow:0 0 15px #dbddff96}@media (max-width: 600px){.video-container iframe{width:100%;height:100%;top:24%}}.heroBanner__overview{bottom:35%;left:58vw;max-width:40vw;font-size:1.5vw;font-weight:400;line-height:1.4;text-shadow:2px 4px 4px rgba(0,0,0,.504);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;z-index:1;color:#ffffffd2;position:absolute;text-overflow:ellipsis;pointer-events:none;text-align:center}@media (max-width: 600px){.heroBanner__overview{bottom:15%;font-size:14px;color:#ffffffbe}}.mutebuttons{position:absolute;top:53vw;left:96.5vw}@media (max-width: 1024px){.mutebuttons{margin-left:-2vw}}@media (max-width: 600px){.mutebuttons{top:59vw;left:90vw}}.mutebuttons .unmuteButton{background-color:#d8ecff38;display:inline-flex;align-items:center;justify-content:center;color:#000;border-radius:25px;border:none;padding:.5vw;margin-right:1vw;font-family:Martel Sans,El Messiri,sans-serif;font-size:1.3vw;font-weight:700;cursor:pointer;transition:all .3s ease;position:absolute;border:1px solid #000000;z-index:3}.mutebuttons .unmuteButton:hover{background:linear-gradient(98.37deg,#00c8ff35 .99%,#ff000030);color:#fff;border:1px solid #000000}.mutebuttons .unmuteButton:hover svg{fill:#fff;transition:all .3s ease}.mutebuttons .unmuteButton:before,.mutebuttons .unmuteButton:after{content:"";position:absolute;width:100%;height:100%;background:#ffffff0f;border-radius:25px;top:4px;left:4px;transition:all .3s ease}.mutebuttons .unmuteButton:hover:before{top:8px;left:8px;background:#0003;transform:translateY(2px);box-shadow:0 1px 2px #0000001a}.mutebuttons .unmuteButton:hover:after{top:4px;left:4px;transform:translateY(2px);box-shadow:0 1px 2px #0000001a}.invisibleTitle{position:absolute;top:0;left:0;width:100%;height:100%;color:transparent;background-color:transparent;z-index:1;pointer-events:none}.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}.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;transition:opacity .4s,visibility .4s}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:100%;height:100%;background:#000;box-shadow:0 0 20px #00000080;border-radius:10px;transition:all .3s ease}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.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}.genres{display:flex;gap:5px}.genres .genre{background-color:var(--pink);padding:0 8px;font-size:15px;border-radius:8px;color:#fff;white-space:nowrap}.carouselhome{margin-bottom:50px}.carouselhome .contentWrapper{position:relative}.carouselhome .carouselhomeTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carouselhome .carouselhomeItems{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.carouselhome .carouselhomeItems::-webkit-scrollbar{display:none}.carouselhome .carouselhomeItems .carouselhomeItem{cursor:pointer;width:195px;flex-shrink:0}.carouselhome .carouselhomeItems .carouselhomeItem .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}.carouselhome .carouselhomeItems .carouselhomeItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carouselhome .carouselhomeItems .carouselhomeItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;border-radius:12px;object-fit:cover;object-position:center;transition:transform .3s ease;pointer-events:none;box-shadow:0 0 10px #cdf2ff72}.carouselhome .carouselhomeItems .carouselhomeItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}.carouselhome .carouselhomeItems .carouselhomeItem .posterBlock .genres{display:none;position:relative}.carouselhome .carouselhomeItems .carouselhomeItem:hover .posterBlock{opacity:.5}.carouselhome .carouselhomeItems .carouselhomeItem .textBlock{color:#fff;display:flex;flex-direction:column}.carouselhome .carouselhomeItems .carouselhomeItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.carouselhome .carouselhomeItems .carouselhomeItem .textBlock .date{font-size:14px;opacity:.5}.carouselhomeItem:hover img{transform:scale(.94);transition:transform .5s ease}@media only screen and (max-width: 600px){.carouselhome .carouselhomeItems .carouselhomeItem{width:155px}}.switchingTabs{height:34px;background-color:#ffffff95;box-shadow:0 0 20px #cdf2ffab;border-radius:20px;padding:2px;z-index:2}.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}.carouselTitle-trending{font-size:35px;font-weight:bolder;background:linear-gradient(to right,#ff5733,#fc3);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296);z-index:2;margin:0}@media (max-width: 600px){.carouselTitle-trending{font-size:30px}}@media (max-width: 1024px){.carouselTitle-trending{font-size:32px}}.carousel{margin-bottom:50px}.carousel .contentWrapper{position:relative}.carousel .carouselTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carousel .carouselItems{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.carousel .carouselItems::-webkit-scrollbar{display:none}.carousel .carouselItems .carouselItem{cursor:pointer;width:195px;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;transition:all ease .5s}.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%;border-radius:12px;object-fit:cover;object-position:center;transition:transform .3s ease;pointer-events:none;box-shadow:0 0 10px #cdf2ff72}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}.carousel .carouselItems .carouselItem .posterBlock .genres{display:none;position:relative}.carousel .carouselItems .carouselItem:hover .posterBlock{opacity:.5}.carousel .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column}.carousel .carouselItems .carouselItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:22px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.carouselItem:hover img{transform:scale(.94);transition:transform .5s ease}@media only screen and (max-width: 600px){.carousel .carouselItems .carouselItem{width:155px}}.bookmarkButton{z-index:1;background-color:#fff0;color:#fff;border:none;border-radius:10px;width:15%;height:12%;transition:transform .3s ease}.bookmarkButton:hover{transform:translateY(-5px)}.bookmarkButton.active{color:#ffca38}.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:110px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:fixed;top:0;left:0;opacity:.4;overflow:hidden;filter:blur(8px)}.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 .content{display:flex;position:relative;flex-direction:column;margin-top:-10px;gap:25px;margin:0 px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row;margin:0 60px}}.detailsBanner .content .left{flex-shrink:0}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px;box-shadow:0 0 10px #cdf2ff72}@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:1.7;color:#c5cfde;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:100px;font-size:larger}}.detailsBanner .content .right .circleRating{max-width:70px;background-color:#00000021}@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{background-color:#d8ecffa1;display:flex;align-items:center;justify-content:center;color:#000;border-radius:28px;border:none;padding:9px 18px;margin-right:1vw;font-size:clamp(14px,1.2vw,18px);font-weight:700;font-family:Martel Sans,El Messiri,sans-serif;border:1px solid rgba(0,0,0,.5176470588);cursor:pointer;transition:all .3s ease;position:relative;border:1px solid #000000;box-shadow:0 0 15px #000000b6}.detailsBanner .content .right .playbtn:hover{background:linear-gradient(98.37deg,#00c8ff5e .99%,#ff00005c);border:1px solid #000000;color:#000;box-shadow:0 0 10px #ffffffb6}.detailsBanner .content .right .playbtn:before,.detailsBanner .content .right .playbtn:after{content:"";position:absolute;width:100%;height:100%;background:#fff3;border-radius:25px;top:4px;left:4px;transition:all .3s ease}.detailsBanner .content .right .playbtn:hover:before{top:8px;left:8px;background:#0003}.detailsBanner .content .right .playbtn:hover:after{top:4px;left:4px}.detailsBanner .content .right .playbtn .text{font-size:clamp(14px,1.1vw,18px);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:#ffffffa0}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:#ffffffa0;animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:#ffffffa0}@media only screen and (max-width: 767px){.detailsBanner .content .right .playbtn{padding:1vw 4vw}}.detailsBanner .content .right .row{display:flex;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;flex-wrap:wrap;gap:10px}.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 .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}.contentRating{color:#ffffffd3;font-size:15px}.ContentRating{margin-bottom:10px;margin-top:-10px}.episodeSection{background-color:#00000070;position:relative;border-radius:9px;margin:0}@media (min-width: 601px){.episodeSection{margin:0 60px}}@media (max-width: 600px){#season{position:static;margin:10px}}.episodeCard{width:100%;display:flex;margin-bottom:20px;cursor:pointer;background-color:#161616;border-radius:8px;box-shadow:0 0 10px #0000001a;color:#fff}.episodeCard img{width:300px;object-fit:cover;border-radius:5px;margin-left:15px}@media (max-width: 600px){.episodeCard img{width:98%;margin-left:0}}.more-button,.less-button{padding:10px 20px;background-color:#29502972;border:none;color:#fff;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:10px 9px;cursor:pointer;border-radius:6px;transition:background-color .3s ease}.toggleEpisodesBtn{background-color:#0000007c;color:#fff;border:1px solid #78818e;padding:10px 20px;font-size:15px;cursor:pointer;transition:background-color .3s ease;border-radius:6px;margin-bottom:20px;margin-top:20px;margin-left:10px}.toggleEpisodesBtn:hover{background-color:#ffffff4b}.episodeSection{margin-top:20px;background-color:#0000;position:relative;border-radius:9px}.h1{margin-left:20px}@media (max-width: 600px){.h1{margin-left:10px}}#season{background-color:#0000007c;color:#fff;padding:10px 20px;font-size:15px;border:1px solid #78818e;border-radius:5px;transition:background-color .3s ease;cursor:pointer;position:absolute;right:10px;top:20px}#season:hover{background-color:#ffffff4b}@media (max-width: 600px){#season{top:10px}}#season option{background-color:#0000007c;color:#fff}.episodeContainer{display:flex;flex-wrap:wrap}@media (max-width: 600px){.episodeContainer{flex-direction:column}}.episodeCard{width:100%;display:flex;margin-bottom:20px;cursor:pointer;background-color:#0000005c;border-radius:20px;box-shadow:0 0 10px #0000001a;color:#fff;transition:transform .3s ease,opacity .3s ease}.episodeCard:hover{transform:scale(.95);opacity:.8}@media (max-width: 600px){.episodeCard{flex-direction:column;align-items:center}}.episodeCard img{width:300px;object-fit:cover;border-radius:10px;box-shadow:0 0 10px #cdf2ff72;margin-left:15px;margin-top:15px}@media (max-width: 600px){.episodeCard img{width:98%;margin-left:4px;border-radius:18px;margin-top:5px}}.episodeInfo{padding:10px;width:100%;margin-left:10px;height:10%}@media (max-width: 600px){.episodeInfo{margin-left:0}}.episodeInfo h3{font-size:18px;margin:0;color:#fff}.episodeInfo p{margin:10px 5px 5px;color:#78818e;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.more-button,.less-button{padding:10px 20px;background-color:#29502972;border:none;color:#fff;text-align:center;text-decoration:none;display:inline-block;font-size:16px;cursor:pointer;border-radius:6px;transition:background-color .3s ease;margin:10px 9px 10px 50%;transform:translate(-50%)}.more-button:hover,.less-button:hover{background-color:#ffffff4b;color:vwhite}.less-button{background-color:#bc4e465b;transition:background-color .3s ease}.less-button:hover{background-color:#ffffff4b;color:#fff}.clearLocalStorageBtn{background-color:#0000007c;color:#fff;border:1px solid #78818e;padding:10px 20px;font-size:15px;cursor:pointer;transition:background-color .3s ease;border-radius:6px;margin-bottom:20px;margin-top:20px;margin-left:50%;transform:translate(-50%)}.clearLocalStorageBtn:hover{background-color:#ffffff4b}.castSection{position:relative;margin-bottom:50px;margin-top:35px}.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;box-shadow:0 0 10px #a7e8ff72;margin-top:10px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg a{display:block;width:100%;height:100%;transition:all .3s}.castSection .listItems .listItem .profileImg a:hover{filter:brightness(.8)}.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;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@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;box-shadow:1px 3px 10px #cdf2ff72;margin-top:10px}.videosSection .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:150px;transform:translate(-200%,-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}.videosSection .closeBtn{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#202020;color:#fff;border:none;border-radius:50%;width:50px;height:50px;cursor:pointer;transition:background .3s;z-index:10;display:flex;justify-content:center;align-items:center}.videosSection .closeBtn:hover{background:#ffffff89}@media (max-width: 768px){.videosSection .closeBtn{bottom:-75px}}.searchResultsPage{min-height:700px;padding-top:135px}.searchResultsPage .resultNotFound{font-size:20px;color:#ffffffb7;margin:4px 0 16px 10px}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px;margin-top:-30px;margin-left:10px}.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 .actorCard{margin-bottom:20px}.searchResultsPage .content .actorCard .profileImg{position:relative}.searchResultsPage .content .actorCard .profileImg .avatarWrapper{width:200px;height:200px;overflow:hidden;border-radius:50%;margin:0 20px 0 auto;box-shadow:0 0 20px #cdf2ff72}.searchResultsPage .content .actorCard .profileImg .avatarWrapper img{width:100%;height:100%;object-fit:cover}.searchResultsPage .content .actorCard p{font-size:16px;color:#fff}.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:95%;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:22px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:44px}@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;transform:scale(.95);transition:transform .5s ease}.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: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 .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 .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.explorePage .content{gap:20px}}.explorePage .content .movieCard .posterBlock{margin-bottom:30px}.skeleton{position:relative;overflow:hidden;background-color:#1f1f1f}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#1f1f1f00 0,#1f1f1f33 20%,#1f1f1f80 60%,#1f1f1f00);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}.language-selection-container{background-color:#00000097;color:#fff;padding:20px;text-align:center;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:10px;box-shadow:0 0 10px #cdf2ff;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center}.language-selection-container .language-select{background-color:#f4ffffc0;width:200px;padding:10px;font-size:16px;border-radius:5px;border:1px solid #ccc;margin-top:10px}.language-selection-container .h5{margin-top:10px;color:#ccc}.language-selection-container .powered-by{font-size:12px;margin-top:10px}.language-selection-container .discord-button{background-color:#1c1c1cc5;color:#fff;border:1px solid rgba(204,204,204,.6);border-radius:5px;padding:10px 20px;font-size:16px;margin-top:20px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;transition:all ease .5s}.language-selection-container .discord-button svg{margin-right:5px}.language-selection-container .discord-button:hover{background-color:#00000080;color:#677bc4d0}.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:#8d979a}.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)}.footer .languageChangeButton{background-color:transparent;border:none;color:#fff;margin-top:30px;cursor:pointer;transition:all ease .3s}.footer .languageChangeButton:hover{color:var(--pink)}.bookmark-container{margin:0 auto;padding:20px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.bookmark-container .bookmark-heading{font-size:24px;margin-bottom:35px;margin-top:45px}.bookmark-container .switchingTabs{margin-bottom:5%;width:205px}.bookmark-container .bookmark-list{list-style:none;padding:0}.bookmark-container .bookmark-list .bookmark-item{display:flex;margin-bottom:20px;cursor:pointer;transition:transform .3s ease,opacity .5s ease}.bookmark-container .bookmark-list .bookmark-item:hover{opacity:.5;transform:scale(.98)}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image{flex:0 0 150px;margin-right:20px}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 0 10px #cdf2ff72}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image .fallback-poster{background-color:#333;color:#fff;width:150px;height:225px;display:flex;justify-content:center;align-items:center}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-details{flex:1}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-details .bookmark-item-title{font-size:20px;margin-bottom:10px}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-details .bookmark-item-overview{color:#fffc;margin-bottom:10px;font-size:16px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-details .bookmark-item-date{font-size:14px;color:#ffffff89}.no-bookmarks-message{text-align:center;color:#ffffff57;margin-top:20px}.header .mobileMenuItems .iconButton,.header .menuItems .menuItem .menuItemButton,.header .searchBar .searchInput .iconButton,.bookmarkButton,.switchingTabs .tabItems .tabItem,.videosSection .closeBtn,.toggleEpisodesBtn{min-width:44px;min-height:44px}.switchingTabs .tabItems .tabItem{border:0;background:transparent;font:inherit}.carousel .carouselItems{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.carousel .carouselItems .carouselItem{scroll-snap-align:start}.videoPopup .videoPlayer{width:min(1100px,92vw);height:auto;aspect-ratio:16 / 9;max-height:84vh;overflow:hidden}.bookmark-container .bookmark-list .bookmark-item{align-items:flex-start}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-details .bookmark-item-title{word-break:break-word}.detailsBanner .content .right .title{overflow-wrap:anywhere}@media (max-width: 1024px){.contentWrapper{padding:0 14px}.detailsBanner .content .right .row{flex-wrap:wrap;gap:12px}.detailsBanner .content .right .playbtn{margin-right:0}}@media (max-width: 768px){.header{width:calc(100vw - 12px);margin-left:6px;height:56px;margin-top:4px}.header .mobileMenuItems{gap:8px}.header.mobileView .menuItems{max-height:calc(100vh - 64px)}.header.mobileView .menuItems .menuItem{padding:8px 14px}.header.mobileView .menuItems .menuItem .menuItemButton{font-size:18px;line-height:1.35}.header .searchBar{top:58px}.searchResultsPage{padding-top:120px}.searchResultsPage .pageTitle{margin-top:0;margin-left:0;line-height:1.3}.searchResultsPage .content{gap:12px}.movieCard{width:calc(50% - 8px)}.movieCard .posterBlock{width:100%;margin-bottom:12px}.movieCard .textBlock .title{min-height:42px;font-size:15px;line-height:1.35}.movieCard .textBlock .date{font-size:12px}.videosSection .videoPopup .videoPlayer,.videoPopup .videoPlayer{width:94vw;max-height:70vh}.videosSection .closeBtn{width:46px;height:46px;bottom:12px}.bookmark-container{padding:10px 0}.bookmark-container .bookmark-list .bookmark-item{flex-direction:column;gap:10px}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image{margin-right:0;width:100%}.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image img,.bookmark-container .bookmark-list .bookmark-item .bookmark-item-image .fallback-poster{width:140px;height:210px}.episodeSection select,.toggleEpisodesBtn{width:100%;max-width:360px}.language-selection-container{width:92vw;max-width:460px;max-height:86vh;overflow-y:auto;padding:16px}}@media (max-width: 414px){.switchingTabs{width:100%;overflow-x:auto}.switchingTabs .tabItems{width:max-content;min-width:205px}.detailsBanner .content .right .title{font-size:22px;line-height:1.3}.detailsBanner .content .right .overview .description{-webkit-line-clamp:4}}.container[data-v-d3e37633]{box-sizing:initial;display:inline-block;text-align:center;border-radius:50%;overflow:hidden}.spinner[data-v-d3e37633]{box-sizing:initial;border:2px solid #a1a1a1;border-right-color:transparent;width:23px;height:23px;border-radius:50%;animation:spin-d3e37633 .9s linear infinite}@keyframes spin-d3e37633{to{transform:rotate(360deg)}}.state-error[data-v-a7077831]{display:flex;flex-direction:column;align-items:center}.retry[data-v-a7077831]{margin-top:8px;padding:2px 6px 4px;width:60px;color:inherit;font-size:14px;font-family:inherit;background:transparent;border:2px solid currentColor;border-radius:5px;outline:none;cursor:pointer}.retry[data-v-a7077831]:hover{opacity:.8}.github-link[data-v-185d2a89]{text-decoration:none;color:#fff;font-size:medium}.homeIntro[data-v-2b9904a0]{margin:20px auto 12px}.homeIntro .kicker[data-v-2b9904a0]{margin:0;color:#ffca38;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.homeIntro .title[data-v-2b9904a0]{margin:6px 0 0;color:#fff;font-size:clamp(18px,2.5vw,28px);font-weight:700;max-width:720px}
