.mahe-online-section {
  position: relative;
  width: 100%;
  font-family: "Inter", sans-serif;
}

.mahe-online__slider-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3130/1270;
  height: auto;
}
.mahe-online__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 1;
}
.mahe-online__slide--active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.mahe-online__bg-img {
  object-fit: cover;
  object-position: center bottom;
}
.mahe-online__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  margin-top: 20%;
}
.mahe-online__title {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
}
.mahe-online .arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  background: #ffffff;
}

@media (min-width: 1920px) {
  .mahe-online__content {
    margin-top: 15%;
  }
  .mahe-online .mahe-online__title {
    font-size: 68px;
  }
  .arrows {
    right: 85px;
    bottom: 31px;
  }
}
@media (max-width: 1366px) {
  .mahe-online__title {
    font-size: 44px;
  }
  .mahe-online__content {
    margin-top: 15%;
  }
}
@media (max-width: 992px) {
  .mahe-online-section {
    margin-bottom: 100px;
  }
  .mahe-online__content {
    margin-top: 120px;
    justify-content: center;
  }
  .mahe-online__title {
    font-size: clamp(1.5rem, 5.5vw, 2.2rem);
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
  }
  .arrows {
    bottom: -60px;
    right: -13px;
  }
}
@media (max-width: 575.98px) {
  .mahe-online__slider-wrapper {
    border-radius: 16px;
  }
  .arrows {
    right: -20px;
  }
}/*# sourceMappingURL=mahe-online.css.map */