.wrapper {
    width: 100%;
    height: 70vh;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide.slider {
    display: flex;
    align-items: end;
    justify-content: start;
    width: 100%;
    height: 100%;
}
.swiper-slide.slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.9;
}
.swiper-slide.slider .swiper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    margin: auto;
    background-color: #00000055;
}
.swiper-slide.slider .text-container {
    color: white;
    z-index: 3;
    width: 100%;
}
#custom-pagination {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0 0.5rem;
    box-sizing: border-box;
    overflow-x: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: fit-content;
    margin: 0;
    padding: 0 1rem;
    font-weight: 600;
    line-height: 1;
    background: var(--bg);
}
#custom-pagination .swiper-pagination-bullet {
    width: fit-content;
    height: fit-content;
    border-radius: 0;
    background: transparent;
    color: var(--white);
    padding: 1.5rem 1rem;
    margin: 0;
}
#custom-pagination .swiper-pagination-bullet::before {
    content: none;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    mix-blend-mode: difference;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 40px;
}
.swiper-button-prev {
    left: 40px;
}
.swiper-button-next {
    right: 40px;
}
.swiper-slide.swiper-slider.custom-event-slide img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus-swiper .swiper-button-next::after,
.aboutus-swiper .swiper-button-prev::after {
    display: none;
}
/*
.swiper {
  width: 100%;
  height: 100%;
}
.single-event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.single-event img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.single-event .event-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-event {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
 */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide.testimonial-slider {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.swiper-slide.testimonial-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
