/* =========================================================================
/* FontAwesome
/* ======================================================================= */
/**
*
* To add a icon as a content element, preferably use it like this (example):
* content: "/f105";
*/
/* =========================================================================
/* Custom
/* ======================================================================= */
.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-888 {
  z-index: 888;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

/* =========================================================================
/* Bootstrap - custom variables and override bootstrap variables
/* ======================================================================= */
/* =========================================================================
/* Hamburgers
/* ======================================================================= */
.block-template .bg-gradient-black {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media (min-width: 992px) {
  .block-template.block_text_photo .ratio {
    --bs-aspect-ratio: 100%;
  }
}
.block-template.block_gallery {
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .block-template.block_gallery .swiper .swiper-wrapper .swiper-slide {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .block-template.block_gallery .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
  }
}
.block-template.block_gallery .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 45px;
  height: 45px;
  background-color: #7F00F5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-template.block_gallery .swiper-button:hover, .block-template.block_gallery .swiper-button.swiper-button-disabled {
  background-color: #FF8700;
}
.block-template.block_gallery .swiper-button.swiper-button-disabled {
  pointer-events: none;
}
.block-template.block_items .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
.block-template .seperator.solid {
  border-style: solid !important;
}
.block-template .seperator.dashed {
  border-style: dashed !important;
}