/* Dev tools */
.dev-tools {
  /* display: none; */
}

.hero-carousel .home-hero {
  height: 100%;
}

.hero-carousel {
  position: relative;
  background-color: var(--pure-white);
}

.hero-carousel .carousel-buttons {
  z-index: 2;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.hero-carousel .home-hero {
  padding-bottom: 75px;
}

/* Carousel buttons */
.hero-carousel .carousel-buttons .carousel-indicators {
  position: static;
  margin: 0;
}

.hero-carousel .carousel-indicators button {
  background-color: var(--pure-white);
  opacity: 1;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  transition: 0.3s;
  margin: 6px;
}

.hero-carousel .carousel-indicators button.active {
  background-color: var(--aqua);
  border: 1px solid var(--pure-white);
  opacity: 1;
}

.hero-carousel .carousel-buttons .carousel-control-prev,
.hero-carousel .carousel-buttons .carousel-control-next {
  margin: 0;
  position: static;
  transform: none;
}

/* .hero-carousel .carousel-item:not(:has(.home-hero)) {
    display: none;
    min-height: 400px;
} */

/* find-cruises-bar */
.hero-carousel .find-cruises-bar {
  position: relative;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  z-index: 999;
}

.hero-carousel .home-hero .find-cruises-bar {
  display: none;
}
