[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0s)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal][data-reveal=left]{transform:translate(-40px)}[data-reveal][data-reveal=left].is-visible{transform:none}[data-reveal][data-reveal=right]{transform:translate(40px)}[data-reveal][data-reveal=right].is-visible{transform:none}[data-reveal][data-reveal=scale]{transform:scale(.95) translateY(16px)}[data-reveal][data-reveal=scale].is-visible{transform:none}@keyframes reveal-fade-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:none}}@keyframes reveal-fade-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes reveal-slide-right{0%{opacity:0;transform:translate(36px)}to{opacity:1;transform:none}}@keyframes reveal-slide-left{0%{opacity:0;transform:translate(-36px)}to{opacity:1;transform:none}}.forcinema{background:#18181a;width:100%;position:relative;overflow-x:hidden}.forcinema form input[type=text],.forcinema form input[type=email]{width:100%;padding:16px 20px;background:#ffffff1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);font-size:14px;transition:all .3s ease}.forcinema form input[type=text]::placeholder,.forcinema form input[type=email]::placeholder{color:#888;font-size:14px}.forcinema form input[type=text]:focus,.forcinema form input[type=email]:focus{outline:none;border-color:var(--primary)}.forcinema form button[type=submit],.forcinema form input[type=submit]{width:fit-content;padding:12px 32px;background-color:#fff;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:8px}.forcinema form button[type=submit]:hover,.forcinema form input[type=submit]:hover{background-color:#f0f0f0;transform:translateY(-1px)}.forcinema form button[type=submit]:active,.forcinema form input[type=submit]:active{transform:translateY(0)}.forcinema section{background:transparent}.forcinema section.sec-1{padding:100px 0;position:relative;overflow:hidden}.forcinema section.sec-1 .sw-wrapper{display:flex;align-items:center;justify-content:space-between;gap:60px}.forcinema section.sec-1 .sw-wrapper .left{flex:1;max-width:600px}.forcinema section.sec-1 .sw-wrapper .left .eyebrow{font-size:20px;font-weight:500;letter-spacing:4px;color:#ffffffa9;margin-bottom:37px;text-transform:uppercase}.forcinema section.sec-1 .sw-wrapper .left h1{font-size:54px;font-weight:600;letter-spacing:-1px;color:var(--white);margin-bottom:37px}.forcinema section.sec-1 .sw-wrapper .left .description{font-size:20px;line-height:30px;font-weight:300;color:var(--white)}.forcinema section.sec-1 .sw-wrapper .right{display:flex;justify-content:flex-end}.forcinema section.sec-1 .sw-wrapper .right .image-container{position:relative;width:100%}.forcinema section.sec-1 .sw-wrapper .right .image-container .cinema-collage{width:100%;height:auto;display:block}@media screen and (max-width: 1400px){.forcinema section.sec-1{padding:100px 20px}.forcinema section.sec-1 .sw-wrapper .left{flex:unset;max-width:50%}.forcinema section.sec-1 .sw-wrapper .right{flex-grow:unset;width:50%}}@media screen and (max-width: 1024px){.forcinema section.sec-1 .sw-wrapper{flex-direction:column-reverse;justify-content:center;text-align:center;gap:40px}.forcinema section.sec-1 .sw-wrapper .left{max-width:100%}.forcinema section.sec-1 .sw-wrapper .right{width:100%}.forcinema section.sec-1 .sw-wrapper .right .image-container img{max-width:100%;margin:0 auto}}@media screen and (max-width: 768px){.forcinema section.sec-1 .sw-wrapper .left{max-width:100%}.forcinema section.sec-1 .sw-wrapper .left .description{font-size:16px}.forcinema section.sec-1 .sw-wrapper .left h1{font-size:40px}}.forcinema section.sec-2{padding:0 0 84px}.forcinema section.sec-2 .sw-wrapper .timeline{position:relative}.forcinema section.sec-2 .sw-wrapper .timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-image:linear-gradient(to bottom,rgba(158,158,158,.3411764706) 0%,rgba(173,173,173,.1215686275) 50%,transparent 50%,transparent 100%);background-size:2px 12px;background-repeat:repeat-y;transform:translate(-50%)}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item{position:relative;margin-bottom:40px;display:flex}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item:after{content:"";position:absolute;width:19px;height:19px;background:#9d1bb3;border-radius:50%;top:70px;z-index:1}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.left{justify-content:flex-start;padding-right:52%}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.left:after{right:calc(50% - 9px)}@media (max-width: 968px){.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.left:after{left:24px;right:auto}}@media (max-width: 968px){.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.left{padding-right:0;padding-left:70px}}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.right{justify-content:flex-end;padding-left:52%}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.right:after{left:calc(50% - 9px)}@media (max-width: 968px){.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.right:after{left:24px}}@media (max-width: 968px){.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item.right{padding-left:70px;padding-right:0;justify-content:flex-start}}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .card{background:#9c9c9c1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(189,189,189,.3);padding:22px;display:flex;gap:16px;align-items:center;transition:all .3s ease}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .card:hover{background:#ffffff14;border-color:#a855f74d;transform:translateY(-2px)}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .icon{flex-shrink:0;width:65px;height:65px;display:flex;align-items:center;justify-content:center}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .icon img{width:100%;height:100%;object-fit:contain}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .content{flex:1}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .content h3{font-size:22px;font-weight:600;color:#fff;margin-bottom:12px;line-height:1.3}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item .content p{font-size:15px;line-height:1.6;color:#ffffffb3}@media screen and (max-width: 1400px){.forcinema section.sec-2{padding:0 20px 84px}}@media screen and (max-width: 1024px){.forcinema section.sec-2 .sw-wrapper .timeline:before{left:50%;transform:translate(-50%)}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item{padding-left:0!important;margin-bottom:100px}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item:after{top:auto;bottom:-60px;left:50%!important;right:auto!important;transform:translate(-50%)}.forcinema section.sec-2 .sw-wrapper .timeline .timeline-item:last-child:after{display:none}}.forcinema section.sec-3{position:relative;overflow:hidden;margin-bottom:100px}.forcinema section.sec-3 .sw-wrapper .header-text{margin-bottom:150px;text-align:center}.forcinema section.sec-3 .sw-wrapper .header-text h2{font-size:41px;font-weight:600;color:#fff;margin-bottom:16px}.forcinema section.sec-3 .sw-wrapper .header-text p{font-size:24px;font-weight:400;color:var(--white)}.forcinema section.sec-3 .sw-wrapper .flex{display:flex;align-items:flex-start;gap:53px}.forcinema section.sec-3 .sw-wrapper .flex .left{width:45%}.forcinema section.sec-3 .sw-wrapper .flex .left .cta-text{margin-bottom:40px}.forcinema section.sec-3 .sw-wrapper .flex .left .cta-text h2{font-size:70px;font-weight:600;color:#fff;line-height:87px;margin:0}.forcinema section.sec-3 .sw-wrapper .flex .left .cta-text h2 .highlight{color:var(--primary)}.forcinema section.sec-3 .sw-wrapper .flex .left .image-container{position:relative}.forcinema section.sec-3 .sw-wrapper .flex .left .image-container img{width:100%;height:auto;display:block}.forcinema section.sec-3 .sw-wrapper .flex .right{width:55%;padding-top:20px}.forcinema section.sec-3 .sw-wrapper .flex .right form input{margin-bottom:23px;font-size:18px;padding:16px 27px}.forcinema section.sec-3 .sw-wrapper .flex .right form .input-wrap label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:18px;color:var(--white)}.forcinema section.sec-3 .sw-wrapper .flex .right form .input-wrap label span:first-child{font-weight:600}.forcinema section.sec-3 .sw-wrapper .flex .right form .input-wrap label span:last-child{font-weight:600}@media screen and (max-width: 1400px){.forcinema section.sec-3{padding:0 20px}.forcinema section.sec-3 .sw-wrapper .header-text{margin-bottom:20px}}@media screen and (max-width: 768px){.forcinema section.sec-3 .sw-wrapper .header-text h2{font-size:30px}.forcinema section.sec-3 .sw-wrapper .header-text p{font-size:16px}.forcinema section.sec-3 .sw-wrapper .flex{flex-direction:column;gap:10px}.forcinema section.sec-3 .sw-wrapper .flex .left{width:100%}.forcinema section.sec-3 .sw-wrapper .flex .left .cta-text h2{text-align:center;font-size:40px;line-height:normal;margin-bottom:0}.forcinema section.sec-3 .sw-wrapper .flex .left .image-container{display:none}.forcinema section.sec-3 .sw-wrapper .flex .right{width:100%}}.forcinema section.sec-4{color:var(--white);margin-bottom:124px}.forcinema section.sec-4 .sw-wrapper h2{font-size:14px;text-transform:uppercase;font-weight:500;text-align:center;margin-bottom:38px}.forcinema section.sec-4 .sw-wrapper .carousel-container{width:100%}.forcinema section.sec-4 .sw-wrapper .list{display:flex;align-items:center;justify-content:space-around}.forcinema section.sec-4 .sw-wrapper .list .item{width:auto;text-align:center}.forcinema section.sec-4 .sw-wrapper .list .item.duplicate{display:none}.forcinema section.sec-4 .sw-wrapper .list .item img{max-width:160px}@media screen and (max-width: 768px){.forcinema section.sec-4 .sw-wrapper{padding:0 20px}.forcinema section.sec-4 .sw-wrapper .carousel-container{overflow:hidden}.forcinema section.sec-4 .sw-wrapper .list{animation:scroll 15s linear infinite;width:max-content;justify-content:flex-start}.forcinema section.sec-4 .sw-wrapper .list .item{flex-shrink:0;width:200px;padding:0 30px}.forcinema section.sec-4 .sw-wrapper .list .item.duplicate{display:block}.forcinema section.sec-4 .sw-wrapper .list .item img{max-width:100%;height:auto}.forcinema section.sec-4 .sw-wrapper .list:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}}.forcinema section.sec-5{color:var(--white);margin-bottom:124px}.forcinema section.sec-5 .sw-wrapper h2{font-size:14px;text-transform:uppercase;font-weight:500;text-align:center;margin-bottom:38px}.forcinema section.sec-5 .sw-wrapper .carousel-container{width:100%}.forcinema section.sec-5 .sw-wrapper .list{display:flex;align-items:center;justify-content:space-between}.forcinema section.sec-5 .sw-wrapper .list .item{width:33.33%;text-align:center}.forcinema section.sec-5 .sw-wrapper .list .item.duplicate{display:none}.forcinema section.sec-5 .sw-wrapper .list .item img{max-width:300px}@media screen and (max-width: 768px){.forcinema section.sec-5 .sw-wrapper{padding:0 20px}.forcinema section.sec-5 .sw-wrapper .carousel-container{overflow:hidden}.forcinema section.sec-5 .sw-wrapper .list{animation:scroll 15s linear infinite;width:max-content;justify-content:flex-start}.forcinema section.sec-5 .sw-wrapper .list .item{flex-shrink:0;width:200px;padding:0 30px}.forcinema section.sec-5 .sw-wrapper .list .item.duplicate{display:block}.forcinema section.sec-5 .sw-wrapper .list .item img{max-width:100%;height:auto}.forcinema section.sec-5 .sw-wrapper .list:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}}.forcinema section.sec-6{padding:10px 0;background:#18181a;margin-bottom:120px}.forcinema section.sec-6 .sw-wrapper{padding:0 20px}.forcinema section.sec-6 .sw-wrapper .section-title{font-size:49px;font-weight:600;color:#fff;margin-bottom:20px;text-align:center}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel{position:relative}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel.is-centered .cinemas-swiper{display:flex;justify-content:center}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel.is-centered .swiper-wrapper{justify-content:center}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinemas-swiper{overflow:hidden;padding:20px 0 40px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinemas-swiper .swiper-slide{height:auto}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card{position:relative;overflow:hidden;background:#ffffff1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);height:405px;transition:transform .3s ease,box-shadow .3s ease}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-backdrop{position:absolute;top:0;left:0;width:100%;height:70%;background-size:cover;background-position:center;border-radius:0 0 70% 70%/0 0 20% 20%;overflow:hidden}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-backdrop:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 58%,rgba(113,8,131,.6156862745) 78%,rgba(163,11,190,.7450980392) 100%)}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content{position:relative;z-index:1;padding:30px 25px 25px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;height:100%}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper{width:84px;height:84px;margin-bottom:10px;border-radius:50%;overflow:hidden;transition:transform .3s ease}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper:hover{transform:scale(1.05)}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .poster-wrapper .poster{width:100%;height:100%;object-fit:cover}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .cinema-title{font-size:18px;font-weight:600;color:var(--white);margin-bottom:5px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .cinema-town{font-size:14px;font-weight:500;color:var(--white)}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next{width:50px;height:50px;background:#ffffff1f;border-radius:50%;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev:after,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next:after{display:none}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev i,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next i{font-size:18px;color:#fff}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev:hover,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next:hover{background:#fff3;transform:scale(1.1)}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev.swiper-button-disabled,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev.swiper-button-disabled:hover,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next.swiper-button-disabled:hover{transform:none}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:-70px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next{right:-70px}.forcinema section.sec-6 .sw-wrapper button{display:block;background:var(--white);margin:0 auto;padding:14px 41px;border-radius:10px}@media (max-width: 1200px){.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:-30px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next{right:-30px}}@media (max-width: 768px){.forcinema section.sec-6{padding:60px 0;margin-bottom:20px}.forcinema section.sec-6 .sw-wrapper .section-title{font-size:32px;margin-bottom:30px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next{width:40px;height:40px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev i,.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next i{font-size:14px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-prev{left:10px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .swiper-button-next{right:10px}.forcinema section.sec-6 .sw-wrapper .cinemas-carousel .cinema-card .card-content .movie-title{font-size:18px}.forcinema section.sec-6 .sw-wrapper .newsletter form{flex-direction:column}.forcinema section.sec-6 .sw-wrapper .newsletter form button{margin:0 auto}}.forcinema section.sec-7 .sw-wrapper{padding:0 20px}.forcinema section.sec-7 .sw-wrapper .section-title{font-size:49px;font-weight:600;color:#fff;margin-bottom:20px;text-align:center}.forcinema section.sec-7 .sw-wrapper .blogs-carousel{position:relative;margin-bottom:50px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blogs-swiper{overflow:hidden;padding:20px 0 40px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blogs-swiper .swiper-slide{height:auto}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card{position:relative;overflow:hidden;background:#ffffff1f;border-radius:14px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.13);height:443px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000080}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card .card-backdrop{position:absolute;top:0;left:0;width:100%;height:55%;background-size:cover;background-position:center;border-radius:0 0 70% 70%/0 0 20% 20%;overflow:hidden}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card .card-content{position:relative;z-index:1;padding:265px 25px 25px;display:flex;flex-direction:column;align-items:flex-start;height:100%}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card .card-content .blog-title{font-size:18px;font-weight:600;color:var(--white);margin-bottom:15px;line-height:24px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card .card-content p{font-size:14px;line-height:24px;color:#ffffffb4}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next{width:50px;height:50px;background:#ffffff1f;border-radius:50%;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev:after,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next:after{display:none}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev i,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next i{font-size:18px;color:#fff}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev:hover,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next:hover{background:#fff3;transform:scale(1.1)}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev.swiper-button-disabled,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev.swiper-button-disabled:hover,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next.swiper-button-disabled:hover{transform:none}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev{left:-70px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next{right:-70px}.forcinema section.sec-7 .sw-wrapper .newsletter h2{text-align:center;color:#fff;font-size:18px;font-weight:500;margin-bottom:17px;line-height:1.4}.forcinema section.sec-7 .sw-wrapper .newsletter form{margin:0 auto;display:flex;gap:16px;max-width:850px}.forcinema section.sec-7 .sw-wrapper .newsletter form button[type=submit],.forcinema section.sec-7 .sw-wrapper .newsletter form input[type=submit]{text-align:center;width:35%;margin-top:0}@media (max-width: 1200px){.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev{left:-30px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next{right:-30px}}@media (max-width: 768px){.forcinema section.sec-7{padding:60px 0 0;margin-bottom:20px}.forcinema section.sec-7 .sw-wrapper .section-title{font-size:32px;margin-bottom:30px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next{width:40px;height:40px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev i,.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next i{font-size:14px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-prev{left:10px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .swiper-button-next{right:10px}.forcinema section.sec-7 .sw-wrapper .blogs-carousel .blog-card .card-content .movie-title{font-size:18px}}.forcinema.hero-ready .sec-1 .left .eyebrow{animation:reveal-fade-up .7s cubic-bezier(.16,1,.3,1) .05s both}.forcinema.hero-ready .sec-1 .left h1{animation:reveal-fade-up .8s cubic-bezier(.16,1,.3,1) .15s both}.forcinema.hero-ready .sec-1 .left .description{animation:reveal-fade-up .8s cubic-bezier(.16,1,.3,1) .25s both}.forcinema.hero-ready .sec-1 .right .image-container{animation:reveal-slide-right .9s cubic-bezier(.16,1,.3,1) .2s both}.forcinema .cinema-card .card-backdrop,.forcinema .blog-card .card-backdrop{transition:transform .5s cubic-bezier(.16,1,.3,1);transform-origin:center}.forcinema .cinema-card:hover .card-backdrop,.forcinema .blog-card:hover .card-backdrop{transform:scale(1.04)}
