.c_home {
  /*section*/
}
.c_home .scrolling-main-section {
  display: block;
}
.c_home .sticky-section {
  display: block;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  height: 100vh;
  margin-top: 0;
  position: sticky;
  top: 0;
}
.c_home .section {
  overflow: hidden;
  text-align: center;
}
.c_home .section .bg-gradient {
  padding-top: 50px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  /*padding: 30px 30px 80px 30px; */
  box-sizing: border-box;
  z-index: 4;
  transform: translate3d(0, 0, 0);
}
.c_home .section .fp-slidesNav ul li a span {
  background: #ffffff;
}
.c_home .section .scrolling-desc {
  max-width: 500px;
}
.c_home .section .scrolling-desc h3 {
  color: #fff;
  font-family: "Helvetica";
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 20px;
}
.c_home .section .scrolling-desc p {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .c_home .section .scrolling-main-section.mb-show {
    display: block;
  }
  .c_home .section .amenities-tab-section.desk-show {
    display: none;
  }
}
@media (min-width: 641px) {
  .c_home .section .scrolling-main-section .scrolling-desc {
    max-width: 500px; /*left: 50%; transform: translate(-50%, 0%); */
  }
}
.c_home .slide-video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover; /*cover video background */
  z-index: 3;
}
.c_home .slide-video ::-webkit-media-controls {
  display: none !important;
}
.c_home .hero-title {
  height: 50vh;
}
.c_home .banner-link-box {
  bottom: 70px;
}
@media (max-height: 450px) {
  .c_home .banner-link-box {
    bottom: 20px !important;
  }
  .c_home .hero .scroll-btn .center-scroll-btn {
    bottom: 10px;
  }
}
.c_home .form-area-section {
  padding-top: 100px;
}
.c_home .form-area-section .half-cell .fieldset {
  width: 50%;
}
.c_home .form-area-section .half-cell .fieldset #frmFirst {
  margin-right: 5px;
}
.c_home .mb-side-bar .menu-icon {
  width: 33px;
  position: absolute;
  top: 33px;
  left: 40px;
  cursor: pointer;
}
.c_home .left-push-menu.open .menu-icon2 {
  display: none;
}
@media (max-width: 640px) {
  .c_home .mb-side-bar {
    padding-top: 60px;
  }
  .c_home .mb-side-bar .menu-icon {
    left: 30px;
    top: 20px;
    width: 30px;
  }
}
.c_home .left-container {
  padding-left: 50px;
  padding-right: 50px;
  /* PHN padding-left: 50px; */
  /* PHN text-align: left; */
  /* PHN padding-bottom: 40px; */
  padding-bottom: 60px;
  text-align: center;
  width: 50%;
  line-height: 125%;
  font-size: 24px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .c_home .left-container {
    line-height: 100%;
    overflow: scroll;
    /* PHN height: 100%; */
    width:100%;
    max-width: 330px;
    text-align: left !important;
    padding-left: 40px !important;
    padding-bottom: 20px;
    padding-top: 40px;
  }
}
.c_home .downarrow {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: absolute;
  text-align: right;
  bottom: 35px;
  z-index: 10;
}
.c_home .downarrow figure {
  display: block;
  width: 100%;
}
.c_home .downarrow figure img {
  width: 30px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .c_home .downarrow figure img {
    display: block;
    margin: auto;
    width: 24px;
  }
}
.c_home .hero {
  /*#endregion*/
  /*#endregion*/
  /*********************** end ********************/
  /*#region Homepage addon */
}
.c_home .hero .container-parent {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
}
.c_home .hero .container-parent:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.4);
}
.c_home .hero .left-container {
  text-align: left;
  padding-left: 100px;
}
.c_home .hero .fullbanner-desc {
  display: inline-block;
  /* PHN padding-bottom: 100px; */
  padding-bottom: 30px;
}
.c_home .hero .fullbanner-desc h1 {
  color: var(--Moonlight-Light, #FCF8F2);
  font-family: "Helvetica";
  font-weight: bold;
  position: relative;
}
.c_home .hero .fullbanner-desc p {
  color: #F3EDDF;
  margin: 0px;
  max-width: 670px;
}
@media (max-width: 767px) {
  .c_home .hero .fullbanner-desc {
    padding-bottom: 0px;
  }
  .c_home .hero .fullbanner-desc h1 {
    margin-bottom: 10px;
  }
  .c_home .hero .fullbanner-desc p {
    margin-bottom: 70px;
  }
}
.c_home .section2 {
  display: flex;
}
.c_home .section2 .title-container {
  position: relative;
  z-index: 100;
  -webkit-transform: translateZ(0);
}
.c_home .section2 .title-container .animation {
  width: 250px;
  height: 155px;
  position: relative;
}
.c_home .section2 .title-container .animation div {
  width: 250px;
  height: 155px;
  position: absolute;
}
.c_home .section2 .title-container .animation .animation1 {
  background: url("../images/img1.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_home .section2 .title-container .animation .animation2 {
  background: url("../images/img2.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_home .section2 .title-container .animation .animation3 {
  background: url("../images/img3.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_home .section2 .title-container .animation .animation4 {
  background: url("../images/img4.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}
.c_home .section2 .title-container .animation .animation-in {
  opacity: 1 !important;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
}
.c_home .section2 .title-container .animation .animation-out {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
}
.c_home .section2 .title-container h1 {
  color: #3d3d3d;
  text-align: center;
  padding: 10vh 0px;
  margin: 0;
}
.c_home .section2 .title-container .btn {
  color: var(--Midnight, var(--Midnight, #3d3d3d));
  border-color: var(--Midnight, #3d3d3d);
}
.c_home .section2 .title-container .btn img {
  position: relative;
  top: 3px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .c_home .section2 .title-container {
    position: absolute;
    width: 100%;
    left: 0;
    height: 80%;
    bottom: 0;
  }
  .c_home .section2 .title-container .animation {
    width: 150px;
    height: 80px;
  }
  .c_home .section2 .title-container .animation div {
    width: 150px;
    height: 80px;
  }
  .c_home .section2 .title-container h1 {
    max-width: 350px;
    margin: 0 auto;
  }
  .c_home .section2 .title-container .btn-container {
    position: absolute;
    bottom: 100px;
    width: 100%;
  }
}
.c_home .living-in-flow {
  width: 100%;
}
.c_home .living-in-flow .fp-overflow {
  width: 100%;
  height: 100%;
}
.c_home .living-in-flow .swiper {
  height: 100%;
}
.c_home .living-in-flow .swiper-bottom {
  display: none;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
}
.c_home .living-in-flow .swiper-bottom .swiper-pagination {
  width: calc(100% - 40px);
  left: 20px;
  right: 20px;
  bottom: 0px;
  position: absolute;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}
.c_home .living-in-flow .swiper-bottom .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  height: 2px;
  flex: 1;
  border-radius: 3px;
  margin: 0px;
}
.c_home .living-in-flow .swiper-bottom .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1025px) {
  .c_home .living-in-flow .swiper-bottom {
    display: block;
  }
}
.c_home .living-in-flow .swiper-button-prev {
  display: inline-block;
  top: 50%;
  height: 30px;
}
.c_home .living-in-flow .swiper-button-prev.show-mobile {
  display: none;
}
.c_home .living-in-flow .swiper-button-prev img {
  width: 30px;
  transform: rotate(90deg);
}
.c_home .living-in-flow .swiper-button-next {
  display: inline-block;
  top: 50%;
  height: 30px;
}
.c_home .living-in-flow .swiper-button-next.show-mobile {
  display: none;
}
.c_home .living-in-flow .swiper-button-next img {
  width: 30px;
  transform: rotate(270deg);
}
.c_home .living-in-flow .swiper-button-prev:after, .c_home .living-in-flow .swiper-button-next:after {
  display: none;
}
.c_home .living-in-flow .top-title {
  color: #F3EDDF;
  position: absolute;
  top: 13%;
  z-index: 10;
  width: 100%;
  -webkit-transform: translateZ(0);
}
@media (max-width: 768px) {
  .c_home .living-in-flow .top-title {
    font-size: 45px;
  }
}
.c_home .living-in-flow .swiper-slide {
  height: 100%;
}
.c_home .living-in-flow .swiper-slide .bg-gradient {
  padding: 30px 30px 80px 30px;
}
.c_home .living-in-flow .swiper-slide .bg-gradient .text-container {
  height: 140px;
  overflow: hidden;
}
.c_home .living-in-flow .swiper-slide .bg-gradient .text-container .bottom-title {
  text-transform: uppercase;
  color: #F3EDDF;
  text-align: center;
  margin-bottom: 10px;
}
.c_home .living-in-flow .swiper-slide .bg-gradient .text-container .bottom-subtitle {
  color: #F3EDDF;
  text-align: center;
}
@media (max-width: 1025px) {
  .c_home .living-in-flow .swiper-slide .bg-gradient .text-container {
    height: 120px;
  }
  .c_home .living-in-flow .swiper-slide .bg-gradient .text-container .btn {
    display: inline-block;
  }
}
@media (max-width: 1025px) {
  .c_home .living-in-flow .swiper-button-prev, .c_home .living-in-flow .swiper-button-next {
    height: 100%;
    top: 0;
    width: 10%;
  }
  .c_home .living-in-flow .swiper-button-prev.show-mobile, .c_home .living-in-flow .swiper-button-next.show-mobile {
    display: inline-block;
  }
  .c_home .living-in-flow .swiper-button-prev img, .c_home .living-in-flow .swiper-button-next img {
    display: none;
  }
  .c_home .living-in-flow .swiper-button-prev {
    left: 0;
  }
  .c_home .living-in-flow .swiper-button-next {
    right: 0;
  }
}
.c_home .properties .bg-gradient {
  display: inline-block;
  position: absolute;
  text-align: left;
}
.c_home .properties .bg-gradient .left-container {
  /* PHN height: 235px; */
}
.c_home .properties .bg-gradient .left-container .property-desc {
  padding-bottom: 35px;
}
.c_home .properties .bg-gradient .left-container .property-desc h1 {
  color: #F3EDDF;
  font-family: "Generation 1970 Outline";
  margin: 0px;
  margin-bottom: 10px;
}
.c_home .properties .bg-gradient .left-container .property-desc .location {
  color: #F3EDDF;
}
@media (max-width: 768px) {
  .c_home .properties .bg-gradient .left-container {
    /* PHN height: auto; */
  }
  .c_home .properties .bg-gradient .left-container .property-desc h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 66px */
  }
}
.c_home .comming-soon {
  display: flex;
}
.c_home .comming-soon .title-container {
  position: relative;
  z-index: 10;
  width: 100%;
}
.c_home .comming-soon .title-container h3 {
  color: #F3EDDF;
}
.c_home .comming-soon .title-container .subtitle {
  color: var(--Moonlight-Light, #F3EDDF);
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 5px;
  text-align: center;
  /* Body L */
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  max-width: 704px;
  padding: 0 15px;
  margin-bottom: 32px;
}
.c_home .comming-soon .coming-soon-subscription {
  max-width: 520px;
  min-width: 350px;
}
.c_home .comming-soon .coming-soon-subscription #waitlistBtn {
  cursor: pointer;
}
.c_home .comming-soon .coming-soon-subscription #waitlistBtn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: all !important;
}
.c_home .comming-soon .coming-soon-subscription .form {
  white-space: nowrap;
  display: flex;
  padding: 0 10px;
}
.c_home .comming-soon .coming-soon-subscription .form input {
  flex: 1;
  width: 100%;
  color: #3d3d3d;
  padding: 12px 24px;
  border: 2px solid #F3EDDF;
  background-color: #F3EDDF;
  font-family: "Poppins";
  border-radius: 5px;
  font-size: 16px;
  margin: 0;
}
.c_home .comming-soon .coming-soon-subscription .form input::-moz-placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.c_home .comming-soon .coming-soon-subscription .form input::placeholder {
  color: #3d3d3d;
  opacity: 1;
}
.c_home .comming-soon .coming-soon-subscription .form button {
  margin-left: 10px;
  border: 2px solid #F3EDDF;
  font-family: "Poppins";
  background-color: transparent;
  color: #F3EDDF;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
}
.c_home .comming-soon .coming-soon-subscription .disclaimer {
  padding: 0 10px;
  color: #F3EDDF;
  padding-top: 14px;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .c_home .comming-soon .coming-soon-subscription button {
    margin: 0 auto;
  }
  .c_home .comming-soon .coming-soon-subscription input {
    margin: 0 16px 16px 16px;
  }
}
.c_home .comming-soon .coming-soon-submission-success {
  display: flex;
  border-radius: 5px;
  padding: 30px;
  margin: 10px 20px;
  color: #F3EDDF;
}
.c_home .comming-soon .coming-soon-submission-success.hide {
  display: none;
}
.c_home .comming-soon .coming-soon-submission-success .submission-content {
  margin: 0 auto;
  text-align: center;
}
.c_home .comming-soon .coming-soon-submission-success .submission-content.hide {
  display: none;
}
.c_home .comming-soon .coming-soon-submission-success .submission-content p {
  font-size: 0.9em;
  font-weight: 300;
  color: #F3EDDF;
  margin-top: 10px;
}
.c_home .comming-soon .coming-soon-submission-success .submission-content p.large {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 400;
}
.c_home .comming-soon .coming-soon-submission-success .submission-content figure {
  margin-bottom: 40px;
}
.c_home .contact .title-container {
  position: relative;
  z-index: 10;
  padding-top: 25vh;
}
.c_home .contact .title-container h3 {
  color: #F3EDDF;
  font-size: 50px;
}
.c_home .contact .title-container .subtitle {
  color: var(--Moonlight-Light, #F3EDDF);
  text-align: center;
  /* Body L */
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 42px */
  max-width: 704px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .c_home .contact .title-container {
    padding-top: 13vh;
  }
}
.c_home .footer-section {
  background-color: #FFFFFF;
  /* PHN background-color: #F3EDDF; */
}
.c_home.swiper {
  width: 100%;
  height: 100%;
  /*.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }*/
}
.c_home.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=corporatehome.css.map */