.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;
}
#visionariesSlider {
  margin-top: 32px;
  padding-bottom: 100px;
}

#visionariesSlider .movie-banner img {
  border-radius: 16px;
}
#visionariesSlider .swiper-slide,
#soonVisionariesSlider .swiper-slide {
  cursor: pointer;
}
#soonVisionariesSlider {
  padding-bottom: 88px;
}
/* Movie Banner Hover */
@media only screen and (min-width: 1200px) {
  #visionariesSlider .swiper-slide:hover .linear-bg {
    opacity: 1;
  }
  #visionariesSlider .swiper-slide:hover .movie-badge-wrapper {
    display: none;
  }
  #visionariesSlider .swiper-slide:hover .movie-trailer-area {
    display: flex;
  }
  #visionariesSlider .swiper-slide:hover .movie-action-buttons {
    display: flex;
  }
  #visionariesSlider .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) {
  #visionariesSlider .movie-banner-techs-items {
    gap: 3px;
  }
}

@media only screen and (min-width: 1920px) {
  #visionariesSlider .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) {
  #visionariesSlider .movie-banner-tech-item {
    height: 29px;
  }
  #visionariesSlider .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;
  }
  #visionariesSlider .movie-banner-imdb-content .icon-area img {
    width: auto;
    height: 29px;
  }
}
@media only screen and (min-width: 1920px) {
  #visionariesSlider .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) {
  #visionariesSlider .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) {
  #visionariesSlider .movie-banner-imdb-content .icon-area {
    margin-top: 0;
  }
  /*
  #visionariesSlider .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;
  }

  #visionariesSlider .movie-banner-imdb-content .text-area span {
    position: relative;
    top: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  #visionariesSlider .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) {
  #visionariesSlider .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) {
  #visionariesSlider [badge-type="tooltip-area"] {
    right: 6px;
    top: 44px;
  }
  #soonVisionariesSlider [badge-type="tooltip-area"] {
    right: 4px;
    top: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  #visionariesSlider [badge-type="tooltip-area"] {
    right: 14px;
    top: 44px;
  }
  #soonVisionariesSlider [badge-type="tooltip-area"] {
    right: 7px;
    top: 44px;
  }
}
@media only screen and (min-width: 1920px) {
  #visionariesSlider [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;
  }
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .cgv-btn.incept-btn {
        height: 48px;
        width: 170px;
        justify-content: center;
    }
}

/*
  Tablet vertical    
*/

@media only screen and (max-width: 820px) and (min-width: 481px) {
    .cgv-btn.incept-btn {
        width: auto;
    }
}
/*
   Tablet horizontal
*/

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .cgv-btn.incept-btn {
        width: auto;
    }
}

.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: -13.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;
}