.home-slider {
  position: relative;
  --swiper-pagination-bullet-size: .625rem;
  --swiper-pagination-bullet-horizontal-gap: .3125rem;
  --swiper-pagination-bullet-inactive-color: #777;
  --swiper-pagination-color: #917205;
  --swiper-pagination-bullet-inactive-opacity: .6;
  background-color: #d6d6d6;
}

.home-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.home-slider .swiper-container {
  overflow: hidden
}

.home-slider .swiper-slide {
  position: relative
}

.home-slider .swiper-slide h2.top-page-swiper-caption {
  font-size: 3.6rem;
  font-weight: 300;
  text-shadow: 2px 4px 10px #000000
}

@media only screen and (max-width: 1199.98px) {
  .home-slider .swiper-slide h2.top-page-swiper-caption {
      font-size:2.8rem
  }
}

@media only screen and (max-width: 574.98px) {
  .home-slider .swiper-slide h2.top-page-swiper-caption {
      font-size:1.7rem
  }
}

.home-slider .swiper-slide .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem
}

.home-slider .swiper-slide .content h3 {
  font-size: 4.375rem;
  margin: 0;
  text-shadow: 3px 3px 5px rgba(0,0,0,.5)
}

.home-slider .slideshow__prev {
  position: absolute;
  left: .5rem;
  top: 50%;
  z-index: 2;
  color: #000;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%)
}

.home-slider .slideshow__next {
  position: absolute;
  right: .5rem;
  top: 50%;
  z-index: 2;
  color: #000;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%)
}

.home-slider .slideshow-footer {
  position: relative;
  background-color: black;
  min-height: 40px;
}

.home-slider .slideshow-footer .slideshow-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.home-slider .slideshow-footer .slideshow-autoplay {
  position: absolute;
  top: 5px;
  right: .5rem
}

.home-slider .slideshow-footer .slideshow-autoplay .btn-autoplay {
  text-decoration: none;
  background-color: transparent;
  background-image: none
}

.home-slider .slideshow-footer .slideshow-autoplay .btn-autoplay svg:first-child {
  display: none
}

.home-slider .slideshow-footer .slideshow-autoplay .btn-autoplay svg:nth-child(2) {
  display: block
}

.home-slider .slideshow-footer .slideshow-autoplay .btn-autoplay.autoplay svg:first-child {
  display: block
}

.home-slider .slideshow-footer .slideshow-autoplay .btn-autoplay.autoplay svg:nth-child(2) {
  display: none
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background-color: white !important;
}

.swiper-pagination-bullet-active {
  background-color: #C78824 !important;
}
.home-slider .swiper-slide a {
  display: block;
  height: 100%;
}