/**
* Block Name: gallery_swiper
*/

section.gallery_swiper {
  overflow: hidden;
}

section.gallery_swiper .swiper_nav {
  padding-bottom: 10px;
}

section.gallery_swiper .button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg class='d-flex flex-row justify-content-start' width='39' height='34' viewBox='0 0 39 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='btn-background' d='M27.6737 32.6023C27.4308 33.3512 26.7331 33.8584 25.9457 33.8584L17.1016 33.8584C7.7724 33.8584 0.209592 26.2956 0.209592 16.9664C0.209593 7.63721 7.7724 0.0744068 17.1016 0.0744076L34.8615 0.0744092C36.5228 0.0744093 37.7008 1.69504 37.1881 3.27524L27.6737 32.6023Z' fill='%23DDDDDD' /%3E%3Cpath class='btn-text' d='M19.2241 10.3341L19.9819 11.0919L14.1076 16.9663L19.9819 22.8406L19.2241 23.5984L12.592 16.9663L19.2241 10.3341Z' fill='white' /%3E%3C/svg%3E");
  content: "";
  width: 39px;
  height: 34px;
  transition: all 200ms ease-in-out;
  position: relative;
}

section.gallery_swiper .button-prev:not(.swiper-button-disabled) {
  background-image: url("data:image/svg+xml, %3Csvg style='transform: rotate(180deg)' class='d-flex flex-row justify-content-start' width='71' height='34' viewBox='0 0 71 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.514 2.14869C10.9152 0.911971 12.0674 0.0744629 13.3675 0.0744629H54.1081C63.4373 0.0744629 71.0001 7.63727 71.0001 16.9665C71.0001 26.2956 63.4373 33.8585 54.1081 33.8585H4.35377C2.31623 33.8585 0.871412 31.8708 1.50018 29.9327L10.514 2.14869Z' fill='%23FDBD26' /%3E%3Cpath d='M52.3681 23.5985L51.6104 22.8407L57.4847 16.9664L51.6104 11.092L52.3681 10.3342L59.0003 16.9664L52.3681 23.5985Z' fill='white' /%3E%3C/svg%3E");
  width: 71px;
  height: 34px;
  content: "";
  position: relative;
  transition: all 200ms ease-in-out;
}

section.gallery_swiper .button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg class='d-flex flex-row justify-content-start' style='transform: rotate(180deg)' width='39' height='34' viewBox='0 0 39 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='btn-background' d='M27.6737 32.6023C27.4308 33.3512 26.7331 33.8584 25.9457 33.8584L17.1016 33.8584C7.7724 33.8584 0.209592 26.2956 0.209592 16.9664C0.209593 7.63721 7.7724 0.0744068 17.1016 0.0744076L34.8615 0.0744092C36.5228 0.0744093 37.7008 1.69504 37.1881 3.27524L27.6737 32.6023Z' fill='%23DDDDDD' /%3E%3Cpath class='btn-text' d='M19.2241 10.3341L19.9819 11.0919L14.1076 16.9663L19.9819 22.8406L19.2241 23.5984L12.592 16.9663L19.2241 10.3341Z' fill='white' /%3E%3C/svg%3E");
  content: "";
  width: 39px;
  height: 34px;
  transition: all 200ms ease-in-out;
  position: relative;
}

section.gallery_swiper .button-next:not(.swiper-button-disabled) {
  background-image: url("data:image/svg+xml, %3Csvg class='d-flex flex-row justify-content-start' width='71' height='34' viewBox='0 0 71 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.514 2.14869C10.9152 0.911971 12.0674 0.0744629 13.3675 0.0744629H54.1081C63.4373 0.0744629 71.0001 7.63727 71.0001 16.9665C71.0001 26.2956 63.4373 33.8585 54.1081 33.8585H4.35377C2.31623 33.8585 0.871412 31.8708 1.50018 29.9327L10.514 2.14869Z' fill='%23FDBD26' /%3E%3Cpath d='M52.3681 23.5985L51.6104 22.8407L57.4847 16.9664L51.6104 11.092L52.3681 10.3342L59.0003 16.9664L52.3681 23.5985Z' fill='white' /%3E%3C/svg%3E");
  width: 71px;
  height: 34px;
  position: relative;
  content: "";
  transition: all 200ms ease-in-out;
}

section.gallery_swiper .swiper-slide {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  opacity: 1;
  filter: blur(0px);
  transition: opacity 200ms ease-in-out, filter 200ms ease-in-out;
}

section.gallery_swiper .swiper-slide.swiper-slide-next,
section.gallery_swiper .swiper-slide.swiper-slide-prev {
  opacity: 0.2;
  filter: blur(2.5px);
}

section.gallery_swiper .swiper-slide .image_wrapper {
  max-height: 500px;
  border-radius: 6px;
}

/* clipping */

section.gallery_swiper .swiper-slide .image_wrapper img {
  width: 100%;
  height: auto;
  clip-path: url(#slider-clip);
  -webkit-clip-path: url(#slider-clip);
  border-radius: 20px;
}

section.gallery_swiper .swiper-slide .image_wrapper img {
  max-height: 500px;
}

section.gallery_swiper .swiper-slide .content_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1001;
}

section.gallery_swiper .swiper-slide .content_wrapper * {
  color: white;
}

section.gallery_swiper .swiper-slide .content_wrapper h4 {
  padding: 30px;
  padding-right: 50px;
}

section.gallery_swiper .swiper-slide .content_wrapper div.btn-secondary {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

section.gallery_swiper .swiper-slide .content_wrapper div.btn-secondary span {
  position: relative;
  z-index: 1001;
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 5px;
  padding-right: 10px;
  transition: color 150ms ease-in-out;
}

section.gallery_swiper
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span {
  color: #364662;
}

section.gallery_swiper
  .swiper-slide
  .content_wrapper
  div.btn-secondary
  span
  svg
  path,
section.gallery_swiper
  .swiper-slide
  .content_wrapper
  div.btn-secondary
  span
  svg {
  transition: all 150ms ease-in-out;
}

section.gallery_swiper
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span
  svg {
  transform: translateX(2px);
}

section.gallery_swiper
  .swiper-slide:hover
  .content_wrapper
  div.btn-secondary
  span
  svg
  path {
  fill: #364662;
}

section.gallery_swiper .swiper-slide .content_wrapper svg.rectangle {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 1000;
}

@media (min-width: 1400px) {
  section.gallery_swiper .swiper-slide .image_wrapper,
  section.gallery_swiper .swiper-slide .image_wrapper img {
    max-height: 700px;
  }
}

@media (max-width: 992px) {
  section.gallery_swiper .swiper-slide .image_wrapper,
  section.gallery_swiper .swiper-slide .image_wrapper img {
    height: 350px;
  }
}

@media (max-width: 767px) {
  section.gallery_swiper .swiper-slide .image_wrapper img {
    clip-path: none;
    -webkit-clip-path: none;
  }

  section.gallery_swiper .button-prev:not(.swiper-button-disabled) {
    width: 39px;
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='35' viewBox='0 0 39 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4433 33.1304C28.2003 33.8793 27.5026 34.3865 26.7153 34.3865L17.8711 34.3865C8.54193 34.3865 0.979123 26.8237 0.979124 17.4945C0.979124 8.16529 8.54193 0.602483 17.8711 0.602484L35.631 0.602485C37.2923 0.602486 38.4703 2.22311 37.9577 3.80332L28.4433 33.1304Z' fill='%23FDBD26'/%3E%3Cpath d='M19.9942 10.8619L20.752 11.6197L14.8776 17.4941L20.752 23.3684L19.9942 24.1262L13.362 17.4941L19.9942 10.8619Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  section.gallery_swiper .button-next:not(.swiper-button-disabled) {
    width: 39px;
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='35' viewBox='0 0 39 35' fill='none' style='transform: rotate(180deg)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.4433 33.1304C28.2003 33.8793 27.5026 34.3865 26.7153 34.3865L17.8711 34.3865C8.54193 34.3865 0.979123 26.8237 0.979124 17.4945C0.979124 8.16529 8.54193 0.602483 17.8711 0.602484L35.631 0.602485C37.2923 0.602486 38.4703 2.22311 37.9577 3.80332L28.4433 33.1304Z' fill='%23FDBD26'/%3E%3Cpath d='M19.9942 10.8619L20.752 11.6197L14.8776 17.4941L20.752 23.3684L19.9942 24.1262L13.362 17.4941L19.9942 10.8619Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
