.linear-bg {
  background: linear-gradient(
      180deg,
      #96a824 0.52%,
      rgba(150, 168, 36, 0.0001) 85.44%
    ),
    linear-gradient(360deg, #000000 13.19%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.movie-banner-techs {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  display: none;
}

.egg-icon.empty-egg {
    margin-top: -3px;
}

@media only screen and (max-width: 811px) {
  .movie-banner-techs {
    display: none;
  }
}
.movie-badge-column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.movie-badge-info-buttons {
  display: flex;
  flex-direction: column;
  gap: 8.13px;
}
@media only screen and (max-width: 1023px) {
  .movie-bottom-badge {
    display: flex;
    justify-content: center;
  }
  .movie-bottom-badge .movie-on-pre-sale-btn {
    display: block;
    font-family: ProximaNovaSemiBold;
    font-weight: 600;
  }

  .movie-bottom-badge .movie-banner-vip-button {
    display: block;
    font-family: ProximaNovaRegular;
    font-weight: 400;
    width: 135px;
    height: 24px;
  }

  .movie-bottom-badge .movie-banner-vip-button img {
    width: 30.62px;
    height: 22.34px;
  }

  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 90px;
    height: 22px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 107px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
  }
  .soonVisionaries-section .section-header {
    margin-top: 40px !important;
  }
  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    font-size: 10px;
  }
}
.movie-badge-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
}

@media only screen and (max-width: 811px) {
  .movie-badge-wrapper {
    padding: 8px;
  }
}
.movie-banner-techs-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.movie-banner-techs-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .movie-banner-techs-items {
    gap: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-techs-items {
    gap: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-banner-techs-items {
    gap: 3px;
  }
}

@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-techs-items {
    gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-techs-items {
    gap: 6px;
  }
}

.movie-on-pre-sale-btn {
  text-align: center;
  border-radius: 48px;
  background: #98a726;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ProximaNovaSemiBold;
}
@media only screen and (max-width: 1023px) {
  .movie-on-pre-sale-btn {
    display: none;
  }
}

@media only screen and (min-width: 812px) {
  .movie-on-pre-sale-btn {
    width: 102px;
    height: 24px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 23.96px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 88px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    font-size: 10px;
  }
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 78.78px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 108.77px;
    font-size: 10px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 108.77px;
    height: 23.95px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 32px;
    font-size: 14px;
  }
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 102px;
    height: 32px;
    font-size: 14px;
  }
}
.movie-bottom-badge .movie-on-pre-sale-btn {
  display: block;
  font-family: ProximaNovaSemiBold;
  font-weight: 600;
}
#soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
  width: 90px;
  height: 22px;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 107px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
  }
  .soonVisionaries-section .section-header {
    margin-top: 40px !important;
  }
  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    font-size: 10px;
  }
}
.movie-banner-tech-item {
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  justify-content: center;
  color: #fff;
}

@media only screen and (max-width: 1250px) {
  .movie-banner-tech-item {
    height: 27px;
  }
}

@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-banner-tech-item {
    height: 29px;
  }
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}

@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-tech-item {
    height: 32px;
  }
}

.movie-banner-tech-item[data-type="number"] {
  font-family: ProximaNovaSemiBold;
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item {
    width: 25px;
    height: 25px;
  }
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    height: 22px;
    width: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    width: 75px;
    height: 25px;
  }
}

@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    width: 87.68px;
    height: 35px;
  }
}

@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item {
    height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-tech-item {
    padding: 4px 7.1px;
  }
}

.movie-banner-tech-item[data-type="number"] {
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  justify-content: center;
}

/* Movie Banner Hover */
@media only screen and (min-width: 1200px) {
  #pageSwiper .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #pageSwiper .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #pageSwiper .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
@media only screen and (min-width: 1250px) {
  #soonVisionariesSlider .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
/* Movie Banner Hover */

.movie-cgv-arthouse {
  background: #ffffff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 811px) {
  .movie-cgv-arthouse {
    width: 39.67px;
    height: 17px;
  }
  .movie-cgv-arthouse img {
    transform: scale(0.6);
  }
}
/**visionariesSlider CGV Arthouse**/

/**soonVisionariesSlider CGV Arthouse**/
@media only screen and (min-width: 812px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 72.89px;
    height: 24px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 65.89px;
    height: 23.95px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 75.89px;
    height: 23.95px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 75.89px;
    height: 32px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: none;
  }
}
.movie-trailer-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* Movie Banner Hover */
#pageSwiper .swiper-slide:hover .linear-bg {
    opacity: 1;
}

#pageSwiper .swiper-slide:hover .movie-badge-wrapper {
    display: none;
}

#pageSwiper .swiper-slide:hover .movie-trailer-area {
    display: flex;
}

#pageSwiper .swiper-slide:hover .movie-action-buttons {
    display: flex;
}

#pageSwiper .swiper-slide:hover .movie-banner-techs {
    display: flex;
}

@media screen and (max-width: 990px) {
    #pageSwiper .linear-bg {
        display: block;
    }
    #pageSwiper .swiper-slide:hover .linear-bg, #pageSwiper .swiper-slide:active .linear-bg, #pageSwiper .swiper-slide:focus .linear-bg {
        opacity: 1;
    }

    #pageSwiper .swiper-slide:hover .movie-badge-wrapper, #pageSwiper .swiper-slide:active .movie-badge-wrapper, #pageSwiper .swiper-slide:focus .movie-badge-wrapper {
        display: none;
    }

    #pageSwiper .swiper-slide:hover .movie-trailer-area, #pageSwiper .swiper-slide:active .movie-trailer-area, #pageSwiper .swiper-slide:focus .movie-trailer-area {
        display: flex;
    }

    #pageSwiper .swiper-slide:hover .movie-action-buttons, #pageSwiper .swiper-slide:active .movie-action-buttons, #pageSwiper .swiper-slide:focus .movie-action-buttons {
        display: flex;
    }

    #pageSwiper .swiper-slide:hover .movie-banner-techs, #pageSwiper .swiper-slide:active .movie-banner-techs, #pageSwiper .swiper-slide:focus .movie-banner-techs {
        display: flex;
    }
}
@media only screen and (max-width: 810px) {
    #pageSwiper .movie-action-buttons .movie-quick-buy-ticket-btn {
        display: flex;
        padding: 11px 0;
    }
}
@media screen and (max-width: 980px) {
    .gold-class-form-content form {
        padding-left: 0 !important;
    }

    #bulk-ticket-sales-form .justify-content-end {
        justify-content: start !important;
    }
    .page-movie-list-section .app-swiper-nav{
        display:block !important;
        width:100% !important;
        height: 100% !important;
    }
    .app-swiper-nav .swiper-button-next {
        right: 20px !important;
    }
    .app-swiper-nav .swiper-button-prev {
        left: 6px !important;
    }
}
@media only screen and (min-width: 1200px) {
  #pageSwiper .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #pageSwiper .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #pageSwiper .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
@media only screen and (min-width: 1250px) {
  #soonVisionariesSlider .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
/* Movie Banner Hover */

.movie-trailer-play-btn {
  background: rgb(0 0 0 / 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 812px) {
  .movie-trailer-play-btn {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-trailer-play-btn {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-trailer-play-btn {
    width: 58px;
    height: 58px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 56px;
    height: 56px;
  }
}

.movie-trailer-play-btn img {
  width: 27.5px;
  height: 32.5px;
  object-fit: contain !important;
}
@media only screen and (min-width: 812px) {
  .movie-trailer-play-btn img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-trailer-play-btn img {
    width: 20px;
    height: 20px;
  }
  #soonVisionariesSlider .movie-trailer-play-btn img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 17px;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 22px;
    height: 25px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn img {
    width: 22px;
    height: 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn img {
    width: 27.5px;
    height: 32.5px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 56px;
    height: 56px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn[data-type="soon"] img {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] img {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
}

@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 53px;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 43px;
    height: 25px;
    margin-left: 5px;
  }
}

.movie-action-buttons {
  position: absolute;
  width: 100%;
  height: 6rem;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
  display: none;
}
@media only screen and (max-width: 811px) {
  .movie-action-buttons {
    display: none;
  }
}

/* Movie Banner Hover */
@media only screen and (min-width: 1200px) {
  #pageSwiper .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #pageSwiper .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #pageSwiper .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
@media only screen and (min-width: 1250px) {
  #soonVisionariesSlider .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
/* Movie Banner Hover */

.movie-action-buttons .movie-quick-buy-ticket-btn {
  background: #98a726;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
}
@media only screen and (max-width: 811px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    display: none;
  }
}
@media only screen and (min-width: 812px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 35px;
    font-weight: 700;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
  }
}

.movie-info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 1023px) {
  #pageSwiper .movie-info,
  #soonVisionariesSlider .movie-info {
    opacity: 0;
  }
}

.movie-bottom-badge {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 18px;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .movie-bottom-badge {
    display: flex;
    justify-content: center;
  }
  .movie-bottom-badge .movie-on-pre-sale-btn {
    display: block;
    font-family: ProximaNovaSemiBold;
    font-weight: 600;
  }

  .movie-bottom-badge .movie-banner-vip-button {
    display: block;
    font-family: ProximaNovaRegular;
    font-weight: 400;
    width: 135px;
    height: 24px;
  }

  .movie-bottom-badge .movie-banner-vip-button img {
    width: 30.62px;
    height: 22.34px;
  }

  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 90px;
    height: 22px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 107px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
  }
  .soonVisionaries-section .section-header {
    margin-top: 40px !important;
  }
  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    font-size: 10px;
  }
}
@media only screen and (min-width: 812px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 75.89px;
    height: 24px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 65.89px;
    height: 24px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.5);
    position: relative;
    top: 1px;
  }
}
@media only screen and (min-width: 1440px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 75.89px;
    height: 23.94px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.5);
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 83.89px;
    height: 32px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.5);
  }
}

.movie-action-buttons .movie-banner-incept-btn {
  background: transparent;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-weight: 700;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none !important;
}
@media only screen and (min-width: 812px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 30px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 35px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-action-buttons .movie-banner-incept-btn {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 40px;
    font-size: 16px;
  }
}

.movie-action-buttons .movie-banner-incept-btn:hover {
  background: #98a726;
  color: #fff;
  border: none;
}

.movie-banner-vip-button {
  border-radius: 999px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
}
@media only screen and (max-width: 1023px) {
  .movie-banner-vip-button {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button {
    width: 108.78px;
    height: 23.96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-banner-vip-button {
    width: 108.78px;
    height: 23.96px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button {
    width: 146px;
    height: 32px;
    padding-right: 16px;
  }
}

.movie-banner-vip-button span {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-family: ProximaNovaSemiBold;
}
@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .movie-banner-vip-button span {
    font-size: 10px;
    position: relative;
    top: -1.3px;
  }
}

.movie-banner-vip-button img {
  margin-top: -15px;
}

@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button img {
    width: 30.62px;
    height: 22.34px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button img {
    width: 41px;
    height: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-banner-tech-item {
    height: 29px;
  }
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 25px;
  }
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 32px;
  }
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 35px;
  }
}

.movie-banner-imdb-content .icon-area {
  margin-top: 0;
}
.movie-badge {
  border-radius: 15.5px;
  height: 32px;
}

.movie-badge-container div[badge-type="pre-sale"] {
  background: #98a726;
  border-radius: 3rem;
  padding: 6px 16px;
  width: max-content;
}

.movie-badge-container div[badge-type="pre-sale"] {
  background: #98a726;
  border-radius: 3rem;
  padding: 6px 16px;
  width: max-content;
}

@media screen and (max-width: 812px) {
  .movie-badge-container div[badge-type="pre-sale"] {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .movie-badge-container div[badge-type="pre-sale"] {
    display: none;
  }
}

.movie-badge-container div[badge-type="pre-sale"] span {
  font-weight: 600;
  font-size: 14px;
}

.movie-badge-container div[badge-type="vip-pre-sale"] {
  border-radius: 3rem;
  padding: 6px 16px 6px 52px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
  width: max-content;
}

@media screen and (max-width: 812px) {
  .movie-badge-container div[badge-type="vip-pre-sale"] {
    display: none;
  }
}

.movie-badge-container div[badge-type="vip-pre-sale"] img {
  position: absolute;
  top: 3%;
  left: 8%;
}

.movie-badge-container div[badge-type="vip-pre-sale"] span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
  border-radius: 3rem;
  background: #fff;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  justify-content: center;
  min-width: 72px;
}

.movie-badge-container div[badge-type="pre-sale"] span {
  font-weight: 600;
  font-size: 14px;
}

.movie-badge-container div[badge-type="vip-pre-sale"] {
  border-radius: 3rem;
  padding: 6px 16px 6px 52px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
  width: max-content;
}

@media screen and (max-width: 812px) {
  .movie-badge-container div[badge-type="vip-pre-sale"] {
    display: none;
  }
}

.movie-badge-container div[badge-type="vip-pre-sale"] img {
  position: absolute;
  top: 3%;
  left: 8%;
}

.movie-badge-container div[badge-type="vip-pre-sale"] span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
  border-radius: 3rem;
  background: #fff;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  justify-content: center;
  min-width: 72px;
}

@media screen and (max-width: 400px) {
  .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
    min-width: 39.67px;
    height: 17px;
  }
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
  width: 42.67px;
  height: 24px;
}

@media screen and (max-width: 400px) {
  .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
    width: 22.67px;
    height: 12.75px;
  }
}

@media screen and (max-width: 400px) {
  .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] {
    min-width: 39.67px;
    height: 17px;
  }
}

.movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
  width: 42.67px;
  height: 24px;
}

@media screen and (max-width: 400px) {
  .movie-badge-container div[badge-type="cgv-types-bg-light-btn"] img {
    width: 22.67px;
    height: 12.75px;
  }
}

.movie-badge-container .cgv-types-btn {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.66);
  width: fit-content;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.movie-incept-btn {
  width: 100%;
  bottom: 10%;
}

.movie-incept-btn button {
  background: var(--paribuColor);
  color: #fff;
  width: 178px;
  height: 40px;
  border-radius: 26.5px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .movie-incept-btn button {
    width: 116px;
  }
}

.linear-bg {
  background: linear-gradient(
      180deg,
      #96a824 0.52%,
      rgba(150, 168, 36, 0.0001) 85.44%
    ),
    linear-gradient(360deg, #000000 13.19%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 14px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (max-width: 1000px) {
  .linear-bg {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .linear-bg {
    display: none;
  }
}

.movie-date i {
  color: rgba(255, 255, 255, 0.6);
}

.visionaries-section {
  position: relative;
  z-index: 1;
}

/*
  @media screen and (max-width: 1000px) {
    .visionaries-section {
      z-index: 2;
    }
  }*/
.visionaries-section .section-header {
  margin-top: -3.506rem;
}

@media screen and (max-width: 1566px) {
  .visionaries-section .section-header {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 1440px) {
  .visionaries-section .section-header {
    margin-top: -3.506rem;
  }
}
@media screen and (max-width: 1000px) {
  .visionaries-section .section-header {
    margin-top: 1.25rem;
  }
}

.soonVisionaries-section {
  position: relative;
  z-index: 1;
}

.soonVisionaries-section .section-header {
  margin-bottom: 32px;
}

/*
  @media screen and (max-width: 1000px) {
    .soonVisionaries-section {
      z-index: 2;
    }
  }*/
.soonVisionaries-section .section-header {
  margin-top: 10.625rem;
}

@media screen and (min-width: 1024px) {
  .soonVisionaries-section .section-header {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .soonVisionaries-section .section-header {
    margin-top: 10.625rem;
  }
}

@media screen and (max-width: 812px) {
  .soonVisionaries-section .section-header {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 812px) {
  .campaign-section {
    display: none;
  }
}

.campaign-section .section-header {
  margin-top: 10rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .campaign-section .section-header {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .campaign-section .section-header {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 1024px) {
  .campaign-section .section-header {
    margin-top: 13.375rem;
  }
}

/* MOVIE LIST PAGE*/
.page-movie-list-section {
  display: flex;
  flex-direction: column;
}

.page-movie-list-section .page-movie-list-header {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

.page-movie-list-header .text-area {
  display: flex;
  gap: 80px;
  padding-top: 1rem;
}

.page-movie-list-header .text-area a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid transparent;
}

.page-movie-list-header .text-area a:hover,
.page-movie-list-header .text-area a:active {
  font-weight: 800;
  color: var(--white);
  border-bottom: 4px solid var(--white);
}

.page-movie-list-header .pre-sale-area {
  position: absolute;
  right: -2%;
  top: 16%;
  padding: 0.5rem;
  background: #98a726;
  height: 24px;
  padding: 0px 7.5px;
  border-radius: 4rem;
}

.page-movie-list-header .pre-sale-area span {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.page-movie-list-header .filter-area {
  display: flex;
}

.page-movie-list-header .filter-area select {
  width: 264px;
  height: 56px;
  background-color: #3d4245;
  border: none;
  border-radius: 8px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.6);
  background-image: url("../../../img/icons/input-arrow-down.svg");
  background-size: auto;
  font-weight: 400;
  font-size: 16px;
}

.page-movie-list-movies {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.page-movie-list-movies .card {
  flex-basis: 15%;
  background-color: transparent;
  border: none;
  color: var(--white);
  align-items: center;
}

.page-movie-list-movies .card .card-thumbnail .card-linear-bg {
  position: absolute;
  background: linear-gradient(
      180deg,
      #96a824 0.52%,
      rgba(150, 168, 36, 0.0001) 85.44%
    ),
    linear-gradient(360deg, #000000 13.19%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.card-thumbnail a img {
  min-height: 373px;
  object-fit: cover;
  border-radius: 1rem;
}

.page-movie-list-movies .card-title {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.page-movie-list-movies .card-text {
  display: flex;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  align-items: center;
}

.page-movie-list-movies .card-text span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 0.5rem;
}

.page-movie-list-movies .card button {
  font-weight: 700;
  font-size: 16px;
}

.page-movie-list-movies .card .card-button-buy-ticket-area {
  position: absolute;
  bottom: 68px;
  right: 0;
  left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-movie-list-movies .card .card-button-buy-ticket-area .btn-primary {
  height: 40px;
  padding: 8px 16px;
}

.page-movie-list-movies .card .card-button-examine-area {
  position: absolute;
  bottom: 18px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.page-movie-list-movies .card .card-button-examine-area .btn-primary {
  height: 40px;
  padding: 8px 16px;
}

.page-movie-list-movies .card .btn-movie {
  width: 100%;
  color: #fff;
  border-color: #fff;
  border-radius: 16px;
}

.page-movie-list-movies .card .btn-movie:hover {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
  color: var(--white);
}

.page-movie-list-movies .movie-badge-container .movie-types-btn {
  border-radius: 3rem;
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.page-movie-list-movies .movie-play-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  width: 56px;
  height: 56px;
  left: calc(50% - 56px / 2);
  top: calc(50% - 56px / 2);
  background: rgb(0 0 0 / 50%);
  cursor: pointer;
  padding: 1.1rem;
}

.page-movie-list-movies .movie-play-btn img {
  margin-left: 0.2rem;
}

.page-movie-list-movies .imdb-area {
  position: absolute;
  top: 4%;
  right: 6%;
}

.page-movie-list-movies .imdb-area .icon-area {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.page-movie-list-movies .imdb-area .icon-area img {
  width: 32px;
  height: 32px;
}

.page-movie-list-movies .imdb-area .text-area {
  font-weight: 600;
  font-size: 30px;
}

.page-content-section {
  color: var(--white);
}

.movie-info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 0;
  z-index: 1000;
}
.small-banner-logo-col {
  padding-top: 7.188rem;
}

.cgv-cinema-club-medium {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .cgv-cinema-club-large {
    display: none;
  }

  .cgv-cinema-club-medium {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .cgv-cinema-club-large {
    display: none;
  }

  .cgv-cinema-club-medium {
    display: none;
  }

  .cgv-cinema-club-small {
    display: block !important;
  }
}

@media only screen and (max-width: 1100px) {
  .small-banner-icon {
    display: flex;
    justify-content: end;
  }
}

.small-banner-icon-col {
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: end;
}

@media only screen and (max-width: 1024px) {
  .small-banner-logo-col {
    padding-top: 1.625rem;
  }
}

.cgv-token-icon-medium {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .cgv-token-icon-large {
    display: none;
  }

  .cgv-token-icon-medium {
    display: block;
  }
}

@media only screen and (max-width: 1100px) {
  .cgv-token-icon-medium {
    max-width: 80%;
  }
}

@media only screen and (max-width: 1024px) {
  .cgv-token-icon-medium {
    max-width: 100%;
  }
}

@media only screen and (max-width: 870px) {
  .cgv-token-icon-medium {
    max-width: 74%;
  }
}

/* CGV MoviePASS */
.cgv-movie-pass-wrapper {
  max-width: 50.438rem;
}

.cgv-movie-pass-wrapper h3 {
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (min-width: 812px) {
  .cgv-movie-pass-wrapper h3 {
    font-weight: 700;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .cgv-movie-pass-wrapper h3 {
    font-weight: 700;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .cgv-movie-pass-wrapper h3 {
    font-weight: 700;
    font-size: 48px;
  }
}

@media only screen and (min-width: 1920px) {
  .cgv-movie-pass-wrapper h3 {
    font-weight: 700;
    font-size: 45px;
  }
}

.cgv-movie-pass-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.188rem;
}

.cgv-movie-pass-description {
  color: #fff;
  opacity: 0.78;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (min-width: 812px) {
  .cgv-movie-pass-description {
    font-weight: 600;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .cgv-movie-pass-description {
    font-weight: 400;
    font-size: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .cgv-movie-pass-description {
    font-weight: 400;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .cgv-movie-pass-description {
    font-weight: 500;
    font-size: 20px;
  }
}

.cgv-movie-pass a {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  opacity: 0.78;
  text-decoration: underline;
  margin-top: 1rem;
}

@media only screen and (max-width: 812px) {
  .cgv-movie-pass a {
    display: none;
  }
  .cgv-pass-logo {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .cgv-pass-logo {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  .movie-pass-title img {
    display: block !important;
    margin-right: 10.25px;
    margin-top: -0.7rem;
  }
}
@media only screen and (max-width: 812px) {
  .cgv-pass-logo {
    display: none;
  }

  .cgv-movie-pass {
    margin-top: 62px;
  }

  #cgv-movie-pass-section {
    padding-right: 0;
  }
}

.living-section {
  padding-right: 0 !important;
}

.hero-warning-area {
  display: none;
  align-items: center;
}

.hero-warning-area[data-type="campaign"],
.hero-warning-area[data-type="on-pre-sale"] {
  margin-top: 20.5px;
}

.hero-warning-info {
  color: #fff;
  margin-left: 11.1px;
}

.hero-warning-info strong,
.hero-warning-info span {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  position: relative;
  top: 2.3px;
}

.hero-warning-badge {
  width: 86.33px;
  height: 25px;
  text-align: center;
  color: #000000;
  margin-left: 15.33px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-image: url(../../../img/icons/last-3.svg);
  background-size: cover;
}

.hero-warning-badge span {
  font-family: ProximaNovaRegularBold;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
  margin-left: 5px;
}

.visionaries-section[data-type="mobil-main-swiper"] {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .visionaries-section[data-type="mobil-main-swiper"] {
    display: block !important;
  }
}

.otherCampaing-section .info-detail span:last-child {
  font-weight: 700;
}

#otherCampaingSlider {
  margin-top: 20px;
}

#mobileSlider .movie-content,
#mobileSlider img {
  width: 100% !important;
}

.popular-badge {
  background: #ce241b;
  border-radius: 15.5px;
  width: 114px;
  height: 31px;
  position: absolute;
  z-index: 9999;
  left: 40px;
  top: 42px;
  font-size: 13px;
  line-height: 31px;
  text-align: center;
  font-weight: 800;
}
@media only screen and (max-width: 1750px) {
  .popular-badge {
    width: 94px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
    top: 40px;
    left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .popular-badge {
    width: 65px;
    height: 21px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    left: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .popular-badge {
    left: 10px;
    top: 20px;
  }
}
@media only screen and (max-width: 812px) {
  .popular-badge {
    width: 94px;
    height: 32px;
    top: 16px;
    left: 16px;
    font-size: 14px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 672px) {
  .popular-badge {
    width: 70px;
    height: 25px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .popular-badge {
    left: 34px;
  }
}
.living--swiper--lazy {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  #pageSwiper .movie-info,
  #soonVisionariesSlider .movie-info {
    opacity: 0;
  }
}

.trailer-watch-btn {
  display: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 24px;
  text-align: center;
  height: 40px;
  font-weight: 700;
  font-family: ProximaNovaRegular;
}

@media only screen and (max-width: 1024px) {
  .trailer-watch-btn {
    display: flex;
    width: 156px;
    height: 40px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .trailer-watch-btn {
    height: 41px;
  }
}

@media only screen and (max-width: 860px) {
  .trailer-watch-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 840px) {
  .trailer-watch-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.movie-banner-techs {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  display: none;
}
@media only screen and (max-width: 811px) {
  .movie-banner-techs {
    display: none;
  }
}
.movie-badge-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
}

@media only screen and (max-width: 811px) {
  .movie-badge-wrapper {
    padding: 8px;
  }
}

.movie-badge-column {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.movie-trailer-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 98;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.movie-trailer-play-btn {
  background: rgb(0 0 0 / 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 812px) {
  .movie-trailer-play-btn {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-trailer-play-btn {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-trailer-play-btn {
    width: 58px;
    height: 58px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn {
    width: 64px;
    height: 64px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn {
    width: 64px;
    height: 64px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 56px;
    height: 56px;
  }
}

.movie-trailer-play-btn img {
  width: 27.5px;
  height: 32.5px;
  object-fit: contain !important;
}
@media only screen and (min-width: 812px) {
  .movie-trailer-play-btn img {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-trailer-play-btn img {
    width: 20px;
    height: 20px;
  }
  #soonVisionariesSlider .movie-trailer-play-btn img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 100%;
    height: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-trailer-play-btn img {
    width: 46px;
    height: 25px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn img {
    width: 22px;
    height: 26px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn img {
    width: 27.5px;
    height: 32.5px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 44px;
    height: 44px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] {
    width: 56px;
    height: 56px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-trailer-play-btn[data-type="soon"] img {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-trailer-play-btn[data-type="soon"] img {
    width: 25px;
    height: 25px;
    margin-left: 3px;
  }
}

.movie-on-pre-sale-btn {
  text-align: center;
  border-radius: 48px;
  background: #98a726;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ProximaNovaSemiBold;
}

@media only screen and (max-width: 1023px) {
  .movie-on-pre-sale-btn {
    display: none;
  }
}

@media only screen and (min-width: 812px) {
  .movie-on-pre-sale-btn {
    width: 102px;
    height: 24px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 23.96px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 88px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    font-size: 10px;
  }
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 78.78px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 108.77px;
    font-size: 10px;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 108.77px;
    height: 23.95px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 32px;
    font-size: 14px;
    font-weight: 600;
  }
  #pageSwiper .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 32px;
    font-size: 14px;
  }
  #soonVisionariesSlider .movie-on-pre-sale-btn {
    width: 102px;
    height: 32px;
    font-size: 14px;
  }
}

.movie-action-buttons {
  position: absolute;
  width: 100%;
  height: 6rem;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 12px;
  display: none;
}
@media only screen and (max-width: 811px) {
  .movie-action-buttons {
    display: none;
  }
}
.movie-action-buttons .movie-quick-buy-ticket-btn {
  background: #98a726;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 811px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    display: none;
  }
}
@media only screen and (min-width: 812px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 35px;
    font-weight: 700;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-action-buttons .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
  }
}

.movie-action-buttons .movie-banner-incept-btn {
  background: transparent;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  font-weight: 700;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 812px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 30px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 40px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 35px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-action-buttons .movie-banner-incept-btn {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-action-buttons .movie-banner-incept-btn {
    height: 40px;
    font-size: 16px;
  }
}

.movie-action-buttons .movie-banner-incept-btn:hover {
  background: #98a726;
  color: #fff;
  border: none;
}
.movie-action-buttons .movie-quick-buy-ticket-btn:hover {
  background: #98a726;
  color: #fff;
  border: none;
}
.movie-banner-footer-buttons {
  display: flex;
  gap: 18px;
}

@media only screen and (min-width: 1440px) {
  .movie-banner-footer-buttons {
    gap: 9px;
  }
}

[badge-type="vip-pre-sale"] {
  border-radius: 3rem;
  padding: 6px 16px 6px 52px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
  width: max-content;
}
.movie-banner-vip-button {
  border-radius: 999px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
}
@media only screen and (max-width: 1023px) {
  .movie-banner-vip-button {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button {
    width: 108.78px;
    height: 23.96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-banner-vip-button {
    width: 108.78px;
    height: 23.96px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button {
    width: 146px;
    height: 32px;
    padding-right: 16px;
  }
}

.movie-banner-vip-button span {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-family: ProximaNovaSemiBold;
}
@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button span {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .movie-banner-vip-button span {
    font-size: 10px;
    position: relative;
    top: -1.3px;
  }
}

.movie-banner-vip-button img {
  margin-top: -15px;
}

@media only screen and (min-width: 1024px) {
  .movie-banner-vip-button img {
    width: 30.62px;
    height: 22.34px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-banner-vip-button img {
    width: 41px;
    height: 30px;
  }
}

#livingRoomSlider .card .info-content {
  margin-top: 20px;
}

.movie-badge-info-buttons {
  display: flex;
  flex-direction: column;
  gap: 8.13px;
}

.movie-cgv-arthouse {
  background: #ffffff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 811px) {
  .movie-cgv-arthouse {
    width: 39.67px;
    height: 17px;
  }
  .movie-cgv-arthouse img {
    transform: scale(0.6);
  }
}
/**visionariesSlider CGV Arthouse**/
@media only screen and (min-width: 812px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 75.89px;
    height: 24px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 65.89px;
    height: 24px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.5);
  }
}
@media only screen and (min-width: 1440px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 75.89px;
    height: 23.94px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-cgv-arthouse {
    width: 83.89px;
    height: 32px;
  }
  #pageSwiper .movie-cgv-arthouse img {
    transform: scale(.5);
  }
}

/**soonVisionariesSlider CGV Arthouse**/
@media only screen and (min-width: 812px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 72.89px;
    height: 24px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 65.89px;
    height: 23.95px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 75.89px;
    height: 23.95px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: scale(0.8);
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-cgv-arthouse {
    width: 75.89px;
    height: 32px;
  }
  #soonVisionariesSlider .movie-cgv-arthouse img {
    transform: none;
  }
}

/** MOVIE BOTTOM BADGE **/

.movie-bottom-badge {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 18px;
  z-index: 1000;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .movie-bottom-badge {
    display: flex;
    justify-content: center;
  }
  .movie-bottom-badge .movie-on-pre-sale-btn {
    display: block;
    font-family: ProximaNovaSemiBold;
    font-weight: 600;
  }

  .movie-bottom-badge .movie-banner-vip-button {
    display: block;
    font-family: ProximaNovaRegular;
    font-weight: 400;
    width: 135px;
    height: 24px;
  }

  .movie-bottom-badge .movie-banner-vip-button img {
    width: 30.62px;
    height: 22.34px;
  }

  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 90px;
    height: 22px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .movie-bottom-badge .movie-on-pre-sale-btn {
    width: 107px;
    height: 24px;
    font-size: 10px;
    font-weight: 600;
    line-height: 24px;
  }
  .soonVisionaries-section .section-header {
    margin-top: 40px !important;
  }
  #soonVisionariesSlider .movie-bottom-badge .movie-on-pre-sale-btn {
    font-size: 10px;
  }
}
#pageSwiper {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  #pageSwiper,
  #soonVisionariesSlider {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 480px) {
  #pageSwiper {
    padding-bottom: 0 !important;
  }
  #soonVisionariesSlider {
    padding-bottom: 50px;
  }
  .otherCampaing-section {
    margin-top: -1px;
  }
}

.swiper {
  width: 100%;
}
.psx-5 {
  padding-left: 6.125rem;
  padding-top: 10.425rem;
  width: 58%;
}

@media only screen and (min-width: 1024px) {
  .psx-5 {
    padding-top: 135px;
    padding-left: 64px;
  }
}
@media only screen and (min-width: 1440px) {
  .psx-5 {
    padding-top: 178px;
    padding-left: 6.25rem;
  }
}
@media only screen and (min-width: 1920px) {
  .psx-5 {
    padding-top: 178px;
    padding-left: 6.25rem;
  }
}

@media only screen and (max-width: 1200px) {
  .psx-5 {
    width: 70%;
  }
}
#mainSlider .swiper-wrapper {
  margin-bottom: 68px;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: start;
}
.swiper-slide img {
  object-fit: cover;
}

@media only screen and (max-width: 1000px) {
  .swiper-slide .slider-item-img {
    height: 250px !important;
  }
}

.custom-button-next,
.custom-button-prev {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: white;
  border-radius: 50%;
  line-height: 38px;
  background: rgb(255 255 255 / 23%);
  text-align: center;
  font-size: 14px;
}

.custom-button-next {
  width: 38px;
  height: 38px;
}
.custom-button-bo rder-next {
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 2px solid rgb(255 255 255 / 23%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: none;
  padding: 22px;
  cursor: pointer;
}

.swiper-pagination-fraction {
  color: #fff;
  width: auto;
  font-size: 15px;
  padding-top: 5%;
}

.custom-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  z-index: 1000;
  bottom: 0;
}

.custom-swiper-navigation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cgv-swiper-navigation {
  margin-top: 6.625rem;
}

#mainSlider .swiper-slide-duplicate-prev {
  position: relative;
}
#mainSlider .swiper-slide-duplicate-prev::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: rgb(0 0 0 / 50%);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.swiper-pagination-total {
  opacity: 0.6;
}

#mainSlider img {
  border-radius: 12px;
}
#pageSwiper {
  margin-top: 32px;
  padding-bottom: 100px;
}

#pageSwiper .movie-banner img {
  border-radius: 16px;
}
#pageSwiper .swiper-slide,
#soonVisionariesSlider .swiper-slide {
  cursor: pointer;
}
#soonVisionariesSlider {
  padding-bottom: 88px;
}
/* Movie Banner Hover */
@media only screen and (min-width: 1200px) {
  #pageSwiper .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #pageSwiper .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #pageSwiper .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #pageSwiper .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
@media only screen and (min-width: 1250px) {
  #soonVisionariesSlider .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #soonVisionariesSlider .swiper-slide:hover .movie-banner-techs {
    display: flex;
  }
}
/* Movie Banner Hover */

#soonVisionariesSlider .movie-banner img {
  border-radius: 14px;
}

#campaignSlider img {
  border-radius: 15px;
}

.main-slider-row {
  padding-top: 3rem;
}
@media only screen and (max-width: 1440px) {
  #soonVisionariesSlider {
    margin-top: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-slider-row {
    padding-top: 0;
  }
}

.main-slider-pagination .swiper-pagination {
  bottom: -7px !important;
}

.main-slider-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: gray;
}

.main-slider-pagination .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  border-radius: 8px;
  background-color: white;
}
.campaign-custom-pagination {
  margin-top: 2.7rem;
}
.campaign-custom-pagination .swiper-pagination {
  bottom: 1px !important;
}

.campaign-custom-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  opacity: 0.3;
}

.campaign-custom-pagination
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 50px;
  height: 15px;
  border-radius: 7.5px;
  background-color: white;
  opacity: 1;
}

.progress {
  width: 40px;
  height: 40px !important;
  float: left;
  line-height: 40px;
  background: none;
  margin: 20px;
  box-shadow: none;
  position: absolute;
  display: none;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #3f3f3f;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 2.5s linear forwards;
}
.progress .progress-value {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
  font-size: 24px;
  color: #fff;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.blue .progress-bar {
  border-color: #fff;
}
.progress.blue .progress-left .progress-bar {
  animation: loading-2 2.5s linear forwards 2.5s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* Main Swiper */
.main-slider {
  background: linear-gradient(
      0.34deg,
      rgba(18, 18, 18, 1.4) 6.41%,
      rgba(18, 18, 18, 0) 37.06%
    ),
    linear-gradient(
      109.46deg,
      rgba(18, 18, 18, 0.4) 19.36%,
      rgba(18, 18, 18, 0) 44.51%
    ),
    url(../../../img/slider/slide_1_3x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .main-slider {
    height: 100vh;
    display: flex;
  }
}
@media only screen and (min-width: 1920px) {
  .main-slider {
    height: 100vh;
    display: flex;
  }
}
@media only screen and (min-width: 1920px) {
  .main-slider {
    height: 900px;
    display: flex;
  }
}
/*
    @media only screen and (min-width: 1024px) {
      .main-slider {
        background: linear-gradient(
            1.54deg,
            rgba(18, 18, 18, 0.9) 5.11%,
            rgba(18, 18, 18, 0) 37.06%
          ),
          linear-gradient(
            109.46deg,
            rgba(18, 18, 18, 0.4) 19.36%,
            rgba(18, 18, 18, 0) 44.51%
          ),
          url(../../../img/slider/slide_1_2x.jpg);
          background-repeat: no-repeat;
      }
    }
    @media only screen and (max-width: 1024px) {
      .main-slider {
        display: flex;
        background-image: url(../../../img/slider/slide_1_1x.jpg);
        background-repeat: no-repeat;
      }
    }
    @media only screen and (max-width: 1366px) {
      .main-slider {
        background-position: center -1%;
        background-repeat: no-repeat;
      }
    }*/

/* Main Swiper */

.main-slider-hero {
  position: relative;
}
.play-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgb(0 0 0 / 50%);
  cursor: pointer;
  text-align: center;
  padding-left: 0.5%;
}
@media only screen and (min-width: 1024px) {
  .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .play-btn svg {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 1440px) {
  .play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .play-btn svg {
    width: 37px;
    height: 44px;
  }
}
@media only screen and (max-width: 1200px) {
  .play-btn {
    display: none;
  }
}

.hero-title {
  color: #fff;
  font-family: ProximaNovaRegularBold;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
    line-height: 72px;
  }
}

@media only screen and (min-width: 1439px) {
  .hero-title {
    font-size: 4.5rem;
    line-height: 90px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-title {
    font-size: 7.5rem;
    line-height: 110px;
  }
}

.hero-content {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .hero-content {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero-content {
    width: 92%;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-content {
    margin-top: 20px;
    width: 100%;
  }
}

.hero-movie-intro-text {
  width: 54%;
}
@media only screen and (max-width: 1600px) {
  .hero-movie-intro-text {
    width: 60%;
  }
}
@media only screen and (max-width: 1440px) {
  .hero-movie-intro-text {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-movie-intro-text {
    width: 88%;
  }
}

@media only screen and (min-width: 1024px) {
  .hero-movie-types {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-movie-types {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-movie-types {
    margin-top: 27.5px;
  }
}

.hero-movie-techs {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .hero-movie-techs {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-movie-techs {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-movie-techs {
    margin-top: 42px;
  }
}
.hero-movie-intro-text p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: ProximaNovaRegular;
  opacity: 0.78;
  text-align: justify;
  margin-bottom: 0;
}
.hero-movie-techs .cgv-types-btn {
  cursor: pointer;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  width: 71.68px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  flex: none;
  order: 1;
  flex-grow: 0;
}
.movie-banner-techs {
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .movie-banner-techs {
    padding: 11px;
  }
}
@media only screen and (max-width: 1440px) {
  .movie-banner-techs {
    padding: 11px;
  }
}
.movie-banner-techs-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .movie-banner-techs-items {
    gap: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-techs-items {
    gap: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-banner-techs-items {
    gap: 3px;
  }
}

@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-techs-items {
    gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-techs-items {
    gap: 6px;
  }
}

.movie-banner-tech-item {
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  .movie-banner-tech-item {
    height: 27px;
  }
}

@media only screen and (min-width: 1024px) {
  #pageSwiper .movie-banner-tech-item {
    height: 29px;
  }
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 25px;
  }
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 32px;
  }
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 35px;
  }
}

@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-tech-item {
    height: 32px;
  }
}

.movie-banner-tech-item[data-type="number"] {
  font-family: ProximaNovaSemiBold;
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item {
    width: 25px;
    height: 25px;
  }
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    font-size: 12px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="number"] {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    height: 22px;
    width: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    width: 75px;
    height: 25px;
  }
}

@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item[data-type="brand"] {
    width: 87.68px;
    height: 35px;
  }
}

@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-tech-item {
    height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-tech-item {
    padding: 4px 7.1px;
  }
}

.movie-banner-tech-item[data-type="number"] {
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  #pageSwiper .movie-banner-imdb-content .icon-area {
    margin-top: 0;
  }
  /*
    #pageSwiper .movie-banner-imdb-content .icon-area img {
      width: 20px;
      height: 30px;
      object-fit: contain;
    }*/
}

@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area {
  }
}
@media only screen and (max-width: 1440px) {
  #soonVisionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    position: relative;
    height: 25px;
    top: 1px;
  }
}
.movie-banner-imdb-content .d-flex {
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-imdb-content .d-flex {
    gap: 8px;
  }

  #pageSwiper .movie-banner-imdb-content .text-area span {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  #pageSwiper .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -3px;
    font-size: 26px;
  }
}
.movie-banner-imdb-content .text-area span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    top: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -2px;
  }
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -4px;
  }
}
@media only screen and (max-width: 1440px) {
  .movie-banner-imdb-content .text-area span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 1920px) {
  #soonVisionariesSlider .movie-banner-imdb-content .d-flex {
    gap: 8px;
  }
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    font-size: 28px;
    position: relative;
    top: -4px;
  }
}
/*
  [badge-type="tooltip-area"] {
    position: absolute;
    right: 8%;
    top: 4rem;
    display: flex;
    padding: 4px 8px;
    gap: 2px;
    width: 74px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 4px;
    margin-top: 16px;
    margin-left: 8%;
  }
  
  @media only screen and (min-width: 1024px) {
    #pageSwiper [badge-type="tooltip-area"] {
      right: 6px;
      top: 44px;
    }
    #soonVisionariesSlider [badge-type="tooltip-area"] {
      right: 4px;
      top: 36px;
    }
  }
  @media only screen and (min-width: 1440px) {
    #pageSwiper [badge-type="tooltip-area"] {
      right: 14px;
      top: 44px;
    }
    #soonVisionariesSlider [badge-type="tooltip-area"] {
      right: 7px;
      top: 44px;
    }
  }
  @media only screen and (min-width: 1920px) {
    #pageSwiper [badge-type="tooltip-area"] {
      top: 49px;
      right: 16px;
    }
    #soonVisionariesSlider [badge-type="tooltip-area"] {
      right: 17px;
      top: 49px;
    }
  }
  
  [badge-type="tooltip-area"] img {
    position: absolute;
    top: -59%;
    left: 17%;
  }
  [badge-type="tooltip-area"] p {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    text-align: center;
    font-family: "ProximaNovaRegularBold";
  }*/

.hero-movie-time {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hero-movie-time span {
  color: #fff;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.hero-imdb-point {
  color: #fff;
  letter-spacing: -2.15833px;
  font-weight: bolder;
  font-size: 37px;
  line-height: 44px;
}
@media only screen and (min-width: 1024px) {
  .hero-imdb-point {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-imdb-point {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-imdb-point {
    font-size: 36px;
  }
}
.col-imdb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: -1.3rem;
}
@media only screen and (min-width: 1024px) {
  .col-imdb img {
    width: 29px;
    height: 29px;
    margin-top: -6px;
  }
}
.hero-movie-watch-badge {
  display: flex;
  align-items: center;
  width: 72.63px;
  height: 36px;
  background-color: #fff;
  border-radius: 5.2px;
  color: #000;
  text-align: center;
  line-height: 11px;
  font-size: 11px;
  font-weight: 700;
  font-family: "Rubik";
  margin-left: 1rem;
  position: relative;
}
.hero-movie-watch-badge::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  transform: rotate(45deg);
  position: absolute;
  left: -2px;
  z-index: 9;
  background: #fff;
  top: 31%;
}

.hero-movie-watch-badge span {
  font-family: ProximaNovaBold;
}

@media only screen and (max-width: 1440px) {
  .hero-movie-watch-badge {
    padding: 8px;
    width: 78px;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 800;
    font-family: ProximaNovaRegularBold;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-movie-watch-badge {
    width: 70px;
    height: 37px;
    line-height: 15px;
    padding: 4px 0px;
    font-size: 12px;
    margin-left: 0.5rem;
    display: block;
  }
}
.hero-movies-action-btn {
  gap: 1rem;
}
@media only screen and (min-width: 1024px) {
  .hero-movies-action-btn {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-movies-action-btn {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-movies-action-btn {
    margin-top: 42.5px;
  }
}
.cgv-btn.buy-ticket {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #98a726;
  border-radius: 999px;
  color: #fff;
  font-family: ProximaNovaRegular;
}
@media only screen and (min-width: 1024px) {
  .cgv-btn.buy-ticket {
    width: 164px;
    height: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .cgv-btn.buy-ticket {
    width: 165px;
    height: 43px;
  }
}
.cgv-btn.incept-btn {
  background: transparent;
  border: 2px solid var(--white);
  color: #fff;
  font-size: 16px;
  padding: 12px 32px;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 43px;
  font-family: ProximaNovaRegular;
}
.main-slider .cgv-btn.incept-btn:hover {
  background-color: #98a726;
  border: 2px solid #98a726;
}
@media only screen and (min-width: 1024px) {
  .cgv-btn.incept-btn {
    width: 108px;
    height: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .cgv-btn.incept-btn {
    width: 107px;
    height: 43px;
  }
}
@media only screen and (max-width: 1024px) {
  .cgv-btn.incept-btn {
    height: 40px;
  }
}
.hero-movie-tech {
  margin-top: 42px;
}

.main-slider-column {
  right: -6%;
  padding-bottom: 4rem;
  margin-bottom: -8rem;
}
.hero-top-badge {
  width: 93.2px;
  height: 34px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
  line-height: 34px;
  text-align: center;
  display: none;
}
.hero-top-badge p {
  margin-bottom: 0 !important;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.015em;
}
@media only screen and (max-width: 1440px) {
  .main-slider-content {
    width: 49%;
  }
  .main-slider-column {
    position: absolute !important;
    width: 46%;
    right: -8%;
    margin-bottom: -15rem;
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1366px) {
  .main-slider-column {
    right: -6%;
    width: 37%;
    margin-bottom: -6rem;
  }
}
@media only screen and (max-width: 1200px) {
  .main-slider-column {
    right: -8%;
    width: 38%;
  }
}
@media only screen and (max-width: 1440px) {
  .main-slider-content {
    width: 82%;
  }
}
@media only screen and (max-width: 1286px) {
  .main-slider-content {
    width: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  .main-slider-content {
    width: 100%;
  }
}

/* Main Swiper */
.main-slider-parts {
  position: relative;
  display: flex;
  align-items: end;
  height: 100vh;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .main-slider-parts {
    width: 22%;
    bottom: 121px;
  }
}
@media only screen and (min-width: 1366px) {
  .main-slider-parts {
    width: 23%;
    bottom: 77px;
  }
}
@media only screen and (min-width: 1440px) {
  .main-slider-parts {
    width: 33%;
    bottom: 139px;
  }
}
/* Main Swiper */

#mobileSlider .swiper-slide {
  justify-content: center !important;
}

.main-slider-pagination {
  margin-top: 15px;
}

.announcements-news-section .section-header {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 1024px) {
  .announcements-news-section .sp-l {
    padding-right: 0;
  }
}

/* -------- SWIPER NAVIGATION BUTTONS BEGIN -------- */
.app-swiper-nav {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.app-swiper-nav .swiper-button-next::after {
  content: none;
}

.app-swiper-nav .swiper-button-prev::after {
  content: none;
}

.app-swiper-nav .swiper-button-prev,
.app-swiper-nav .swiper-button-next {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  text-align: center;
  opacity: 1;
}

.app-swiper-nav .swiper-button-prev {
  left: -22px;
}
.app-swiper-nav .swiper-button-next {
  right: -22px;
}
.app-swiper-nav i {
  color: #333;
  font-size: 1.2rem;
}

.app-swiper-nav[data-type="visionariesSlider"] .swiper-button-prev,
.app-swiper-nav[data-type="soonVisionariesSlider"] .swiper-button-prev,
.app-swiper-nav[data-type="campaignSlider"] .swiper-button-prev,
.app-swiper-nav[data-type="cgvSlider"] .swiper-button-prev,
.app-swiper-nav[data-type="newsSlider"] .swiper-button-prev {
  display: none;
}

.app-swiper-nav[data-type="cgvSlider"] {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .app-swiper-nav[data-type="cgvSlider"] {
    display: block;
  }
}

@media only screen and (max-width: 812px) {
  .app-swiper-nav {
    display: none !important;
  }
}

/* -------- SWIPER NAVIGATION BUTTONS END -------- */

.visionaries-section[data-type="mobile-main-swiper"] {
  display: none !important;
}

@media only screen and (max-width: 812px) {
  .visionaries-section[data-type="mobile-main-swiper"] {
    display: block;
  }
}

#cgvSlider .content ul {
  padding-left: 0;
}

.visionaries--swiper--lazy,
.soon--swiper--lazy {
  border-radius: 15px;
}

.definitely-watch {
  width: 100%;
  margin-top: 7px;
  position: relative;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  #soonVisionariesSlider .definitely-watch {
    width: 110%;
  }
}
.definitely-watch img {
  position: absolute;
  top: -17.2px;
}
.definitely-watch p {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  line-height: 12px;
}

[badge-type="tooltip-area"] {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: flex;
  height: 32px;
  flex-direction: column;
  justify-content: center;
}

#mobileSlider .movie-title {
  text-align: left;
  font-size: 24px;
}

@media only screen and (min-width: 1024px) {
  #soonVisionariesSlider .movie-banner-imdb-content .d-flex {
    gap: 8px;
  }

  #pageSwiper .movie-banner-imdb-content .text-area span { 
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  #pageSwiper .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -3px;
    font-size: 26px;
  }
}

@media only screen and (min-width: 1920px) {
  #pageSwiper .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -2px;
  }
  #soonVisionariesSlider .movie-banner-imdb-content .text-area span {
    position: relative;
    top: -4px;
  }
}
