@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400&family=Marcellus&display=swap");
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #3C4151;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  margin: 0;
}

a {
  color: #3FC1AA;
  text-decoration: none;
}
a:hover {
  color: rgb(56.2393700787, 174.1606299213, 153.2976377953);
}
a:visited {
  color: #3FC1AA;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
  border-radius: 0.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Marcellus", sans-serif;
  color: #3C4151;
  margin: 1em 0 0.5em 0;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h5, h6 {
  font-weight: 400;
  font-style: italic;
}

p {
  margin-top: 0;
}
p.lead {
  font-size: 1.35em;
}

.tel .bi-whatsapp {
  margin-left: 0.35em;
}

ol {
  margin-top: 0;
}

.small {
  font-size: 0.85em;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0em 0.5em;
}

.container-narrow {
  max-width: 50em;
  margin: auto;
}

.col-container {
  display: flex;
  justify-content: space-between;
}
.col-container .col-6 {
  width: 48%;
}

.space-1 {
  height: 1rem;
}

.space-2 {
  height: 2rem;
}

.space-3 {
  height: 3rem;
}

.space-4 {
  height: 4rem;
}

.space-5 {
  height: 5rem;
}

.text-center {
  text-align: center;
}

.page-hero.bio-hero {
  background: #dddddd url("../images/staff-hero.jpg") center/cover no-repeat;
  height: 50vh;
}

.text-image .image-left img, .text-image .image-right img {
  max-width: 100%;
  border-radius: 8px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header .header-logo {
  max-width: 150px;
  margin: 1.5em 2em;
}
header .main-nav {
  margin: 1em 2em;
  display: flex;
  align-items: center;
}
header .main-nav .nav-item {
  color: #3C4151;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-family: "Marcellus", sans-serif;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
header .main-nav .nav-item.active {
  border-bottom: 1px solid #3FC1AA;
}
header .main-nav .nav-cta {
  margin: 0 1em;
  width: 6em;
  font-size: 1.15em;
}
header .menu-icon, header .menu-close-icon {
  display: none;
}

footer {
  margin-top: 3em;
  border-top: 1em solid rgb(56.2393700787, 174.1606299213, 153.2976377953);
  padding: 2em 0 3em 0;
  color: #ffffff;
  background-color: #3C4151;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
}
footer a:visited {
  color: #ffffff;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .logo-nav-group {
  display: flex;
  align-items: center;
}
footer .footer-logo {
  max-width: 175px;
}
footer .footer-nav {
  display: flex;
  flex-direction: column;
  font-size: 1.15em;
  margin-left: 2em;
}
footer .footer-nav a {
  margin-bottom: 0.25em;
}
footer .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .footer-contact a {
  margin-top: 0.35em;
}
footer .footer-contact .social-icons {
  margin-top: 0.35em;
}
footer .footer-contact .social-icons i {
  font-size: 1.5em;
  margin-left: 0.15em;
}

hr {
  width: 50%;
  border: none;
  border-bottom: 1px solid #3C4151;
}

.testimonials-section {
  margin: 2em 0;
  width: 100%;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}
.testimonials-section h2 {
  text-align: center;
  margin-bottom: 1em;
}
.testimonials-section .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.testimonials-section .swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonials-section .swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

.testimonials-slider {
  padding-bottom: 2em;
}
.testimonials-slider .swiper-slide {
  background: #ffffff;
  border-radius: 0.25em;
  padding: 0.25em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: auto;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #3C4151;
}
.testimonials-slider .swiper-slide blockquote {
  margin: 0;
}
.testimonials-slider .swiper-slide blockquote p {
  font-size: 1.1em;
  color: #3C4151;
  margin-bottom: 0.3em;
}
.testimonials-slider .swiper-slide blockquote cite {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  color: #3FC1AA;
}
.testimonials-slider .swiper-pagination-bullet {
  background: #3C4151;
  opacity: 0.5;
}
.testimonials-slider .swiper-pagination-bullet-active {
  background: #3FC1AA;
  opacity: 1;
}

.line-break-img {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.btn {
  display: inline-block;
  text-align: center;
  width: 8em;
  border-radius: 0.15em;
  cursor: pointer;
  font-size: 1.15em;
  font-family: "Barlow", sans-serif;
  padding: 0.25em 0.5em;
  margin: 0.25em 0.25em 0.25em 0;
  border: 2px solid #3FC1AA;
  background-color: #3FC1AA;
  color: #ffffff;
  transition: all 0.25s;
  text-transform: uppercase;
}
.btn:visited {
  color: #ffffff;
}
.btn.btn-alt {
  border-color: #3FC1AA;
  background-color: transparent;
  color: #3FC1AA;
}
.btn.btn-alt:hover {
  border-color: #3FC1AA;
  background-color: #3FC1AA;
  color: #ffffff;
}
.btn.btn-secondary {
  border-color: #C13F56;
  background-color: #C13F56;
  color: #ffffff;
}
.btn.btn-secondary:hover {
  border-color: rgb(202.3, 91.8, 111.35);
  background-color: rgb(202.3, 91.8, 111.35);
}
.btn.btn-secondary-alt {
  border-color: #C13F56;
  background-color: transparent;
  color: #C13F56;
}
.btn.btn-secondary-alt:hover {
  border-color: #C13F56;
  background-color: #C13F56;
  color: #ffffff;
}
.btn.btn-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-white:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #3C4151;
}
.btn:hover {
  color: #ffffff;
  border-color: rgb(56.2393700787, 174.1606299213, 153.2976377953);
  background-color: rgb(56.2393700787, 174.1606299213, 153.2976377953);
}
.btn.center {
  margin: auto;
  display: block;
}

.text-image {
  display: flex;
  justify-content: space-between;
}
.text-image .text-left {
  width: 48%;
}
.text-image .text-left h2:first-child {
  margin-top: 3rem;
}
.text-image .image-right {
  width: 48%;
  padding-top: 3rem;
}
.text-image .image-left {
  width: 48%;
  padding-top: 3rem;
}
.text-image .text-right {
  width: 48%;
}
.text-image .text-right h2:first-child {
  margin-top: 3rem;
}
.text-image iframe {
  max-width: 100%;
}

.callout {
  padding: 1.5em 0;
  color: #ffffff;
  background-color: #3C4151;
}
.callout h2, .callout h3 {
  margin-top: 0em;
}
.callout h1, .callout h2, .callout h3, .callout h4, .callout h5, .callout h6 {
  color: #ffffff;
}
.callout a {
  color: #ffffff;
}
.callout a:hover {
  color: #ffffff;
}
.callout a:visited {
  color: #ffffff;
}

.main-hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.main-hero .hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-hero .main-hero-contents {
  color: #ffffff;
  background: linear-gradient(to top, rgba(50, 50, 50, 0.8), transparent);
  padding: 2em 1em;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}
.main-hero .main-hero-contents h1, .main-hero .main-hero-contents h2, .main-hero .main-hero-contents h3, .main-hero .main-hero-contents h4, .main-hero .main-hero-contents h5, .main-hero .main-hero-contents h6 {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.main-hero .main-hero-contents p {
  margin-left: auto;
  margin-right: auto;
}
.main-hero .main-hero-contents a {
  color: #ffffff;
}
.main-hero .main-hero-contents a:hover {
  color: #ffffff;
}
.main-hero .main-hero-contents a:visited {
  color: #ffffff;
}

.page-hero {
  height: 65vh;
  position: relative;
  background-color: #dddddd;
}
.page-hero.rooms-hero {
  background: #dddddd url("../images/casita-hero.jpg") center/cover no-repeat;
}
.page-hero.rates-hero {
  background: #dddddd url("../images/nim-li-punit-court.jpg") center/cover no-repeat;
}
.page-hero.adventures-hero {
  background: #dddddd url("../images/jungle_pano.jpg") center/cover no-repeat;
}
.page-hero.about-hero {
  background: #dddddd url("../images/creek-side-casita.jpg") center/cover no-repeat;
}
.page-hero.gallery-hero {
  background-color: #3C4151;
  height: unset;
  padding-top: 1em;
  padding-bottom: 1em;
}
.page-hero.gallery-hero .gallery-container {
  height: 60vh;
}
.page-hero.gallery-hero .gallery-container .gallery-img {
  max-height: 100%;
  transition: all 0.3s;
}
.page-hero.gallery-hero .gallery-controls {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 2em;
  margin-top: 0.75rem;
}
.page-hero.gallery-hero .gallery-controls .gallery-control {
  margin: 0.5rem;
  color: rgb(212.6042553191, 215.2212765957, 223.5957446809);
  cursor: pointer;
}
.page-hero.gallery-hero .gallery-controls .gallery-control.disabled {
  color: rgb(91.4042553191, 99.0212765957, 123.3957446809);
  cursor: default;
}
.page-hero.gallery-hero .gallery-controls .gallery-control:active {
  text-shadow: 0 0 2px rgb(212.6042553191, 215.2212765957, 223.5957446809);
}
.page-hero.gallery-hero .gallery-controls .gallery-control.gallery-control-small {
  font-size: 0.8em;
}
.page-hero .hero-credit {
  font-size: 0.8em;
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
}
.page-hero .hero-credit a {
  color: #ffffff;
  text-decoration: none;
}

.thumbnails-container {
  display: flex;
  flex-wrap: wrap;
}
.thumbnails-container .thm {
  width: 125px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.swiper:not(.testimonials-slider) {
  height: 60vh;
  width: 100%;
}
.swiper:not(.testimonials-slider) .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  background: #3C4151;
}
.swiper:not(.testimonials-slider) .swiper-slide img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 0.25em;
}
.swiper:not(.testimonials-slider) .swiper-button-prev, .swiper:not(.testimonials-slider) .swiper-button-next {
  color: #3FC1AA;
}
.swiper:not(.testimonials-slider) .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}
.swiper:not(.testimonials-slider) .swiper-pagination-bullet-active {
  background: #3FC1AA;
  opacity: 1;
}

.animate {
  position: relative;
  transition: opacity 1s, top 1s, left 1s, right 1s;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
}
.animate.not-visible {
  opacity: 0;
}
.animate.not-visible.animate-top {
  top: 1em;
}
.animate.not-visible.animate-left {
  left: 1.5em;
}
.animate.not-visible.animate-right {
  right: 1.5em;
}

@media screen and (max-width: 1199px) {
  .testimonials-section .swiper {
    padding: 0 1.5rem;
  }
  .container {
    padding: 0 1em;
  }
}
@media screen and (max-width: 991px) {
  .testimonials-section .swiper {
    padding: 0 1.5rem;
  }
  header .main-nav {
    font-size: 0.9em;
    margin-right: 0.5em;
  }
  header .main-nav .nav-item {
    padding: 0.5em;
  }
  header .main-nav .nav-cta {
    margin: 0 0.5em;
    font-size: 1em;
  }
  header .menu-icon, header .menu-close-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    padding: 0.5em 0;
  }
  header .header-logo {
    max-width: 120px;
    margin: 0.5em 1em;
  }
  header .menu-icon {
    display: block;
    font-size: 1.5em;
    margin-right: 1em;
    cursor: pointer;
    color: #3C4151;
  }
  header .menu-close-icon {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #3C4151;
    position: absolute;
    top: 1em;
    right: 1em;
  }
  header .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
    margin: 0;
    padding: 1em 0;
  }
  header .main-nav.open {
    display: flex;
  }
  header .main-nav .nav-item {
    padding: 0.75em 1em;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }
  header .main-nav .nav-item:last-child {
    border-bottom: none;
  }
  header .main-nav .nav-cta {
    margin: 1em 0;
    width: auto;
    padding: 0.5em 1em;
    font-size: 1em;
  }
  footer .container {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .container .footer-contact {
    align-items: center;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ffffff;
  }
  footer .container .logo-nav-group {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .container .logo-nav-group .footer-nav {
    text-align: center;
    margin-left: 0;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ffffff;
  }
  .main-hero {
    height: 50vh;
  }
  .page-hero {
    height: 50vh;
  }
  .page-hero.gallery-hero {
    height: 100%;
  }
  .text-image {
    flex-direction: column;
    align-items: center;
  }
  .text-image .image-right {
    order: 1;
    width: 100%;
    padding-top: 0em;
  }
  .text-image .text-left {
    order: 2;
    width: 100%;
  }
  .text-image .text-left h2:first-child {
    margin-top: 2rem;
  }
  .text-image .image-left {
    width: 100%;
    padding-top: 0em;
  }
  .text-image .text-right {
    width: 100%;
  }
  .text-image .text-right h2:first-child {
    margin-top: 2rem;
  }
  .col-container {
    flex-direction: column;
  }
  .col-container .col-6 {
    width: 100%;
  }
  .testimonials-section .swiper {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 575px) {
  .page-hero.gallery-hero .gallery-container {
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
