@charset "UTF-8";
.gal-boxes .row-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.gal-boxes .row-box .col-box {
  width: 20%;
  margin-bottom: 1.6rem;
  padding: 0 0.8rem;
}
.gal-boxes .row-box .col-box a:hover {
  opacity: 0.9;
}
.gal-boxes .row-box .col-box figure {
  overflow: visible;
}
.gal-boxes .row-box .col-box a:focus-visible {
  outline: none;
}
.gal-boxes .row-box .col-box figure:has(a:focus-visible) {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.gal-boxes .row-3 .col-box {
  width: 33.333%;
}
.gal-boxes .row-2 .col-box {
  width: 50%;
}

.gal-name {
  font-size: 1.5rem;
  letter-spacing: 2%;
  line-height: 160%;
  font-weight: 600;
  color: #515151;
  font-family: 'Inter';
}

@media (max-width: 992px) {
  .gal-boxes .row-box .col-box {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .gal-boxes .row-box .col-box {
    width: 33.333%;
  }
  .gal-boxes .row-2 .col-box {
    width: 50%;
  }
}
.gal-carousel {
  position: relative;
  z-index: 2;
}
.gal-carousel .swiper-slide {
  margin: 2rem 0;
}
.gal-carousel .carousel-2 {
  overflow: hidden;
  padding-left: 4px;
  margin-left: -4px;
}
.gal-carousel .swiper-scrollbar,
.gallery-section .swiper-scrollbar {
  left: 0 !important;
  width: 100% !important;
  bottom: 0 !important;
  position: relative !important;
  height: 2px !important;
  background: #e0e0e0 !important;
  border-radius: 0 !important;
}
.gal-carousel .swiper-scrollbar-drag,
.gallery-section .swiper-scrollbar-drag {
  border-radius: 0 !important;
  height: 2px !important;
  background: #00296f !important;
}

.gal-image img {
  transition: opacity 0.4s ease;
  opacity: 1;
}

.gal-image img.loading {
  opacity: 0;
}

.gal-image {
  height: 696px;
  overflow: hidden;
}

.gal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 1199px) {
  .gal-image {
    height: 519px;
  }
}
@media (max-width: 992px) {
  .gal-image {
    height: 385px;
  }
}
@media (max-width: 767px) {
  .gal-image {
    height: 284px;
  }
}
@media (max-width: 576px) {
  .gal-image {
    height: 184px;
  }
}
.gal-boxes figure {
  height: 140px;
  overflow: hidden;
}

.gal-boxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gal-image:has(.gal-main-link:focus-visible) {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.gal-main-link:focus-visible {
  outline: none;
}
.gal-carousel .swiper-slide figure {
  overflow: visible;
}
.gal-carousel .swiper-slide figure:has(a:focus-visible) {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.gal-carousel .swiper-slide figure a:focus-visible {
  outline: none;
}

@media (max-width: 1199px) {
  .gal-boxes figure {
    height: 97px;
  }
}
@media (max-width: 992px) {
  .gal-boxes figure {
    height: 89px;
  }
}
@media (max-width: 767px) {
  .gal-boxes figure {
    height: 89px;
  }
}
@media (max-width: 576px) {
  .gal-boxes figure {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .gallery-section-small .gal-image {
    height: 385px;
  }
}
.gal-boxes-row-2 figure {
  height: 230px;
}

@media (max-width: 992px) {
  .gal-boxes .row-box .col-box {
    width: 50%;
  }
  .gal-boxes-row-2 figure {
    height: 167px;
  }
}
@media (max-width: 767px) {
  .gal-boxes-row-2 figure {
    height: 98px;
  }
} /*# sourceMappingURL=gallery-section.css.map */

.gal-carousel figure {
  height: 80px;
  overflow: hidden;
}
.gal-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
