/* carousel */
.owl-carousel .owl-item img {
  height: 46rem;
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
}
.owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 80px;
  height: 6px;
  margin: 5px 6px;
  border-radius: 0;
  background: #fff;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
}
