.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-header {
  padding-top: 15rem;
  padding-bottom: 10rem;
}

.section-heading {
  font-size: 2.7rem;
}

.section-heading {
  letter-spacing: 4px;
}

.split-pane-content {
  width: 520px;
  padding: 5rem 0.75rem;
}
@media (max-width: 767.98px) {
  .split-pane-content {
    width: auto;
  }
}

.split-pane-left .split-pane-content {
  margin-left: auto;
  margin-right: 3rem;
}
@media (max-width: 767.98px) {
  .split-pane-left .split-pane-content {
    margin-left: inherit;
    margin-right: inherit;
  }
}

.split-pane-right .split-pane-content {
  margin-left: 3rem;
}
@media (max-width: 767.98px) {
  .split-pane-right .split-pane-content {
    margin-left: inherit;
  }
}

.page-home .carousel-item {
  background-size: cover;
  background-position: center center;
  padding-top: 300px;
  padding-bottom: 200px;
}

.slide-in-container-left,
.slide-in-container-right,
.slide-in-container-top,
.slide-in-container-bottom {
  overflow: hidden;
}

.slide-in-container-left > * {
  transform: translateX(-120%);
}

.slide-in-container-right > * {
  transform: translateX(120%);
}

.slide-in-container-top > * {
  transform: translateY(-100%);
}

.slide-in-container-bottom > * {
  transform: translateY(100%);
}

.slide-in-container-left > *,
.slide-in-container-right > *,
.slide-in-container-top > *,
.slide-in-container-bottom > * {
  opacity: 0;
  transition: transform 750ms ease-out, opacity 1.5s ease-in-out;
}

.slide-in-container-left.shown > *,
.slide-in-container-right.shown > *,
.slide-in-container-top.shown > *,
.slide-in-container-bottom.shown > * {
  transform: translateX(0);
  opacity: 1;
}

.section-header {
  padding-bottom: 15rem;
}

/* Smaller than standard 1440 (devices and browsers) */
@media only screen and (min-width: 1440px) and (max-width: 2560px) {
  .img-fluid {
    max-width: 100% !important;
    max-height: -webkit-fill-available;
    width: 100%;
    height: 100%;
  }

  .carousel-item:not(:root:root) {
    height: 55vh;
  }
}
/* Smaller than standard 1440 (devices and browsers) */
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  .img-fluid {
    max-width: 100% !important;
    max-height: -webkit-fill-available;
    width: 100%;
  }

  .carousel-item:not(:root:root) {
    height: 55vh;
  }
}
/* Smaller than standard 1440 (devices and browsers) */
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .carousel-item:not(:root:root) {
    height: 72vh;
  }
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (min-width: 1024px) and (max-width: 1112px) {
  .img-fluid {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .carousel-item:not(:root:root) {
    height: 72vh;
  }
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1024px) {
  .img-fluid {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .carousel-item:not(:root:root) {
    height: 72vh;
  }
}
/* Smaller than standard 960 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) {
  .img-fluid {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .display-3 {
    width: 60% !important;
    margin: 0 20% !important;
  }

  .amenities {
    margin-right: 50px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .img-fluid {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .display-3 {
    width: 60% !important;
    margin: 0 20% !important;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .amenities {
    margin-bottom: 10px;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
.carousel {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
}

.contact {
  background: #faf6f3;
}

.contact-sub {
  color: #db5429;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 3.5rem;
  width: 3.5rem;
  opacity: 0.4;
  background-size: 100%, 100%;
  border-radius: 50%;
  background: black;
}

.carousel-control-next-icon:after {
  content: none;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  background-color: #55622b;
  opacity: 0.5;
}

.carousel-control-prev-icon i {
  font-size: 40px;
  padding-top: 8px;
}

html,
body,
#app {
  height: 100%;
}
html .cursor-pointer,
body .cursor-pointer,
#app .cursor-pointer {
  cursor: pointer;
}

.container .gallery-slider img {
  width: -webkit-fill-available;
}

.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.body-copy {
  font-size: 22px;
  line-height: 1.8;
  color: var(--bs-gray-700);
}

.body-copy-2 {
  font-size: 18px;
  line-height: 1.8;
  color: var(--bs-gray-700);
  text-align: justify;
}

.bg-outlines {
  background-image: url(/images/brand/pattern-green-oulines.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-outlines-reversed {
  background-image: url(/images/brand/pattern-gray-outlines-reversed.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-primary {
  color: #ffffff;
}

.has-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spaced-letters {
  letter-spacing: 3px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .pagination-icon {
    display: none;
  }

  .mobile-pagination {
    display: flex !important;
  }

  .photos {
    width: 100%;
  }
}
.lb-data .lb-close {
  display: block;
  position: absolute;
  right: 50px;
  top: 5px;
  /*float: right;*/
}
