/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/image-gallery/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* image gallery block css */
.image-gallery-block {
  padding: 3em 0;
  background-color: #ffffff;
  position: relative;
}

.image-gallery-row {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-flow: row wrap;
  display: flex;
  margin: 0 auto;
  grid-gap: 0.6em;
}

.image-gallery-row .gallery-box img {
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-gallery-row .gallery-box img.play-button-yt {
  min-width: 4em;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 10%;
  height: auto;
  pointer-events: none;
}

/* modal css */
.image-gallery-modal {
  display: none;
  position: fixed;
  z-index: 506;
  padding: 1em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

/* Modal Content */
.image-gallery-modal .image-gallery-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.image-gallery-closeBtn {
  font-size: 1em;
  position: absolute;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 4em;
}

.image-gallery-closeBtn:hover,
.image-gallery-closeBtn:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.image-gallery-modal-content .mySlides {
  display: none;
}

.image-gallery-modal-content .mySlides img {
  max-height: 80vh;
  width: -webkit-fill-available;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev-image-slide, .next-image-slide {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  transition: 0.6s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  background: #271D7A;
  border-radius: 55% 44% 53% 49%/52% 50% 48%;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-image-slide {
  transform: rotate(180deg);
}

a.prev-image-slide, a.next-image-slide {
  color: #ffffff;
}

/* Position the "next button" to the right */
.next-image-slide {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev-image-slide:hover,
.next-image-slide:hover {
  background-color: #1f1762;
}

.image-gallery-row.extended-media-lib .gallery-box img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(1) {
  width: calc(39.5% - 0.4em);
  padding-top: 20%;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(2) {
  width: calc(39.5% - 0.4em);
  padding-top: 20%;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(3) {
  width: calc(21% - 0.4em);
  padding-top: 20%;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(4) {
  width: calc(60% - 0.3em);
  padding-top: 33.25%;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(5) {
  width: calc(40% - 0.3em);
  padding-top: 33.25%;
}

.image-gallery-row.extended-media-lib .gallery-box:nth-child(n+6) {
  width: calc(50% - 0.3em);
  padding-top: 28.5%;
}

.image-gallery-row .gallery-box {
  width: calc(50% - 0.3em);
  position: relative;
  border-radius: 0.5em;
}

.image-gallery-row.extended-media-lib.odd-media-lib .gallery-box:last-child,
.image-gallery-row.odd-media-lib .gallery-box:last-child {
  width: 100%;
}

.image-gallery-row.extended-media-lib.odd-media-lib .gallery-box:nth-child(n+6) {
  padding-top: 56%;
}

.image-gallery-row .gallery-box:has(> .video-frame)::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 124 124\" fill=\"none\"%3E%3Cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M62.2904 123.366C96.1747 123.366 123.643 95.8974 123.643 62.0131C123.643 28.1288 96.1747 0.660156 62.2904 0.660156C28.4061 0.660156 0.9375 28.1288 0.9375 62.0131C0.9375 95.8974 28.4061 123.366 62.2904 123.366ZM52.4727 74.3551C52.4727 75.9259 54.2006 76.8836 55.5327 76.0511L74.3002 64.3213C75.5536 63.538 75.5536 61.7127 74.3002 60.9293L55.5327 49.1996C54.2006 48.3671 52.4727 49.3247 52.4727 50.8956V74.3551Z\" fill=\"black\" fill-opacity=\"0.5\"/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 5em;
  height: auto;
  margin: auto;
  pointer-events: none;
}

.image-gallery-closeBtn .slider-close-icon {
  display: none;
}

.image-gallery-closeBtn::before, .image-gallery-closeBtn::after {
  background: #ffffff;
  border-radius: 1.275em;
  content: "";
  display: block;
  height: 0.15em;
  margin: -0.5em 0 0 0;
  min-height: 0.15rem;
  position: absolute;
  right: 1.15em;
  top: 2.25em;
  transition: 0.25s;
  width: 1.275em;
  z-index: 1;
}

.image-gallery-closeBtn::before {
  transform: rotate(-45deg);
}

.image-gallery-closeBtn::after {
  transform: rotate(-135deg);
}

@media only screen and (max-width: 1500px) {
  .image-gallery-row .gallery-box:has(> .video-frame)::after {
    width: 3.5em;
  }
}
@media only screen and (max-width: 1200px) {
  .image-gallery-block {
    padding: 2em 0;
  }
  .image-gallery-row {
    grid-gap: 0.5em;
  }
  .image-gallery-row .gallery-box:has(> .video-frame)::after {
    width: 3em;
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(1) {
    width: calc(39.5% - 0.5em);
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(2) {
    width: calc(39.5% - 0.5em);
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(3) {
    width: 21%;
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(4) {
    width: calc(60% - 0.25em);
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(5) {
    width: calc(40% - 0.25em);
  }
  .image-gallery-row.extended-media-lib .gallery-box:nth-child(n+6) {
    width: calc(50% - 0.25em);
  }
  .image-gallery-row .gallery-box {
    width: calc(50% - 0.25em);
  }
  /* image gallery */
  .prev-image-slide, .next-image-slide {
    font-size: 0.8em;
  }
  .image-gallery-closeBtn {
    width: 2.5em;
    top: 2em;
  }
  .image-gallery-closeBtn .slider-close-icon {
    width: 1em;
  }
  .image-gallery-closeBtn span {
    width: 2.5em;
  }
}
@media only screen and (max-width: 900px) {
  .image-gallery-block {
    padding: 1.5em 0;
  }
  .prev-image-slide, .next-image-slide {
    font-size: 0.7em;
    margin-top: -1em;
  }
  .image-gallery-row .gallery-box:has(> .video-frame)::after {
    width: 2.5em;
  }
  .image-gallery-row .gallery-box img {
    border-radius: 0.25em;
  }
  .image-gallery-row .gallery-box {
    border-radius: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .image-gallery-row .gallery-box img.play-button-yt {
    min-width: 3em;
  }
}
@media screen and (max-width: 600px) {
  .image-gallery-row.extended-media-lib .gallery-box {
    width: calc(50% - 0.25em) !important;
    padding: inherit !important;
  }
  .image-gallery-row.extended-media-lib .gallery-box img {
    position: relative;
  }
  .image-gallery-row.extended-media-lib.odd-element-mob-media .gallery-box:last-child {
    width: 100% !important;
  }
  .image-gallery-row .gallery-box img.play-button-yt {
    min-width: 2em;
  }
}
@media screen and (max-width: 400px) {
  .image-gallery-row div {
    margin: 0;
  }
  .image-gallery-row {
    padding: 0;
  }
  .image-gallery-row .gallery-box img.play-button-yt {
    min-width: 1.5em;
  }
}

/*# sourceMappingURL=style-index.css.map*/