/*!
Theme Name: Base
Theme URI: http://underscores.me/
Author: WNA Team
Author URI: https://wna-infotech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

base is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
  --font-primary: "reader_prolight";
  --font-secondary: "Cochin LT Std";
  --font-reader-promedium: "reader_promedium";
  --font-reader-proregular: "reader_proregular";
  --font-tay-barrera: "TAY Barrera";
  --body-bg: #fbf3e8;
  --color-primary: #5d85ac;
  --color-yellow: #ba8629;
  --color-yellow-light: #d69828;
  --color-blue: #203747;
  --color-light-blue: #9eb1c2;
  --color-light-blue2: #5f7589;
  --color-light-gray: #f8f5ee;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #fbf3e8;
  --color-heading: #394756;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-primary);
  line-height: 1.184;
  color: var(--color-blue);
  background-color: var(--body-bg);
  letter-spacing: 0.01em;
}

button:focus,
.btn.focus,
.btn:focus,
.btn:hover,
a:focus,
.btn.active,
.btn:active,
.btn:active,
.btn:active:focus,
a:active:focus,
a:active {
  outline: none;
}
.btn-link {
  text-decoration: none;
  color: var(--color-yellow);
  font-family: var(--font-reader-promedium);
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid var(--color-yellow);
  padding-bottom: 2px;
}
.btn-link:hover {
  /* text-decoration: underline; */
  color: var(--color-yellow);
  border-bottom-color: transparent;
}
a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

a:active {
  text-decoration: none;
}

img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
  position: relative;
}
picture img {
  width: 100%;
}

.caption {
  position: absolute;
  color: var(--color-white);
  bottom: 15px;
  left: 20px;
  font-size: 10px;
  font-family: var(--font-reader-promedium);
  /* text-transform: uppercase; */
}
.caption small {
  display: block;
  text-transform: none;
}
video {
  width: 100%;
  float: left;
}
.form-select:focus,
.form-control:focus {
  box-shadow: none;
}

.form-control::placeholder {
  color: var(--color-blue);
  opacity: 0.5;
}

textarea {
  resize: none;
}
.bg-blue {
  background-color: var(--color-blue);
}
.bg-gray {
  background-color: var(--color-gray);
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-secondary);
  line-height: 1.35;
  font-weight: 400;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: 65px;
  position: relative;
  letter-spacing: 0.013em;
}

h2,
.h2 {
  font-size: 30px;
  letter-spacing: 0.01em;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
}

h2.small,
.h2.small {
  font-size: 25px;
}

h2 i,
.h2 i {
  font-style: italic;
  display: block;
}

h3,
.h3 {
  font-size: 26px;
  position: relative;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--font-secondary);
  letter-spacing: 0;
}
h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: var(--font-tay-barrera);
}
p {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  letter-spacing: 0.01875em;
}

p.light {
  color: var(--color-light);
}

p.small {
  font-size: 80%;
}

.small,
small {
  font-size: 75%;
}
.text-small {
  font-size: 80%;
}
a {
  color: var(--color-primary);
  text-decoration: none;
}
b,
strong {
  font-weight: 600;
}
.link-text {
  color: inherit;
}
.btn {
  transition: all 0.3s ease-in 0s;
}
.btn-primary,
[type="button"],
[type="reset"],
[type="submit"],
button {
  background-image: url("assets/images/btn-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  color: var(--color-yellow);
  font-family: var(--font-reader-proregular);
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 15px 50px;
  min-width: 200px;
  letter-spacing: 0.6px;
  font-weight: normal;
}

.btn-primary:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  background-image: url("assets/images/btn-bg-fill.svg");
  background-color: transparent;
  color: var(--color-white);
  border: none;
}
.btn-long {
  background-image: url("assets/images/btn-bg-long.svg");
  min-width: 275px;
}
.btn-long:hover {
  background-image: url("assets/images/btn-bg-long-fill.svg");
}
.btn-white {
  background-image: url("assets/images/btn-bg-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  color: var(--color-gray);
  font-family: var(--font-reader-promedium);
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 15px 50px;
  min-width: 200px;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.btn-white:hover {
  background-image: url("assets/images/btn-bg-white-fill.svg");
  background-color: transparent;
  color: var(--color-blue);
  border: none;
}
.btn-long.btn-white {
  background-image: url("assets/images/btn-bg-white-long.svg");
}
.btn-long.btn-white:hover {
  background-image: url("assets/images/btn-bg-white-long-fill.svg");
}

.section-padding {
  padding-left: 30px;
  padding-right: 30px;
}
.text-block {
  text-align: center;
}
.text-block h2 {
  margin-bottom: 30px;
}
.text-block h3 {
  margin-bottom: 30px;
}
.text-block .btn {
  margin-top: 40px;
}
.text-light h5,
.text-light h6,
.text-light h2,
.text-light h3 {
  color: var(--body-bg);
}
.title-block {
  text-align: center;
  margin-bottom: 30px;
}
.title-block h2 {
  color: var(--color-primary);
}
.title-block h2 i {
  display: inline-block;
}
.list-top {
  list-style: none;
}
.list-top li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-family: var(--font-reader-proregular);
}
.list-top li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: var(--color-yellow-light);
}
.list-top li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-top li:last-child::before {
  display: none;
}
.theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
}
.theme-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background: var(--color-blue);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  z-index: 10;
  transition: all 0.3s ease-in 0s;
  text-align: center;
}
body:not(.home) .site-header,
.site-header.active {
  background-color: var(--color-blue);
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header .container-fluid {
  position: relative;
}
.site-header .navbar-brand {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
  visibility: hidden;
  max-width: 125px;
  z-index: 1;
}
body:not(.home) .site-header .navbar-brand,
.site-header.active .navbar-brand {
  opacity: 1;
  visibility: visible;
}

.site-header .right-text {
  position: absolute;
  right: 50px;
  top: 12px;
}
.site-header .phone-number {
  position: absolute;
  left: 55px;
  top: 15px;
  color: var(--color-yellow);
}
.site-header .phone-number .text {
  padding-left: 5px;
}
.site-header .phone-number svg path {
  fill: var(--color-yellow);
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--color-blue);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader .loader-icon {
  width: 250px;
}
.loader .loader-icon svg {
  width: 100%;
}

.loader-svg .st0 {
  fill: none;
  stroke: #d69828;
  stroke-width: 1px;
  stroke-linejoin: round;
  stroke-miterlimit: 1000;
  stroke-dasharray: 20;
  stroke-dashoffset: -40;
  animation: dashoffset 4s forwards;
  animation-iteration-count: infinite;
}

@keyframes dashoffset {
  0% {
    stroke-dashoffset: 0;
    fill: rgba(214, 152, 40, 0.1);
    transition: all 0.3s ease-out;
  }
  25% {
    stroke-dashoffset: -30;
    fill: rgba(214, 152, 40, 0.3);
    transition: all 0.3s ease-out;
  }
  50% {
    stroke-dashoffset: -59;
    fill: rgba(214, 152, 40, 0.8);
    transition: all 0.3s ease-out;
  }
  75% {
    stroke-dashoffset: -30;
    fill: rgba(214, 152, 40, 0.3);
    transition: all 0.3s ease-out;
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(214, 152, 40, 0.1);
    transition: all 0.3s ease-out;
  }
}
/* Home page */

.hero-section {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* .hero-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  height: 350px;
  z-index: 1;
  pointer-events: none;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(232, 230, 222, 0) 0%,
    rgba(69, 54, 46, 1) 100%
  );
  mix-blend-mode: multiply;
} */
.hero-section .bottom-text {
  position: absolute;
  text-align: center;
  bottom: 30px;
  z-index: 2;
  left: 20px;
  right: 20px;
}

.hero-section h6 {
  /* font-size: 13px; */
  text-align: center;
  color: var(--color-gray);
}

.hero-section h1 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-gray);
}

.hero-section .hero-logo {
  position: absolute;
  text-align: center;
  top: 40%;
  z-index: 2;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
}

.hero-section .hero-logo .brand-logo {
  max-width: 80%;
  display: inline-block;
}

.hero-section video {
  width: 100%;
}

/* .curated-section {
  background-image: url("../base/assets/images/curated-section-bg.jpg");
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: -5px;
  padding-bottom: 360px;
  background-position: center bottom 260px;
} */
.curated-section {
}
.curated-section-inner {
  background: var(--color-blue);
  position: relative;
  padding-bottom: 200px;
  /* padding-top: 230px; */
}

.curated-section .top-block {
  position: relative;
  top: -150px;
  text-align: center;
}

.curated-section .top-block img {
  margin-left: 50px;
}

.curated-section .text-block {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.curated-section .text-block .icon {
  margin-bottom: 40px;
}
.curated-section .text-block h3 {
  color: var(--color-light-blue2);
}
.curated-section .text-block h2 {
  color: var(--color-light-blue2);
}
.curated-section .text-block h5 {
  color: var(--color-light-blue);
  margin-bottom: 20px;
}
.curated-section .text-block h2 i {
  display: inline;
}

.curated-section .text-block p {
  color: var(--color-light-gray);
  padding-left: 11%;
  padding-right: 11%;
}

.curated-section .right-tree {
  position: absolute;
  right: 0;
  bottom: -2px;
  max-width: 20%;
}
.curated-section .fl-logo {
  position: absolute;
  right: 30px;
  bottom: 30%;
  max-width: 90px;
}
.curated-section .center-block {
  text-align: center;
}

.curated-section .center-block-inner {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 35%;
  bottom: -19vw;
}

.curated-section .center-block-inner .fl-logo {
  position: absolute;
  left: -140px;
  top: -80px;
  z-index: 1;
}

.vision-section {
  padding: 250px 50px;
  position: relative;
}
.vision-section .text-block {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.vision-section .text-block h3 {
  padding-left: 7%;
  padding-right: 7%;
}
.vision-section .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 17%;
}
.text-image-section {
  /* padding-left: 9%;
  padding-right: 9%;
  padding-top: 30px;
  padding-bottom: 30px; */
}
.text-image-section .text-block ul li,
.text-image-section .text-block h5 {
  color: var(--color-light-blue);
}
.text-image-section .text-block h6 {
  color: var(--color-light-blue);
}
.text-image-section .text-block .btn-link {
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid var(--color-yellow);
}
.text-image-section .text-block .btn-link:hover {
  border-bottom-color: transparent;
}
.text-image-section .text-side {
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.text-image-section .left-birds {
  position: absolute;
  left: 5%;
  top: 8%;
  max-width: 115px;
}
.text-image-section .bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 26%;
}
.text-image-section ul {
  margin-top: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.text-image-section ul li {
  /* font-family: var(--font-reader-proregular); */
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.5;
}
.section-wrap {
  position: relative;
  /* padding-bottom: 180px; */
}
.section-wrap .left-birds {
  position: absolute;
  left: 25px;
  bottom: -15px;
  max-width: 100px;
}
.discover-section {
  padding-top: 250px;
  padding-bottom: 500px;
  background-image: url("assets/images/banner-02.jpg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
.discover-section .text-block {
  position: relative;
  min-height: 500px;
  padding: 180px 150px;
}
.discover-section .text-block h2 {
  font-size: 35px;
  color: var(--color-gray);
}
.discover-section .text-block h2 i {
  display: block;
}
.discover-section .text-block .btn {
  margin-top: 0;
}
.hummingbird-section {
  position: relative;
  padding-bottom: 130px;
}
.hummingbird-section .banner-img {
  position: relative;
  max-width: 46%;
  margin-left: auto;
  margin-right: auto;
  top: -180px;
}
.hummingbird-section .fl-logo {
  position: absolute;
  top: -40px;
  left: 2%;
  max-width: 130px;
  z-index: 1;
}
.hummingbird-section .bottom-tree {
  position: absolute;
  bottom: 0;
  right: 9%;
  opacity: 0.6;
  max-width: 26%;
}
.hummingbird-section .bottom-block {
  position: relative;
}
.hummingbird-section .bottom-block .text-block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.hummingbird-section .bottom-birds {
  position: absolute;
  top: -250px;
  right: 22%;
  opacity: 0.57;
  max-width: 110px;
}
.cta-section {
  background-image: url("assets/images/palm.jpg");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  padding: 280px 100px 380px 100px;
  position: relative;
}
.cta-overly:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  z-index: 1;
  pointer-events: none;
  background: var(--color-blue);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.cta-section .text-block {
  position: relative;
  z-index: 2;
}
.cta-section .icon {
  max-width: 150px;
  margin-bottom: 80px;
}
.cta-section h5 {
  color: var(--color-gray);
}
.cta-section .btn {
  margin-top: 20px;
}
.cta-section .video-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navigation-section {
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 100px;
  right: 100px;
  z-index: 2;
}
.navigation-section h6 {
  color: var(--color-light-blue);
  margin-bottom: 30px;
}
.navigation-section .page-link {
  display: flex;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}
.navigation-section .page-link .left-link {
  width: 50%;
  border-right: 1px solid var(--color-gray);
  padding: 30px 5px;
}
.navigation-section .page-link .right-link {
  width: 50%;
  padding: 30px 5px;
}
.navigation-section .page-link a {
  font-family: var(--font-secondary);
  font-size: 25px;
  color: var(--color-gray);
  text-transform: uppercase;
}
.navigation-section .page-link a:hover {
  color: var(--color-yellow);
}

/* 
Lifestyle & Amenities Page
*/
.page-template-lifestyle-amenities-page .site-header {
  background-color: var(--color-gray) !important;
}
/* .page-template-lifestyle-amenities-page .site-header .navbar-brand {
  opacity: 1;
  visibility: visible;
} */
.page-section {
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}
.page-section .h2 i {
  display: block;
}
.page-section.bg-blue .h2 {
  color: var(--color-light-blue2);
}
.amenities-section {
  padding: 200px 0;
  position: relative;
  /* overflow: hidden; */
}
.amenities-section .text-block {
  max-width: 675px;
  margin: 0 auto;
}
.amenities-section .text-block .icon {
  margin-bottom: 25px;
}
.amenities-section .left-birds {
  position: absolute;
  left: 6%;
  top: 3%;
  max-width: 110px;
}
.amenities-section .right-birds {
  position: absolute;
  right: 5%;
  top: 3%;
  max-width: 100px;
}
.amenities-section .fl-logo {
  position: absolute;
  right: 5%;
  top: -7%;
  max-width: 115px;
}
.amenities-section .bottom-right {
  position: absolute;
  right: 0;
  bottom: -5px;
  max-width: 17%;
}
.amenities-section .top-right {
  position: absolute;
  right: 0;
  top: 20px;
  max-width: 16%;
}
.page-template-team-page .amenities-section .text-block {
  max-width: 870px;
}
.amenities-section .text-block h2 {
  color: var(--color-light-blue2);
  font-size: 32px;
}
.amenities-section .text-block h2 i {
  display: block;
}
.amenities-section .text-block .auth {
  color: var(--color-light-blue2);
  font-size: 18px;
  font-family: var(--font-reader-promedium);
  display: block;
  margin-bottom: 5px;
}
.amenities-section .text-block .deg {
  color: var(--color-light-blue2);
  font-size: 18px;
}
.amenities-section .text-block h5 + h5 {
  margin-top: 20px;
}
.img-video-section video {
  height: 100%;
  object-fit: cover;
}
.membership-section {
  padding: 130px 0 70px 0;
}
.membership-section .title-block {
  margin-bottom: 100px;
}
.membership-section .text-block {
  text-align: left;
  padding: 20px 13%;
}
.membership-section .text-block h6 {
  color: var(--color-yellow-light);
  margin-bottom: 25px;
  /* padding-left: 30px; */
}
.membership-section .bottom-block {
  margin-top: 100px;
}
.membership-section .bottom-block .text-block {
  text-align: center;
}
.membership-section .bottom-block .text-block h2 {
  color: var(--color-light-blue2);
}
.membership-section .bottom-block .text-block h2 i {
  display: inline-block;
}
.video-section {
  position: relative;
}
.video-section .video-overly {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
}
.video-section .video-overly h5,
.video-section .video-overly h2 {
  color: var(--color-white);
}
.video-section .video-overly h2 i {
  display: block;
}
.video-section .video-overly .btn {
  margin-top: 25px;
}

.tailored-section {
  position: relative;
  padding-bottom: 60px;
}
.tailored-section .top-part {
  position: relative;
  top: -12vw;
  max-width: 50%;
  margin: 0 auto;
}
.tailored-section .middle-block {
  position: relative;
  padding-bottom: 50px;
}
.tailored-section .middle-block .left-tree {
  position: absolute;
  bottom: -5px;
  right: 1.5%;
  max-width: 18%;
}
.tailored-section .text-block {
  position: relative;
  top: -8vw;
  margin: 0 auto;
  max-width: 800px;
}
.tailored-section .text-block h6 {
  color: var(--color-yellow-light);
  margin-top: 100px;
  margin-bottom: 30px;
}
.tailored-section .theme-list {
  margin: 0 auto;
  max-width: 640px;
}
.tailored-section .theme-list li {
  display: inline-flex;
  text-align: center;
}
.tailored-section .bottom-part {
  padding-left: 10px;
  padding-right: 10px;
}

/* Residences Page */
.page-template-residences-page .site-header {
  background-color: var(--color-gray) !important;
}
.residences-section .title-block h6 {
  color: var(--color-yellow-light);
}
.residences-section .top-part {
  position: relative;
  max-width: 68%;
  margin: 0 auto;
}
.residences-section .center-block {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
.residences-section .center-block .top-right {
  position: absolute;
  right: -25px;
  top: 0px;
  max-width: 20%;
}
.residences-section .center-block .text-block {
  max-width: 860px;
  margin: 0 auto;
}
.residences-section .center-block .text-block h5 {
  color: #5f7589;
}
.residences-section .bottom-block .text-block {
  margin: 0 auto;
  max-width: 90%;
}
.residences-section .bottom-block .text-block h6 {
  color: var(--color-yellow-light);
  margin-bottom: 40px;
}
.residences-section .bottom-block {
  position: relative;
  padding-bottom: 230px;
}
.residences-section .right-tree {
  position: absolute;
  left: -10px;
  bottom: 0;
  max-width: 17vw;
}
.banner-section .full-swiper {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}
.full-swiper {
  padding-bottom: 40px;
  overflow: visible;
  padding-left: 60px;
  padding-right: 60px;
}
.full-swiper .swiper-slide > img {
  width: 100%;
}
.full-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-yellow-light);
  background: transparent;
  opacity: 1;
}
.full-swiper .swiper-pagination-bullet-active {
  background: var(--color-yellow-light);
}
.full-swiper .swiper-button-next:after,
.full-swiper .swiper-button-prev:after {
  display: none;
}
.full-swiper .swiper-button-next,
.full-swiper .swiper-button-prev {
  width: 60px;
}
.full-swiper .swiper-button-prev {
  left: 0px;
}
.full-swiper .swiper-button-next {
  right: 0px;
}

/* Neighborhood */
.page-template-neighborhood-page {
  background-color: var(--color-blue);
}
.north-section {
  position: relative;
}
.north-section .top-part {
  position: relative;
  max-width: 70%;
  margin: 0 auto 100px auto;
}
.north-section .bottom-block {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.north-section .bottom-block .patternbox {
  max-width: 100%;
}
.north-section .text-block {
  margin: 0 auto;
  max-width: 90%;
}
.north-section .text-block h6 {
  color: var(--color-yellow-light);
  margin-bottom: 20px;
}
.north-section .text-block h2 {
  color: var(--color-light-blue2);
}
.north-section .text-block h2 i {
  display: block;
}
.north-section .bottom-block {
  position: relative;
  padding-bottom: 200px;
  padding-top: 50px;
}
.north-section .bottom-block .patternbox {
  /* padding-left: 2%;
  padding-right: 2%; */
}
.north-section .bottom-right {
  position: absolute;
  right: -20px;
  bottom: 100px;
  max-width: 16vw;
}
.north-section .left-birds {
  position: absolute;
  left: 2%;
  bottom: -10px;
  max-width: 100px;
}
.destination-section {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
.destination-section .title-block {
  margin-bottom: 30px;
}
.destination-section .title-block h6 {
  color: var(--color-primary);
}
.destination-section .title-block h2 {
  color: var(--body-bg);
}
.destination-section .location-block {
  padding-left: 14%;
  padding-right: 14%;
}
.destination-section .locations h4 {
  color: var(--body-bg);
  text-transform: uppercase;
  font-size: 16px;
}
.destination-section .locations ol {
  padding-left: 20px;
}
.destination-section .locations li {
  color: var(--body-bg);
  font-family: var(--font-secondary);
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.destination-section .locations li img {
  vertical-align: top;
}
.destination-section .hotels {
  border-top: 1px solid var(--color-yellow);
  border-bottom: 1px solid var(--color-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}
.destination-section .hotels h4 {
  color: var(--body-bg);
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.destination-section .hotels span {
  color: var(--body-bg);
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--font-secondary);
}
.destination-section .hotels span img {
  vertical-align: top;
}
.destination-section .mins {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
.destination-section .mins span {
  color: var(--body-bg);
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--font-secondary);
  border-right: 2px solid var(--body-bg);
}
.destination-section .mins span:last-child {
  border: none;
}
.destination-section .right-bird {
  position: absolute;
  right: 40px;
  bottom: 15%;
  max-width: 100px;
}
.destination-section .left-tree {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 19vw;
}
.con-section {
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}
.con-section .bottom-block {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.con-section .bottom-block .patternbox {
  max-width: 100%;
}
.con-section .text-block {
  padding-left: 7%;
  padding-right: 7%;
}
.con-section .text-block h2 {
  color: var(--color-light-blue2);
}
.con-section .text-block h2 i {
  display: inline;
}
.con-section .text-block .btn {
  margin-top: 0px;
}
.con-section .bottom-right {
  position: absolute;
  right: 0px;
  bottom: 70px;
  max-width: 19%;
}
.luxury-wrap {
  padding-left: 4%;
  padding-right: 4%;
}
.luxury-wrap .text-image-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.luxury-wrap .text-block {
  padding-left: 6vw;
  padding-right: 6vw;
}
.luxury-wrap .text-block ul {
  max-width: 100%;
}
.luxury-wrap .text-block h5 {
  color: var(--color-light-blue);
  padding-left: 10px;
}
.map-banner-section {
  padding-top: 200px;
}
.map-banner-section .title-block h6 {
  color: var(--color-primary);
}
.map-banner-section .title-block h2 {
  color: var(--color-gray);
}

/* Team */
.page-template-team-page {
  background-color: var(--color-blue);
}
.page-template-team-page .page-section .h2 {
  margin-left: auto;
  margin-right: auto;
  /* max-width: 800px; */
}
.teams-section {
  padding-top: 50px;
  padding-bottom: 150px;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}
.teams-section .text-block {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.teams-section .text-block h2 {
  color: var(--color-light-blue2);
  margin-bottom: 5px;
}
.teams-section .text-block h6 {
  color: var(--color-yellow-light);
  margin-bottom: 25px;
}
.teams-section .text-block p {
  color: var(--color-gray);
}
.teams-section .bottom-images {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid var(--color-yellow-light);
}

.teams-section .top-right {
  position: absolute;
  top: 50px;
  right: 20px;
  max-width: 15.5%;
}
.teams-section .left-birds {
  position: absolute;
  bottom: 50px;
  left: 6%;
  max-width: 110px;
}
.team-accordion {
  --bs-accordion-bg: var(--color-blue);
  --bs-accordion-active-bg: var(--color-blue);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.797' height='37.297' viewBox='0 0 65.797 37.297'%3E%3Cg id='Group_8175' data-name='Group 8175' transform='translate(-1363.5 -2792)'%3E%3Cline id='Line_79' data-name='Line 79' x2='53' transform='translate(1363.5 2810.075)' fill='none' stroke='%23d69828' stroke-width='1'/%3E%3Cg id='Group_3484' data-name='Group 3484' transform='translate(1393 2792)'%3E%3Cg id='Ellipse_7' data-name='Ellipse 7' transform='translate(-1)' fill='none' stroke='%23d69828' stroke-width='1'%3E%3Cellipse cx='18.648' cy='18.649' rx='18.648' ry='18.649' stroke='none'/%3E%3Cellipse cx='18.648' cy='18.649' rx='18.148' ry='18.149' fill='none'/%3E%3C/g%3E%3Cline id='Line_60' data-name='Line 60' x2='0.007' y2='12.155' transform='translate(23.978 17.744) rotate(45)' fill='none' stroke='%23d69828' stroke-width='1'/%3E%3Cline id='Line_77' data-name='Line 77' x2='12.869' y2='0.051' transform='translate(15.203 9.208) rotate(45)' fill='none' stroke='%23d69828' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%0A%3Csvg id='Group_1669' data-name='Group 1669' xmlns='http://www.w3.org/2000/svg' width='37.297' height='37.297' viewBox='0 0 37.297 37.297'%3E%3Cg id='Ellipse_7' data-name='Ellipse 7' fill='none' stroke='%23d69828' stroke-width='1'%3E%3Cellipse cx='18.648' cy='18.649' rx='18.648' ry='18.649' stroke='none'/%3E%3Cellipse cx='18.648' cy='18.649' rx='18.148' ry='18.149' fill='none'/%3E%3C/g%3E%3Cline id='Line_60' data-name='Line 60' x2='0.007' y2='12.155' transform='translate(22.978 14.348) rotate(45)' fill='none' stroke='%23d69828' stroke-width='1'/%3E%3Cline id='Line_77' data-name='Line 77' x2='12.869' y2='0.051' transform='translate(13.883 14.081) rotate(45)' fill='none' stroke='%23d69828' stroke-width='1'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-icon-transform: rotate(0deg);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-width: 60px;
  --bs-accordion-border-color: ;
  --accordion-body-p-left: 225px;
}
.team-accordion .accordion-item {
  border-bottom: 1px solid rgba(214, 152, 40, 0.5);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20%;
}
.team-accordion .accordion-item:first-child {
  border-top: 1px solid rgba(214, 152, 40, 0.5);
}
.team-accordion .accordion-header {
}
.team-accordion .accordion-button {
  background: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: none;
}
.team-accordion .accordion-button:after {
  /* top: 12px; */
  position: relative;
  height: 36px;
}
.team-accordion .accordion-button:not(.collapsed) {
  --bs-accordion-btn-icon-width: 34px;
}
.team-accordion .accordion-button:not(.collapsed):after {
  /* top: 0px; */
}
.team-accordion .accordion-button .text-close {
  display: none;
}
.team-accordion .accordion-button .open {
  display: inline-block;
  opacity: 0;
}
.team-accordion .accordion-button:hover .open {
  opacity: 1;
}
.team-accordion .accordion-button:not(.collapsed) .open {
  display: none;
}
.team-accordion .accordion-button:not(.collapsed) .text-close {
  display: inline-block;
}
.team-accordion .accordion-button .deg {
  font-size: 16px;
  font-family: var(--font-tay-barrera);
  color: var(--color-yellow-light);
  text-transform: uppercase;
  font-weight: 400;
  width: var(--accordion-body-p-left);
  padding-right: 20px;
}
.team-accordion .accordion-button .deg .date {
  display: block;
  font-size: 11px;
  font-family: var(--font-primary);
  color: var(--color-yellow-light);
  text-transform: none;
  font-weight: 300;
  margin-top: 2px;
}
.team-accordion .accordion-button .btn-text {
  color: var(--color-light-blue);
  margin-bottom: 0;
}
.team-accordion .accordion-button .btn-right {
  position: absolute;
  right: 80px;
  top: 25px;
  color: var(--color-yellow-light);
  font-family: var(--font-reader-promedium);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: normal;
}
.team-accordion .accordion-body {
  padding-left: var(--accordion-body-p-left);
}
.team-accordion .accordion-body p {
  color: var(--color-light-gray);
  margin-bottom: 30px;
}
/* Floorplan */
.page-template-floorplan-page .site-header {
  background-color: var(--color-gray) !important;
}
.floorplan-section {
  padding-left: 10%;
  padding-bottom: 100px;
}
.floorplan-section .left-block {
  position: relative;
  padding-bottom: 80px;
  height: 100%;
  padding-top: 6vw;
}
.floorplan-section .left-block .download {
  color: var(--color-yellow-light);
  font-family: var(--font-reader-promedium);
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: absolute;
  bottom: 20px;
}
.floorplan-section .left-block .download img {
  margin-left: 5px;
}
.floorplan-section .left-block h6 {
  color: var(--color-primary);
  font-size: 11px;
}
.floorplan-section .nav-item .nav-link {
  background: none;
  font-size: 24px;
  font-family: var(--font-secondary);
  color: var(--color-blue);
  text-transform: uppercase;
  padding: 5px 0px;
  text-align: left;
}
.floorplan-section .nav-item .nav-link:hover,
.floorplan-section .nav-item .nav-link.active {
  font-style: italic;
  color: var(--color-yellow-light);
}
.floorplan-section .nav-item .f-details {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  /* padding-left: 5%; */
}
.floorplan-section .nav-item .nav-link.active + .f-details {
  visibility: visible;
  height: auto;
  padding: 10px 20px;
}
.floorplan-section .nav-item .f-details h5 {
  color: var(--color-blue);
}
.floorplan-section .nav-item .f-details li {
  font-family: var(--font-reader-proregular);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-blue);
  margin-bottom: 8px;
}
.floorplan-section .nav-item .f-details li span {
  display: inline-block;
  min-width: 100px;
}
.floorplan-section .tab-pane .floor-number {
  display: none;
}
/* News */

.page-template-news-page {
  background-color: var(--color-blue);
}
.news-list .accordion-button .deg {
  font-size: 11px;
  letter-spacing: 1px;
}
.news-list.team-accordion .accordion-button .btn-text {
  color: var(--color-light-blue2);
}
.archive,
.single-post {
  background-color: var(--color-blue);
}
.single-post .posted-on {
  color: var(--color-light-blue2);
}
.single-post .posted-on time + time {
  display: none;
}
.blog-section .post-thumbnail {
  margin-top: 30px;
}
.blog-section .entry-content h1,
.blog-section .entry-content h2,
.blog-section .entry-content h3,
.blog-section .entry-content h4,
.blog-section .entry-content h5,
.blog-section .entry-content h6,
.blog-section .entry-content p {
  color: var(--color-gray);
}
.blog-section .entry-content h1 {
  font-size: calc(1.325rem + 0.9vw);
}
.blog-section .entry-content h2 {
  font-size: calc(1.125rem + 0.8vw);
}
.blog-section .entry-content h3 {
  font-size: calc(0.9rem + 0.8vw);
}
.blog-section .entry-content p {
  margin-bottom: 25px;
}
.blog-section .entry-footer .cat-links {
  color: var(--color-light-blue2);
}
.single-post .site-footer {
  margin-top: 100px;
}
.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  width: 50%;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links a {
  color: var(--color-yellow-light);
}
/* 
Old styles

*/
.distinctive-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

.distinctive-section .top-part {
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.distinctive-section .top-part .top-right {
  position: absolute;
  top: -22%;
  right: 0;
  max-width: 31%;
}

.distinctive-section .top-part .bottom-right {
  position: absolute;
  right: 6%;
  bottom: -80px;
}

.distinctive-section .heading {
  text-align: center;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 120px;
  padding-bottom: 150px;
}

.distinctive-section .heading h2 {
  color: var(--color-primary);
}

.distinctive-section .bottom-part {
  padding-left: 5%;
  padding-right: 5%;
}

.distinctive-section .bottom-part .text-block {
  /* padding-left: 5vw;
  padding-right: 5vw; */
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}

.distinctive-section .bottom-part .text-block h3 {
  font-size: 25px;
}

.paint-section {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 180px;
  padding-bottom: 300px;
  background: var(--color-blue);
}

.paint-section .top-part {
  margin-bottom: 140px;
}

.paint-section .text-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1244px;
}

.paint-section .text-block h2 {
  color: var(--color-light-blue);
}

.paint-section .text-block p {
  color: var(--color-light-blue);
  margin-left: auto;
  margin-right: auto;
  max-width: 563px;
}

.contact-section {
  padding-top: 175px;
  padding-bottom: 260px;
  position: relative;
}

.contact-section .bottom-right {
  position: absolute;
  bottom: -135px;
  right: 0;
  max-width: 31%;
}

.contact-section .top-part {
  text-align: center;
  margin-bottom: 65px;
  position: relative;
}

.contact-section .top-part .right-tree {
  position: absolute;
  bottom: -50px;
  right: -250px;
}

.contact-section .top-part .left-bird {
  position: absolute;
  bottom: -70px;
  left: 5%;
}

.contact-section .top-part picture {
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
}

.inquiry-block {
  /* padding-left: 8%;
    padding-right: 8%; */
}

.inquiry-block .inquiry-wrap {
  /* background-image: url("../base/assets/images/contact-bg.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%; */
  /* padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 10%;
    padding-right: 10%; */
  position: relative;
}
/* .inquiry-block .inquiry-wrap::before {
    content: "";
    background-image: url("../base/assets/images/contact-bg.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
} */

.inquiry-block .inquiry-wrap .left-birds {
  position: absolute;
  right: 2%;
  bottom: -30px;
  z-index: 1;
}

.inquiry-block .form-heading {
  text-align: center;
}

.inquiry-block .form-heading h6 {
}

.inquiry-block .form-heading h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 38px;
}

.inquiry-block .form-heading h4 {
  color: var(--color-blue);
}

.cf-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.cf-wrap .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cf-wrap .wpcf7-form .form-group {
  width: 47%;
  margin-bottom: 30px;
  position: relative;
  padding-top: 10px;
}

.cf-wrap .wpcf7-form .form-group.state,
.cf-wrap .wpcf7-form .form-group.zip-code {
  width: 20%;
}

.cf-wrap .wpcf7-form .form-group.full-width {
  width: 100%;
  margin-bottom: 10px;
}

.cf-wrap select.form-select,
.cf-wrap input[type="text"].form-control,
.cf-wrap input[type="email"].form-control {
  padding: 7px 0;
  font-size: 16px;
  background: transparent;
  z-index: 2;
  position: relative;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-primary);
}

.cf-wrap .wpcf7-form-control-wrap {
  height: 100%;
  display: block;
}

.cf-wrap label {
  transform: translateY(10%);
  opacity: 0.8;
  font-family: var(--font-reader-proregular);
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
  color: var(--color-blue);
  position: absolute;
  top: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cf-wrap .form-group.active > label {
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 1;
}

.cf-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 14px;
}

.cf-wrap .wpcf7-form .form-group.full-width .wpcf7-not-valid-tip {
  position: relative;
  top: inherit;
}

.cf-wrap .wpcf7-form .form-group.note {
  width: 100%;
  font-family: var(--font-secondary);
  padding-top: 0;
  font-size: 14px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.cf-wrap .form-submit {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 50px;
}

/* .cf-wrap .form-submit .btn {
  background: transparent;
  border: none;
  font-size: 13px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  letter-spacing: 0.6px;
} */
.cf-wrap .form-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin-right: 0px;
  margin-left: -12px;
  top: 5px;
}

.cf-wrap form .wpcf7-response-output {
  border: none;
  text-align: center;
  width: 100%;
}

.cf-wrap .country-select input,
.cf-wrap .country-select input[type="text"] {
  padding-left: 52px;
}

/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */

.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);

  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);

  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));

  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));

  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));

  /* Absolute distance from center, only positive */
  --distance: calc(
    (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );

  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));

  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting .word {
  opacity: 0;
  transform: translateY(-100%);
}

.splitting.visible .word {
  transition: transform 1s cubic-bezier(0, 0.5, 0.5, 1), opacity 1s linear;
  transition-delay: calc(0.03s * var(--word-index));
  opacity: 1;
  transform: translateY(0);
}

.splitting.visible .word {
  transition-delay: calc(0.3s * var(--word-index));
}

.title-long.splitting.visible .word {
  transition-delay: calc(0.1s * var(--word-index));
}
.title-long2.splitting.visible .word {
  transition-delay: calc(0.03s * var(--word-index));
}

.splitting .char {
  opacity: 0;
  transform: translateY(-100%);
}

.splitting.visible .char {
  transition: transform 1s cubic-bezier(0, 0.5, 0.5, 1), opacity 1s linear;
  transition-delay: calc(0.09s * var(--char-index));
  opacity: 1;
  transform: translateY(0);
}

.splitting.visible p,
.splitting.visible li {
  transition: transform 1s cubic-bezier(0, 0.5, 0.5, 1), opacity 1s linear;
  transition-delay: calc(0.4s * var(--item-index));
  opacity: 1;
  transform: translateY(0);
}
.splitting.visible h5 {
  transition: transform 1s cubic-bezier(0, 0.5, 0.5, 1), opacity 1s linear;
  transition-delay: calc(0.5s * var(--item-index));
  opacity: 1;
  transform: translateY(0);
}
.splitting .word {
  opacity: 0;
  transform: translateY(100%);
}
.splitting h5,
.splitting p,
.splitting li {
  transform: translateY(20px);
  overflow: hidden;
  opacity: 0;
}

.viewport.hidden {
  opacity: 0;
}

.viewport.visible,
.viewport.full-visible {
  opacity: 1;
}

.fade-in-up {
  animation: fadeInUp 2s ease backwards;
}

.site-footer {
  background: var(--color-light-gray);
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

.footer-top {
  border-bottom: 1px solid #b49e7e;
  padding-bottom: 70px;
}

.footer-top h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--color-black);
}
.footer-top h5 {
  font-size: 16px;
  margin-bottom: 50px;
  color: var(--color-heading);
}

.footer-bottom {
  padding-top: 70px;
}

.footer-bottom .footer-text {
  margin: 0 auto 100px auto;
  max-width: 500px;
}

.footer-bottom .footer-text p {
  font-size: 12px;
  color: var(--color-black);
}

.footer-bottom .footer-text strong {
  font-family: var(--font-reader-promedium);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
}

.footer-social ul {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
  text-align: right;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

.site-footer .notice {
  max-width: 1300px;
  margin: 0 auto;
}

.site-footer .notice p {
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.site-footer .footer-menu li {
  display: inline-block;
  padding-left: 10px;
}
.site-footer .footer-menu li a {
  font-family: var(--font-reader-proregular);
  font-size: 14px;
  color: var(--color-black);
  text-transform: uppercase;
}
.site-footer .footer-menu li a:hover {
  color: var(--color-yellow-light);
}

.patternbox {
  width: 1596px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  /* background-color: #fff; */
  overflow: hidden;
}
.corner:before,
.corner:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  width: 169px;
  height: 176px;
}
.pattern-top {
  background-image: url("../base/assets/images/pattern-top.jpg");
  background-repeat: repeat-x;
  height: 176px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
.pattern-top:before {
  background-image: url("../base/assets/images/pattern-left-top.jpg");
  left: 0;
  top: 0;
}
.pattern-top:after {
  background-image: url("../base/assets/images/pattern-right-top.jpg");
  top: 0;
  right: 0;
}
.pattern-bottom {
  background-image: url("../base/assets/images/pattern-bottom.jpg");
  background-repeat: repeat-x;
  height: 171px;
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
}
.pattern-bottom:before {
  background-image: url("../base/assets/images/pattern-left-bottom.jpg");
  left: 0;
  bottom: -4px;
}
.pattern-bottom:after {
  background-image: url("../base/assets/images/pattern-right-bottom.jpg");
  right: 0;
  bottom: -4px;
  transform: rotate(1deg);
}
.pattern-left-right {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.pattern-left-right:before,
.pattern-left-right:after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  top: 0;
  position: absolute;
  width: 169px;
}
.pattern-left-right:before {
  background-image: url("../base/assets/images/pattern-left.jpg");
  left: 0;
}
.pattern-left-right:after {
  background-image: url("../base/assets/images/pattern-right.jpg");
  right: -3px;
}

.pattern-transparent {
  background-color: transparent;
}

.form-area {
  padding: 180px 0;
  position: relative;
  z-index: 1;
  /* width: 783px; */
  max-width: 90%;
  margin: 0 auto;
}
.cf-wrap .stField label {
  position: relative;
}
.cf-wrap .stField.stSubmit {
  justify-content: center;
}
.map-banner-section .map-link {
  display: none;
}
.helium-tag {
  padding-top: 30px;
  text-align: center;
}
.helium-tag a {
  display: inline-block;
  height: 30px;
}
.helium-tag a svg {
  width: 228px;
  max-width: 100%;
  margin: 0 0 0 auto;
  pointer-events: none;
}
/* .helium-tag a svg path {
  fill: #fff;
} */
.inquire-expand .stField > label {
  color: var(--color-light-blue);
}
.inquire-expand .stField select,
.inquire-expand .stField input {
  background-color: transparent;
  color: var(--color-light-blue);
}
.inquire-expand .stField .stSelect::before {
  background-color: transparent;
}
.inquire-expand .stField .stCheckBox label span {
  color: var(--color-light-blue);
}
.inquire-expand .stField .stCheckBox label input[type="checkbox"]::after {
  border: 1px solid var(--color-light-blue);
  background: transparent;
}
.inquire-expand .stSubmit {
  justify-content: center;
}
.lg-container button {
  background: transparent;
  min-width: inherit;
}
.lg-container button:hover {
  background: transparent;
}
.lg-container button.lg-prev,
.lg-container button.lg-next {
  font-size: 28px;
  padding: 5px;
}

@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: 26px;
  }
  h2.small,
  .h2.small {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media (max-width: 1500px) {
}
@media (max-width: 1400px) {
  /* .discover-section .text-block h2,
  h2,
  .h2 {
    font-size: 32px;
  } */
  h3,
  .h3 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .distinctive-section .bottom-part .text-block h3 {
    font-size: 20px;
  }
  .inquiry-block .form-heading h2 {
    font-size: 30px;
  }
  .form-area {
    max-width: 75%;
  }
  .contact-section {
    padding-bottom: 160px;
  }
  .contact-section .bottom-right {
    bottom: -80px;
  }
  .floorplan-section .nav-item .nav-link {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .discover-section .text-block h2,
  h2,
  .h2 {
    font-size: 22px;
  }
  h2.small,
  .h2.small {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  .hero-section .hero-logo .brand-logo {
    max-width: 300px;
  }
  .hero-section h1 {
    font-size: 24px;
  }
  .curated-section {
    padding-bottom: 0px;
  }
  .curated-section-inner {
    /* padding-top: 130px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .curated-section .fl-logo {
    max-width: 55px;
    right: 15px;
    bottom: 24%;
  }
  .curated-section .center-block-inner .fl-logo {
    max-width: 120px;
    left: -28%;
    top: -60px;
  }
  .curated-section .center-block-inner {
    bottom: -25vw;
  }
  .vision-section {
    padding: 100px 50px;
  }
  .section-wrap {
    padding-bottom: 100px;
  }
  .section-wrap .left-birds {
    bottom: 0px;
    max-width: 60px;
  }
  .text-image-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-image-section .text-block {
    padding: 15px;
  }
  .text-image-section .left-birds {
    max-width: 65px;
  }
  /* .hummingbird-section {
    padding-bottom: 100px;
  } */
  .hummingbird-section .fl-logo {
    max-width: 90px;
  }
  .hummingbird-section .banner-img {
    top: -60px;
  }
  .hummingbird-section .bottom-tree {
    max-width: 40%;
  }
  .hummingbird-section .bottom-birds {
    max-width: 70px;
    top: -125px;
    right: 12%;
  }
  .cta-section {
    padding: 150px 5% 250px 5%;
  }
  .navigation-section {
    left: 5%;
    right: 5%;
  }
  .navigation-section .page-link .right-link,
  .navigation-section .page-link .left-link {
    padding: 15px 5px;
  }
  .distinctive-section .top-part .bottom-right {
    max-width: 85px;
    right: 3%;
    bottom: -50px;
  }
  .paint-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .paint-section .top-part {
    margin-bottom: 100px;
  }
  .contact-section .top-part picture {
    max-width: 30%;
  }
  .inquiry-block .form-heading h2 {
    font-size: 26px;
  }
  .residences-section .center-block {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .amenities-section .text-block h2 {
    font-size: 20px;
  }
  .teams-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
  }
  .teams-section .top-right {
    display: none;
  }
  .team-accordion {
    --accordion-body-p-left: 180px;
  }
  .team-accordion .accordion-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .team-accordion .accordion-button .deg {
    font-size: 12px;
  }
  .team-accordion .accordion-button .btn-text {
    font-size: 20px;
  }
  .team-accordion .accordion-button .btn-right {
    top: 25px;
  }
  .floorplan-section {
    padding-left: 10px;
  }
  .floorplan-section .nav-item .nav-link {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .floorplan-section .nav-item .f-details h5 {
    font-size: 18px;
  }
  .floorplan-section .nav-item .f-details li {
    font-size: 14px;
  }
  .floorplan-section .left-block .download {
    font-size: 12px;
    letter-spacing: 0;
  }
  .floorplan-section .left-block .download img {
    max-width: 50px;
  }
  .north-section .bottom-block {
    max-width: 95%;
  }
  .destination-section .location-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .btn-white,
  .btn-primary,
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    min-width: 160px;
    padding: 14px 35px;
  }
  .btn-long {
    min-width: 275px;
  }
  .btn-link {
    font-size: 12px;
  }
  .discover-section .text-block h2,
  h2,
  .h2 {
    font-size: 23px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
  }
  h2 i,
  .h2 i {
    display: inline;
  }
  .text-block h2 {
    margin-bottom: 30px;
  }
  .text-block h3 {
    margin-bottom: 20px;
  }
  .site-header {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .right-text {
    right: 15px;
  }
  .site-header .navbar-brand {
    max-width: 125px;
  }
  .site-header .phone-number {
    top: 10px;
  }
  .site-header .phone-number .text {
    display: none;
  }
  .site-header .phone-number svg {
    height: 22px;
    width: 22px;
  }
  .hero-section video {
    min-height: 500px;
    object-fit: cover;
  }
  .hero-section h1 {
    font-size: 23px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
  }
  .hero-section h6 {
    color: var(--color-yellow);
    margin-bottom: 0;
    font-size: 11px;
  }
  .hero-section .hero-logo .brand-logo {
    max-width: 230px;
  }
  .hero-section {
    background: var(--color-blue);
  }
  .hero-section .bottom-text {
    /* position: static;
    float: left;
    width: 100%;
    padding-top: 35px; */
    bottom: 20px;
  }
  .curated-section {
    /* padding-bottom: 100px; */
  }
  .curated-section .top-block {
    top: -140px;
    padding-left: 25px;
  }
  .curated-section .top-block img {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
  .curated-section .text-block {
    /* padding-left: 10px;
    padding-right: 10px; */
  }
  .curated-section .text-block h2 i {
    display: inline;
  }
  .curated-section .text-block .icon {
    max-width: 50px;
  }
  .curated-section .text-block p {
    padding-left: 0;
    padding-right: 0;
  }
  .curated-section .center-block-inner .fl-logo {
    max-width: 85px;
  }
  .curated-section .right-tree {
    max-width: 44%;
    opacity: 0.5;
  }
  .curated-section .fl-logo {
    max-width: 50px;
    right: 5px;
    bottom: 16%;
    opacity: 0.5;
  }
  .vision-section {
    padding: 60px 20px 180px 20px;
  }
  .vision-section .bottom-right {
    max-width: 50%;
    bottom: 50px;
  }
  .section-wrap {
    padding-bottom: 30px;
  }
  .text-image-section .text-block {
    padding-top: 60px;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .text-image-section .text-block h6 {
    margin-bottom: 15px;
  }
  .hummingbird-section {
    padding-bottom: 100px;
  }
  .hummingbird-section .bottom-block {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    /* padding-top: 50px; */
  }
  .hummingbird-section .banner-img {
    top: 60px;
    max-width: 55%;
    z-index: 1;
  }
  .hummingbird-section .bottom-block .text-block {
    padding-left: 5%;
    padding-right: 5%;
  }
  .hummingbird-section .fl-logo {
    max-width: 70px;
  }
  .hummingbird-section .bottom-birds {
    max-width: 65px;
    top: -65px;
    right: 10px;
    opacity: 1;
  }
  .cta-section {
    padding: 180px 10% 250px 10%;
  }
  .distinctive-section {
    padding-bottom: 100px;
  }
  .distinctive-section .top-part .top-right {
    top: -33%;
    max-width: 40%;
  }
  .distinctive-section .top-part .bottom-right {
    max-width: 60px;
  }
  .distinctive-section .heading {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .distinctive-section .bottom-part .text-block h3 {
    font-size: 18px;
  }
  .paint-section {
    padding: 100px 20px;
  }
  .contact-section {
    padding-top: 150px;
  }
  .contact-section .top-part picture {
    max-width: 66%;
  }
  .contact-section .top-part .right-tree {
    bottom: 40px;
    right: -135px;
    max-width: 300px;
  }
  .contact-section .top-part .left-bird {
    max-width: 100px;
  }
  .site-footer {
    padding: 100px 20px;
  }
  .inquiry-block .form-heading h2 {
    font-size: 20px;
  }
  .inquiry-block .form-heading h6 {
    font-size: 12px;
  }
  .cf-wrap {
    padding-top: 50px;
  }
  .cf-wrap .form-submit {
    margin-bottom: 50px;
  }
  .cf-wrap label {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .cf-wrap .form-group.active > label {
    font-size: 15px;
  }
  .cf-wrap .wpcf7-form .form-group {
    width: 100%;
    margin-bottom: 25px;
  }
  .cf-wrap .wpcf7-form .form-group.state,
  .cf-wrap .wpcf7-form .form-group.zip-code {
    width: 45%;
  }
  .cf-wrap select.form-select,
  .cf-wrap input[type="text"].form-control,
  .cf-wrap input[type="email"].form-control {
    font-size: 14px;
  }
  .patternbox {
    max-width: 96%;
  }
  .corner:before,
  .corner:after {
    width: 100px;
    height: 104px;
    background-size: 100%;
  }
  .form-area {
    padding: 80px 45px;
    max-width: 100%;
  }
  .pattern-top,
  .pattern-bottom {
    background-size: 58px;
  }
  .pattern-bottom {
    background-position: bottom;
  }
  .pattern-left-right:before,
  .pattern-left-right:after {
    background-size: 95px;
  }
  .pattern-left-right:before {
    left: 1px;
  }
  .pattern-left-right:after {
    background-position: right;
    right: 0;
  }
  .inquiry-block .inquiry-wrap .left-birds {
    max-width: 80px;
  }
  .contact-section .bottom-right {
    bottom: -45px;
    max-width: 50%;
  }
  .page-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .page-section .h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .page-section .h2 i {
    display: inline;
  }
  .membership-section {
    padding: 100px 0;
  }
  .amenities-section {
    padding: 150px 0 100px 0;
  }
  .amenities-section .left-birds {
    max-width: 75px;
    display: none;
  }
  .amenities-section .right-birds {
    max-width: 75px;
    display: none;
  }
  .amenities-section .bottom-right {
    max-width: 50%;
  }
  .amenities-section .fl-logo {
    max-width: 80px;
  }
  .amenities-section .text-block .icon {
    max-width: 50px;
  }
  .amenities-section .text-block h5 {
    font-size: 18px;
  }
  .membership-section .text-block {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .membership-section .bottom-block {
    margin-top: 50px;
  }
  .membership-section .title-block {
    margin-bottom: 50px;
  }
  .membership-section picture {
    margin-left: -12px;
    margin-right: -12px;
  }
  .tailored-section .top-part {
    max-width: 80%;
  }
  .tailored-section .middle-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 200px;
  }
  .tailored-section .middle-block .left-tree {
    max-width: 35%;
  }
  .theme-list li,
  .list-top li {
    font-size: 14px;
  }
  .theme-list li {
    margin-bottom: 10px;
  }
  .tailored-section {
    padding-bottom: 0;
  }
  .tailored-section .bottom-part {
    padding-left: 0;
    padding-right: 0;
  }
  .tailored-section .bottom-part picture {
  }
  .video-section .square-logo {
    max-width: 45%;
  }
  /* .navigation-section {
    padding: 50px 10px;
  } */
  .navigation-section {
    left: 0;
    right: 0;
  }
  .navigation-section .page-link {
    border-top-color: var(--color-gray);
    border-bottom-color: var(--color-gray);
  }
  .navigation-section .page-link .left-link {
    border-right-color: var(--color-gray);
  }
  .navigation-section .page-link .left-link,
  .navigation-section .page-link .right-link {
    padding: 15px 5px;
  }
  .navigation-section .page-link a {
    font-size: 16px;
    color: var(--color-gray);
  }
  .residences-section .top-part {
    max-width: inherit;
    margin-left: -12px;
    margin-right: -12px;
  }
  .residences-section .center-block .top-right {
    max-width: 55%;
    top: 50px;
  }
  .residences-section .right-tree {
    max-width: 47vw;
    left: -90px;
  }
  .north-section .top-part {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .north-section .left-birds {
    max-width: 90px;
    display: none;
  }
  .north-section .bottom-right {
    max-width: 56vw;
  }
  .north-section .text-block {
    padding-top: 10px;
  }
  .north-section .bottom-block {
    padding-bottom: 100px;
  }
  .north-section .text-block h2 i {
    display: inline;
  }
  .luxury-wrap .text-image-section {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .luxury-wrap .text-block h5 {
    font-size: 18px;
  }
  .map-banner-section {
    padding-top: 0;
  }
  .map-banner-section .map-link {
    text-align: center;
    display: block;
  }
  .map-banner-section .map-link .btn-link {
    text-transform: uppercase;
  }
  .destination-section {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 180px;
  }
  .destination-section .hotels h4,
  .destination-section .locations h4 {
    font-size: 12px;
  }
  .destination-section .locations li {
    font-size: 13px;
  }
  .destination-section .mins {
    flex-direction: column;
  }
  .destination-section .hotels {
  }
  .destination-section .hotels h4 {
    margin-bottom: 5px;
  }
  .destination-section .hotels span {
    margin-bottom: 5px;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .destination-section .hotels span img {
    max-width: 12px;
  }
  .destination-section .mins span {
    border: none;
    margin-bottom: 5px;
  }
  .destination-section .locations li img {
    max-width: 12px;
  }
  .destination-section .right-bird {
    max-width: 70px;
    bottom: 4%;
  }
  .destination-section .left-tree {
    max-width: 35vw;
  }
  .con-section {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .con-section .bottom-block {
    max-width: 100%;
  }
  .con-section .text-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .con-section .left-tree {
    max-width: 46%;
  }
  .con-section .bottom-right {
    max-width: 46%;
    bottom: 50px;
  }
  .amenities-section .top-right {
    max-width: 40%;
  }
  .teams-section {
    padding-bottom: 50px;
  }
  .teams-section .bottom-images {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .teams-section .left-birds {
    max-width: 75px;
  }
  .team-accordion {
    --accordion-body-p-left: inherit;
    --bs-accordion-btn-icon-width: 50px;
  }
  .team-accordion .accordion-button {
    flex-direction: column;
    padding-right: 50px;
  }
  .team-accordion .accordion-button .btn-right {
    display: none;
  }
  .team-accordion .accordion-button .btn-text {
    width: 100%;
    font-size: 16px;
  }
  .team-accordion .accordion-button .deg {
    display: block;
    width: 100%;
    font-size: 10px;
    margin-bottom: 2px;
  }
  .team-accordion .accordion-button::after {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .team-accordion .accordion-button:not(.collapsed) {
    --bs-accordion-btn-icon-width: 28px;
  }

  .floorplan-section {
    padding-bottom: 50px;
  }
  .floorplan-section .right-block {
    margin-top: 50px;
  }
  .img-video-section picture img {
    min-height: 290px;
  }
  .page-template-residences-page .page-section .h2 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-section + .banner-section picture img {
    min-height: 290px;
  }
  .banner-section .full-swiper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .banner-section .full-swiper picture img {
    min-height: 450px;
  }
  .page-template-floorplan-page .page-section .h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
  }
  .page-template-team-page .page-section .h2 i,
  .page-template-floorplan-page .page-section .h2 i {
    display: inline;
  }
  .floorplan-section .tab-pane {
    position: relative;
  }
  .floorplan-section .tab-pane .floor-number {
    position: absolute;
    right: 0;
    bottom: -90px;
    display: block;
    max-width: 110px;
  }
  .floorplan-section .nav-item .nav-link {
    min-width: 50px;
    font-size: 26px;
  }
  .floorplan-section .left-block h6 {
    color: var(--color-light-blue2);
    font-size: 10px;
  }
  .floorplan-section .nav-item .f-details {
    position: absolute;
    left: 0;
    top: 90px;
  }
  .floorplan-section .nav-item .nav-link.active + .f-details {
    padding-left: 0;
    padding-right: 0;
  }
  .floorplan-section .left-block {
    padding-bottom: 170px;
  }
  .floorplan-section .left-block .download {
    bottom: 0;
    font-size: 10px;
  }
  .page-template-team-page .amenities-section .text-block h2 i {
    display: inline;
  }
  .amenities-section .text-block .deg,
  .amenities-section .text-block .auth {
    font-size: 16px;
  }
  .full-swiper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .full-swiper .swiper-slide picture img {
    min-height: 400px;
  }
  .full-swiper .swiper-button-next,
  .full-swiper .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 50px;
  }
  .full-swiper .swiper-button-next {
    right: 10px;
  }
  .full-swiper .swiper-button-prev {
    left: 10px;
  }
  .full-swiper .swiper-pagination {
    top: 15px;
    bottom: inherit;
  }
  /* .inquire-expand .midcopy {
    overflow-y: scroll;
    height: 90vh;
  } */
  .site-footer .footer-menu {
    margin-top: 30px;
    text-align: center;
  }
  .site-footer .footer-menu li a {
    font-size: 11px;
  }
}
