/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/hero/hero.scss ***!
  \****************************************************************************************************************************/
.acf-block-preview .swiper-slide:not(:first-child) {
  display: none;
}

.cont {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slider {
  position: relative;
  height: 100%;
  display: flex;
  transition: transform 750ms ease-in-out;
  will-change: transform;
}
.slider.animation {
  transition: transform 750ms ease-in-out;
}

.slide {
  position: relative;
  width: 100vw;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.slide__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .slide__bg img {
    aspect-ratio: 21/9;
    object-position: unset !important;
  }
}
.slide__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 576px) {
  .slide__bg {
    object-fit: contain;
    background-color: #000;
  }
}
.slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 3rem;
  max-width: 850px;
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  .slide__content {
    align-items: flex-start;
    text-align: left;
    height: unset;
    max-width: 90%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .slide__content {
    padding-right: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .slide__content {
    padding-right: 900px;
  }
}
.slide__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .slide__title {
    margin-top: 0;
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .slide__title {
    margin-top: 11.5rem;
    font-size: 40px;
  }
}
.slide__subtitle {
  margin-right: 20px;
  font-family: "Krub", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
  display: none;
}
@media screen and (min-width: 992px) {
  .slide__subtitle {
    display: block;
    font-size: 25px;
  }
}
.slide__btn {
  font-family: "Krub", sans-serif;
  display: inline-block;
  border-radius: 40px;
  padding: 0.75rem 2rem;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  transition: all 0.6s ease;
}
.slide__btn:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}

.nav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  z-index: 10;
}
.nav__slide {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
.nav__slide.nav-active, .nav__slide:hover {
  background-color: white;
  color: white;
  text-decoration: none;
}

.side-nav {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}
.side-nav--left {
  left: 0;
}
.side-nav--right {
  right: 0;
}

.hero-slider {
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .hero-slider {
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .hero-slider {
    height: 75vh;
  }
}
.hero-slider .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    margin-top: 0;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    margin-top: 0;
  }
}

/*# sourceMappingURL=hero.css.map*/