/* breakpoints */
.gallery {
  font-family: sans-serif;
  position: relative;
}
@media (max-width: 575.98px) {
  .gallery .swiper__controls .prev, .gallery .swiper__controls .next {
    top: 45%;
  }
}
.gallery .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 32vw;
  background-color: var(--Black);
  opacity: 0.2;
  border-radius: 0;
}
.gallery .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery .gallery__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
@media (max-width: 991.98px) {
  .gallery .gallery__body {
    bottom: 10px;
  }
}
.gallery .gallery__body span.gallery__text {
  color: var(--white);
  font-weight: 400;
}
.gallery i.prev, .gallery i.next {
  position: absolute;
  top: 50%;
  z-index: 100;
  padding: 1rem;
  background-color: var(--white);
  cursor: pointer;
  transform: translateY(-50%);
}
.gallery i.prev {
  left: 0;
  border-radius: 0 var(--border-radius-xs) var(--border-radius-xs) 0;
}
.gallery i.next {
  right: 0;
  border-radius: var(--border-radius-xs) 0 0 var(--border-radius-xs);
}
.gallery .gallery_b .gallery__image {
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 var(--border-radius-lg);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .gallery .gallery_b .gallery__image {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 var(--border-radius-sm);
  }
}
.gallery .gallery_c .gallery__image {
  border-radius: var(--border-radius-md) var(--border-radius-md) 0 var(--border-radius-md);
}
@media (max-width: 767.98px) {
  .gallery .gallery_c .gallery__image {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) 0 var(--border-radius-sm);
  }
}
.gallery .gallery_c .gallery__image.odd {
  border-radius: var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;
}
@media (max-width: 767.98px) {
  .gallery .gallery_c .gallery__image.odd {
    border-radius: var(--border-radius-sm) var(--border-radius-sm) var(--border-radius-sm) 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fgreensignevents%2Fscss%2Fcomponents%2F_gallery.scss%22%2C%22%2Fthemes%2Fgreensignevents%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACsCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAC5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsCA%3BAAAA%3BAAAA%3BACtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4CE%3BAAAA%3BAAAA%3BAC5CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */