.highlights .card-with-text {
  position: relative;
}
.highlights .card-with-text p {
  bottom: 0;
  color: white;
  left: 0;
  font-weight: bold;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  right: 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.highlights img {
  height: 343px;
}

.investor .card {
  height: 411px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}

.investor .card img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.investor .card .main-content {
  z-index: 2;
}

.investor .card .main-content .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: end;
  gap: 15px;
}
.mm-gallery > div {
  margin: 5px;
}
.mm-gallery .col-lg-6 {
  width: 58% !important;
}

.mm-gallery .col-lg-3 {
  width: 23% !important;
}

.mm-result h4 {
  background-color: rgba(0, 0, 0, 0.5);
}

.mm-swiper .controls button {
  width: 48px;
  height: 48px;
}

/* all events  */
section.all-events img {
  height: 220px;
}

/* more events section */
section.more-events-section .events img {
  height: 520px;
}

section.more-events-section .apps img:first-child {
  width: 15px;
}

section.more-events-section .apps img:last-child {
  width: 20px;
}

.mm-swiper .swiper-slide img {
  height: 320px;
}

.featured {
  position: relative;
}

.Featured-News-Controls {
  position: absolute;
  top: 60%;
  width: 46lvw;
  left: 15px;
  right: 0;
  margin-inline: auto;
  justify-content: space-between;
  z-index: 2;
}

.Featured-News-Controls button {
  background-color: #fff;
}

@media (max-width: 1440px) {
  .Featured-News-Controls {
    width: 64lvw;
  }
}

@media (min-width: 1200px) {
  .mm-swiper .swiper-slide {
    transform: translateX(-350px) scale(0.9) !important;
    /* width: 750px !important; */
  }
  .mm-swiper .swiper-slide > div {
    min-height: 292px;
    align-items: center;
    padding: 32px;
  }

  .mm-swiper .swiper-slide:not(.swiper-slide-next) {
    opacity: 0.5;
    filter: blur(5px);
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
  }

  .mm-swiper .swiper-slide-next {
    transform: translateX(-350px) scale(1) !important;
    width: 700px !important;
  }
}

.category-tag {
  position: absolute;
  padding: 20px;
}

.category-tag .btn {
  cursor: default;
}

.category-tag .btn:hover {
  background: #0008;
  color: #fff;
}

.category-tag div {
  background: #0008;
}
