#locationsSlider .locationsSlider-intro {
  max-width: 40%;
}
@media screen and (max-width: 992px) {
  #locationsSlider .locationsSlider-intro {
    max-width: 100%;
  }
}
#locationsSlider .locationsSlider-intro h2 {
  margin-bottom: 2rem;
}
#locationsSlider .locationsSlider {
  overflow: visible;
  position: relative;
}
#locationsSlider .locationsSlider .swiper-slide {
  flex-shrink: 0;
  transition: 0.3s ease-in-out all;
  width: 20vw;
  opacity: 50%;
  padding: 0;
}
#locationsSlider .locationsSlider .swiper-slide.swiper-slide-active {
  width: 35vw !important;
  opacity: 100%;
}
@media screen and (max-width: 768px) {
  #locationsSlider .locationsSlider .swiper-slide.swiper-slide-active {
    width: 94vw !important;
  }
}
#locationsSlider .locationsSlider .swiper-slide.swiper-slide-active .locations-slider.title {
  display: block;
}
#locationsSlider .locationsSlider .swiper-buttons {
  position: absolute;
  top: -3rem;
  right: 3rem;
  /* Swap button positions */
}
@media screen and (max-width: 992px) {
  #locationsSlider .locationsSlider .swiper-buttons {
    display: flex;
    position: static;
  }
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev, #locationsSlider .locationsSlider .swiper-buttons .swiper-button-next {
  top: 50%;
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out all;
}
@media screen and (max-width: 992px) {
  #locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev, #locationsSlider .locationsSlider .swiper-buttons .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #521111;
  }
  #locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev img, #locationsSlider .locationsSlider .swiper-buttons .swiper-button-next img {
    width: 50%;
  }
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev.swiper-button-disabled, #locationsSlider .locationsSlider .swiper-buttons .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: all;
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  #locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev {
    right: auto;
    left: 0.5rem;
  }
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev::after {
  content: "";
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-prev:hover {
  transform: rotate(180deg) scale(1.1);
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-next {
  left: 0;
  right: auto;
}
@media screen and (max-width: 992px) {
  #locationsSlider .locationsSlider .swiper-buttons .swiper-button-next {
    right: 0.5rem;
    left: auto;
  }
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-next::after {
  content: "";
}
#locationsSlider .locationsSlider .swiper-buttons .swiper-button-next:hover {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .swiper {
    padding-right: 2rem;
  }
}
.locations-slider-item {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  padding: 2rem;
}

.swiper-slide.locations-slider-item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  color: white;
  overflow: hidden;
}
@media screen and (min-width: 1700px) {
  .swiper-slide.locations-slider-item {
    height: 600px;
  }
}
.swiper-slide.locations-slider-item .locations-slider.title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; /* Keeps title above other content */
  background: white;
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #1F1F1F;
  display: none;
}
.swiper-slide.locations-slider-item .locations-slider.title p {
  margin-bottom: 0;
  font-size: 1rem;
}

.locationsSlider-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .locationsSlider-buttons {
    gap: 0.5rem;
  }
}
.locationsSlider-buttons .locationsSlider-button {
  border: none;
  background: none;
  cursor: pointer;
  color: #6c6c6c;
  font-size: 1rem;
  transition: background 0.3s;
  padding: 0;
}
.locationsSlider-buttons .locationsSlider-button:hover {
  color: #1F1F1F;
}
.locationsSlider-buttons .locationsSlider-button.active {
  color: #1F1F1F;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #521111;
}

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