#pk_flex_content .flex_layout.hero_home {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  background: #000000;
}

#pk_flex_content .flex_layout.hero_home > .flex_layout_wrapper,
#pk_flex_content .flex_layout.hero_home .hero-home__section,
#pk_flex_content .flex_layout.hero_home .hero-inner__wrapper {
  height: 100%;
}

#pk_flex_content .flex_layout.hero_home::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#pk_flex_content .flex_layout.hero_home .holder {
  max-width: 100%;
  width: 100%;
}
.hero-section {
  padding: 0 10px;
}

.hero_home .hero-gallery {
  position: relative;
  height: 100%;
  z-index: 2;
}
.hero_home .swiper-container {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero_home .swiper-wrapper {
  align-items: stretch;
}
.hero_home .swiper-slide {
  height: auto;
}
.hero_home .hero-gallery::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 180px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    #000000
  );
}
.hero_home .hero-gallery::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero_home .hero-gallery .pk-swiper__nav {
  max-width: 1290px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hero_home .hero-gallery .swiper-pagination {
  max-width: fit-content;
  width: auto;
  height: fit-content;
  position: relative;
  top: unset;
  left: unset;
  right: -30px;
  transform: rotate(-270deg);
  z-index: 9999;
}
.hero_home .hero-gallery .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid var(--purple);
  background: transparent;
}
.hero_home .hero-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--purple);
}

.hero_home .hero-content__layer {
  position: absolute;
  top: clamp(100px, 7vw, 150px);
  left: 0;
  right: 0;
  max-width: 845px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--white);
  z-index: 5;
}

.hero_home .hero-content__layer .content h1 {
  font-weight: 500;
  text-align: center;
}

.hero_home .hero-content__layer .content .hero-cta__button {
  margin: 0 auto;
  margin-top: 32px;
  background: var(--purple);
}

.hero_home .hero-content__layer .content .hero-cta__button {
  color: var(--white);
  border-color: var(--purple);
}

.hero-media__layer {
  /* position: absolute;
  top: 75px;
  left: 0;
  bottom: 0;
  right: 0; */
  width: 100%;
  height: 100%;
}

.hero-media__layer img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.reveal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(42, 1fr);
  pointer-events: none;
  z-index: 2;
}

.reveal-block {
  background: black;
  transform: translateY(0%);
  overflow: hidden;
}

/* .hero-bottom__layer */
@media screen and (min-width: 768px) {
}

@media screen and (min-width: 990px) {
}

@media screen and (min-width: 1199px) {
}

@media screen and (min-width: 1401px) {
}

@media screen and (max-width: 1400px) {
}
