.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;
}
@media screen and (min-width: 320px) {
  .page-movie-list-section .page-movie-list-header {
    flex-direction: column;
  }
}

@media screen and (min-width: 812px) {
  .page-movie-list-section .page-movie-list-header {
    flex-direction: row;
  }
}
.page-movie-list-header .text-area {
  display: flex;
  gap: 80px;
  padding-top: 1rem;
}

@media screen and (min-width: 375px) {
  .page-movie-list-header .text-area {
    gap: 40px;
    width: 100%;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 480px) {
  .page-movie-list-header .text-area {
    gap: 40px;
    width: 100%;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 812px) {
  .page-movie-list-header .text-area {
    gap: 40px;
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1023px) {
  .page-movie-list-header .text-area {
    gap: 40px;
    width: 100%;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .page-movie-list-header .text-area {
    gap: 40px;
    width: 100%;
    margin-bottom: 0;
  }
}

.page-movie-list-header .text-area a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}

.page-movie-list-header .text-area a:hover,
.page-movie-list-header .text-area a:active {
  font-weight: 800;
  color: var(--white);
}

@media only screen and (max-width: 480px) {
  .page-movie-list-header .text-area a:hover,
  .page-movie-list-header .text-area a:active {
    font-weight: 800;
    color: var(--white);
  }
}

.page-movie-list-header .text-area h2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

@media only screen and (max-width: 811px) {
  .page-movie-list-header .text-area h2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 812px) {
  .page-movie-list-header .text-area h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .page-movie-list-header .text-area h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .page-movie-list-header .text-area h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .page-movie-list-header .text-area h2 {
    font-size: 30px;
  }
}

.page-movie-list-header .text-area a h2:hover,
.page-movie-list-header .text-area a h2:active {
  font-weight: 800;
  color: var(--white);
}


.page-movie-list-header .text-area a {
  position: relative;
}

@media screen and (max-width: 811px) {
  .page-movie-list-header .text-area a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 480px) {
  .page-movie-list-header .text-area a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 812px) {
  .page-movie-list-header .text-area a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (min-width: 1024px) {
  .page-movie-list-header .text-area a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
  .page-movie-list-header .text-area a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .page-movie-list-header .text-area a.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 100%;
    border-bottom: 4px solid #fff;
  }
  .page-movie-list-header .text-area a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
 
  .page-movie-list-header .text-area a {
    font-size: 30px;
  }
}
.page-movie-list-header .active {
  font-weight: 800 !important;
  color: #fff !important;
}

.active h2 {
  color: #fff !important;
  font-weight: 800 !important;
}

.page-movie-list-header .on-pre-sale-badge-btn {
  width: 24px;
  height: 24px;
  background: #98a726;
  border-radius: 999px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .mobile-pre-sale {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.mobile-pre-sale {
  display: none;
  background: #98a726;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  width: 90px;
  height: 22px;
  padding: 2px 12px;
  margin: 0 auto;
  margin-top: 10px;
}

.mobile-pre-sale span {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .mobile-pre-sale {
    display: flex;
  }
}

.movie-mobile-buttons {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 400px) {
  .movie-mobile-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.625rem;
  }
}

.movie-mobile-buttons .btn-primary {
  width: 4.25rem;
  height: 20.23px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-mobile-buttons .btn-primary span {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.61391px 9.63709px 3.61391px 31.3205px;
  gap: 4.82px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
  border-radius: 601.716px;
  position: relative;
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] img {
  width: 24.69px;
  height: 18.02px;
  position: absolute;
  left: 1.81px;
  top: -4.22px;
}

.movie-mobile-buttons {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
}

@media screen and (max-width: 475px) {
  .movie-mobile-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.625rem;
  }
}

.movie-mobile-buttons .btn-primary {
  width: 4.25rem;
  height: 20.23px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-mobile-buttons .btn-primary span {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3.61391px 9.63709px 3.61391px 31.3205px !important;
  gap: 4.82px;
  background: linear-gradient(271.31deg, #494949 3.26%, #000000 93.54%);
  border-radius: 601.716px;
  position: relative;
}

@media screen and (max-width: 340px) {
  .movie-mobile-buttons div[badge-type="vip-pre-sale"] {
    padding: 5px 9.63709px 5px 31.3205px;
  }
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
}

@media screen and (max-width: 340px) {
  .movie-mobile-buttons div[badge-type="vip-pre-sale"] span {
    font-weight: 600;
    font-size: 9px;
  }
}

.movie-mobile-buttons div[badge-type="vip-pre-sale"] img {
  width: 24.69px;
  height: 18.02px;
  position: absolute;
  left: 1.81px;
  top: -4.22px;
}

.page-movie-list-header .filter-area {
  display: flex;
}

@media only screen and (min-width: 375px) {
  .page-movie-list-header .filter-area {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .page-movie-list-header .filter-area {
    width: 100%;
  }
}

.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;
}

@media only screen and (min-width: 375px) {
  .page-movie-list-header .filter-area select {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) {
  .page-movie-list-header .filter-area select {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .page-movie-list-header .filter-area select {
    width: 264px;
  }
}

.page-movie-list-movies {
  display: flex;
  flex-wrap: wrap;
}

/* Card */

.card {
  background-color: transparent;
  border: none;
  color: var(--white);
  align-items: center;
  border-radius: 14px;
  margin-bottom: 10rem;
}

.card img {
  border-radius: 16px;
}

.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-banner-techs {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  display: none;
  justify-content: space-between;
}

.card:hover .movie-banner-techs {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .movie-banner-techs {
    padding: 11px;
  }
}

@media only screen and (max-width: 1440px) {
  .movie-banner-techs {
    padding: 11px;
  }
}

@media only screen and (max-width: 811px) {
  .movie-banner-techs {
    display: none;
  }
}

.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) {
  .movie-banner-techs-items {
    gap: 4px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-banner-techs-items {
    gap: 6px;
  }
}

.movie-banner-techs-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media only screen and (min-width: 1440px) {
  .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;
  }
}

@media only screen and (min-width: 1920px) {
  #visionariesSlider .movie-banner-tech-item {
    height: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-tech-item[data-type="brand"] {
    height: 22px;
    width: 65px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-banner-tech-item[data-type="brand"] {
    width: 87.68px;
    height: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-imdb-content .d-flex {
    gap: 3px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-imdb-content .icon-area {
    margin-top: 0px;
  }

    #movieListRow .movie-banner-imdb-content .icon-area .egg-icon.empty-egg {
        margin-top: -4px;
    }
}

@media only screen and (min-width: 1920px) {
  .movie-banner-imdb-content .icon-area {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 1440px) {
  .movie-banner-imdb-content .icon-area img {
    width: 25px;
    position: relative;
    height: 25px;
    top: 1px;
  }
}

.movie-banner-imdb-content .text-area span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

@media only screen and (min-width: 1024px) {
  .movie-banner-imdb-content .text-area span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-banner-imdb-content .text-area span {
    font-size: 28px;
  }
}

.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 {
    display: none;
  }
}

.page-movie-list-movies 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;
  margin-top: 1rem;
}

.page-movie-list-movies div[badge-type="cgv-types-bg-light-btn"] img {
  width: 42.67px;
  height: 24px;
}

.movie-time {
  margin-top: 6px;
}

.movie-time,
.movie-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1024px) {
  .movie-time,
  .movie-type {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .movie-time,
  .movie-type {
    font-size: 16px;
  }
}

/* Movie Banner Hover */
@media only screen and (min-width: 1250px) {
  .card:hover .linear-bg {
    opacity: 1;
  }

  .card:hover .movie-badge-wrapper {
    display: none;
  }

  .card:hover .movie-trailer-area {
    display: flex;
  }

  .card:hover .movie-action-buttons {
    display: flex;
  }

  .card:hover .movie-banner-techs {
    display: flex;
  }
}

/* Movie Banner Hover */

.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 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;
  }

  .movie-trailer-play-btn img {
    width: 20px;
    height: 20px;
    margin-left: 3px;
  }
}

@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;
  }
}

.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: 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"] {
    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-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-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-quick-buy-ticket-btn {
    display: none;
  }
}

@media only screen and (min-width: 812px) {
  .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-quick-buy-ticket-btn {
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 35px;
    font-weight: 700;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-quick-buy-ticket-btn {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 16px;
  }
}

.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-banner-incept-btn {
    height: 30px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .movie-banner-incept-btn {
    height: 40px;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-banner-incept-btn {
    height: 35px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1440px) {
  .movie-banner-incept-btn {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1920px) {
  .movie-banner-incept-btn {
    height: 40px;
    font-size: 16px;
  }
}

.movie-banner-incept-btn:hover {
  background: #98a726;
  color: #fff;
  border: none;
}

@media only screen and (min-width: 1440px) {
  .movie-banner-incept-btn {
    font-size: 13px;
  }
}

.movie-banner-footer-buttons {
  display: flex;
  gap: 18px;
}

@media only screen and (min-width: 1440px) {
  .movie-banner-footer-buttons {
    gap: 9px;
  }
}

.movie-info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 24px;
  z-index: 1000;
}

.movie-title {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

@media screen and (min-width: 1024px) {
  .movie-title {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .movie-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .movie-title {
    font-size: 20px;
  }
}

.movie-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 6px;
  text-align: center;
}

.movie-date span {
  margin-left: 7.1px;
  position: relative;
  top: 2px;
}

.movie-date i {
  color: rgba(255, 255, 255, 0.6);
}

.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) {
  .movie-on-pre-sale-btn {
    width: 108.78px;
    height: 23.96px;
  }
  .movie-on-pre-sale-btn {
    width: 78.78px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-on-pre-sale-btn {
    width: 108.77px;
    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;
  }
  .movie-on-pre-sale-btn {
    width: 102px;
    height: 32px;
    font-size: 14px;
  }
}

.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;
  }
}

[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";
}

/* CARD */

.page-content-section {
  color: var(--white);
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-content-section {
    color: var(--white);
    margin-top: 3rem;
  }
}

.page-content-section h2 {
  font-size: 24px;
  line-height: 28px;
}

@media only screen and (min-width: 812px) {
  .page-content-section h2 { 
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-content-section h2 { 
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-content-section h2 { 
    font-size: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-content-section h2 { 
    font-size: 24px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .page-content-section h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
}

.page-content-section p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

#contentDiv {
  width: 100%;
  height: 140px;
  overflow: hidden;
  transition: height 0.5s ease;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #contentDiv {
    height: 360px;
  }
}

#contentDiv.collapsed {
  transition: height 0.5s ease;
}

#contentDiv.expanded {
  transition: height 0.5s ease;
}

#contentDiv p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #contentDiv p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 812px) {
  #contentDiv p { 
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  #contentDiv p { 
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  #contentDiv p { 
    font-size: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  #contentDiv p { 
    font-size: 18px;
  }
}

#readMoreButton {
  display: flex;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/* App Banner Section */

.app-banner-section {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 356px;
}

@media screen and (max-width: 1024px) {
  .app-banner-section {
    width: 1024px;
    height: 436px;
    padding: 80px 64px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 0px;
    padding: 80px 16px;
  }
}

.app-banner-section .app-banner-area {
  width: 100%;
  height: 276px;
  display: flex;
  background: #2e2e2e;
  border-radius: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area {
    width: 896px;
    height: 276px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section .app-banner-area {
    width: 100%;
    height: 184px;
  }
}

.app-banner-section .app-banner-area .text-area {
  display: flex;
  font-family: "Proxima Nova";
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  max-width: 361px;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 272px;
    min-height: 76px;
    margin-left: 64px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 217px;
    min-height: 64px;
    margin-left: 56px;
    margin-top: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 217px;
    min-height: 64px;
    margin-left: 56px;
    margin-top: 32px;
  }
}

.app-banner-section .app-banner-area .text-area span {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: white;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

.app-banner-section .app-banner-area .buttons-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 590.76px;
  min-height: 56px;
  gap: 12px;
  height: auto;
  flex-basis: 35%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .buttons-area {
    max-width: 567.2px;
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 64px;
    margin-bottom: 60px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .buttons-area {
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 56px;
    max-width: 334.4px;
    height: 32px;
    margin-bottom: 82px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section .app-banner-area .buttons-area {
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 56px;
    max-width: 334.4px;
    margin-bottom: 32px;
    margin-top: 14px;
  }
}

.app-banner-section .app-banner-area .buttons-area a {
  max-width: 185px;
  width: 100%;
  height: 56px;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .buttons-area a {
    max-width: 189px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .buttons-area a {
    max-width: 108px;
    height: 32px;
  }
}

.app-banner-section .app-banner-area .img-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 47px;
  position: absolute;
  left: 65%;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .img-area {
    right: 20.11px;
    left: unset;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .img-area {
    right: 9.74px;
    left: unset;
    gap: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-section .app-banner-area .img-area {
    right: 28px;
    left: 403px;
    gap: 18px;
  }
}

.app-banner-area .img-area .img-mobile-app {
  max-width: 216px;
  width: 100%;
  height: 342px;
}

@media screen and (max-width: 1440px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 195.79px;
    width: 100%;
    height: 310px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 190.42px;
    width: 100%;
    height: 301.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 118.4px;
    width: 100%;
    height: 237.87px;
  }
}

.app-banner-area .img-area .img-figure {
  max-width: 242px;
  width: 1005;
  height: 261px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-area .img-area .img-figure {
    max-width: 262px;
    width: 100%;
    height: 321px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-area .img-area .img-figure {
    max-width: 210px;
    width: 100%;
    height: 257px;
  }
}

@media screen and (min-width: 768px) and (max-width: 812px) {
  .app-banner-area .img-area .img-figure {
    max-width: 123px;
    width: 100%;
    height: 151px;
  }
}

/* Mobile App Banner */

.mobile-app-banner-section {
  margin-bottom: 6rem;
}

@media screen and (max-width: 780px) {
  .mobile-app-banner-section {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 32px;
  }
}

.mobile-app-banner-content {
  background-color: #1a1a1a;
}

.mobile-app-banner-content .app-download-area {
  flex-basis: 40%;
}

.mobile-app-banner-content .app-download-area img {
  max-width: 7rem;
  margin-bottom: 0.5rem;
}

.mobile-app-banner-content .app-download-area p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

.mobile-app-banner-content .app-banner-area {
  display: flex;
  justify-content: end;
  flex-basis: 60%;
  padding-top: 1rem;
}

.mobile-app-banner-content .mobile-app-figure {
  position: absolute;
  bottom: -21%;
  left: 30%;
}

.cmt-13 {
  margin-top: 1.875rem;
}

@media only screen and (max-width: 375px) {
  .page-inner-banner-section {
    min-height: 15vh;
    background-size: cover !important;
    background-position: center !important;
    background: url(../../../img/inner_page/banner-m.jpg) !important;
    background-repeat: no-repeat !important;
  }
}

@media only screen and (min-width: 1024px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 330px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../../../img/inner_page/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}

.movie-list-row {
  margin-top: 49px;
}
@media only screen and (max-width: 768px) {
  .movie-list-row {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .movie-list-row {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .movie-list-row {
    margin-top: 46px;
  }
}
@media only screen and (min-width: 1920px) {
  .movie-list-row {
    margin-top: 50px;
  }
}

.movie-list-banner-img {
  width: 100%;
  border-radius: 16px;
}

@media only screen and (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
