.events-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;
}

.events-swiper .swiper-slide img {
  height: 320px;
}

.featured {
  position: relative;
}

.Featured-News-Controls {
  position: absolute;
  top: 60%;
  width: 52%;
  left: 15px;
  right: 0;
  margin-inline: auto;
  justify-content: space-between;
  z-index: 2;
}

.Featured-News-Controls button {
  background-color: #fff;
}
.swiper-prev:hover {
  background-color: var(--main-color) !important;
  color: #fff;
}
.swiper-next:hover {
  background-color: var(--main-color) !important;
  color: #fff;
}
@media (max-width: 1440px) {
  .Featured-News-Controls {
    width: 60lvw;
  }
}
@media (min-width: 1200px) {
  .events-swiper .swiper-slide {
    transform: translateX(-350px) scale(0.9) !important;
    /* width: 750px !important; */
  }
  .events-swiper .swiper-slide > div {
    min-height: 292px;
    align-items: center;
    padding: 32px;
  }

  .events-swiper .swiper-slide:not(.swiper-slide-next) {
    opacity: 0.5;
    filter: blur(5px);
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
  }

  .events-swiper .swiper-slide-next {
    transform: translateX(-350px) scale(1) !important;
    width: 700px !important;
  }
}
