@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;
  }
}
.overview-section .heading-wrp {
  width: 70%;
  margin: 0;
  position: relative;
}
.overview-section .heading-wrp .heading-01 {
  width: 70%;
}
.overview-section .heading-wrp p {
  margin-left: 70px;
}
.overview-section .heading-wrp > div {
  transform: translateX(0px);
  margin: 30px 70px 0;
}
.overview-section .heading-wrp .img-wrp {
  padding: 0 70px;
}
@media only screen and (max-width: 1023px) {
  .overview-section .heading-wrp {
    width: 90%;
  }
  .overview-section .heading-wrp .heading-01{
    width: 100%;
  }
  .overview-section .heading-wrp p br {
    display: none;
  }
  .overview-section .heading-wrp > div {
    transform: translateX(0px);
    position: static;
    margin: 20px 0 0 70px;
  }
  .overview-section .heading-wrp .img-wrp {
    padding: 0 70px;
  }
}

.gallery-section.bg-pattern:before {
  z-index: 1;
}
.gallery-section.is-af-bg-tertiary:after {
  height: 121%;
  top: -21%;
}
.gallery-section .project-gallery-slider-wrp {
  overflow: hidden;
}
.gallery-section .project-gallery-slider {
  width: 66%;
  margin-left: calc((100% - 1500px) / 2);
}
.gallery-section .project-gallery-slider .owl-stage-outer {
  overflow: visible;
}
.gallery-section .project-gallery-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -10.5%;
}
.gallery-section .project-gallery-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
  right: -30%;
}
@media only screen and (max-width: 1700px) {
  .gallery-section .project-gallery-slider {
    width: 70%;
    margin-left: calc((100% - 1152px) / 2);
  }
}
@media only screen and (max-width: 1200px) {
  .gallery-section .project-gallery-slider {
    margin-left: 10%;
  }
  .gallery-section .project-gallery-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -15.5%;
  }
  .gallery-section .project-gallery-slider.slider-btn-arrow-circle.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -24%;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-section {
    padding-top: 60px;
  }
  .gallery-section .heading-wrp {
    width: 71%;
  }
}

.amenities-section {
  position: relative;
  overflow: hidden;
}
.amenities-section .heading-wrp {
  margin-left: 0;
}
.amenities-section .single-image-slider-01 .owl-item p {
  padding: 40px 0 0 40px;
}
@media only screen and (max-width: 1700px) {
  .amenities-section .single-image-slider-01 .owl-item p {
    padding: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .amenities-section .single-image-slider-01 {
    margin-top: 40px;
  }
  .amenities-section .single-image-slider-01 .owl-item p {
    padding: 14px 0 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .amenities-section .single-image-slider-01 {
    margin-top: 0;
  }
}

.your-life-section {
  padding: 17vw 0 30vw;
}
.your-life-section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.your-life-section .content-wrp .para-02 {
  font-size: 36px;
}
.your-life-section .content-wrp .heading-01 {
  font-size: 70px;
  margin-left: 4.4vw;
}
.your-life-section .lr-text-wrp .l-text {
  left: 18vw;
  top: -16vw;
}
.your-life-section.bg-pattern-02:before {
  background-repeat: repeat;
  background-size: 36%;
  width: 100%;
  height: 82%;
  bottom: 0;
}
@media only screen and (max-width: 1700px) {
  .your-life-section {
    padding: 10vw 0 30vw;
  }
  .your-life-section .content-wrp {
    width: 400px;
  }
  .your-life-section .content-wrp .para-02 {
    font-size: 26px;
    line-height: 30px;
  }
  .your-life-section .content-wrp .heading-01 {
    font-size: 48px;
    margin-left: 3.8vw;
  }
  .your-life-section .lr-text-wrp .l-text {
    top: -11vw;
  }
}
@media only screen and (max-width: 1200px) {
  .your-life-section .content-wrp {
    width: 300px;
  }
  .your-life-section .content-wrp .para-02 {
    font-size: 20px;
    line-height: 24px;
  }
  .your-life-section .content-wrp .heading-01 {
    font-size: 42px;
  }
  .your-life-section .lr-text-wrp .l-text {
    top: -7vw;
  }
}
@media only screen and (max-width: 1023px) {
  .your-life-section .content-wrp {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .your-life-section .lr-text-wrp .l-text {
    top: 0vw;
    left: 0vw;
    font-size: 60vw;
  }
}

.location-section {
  position: relative;
  padding-bottom: 17vw;
}
.location-section .heading-wrp {
  margin-left: 20%;
  width: 50%;
}
.location-section .virtual-tour {
  margin-left: 20%;
  width: 80%;
  height: 34vw;
  position: relative;
}
.location-section .virtual-tour > div {
  position: absolute;
  left: 70px;
  bottom: -40px;
}
.location-section .virtual-tour > * {
  position: relative;
  z-index: 1;
}
.location-section .virtual-tour iframe {
  width: 100%;
}
.location-section .virtual-tour:before {
  content: "";
  background-color: #fae09f;
  width: 28%;
  height: 86%;
  position: absolute;
  left: -14%;
  top: 40%;
}
.location-section .virtual-tour:after {
  content: "";
  background-color: #fae09f;
  width: 30%;
  height: 70%;
  position: absolute;
  right: 0;
  top: -50%;
}
.location-section .s-map-wrp {
  height: 100%;
  display: block;
}
.location-section .s-map-wrp img {
  object-fit: cover;
  height: 100%;
}
.location-section .g-map {
  left: 0 !important;
  bottom: 0 !important;
}
.location-section .map-btn {
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: #555;
  color: white;
  padding: 10px 20px 8px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
}
.location-section .lr-text-wrp .r-text {
  top: initial;
  bottom: -7vw;
  z-index: 1;
}
@media only screen and (max-width: 1700px) {
  .location-section {
    padding-bottom: 14vw;
  }
  .location-section .virtual-tour > div {
    position: absolute;
    left: 50px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .location-section .virtual-tour {
    height: 70vw;
  }
  .location-section .virtual-tour:after {
    top: -28%;
  }
}
@media only screen and (max-width: 767px) {
  .location-section .heading-wrp {
    position: relative;
    z-index: 1;
    margin-left: 10%;
    width: 80%;
  }
  .location-section .virtual-tour {
    height: 100vw;
	  margin-left: 5%;
	  width: 90%;
  }
  .location-section .virtual-tour:after {
    top: -26%;
    left: inherit;
    right: -18%;
  }
  .location-section .virtual-tour > div {
    left: 10px;
  }
}

.information-section .heading-wrp {
  width: 60%;
}
.information-section .box-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information-section .box-wrp > div {
  background: #fff;
  padding: 30px 2.6vw;
  width: 31%;
  margin-bottom: 2.6vw;
}
.information-section .box-wrp > div p {
  font-size: 1.7vw;
  line-height: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .information-section {
    padding-top: 60px;
  }
  .information-section .heading-wrp {
    margin-left: 10%;
    width: 80%;
  }
  .information-section .box-wrp {
    flex-wrap: wrap;
    justify-content: center;
  }
  .information-section .box-wrp > div {
    padding: 20px 6px;
    width: 80%;
    text-align: center;
    margin: 0 0 20px;
  }
  .information-section .box-wrp > div p {
    font-size: 4vw;
    line-height: 6vw;
  }
}

.location-advantage-section .tab-wrp {
  border-bottom-color: #353535;
}
.location-advantage-section .tab-wrp .tab:before {
  background-color: #353535;
}
.location-advantage-section .wrp-1 .tab-wrp.desktop {
  display: block;
  border: none;
}
.location-advantage-section .wrp-1 .tab-wrp.mob-dropdown {
  display: none;
}
.location-advantage-section .wrp-2 {
  height: 70vh;
}
.location-advantage-section .iframe-wrp {
  width: 100%;
  height: 100%;
}
.location-advantage-section .iframe-wrp iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .location-advantage-section .wrp-1 .tab-wrp {
    top: inherit;
  }
  .location-advantage-section .wrp-1 .tab-wrp.desktop {
    display: none;
  }
  .location-advantage-section .wrp-1 .tab-wrp.mob-dropdown {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .location-advantage-section .wrp-1 {
    padding-bottom: 50px !important;
  }
}

.plans-section .single-image-slider-01-wrp {
  width: 100%;
}
.plans-section .button {
  display: none;
}
.plans-section .blur-item a .img-span {
  margin: 8px;
  overflow: hidden;
  display: block;
}
.plans-section .blur-item img {
  filter: blur(10px);
  padding: 0;
}
.plans-section .blur-item.img-wrp.border-img:after {
  display: none;
}
.plans-section .blur-item .button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .plans-section .tab-wrp {
    margin-bottom: 20px;
  }
}

.sec-eq.static {
  display: block;
}

.rera-section .container > div {
  display: flex;
  align-items: center;
}
.rera-section .container > div img {
  width: 50px;
  margin-right: 10px;
}
.rera-section .container > img {
  width: 30%;
  max-width: 200px;
  margin: 30px auto 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .rera-section .container > div {
    flex-direction: column;
    text-align: center;
  }
  .rera-section .container > div img {
    margin: 0 0 10px;
  }
}

.fancybox-infobar {
  display: none;
}

/*# sourceMappingURL=project-detail.css.map */
