@import "../css/swiper-bundle.min.css";
.nws-section.nws-gallery-header-section {
  padding-top: 62px;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section {
    padding-top: 26px;
  }
}
.nws-section.nws-gallery-header-section .items-wrap {
  direction: ltr;
  position: relative;
}
@media (min-width: 992px) {
  .nws-section.nws-gallery-header-section .items-wrap {
    padding: 14px 22px 57px;
    border-bottom: 2px solid #DBDBDB;
  }
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .items-wrap {
    padding-bottom: 36px;
  }
}
.nws-section.nws-gallery-header-section .one-item figure {
  margin: 7px auto 13px;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .one-item figure {
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
  }
}
.nws-section.nws-gallery-header-section .one-item figure span {
  position: relative;
}
.nws-section.nws-gallery-header-section .one-item figure span:before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 2px solid #ddd;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .one-item figure span {
    transform: scale(0.5) translate(-50%, -50%);
  }
}
.nws-section.nws-gallery-header-section .one-item .title {
  display: table;
  margin-inline: auto;
  color: #000;
  line-height: 1.7;
  transition: all 0.3s ease-in-out;
  font-size: 1.25em;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .one-item .title {
    font-size: 0.875em;
  }
}
.nws-section.nws-gallery-header-section .one-item .title:hover {
  color: #16E0E3;
}
.nws-section.nws-gallery-header-section .one-item.active .title {
  color: #16E0E3;
}
.nws-section.nws-gallery-header-section .header-swiper {
  position: relative;
}
@media (min-width: 992px) {
  .nws-section.nws-gallery-header-section .header-swiper {
    padding-inline-start: 25px;
  }
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .header-swiper {
    width: calc(100% + 20px);
    margin-inine-right: -20px;
  }
}
.nws-section.nws-gallery-header-section .header-swiper .swiper-slide {
  width: auto;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) {
  position: absolute;
  inset-block: 50% auto;
  inset-inline: 0 0;
  z-index: 10;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) [class^=header-swiper-button] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) [class^=header-swiper-button] i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(97, 97, 97, 0.8);
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) [class^=header-swiper-button] i:hover {
  background: #16E0E3;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) [class^=header-swiper-button].swiper-button-disabled {
  display: none;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) .header-swiper-button-prev {
  left: 0;
}
.nws-section.nws-gallery-header-section .navigation-wrapper:not(.disabled) .header-swiper-button-next {
  right: 0;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-header-section .helper-title-section {
    margin-bottom: 36px;
  }
  .nws-section.nws-gallery-header-section .helper-title-section .title {
    font-size: 1.25em;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nws-section.nws-gallery-header-section .helper-title-section .subtitle {
    font-size: 1em;
    line-height: 1.7;
  }
}

body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption,
body.home .fancybox__container .nws-gallery-fancybox-caption,
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption {
  padding: 0 !important;
  background: none !important;
}
@media (min-width: 992px) {
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption,
  body.home .fancybox__container .nws-gallery-fancybox-caption,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption {
    width: 1200px !important;
    max-width: calc(100% - 170px) !important;
    border-end-end-radius: 10px;
    border-start-end-radius: 10px;
  }
}
@media (max-width: 991px) {
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption,
  body.home .fancybox__container .nws-gallery-fancybox-caption,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption {
    max-width: calc(100% - 32px) !important;
    padding-top: 75px !important;
    margin-bottom: 16px;
    border-radius: 20px;
  }
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption .row,
  body.home .fancybox__container .nws-gallery-fancybox-caption .row,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption .row {
    display: flex;
    flex-direction: column;
  }
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption img,
  body.home .fancybox__container .nws-gallery-fancybox-caption img,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption img {
    border-radius: 20px 20px 0 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption,
  body.home .fancybox__container .nws-gallery-fancybox-caption,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption {
    max-width: 440px !important;
  }
}
@media (min-width: 992px) {
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption.withDescription,
  body.home .fancybox__container .nws-gallery-fancybox-caption.withDescription,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption.withDescription {
    background: #FFF !important;
  }
}
@media (max-width: 991px) {
  body.page-template-gallery .fancybox__container .nws-gallery-fancybox-caption.withDescription:before,
  body.home .fancybox__container .nws-gallery-fancybox-caption.withDescription:before,
  body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-caption.withDescription:before {
    content: "";
    position: absolute;
    inset-block: 75px 0;
    inset-inline: 0 0;
    border-radius: 20px;
    background: #FFF;
    z-index: -1;
  }
}
body.page-template-gallery .fancybox__container .col-12,
body.home .fancybox__container .col-12,
body.tax-gallery_tag .fancybox__container .col-12 {
  max-width: 100%;
  margin-inline: auto;
}
body.page-template-gallery .fancybox__container .content-wrap,
body.home .fancybox__container .content-wrap,
body.tax-gallery_tag .fancybox__container .content-wrap {
  line-height: 1.7;
  direction: rtl;
  text-align: start;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  body.page-template-gallery .fancybox__container .content-wrap,
  body.home .fancybox__container .content-wrap,
  body.tax-gallery_tag .fancybox__container .content-wrap {
    padding: 51px 31px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  body.page-template-gallery .fancybox__container .content-wrap,
  body.home .fancybox__container .content-wrap,
  body.tax-gallery_tag .fancybox__container .content-wrap {
    padding: 16px 16px 32px;
    font-size: 0.875rem;
  }
}
body.page-template-gallery .fancybox__container .content-wrap .content,
body.page-template-gallery .fancybox__container .content-wrap .content a,
body.home .fancybox__container .content-wrap .content,
body.home .fancybox__container .content-wrap .content a,
body.tax-gallery_tag .fancybox__container .content-wrap .content,
body.tax-gallery_tag .fancybox__container .content-wrap .content a {
  color: #000;
}
body.page-template-gallery .fancybox__container .content-wrap .view,
body.home .fancybox__container .content-wrap .view,
body.tax-gallery_tag .fancybox__container .content-wrap .view {
  background: url("../images/instagram-bg.min.png") center;
  background-size: cover;
  color: #FFF;
  border-radius: 12px;
  gap: 14px;
  padding-inline: 17px;
  margin-top: 15px;
  height: 60px;
}
body.page-template-gallery .fancybox__container .content-wrap .view i,
body.home .fancybox__container .content-wrap .view i,
body.tax-gallery_tag .fancybox__container .content-wrap .view i {
  font-size: 22px;
}
@media (max-width: 991px) {
  body.page-template-gallery .fancybox__container .f-button.is-arrow,
  body.home .fancybox__container .f-button.is-arrow,
  body.tax-gallery_tag .fancybox__container .f-button.is-arrow {
    display: none !important;
  }
}
body.page-template-gallery .fancybox__container img,
body.page-template-gallery .fancybox__container video,
body.home .fancybox__container img,
body.home .fancybox__container video,
body.tax-gallery_tag .fancybox__container img,
body.tax-gallery_tag .fancybox__container video {
  max-height: 90vh;
}
body.page-template-gallery .fancybox__container .nws-gallery-fancybox-slider-buttons,
body.home .fancybox__container .nws-gallery-fancybox-slider-buttons,
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-slider-buttons {
  position: absolute;
  inset-block: 50% auto;
  inset-inline: 0 0;
  transform: translateY(-50%);
  padding-inline: 24px;
  z-index: 100;
}
body.page-template-gallery .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-],
body.home .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-],
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-] {
  border: none;
  opacity: 1;
  background: none;
  cursor: pointer;
  pointer-events: auto;
}
body.page-template-gallery .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-] i,
body.home .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-] i,
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-] i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(97, 97, 97, 0.8);
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
body.page-template-gallery .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-]:hover i,
body.home .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-]:hover i,
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-]:hover i {
  background: #16E0E3;
  color: #FFF;
}
body.page-template-gallery .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-].swiper-button-disabled,
body.home .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-].swiper-button-disabled,
body.tax-gallery_tag .fancybox__container .nws-gallery-fancybox-slider-buttons [class^=caption-swiper-button-].swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
body.page-template-gallery .fancybox__container .f-button.is-close-button,
body.home .fancybox__container .f-button.is-close-button,
body.tax-gallery_tag .fancybox__container .f-button.is-close-button {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  color: #ff5252;
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
}
@media (min-width: 992px) {
  body.page-template-gallery .fancybox__container .f-button.is-close-button,
  body.home .fancybox__container .f-button.is-close-button,
  body.tax-gallery_tag .fancybox__container .f-button.is-close-button {
    top: -60px;
  }
}
body.page-template-gallery .fancybox__container .fancybox__carousel,
body.home .fancybox__container .fancybox__carousel,
body.tax-gallery_tag .fancybox__container .fancybox__carousel {
  pointer-events: none;
}
body.page-template-gallery .fancybox__container .fancybox__container .fancybox__content,
body.page-template-gallery .fancybox__container .fancybox__container .fancybox__nav,
body.page-template-gallery .fancybox__container .fancybox__container .fancybox__close,
body.home .fancybox__container .fancybox__container .fancybox__content,
body.home .fancybox__container .fancybox__container .fancybox__nav,
body.home .fancybox__container .fancybox__container .fancybox__close,
body.tax-gallery_tag .fancybox__container .fancybox__container .fancybox__content,
body.tax-gallery_tag .fancybox__container .fancybox__container .fancybox__nav,
body.tax-gallery_tag .fancybox__container .fancybox__container .fancybox__close {
  pointer-events: auto;
}

.one-caption-swiper .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
}

.nws-section.nws-gallery-one-image-section {
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nws-section.nws-gallery-one-image-section {
    margin-bottom: 45px;
  }
  .nws-section.nws-gallery-one-image-section img {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-one-image-section {
    margin-bottom: 0;
  }
}
.nws-section.nws-gallery-one-image-section .type {
  color: #FFF;
  position: absolute;
  inset-block: 10px auto;
  inset-inline: 10px auto;
}
@media (min-width: 992px) {
  .nws-section.nws-gallery-one-image-section .type {
    position: absolute;
    inset-block: 20px auto;
    inset-inline: 20px auto;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .nws-section.nws-gallery-single-content-section {
    padding-block: 60px 57px;
  }
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-single-content-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-single-content-section .container {
    padding: 0;
    overflow: hidden;
  }
}
.nws-section.nws-gallery-single-content-section .container .row {
  gap: 0 50px;
}
@media (max-width: 991px) {
  .nws-section.nws-gallery-single-content-section .container .row {
    gap: 2px;
  }
}

/*# sourceMappingURL=nws-gallery-styles.css.map */
