/* Webfont: SequelSans-LightDisplay */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2");
  /* Optional fallbacks if you have them */
  font-style: normal;
  font-weight: 300; /* Light weight */
  text-rendering: optimizeLegibility;
}

.main-container {
  display: block;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, p, a, li, span {
  font-family: "Inter";
  word-spacing: 0.06em;
}

.overflow {
  overflow: hidden;
}

.loading-page {
  position: absolute;
  background-color: #FFF;
  width: 100vw;
}
.loading-page .logo-container {
  height: 100vh;
  position: relative;
}
.loading-page .logo-container img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.large-nav ul {
  float: right;
}
.large-nav ul, .large-nav li {
  list-style-type: none;
  display: inline;
  margin: 0;
}
.large-nav li {
  padding: 0 5px;
}
.large-nav li a {
  color: #FFF;
}

.sticky {
  z-index: 2;
}

.mobile-nav {
  transition: all 0.5s;
  visibility: hidden;
  background-color: #FFF;
  padding: 0 20px;
  padding-top: 30px;
  z-index: 6;
  position: fixed;
  top: -100vh;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 990px) {
  .mobile-nav .logo-container {
    width: 158px;
  }
}
@media screen and (min-width: 991px) {
  .mobile-nav .logo-container {
    max-width: 200px;
  }
}
.mobile-nav .nav-container ul {
  position: absolute;
  top: 50%;
}
.mobile-nav .nav-container ul, .mobile-nav .nav-container li {
  list-style-type: none;
  margin: 0;
}
.mobile-nav .nav-container ul a, .mobile-nav .nav-container li a {
  font-size: 2.2rem;
  z-index: 20;
}
.mobile-nav .nav-container ul a, .mobile-nav .nav-container ul a:hover, .mobile-nav .nav-container ul a:visited, .mobile-nav .nav-container ul a:active, .mobile-nav .nav-container li a, .mobile-nav .nav-container li a:hover, .mobile-nav .nav-container li a:visited, .mobile-nav .nav-container li a:active {
  color: #000;
}

.visible {
  transition: all 0.5s;
  top: 0;
  visibility: visible;
}

.hamburger-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.hamburger-container .hamburger {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 48px;
  transition: all 0.25s;
}
.hamburger-container .hamburger .hamburger-top, .hamburger-container .hamburger .hamburger-bottom {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: rotate(0);
  transition: all 0.25s;
}
.hamburger-container .hamburger .hamburger-top {
  top: 5px;
}
.hamburger-container .hamburger .hamburger-bottom {
  top: 5px;
  transform: translateY(6px);
}
.hamburger-container .open .hamburger-top {
  top: 10px;
  background: #000;
  transform: rotate(45deg) translateY(0px);
}
.hamburger-container .open .hamburger-bottom {
  top: 10px;
  background: #000;
  transform: rotate(-45deg) translateY(0px);
}

.homepage {
  height: 100vh;
  transition: all 0.5s linear !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .homepage .logo-container {
    width: 158px;
  }
}
@media screen and (min-width: 991px) {
  .homepage .logo-container {
    max-width: 200px;
  }
}
.homepage .homepage-overlay {
  padding: 0 20px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.homepage header {
  padding-top: 30px;
}
.homepage .heading-container h2 {
  position: absolute;
  color: #FFF;
  font-family: "Inter";
}
@media screen and (max-width: 990px) {
  .homepage .heading-container h2 {
    top: 80%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .homepage .heading-container h2 {
    top: 80%;
    width: 50%;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1440px) {
  .homepage .heading-container h2 {
    top: 85%;
    width: 30%;
    font-size: 2.4rem;
  }
}

.about-banner {
  height: 50vh;
  background-image: url("../img/about/about_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 990px) {
  .about-banner .logo-container {
    width: 158px;
  }
}
@media screen and (min-width: 991px) {
  .about-banner .logo-container {
    max-width: 200px;
  }
}
.about-banner header {
  padding: 30px 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-container {
  height: fit-content;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .text-container {
    padding: 5vh 30px;
  }
}
@media screen and (min-width: 991px) {
  .text-container {
    padding: 25vh 70px;
  }
}
@media screen and (max-width: 990px) {
  .text-container h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 991px) {
  .text-container h3 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
}
.text-container .spacing {
  height: 2px;
  width: 40px;
  display: block;
  margin: 40px auto;
  content: "";
  background: #CCC;
}
@media screen and (max-width: 990px) {
  .text-container p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 991px) {
  .text-container p {
    font-size: 1.4rem;
  }
}

.slide-img {
  width: 100vw;
}
@media screen and (max-width: 990px) {
  .slide-img {
    height: 40vh;
  }
}
@media screen and (min-width: 991px) {
  .slide-img {
    height: auto;
  }
}

.previousArrow, .nextArrow {
  content: "";
  z-index: 3;
  position: absolute;
  bottom: 40%;
  height: 60px;
  width: 60px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.previousArrow:hover, .nextArrow:hover {
  cursor: pointer;
}

.previousArrow {
  left: 20px;
}

.nextArrow {
  right: 15px;
}

.location-container {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
}
.location-container .hamburger {
  top: 30px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  .location-container #map {
    height: 50vh;
  }
}
@media screen and (min-width: 991px) {
  .location-container #map {
    height: 100vh;
  }
}
.location-container .address {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .location-container .address {
    height: 50vh;
  }
}
@media screen and (min-width: 991px) {
  .location-container .address {
    height: 100%;
  }
}
.location-container .address p {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 990px) {
  .location-container .address p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .location-container .address p {
    font-size: 1.8rem;
  }
}

.amenities-container {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
}
.amenities-container .amenities-hamburger, .amenities-container .amenities-hamburger-mobile {
  top: 30px;
  right: 30px;
}
.amenities-container .amenities-list {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 990px) {
  .amenities-container .amenities-list {
    padding: 10vh 10px;
    column-count: 1;
  }
}
@media screen and (min-width: 991px) {
  .amenities-container .amenities-list {
    padding: 25vh 10px;
    column-count: 2;
  }
}
.amenities-container .amenities-list li {
  break-inside: avoid-column;
}
@media screen and (max-width: 990px) {
  .amenities-container .amenities-list li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 991px) {
  .amenities-container .amenities-list li {
    font-size: 1.8rem;
  }
}
.amenities-container .amenities-list li span {
  display: block;
  font-size: 1rem !important;
}

.contact-container {
  padding: 0 20px;
  visibility: hidden;
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.contact-container .logo-container {
  padding-top: 30px;
}
@media screen and (max-width: 990px) {
  .contact-container .logo-container {
    width: 158px;
  }
}
@media screen and (min-width: 991px) {
  .contact-container .logo-container {
    max-width: 200px;
  }
}
.contact-container .contact-hamburger, .contact-container .contact-hamburger-mobile {
  top: 30px;
  right: 0;
}
@media screen and (max-width: 990px) {
  .contact-container h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .contact-container h2 {
    font-size: 3rem;
  }
}
.contact-container .contact-details {
  padding-top: 30vh;
}
.contact-container .contact-details a, .contact-container .contact-details a:visited, .contact-container .contact-details a:hover, .contact-container .contact-details a:active {
  color: #000;
}
.contact-container .contact-details a {
  display: block;
}
@media screen and (max-width: 990px) {
  .contact-container .contact-details a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 991px) {
  .contact-container .contact-details a {
    font-size: 3rem;
  }
}

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