.main-carousel .owl-carousel-main {
  position: relative;
}

.main-carousel .owl-carousel-main .owl-stage-outer {
  max-height: calc(100vh - 70px);
}

.main-carousel .owl-theme .owl-dots .owl-dot span {
  border-radius: 2px;
  width: 50px;
  background: white;
  height: 5px;
}

.main-carousel .owl-theme .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-carousel .owl-theme .owl-dots .owl-dot.active span,
.main-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  border: 1px solid darkgray;
}

.main-carousel .owl-item-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-carousel .owl-item-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  object-position: center;
}

.main-carousel .owl-item-container span {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 600;
  color: #fff;
  width: 100%;
}

.main-carousel .owl-item-container span p {
  font-size: 40px;
}

.main-carousel .bottom-position {
  object-position: bottom !important;
}

@media (max-width: 768px) {
  .main-carousel .owl-item-container span {
    font-size: 30px;
  }

  .main-carousel .owl-theme .owl-dots {
    width: 90%;
  }
}
