.home #sabaton-slider {
  margin-bottom: 0;
}

.home .elementor-swiper .swiper-pagination-bullet-active {
  background-color: var(--light-gold) !important;
}

.home .elementor-swiper .swiper-pagination-bullet {
  background: #cfcfcf;
}

.home .elementor-swiper .swiper-pagination-bullets {
  bottom: 30px;
}

@media (min-width: 768px) {
  .home .elementor-swiper .swiper-pagination-bullets {
    display: none;
  }
}

@media (max-width: 767px) {
  .home .elementor-swiper .swiper-slide {
    min-height: 65vh;
  }
}

.home .elementor-swiper .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 143, 143, 0.15)), to(#000000));
  background: linear-gradient(180deg, rgba(177, 143, 143, 0.15) 0%, #000000 100%);
}

.home .elementor-swiper .swiper-slide .swiper-slide-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .elementor-swiper .swiper-slide .swiper-slide-inner .elementor-slide-heading {
  font-family: var(--Cinzel);
}

@media (min-width: 992px) {
  .home .elementor-swiper .swiper-slide .swiper-slide-inner .elementor-slide-heading {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .home .elementor-swiper .swiper-slide .swiper-slide-inner .elementor-slide-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .home .elementor-swiper .swiper-slide .swiper-slide-inner .elementor-slide-heading {
    font-size: 3rem;
  }
}

.home .elementor-swiper .swiper-slide .swiper-slide-inner .elementor-slide-description .description-text {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--Poppins);
}

.home .elementor-swiper .elementor-swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-image: url(../../images/arrow-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 767px) {
  .home .elementor-swiper .elementor-swiper-button {
    display: none;
  }
}

@media (min-width: 1200px) {
  .home .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev {
    left: 4rem;
  }
}

@media (min-width: 1200px) {
  .home .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
    right: 4rem;
  }
}

.home .elementor-swiper .elementor-swiper-button .eicon-chevron-left:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.home .elementor-swiper .elementor-swiper-button .eicon-chevron-right:before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.home .elementor-swiper .elementor-swiper-button:hover, .home .elementor-swiper .elementor-swiper-button:focus, .home .elementor-swiper .elementor-swiper-button:active {
  background-color: var(--fade-white-10);
}

.home .swiper-slide-contents {
  text-align: center;
  z-index: 1;
}

.home .swiper-slide-contents .elementor-button {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.875rem 1.5rem !important;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}

.home .swiper-slide-contents .elementor-slide-button {
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--black) !important;
  background-color: var(--gold) !important;
  background-image: none;
  border-color: var(--no-color) !important;
  -webkit-box-shadow: 0px 4px 40px var(--gold);
          box-shadow: 0px 4px 40px var(--gold);
}

.home .swiper-slide-contents .elementor-slide-button:hover, .home .swiper-slide-contents .elementor-slide-button:focus, .home .swiper-slide-contents .elementor-slide-button:active {
  color: var(--dark-gold) !important;
  background-color: var(--light-gold) !important;
}
/*# sourceMappingURL=slider.css.map */