.section.bg-default:has(.gallery_container) .headings-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
}
@media screen and (max-width: 1024px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper {
    margin-bottom: var(--spacing-lg);
  }
}
@media screen and (max-width: 767px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper {
    margin-bottom: var(--spacing-md);
  }
}
.section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-xs);
}
.section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke .the-subtitle {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke .the-subtitle {
    font-size: 1rem;
  }
}
.section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke .the-title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke .the-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper .headings-wrap-stroke .the-title {
    font-size: 1.5rem;
  }
}
.section.bg-default:has(.gallery_container) .headings-wrapper .the-content {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 50rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section.bg-default:has(.gallery_container) .headings-wrapper .the-content {
    font-size: 1rem;
  }
}

.gallery_container.splide {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 37.5rem;
}
.gallery_container.splide .splide__track {
  width: 100%;
  overflow: hidden;
}
.gallery_container.splide .splide__list {
  display: flex;
  align-items: stretch;
}
.gallery_container.splide .gallery-item.splide__slide {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.gallery_container.splide .gallery-item.splide__slide .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.gallery_container.splide .gallery-item.splide__slide .thumb img.image-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-sm);
  max-height: 37.5rem;
}
.gallery_container.splide .gallery-item.splide__slide .gallery-player-video {
  display: block;
  position: relative;
}
.gallery_container.splide .gallery-item.splide__slide .gallery-player-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background-image: url("../../../../assets/img/PlayButton.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
  transition: var(--transition-base);
}
@media screen and (max-width: 767px) {
  .gallery_container.splide .gallery-item.splide__slide .gallery-player-video::after {
    width: 3rem;
    height: 3rem;
  }
}
.gallery_container.splide .gallery-item.splide__slide .gallery-player-video:hover::after {
  transform: translate(-50%, -50%) scale(1.05);
}
.gallery_container.splide .gallery-item.splide__slide .gallery-player-video .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--color-overlay) 0%, transparent 55%);
  border-radius: var(--radius-sm);
  pointer-events: none;
  z-index: 1;
}
.gallery_container.splide .gallery-item.splide__slide .caption {
  font-weight: 400;
  line-height: normal;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 2rem 2rem;
  color: var(--color-white);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  margin-top: 0;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  z-index: 2;
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .gallery_container.splide .gallery-item.splide__slide .caption {
    font-size: 1.125rem;
    padding: 0 0 1rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .gallery_container.splide .splide__arrows {
    display: none;
  }
}
.gallery_container.splide .splide__arrows--prev {
  left: calc(31.25% - 5rem);
}
.gallery_container.splide .splide__arrows--next {
  right: calc(31.25% - 5rem);
}
/*# sourceMappingURL=gallery.min.css.map */
