* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background-color: #161b21;
}

.advertisement-gap {
  padding-top: 140px;
}

.hero-outer-section {
  color: var(--text-color);
  overflow: hidden;
}

.event-info-btn {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 50px;
  height: 41px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  /* background-color: #161b21; */
  z-index: 10;
}

.hero-section {
  position: relative;
  width: 1920px;
  max-width: 100%;
  min-height: 733px;
  height: unset !important;
  max-height: unset !important;
  background: transparent
    linear-gradient(
      180deg,
      var(--background-color) 0%,
      var(--background-color) 100%
    )
    0% 0% no-repeat padding-box;
}

.movieheader-swiper {
  height: 733px !important;
  max-height: 733px !important;
}

.swiper-movieheader-ad-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color);
  height: unset !important;
}

.swiper-movieheader-ad-slide img {
  max-width: 100vw;
}

.event-container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: absolute;
  top: 140px;
  left: 378px;
  right: 273px;
  z-index: 5;
}

.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: 0px 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: flex-end;
  position: relative;
  /* margin-top: 190px; */
  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-bold);
  font-size: var(--text-4xl);
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0px;
  color: var(--text-color);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
}

.event-description {
  font: normal normal normal 20px/30px Roboto;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  letter-spacing: 0px;
  max-height: 90px;
  height: 90px;
  letter-spacing: 0px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.movieheader-swiper {
  width: 100%;
  height: 100%;
}

.swiper-movieheader-slide {
  position: relative;
  width: 100%;
  height: 100% !important;
}

.swiper-movieheader-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background: transparent
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, var(--background-color) 100%)
    0% 0% no-repeat padding-box;
}

.swiper-movieheader-slide.miniBackground::before {
  top: unset;
  bottom: 0;
  height: 50% !important;
  background: transparent
    linear-gradient(0deg, var(--background-color) 0%, rgba(0, 0, 0, 0.005) 80%)
    0% 0% no-repeat padding-box;
}

.swiper-movieheader-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.movieheader-swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
  opacity: 0.7 !important;
  margin: 0 75px;
}

.swiper-button-movieheader-next::after,
.swiper-button-movieheader-prev::after,
.swiper-button-movieheader-ad-next::after,
.swiper-button-movieheader-ad-prev::after {
  content: "" !important;
  font-family: unset !important;
}

.swiper-movieheader-navigation-icons {
  font-size: var(--text-3xl);
}

.swiper-movieheader-pagination {
  position: unset !important;
  width: 420px !important;
  bottom: 40px !important;
  left: 910px !important;
  z-index: 1000 !important;
  display: flex;
  justify-content: space-between;
  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;
}

.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ticket-color);
  border-radius: 10px;
  width: 158px;
  height: 41px;
  border: none;
  font-size: var(--text-sm);
  font-weight: bold;
  letter-spacing: 0px;
  color: var(--text-color);
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  .event-container {
    left: 200px;
    right: 200px;
    margin: 0 auto;
    max-width: 1200px;
  }
}

@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;
  }

  .primary-button {
    font-weight: normal;
    text-transform: unset;
  }

  .event-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    top: 180px;
    left: 50%;
    transform: translate(-50%);
  }

  .event-container img {
    max-width: 270px;
    max-height: 404px;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 3px 15px #00000091;
  }

  .event-title-parent,
  .event-description {
    display: none !important;
  }

  .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; */
    height: 424px;
    min-height: 424px;
    max-height: 424px;
  }

  .header {
    height: 75px;
    background: var(--background-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 7px #00000073;
  }

  .hero-section {
    height: 613px;
    max-height: 613px;
  }

  .swiper-button-movieheader-next,
  .swiper-button-movieheader-prev,
  .swiper-button-movieheader-ad-next,
  .swiper-button-movieheader-ad-prev {
    margin: 0 20px;
  }

  .swiper-movieheader-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: 50px;
  }

  .advertisement-gap {
    padding-top: 0;
  }

  .swiper-button-movieheader-prev,
  .swiper-button-movieheader-next {
    top: 33% !important;
  }
}

@media only screen and (max-width: 900px) {
  .swiper-movieheader-navigation-icons {
    font-size: var(--text-xl);
  }
}

@media only screen and (max-width: 440px) {
  .event-infos {
    margin-top: 0;
  }

  .advertisement-gap {
    padding-bottom: 50px;
  }

  .movieheader-swiper {
    height: 683px !important;
    max-height: 683px !important;
  }

  .event-container {
    top: 0;
  }

  .movie-header-poster.placeholder {
    height: 274px !important;
  }

  .hero-outer-section {
    height: 683px;
  }
}

@media only screen and (max-width: 370px) {
  .event-container img {
    width: calc(100vw - 120px);
    aspect-ratio: auto;
  }

  #eventImageLink {
    display: flex;
    justify-content: center;
  }
}
