.header{position:fixed;transform:translateY(0);width:100%;height:3.75rem;z-index:1;display:flex;align-items:center;transition:all ease .5s;z-index:2}.header.top{background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px)}.header.show{background-color:var(--black)}.header.hide{transform:translateY(-60px)}.header .wrapper{display:flex;align-items:center;justify-content:space-between}.header .logo{cursor:pointer}.header .logo img{height:90px}@media only screen and (min-width: 768px){.header .logo img{height:110px}}.header .menu__items{list-style-type:none;display:none;align-items:center}@media only screen and (min-width: 768px){.header .menu__items{display:flex}}.header .menu__items .menu__item{height:60px;display:flex;align-items:center;margin-inline:1rem;color:#fff;font-weight:500;position:relative;cursor:pointer}.header .menu__items .menu__item.searchIcon{margin-right:0}.header .menu__items .menu__item svg{font-size:18px}.header .menu__items .menu__item:hover{color:var(--red3)}.header .mobile-menu__items{display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.header .mobile-menu__items{display:none}}.header .mobile-menu__items svg{font-size:18px;color:#fff}.header .mobile-menu__items svg:hover{color:var(--red3)}.header.mobileView{background:var(--black)}.header.mobileView .menu__items{display:flex;position:absolute;top:60px;left:0;background:var(--black);flex-direction:column;width:100%;padding:20px 0;border-radius:0 0 1rem 1rem;animation:mobileMenu .4s ease-in forwards}.header.mobileView .menu__items .menu__item{font-size:20px;width:100%;height:auto;padding:15px 20px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.header.mobileView .menu__items .menu__item:last-child{display:none}.header .search__bar{width:100%;height:60px;background-color:var(--black);position:absolute;top:60px;border-radius:0 0 1rem 1rem;animation:mobileMenu .4s ease-in forwards}.header .search__bar .search__input{display:flex;align-items:center;height:40px;margin-top:10px;width:100%}.header .search__bar .search__input svg{font-size:20px;flex-shrink:0;margin-left:10px;color:#fff;cursor:pointer}.header .search__bar .search__input svg:hover{color:var(--red3)}.header .search__bar .search__input input{width:100%;height:50px;background:inherit;color:#fff;outline:0;border:none;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.header .search__bar .search__input input{height:60px;font-size:20px;padding:0 30px}}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.wrapper{width:100%;max-width:1200px;margin-inline:auto;padding-inline:20px}.footer{background-color:var(--black1);padding-block:50px;color:#fff;position:relative;border-top:2px solid var(--black3)}.footer .wrapper{display:flex;align-items:center;flex-direction:column}.footer .menu__items{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 .menu__items{margin-bottom:30px;gap:30px}}.footer .menu__items .menu__item{transition:all ease .3s;cursor:pointer;font-size:12px}@media only screen and (min-width: 768px){.footer .menu__items .menu__item{font-size:16px}}.footer .menu__items .menu__item:hover{color:var(--pink)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .infoText{font-size:14px;margin-bottom:30px}}.carousel__section{position:relative;margin-bottom:70px}.carousel__section>.wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.carousel__section .carousel__title{font-size:24px;color:#fff;font-weight:400}.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}.hero-banner{margin:0;padding-block:6rem;width:100%;height:500px;background-color:var(--black);display:flex;align-items:end;position:relative}@media only screen and (min-width: 768px){.hero-banner{height:700px;padding-block:10rem}}.hero-banner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.hero-banner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.hero-banner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-banner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,var(--black) 79.17%);position:absolute;bottom:0;left:0}.hero-banner .hero-banner__content{display:flex;flex-direction:column;justify-content:flex-start;color:#fff;text-align:left;position:relative;max-width:800px;margin-inline:auto}.hero-banner .hero-banner__content .title{font-size:3rem;font-weight:700;margin-bottom:.5rem}@media only screen and (min-width: 768px){.hero-banner .hero-banner__content .title{margin-bottom:1rem;font-size:5rem}}.hero-banner .hero-banner__content .subtitle{max-width:700px;line-height:1.3;font-size:.8rem;font-weight:400;margin-bottom:2.5rem}@media only screen and (min-width: 768px){.hero-banner .hero-banner__content .subtitle{font-size:1.3rem}}.hero-banner .hero-banner__content .banner__btns{display:flex;gap:1rem;margin-block:1rem}.hero-banner .hero-banner__content button{padding:.8rem 2rem;background:rgba(51,51,51,.5);color:#fff;outline:none;border:none;border-radius:.3rem;font-size:16px;cursor:pointer}.hero-banner .hero-banner__content button:hover{background:#e6e6e6;color:var(--black2);transition:all .4s}@media only screen and (min-width: 768px){.hero-banner .hero-banner__content button{font-size:1.1rem}}.switch-tabs{height:34px;background:rgba(51,51,51,.5);color:#fff;border-radius:.5rem;padding:2px}.switch-tabs .tab__items{display:flex;align-items:center;height:30px;position:relative}.switch-tabs .tab__items .tab__item{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:var(--black-light);font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color ease .3s}.switch-tabs .tab__items .tab__item.active{color:#fff}.switch-tabs .tab__items .moving-bg{height:30px;width:100px;border-radius:.4rem;background:rgba(51,51,51,.7);position:absolute;left:0;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s}.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}.circle-rating{background-color:var(--black);border-radius:50%;padding:2px}.circle-rating .CircularProgressbar-text{font-size:1.9rem;font-weight:700;fill:var(--black)}.circle-rating .CircularProgressbar-trail{stroke:transparent}.genres{display:flex;gap:5px}.genres .genre{background:var(--red2);background:rgba(0,0,0,.25);-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);padding:3px 5px;font-size:12px;border-radius:.2rem;color:#fff;white-space:nowrap}.carousel{margin-bottom:3.1rem}.carousel .wrapper{position:relative}.carousel .carousel__title{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:400}.carousel .arrow{font-size:2rem;color:#000;position:absolute;top:44%;transform:translateY(-50%);cursor:pointer;opacity:.5;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{opacity:.8}.carousel .carousel-left__nav{left:1.8rem}.carousel .carousel-right__nav{right:1.8rem}.carousel .loading-skeleton{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding-inline:20px}@media only screen and (min-width: 768px){.carousel .loading-skeleton{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .loading-skeleton .skeleton__item{width:125px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .loading-skeleton .skeleton__item{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .loading-skeleton .skeleton__item{width:calc(20% - 16px)}}.carousel .loading-skeleton .skeleton__item .poster-block{border-radius:.75rem;width:100%;aspect-ratio:1/1.5;margin-bottom:1.8rem}.carousel .loading-skeleton .skeleton__item .text-block{display:flex;flex-direction:column}.carousel .loading-skeleton .skeleton__item .text-block .title{width:100%;height:1rem;margin-bottom:.6rem}.carousel .loading-skeleton .skeleton__item .text-block .date{width:75%;height:20px}.carousel .carousel__items{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding-inline:20px}@media only screen and (min-width: 768px){.carousel .carousel__items{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .carousel__items .carousel__item{width:125px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carousel__items .carousel__item{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .carousel__items .carousel__item{width:calc(20% - 16px)}}.carousel .carousel__items .carousel__item .poster-block{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel .carousel__items .carousel__item .poster-block .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carousel .carousel__items .carousel__item .poster-block .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel .carousel__items .carousel__item .poster-block .circle-rating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carousel__items .carousel__item .poster-block .circle-rating{width:50px;height:50px}}.carousel .carousel__items .carousel__item .poster-block .genres{display:none;position:relative}@media only screen and (min-width: 768px){.carousel .carousel__items .carousel__item .poster-block .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel .carousel__items .carousel__item .text-block{color:#fff;display:flex;flex-direction:column}.carousel .carousel__items .carousel__item .text-block .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel .carousel__items .carousel__item .text-block .title{font-size:18px}}.carousel .carousel__items .carousel__item .text-block .date{font-size:13px;opacity:.5}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:120px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1;overflow:hidden}.detailsBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.detailsBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.detailsBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,var(--black) 79.17%);position:absolute;bottom:0;left:0}.detailsBanner .content{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row}}.detailsBanner .content .left{flex-shrink:0}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:350px}}.detailsBanner .content .right{color:#fff}.detailsBanner .content .right .title{font-size:28px;line-height:40px}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:34px;line-height:44px}}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;opacity:.5}@media only screen and (min-width: 768px){.detailsBanner .content .right .subtitle{font-size:20px;line-height:28px}}.detailsBanner .content .right .genres{margin-bottom:25px;flex-flow:row wrap}.detailsBanner .content .right .genres .genre{padding:.5rem 1rem}.detailsBanner .content .right .overview{margin-bottom:25px}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px}.detailsBanner .content .right .overview .description{line-height:24px}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:100px}}.detailsBanner .content .right .circle-rating{max-width:70px;background-color:var(--black2)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circle-rating{max-width:90px}}.detailsBanner .content .right .circle-rating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .playbtn{display:flex;align-items:center;gap:20px;cursor:pointer}.detailsBanner .content .right .playbtn svg{width:60px}@media only screen and (min-width: 768px){.detailsBanner .content .right .playbtn svg{width:80px}}.detailsBanner .content .right .playbtn .text{font-size:20px;transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.detailsBanner .content .right .playbtn:hover .text{color:var(--red3)}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--red3);animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:var(--red3)}.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 .wrapper{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}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:800px;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopup .videoPlayer .closeBtn{position:absolute;top:-20px;right:0;color:#fff;cursor:pointer}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.castSection{position:relative;margin-bottom:50px}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.castSection .listItems{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .listItems{margin:0;padding:0}}.castSection .listItems .listItem{text-align:center;color:#fff}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600}@media only screen and (min-width: 768px){.castSection .listItems .listItem .name{font-size:18px;line-height:24px}}.castSection .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5}@media only screen and (min-width: 768px){.castSection .listItems .listItem .character{font-size:16px;line-height:24px}}.castSection .castSkeleton{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .castSkeleton{margin:0;padding:0}}.castSection .castSkeleton .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:175px;height:175px;margin-bottom:25px}}.castSection .castSkeleton .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.videosSection{position:relative;margin-bottom:50px}.videosSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.videosSection .videos{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videos{gap:20px;margin:0;padding:0}}.videosSection .videos .videoItem{width:150px;flex-shrink:0;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:25%}}.videosSection .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative}.videosSection .videos .videoItem .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videos .videoItem .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover img{opacity:.5}.videosSection .videos .videoItem .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.videosSection .videos .videoItem .videoTitle{color:#fff;font-size:14px;line-height:20px}@media only screen and (min-width: 768px){.videosSection .videos .videoItem .videoTitle{font-size:16px;line-height:24px}}.videosSection .videoSkeleton{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videoSkeleton{gap:20px;margin:0;padding:0}}.videosSection .videoSkeleton .skItem{width:150px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videoSkeleton .skItem{width:25%}}.videosSection .videoSkeleton .skItem .thumb{width:100%;aspect-ratio:16/9;border-radius:12px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row{height:20px;width:100%;border-radius:10px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row2{height:20px;width:75%;border-radius:10px}.movieCard{width:calc(50% - 5px);margin-bottom:25px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.movieCard{width:calc(20% - 16px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.movieCard .posterBlock .circle-rating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard .posterBlock .circle-rating{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}.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}}.searchResultsPage{min-height:700px;padding-top:100px}.searchResultsPage .resultNotFound{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;font-size:24px;text-align:center;color:var(--black-light)}.searchResultsPage .resultNotFound img{max-width:300px}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.searchResultsPage .content{gap:20px}}.searchResultsPage .content .movieCard .posterBlock{margin-bottom:20px}.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(--black2);border-radius:1rem}.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:.5rem}.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:10px;background:var(--black2);color:var(--black-light);border-radius:1rem}.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 .wrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.pageNotFound .wrapper .bigText{font-size:150px;font-weight:700}.pageNotFound .wrapper .smallText{font-size:44px}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #0a0a0a;--black2: #141414;--black3: #464646;--black-lighter: #929292;--black-light: #6e6e6e;--red: #7c1111;--red2: #9b1212;--red3: #d40913;--gradient: linear-gradient(98.37deg, #9b1212 .99%, #7c1111 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--black)}::-webkit-scrollbar{display:none}.skeleton{position:relative;overflow:hidden;background:#0a0a0a}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(20,20,20,0) 0,rgba(20,20,20,.2) 20%,rgba(20,20,20,.5) 60%,rgba(20,20,20,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
