@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@font-face {
  font-family: "Aperto";
  src: url("webfonts/Aperto.eot");
  src: url("webfonts/Aperto.eot?#iefix") format("embedded-opentype"), url("webfonts/Aperto.woff2") format("woff2"), url("webfonts/Aperto.woff") format("woff"), url("webfonts/Aperto.ttf") format("truetype"), url("webfonts/Aperto.svg#Aperto") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Normal.eot");
  src: url("webfonts/Futura-Normal.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Normal.woff2") format("woff2"), url("webfonts/Futura-Normal.woff") format("woff"), url("webfonts/Futura-Normal.ttf") format("truetype"), url("webfonts/Futura-Normal.svg#Futura-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("webfonts/Futura-Medium.eot");
  src: url("webfonts/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/Futura-Medium.woff2") format("woff2"), url("webfonts/Futura-Medium.woff") format("woff"), url("webfonts/Futura-Medium.ttf") format("truetype"), url("webfonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.Futura {
  font-family: "Futura";
}

.Aperto {
  font-family: "Aperto";
}

.Lato {
  font-family: "Lato";
}

.color-primary {
  color: #363636;
}

.color-primary-light {
  color: #d8b256;
}

.color-secondary {
  color: #f3efeb;
}

.color-secondary-light {
  color: #f1f1f1;
}

.color-tertiary {
  color: #fae09f;
}

.color-quaternary {
  color: #fae09f;
}

.is-white {
  color: #fff;
}

.is-black {
  color: #000;
}

.is-dark {
  color: #1f1f1f;
}

.is-gray {
  color: #575757;
}

.is-dark-gray {
  color: #747474;
}

.is-light-gray {
  color: #969696;
}

.is-lightest-gray {
  color: #FFF8F8;
}

.is-light-gray-1 {
  color: #eaeaea;
}

.color-green {
  color: #67ae45;
}

.color-1 {
  color: #474747;
}

.color-2 {
  color: #383533;
}

.color-3 {
  color: #caba90;
}

.color-4 {
  color: #caba90;
}

.is-bg-primary {
  background-color: #363636;
}

.is-bg-secondary {
  background-color: #f3efeb;
}

.is-bg-secondary-light {
  background-color: #f1f1f1;
}

.is-bg-tertiary {
  background-color: #fae09f;
}

.is-bg-quaternary {
  background-color: #fae09f;
}

.is-bg-white {
  background-color: #fff;
}

.is-bg-dark {
  background-color: #1f1f1f;
}

.is-bg-gray {
  background-color: #575757;
}

.is-bg-color-4 {
  background-color: #e9f3f6;
}

.container.extra-small {
  width: 1140px !important;
  max-width: none !important;
}
@media screen and (min-width: 1201px) {
  .container.fullhd {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-hd {
    max-width: 85% !important;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1500px !important;
  }
  .container.fullhd {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.fullhd.small {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 40px);
  }
  .container.fullhd {
    width: 100%;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.fullhd.small {
    padding-left: 60px;
    padding-right: 60px;
  }
  .container.extra-small {
    width: 90% !important;
    max-width: none !important;
  }
  .container.m-full-w {
    width: 100% !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .container.fullhd {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.fullhd.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.welcome-section {
  width: 100%;
  background: url("../images/home/main-banner.jpg") center top no-repeat #f3efeb;
  background-size: 100%;
  background-blend-mode: multiply;
  position: relative;
  /*padding-bottom: 10vw;*/
  z-index: 3;
  /*overflow: hidden;*/
}
.welcome-section .iframe-wrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.welcome-section .iframe-wrp iframe {
  width: 120%;
  height: 140%;
  position: absolute;
  left: -10%;
  top: -20%;
}
.welcome-section .desk_video {
  display: block;
}
.welcome-section .mobile_video {
  display: none;
}
.welcome-section .banner-overlay {
  background: #f3efeb;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  pointer-events: none;
  transition: all 1s ease;
}
.welcome-section .banner-overlay.hide {
  opacity: 0;
}
.welcome-section .anim_b_t_t_wrp {
  animation-delay: 0.8s;
}
.welcome-section .container > .content-wrp {
  text-align: center;
  padding: 22vw 0 60px;
}
.welcome-section .container > .content-wrp .para-02 {
  /* margin-bottom: 2vw; */
  margin-bottom: 0.2vw;
}
.welcome-section .four-box-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.welcome-section .four-box-wrp .img-wrp:nth-child(1) {
  width: 44.4%;
}
.welcome-section .four-box-wrp .img-wrp:nth-child(2) {
  width: 52.9%;
}
.welcome-section .four-box-wrp .img-wrp:nth-child(3) {
  width: 57.9%;
  margin-top: 2.6vw;
}
.welcome-section .four-box-wrp .img-wrp:nth-child(4) {
  width: 39.5%;
  margin-top: -5.4vw;
}
.welcome-section .four-box-wrp .content-wrp {
  position: absolute;
  left: 62vw;
  left: 68vw;
  bottom: 4vw;
  left: 65vw;
  bottom: 2vw;
  width: 22vw;
}
.welcome-section .four-box-wrp .content-wrp .para-02 {
  font-size: 36px;
}
.welcome-section .four-box-wrp .content-wrp .heading-01 {
  font-size: 70px;
  margin-left: 4.4vw;
}
.welcome-section.bg-pattern:before {
  top: inherit;
  bottom: -33vw;
  right: 0;
  height: 45.73vw;
  z-index: 0;
}
@media only screen and (max-width: 1700px) {
  .welcome-section .container > .content-wrp {
    padding: 20vw 0 40px;
  }
  .welcome-section .four-box-wrp .content-wrp .para-02 {
    font-size: 26px;
    line-height: 30px;
  }
  .welcome-section .four-box-wrp .content-wrp .heading-01 {
    font-size: 48px;
    margin-left: 3.8vw;
  }
}
@media only screen and (max-width: 1200px) {
  .welcome-section .container > .content-wrp {
    padding: 34vw 0 80px;
  }
  .welcome-section .four-box-wrp .content-wrp .para-02 {
    font-size: 20px;
    line-height: 24px;
  }
  .welcome-section .four-box-wrp .content-wrp .heading-01 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .welcome-section {
    background-image: url("../images/home/main-banner-mobile.jpg");
  }
  .welcome-section .iframe-wrp iframe {
    width: 130%;
    height: 100%;
    left: -15%;
    top: 0%;
  }
  .welcome-section .desk_video {
    display: none;
  }
  .welcome-section .mobile_video {
    display: block;
  }
  .welcome-section .container > .content-wrp {
    padding: 90vw 0 40px;
  }
  .welcome-section .four-box-wrp .content-wrp {
    left: 59vw;
    bottom: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .welcome-section .container > .content-wrp {
    padding: 105vw 0 30px;
  }
  .welcome-section .container > .content-wrp .para-02 {
    font-size: 14px;
    letter-spacing: 2px !important;
    margin-bottom: 0.6vw;
  }
  .welcome-section .four-box-wrp .content-wrp {
    width: 140px;
    left: 58vw;
    bottom: -8px;
  }
  .welcome-section .four-box-wrp .content-wrp .para-02 {
    font-size: 12px;
    line-height: 18px;
  }
  .welcome-section .four-box-wrp .content-wrp .heading-01 {
    font-size: 20px;
  }
  .three-image-slider .owl-item .item.text-wrp div {
    transform: translateY(-20%);
  }
}
@media only screen and (device-width: 344px) {
  .welcome-section .four-box-wrp .content-wrp {
    width: 110px;
  }
}

.overview-section {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.overview-section .heading-wrp {
  width: 57%;
  margin: 0 5% 0 auto;
}
.overview-section .img-wrp {
  width: 30.2%;
  margin: 0 0 -6.5% 0;
}
.overview-section.bgpattern:before {
  background-position: center top;
  background-repeat: repeat;
  top: -12.3vw;
  right: 0;
  height: 50.03vw;
  z-index: -1;
}
@media only screen and (max-width: 1700px) {
  .overview-section.bgpattern:before {
    height: 48.43vw;
  }
}
@media only screen and (max-width: 1300px) {
  .overview-section.bgpattern:before {
    height: 50.43vw;
  }
}
@media only screen and (max-width: 767px) {
  .overview-section .heading-wrp {
    width: 86%;
    margin: 0 0 0 20px;
  }
  .overview-section .img-wrp {
    width: 60%;
    margin: 0 0 -15% auto;
  }
  .overview-section.bgpattern:before {
    height: 100%;
  }
}

.amenities-section.bgpattern:before {
  background-position: center top;
  background-repeat: repeat;
  top: -5vw;
  right: 0;
  height: 47.47vw;
  z-index: 0;
}
.amenities-section .heading-wrp {
  width: 51%;
}
@media only screen and (max-width: 1700px) {
  .amenities-section.bgpattern:before {
    top: -3.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section {
    /*padding-top: 100px;*/
  }
  .amenities-section.green-harmony-section {
    padding-top: 100px;
  }
  .amenities-section .heading-wrp {
    width: 71%;
  }
}

.living-homes-section .container {
  position: relative;
}
.living-homes-section .heading-wrp {
  position: absolute;
  left: 60px;
  top: 120px;
  width: 39vw;
  padding: 6% 3%;
  z-index: 2;
}
.living-homes-section .heading-wrp:before {
  content: "";
  background: #fae09f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.living-homes-section .heading-wrp > * {
  position: relative;
}
.living-homes-section .heading-wrp .margin-l {
  margin-left: 60px;
}
.living-homes-section .heading-wrp .btn-circle-01 {
  margin: 5% 0 0 32%;
}
.living-homes-section .img-wrp {
  width: 73.7vw;
  margin: 19vw 0 0 auto;
}
.living-homes-section .lr-text-wrp {
  z-index: 3;
}
.living-homes-section .lr-text-wrp p {
  text-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1700px) {
  .living-homes-section .heading-wrp {
    left: 30px;
    top: 40px;
  }
  .living-homes-section .heading-wrp:before {
    height: 96%;
  }
  .living-homes-section .img-wrp {
    margin: 14vw 0 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .living-homes-section .heading-wrp {
    width: 42%;
  }
  .living-homes-section .heading-wrp .margin-l {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .living-homes-section .heading-wrp .btn-circle-01 {
    margin: 8% 0 0 40%;
  }
}
@media only screen and (max-width: 1023px) {
  .living-homes-section .heading-wrp {
    left: 15px;
  }
  .living-homes-section .heading-wrp p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .living-homes-section .heading-wrp {
    width: 80%;
    padding: 20px 20px;
    top: 30px;
  }
  .living-homes-section .heading-wrp .margin-l {
    margin-left: 20px;
  }
  .living-homes-section .heading-wrp .btn-circle-01 {
    margin: 10% 0 20px 30%;
  }
  .living-homes-section .img-wrp {
    width: 90%;
    margin: 200px 0 0 auto;
  }
}

.better-living-section {
  z-index: 1;
}
.better-living-section .lr-text-wrp .l-text {
  left: 31vw;
  top: initial;
  bottom: -10vw;
}
@media only screen and (max-width: 767px) {
  .better-living-section .lr-text-wrp .l-text {
    left: 24vw;
  }
}

.better-homes-section {
  padding-bottom: 13vw;
}
.better-homes-section .lr-text-wrp .r-text {
  right: 6vw;
  top: initial;
  bottom: 6vw;
}
@media only screen and (max-width: 767px) {
  .better-homes-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .better-homes-section .lr-text-wrp .r-text {
    bottom: 10vw;
  }
}

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