body {
  padding-top: 0px;
  background-color: var(--bg-2);
}

ul {
  list-style-position: inside;
}

header {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.trans {
  transform: translateY(-150px);
  margin-bottom: -70px;
}

main h1 {
  font-size: clamp(1.625rem, 1.3609rem + 0.8451vw, 2.375rem);
  font-weight: 800;
  color: var(--second-color);
  line-height: clamp(2.125rem, 1.7729rem + 1.1268vw, 3.125rem);
}

.sub-images .sub-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/2.5;
  transition: all 0.1s linear;
  border-radius: var(--radius-xs);
  outline: none !important;
}
.sub-images .sub-img:hover {
  transform: scale(0.98);
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: var(--radius-xs);
}/*# sourceMappingURL=show.css.map */