@font-face {
  font-family: "Avenir Next Ultra Lig";
  src: url("../fonts/AvenirNext-UltraLight.woff2") format("woff2"),
    url("../fonts/AvenirNext-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next Med";
  src: url("../fonts/AvenirNext-Medium.woff2") format("woff2"),
    url("../fonts/AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Lig";
  src: url("../fonts/AvenirNextLTPro-Light.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Thi";
  src: url("../fonts/AvenirNextLTPro-Thin.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Demi";
  src: url("../fonts/AvenirNextLTPro-Demi.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"),
    url("../fonts/AvenirNextLTPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?97333827");
  src: url("../fonts/fontello.eot?97333827#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff2?97333827") format("woff2"),
    url("../fonts/fontello.woff?97333827") format("woff"),
    url("../fonts/fontello.ttf?97333827") format("truetype"),
    url("../fonts/fontello.svg?97333827#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;

  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e801";
}
.icon-play:before {
  content: "\e805";
}
.icon-down:before {
  content: "\e806";
}
.icon-pause:before {
  content: "\e807";
}
.icon-next:before {
  content: "\e808";
}
.icon-prev:before {
  content: "\e809";
}

/* Colors */

:root {
  --golden: #c3b56f;
  --golden_light: #aa985d;
  --white: #ffffff;
  --light: #f8f7f6;
  --black: #000000;
  --dark: #707070;
  --gray_light: #5f5f60;
  --gray: #e8e6e3;

  --AvenirNextUltraLig: "Avenir Next Ultra Lig";
  --AvenirNextMed: "Avenir Next Med";
  --AvenirNextLTProLig: "Avenir Next LT Pro Lig";
  --AvenirNextLTProThi: "Avenir Next LT Pro Thi";
  --AvenirNextLTProDemi: "Avenir Next LT Pro Demi";
  --AvenirNextLTProMed: "Avenir Next LT Pro";
  --fontello: "fontello";
}

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--dark);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader img {
  width: 295px;
}

.golden {
  color: #c3b56f;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: var(--light);
}

body,
p {
  font-family: var(--AvenirNextLTProLig);
  font-size: 20px;
  color: var(--black);
  line-height: 1.3;
}
figure {
  margin: 0;
  position: relative;
}
.render_text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  /* font-family: var(--AvenirNextLTProDemi); */
  font-family: var(--AvenirNextMed);
  color: var(--white);
  position: absolute;
  left: 38px;
  bottom: 31px;
  opacity: 0.3;
}
.ratio .render_text {
  height: auto;
  top: auto;
  width: auto;
}
.render_text.right {
  left: inherit;
  right: 38px;
}
p {
  margin-bottom: 26px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: var(--black);
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0;
}
ul li,
ol li {
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 18px;
}
ul.list li:before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

.list_before_title {
  margin-bottom: 32px;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--AvenirNextUltraLig);
  font-weight: 200;
  font-style: normal;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
h1 .block,
h2 .block,
h3 .block,
h4 .block,
h5 .block,
h6 .block {
  display: block;
}

h1 {
  font-size: 60px;
  color: var(--white);
  line-height: 1.1666;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 25px;
}
h2.f70 {
  font-size: 70px;
}
h2.f60 {
  font-size: 60px;
}

h3 {
  font-size: 40px;
  line-height: 1.25;
}

.imgani .render_text {
  opacity: 0;
  transition: all 0.1s ease-out;
}
.imgani.show .render_text {
  transition-delay: 1s;
  opacity: 0.3;
}
.svgline {
  overflow: hidden;
}

.border_left,
.border_right {
  position: relative;
}
.border_left img,
.border_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.border_right img {
  border-right: solid 23px var(--golden_light);
}
.border_left img {
  border-left: solid 23px var(--golden_light);
}

.btnlink {
  width: 327px;
  height: 58px;
  background-color: var(--golden);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  transition: all 0.3s ease-out;
  font-family: var(--AvenirNextMed);
}
.btnlink.auto {
  margin: 0 auto;
}
.btnlink:before,
.btnlink:after {
  position: absolute;
  width: 28px;
  height: 28px;
  content: "";
  background-clip: border-box;
}
.btnlink:before {
  border-bottom: solid 14px #f8f7f6;
  border-left: solid 14px #f8f7f6;
  border-right: solid 14px transparent;
  border-top: solid 14px transparent;
  left: -1px;
  bottom: -1px;
}

.btnlink:after {
  border-top: solid 14px #f8f7f6;
  border-right: solid 14px #f8f7f6;
  border-left: solid 14px transparent;
  border-bottom: solid 14px transparent;
  right: -1px;
  top: -1px;
}
.btnlink:hover {
  background-color: var(--black);
  color: var(--golden);
}

.btnlink.svg {
  border: 0;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.btnlink.svg::before,
.btnlink.svg::after {
  display: none;
}
.btnlink.svg svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.btnlink.svg path {
  fill-opacity: 0;
}
.btnlink.svg:hover path {
  fill: var(--golden);
  fill-opacity: 1;
  stroke: var(--golden);
}
.btnlink.svg:hover {
  color: var(--white);
}

.btnlink.svg span {
  position: relative;
  z-index: 1;
  color: var(--black);
}
.btnlink.svg span.golden {
  color: var(--golden_light);
}
.btnlink.svg:hover span.golden {
  color: var(--white);
}

.btnlink.svg.white:hover path {
  fill: var(--white);
}
.btnlink.svg.white:hover {
  color: var(--white);
}
.btnlink.svg.white span {
  color: var(--white);
}
.btnlink.svg.golden path {
  fill-opacity: 1;
}
.btnlink.svg.golden:hover {
  color: var(--white);
}
.btnlink.svg.golden span {
  color: var(--white);
}

.btnlink.svg.floorplan {
  position: fixed;
  left: 38px;
  bottom: 0;
  z-index: 10;
  color: var(--white);
  width: 348px;
  height: 62px;
}
.btnlink.svg.floorplan span {
  color: var(--white);
}
.btnlink.svg.floorplan:hover {
  color: var(--black);
}
.btnlink.svg.floorplan path {
  fill: var(--golden_light);
  fill-opacity: 1;
}

.section {
  width: 100%;
  position: relative;
}
.sec_con {
  margin: 0 4.0104% 0 4.0104%;
}

img {
  max-width: 100%;
  height: auto;
}
figure img {
  width: 100%;
}
.hide {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.hide.visible {
  opacity: 1;
}

/* Header */

.site_header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 12;
}
.site_header .header_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 74px;
  transition: all 0.3s ease-out;
}
.site_branding {
  width: auto;
}
.main-navigation {
  display: inline-flex;
}
.main-navigation .menu-toggle {
  display: none;
}
#primary-menu {
  display: flex;
  align-items: center;
  margin: 0;
}
#primary-menu li {
  position: relative;
  font-family: var(--AvenirNextMed);
  font-weight: 500;
  padding: 0 18px 0 0;
  margin-right: 13px;
}
#primary-menu li:after {
  content: "/";
  display: inline-block;
  font-family: var(--AvenirNextMed);
  font-weight: 500;
  color: var(--golden);
  position: absolute;
  right: 0;
  top: 3px;
}
#primary-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#primary-menu li:last-child:after {
  display: none;
}
#primary-menu li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--golden);
}

.site_header.show .header_con,
.site_header.legalopen .header_con {
  padding-left: 25px;
}
.bottom_link .legal_links .legallink {
  margin-right: 75px;
}
.bottom_link .legal_links .legallink:last-child {
  margin-right: 0;
}

/* Home Page */
.hero {
  height: 100vh;
  z-index: 0;
}
.hero::after {
  content: "";
  background: #9d9d9d;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.video_wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video_wrap .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: var(--golden_light);
  opacity: 0.33;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  z-index: 1;
}
.video_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.5, 0.2, 0.1, 1.14);
  width: 100%;
}
.hero .video_container {
  top: 51%;
  max-width: 834px;
  padding: 0 20px;
}
.hero .video_wrap .video {
  position: relative;
  top: inherit;
  left: inherit;
  width: 100% !important;
  transform: inherit;
  min-height: inherit;
  object-fit: contain;
}
.hero.home_secone {
  height: inherit;
}
.hero.home_secone .video_wrap {
  height: inherit;
}
.hero.home_secone:after {
  bottom: 7px;
}
.logo_banner img {
  margin-top: -7.8125vw;
  width: 294px;
}
.hero .render_text {
  z-index: 1;
}
.home_sectwo {
  padding: 175px 0 175px 8.69791vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_sectwo figure {
  width: 50%;
}
.home_sectwo .copy_left {
  width: 31.6%;
  max-width: 581px;
  margin-right: 50px;
}

.home_secthree {
  margin-bottom: 175px;
}
.home_secthree .svgline {
  width: 26.927%;
  position: absolute;
  left: 0;
  bottom: 12.395vw;
  z-index: 1;
  overflow: hidden;
}
.inquiry_sec .sec_con {
  background-color: var(--gray);
  padding: 175px 0 152px;
}

.inquiry_sec .inner_con {
  max-width: 938px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 38px;
  width: 90%;
}
.inquiry_sec .inner_con:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background-color: var(--dark);
  transition: all 0.3s ease-out;
}
.inquiry_sec .inner_con h3 {
  margin-bottom: 35px;
}
.inquiry_sec.show .inner_con:before {
  width: 100%;
}

.inquiry_sec .before_title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--AvenirNextLTProDemi);
  color: var(--gray_light);
  text-align: center;
  margin-bottom: 23px;
}

.home_secfive {
  padding-top: 275px;
}
.home_secfive .sec_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_secfive .render_img {
  width: 53.96%;
}

.home_secfive .copy_right {
  width: 34%;
  max-width: 600px;
  padding: 0 0 0 0;
  margin-right: 60px;
}

.home_secfive .copy_right .copy,
.home_secsix .copy_left .copy {
  margin-bottom: 65px;
}
.home_secfive .copy_right .btnlink {
  margin: 0;
}
.home_secsix {
  padding: 258px 0 275px;
}
.home_secsix .sec_con {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home_secsix .copy_left {
  padding: 0;
  margin: 0 0 65px;
  width: 100%;
  max-width: 510px;
}

.home_secsix .render_img {
  width: 51%;
}
.home_secseven {
  margin-bottom: 275px;
}
.home_secseven .copy {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.home_secsix .svgline {
  position: absolute;
  right: 0;
  top: -150px;
  width: 81.09375vw;
  z-index: -1;
}
.home_seceight {
  height: 51.92vw;
}
.home_seceight .sec_con {
  height: 100%;
}

.home_seceight .video_container {
  max-width: 550px;
  z-index: 2;
}
.home_seceight .video_container h2 {
  color: var(--light);
}
.home_seceight .video_container .btnlink {
  color: var(--white);
}
.home_seceight .video_container .btnlink svg {
  fill-opacity: 0;
}
.home_seceight .video_container .btnlink:hover path {
  fill: var(--golden_light);
}
.home_seceight .video_container .title h2 {
  margin-bottom: 33px;
}

.inquiry_sec.before_footer {
  margin-bottom: 40px;
}
.inquiry_sec.before_footer .sec_con {
  padding: 103px 0 91px;
}
.inquiry_sec.video-bg {
  margin-bottom: 0;
  /* padding: 250px 200px; */
  --paddingTopBottom: calc(
    30px + (250 - 30) * ((100vw - 360px) / (1920 - 360))
  );
  --paddingLeftRight: calc(
    30px + (200 - 30) * ((100vw - 360px) / (1920 - 360))
  );
  /* padding-top: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  padding: var(--paddingTopBottom) var(--paddingLeftRight);
  background-size: cover !important;
}
.inquiry_sec.video-bg .video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inquiry_sec.video-bg .sec_con {
  position: relative;
  margin: 0;
}

/* Footer */
.site-footer {
  background-color: var(--gray_light);
  padding: 42px 0;
  color: #fff;
}
.site-footer .wrp {
  width: 1705px;
  max-width: 89%;
  margin: 0 auto;
  position: relative;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.site-footer .footer-logo {
  width: 45px;
  margin-top: 9px;
  margin-bottom: 0;
}
.site-footer .social_btn {
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.42857;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.site-footer .social_btn .social-title {
  font-family: var(--AvenirNextMed);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.33333;
  text-transform: uppercase;
  margin-right: 20px;
}
.site-footer .social_btn ul {
  display: flex;
  margin: 0;
}
.site-footer .social_btn ul a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  width: 30px;
  height: 15px;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.site-footer .footer-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-footer .footer-location .location {
  text-align: center;
  line-height: 1.434;
}
.site-footer .footer-location address {
  font-style: normal;
  letter-spacing: 0.06em;
}
.site-footer .footer-location .location .title {
  font-family: var(--AvenirNextLTProDemi);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2.0625;
}
.site-footer .footer-location .location .block {
  display: block;
}
.site-footer .footer-location address p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 16px;
}
.site-footer .footer-location address p a {
  color: #fff;
}
.site-footer .footer-projects {
  display: flex;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.site-footer .footer-projects .col {
  width: 50%;
  text-align: center;
}
.site-footer .footer-projects h5 {
  font-family: "Avenir Next";
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.site-footer .footer-projects img {
  width: 170px;
}
.site-footer .footer-projects .col:first-child img {
  width: 130px;
}
.site-footer .social_btn .social-title.legal {
  color: #fff;
  font-family: var(--AvenirNextLTProLig);
}

/* Recidence Page */
.hero_residence .video_container {
  max-width: inherit;
}
.hero.hero_residence .video_container {
  top: 48%;
}
.hero_residence .svgline {
  width: 29%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero_residence .title {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.hero_residence .title h2 {
  color: var(--white);
}

.video_overlay {
  content: "";
  background: #9d9d9d;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
}
.hero_residence:after {
  display: none;
}

.sec_down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.4375vw;
  width: 152px;
  text-align: center;
  color: var(--white);
}
.sec_down span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--AvenirNextMed);
  line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.sec_down .icon-down {
  animation: jumpInfinite 1.5s infinite;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  color: #fff;
}
.res_two .sec_con {
  margin: 0 7.187499%;
}
.res_two .res_slider {
  margin-top: -12.34375vw;
}
.play_pause {
  position: absolute;
  right: 2.34375%;
  bottom: 1.7708333vw;
  z-index: 1;
}
.play_pause button {
  background-color: transparent;
  border: none;
  margin: 0;
}
.play_pause button .icon {
  font-size: 24px;
}

.res_slider .swiper-button-next:after,
.res_slider .swiper-button-prev:after {
  display: none;
}
.res_slider .swiper-button-next .icon,
.res_slider .swiper-button-prev .icon {
  font-size: 4.16666vw;
  color: var(--black);
}
.res_slider .swiper-button-next {
  right: 2.08333%;
}
.res_slider .swiper-button-prev {
  left: 2.08333%;
}

.copy_afterslider {
  background-color: rgba(232, 230, 227, 0.97);
  padding: 125px 0 230px;
  text-align: center;
}
.copy_afterslider .copy {
  width: 80%;
  max-width: 639px;
  margin: 0 auto;
}
.res_three {
  padding: 21.614vw 0 0;
  position: relative;
}
.res_three .svgline {
  width: 89.21875%;
  position: absolute;
  right: 0;
  top: -16.09375vw;
  z-index: 1;
}
.res_three .sec_con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.res_three .title_left {
}
.res_three .title_left h2 {
  line-height: 1.07;
  margin-top: -8.38541vw;
}
.res_three .copy_right {
  width: 48.493%;
  max-width: 853px;
  background-color: var(--gray);
  position: relative;
}
.res_three .copy_right:after {
  position: absolute;
  width: 190px;
  height: 190px;
  content: "";
  background-clip: border-box;
  border-top: solid 95px #f8f7f6;
  border-right: solid 95px #f8f7f6;
  border-left: solid 95px transparent;
  border-bottom: solid 95px transparent;
  right: -1px;
  top: -1px;
}

.res_three .copy_right .copy {
  padding: 200px 12.59% 165px;
}
.res_four {
  position: relative;
  z-index: 2;
}

.kitchen_bath {
  background-color: var(--gray);
  padding: 10.052% 57px 0 5.520833%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.kitchen_bath:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  background-clip: border-box;
  border-bottom: solid 95px #f8f7f6;
  border-left: solid 95px #f8f7f6;
  border-right: solid 95px transparent;
  border-top: solid 95px transparent;
  left: -1px;
  bottom: -1px;
}
.kitchen_bath .copy_left {
  width: 39.852%;
  max-width: 701px;
  padding-bottom: 155px;
}
.kitchen_bath .copy_left .group_row {
  margin-bottom: 75px;
}
.kitchen_bath .copy_left .group_row:last-child {
  margin-bottom: 0;
}
.kitchen_bath .copy_left .list li br {
  display: none;
}
.res_five {
  padding-bottom: 166px;
}

.res_five .btnlink {
  margin-top: 45px;
  width: 240px;
  height: 43px;
}
.res_five .renderimg {
  width: 45.1392%;
  margin-bottom: -116px;
}
.res_five .renderimg .render_text {
  left: 70px;
}
.res_six {
  margin-bottom: 171px;
}

.res_six .sec_con {
  margin: 0 12.76%;
}
.res_six .top_copy {
  width: 100%;
  max-width: 620px;
  margin: 11.97% auto 11.458%;
  text-align: center;
}
.res_six .render_group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.res_six .render_group .imgani {
  width: 48.6%;
}
.res_six .render_group .renderimg_right {
  margin-top: 42.1678%;
  height: 85vh;
  width: 48.6%;
  overflow: hidden;
  position: relative;
}
.res_six .render_group .renderimg_right video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto;
  transform: translate(-50%, -50%);
}

.page-template-page_residences .inquiry_sec.before_footer {
  margin-bottom: 0px;
}
.page-template-page_residences .inquiry_sec.before_footer .sec_con {
  margin: 0;
}
.inquiry_sec.before_footer.dark .sec_con {
  background-color: var(--gray_light);
}
.inquiry_sec.dark .inner_con h3,
.inquiry_sec.dark .before_title {
  color: var(--white);
}
.inquiry_sec.dark .btnlink {
  color: var(--golden_light);
}
.inquiry_sec.dark .btnlink:hover {
  color: var(--white);
}
.inquiry_sec.dark .btnlink path {
  stroke: var(--golden_light);
}

@keyframes jumpInfinite {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
/* Neighborhood Page */
.page-template-page_neighborhood h2 {
  line-height: 1;
}
.hero_neighborhood::after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.35;
}
.hero_neighborhood .sec_down {
  bottom: 55px;
  width: inherit;
  z-index: 1;
}
.hero_neighborhood .video_container {
  top: 50%;
}
.hero_neighborhood h2 {
  color: var(--white);
}
.map-section {
  background: var(--gray_light);
  padding-top: 180px;
  padding-bottom: 0px;
}
.map-section .title {
  text-align: center;
  margin-bottom: 120px;
}
.map-section .title p,
.map-section .title h2 {
  color: var(--white);
}
.map-section .map-bottom {
  margin-top: 50px;
}
.neighborhood-last-banner {
  /* margin-bottom: 70px; */
}
.neighborhood-last-banner .video_outer {
  width: 100%;
  height: 51.875vw;
}
.section-local-desti {
  padding-top: 150px;
  padding-bottom: 10px;
  position: relative;
}
.section-local-desti .sec_con {
  margin-right: 0;
}

.section-local-desti .title {
  text-align: center;
}
.section-local-desti .title.sticky-title {
  text-align: left;
}
.section-local-desti .title.sticky-title .golden {
  max-width: 620px;
}
.gallery-wrap {
  display: flex;
  align-items: center;
}
.gallery-wrap figure {
  will-change: transform;
}
.gallery-2 {
  margin-bottom: 90px;
  margin-top: 400px;
  padding-right: 7.6041vw;
}
.gallery-2 figure {
  margin-left: 26vw;
  max-width: 21vw;
}
.gallery-2 .copy-side {
  padding-left: 8vw;
  text-align: center;
}
.gallery-3 {
  justify-content: flex-end;
  margin-bottom: 200px;
}
.gallery-3 figure {
  margin-right: 10vw;
  max-width: 38vw;
}
.gallery-4 {
  margin-bottom: 250px;
}
.gallery-4 figure {
  margin-left: 26vw;
  max-width: 20vw;
}
.gallery-4 .copy-side {
  padding-left: 8vw;
  text-align: center;
  max-width: 750px;
}
.gallery-5 {
  margin-bottom: 110px;
}
.gallery-5 figure {
  max-width: 85%;
  left: -35px;
}
.gallery-6 {
  margin-bottom: 370px;
  justify-content: flex-end;
  position: relative;
}
.gallery-6 figure {
  right: 0;
  max-width: 40vw;
}
.gallery-6 .bottom-img {
  position: absolute;
  right: 50%;
  bottom: -250px;
  max-width: 27vw;
}
.gallery-7 {
  margin-bottom: 220px;
  margin-top: 150px;
}
.gallery-7 figure {
  max-width: 50vw;
}
.gallery-7 .copy-side {
  padding-left: 8vw;
  text-align: center;
  max-width: 620px;
}
.gallery-8 {
  margin-bottom: 170px;
  justify-content: flex-end;
}
.gallery-8 figure {
  margin-right: 10.416vw;
}
.gallery-9 {
  margin-bottom: 150px;
  justify-content: center;
}
.gallery-9 .copy-side {
  text-align: center;
  max-width: 520px;
}
.gallery-10 {
  margin-bottom: 340px;
  justify-content: flex-end;
}
.gallery-10 figure {
  max-width: 72vw;
}
.gallery-11 {
  margin-bottom: 270px;
}
.gallery-11 figure {
  margin-left: 15vw;
  max-width: 26vw;
}
.gallery-11 .copy-side {
  padding-left: 12.864vw;
  text-align: center;
  max-width: 730px;
}
.gallery-12 {
  margin-bottom: 300px;
  justify-content: flex-end;
}
.gallery-12 figure {
  max-width: 51vw;
  margin-right: 5.8333vw;
}
.gallery-13 {
  margin-bottom: 140px;
}
.gallery-13 figure {
  margin-left: 3vw;
  max-width: 50vw;
}
.gallery-13 .copy-side {
  padding-left: 5vw;
  text-align: center;
  max-width: 640px;
}
.gallery-14 {
  margin-bottom: 250px;
  justify-content: flex-end;
}
.gallery-14 figure {
  margin-right: 11.510416vw;
  max-width: 26vw;
}

.nei_video2 {
  width: 50.7812%;
  height: 64.531vw;
  position: relative;
}
.nei_video2 figure {
  width: 51.2295%;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
}

.nei_video2 .border_left img {
  border-width: 25px;
}

.error404 {
  background-color: var(--gray_light);
}
.error404 .errorimg {
  margin-bottom: 50px;
}
.error404 .copy-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 150px 30px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.error404 .copy-wrap h1 {
  color: var(--golden_light);
  margin-bottom: 20px;
}
.error404 .intro-text {
  margin-bottom: 30px;
}
.error404 .intro-text p {
  color: var(--light);
}

.error404 .btnlink {
  margin: 0 auto;
}

.error404 .btnlink:before {
  border-bottom: solid 14px #5f5f60;
  border-left: solid 14px #5f5f60;
  border-right: solid 14px transparent;
  border-top: solid 14px transparent;
}
.error404 .btnlink:after {
  border-top: solid 14px #5f5f60;
  border-right: solid 14px #5f5f60;
  border-left: solid 14px transparent;
  border-bottom: solid 14px transparent;
}

.page-template-page_legal {
  background-color: var(--dark);
}

.legal-section {
  padding: 200px 4.218vw 50px 4.218vw;
}
.legalicon {
  width: 17px;
  margin-right: 5px;
  display: inline-block;
}
.legal-section h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 30px;
}
.legal-section p {
  font-size: 14px;
  line-height: 1.43;
  color: var(--light);
}
.hero-social,
.hero_team {
  padding-top: 350px;
}
.hero_team {
  padding-bottom: 150px;
}
.hero_team h2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 60px;
}
.hero_team .video_wrap {
  height: 700px;
}
.hero_team .video_wrap .video-caption {
  position: absolute;
  left: 70px;
  bottom: 50px;
}
.hero_team .video_wrap .video-caption p {
  color: var(--white);
  font-family: var(--AvenirNextMed);
  font-size: 10px;
}
.hero_team .video_wrap .video-caption p span {
  font-family: var(--AvenirNextLTProDemi);
  display: inline-block;
  margin-top: 10px;
}
.hero_team figcaption {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.hero_team figcaption p {
  color: var(--white);
  font-family: var(--AvenirNextMed);
  font-size: 10px;
}
.hero_team figcaption p span {
  font-family: var(--AvenirNextLTProDemi);
  display: inline-block;
  margin-top: 10px;
}
.hero_team .svgline {
  position: absolute;
  bottom: -60%;
  right: -21%;
  z-index: -1;
}

.text-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.text-section .copy {
  width: 100%;
  max-width: 665px;
  margin: 0 auto;
  /* text-align: center; */
}
.text-section h2 {
  margin-bottom: 10px;
}
.text-section h6 {
  font-family: var(--AvenirNextLTProDemi);
  color: var(--gray_light);
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.text-section .copy.copy-wide {
  max-width: 1100px;
}
.text-section .copy.copy-wide .copy_split {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.team-gallery-1 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.team-gallery-1 figure {
  /* max-width: 65vw; */
  /* width: 1150px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-overly figure::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.39) 100%
  );
}
.gallery-caption figcaption {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.gallery-caption figcaption p {
  color: var(--white);
  font-family: var(--AvenirNextMed);
  font-size: 10px;
}
.gallery-caption figcaption p span {
  font-family: var(--AvenirNextLTProDemi);
  display: inline-block;
  margin-top: 10px;
}
.team-gallery-2 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.team-gallery-2 figure {
  /* max-width: 75vw;
  width: 1400px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.team-gallery-3 .figure-wrap {
  max-width: 75vw;
  width: 1410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
.team-gallery-3 .figure-wrap figure {
  width: 50%;
}
.page-template-page-team {
  overflow: hidden;
}
.page-template-page-team .inquiry_sec .svgline {
  position: absolute;
  right: 20%;
  top: -150px;
  z-index: -1;
}
.hero-str {
  padding-top: 350px;
  background: var(--gray_light);
}
.hero-str .svg-line {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 500px;
  height: 500px;
}
.hero-str .svg-line svg {
  width: 100%;
  height: 100%;
}
.hero-str h2 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1100px;
}
.hero-str .video_wrap {
  height: 800px;
}
.hero-str .sec-down-wrap {
  margin-bottom: 50px;
}
.hero-str .sec_down {
  position: relative;
  width: 200px;
  bottom: inherit;
  top: 43%;
}

.hero-str .details {
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 140px;
  max-width: 600px;
  text-align: center;
}
.hero-str .details p {
  color: var(--white);
}
.str-sec-two {
  padding-top: 200px;
  padding-bottom: 200px;
}
.str-sec-two .sec_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.str-sec-two .render_img {
  width: 53.96%;
}
.str-sec-two .copy_right {
  width: 39%;
  /* max-width: 600px; */
  padding-right: 7%;
}
.str-sec-two .copy_right .copy {
  margin-bottom: 40px;
}
.str-sec-two .list-border li {
  border-bottom: 1px solid var(--golden_light);
  padding: 6px 0;
  max-width: 300px;
}
.str-sec-two .list-border li:first-child {
  border-top: 1px solid var(--golden_light);
}
.str-sec-two .action .btn-app {
  font-size: 14px;
  font-family: var(--AvenirNextMed);
  color: var(--golden_light);
  font-weight: 500;
}
.str-sec-two .action {
  text-align: right;
  margin-top: 100px;
}
.str-sec-two .action .btn-app span {
  margin-left: 30px;
  margin-right: 30px;
  display: inline-block;
  transition: all 0.5s ease;
}
.str-sec-two .action .btn-app:hover span {
  margin-left: 60px;
  margin-right: 0;
  transition: all 0.5s ease;
}
.str-sec-two .app-block {
  background-color: var(--light);
  display: none;
}
.hero-social {
  padding-top: 350px;
}
.hero-social h2 {
  color: var(--dark);
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.hero-social .sec_down {
  width: 180px;
  top: 23vw;
}
.social-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.social-section h2 {
  text-align: center;
  color: var(--golden_light);
  margin-bottom: 50px;
}
.social-section .details {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.social-section .details h3 {
  margin-bottom: 50px;
  padding-left: 8%;
  padding-right: 8%;
}
.social-section .details .copy {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 30px; */
  padding-bottom: 100px;
}
.social-section .details .yoga {
  width: 40vw;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page {
  padding-top: 350px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.blog-page .top-design {
  position: absolute;
  width: 50%;
  height: 2000px;
  background: var(--white);
  top: -10%;
  transform: skewX(46deg);
  left: 50%;
}
.blog-page .title {
  text-align: center;
  margin-bottom: 80px;
}
.blog-block {
  background: var(--gray);
  text-align: center;
  height: 100%;
  min-height: 30vw;
  display: flex;
  align-items: center;
  padding: 10%;
  position: relative;
}
.blog-block .bg-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-block:hover .bg-img {
  opacity: 0.2;
  transition: all 0.5s ease;
}
.blog-block .blog-block-inner {
  position: relative;
  z-index: 5;
  width: 100%;
}
.blog-block .cat {
  color: var(--gray_light);
  font-family: var(--AvenirNextLTProDemi);
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.blog-block h3 {
  margin-bottom: 25px;
}
.blog-block .btnlink {
  width: 240px;
}
.desti-text-mobile,
.home_sectwo-mobile {
  display: none;
}
.natiivo-section {
  background: var(--gray_light);
  padding-top: 200px;
  padding-bottom: 250px;
  overflow: hidden;
  margin-top: -8px;
}
.natiivo-section .top-part {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  margin-bottom: 170px;
}
.natiivo-section .top-part h6 {
  color: var(--white);
  font-size: 14px;
  font-family: var(--AvenirNextMed);
  margin-top: 25px;
}
.natiivo-section .bottom-part p,
.natiivo-section .top-part p {
  color: var(--white);
}
.natiivo-section .bottom-part {
  padding-top: 200px;
}
.natiivo-section .bottom-part h2 {
  color: var(--white);
}
.natiivo-section .bottom-part .copy {
  max-width: 600px;
}
.natiivo-section .svgline {
  position: absolute;
  right: -100px;
  bottom: -200px;
}
.helium-tag {
  padding-top: 50px;
  text-align: center;
}
.helium-tag a {
  display: 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;
}
.lc-swiper {
  margin-bottom: 200px;
}
.download-section {
  background-color: var(--gray_light);
  /* min-height: 100vh; */
  z-index: 1;
  padding: 0px 0 0 0;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 1921px) {
  .gallery-11 .copy-side {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }
  h2.f70 {
    font-size: 60px;
  }
  h2.f60 {
    font-size: 50px;
  }

  h3 {
    font-size: 36px;
  }
  .home_secthree .svgline {
    width: 38%;
    bottom: 27vw;
  }
  .home_sectwo .copy_left {
    margin-right: 0;
    width: 42%;
  }
  .blog-page,
  .hero-social,
  .hero-str,
  .hero_team {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 992px) {
  .hero_team .video_wrap .video-caption,
  .gallery-caption figcaption {
    left: 25px;
    bottom: 15px;
  }
  .hero-str .svg-line {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px;
  }
  .str-sec-two {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .str-sec-two .copy_right {
    padding-right: 0;
  }
  .social-section .details {
    /* padding-top: 50px; */
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top {
    padding-bottom: 50px;
  }
  .site-footer .social_btn {
    position: relative !important;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
  }
  .site-footer .footer-projects {
    /* display: block; */
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .site-footer .footer-projects .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer .footer-location .location {
    width: 100%;
  }
  .loader img {
    width: 250px;
  }
  body,
  p {
    font-size: 16px;
  }
  .logo_banner img {
    width: 200px;
  }
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  h2.f70 {
    font-size: 46px;
  }
  h2.f60 {
    font-size: 44px;
  }

  h3 {
    font-size: 32px;
  }

  .sec_con {
    margin: 0 20px;
  }
  #primary-menu li {
    padding-right: 11px;
    margin-right: 8px;
  }
  #primary-menu li:after {
    top: 2px;
  }
  #primary-menu li a {
    font-size: 11px;
  }

  .render_text {
    font-family: var(--AvenirNextLTProDemi);
    font-size: 7px;
    left: 10px;
    bottom: 10px;
  }
  .site_header .header_con {
    padding: 0 20px;
  }
  .home_sectwo,
  .home_secfive .sec_con,
  .home_secsix .sec_con,
  .res_three .sec_con,
  .kitchen_bath {
    flex-wrap: wrap;
  }

  .home_sectwo {
    padding: 70px 0;
  }

  .home_sectwo figure,
  .home_sectwo .copy_left,
  .home_secfive .render_img,
  .home_secfive .copy_right,
  .home_secsix .render_img,
  .res_three .copy_right,
  .kitchen_bath .copy_left,
  .res_five .renderimg,
  .nei_video2 {
    width: 100%;
  }
  .home_sectwo figure {
    margin-left: 20px;
    margin-right: 20px;
  }
  .home_sectwo .copy_left {
    margin-right: 0;
    padding: 0px 20px 50px;
    max-width: inherit;
  }
  .inquiry_sec .sec_con {
    padding: 100px 0;
  }
  .home_secthree,
  .home_secseven,
  .inquiry_sec.before_footer,
  .res_three .title_left h2 {
    margin-bottom: 100px;
  }
  .home_secfive .copy_right {
    margin-right: 0;
    max-width: inherit;
  }
  .home_secthree .svgline {
    width: 100%;
    bottom: 160%;
    z-index: -1;
  }
  .home_secfive {
    padding-top: 100px;
  }
  .home_secfive .sec_con {
    flex-direction: column-reverse;
  }
  .home_secsix .sec_con {
    flex-wrap: wrap;
  }
  .home_secfive .copy_right .copy,
  .home_secsix .copy_left .copy {
    margin-bottom: 30px;
  }
  .home_secsix {
    padding: 0 0 100px;
  }
  .res_six .sec_con {
    margin: 0 20px;
  }
  .home_secsix .copy_left {
    max-width: inherit;
    padding-right: 20px;
  }
  .home_secsix .svgline {
    width: 124vw;
  }

  .inquiry_sec.before_footer .sec_con {
    padding: 70px 20px;
  }
  .inquiry_sec .before_title {
    font-size: 12px;
  }
  .sec_down {
    bottom: 16.5vw;
  }
  .copy_afterslider {
    padding: 70px 0 100px;
  }
  .res_three .copy_right .copy,
  .kitchen_bath {
    padding: 70px 50px;
  }
  .kitchen_bath .copy_left,
  .res_five {
    padding-bottom: 0;
  }
  .nei_video2 {
    height: 100vh;
  }
  .nei_video2 figure {
    width: 60%;
    top: 20%;
  }
  .page-template-page_neighborhood .home_sectwo .copy_left {
    padding-bottom: 50px;
  }
  .map-section {
    padding: 70px 0 0px 0;
  }
  .map-section .title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  h2.f70 {
    font-size: 35px;
  }
  h2.f60 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }

  .border_left img {
    border-width: 17px;
  }
  .border_right img {
    border-width: 12px;
  }
  .btnlink {
    width: 90%;
  }
  .home_secone h1 {
    font-size: 25px;
  }
  .home .home_secone .video_wrap:after {
    /* content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #bcbcbc;
    mix-blend-mode: multiply; */
  }
  .home_secsix .copy_left {
    margin-bottom: 30px;
  }
  .home_seceight {
    height: 550px;
  }
  .home_seceight .sec_con,
  .home_secsix .sec_con,
  .home_secfive .sec_con,
  .home_secfour .sec_con {
    margin-left: 0;
    margin-right: 0;
  }
  .home_secsix .sec_con img,
  .home_secfive .sec_con img {
    border: none;
  }
  .home_secseven .copy,
  .home_secsix .copy_left,
  .home_secfive .copy_right {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home_secfive .copy_right {
    padding-bottom: 50px;
  }
  .home_secsix .copy_left {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .home_secseven .copy {
    text-align: left;
  }
  .home_secsix .svgline {
    display: none;
  }
  .res_two {
    margin-bottom: 50px;
  }
  .res_three .title_left {
    padding-bottom: 50px;
  }
  .res_three .title_left h2 {
    margin-top: 0;
  }
  .res_three .copy_right:after {
    width: 100px;
    height: 100px;
    border-top: solid 50px #f8f7f6;
    border-right: solid 50px #f8f7f6;
    border-left: solid 50px transparent;
    border-bottom: solid 50px transparent;
  }
  .kitchen_bath:before {
    width: 100px;
    height: 100px;
    border-bottom: solid 50px #f8f7f6;
    border-left: solid 50px #f8f7f6;
    border-right: solid 50px transparent;
    border-top: solid 50px transparent;
  }
  .res_three .copy_right .copy {
    padding: 30px 30px 50px;
  }
  .kitchen_bath {
    padding: 30px 20px 50px;
  }
  .list_before_title {
    margin-bottom: 10px;
  }
  .kitchen_bath .copy_left {
    margin-bottom: 70px;
  }
  .kitchen_bath .copy_left .group_row {
    margin-bottom: 50px;
  }
  .kitchen_bath .copy_left .list li {
    /* padding-left: 10px; */
  }
  .kitchen_bath .copy_left .list li br {
    display: block;
  }
  .res_six {
    padding: 50px 0;
  }
  .res_six .top_copy {
    margin: 100px auto;
    max-width: 350px;
  }
  .res_six .render_group {
    flex-wrap: wrap;
  }
  .res_six .render_group .imgani {
    width: 100%;
  }
  .res_six .render_group .renderimg_right {
    margin-top: 100px;
    width: 100%;
    height: 60vh;
  }
  .res_six {
    margin-bottom: 30px;
  }
  .page-template-page_residences .inquiry_sec.before_footer {
    margin-bottom: 50px;
  }
  .btnlink.svg.floorplan {
    width: 100%;
    left: 0;
  }
  .hero_neighborhood .sec_down {
    bottom: -68px;
    color: var(--golden_light);
  }
  .hero_neighborhood .sec_down .icon {
    color: var(--golden_light);
  }
  .page-template-page_neighborhood .home_sectwo {
    margin-top: 120px;
    position: relative;
  }
  .page-template-page_neighborhood .home_sectwo:after {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-template-page_neighborhood .home_sectwo .video_wrap {
    /* overflow: visible; */
  }
  .page-template-page_neighborhood .home_sectwo .nei_video2 {
    position: absolute;
    height: inherit;
    top: 0;
    bottom: 0;
  }
  .page-template-page_neighborhood .home_sectwo .copy_left {
    position: relative;
    z-index: 5;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
    padding-bottom: 180px;
    transform: inherit !important;
  }
  .page-template-page_neighborhood .home_sectwo .copy_left h2 {
    color: var(--white);
    font-size: 35px;
  }
  .page-template-page_neighborhood .home_sectwo .copy_left p {
    color: var(--white);
  }
  .page-template-page_neighborhood .nei_video2 figure {
    display: none;
  }
  .home_sectwo-mobile {
    display: block;
  }
  .home_sectwo-mobile figure {
    transform: inherit !important;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 5;
    top: -150px;
  }
  .home_sectwo-mobile figure img {
    border: none;
    height: 435px;
    object-fit: cover;
  }
  .section-full-banner figure img {
    height: 500px;
    object-fit: cover;
  }
  .map-section .sec_con {
    margin-left: 0;
    margin-right: 0;
  }
  .map-section .ratio {
    --bs-aspect-ratio: 100%;
  }
  .map-section .map-bottom {
    display: block;
    margin-top: 60px;
  }
  .map-section .download-map-link span,
  .map-section .download-map-link {
    color: var(--white);
  }
  .map-section .download-map-link svg path {
    stroke: var(--white);
  }
  .section-local-desti .sec_con {
    margin: 0;
  }
  .section-local-desti .title.sticky-title {
    text-align: center;
  }
  .section-local-desti .title.sticky-title .golden {
    display: none;
  }
  .section-local-desti .title.sticky-title [data-word="/"] {
    display: none;
  }
  .desti-text-mobile {
    display: block;
    color: var(--golden_light);
    text-align: center;
    border-bottom: 1px solid var(--golden_light);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--AvenirNextLTProDemi);
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    text-transform: uppercase;
  }
  .gallery-wrap {
    flex-wrap: wrap;
  }
  .gallery-2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 100px;
    margin-bottom: 50px;
    position: relative;
  }
  .gallery-2 .desti-text-mobile {
    position: absolute;
    top: 100px;
    z-index: 5;
    left: 50px;
    right: 50px;
    width: inherit;
  }
  .gallery-2 .copy-side {
    width: 100%;
    margin: 100px auto 0;
    padding-left: 0;
  }
  .gallery-2 figure {
    margin-left: 0;
    max-width: 100%;
  }
  .gallery-3 figure {
    margin-right: 0px;
    max-width: 70vw;
  }
  .gallery-3 {
    margin-bottom: 50px;
  }
  .gallery-4 {
    margin-bottom: 50px;
  }
  .gallery-4 figure {
    max-width: 50vw;
    margin-left: 30px;
    margin-bottom: 100px;
  }
  .gallery-4 .copy-side {
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0;
  }
  .gallery-5 {
    margin-bottom: 0;
    position: relative;
  }
  .gallery-5 .desti-text-mobile {
    position: absolute;
    top: 30px;
    z-index: 5;
    left: 50px;
    right: 50px;
    width: inherit;
  }
  .gallery-5 figure {
    max-width: 100%;
    left: 0;
    transform: inherit !important;
  }
  .gallery-5 figure img {
    height: 470px;
    object-fit: cover;
  }
  .gallery-6 {
    margin-bottom: 300px;
  }
  .gallery-6 figure {
    max-width: 75vw;
    top: -45px;
  }
  .gallery-6 .bottom-img {
    left: 20px;
    max-width: 50vw;
    top: inherit;
    transform: inherit !important;
  }
  .section-local-desti .title:not(.sticky-title) h2 {
    font-size: 30px;
  }
  .gallery-6 .title {
    margin: 100px 0;
  }
  .gallery-7 {
    margin-bottom: 30px;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-7 figure {
    max-width: 100%;
    margin-bottom: 50px;
    transform: inherit !important;
  }
  .gallery-7 figure img {
    height: 350px;
    object-fit: cover;
  }
  .gallery-7 .copy-side {
    padding-right: 0;
    padding-left: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .gallery-8 {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 100px;
  }
  .gallery-8 figure {
    padding-top: 40px;
    margin-right: 0px;
    padding-left: 0;
    transform: inherit !important;
  }
  .gallery-9 {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
  }
  .gallery-9 .copy-side {
    max-width: 300px;
  }

  .gallery-10,
  .gallery-13,
  .gallery-14 {
    margin-bottom: 50px;
  }
  .gallery-10 figure {
    max-width: 100%;
  }
  .gallery-10 figure img {
    height: 350px;
    object-fit: cover;
  }
  .gallery-11 {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 100px;
  }
  .gallery-11 figure {
    margin-right: 0;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    transform: inherit !important;
  }
  .gallery-11 figure img {
    height: 450px;
    object-fit: cover;
  }
  .gallery-11 .desti-text-mobile {
    position: absolute;
    top: 30px;
    z-index: 5;
    left: 50px;
    right: 50px;
    width: inherit;
  }
  .gallery-11 .copy-side {
    padding-left: 20px;
    max-width: inherit;
    padding-right: 20px;
  }
  .gallery-12 {
    margin-bottom: 50px;
  }
  .gallery-12 figure {
    max-width: 100%;
    margin-right: 0;
    padding-top: 40px;
    transform: inherit !important;
  }
  .gallery-13 figure {
    max-width: 90%;
    margin-left: 5%;
    margin-bottom: 50px;
    order: 2;
    transform: inherit !important;
  }
  .gallery-13 .copy-side {
    padding-left: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    order: 1;
    margin-bottom: 50px;
  }
  .gallery-13 .copy-side .copy_split {
    transform: inherit !important;
  }
  .gallery-14 figure {
    max-width: 50vw;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-bottom: 50px;
  }

  .neighborhood-last-banner {
    margin-bottom: 0px;
  }
  .neighborhood-last-banner .sec_con {
    margin: 0;
  }
  .neighborhood-last-banner .video_outer {
    height: 400px;
  }
  .blog-page,
  .hero-social,
  .hero-str,
  .hero_team {
    padding-top: 100px;
  }
  .hero_team {
    padding-bottom: 0px;
  }
  .hero_team .svgline {
    display: none;
  }
  .hero_team .text-section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .hero-str .video_wrap,
  .hero_team .video_wrap {
    height: auto;
  }
  .hero-str .video_wrap video,
  .hero_team .video_wrap video {
    position: static;
    transform: inherit;
    width: 100% !important;
  }
  .hero-str .ratio {
    --bs-aspect-ratio: 90%;
  }
  .hero-str .ratio video {
    object-fit: cover;
  }
  .text-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-gallery-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .team-gallery-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .team-gallery-3 .figure-wrap {
    flex-direction: column;
  }
  .team-gallery-3 .figure-wrap figure {
    width: 100%;
    transform: inherit !important;
  }
  .hero-str .svg-line svg {
    display: none;
  }
  .hero-str .details {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .str-sec-two .sec_con {
    flex-direction: column;
  }
  .str-sec-two .copy_right {
    width: 100%;
  }
  .str-sec-two .render_img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .str-sec-two .render_img img {
    border: none;
  }
  .str-sec-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .str-sec-two .copy_right {
    padding-top: 100px;
  }
  .blog-page .title {
    margin-bottom: 40px;
  }
  .page-template-page-short-term-rental .section-full-banner .sec_con {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-page-short-term-rental .section-full-banner .sec_con img {
    height: 365px;
  }
  .home_secthree,
  .inquiry_sec.before_footer {
    margin-bottom: 0;
  }
  .hero-social .sec_con,
  .hero_team .sec_con,
  .home_secthree .sec_con,
  .inquiry_sec.before_footer .sec_con {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-social figure img,
  .hero_team figure img {
    height: 400px;
    object-fit: cover;
  }
  .hero-social .title,
  .hero_team .title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero_team figcaption {
    left: 20px;
    bottom: 15px;
  }
  .team-gallery-3 .figure-wrap,
  .team-gallery-2 figure,
  .team-gallery-1 figure {
    max-width: 90vw;
  }
  .social-section .sec_con > .video_wrap,
  .social-section .sec_con > figure {
    margin-left: -20px;
    margin-right: -20px;
  }
  .social-section .sec_con > figure img {
    height: 400px;
    object-fit: cover;
  }
  .social-section .sec_con > .video_wrap {
    width: calc(100% + 40px);
    --bs-aspect-ratio: 90%;
  }
  .social-section .details .video_wrap {
    --bs-aspect-ratio: 80%;
  }
  body {
    padding-top: 85px;
  }
  .hero.hero_residence .video {
    height: 380px;
    object-fit: cover;
  }
  .download-section {
    padding-top: 0;
  }
  .download-section .download-popup-inner .popup-body-part {
    padding-top: 50px;
  }
  .page-template-page_downloads {
    background: var(--gray_light);
  }
}

@media only screen and (max-width: 320px) {
  #primary-menu li a {
    font-size: 10px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  h2.f70 {
    font-size: 34px;
  }
  h2.f60 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
}
