p {
  margin: 0 !important;
}
.shadow-effect-bottom {
  pointer-events: none;
  z-index: 10;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 500px;
  background: #fff0
    linear-gradient(
      360deg,
      var(--background-color) 0%,
      var(--background-color-transparent) 100%
    )
    0% 0% no-repeat padding-box;
}
.shadow-effect-top {
  pointer-events: none;
  z-index: 10;
  top: 0;
  position: absolute;
  width: 100%;
  height: 200px;
  background: #fff0
    linear-gradient(
      180deg,
      var(--background-color) 0%,
      var(--background-color-transparent) 100%
    )
    0% 0% no-repeat padding-box;
}
.hero-outer-section {
  color: var(--text-color);
  overflow: hidden;
}
.hero-section {
  position: relative;
  width: 1920px;
  max-width: 100%;
  min-height: 733px;
  height: unset !important;
  max-height: unset !important;
}
.privatecinema-swiper {
  height: 733px !important;
  max-height: 733px !important;
}
.swiper-privatecinema-ad-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color);
  height: unset !important;
}
.swiper-privatecinema-ad-slide img {
  max-width: 100vw;
}
.event-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: absolute;
  top: 140px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  z-index: 20;
  width: 50%;
}
.movie-header-image {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
}
.movie-header-image img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-position: top;
  box-shadow: 0 3px 15px #00000091;
}
.movie-header-poster {
  height: 600px !important;
  width: 410px !important;
  object-fit: unset !important;
}
.event-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 50px;
  gap: 30px;
}
.event-title-parent {
  height: 200px;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.event-title {
  width: 100%;
  font-family: var(--roboto-condensed-black);
  font-weight: 700;
  font-size: var(--text-4xl);
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0;
  color: var(--text-color);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  text-align: center;
}
.event-description {
  font: normal normal normal 20px/30px Roboto;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0;
  max-height: 60px;
  height: 60px;
  letter-spacing: 0;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.event-info-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  height: 41px;
}
.event-info-btn a {
  width: 158px;
  height: 41px;
}
.private-cinema-info-container {
  display: flex;
  color: var(--text-color);
  margin-top: 100px;
  max-width: 1450px;
}
.private-cinema-info-container-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.private-cinema-info-container-right {
  width: 50%;
  position: relative;
}
.private-cinema-image-container::after {
  content: "";
  pointer-events: none;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #fff0 0%, var(--background-color) 100%);
}
.private-cinema-info-container-right img {
  height: 500px;
  position: absolute;
  bottom: 0;
}
.private-cinema-info-container .caption {
  font-size: var(--text-3xl);
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: 700;
}
.private-cinema-info-container .subcaption {
  font-size: var(--text-lg);
  color: var(--text-color);
  text-transform: uppercase;
}
.private-cinema-info-container .text {
  font-size: var(--text-md);
  color: var(--text-color);
}
.individual-item-container {
  position: relative;
  width: 100% !important;
  max-width: 1920px;
  height: auto;
  margin-top: 50px;
  position: relative;
  margin-bottom: 350px;
}
.individual-item-container img {
  width: 100%;
  max-height: 733px !important;
  object-fit: cover;
  object-position: center;
}
.individual-item-container__texts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 45px;
  margin-bottom: 100px;
  z-index: 20;
  position: absolute;
  bottom: -250px;
}
.individual-item-container__texts__caption {
  max-width: 962px;
  font-size: var(--text-4xl);
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: 700;
}
.individual-item-container__texts__subcaption {
  max-width: 962px;
  font-size: var(--text-lg);
  color: var(--text-color);
  text-transform: uppercase;
}
.individual-item-container__texts__text {
  max-width: 962px;
  font-size: var(--text-md);
  color: var(--text-color);
}
.individual-item-container__texts__separator {
  width: 87px;
  height: 3px;
  background: var(--text-color);
}
.privatecinema-swiper {
  width: 100%;
  height: 100%;
}
.swiper-privatecinema-slide {
  position: relative;
  width: 100%;
  height: 100% !important;
}
.swiper-privatecinema-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: #fff0
    linear-gradient(180deg, rgb(0 0 0 / 0.5) 0%, var(--background-color) 100%)
    0% 0% no-repeat padding-box;
}
.swiper-privatecinema-slide.miniBackground::before {
  top: unset;
  bottom: 0;
  height: 50% !important;
}
.swiper-privatecinema-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  opacity: 0.7 !important;
  margin: 0 75px;
}
.swiper-button-privatecinema-next::after,
.swiper-button-privatecinema-prev::after,
.swiper-button-privatecinema-ad-next::after,
.swiper-button-privatecinema-ad-prev::after {
  content: "" !important;
  font-family: unset !important;
}
.swiper-privatecinema-navigation-icons {
  font-size: var(--text-3xl);
}
.swiper-privatecinema-pagination {
  z-index: 1000 !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: unset;
}
.swiper-pagination-bullet {
  z-index: 1000 !important;
  background: #ffffff !important;
  width: 26px !important;
  height: 6px !important;
  border-radius: 0 !important;
}
.outer-container {
  max-width: 1450px !important;
  padding: 0 16px;
}
.outer-container-individual-information {
  margin-bottom: 200px;
}
@media only screen and (max-width: 1500px) {
  .event-container {
    left: 200px;
    right: 200px;
    margin: 0 auto;
    max-width: 1200px;
    transform: translate(0%, 0%);
  }
}
@media only screen and (max-width: 1400px) {
  .movie-header-poster.placeholder {
    height: 600px !important;
    width: unset !important;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 35/52;
  }
  .event-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    top: 180px;
  }
  .event-infos {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .event-info-btn {
    justify-content: center;
    margin-bottom: 0;
  }
  .event-info-btn.placeholder {
    width: 158px;
    border-radius: var(--border-md);
  }
  .movie-header-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 374px;
    min-height: 374px;
    max-height: 374px;
  }
  .hero-section {
    height: 613px;
    max-height: 613px;
  }
  .swiper-button-privatecinema-next,
  .swiper-button-privatecinema-prev,
  .swiper-button-privatecinema-ad-next,
  .swiper-button-privatecinema-ad-prev {
    margin: 0 20px;
  }
  .swiper-privatecinema-pagination {
    margin-left: 0px !important;
    position: unset !important;
    gap: 2px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section {
    top: 75px;
  }
  .event-container {
    top: 100px;
    width: 50%;
  }
  .advertisement-gap {
    padding-top: 0;
  }
  .swiper-button-privatecinema-prev,
  .swiper-button-privatecinema-next {
    top: 40% !important;
  }
  .individual-item-container__texts {
    gap: 17px;
    padding: 0 16px;
  }
  .outer-container {
    max-width: 1450px !important;
    padding: 0 16px;
  }
  .outer-container-individual-information {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 900px) {
  .swiper-privatecinema-navigation-icons {
    font-size: var(--text-xl);
  }
  .swiper-privatecinema-slide::before {
    background: none;
  }
  .event-container {
    top: 20px;
  }
  #eventTitle {
    font-size: var(--text-3xl);
    text-align: center;
  }
  #eventDescription {
    font-size: var(--text-placeholder);
  }
  .event-info-btn {
    justify-content: center !important;
  }
  .privatecinema-swiper {
    height: 650px !important;
    max-height: 650px !important;
  }
  .swiper-privatecinema-slide::before {
    background: none;
  }
  .private-cinema-info-container {
    flex-direction: column;
    gap: 29px;
  }
  .private-cinema-info-container-left,
  .private-cinema-info-container-right {
    width: 100%;
  }
  .private-cinema-info-container-left {
    justify-content: center;
    text-align: center;
  }
  .private-cinema-info-container .caption {
    font-size: var(--text-xl);
  }
  .private-cinema-info-container .subcaption {
    font-size: var(--text-md-sm);
  }
  .private-cinema-info-container .text {
    font-size: var(--text-placeholder);
  }
  .private-cinema-info-container-right {
    display: none;
  }
  .shadow-effect-left,
  .shadow-effect-right {
    width: 50px;
  }
  .event-container {
    margin-bottom: 0;
    left: 80px;
    right: 80px;
    margin: 0 auto;
  }
  .individual-item-container {
    margin-top: 100px;
    margin-bottom: 350px;
  }
  .individual-item-container__texts {
    gap: 17px;
    padding: 0 16px;
    bottom: -300px !important;
  }
  .individual-item-container__texts__caption {
    font-size: var(--text-xl);
  }
  .individual-item-container__texts__subcaption {
    font-size: var(--text-md-sm);
  }
  .individual-item-container__texts__text {
    font-size: var(--text-placeholder);
  }
  .shadow-effect-bottom {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 440px) {
  .individual-item-container {
    margin-bottom: 380px;
  }
  .individual-item-container__texts {
    bottom: -400px !important;
  }
  .event-infos {
    margin-top: 0;
  }
  .privatecinema-swiper {
    height: 600px !important;
    max-height: 600px !important;
  }
  .event-container {
    top: 50px;
  }
  .movie-header-poster.placeholder {
    height: 274px !important;
  }
  .hero-outer-section {
    height: 600px;
  }
  .outer-container-individual-information {
    margin-bottom: 50px;
  }
}
