#portfolio.element {
  padding: 0;
  margin: 0;
}

.stz-works-grid-loading {
  width: 100%;
  margin: 0;
  padding: 48px 20px;
  text-align: center;
  font-family: "prime-regular", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  clear: both;
}

.portfolio {
  background: none;
  border: none;
  overflow: hidden;
  width: 100%;
}
.portfolio.portfolio-style-2 {
  background: none;
  border: none;
}
.portfolio a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  color: inherit;
  text-decoration: none;
}
.portfolio a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 3;
}
.portfolio a:hover {
  color: #a0a0a0;
}
.portfolio a:hover img {
  filter: brightness(0.92);
}
.portfolio a:hover .hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.portfolio a:hover h5,
.portfolio a:hover span {
  opacity: 1;
  transform: translateY(0);
}
.portfolio img {
  width: 100%;
  height: auto;
  display: block;
  transform: none !important;
  -webkit-transform: none !important;
  transition: filter 0.35s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.portfolio .hover {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  inset: 10px;
  text-align: center;
  transition: opacity 0.35s ease, transform 0.35s ease, background-color 0.4s ease;
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
.portfolio .hover h5 {
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #31364c;
  opacity: 0;
  margin: 0;
  transform: translateY(-80px) translateZ(0);
  -webkit-transform: translateY(-80px) translateZ(0);
  transition: 0.4s all;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .portfolio .hover h5 {
    font-size: 16px;
  }
}
.portfolio .hover span {
  display: block;
  font-family: "prime-regular", sans-serif;
  font-size: 14px;
  color: #a0a0a0;
  opacity: 0;
  position: relative;
  transform: translateY(40px) translateZ(0);
  -webkit-transform: translateY(40px) translateZ(0);
  transition: 0.5s all;
  line-height: 1.4;
}
.portfolio .hover .hover-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  width: 90%;
}
.portfolio article,
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  float: left;
}
.portfolio.portfolio-4-columns article,
.portfolio.portfolio-4-columns .portfolio-item {
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .portfolio.portfolio-4-columns article,
  .portfolio.portfolio-4-columns .portfolio-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .portfolio.portfolio-4-columns article,
  .portfolio.portfolio-4-columns .portfolio-item {
    width: 25%;
  }
}
.portfolio.portfolio-4-columns::after {
  content: "";
  display: table;
  clear: both;
}

#tpl-works-contact {
  padding: 80px 0 100px;
  text-align: center;
}
#tpl-works-contact h2 {
  color: #31364c;
  font-family: "prime-light", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #tpl-works-contact h2 {
    font-size: 30px;
  }
}
#tpl-works-contact .txt-intro {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}
#tpl-works-contact form.form-contacts {
  text-align: left;
}
#tpl-works-contact form.form-contacts fieldset:has(.checkbox),
#tpl-works-contact form.form-contacts fieldset:last-of-type {
  text-align: center;
}
#tpl-works-contact form.form-contacts .checkbox > span {
  display: inline-block;
  width: auto;
}

.portfolio-item--no-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
}

.stz-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(10, 10, 10, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  touch-action: pan-y;
}
.stz-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.stz-lightbox.is-open .stz-lightbox__dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.stz-lightbox__overlay {
  position: absolute;
  inset: 0;
}
.stz-lightbox__dialog {
  position: relative;
  width: min(1400px, 100% - 40px);
  height: min(92vh, 980px);
  margin: 4vh auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  transform: scale(0.96) translateY(12px);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease;
}
.stz-lightbox__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  padding: 0 70px 0 0;
}
.stz-lightbox__meta {
  min-width: 0;
}
.stz-lightbox__meta h4 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.stz-lightbox__description {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}
.stz-lightbox__description[hidden] {
  display: none;
}
.stz-lightbox__btn, .stz-lightbox__close, .stz-lightbox__nav, .stz-lightbox__thumb {
  appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  padding-bottom: 4px;
  background: transparent;
  min-width: 0;
  height: auto;
}
.stz-lightbox__close, .stz-lightbox__nav {
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}
.stz-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 4;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
.stz-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}
.stz-lightbox__stage {
  position: relative;
  min-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 24px 84px;
}
.stz-lightbox__image-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.stz-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
  opacity: 1;
}
.stz-lightbox__image.is-changing {
  opacity: 0.28;
  transform: scale(0.985);
}
.stz-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
.stz-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.03);
}
.stz-lightbox__nav--prev {
  left: 18px;
  right: auto;
}
.stz-lightbox__nav--next {
  right: 18px;
  left: auto;
}
.stz-lightbox__thumbs {
  display: flex;
  gap: 10px;
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.stz-lightbox__thumb {
  flex: 0 0 96px;
  width: 96px;
  height: 70px;
  border: 2px solid transparent;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
  opacity: 0.65;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.stz-lightbox__thumb:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.stz-lightbox__thumb.is-active {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.stz-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .stz-lightbox__dialog {
    width: calc(100% - 20px);
    height: 94vh;
    margin: 3vh auto;
  }
  .stz-lightbox__topbar {
    padding-right: 58px;
  }
  .stz-lightbox__meta h4 {
    font-size: 18px;
  }
  .stz-lightbox__nav {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }
  .stz-lightbox__nav--prev {
    left: 10px;
  }
  .stz-lightbox__nav--next {
    right: 10px;
  }
  .stz-lightbox__thumb {
    flex-basis: 78px;
    width: 78px;
    height: 58px;
  }
  .stz-lightbox__stage {
    padding: 18px 58px;
  }
}
@media (max-width: 640px) {
  .stz-lightbox__dialog {
    width: calc(100% - 12px);
    height: 96vh;
    margin: 2vh auto;
    gap: 10px;
  }
  .stz-lightbox__topbar {
    padding-right: 52px;
  }
  .stz-lightbox__meta h4 {
    font-size: 16px;
  }
  .stz-lightbox__description {
    font-size: 12px;
  }
  .stz-lightbox__close {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
  .stz-lightbox__stage {
    padding: 12px 14px;
  }
  .stz-lightbox__nav {
    display: none;
  }
  .stz-lightbox__thumbs {
    gap: 8px;
  }
  .stz-lightbox__thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 52px;
  }
}

body.stz-lightbox-open {
  overflow: hidden;
}

/*# sourceMappingURL=works-gallery.css.map */
