@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;margin:0;padding:0}html{font-size:100%}@media only screen and (max-width:1024px){html{font-size:80%}}@media only screen and (max-width:600px){html{font-size:60%}}body{background-color:#0f0f0f;color:#fff;font-family:Montserrat,sans-serif;font-weight:400;line-height:1.5}@media only screen and (max-width:600px){body{margin-bottom:3rem}}a{color:inherit;text-decoration:none}@media(hover:hover){a:hover{color:red}}button,input{outline:none}ul{list-style:none}img{max-width:100%}iframe{border:0}.container{margin:auto;max-width:1660px}.mb-3{margin-bottom:3rem}.mb-2{margin-bottom:2rem}.section{padding:0 2rem}.section__header{align-items:center;display:flex;justify-content:space-between}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:red}.button{background-color:red;border:4px solid transparent;border-radius:30px;box-shadow:0 0 7px 8px rgba(255,0,0,.302);color:#fff;cursor:pointer;font-size:1.5rem;font-weight:600;padding:.5rem 1.8rem;position:relative;transition:box-shadow .3s ease}.button:hover{box-shadow:0 0 7px 15px rgba(255,0,0,.302)}.button-outline{background-color:transparent;border:3px solid #fff;border-radius:30px;box-shadow:none;color:#fff;font-size:1.5rem;font-weight:600;padding:.5rem 1.8rem;transition:color .3s ease,background-color .3s ease}.button-outline:hover{background-color:#fff;box-shadow:none;color:red;cursor:pointer}.button.small{border-width:2px;font-size:1rem;padding:.25rem 1.5rem}.movie-card{background-position:50%;background-size:cover;border-radius:30px;margin-bottom:1rem;padding-top:150%}.movie-grid__list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:3rem}.movie-grid__list .item:hover .movie-card{background-size:110%}.movie-grid__search{align-items:center;display:flex;justify-content:normal;margin-bottom:3rem;position:relative}.movie-grid__search input{background-color:#000;border:none;border-radius:30px;color:#fff;font-size:1.5rem;font-weight:600;height:calc(2.5rem + 8px);min-width:250px;padding:.5rem 12rem .5rem 1.8rem}.movie-grid__search button{margin:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.movie-grid__search button a:hover{color:#000;color:initial}.movie-grid button.--loadmore{display:block;margin:auto}.catalog{padding:9rem 0}.catalog .title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.castlist h2{margin-bottom:10px}.castlist .content{align-items:normal;display:flex;flex-wrap:wrap;gap:10px;justify-content:normal}.castlist .content .cast{width:90px}.castlist .content .cast .img{background-position:50%;background-size:cover;padding-top:150%}.videolist{padding:0 2rem}.videolist .video{margin-bottom:3rem}.videolist .video .title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.videolist .video iframe{height:80vh;width:100%}.detail__background{background-position:50%;background-size:cover;height:50vh;position:relative}.detail__background:before{background-color:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.detail__background:after{background-image:linear-gradient(1turn,#0f0f0f,transparent);bottom:0;content:"";height:100px;position:absolute;width:100%}.detail__content{align-items:flex-start;display:flex;justify-content:flex-start;margin-bottom:3rem;margin-top:-200px;max-width:1260px;padding:0 2rem;position:relative}.detail__content .poster{flex:1 1}@media only screen and (max-width:600px){.detail__content .poster{display:none}}.detail__content .poster .img{background-position:50%;background-size:cover;border-radius:30px;padding-top:150%}.detail__content .info{flex:2 1;padding:0 2rem}.detail__content .info .title{font-size:4rem;font-weight:700;line-height:1;margin-bottom:2rem}.detail__content .info .genres{display:flex;flex-wrap:wrap;margin-bottom:2rem}.detail__content .info .genres .genre{background-color:#000;border:2px solid #fff;border-radius:30px;color:#fff;margin:5px;padding:5px 20px}.detail__content .info .overview{font-size:1rem;font-size:400;margin-bottom:2rem}.header{height:8rem;left:0;position:fixed;top:0;transition:height .3s ease,background-color .3s ease;width:100%;z-index:99}.header .header-wrap{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 32px}@media only screen and (max-width:600px){.header .header-wrap{justify-content:center}}.header.shrink{background-color:#0f0f0f;height:5rem}.h-left{align-items:center;display:flex;gap:10px;justify-content:space-between}.h-brand{font-size:2.5rem;font-weight:600}.h-right{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:32px;justify-content:space-between}@media only screen and (max-width:600px){.h-right{display:none}.h-logo{-webkit-transform:scale(.8);transform:scale(.8)}}.h-link{display:block;padding:5px 0;position:relative}.h-link:after{background-color:red;bottom:0;content:"";height:20px;height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:width .5s ease;width:20px;width:0}.h-link.active:after,.h-link:hover:after{width:100%}.footer{background-size:cover;font-size:1.5rem;font-weight:600;padding:6rem 2rem}.footer__content{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.footer__content__logo{align-items:center;display:flex;gap:10px;justify-content:space-between}.footer__content__menus,.footer__content__menus .footer__content__menu{align-items:normal;display:flex;gap:1rem;justify-content:normal}.footer__content__menus .footer__content__menu{flex-direction:column}.hero-slide__item{background-position:50%;background-repeat:no-repeat;background-size:cover;min-width:300px;padding:9rem 0;position:relative;width:100%;z-index:1}.hero-slide__item:before{background-color:rgba(0,0,0,.6);height:100%;top:0}.hero-slide__item:after,.hero-slide__item:before{content:"";left:0;position:absolute;width:100%;z-index:-1}.hero-slide__item:after{background-image:linear-gradient(0deg,#0f0f0f,transparent);bottom:0;height:100px}.hero-slide__item__content{align-items:center;display:flex;justify-content:center;position:relative}.hero-slide__item__content__info{display:flex;flex:1 1;flex-direction:column;gap:2rem;max-height:600px;padding:0 3rem;position:relative}.hero-slide__item__content__info .title{font-size:5rem;font-weight:700;line-height:1}.hero-slide__item__content__info .overview{font-weight:700}.hero-slide__item__content__info .buttons{display:flex;gap:2rem}@media only screen and (max-width:1024px){.hero-slide__item__content__info{height:400px}}@media only screen and (max-width:600px){.hero-slide__item__content__info{height:300px}}.hero-slide__item__content__poster{flex:1 1;position:relative}.hero-slide__item__content__poster img{border-radius:30px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:block;height:600px;margin:auto;width:400px}@media only screen and (max-width:1024px){.hero-slide__item__content__poster{display:none}}.trailer-modal{background-color:rgba(0,0,0,.6);bottom:0;left:0;overflow:auto;position:fixed;right:0;top:0;visibility:hidden;z-index:100}.trailer-modal.active{visibility:visible}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.hero-slide{margin-bottom:3rem}.movie-list .swiper-slide{width:15%}@media only screen and (max-width:1024px){.movie-list .swiper-slide{width:30%}}@media only screen and (max-width:600px){.movie-list .swiper-slide{width:40%}}
/*# sourceMappingURL=main.95936b1f.css.map*/