.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 .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.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 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: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 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}.contentWrapper{width:100%;max-width:auto;margin:0 auto;padding:0 20px}.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)}.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}.videoPopup{transition:opacity .4s,visibility .4s}.videoPopup.videoPlayer{transition:all .3s ease}.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}.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}@media (max-width: 768px){.videoPopup .videoPlayer{height:75vh}}.videoPopup .videoPlayer .episodeButtons{justify-content:space-between;margin-top:-110px;display:flex;justify-content:center}@media (max-width: 768px){.videoPopup .videoPlayer .episodeButtons{margin-top:35px}}.videoPopup .videoPlayer .episodeButtons button{background:#000;color:#fff;border:none;border-radius:50%;width:50px;height:50px;margin:-15px 10px 0;cursor:pointer;transition:background .3s;padding:8px;z-index:10}.videoPopup .videoPlayer .episodeButtons button:hover{background:#ffffff1a}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.videoPopup .showInfo{position:absolute;top:10px;left:50%;transform:translate(-50%);color:#ffffffe6;padding:10px;text-align:center;background-color:#00000080;border-radius:6px}@media (max-width: 768px){.videoPopup .showInfo{top:-70px}}.videoPopup .Sandbox{position:absolute;top:75px;right:-85px;transform:translate(-50%);background:#22222259;border:none;border-radius:5px;cursor:pointer;transition:background .3s;padding:8px;margin-top:-15px;color:#fff}.videoPopup .Sandbox:hover{background:#ffffff1a}.videoPopup .serverDropdown{position:absolute;top:10px;right:10px}.videoPopup .serverDropdown select{background:#3f3f3f80;border:none;border-radius:5px;padding:8px 15px;cursor:pointer;transition:background .3s;font-size:16px;color:#fff;margin-top:-15px}.videoPopup .serverDropdown select:hover{background:#000}.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}@media (max-width: 600px){.carouselTitle-trending{font-size:30px}}@media (max-width: 1024px){.carouselTitle-trending{font-size:32px}}.carouselTitle-poppuler{font-size:32px;font-weight:bolder;background:linear-gradient(to right,#9c27b0,#e91e63);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}.carouselTitle-topreated{font-size:30px;font-weight:700;background:linear-gradient(to right,#c277af,#ff3b3b);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-topreated{font-size:26px}}@media (max-width: 1024px){.carouselTitle-topreated{font-size:29px}}.carouselTitle-disney{font-size:30px;font-weight:700;background:linear-gradient(to right,#636363,#acfff7);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-disney{font-size:30px}}@media (max-width: 1024px){.carouselTitle-disney{font-size:30px}}.carouselTitle-appletv{font-size:30px;font-weight:700;background:linear-gradient(to right,#8282a3,#7e7e7e);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-appletv{font-size:30px}}@media (max-width: 1024px){.carouselTitle-appletv{font-size:30px}}.carouselTitle-netflix{font-size:30px;font-weight:700;background:linear-gradient(to right,#e50914,#8888889c);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-netflix{font-size:30px}}@media (max-width: 1024px){.carouselTitle-netflix{font-size:30px}}.carouselTitle-hbo{font-size:30px;font-weight:700;background:linear-gradient(to right,#747474b2,#c4c4c4c6);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-hbo{font-size:30px}}@media (max-width: 1024px){.carouselTitle-hbo{font-size:30px}}.carouselTitle-anime{font-size:30px;font-weight:700;background:linear-gradient(to right,#9d9d9d,#ff85ef);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-anime{font-size:30px}}@media (max-width: 1024px){.carouselTitle-anime{font-size:30px}}.carouselTitle-shahid{font-size:30px;font-weight:700;background:linear-gradient(to right,#2af585bf,#4a8cc39c);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 5px rgba(140,140,140,.296)}@media (max-width: 600px){.carouselTitle-shahid{font-size:30px}}@media (max-width: 1024px){.carouselTitle-shahid{font-size:30px}}.continueWatchingSection{display:flex;flex-direction:column;align-items:center}.continueWatchingSection h2{font-size:24px;color:#ffffffab;margin-bottom:-5px;font-weight:700}.continueWatchingSection .continueWatchingList{display:flex;flex-wrap:wrap;gap:20px;margin-left:-10px}.continueWatchingSection .continueWatchingList .continueWatchingItem{flex:1 1 200px;margin-left:10px;margin-bottom:-50px;background-color:#38383800;border-radius:8px;box-shadow:1px 4px 9px #fff0;overflow:hidden;display:flex;flex-direction:column;justify-content:center;transition:transform .2s ease-in-out,flex-basis .2s ease-in-out,opacity .3s ease-in-out;cursor:pointer}.continueWatchingSection .continueWatchingList .continueWatchingItem:hover{transform:translateY(-5px);opacity:.8}.continueWatchingSection .continueWatchingList .continueWatchingItem a{display:block;text-decoration:none;color:inherit}.continueWatchingSection .continueWatchingList .continueWatchingItem h3{font-size:14px;color:#e0e0e0;margin:8px 20px 5px;font-weight:700;text-align:center}.continueWatchingSection .continueWatchingList .continueWatchingItem p{font-size:12px;color:#9c9c9c;margin:0 20px 15px;text-align:center}.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails{padding:8px;width:550px;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 600px){.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails{width:270px}}.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails .episodeThumbnail{width:21vw;border-radius:8px;margin-bottom:15px;border:rgba(128,128,128,.2784313725) 2.2px solid;box-shadow:0 0 10px #cdf2ff72}@media only screen and (max-width: 600px){.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails .episodeThumbnail{width:52vw}}@media only screen and (max-width: 1212px){.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails .episodeThumbnail{width:40vw}}.continueWatchingSection .continueWatchingList .continueWatchingItem .episodeDetails .episodeInfo p{font-size:12px;color:#9c9c9c;margin-bottom:5px}.continueWatchingSection .issue{font-size:14px;color:#9c9c9c;text-align:center}.watch-history{padding:20px}.watch-history h2{font-size:24px;margin-bottom:20px;color:#ffffffb1;display:flex;flex-direction:column;align-items:center}.watch-history ul{list-style:none;padding:0;margin:0}.watch-history ul li{font-size:18px;margin-bottom:10px;color:#666}.watch-history ul li:last-child{margin-bottom:0}.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:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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)}body,html{overflow-x:hidden}.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:24px;color:#999a9a;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-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:.5vw 2vw;margin-right:1vw;font-size:1.3vw;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: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:#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}.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:24px;color:#ffffffb7}.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: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;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}.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}.dmca{height:580px;padding-top:200px}.dmca .contentWrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.dmca .contentWrapper .bigText{font-size:90px;font-weight:700;color:#a6a6a6b6}@media (max-width: 600px){.dmca .contentWrapper .bigText{font-size:60px}}.dmca .contentWrapper .smallText{font-size:25px;color:#a6a6a677}@media (max-width: 600px){.dmca .contentWrapper .smallText{font-size:20px}}.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}.castDetails .topGap{height:80px}.castDetails .details{display:flex;margin-bottom:60px;margin-left:20px}.castDetails .details .avatar{width:200px;height:200px;object-fit:cover;box-shadow:0 0 20px #cdf2ff72}.castDetails .description{flex:1}.castDetails .description h2{font-size:24px;margin-bottom:10px;color:#fff}.castDetails .description p{font-size:16px;line-height:1.5;color:#ccc;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.works{display:flex;overflow-x:auto;overflow-y:hidden;padding:10px 0}.works::-webkit-scrollbar{display:none}.actorInfo{color:#ffffff74}.backgroundImage{width:auto;height:100%;position:fixed;top:0;left:0;opacity:.4;overflow:hidden;filter:blur(8px);z-index:-1}@media only screen and (max-width: 767px){.details{flex-direction:column;align-items:center}.details .description{text-align:center;margin-left:0}}.contentWrapper{padding:10px}.Latest-Works{color:#fff;margin-left:15px}.profilePage{position:relative;height:auto}.backgroundImage{width:auto;height:auto;position:fixed;top:0;left:0;opacity:.4;overflow:hidden;filter:blur(8px);z-index:-1}.details{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.profileImg{width:150px;overflow:hidden;border-radius:50%}.avatarWrapper{margin-top:85px;display:flex;justify-content:center}.avatar{width:150px;height:150px;border-radius:50%;object-fit:cover}.description{color:#fff;text-align:center}.userInfo{margin-top:10px}.userField{margin-bottom:10px}.logoutButton{margin-top:10px;padding:10px 20px;background-color:#ff440062;border:none;border-radius:5px;color:#fff;cursor:pointer;transition:background-color .3s ease}.logoutButton:hover{background-color:#ff222297}:root{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%) }: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)}::-webkit-scrollbar{display:none}.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%)}}.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-bf902758]{text-decoration:none;color:#fff;font-size:medium}.androidApkLink{margin:0 auto}.androidApkLink a{display:inline-block;padding:8px 16px;background-color:#fff;color:#000;text-decoration:none;border-radius:5px;border:2px solid black;font-family:inherit;font-size:13px;font-weight:700}.custom-select[data-v-d092605f]{min-width:230px;position:relative;text-align:left;line-height:36px}.custom-select .selected[data-v-d092605f]{background-color:var(--black-light);border-radius:20px;min-height:38px;color:#fff;padding-left:1em;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.custom-select .selected.open[data-v-d092605f]{border:1px solid #ffffff95;border-radius:20px 20px 0 0}.custom-select .selected[data-v-d092605f]:after{position:absolute;content:"";top:15px;right:1em;width:0;height:0;border:5px solid transparent;border-color:#fff transparent transparent transparent}.custom-select .items[data-v-d092605f]{color:#fff;border-radius:0 0 20px 20px;overflow:hidden;border-right:1px solid #ffffff95;border-left:1px solid #ffffff95;border-bottom:1px solid #ffffff95;position:absolute;background-color:#0a0a0a;left:0;right:0;z-index:10000}.custom-select .items div[data-v-d092605f]{color:#fff;padding-left:1em;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-select .items div[data-v-d092605f]:hover{background-color:#ffffff95}.selectHide[data-v-d092605f]{display:none}.remove-icon[data-v-d092605f]{margin-left:.5em;cursor:pointer}.placeholder[data-v-d092605f]{color:#999}.modalOverlay[data-v-ddd48f8f]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000000b3;z-index:1000}.modalContainer[data-v-ddd48f8f]{width:300px;height:250px;background-color:#fff;border-radius:10px;padding:10px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.closeButton[data-v-ddd48f8f]{margin-top:10px;background-color:red;color:#fff;border:none;border-radius:5px;padding:10px 20px;cursor:pointer}.modalOverlay[data-v-729b618d]{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#000000b3;z-index:1000}.modalContainer[data-v-729b618d]{width:300px;height:250px;background-color:#fff;border-radius:10px;padding:10px;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.closeButton[data-v-729b618d]{margin-top:10px;background-color:red;color:#fff;border:none;border-radius:5px;padding:10px 20px;cursor:pointer}
