#heroSlider{margin-top: 137px}

.hero {
  background: none;
}
.hero-slide {
  height: 465px;
  background-position: center;
  background-size: cover;
}
.slide-one {
  background-image: url("../images/slider-1.jpeg?auto=format&fit=crop&w=1800&q=85");
}
.slide-two {
  background-image: url("../images/slider-2.jpeg?auto=format&fit=crop&w=1800&q=85");
}
.slide-three {
  background-image: url("../images/slider-3.jpeg?auto=format&fit=crop&w=1800&q=85");
}
.slide-four {
  background-image: url("../images/slider-4.jpeg?auto=format&fit=crop&w=1800&q=85");
}
.slide-five {
  background-image: url("../images/slider-5.jpeg?auto=format&fit=crop&w=1800&q=85");
}
.slide-six {
  background-image: url("../images/slider-6.jpeg?auto=format&fit=crop&w=1800&q=85");
}

.slider-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d0a34e;
  background: rgba(2, 24, 43, 0.72);
  color: #fff;
  font-size: 25px;
}
.carousel-control-prev,
.carousel-control-next {
  width: 7%;
}
.carousel-indicators [data-bs-target] {
  width: 25px;
  background-color: #d4a23a;
}
.dropdown-menu {
  background: #03182b;
  border: 1px solid #886827;
  border-radius: 0;
  margin-top: 12px;
}
.dropdown-item {
  color: #f6f1e8;

  padding: 9px 16px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background: #b88629;
  color: #fff;
}
.dropdown-divider {
  border-color: #53606b;
}
@media (max-width: 575px) {
  .hero-slide {
    height: 420px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 13%;
  }
}
