section {
  overflow-x: hidden;
}

.spacer {
  height: 50px;
  width: 100%;
  background: black;
}

.sl-overlay {
  background: #000 !important;
}

.sl-wrapper .sl-close {
  color: white !important;
}

.sl-wrapper .sl-navigation button {
  color: white !important;
}

.sl-counter {
  color: white !important;
  font-size: 1.3rem !important;
}

section.one {
	max-width: 100%;
  height: 85vh;
}

section.one .img-wrap img {
    height: 100%;
	width: 100%;
}
section.one .img-wrap.bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.one .info-wrap div {
  padding: 15px;
  text-align: center;
  width: 50%;
  min-width: 160px;
}
@media (min-width: 992px) {
  section.one .info-wrap div {
    width: auto;
    padding: 30px;
  }
}
section.one .info-wrap div .key {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  section.one .info-wrap div .key {
    margin-top: 20px;
    font-size: 17px;
  }
}
section.one .info-wrap div .value {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
}
@media (min-width: 992px) {
  section.one .info-wrap div .value {
    font-size: 31px;
  }
}
section.one .price {
  font-size: 20px;
}
section.one .button {
  border-color: transparent;
  padding: 16px 22px 16px 64px;
}
section.one .button:before {
  left: 9%;
  margin-top: -7px;
}
section.one .button:hover {
  padding: 16px 64px 16px 22px;
}
section.one .button:hover:before {
  left: 80%;
}
@media (min-width: 992px) {
  section.one .button {
    padding: 16px 45px 16px 80px;
  }
  section.one .button:before {
    left: 12%;
    margin-top: -6px;
  }
  section.one .button:hover {
    padding: 16px 80px 16px 45px;
  }
  section.one .button:hover:before {
    left: 80%;
  }
}

section.two {
  overflow: hidden;
}
section.two .text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1400px) {
  section.two .text-col {
    padding-right: 100px !important;
  }
}
section.two .text-col p {
  font-weight: 200;
  line-height: 40px;
  max-width: 730px;
  letter-spacing: 0.4px;
  font-size: 17px;
}
@media (min-width: 1200px) {
  section.two .text-col p {
    font-size: 20px;
  }
}
section.two .img-wrap {
  aspect-ratio: 3/2;
  max-width: 915px;
  width: 100%;
  height: 100%;
}
section.two .video-wrap {
  background: #000;
  position: relative;
  aspect-ratio: 16/9;
}
section.two .video-wrap .yt-video-container, section.two .video-wrap .yt-video-container iframe {
  position: relative;
  width: 100%;
  height: 100%;
}
section.two .video-wrap .file-video-container, section.two .video-wrap video {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

section.two .hidden-info-container {
  position: relative;
  height: auto;
}
section.two .hidden-item-wrap {
  position: absolute;
  top: 0;
  display: contents;
  width: 100%;
  max-width: 650px;
}
section.two .hidden-item-wrap .title {
  cursor: pointer;
  overflow: visible;
  position: absolute;
  top: -50px;
  z-index: 3;
  width: -moz-max-content;
  width: max-content;
  color: rgb(142, 142, 142);
  border: 2px solid rgb(142, 142, 142);
  border-radius: 5px;
  padding: 10px 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: border-color 300ms ease, color 300ms ease;
}
@media (min-width: 992px) {
  section.two .hidden-item-wrap .title {
    padding: 10px 48px;
  }
}
section.two .hidden-item-wrap.open .title {
  border-color: white;
  color: white;
}
section.two .hidden-item-wrap:nth-child(1) .title {
  left: 0;
}
@media (min-width: 992px) {
  section.two .hidden-item-wrap:nth-child(1) .title {
    left: 0;
  }
}
section.two .hidden-item-wrap:nth-child(2) .title {
  left: 160px;
}
@media (min-width: 992px) {
  section.two .hidden-item-wrap:nth-child(2) .title {
    left: 200px;
  }
}
section.two .hidden-item-wrap .content {
  margin-top: 75px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: opacity 300ms ease;
}
section.two .hidden-item-wrap.open .content {
  visibility: visible;
  opacity: 1;
  display: block;
}
section.two .hidden-item-wrap .content .row-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
section.two .hidden-item-wrap .content .row-wrap:first-child {
  padding-top: 15px;
}
section.two .hidden-item-wrap .content .row-wrap .key {
  min-width: 200px;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.two .hidden-item-wrap .content .row-wrap .key {
    font-size: 16px;
  }
}
section.two .hidden-item-wrap .content .row-wrap .value {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
@media (min-width: 768px) {
  section.two .hidden-item-wrap .content .row-wrap .value {
    font-size: 16px;
  }
}

section.two .galleria {
  background-color: black;
}
section.two .galleria .thumbnail {
  width: 100%;
  height: 100%;
}
section.two .galleria .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.two .galleria .gallery-item {
  cursor: pointer;
}
section.two .galleria .gallery-item .thumbnail {
  position: relative;
}
section.two .galleria .gallery-item .thumbnail:after {
  position: absolute;
  content: "";
  display: inline-block;
  transition: background-color 300ms ease;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
section.two .galleria .gallery-item {
  overflow: hidden;
}
section.two .galleria .gallery-item img {
  transition: transform 300ms ease, filter 300ms ease;
}

section.two .galleria .gallery-item:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
section.two .galleria .gallery-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.65);
}

section.two .galleria .gallery-item:hover .load-more {
  opacity: 1 !important;
}
section.two .galleria .gallery-item:hover .load-more:before {
  background-color: white;
}
section.two .galleria #splide-galleria {
  position: relative;
}
section.two .galleria #splide-galleria .load-more {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: block;
  width: 115px;
  opacity: 0;
  height: 115px;
  border: 2px solid white;
  border-radius: 50%;
  transition: transform 500ms ease, opacity 300ms ease;
}
section.two .galleria #splide-galleria .load-more:after {
  content: "";
  display: inline-block;
  background-color: white;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.two .galleria #splide-galleria .load-more:before {
  content: "";
  display: inline-block;
  background-color: white;
  width: 2px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}