@font-face {
  font-family: "Contax Sans 45";
  src: url('../fonts/Contax-Sans-45-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcfavoritarabic Book;
  src: url('../fonts/ABCFavoritArabic-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Contax Sans 65";
  src: url('../fonts/Contax-Sans-65-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Millionaire Script;
  src: url('../fonts/Millionaire-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --nav-link-font: "Contax Sans 65", Arial, sans-serif;
  --paragraph-font: "Abcfavoritarabic Book", Arial, sans-serif;
  --heading-font: "Contax Sans 45", Arial, sans-serif;
  --italic: "Millionaire Script", Arial, sans-serif;
  --color: #3d3b38;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: url('../images/HERO-BG.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
}

.hero-container {
  max-width: 100%;
  padding-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero-image-wrapper {
  width: 100%;
  height: 70vh;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.parallax {
  object-position: 50% 50%;
  height: 100vh;
}

.hero-heading-div {
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  font-family: var(--nav-link-font);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.hero-bottom-div {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hero-bottom-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  height: 100%;
  display: grid;
}

.hero-stats-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #bd955b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-stats-wrapper.last {
  border-right-style: none;
}

.paragraph {
  font-family: var(--paragraph-font);
  color: #3d3b38;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.hero {
  text-align: center;
}

.paragraph.center {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.center.slide {
  font-family: var(--nav-link-font);
  text-transform: uppercase;
  font-weight: 500;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.location {
  color: #f7f6f2;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
}

.paragraph.slide {
  font-size: 16px;
}

.paragraph.full-slider {
  text-align: center;
  font-size: 14px;
}

.paragraph.small {
  margin-bottom: 10px;
  font-size: 14px;
}

.paragraph.location {
  text-transform: capitalize;
}

.stats-heading {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 100%;
}

.navbar {
  background-color: #ddd0;
  width: 100vw;
  padding: 1rem 4rem;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.nav-container {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container.nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.no-right-padding {
  margin-top: 0;
  padding-right: 0;
}

.container.no-left-padding {
  padding-left: 0;
}

.container.full {
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.brand-logo-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.navlink {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.navlink.w--current {
  color: #3d3b38;
}

.navlink.first {
  padding-left: 0;
}

.navlink.first.w--current {
  color: #3d3b38;
}

.navlink.last {
  padding-right: 0;
}

.navigation {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-left {
  width: 100%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 15%;
}

.button-hero {
  font-family: var(--nav-link-font);
  color: #f7f6f2;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f7f6f2;
  font-weight: 300;
  text-decoration: none;
}

.hero-content-main-wrapper {
  width: 100%;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section._2 {
  background-image: url('../images/AYA-ABOUT-BG.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section._4 {
  background-image: url('../images/Group-287.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section._5 {
  background-image: url('../images/Group-283.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.slider, .section.video {
  padding-top: 0;
  padding-bottom: 0;
}

.section._8 {
  background-image: url('../images/Group-284.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.interior {
  background-color: #dfd8c6;
  background-image: url('../images/Rectangle-22.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.form {
  background-image: url('../images/Group-309.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.deyaar {
  background-image: url('../images/Group-287.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.footer {
  background-image: url('../images/Group-288.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.center-align-div {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-align-div.padding {
  margin-top: 6rem;
}

.center-align-div.padding.interiors {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 8rem;
}

.center-align-div.slide {
  margin-bottom: 4rem;
}

.center-align-div.interior {
  margin-top: 4rem;
}

.center-align-div.absolute {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: absolute;
  inset: 4rem 0% auto;
}

.center-logo-wrapper {
  width: 187px;
}

.section-heading-wrapper.slider {
  width: 340px;
  height: auto;
}

.section-heading-wrapper.padding {
  margin-bottom: 2rem;
}

.section-heading-wrapper.interior {
  width: 491px;
}

.section-heading {
  font-family: var(--heading-font);
  color: #3d3b38;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 100%;
}

.section-heading.center {
  text-align: center;
}

.section-heading.white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 48px;
}

.section-heading.success {
  margin-bottom: 40px;
}

.center-para-wrapper {
  width: 795px;
}

.center-para-wrapper.aminities {
  width: 657px;
}

.about-image-wrapper {
  width: 100%;
  margin-top: 4rem;
}

.about-quick-stack {
  width: 100%;
  padding: 0;
}

.about-main-img-wrapper {
  width: 34.748vw;
}

.about-left-image-wrapper {
  width: 18.942vw;
  margin-top: 60px;
}

.about-right-image-wrapper {
  width: 19.25vw;
}

.right {
  justify-content: center;
  align-items: flex-end;
}

.about-para-wrapper {
  width: 820px;
}

.button-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #3d3b38;
  font-weight: 500;
  text-decoration: none;
}

.about-slider-quick-stack {
  margin-top: 6rem;
  padding: 0;
}

.about-slider-wrapper {
  width: 100%;
}

.about-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider-img-wrapper {
  height: 615px;
}

.slider-img-wrapper.residential, .mask {
  height: 100%;
}

.slider-details-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 423px;
  height: 100%;
  display: flex;
}

.slider-details-div.interior {
  width: 504px;
}

.section-para-wrapper.location {
  width: 489px;
}

.section-para-wrapper.location._2 {
  width: 427px;
}

.slider-stats-div {
  width: 100%;
}

.stats-content-div {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.about-stats {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.about-stats.sq-ft {
  text-transform: lowercase;
}

.stat-status {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.line {
  background-color: #3d3b38;
  width: 100%;
  height: 1px;
}

.line.interior {
  background-color: #3d3b38;
}

.line.deyyar {
  background-color: #f7f6f2;
}

.full-width-image-sectiion {
  position: relative;
  overflow: hidden;
}

.full-width-image-wrapper {
  position: relative;
}

.section-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-content-wrapper.padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 55vw;
  margin-top: 6rem;
}

.section-heading-div.location {
  width: 566px;
}

.section-heading-div.grid {
  width: 296px;
}

.location-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 6rem;
  display: grid;
}

.location-grid-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 248px;
  display: flex;
}

.location-grid-div.full-slider {
  width: 160px;
}

.icon-wrapper-sli {
  width: 65px;
}

.location-main-div {
  flex-flow: column;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.location-image-wrapper {
  width: 95%;
  height: 100%;
  position: relative;
}

.location-details-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  margin-top: 4rem;
  margin-right: 0;
  display: grid;
  position: static;
  inset: 81% auto 0% -3%;
}

.location-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.location-wrapper.first {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 318px;
  margin-top: 20px;
}

.time-heading {
  font-family: var(--heading-font);
  color: #3d3b38;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 100%;
}

.slider-section-content-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-left-wrapper {
  background-image: url('../images/Group-285.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  padding-left: 4rem;
}

.paragraph-wrapper.slider {
  width: 518px;
  height: auto;
  margin-top: 4rem;
}

.paragraph-wrapper.grid {
  justify-content: flex-end;
  align-items: flex-start;
  width: 360px;
  display: flex;
}

.section-slider-wrapper {
  height: 50vw;
}

.slider, .section-slider {
  background-color: #ddd0;
  height: 100%;
}

.section-video-wrapper {
  width: 100%;
  height: 90vh;
}

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

.center-heading-wrapper {
  width: 518px;
}

.slider-heading {
  font-family: var(--heading-font);
  color: #3d3b38;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  line-height: 48px;
}

.full-width-slider-wrapper._1 {
  padding-left: 4rem;
}

.full-width-slider-wrapper._2 {
  padding-right: 4rem;
}

.full-width-slider {
  background-color: #77464600;
  width: 100%;
  height: 100%;
}

.slider-main-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-image-div {
  height: 100%;
}

.slider-bg-video-div {
  position: relative;
}

.slider-bg-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-icon-details-div {
  background-color: #f7f6f2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 538.734px;
  height: 532.118px;
  padding: 60px 40px 40px;
  display: flex;
}

.icon-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.icon-grid._2nd {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.icon-grid._4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.icon-grid._2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.icon-grid._2.middle {
  height: 100%;
  margin-top: 0;
}

.navigation-dot {
  justify-content: flex-end;
  align-items: flex-start;
  width: 280px;
  display: flex;
  inset: auto 0% 15% 40%;
}

.navigation-dot._2 {
  justify-content: flex-start;
  align-items: flex-start;
  inset: auto auto 15% 22%;
}

.signature-heading {
  color: #3d3b38;
  margin-bottom: 0;
  font-family: Millionaire Script, Arial, sans-serif;
  font-weight: 400;
}

.sub-heading {
  color: #3d3b38;
  text-align: center;
  text-transform: uppercase;
  font-family: "Contax Sans 45", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.sub-heading.location {
  color: #3d3b38;
  text-align: left;
}

.interiors-grid {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-bottom: 0;
  display: grid;
}

.signature-grid-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 186px;
  display: flex;
}

.signature-grid-div.wide {
  width: 262px;
}

.signature-icon-wrap {
  width: 100px;
  height: 100px;
}

.signature-icon-heading {
  color: #3d3b38;
  text-align: center;
  text-transform: capitalize;
  font-family: Abcfavoritarabic Book, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.interior-quickstack {
  margin-top: 8rem;
  padding: 0;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

.image-wrapper.deyaar {
  width: 55vw;
}

.slider-wrapper.interior {
  height: 615px;
}

.interior-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.feature-wrapper {
  width: 100%;
}

.feature-stat-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-icon-div {
  width: 40px;
  height: 40px;
}

.interior-stats {
  color: #3d3b38;
  text-transform: uppercase;
  font-family: "Contax Sans 45", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.para-space-div {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.contact-quickstack {
  padding: 0;
}

.contact-form-wrapper {
  width: 100%;
  height: 100%;
}

.form-heading {
  font-family: var(--heading-font);
  color: #3d3b38;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.contact-form {
  width: 100%;
}

.field-label, .field-label-2 {
  display: none;
}

.text-field {
  font-family: var(--paragraph-font);
  color: #3d3b38;
  background-color: #fff0;
  border: 1px #000;
  border-top: 1px solid #3d3b38;
  border-bottom-color: #3d3b38;
  min-height: 70px;
  font-size: 16px;
  line-height: 100%;
}

.text-field:active {
  border-left: 0 solid #000;
  border-right: 0 #000;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-top-style: solid;
  border-top-color: #3d3b38;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
}

.text-field::placeholder {
  color: #3d3b38;
  text-transform: capitalize;
}

.text-field.drop-down {
  text-transform: capitalize;
  border-bottom-style: solid;
}

.text-field.drop-down:focus-visible, .text-field.drop-down[data-wf-focus-visible] {
  border-bottom-color: #3d3b38;
}

.text-field-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.form-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-button {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  background-color: #3898ec00;
  align-self: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.deyaar-quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.deyaar-main-wrapper {
  width: 100%;
}

.deyaar-details-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: 26vw;
  display: flex;
}

.deyaar-details-div.point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 6rem;
}

.deyaar-logo-wrapper {
  width: 193px;
}

.center-cell {
  justify-content: center;
  align-items: flex-end;
}

.center-cell.top {
  justify-content: flex-start;
  align-items: flex-end;
}

.deyar-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.deyaar-point-wrap {
  width: 417px;
}

.deyaar-point-heading {
  font-family: var(--heading-font);
  color: #f7f6f2;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.footer-logo-wrapper {
  width: 301px;
}

.footer-bottom-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 3rem;
  display: grid;
}

.icon-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 87.1579px;
  display: flex;
}

.copyright-heading {
  font-family: var(--paragraph-font);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.copyright-heading.normal {
  text-transform: capitalize;
}

.icon {
  width: 18.9761px;
  height: 19.0909px;
}

.left-arrow {
  width: 1.6rem;
  height: 1.6rem;
  inset: 0% auto 0% 53vw;
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  inset: 0% 5% 0% auto;
}

.right-arrow-2 {
  width: 1.6rem;
  height: 1.6rem;
  inset: 0% 55vw 0% auto;
}

.left-arrow-2 {
  width: 1.6rem;
  height: 1.6rem;
  inset: 0% auto 0% 8%;
}

.left-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.slide-nav-2, .left-arrow-3, .right-arrow-3 {
  display: none;
}

.preloader {
  z-index: 9999;
  background-color: #f7f6f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-logo {
  object-fit: contain;
  width: 150px;
  height: 150px;
}

.scroll-container {
  overflow: hidden;
}

.icon-slider, .icon-wrapper {
  width: 65px;
}

.navbar-mobile {
  display: none;
}

.success-msg {
  background-image: url('../images/Group-310.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.success-logo {
  width: 163px;
  height: 163px;
  padding-top: 0;
}

.success-message {
  font-family: var(--heading-font);
  color: #3d3b38;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
}

.bottom-align-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.white-icon {
  width: 112px;
  height: 112px;
}

.social-link {
  text-decoration: none;
}

.hero-paragraph {
  font-family: var(--paragraph-font);
  color: #3d3b38;
  text-align: center;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 22px;
}

.success-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.section-name-wrapper.padding {
  margin-bottom: 20px;
}

.section-name-wrapper.up-padding {
  margin-top: 40px;
}

.section-name {
  font-family: var(--nav-link-font);
  color: #3d3b38;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
}

.section-name.white {
  color: #fff;
}

.location-heading-wrapper {
  margin-top: 40px;
  margin-left: 40px;
  position: absolute;
  inset: 0%;
}

.location-name-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: minmax(auto, .25fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-inner-wrapper {
  width: 283.21px;
  height: auto;
}

.location-inner-wrapper._1 {
  height: 270px;
}

.location-inner-wrapper.padding {
  margin-top: 40px;
}

.location-grid-main-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: row;
  width: 652.21px;
  height: 445.7px;
  display: flex;
}

.location-logo-wrapper {
  width: 53px;
  height: 47px;
}

.about-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.right-align-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .paragraph.location {
    text-transform: capitalize;
  }

  .brand-logo-wrapper {
    width: 16vw;
  }

  .navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 467px;
  }

  .section._5 {
    background-image: url('../images/Location-BG.jpg');
    background-position: 50%;
  }

  .location-main-div {
    background-image: none;
  }

  .location-details-div {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    background-image: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    height: auto;
    display: grid;
  }

  .location-wrapper.first {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .time-heading {
    color: #3d3b38;
  }

  .left-arrow {
    left: 55vw;
  }

  .right-arrow {
    right: 8%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading {
    font-size: 4.167vw;
  }

  .paragraph, .paragraph.center {
    font-size: .833vw;
    line-height: 1.146vw;
  }

  .paragraph.white.location {
    font-size: .729vw;
    line-height: 1.042vw;
  }

  .paragraph.small {
    font-size: .833vw;
  }

  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .navlink, .navlink.first {
    font-size: .729vw;
  }

  .navigation {
    grid-column-gap: 2.083vw;
    grid-row-gap: 2.083vw;
    width: 32.431vw;
  }

  .button-hero {
    padding: .469vw .781vw;
    font-size: .729vw;
  }

  .section._2, .section._4, .section._5, .section._8, .section.interior, .section.form, .section.deyaar {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .section.footer {
    padding-top: 8vw;
    padding-bottom: 3vw;
  }

  .center-align-div {
    grid-column-gap: 2.604vw;
    grid-row-gap: 2.604vw;
  }

  .center-align-div.padding {
    margin-top: 6vw;
  }

  .center-align-div.padding.interiors {
    margin-top: 8vw;
  }

  .center-align-div.slide {
    margin-bottom: 4vw;
  }

  .center-logo-wrapper {
    width: 9.74vw;
  }

  .section-heading, .section-heading.center {
    font-size: 2.188vw;
  }

  .section-heading.white {
    line-height: 2.5vw;
  }

  .center-para-wrapper {
    width: 41.406vw;
  }

  .center-para-wrapper.aminities {
    width: 34.219vw;
  }

  .about-left-image-wrapper {
    margin-top: 3.125vw;
  }

  .about-para-wrapper {
    width: 42.708vw;
  }

  .button {
    padding: .521vw .781vw;
    font-size: .729vw;
    line-height: 1.042vw;
  }

  .stats-content-div {
    padding-top: 1.042vw;
  }

  .about-stats {
    font-size: 1.458vw;
  }

  .stat-status {
    font-size: .833vw;
  }

  .section-content-wrapper.padding {
    margin-top: 6vw;
  }

  .location-grid {
    grid-column-gap: 2.604vw;
    grid-row-gap: 2.604vw;
    margin-top: 6vw;
  }

  .location-grid-div {
    width: 12.917vw;
  }

  .location-details-div {
    grid-column-gap: 2.778vw;
    grid-row-gap: 2.778vw;
    margin-top: 60px;
    top: 61%;
    left: 0%;
  }

  .time-heading {
    font-size: 2vw;
  }

  .section-left-wrapper {
    padding-top: 8vw;
    padding-left: 4vw;
  }

  .slider-heading {
    font-size: 1.667vw;
    line-height: 2.5vw;
  }

  .slider-icon-details-div {
    width: 28.059vw;
    height: 27.714vw;
    padding: 3.125vw 2.083vw 2.083vw;
  }

  .icon-grid {
    grid-column-gap: 4.167vw;
    grid-row-gap: 4.167vw;
    margin-top: 3.125vw;
  }

  .navigation-dot {
    bottom: 22%;
    left: 43%;
  }

  .signature-heading {
    font-size: 1.667vw;
    line-height: 1.667vw;
  }

  .sub-heading {
    font-size: .833vw;
    line-height: 1.146vw;
  }

  .sub-heading.location {
    margin-top: .694vw;
    margin-bottom: .694vw;
  }

  .interiors-grid {
    grid-column-gap: 3.385vw;
    grid-row-gap: 3.385vw;
  }

  .signature-grid-div {
    grid-column-gap: .26vw;
    grid-row-gap: .26vw;
    width: 9.688vw;
  }

  .signature-grid-div.wide {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .signature-icon-wrap {
    width: 5.208vw;
    height: 5.208vw;
  }

  .signature-icon-heading {
    font-size: .833vw;
  }

  .interior-quickstack {
    margin-top: 8vw;
  }

  .slider-wrapper.interior {
    height: 32.031vw;
  }

  .interior-stats {
    font-size: 1.042vw;
  }

  .form-heading {
    margin-bottom: 2.083vw;
  }

  .text-field {
    font-size: .833vw;
  }

  .deyaar-details-div.point {
    grid-column-gap: .521vw;
    grid-row-gap: .521vw;
    margin-top: 6vw;
  }

  .deyaar-point-heading {
    margin-top: .521vw;
    margin-bottom: .521vw;
    font-size: 1.042vw;
  }

  .footer-logo-wrapper {
    width: 15.677vw;
  }

  .copyright-heading {
    font-size: .729vw;
    line-height: 1.042vw;
  }

  .icon {
    width: .988vw;
    height: .988vw;
  }

  .left-arrow {
    left: 59.6vw;
  }

  .right-arrow {
    right: 12%;
  }

  .right-arrow-2 {
    right: 59.1vw;
  }

  .left-arrow-2 {
    left: 11%;
  }

  .icon-wrapper {
    width: 3.385vw;
  }

  .location-name-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .location-inner-wrapper {
    width: 19.667vw;
  }

  .location-grid-main-wrapper {
    width: 45.292vw;
    height: 30.951vw;
  }

  .location-logo-wrapper {
    width: 3.264vw;
    height: 3.264vw;
  }
}

@media screen and (max-width: 991px) {
  .hero-container {
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-heading {
    font-size: 65px;
  }

  .paragraph, .paragraph.hero, .paragraph.center {
    font-size: 14px;
  }

  .stats-heading {
    font-size: 30px;
  }

  .navbar {
    padding-left: 3rem;
    padding-right: 3rem;
    display: none;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container.no-right-padding {
    padding-right: 3rem;
  }

  .container.full {
    padding-top: 5rem;
  }

  .container.mobile-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-hero {
    font-size: 12px;
  }

  .section._2, .section._4 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section._5 {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section._8, .section.deyaar {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.footer {
    padding-top: 5rem;
  }

  .center-align-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .center-align-div.padding.slide, .center-align-div.padding.interiors {
    margin-top: 5rem;
  }

  .center-align-div.slide {
    margin-bottom: 2rem;
  }

  .center-logo-wrapper {
    width: 150px;
  }

  .section-heading, .section-heading.center {
    font-size: 38px;
  }

  .center-para-wrapper, .center-para-wrapper.aminities, .about-para-wrapper {
    width: 100%;
  }

  .about-slider-quick-stack {
    margin-top: 5rem;
  }

  .slider-details-div, .slider-details-div.interior, .section-para-wrapper.location, .section-para-wrapper.location._2 {
    width: 100%;
  }

  .section-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-content-wrapper.padding {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .section-heading-div.location {
    width: 100%;
  }

  .location-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
  }

  .location-main-div {
    flex-flow: column;
  }

  .location-image-wrapper {
    width: 100%;
  }

  .location-details-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    margin-top: 100px;
    margin-right: 0;
    position: static;
  }

  .location-wrapper.first {
    width: auto;
  }

  .time-heading {
    font-size: 24px;
  }

  .slider-section-content-wrapper {
    grid-template-columns: 1fr;
  }

  .section-left-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }

  .paragraph-wrapper.grid {
    width: 100%;
  }

  .section-video-wrapper {
    height: 60vh;
  }

  .full-width-slider-wrapper._1 {
    padding-right: 4rem;
  }

  .full-width-slider-wrapper._2 {
    padding-left: 4rem;
  }

  .slider-main-wrap {
    grid-template-columns: 1fr;
  }

  .navigation-dot, .navigation-dot._2 {
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .interiors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .interior-quickstack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 5rem;
  }

  .image-wrapper.deyaar {
    width: 100%;
  }

  .para-space-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .contact-form-wrapper {
    margin-top: 40px;
  }

  .deyaar-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .deyaar-details-div {
    width: 100%;
  }

  .footer-bottom-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .left-arrow {
    inset: 60% auto 0% 16%;
  }

  .right-arrow, .right-arrow-2 {
    inset: 60% 16% 0% auto;
  }

  .left-arrow-2 {
    inset: 60% auto 0% 16%;
  }

  .loader {
    display: none;
  }

  .navbar-mobile {
    background-color: #ddd0;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-nav-logo-wrapper {
    width: 8rem;
  }

  .mobile-lottie-wrapper {
    background-color: #0000;
    width: 3rem;
    height: 3rem;
  }

  .menu-button {
    width: 3rem;
    height: 3rem;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .mobile-navigation {
    background-color: #c8c8c800;
    background-image: url('../images/Group-284.jpg');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .mobile-nav-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .success-msg {
    height: 100%;
  }

  .section-name-wrapper.up-padding {
    margin-top: 20px;
  }

  .location-heading-wrapper {
    margin-left: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    padding-bottom: 3rem;
  }

  .hero-image-wrapper {
    height: auto;
  }

  .image.parallax {
    height: 100%;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero-bottom-div {
    height: 100%;
  }

  .hero-bottom-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-wrapper {
    border-bottom: 1px solid #bd955b;
    border-right-style: none;
  }

  .paragraph.hero {
    font-size: 12px;
    line-height: 15px;
  }

  .paragraph.white.location {
    text-align: center;
    font-size: 12px;
  }

  .stats-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container.full {
    padding-top: 4rem;
  }

  .button-hero {
    font-size: 10px;
  }

  .section._2, .section._4, .section._5, .section._8, .section.interior, .section.form, .section.deyaar {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.footer {
    padding-top: 4rem;
  }

  .center-align-div.padding, .center-align-div.padding.interiors {
    margin-top: 4rem;
  }

  .center-align-div.interior {
    margin-top: 3rem;
  }

  .center-align-div.absolute {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading-wrapper.interior {
    width: 100%;
  }

  .section-heading, .section-heading.center {
    font-size: 30px;
  }

  .section-heading.white {
    font-size: 30px;
    line-height: 40px;
  }

  .slider-img-wrapper {
    height: 35vh;
  }

  .section-para-wrapper {
    margin-top: 20px;
  }

  .about-stats {
    font-size: 26px;
  }

  .full-width-image-sectiion {
    height: auto;
  }

  .section-content-wrapper.padding {
    margin-top: 2rem;
  }

  .section-heading-div.grid {
    width: 100%;
  }

  .location-grid-div {
    width: auto;
  }

  .location-image-wrapper {
    width: 100%;
  }

  .location-details-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .location-wrapper.first {
    margin-top: 10px;
  }

  .time-heading {
    font-size: 18px;
  }

  .section-left-wrapper {
    padding: 4rem 2rem;
  }

  .paragraph-wrapper.slider {
    width: 100%;
    margin-top: 2rem;
  }

  .section-slider-wrapper {
    height: 100%;
  }

  .section-video-wrapper {
    height: 50vh;
  }

  .slider-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .slider-image-div, .slider-bg-video-div, .slider-bg-video {
    width: 100%;
  }

  .slider-icon-details-div {
    width: 100%;
    height: auto;
  }

  .icon-grid._2nd {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .interiors-grid {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .signature-grid-div.wide {
    width: auto;
  }

  .image-wrapper {
    height: 45vh;
  }

  .slider-wrapper.interior {
    height: 100%;
  }

  .text-field {
    align-self: center;
  }

  .text-field-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .deyaar-quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .deyaar-details-div.point {
    margin-top: 2rem;
  }

  .copyright-heading {
    font-size: 12px;
  }

  .left-arrow {
    left: 8%;
  }

  .right-arrow {
    right: 8%;
  }

  .right-arrow-2 {
    top: 55%;
    right: 8%;
  }

  .left-arrow-2 {
    top: 55%;
    left: 8%;
  }

  .mobile-nav-logo-wrapper {
    width: 6rem;
  }

  .brand {
    padding-left: 0;
  }

  .white-icon {
    width: 80px;
    height: 80px;
  }

  .location-inner-wrapper.padding {
    margin-top: 20px;
  }

  .location-grid-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .hero-container {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-image-wrapper, .image.parallax {
    height: 100%;
  }

  .hero-heading-div {
    top: 0%;
  }

  .hero-heading-wrapper {
    padding-bottom: 20px;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .hero-bottom-div {
    height: auto;
  }

  .hero-bottom-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hero-stats-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #bd955b;
    border-right-style: none;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .hero-stats-wrapper.last {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph.center {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.center.slide {
    font-size: 14px;
  }

  .paragraph.white {
    margin-bottom: 0;
    line-height: 18px;
  }

  .navbar, .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.no-right-padding {
    padding-right: 2rem;
  }

  .container.no-left-padding {
    padding-right: 0;
  }

  .container.full {
    padding-top: 2rem;
  }

  .brand-logo-wrapper {
    width: 30rem;
  }

  .hero-button-wrapper {
    bottom: 10%;
  }

  .button-hero {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section._2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section._4, .section._5, .section._8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .center-align-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .center-align-div.padding {
    margin-top: 3rem;
  }

  .center-align-div.padding.interiors, .center-align-div.interior {
    margin-top: 2rem;
  }

  .center-align-div.absolute {
    top: 2rem;
  }

  .center-logo-wrapper {
    width: 170px;
  }

  .section-heading-wrapper.slider {
    width: 100%;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 26px;
  }

  .section-heading.center {
    font-size: 26px;
  }

  .section-heading.white {
    font-size: 26px;
    line-height: 32px;
  }

  .about-image-wrapper {
    margin-top: 3rem;
  }

  .about-main-img-wrapper {
    width: 100%;
    height: auto;
  }

  .about-left-image-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .about-right-image-wrapper {
    width: 100%;
    height: auto;
  }

  .button-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-slider-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 4rem;
  }

  .slider-img-wrapper {
    height: 60vw;
  }

  .slider-img-wrapper.residential {
    height: 75vw;
  }

  .slider-details-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-para-wrapper, .section-para-wrapper.location, .section-para-wrapper.location._2 {
    margin-top: 0;
  }

  .about-stats, .about-stats.sq-ft {
    font-size: 20px;
  }

  .stat-status {
    font-size: 12px;
  }

  .full-width-image-sectiion {
    width: 100%;
    height: 100%;
  }

  .full-width-image-wrapper {
    width: 100%;
    height: 56vw;
  }

  .section-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-content-wrapper.padding {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 4rem;
  }

  .section-heading-div.grid {
    width: 100%;
  }

  .location-grid {
    margin-top: 3rem;
  }

  .location-grid-div.full-slider {
    width: 100%;
  }

  .location-main-div {
    margin-top: 2rem;
  }

  .location-details-div {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    padding: 0 0 40px;
  }

  .section-left-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-slider-wrapper, .section-slider {
    height: auto;
  }

  .section-video-wrapper {
    height: 55vw;
  }

  .center-heading-wrapper {
    width: 100%;
  }

  .slider-heading {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .full-width-slider-wrapper._1, .full-width-slider-wrapper._2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider-image-div {
    height: 75.294vw;
  }

  .slider-icon-details-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 60px;
  }

  .icon-grid._2nd {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .icon-grid._4 {
    grid-template-columns: 1fr 1fr;
  }

  .icon-grid._2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .icon-grid._2.middle {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .navigation-dot, .navigation-dot._2 {
    display: none;
  }

  .signature-heading {
    font-size: 26px;
  }

  .sub-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .sub-heading.location {
    margin-bottom: 10px;
  }

  .interiors-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .signature-grid-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .signature-icon-heading {
    font-size: 14px;
  }

  .interior-quickstack {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 4rem;
  }

  .image-wrapper {
    height: 62.5vw;
  }

  .image-wrapper.deyaar {
    height: auto;
  }

  .slider-wrapper.interior {
    height: 100%;
  }

  .feature-stat-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .feature-icon-div {
    width: 30px;
    height: 30px;
  }

  .interior-stats {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .para-space-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .text-field {
    align-self: center;
  }

  .deyaar-quick-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .deyaar-main-wrapper {
    height: auto;
  }

  .deyaar-details-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .deyaar-details-div.point {
    margin-top: 0;
  }

  .deyaar-logo-wrapper {
    width: 125px;
  }

  .center-cell.top {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .deyaar-point-heading {
    font-size: 16px;
  }

  .footer-logo-wrapper {
    width: 10rem;
  }

  .copyright-heading {
    text-align: center;
  }

  .left-arrow {
    inset: 0% auto 5% 0%;
  }

  .right-arrow {
    inset: 0% 0% 5% auto;
  }

  .right-arrow-2 {
    inset: 0% 0% 0% auto;
  }

  .left-arrow-2 {
    inset: 0% auto 0% 0%;
  }

  .scroll-container {
    overflow: hidden;
  }

  .mobile-nav-logo-wrapper {
    width: 5rem;
  }

  .mobile-lottie-wrapper {
    justify-content: center;
    align-items: center;
    height: 2rem;
    display: flex;
  }

  .menu-button {
    height: 2rem;
  }

  .success-logo {
    width: 120px;
    height: 120px;
  }

  .white-icon {
    width: 50px;
    height: 50px;
  }

  .hero-paragraph {
    font-size: 11px;
  }

  .section-name-wrapper.padding {
    margin-bottom: 0;
  }

  .location-inner-wrapper {
    width: 100%;
  }

  .location-inner-wrapper._1 {
    width: 100%;
    height: auto;
  }

  .location-inner-wrapper.padding {
    width: 100%;
  }
}

#w-node-_9730f43d-5e5c-d50a-58a8-bc13394d58f4-ddce884b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_336b5cc2-6875-77b3-e69a-2ab7ad5730ba-ddce884b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e005c136-df97-3da6-9b2d-1b5fa36b38a7-ddce884b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71249f69-f8c2-ddde-e7c3-4f490665d9c5-ddce884b {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_2dbe8e09-8286-7eb7-b332-2126349f08d7-ddce884b, #w-node-bc7900f0-f124-779b-2e42-d536216684ab-ddce884b, #w-node-b542cae5-9874-d1e7-2c8f-dd66515d8033-ddce884b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_63e44574-381c-7a66-f4d8-faef518bd0b8-ddce884b {
  justify-self: start;
}

#w-node-_8a6b9a17-819a-0ad7-63f0-04582654bcf1-ddce884b {
  justify-self: center;
}

#w-node-fa8d953f-788a-ab83-a17e-8a78038a0f75-ddce884b {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_336b5cc2-6875-77b3-e69a-2ab7ad5730ba-ddce884b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f96a675f-b3b8-c8c3-2506-7b6867d93580-ddce884b {
    order: -9999;
  }

  #w-node-_71249f69-f8c2-ddde-e7c3-4f490665d9c5-ddce884b, #w-node-_2dbe8e09-8286-7eb7-b332-2126349f08d7-ddce884b, #w-node-bc7900f0-f124-779b-2e42-d536216684ab-ddce884b, #w-node-b542cae5-9874-d1e7-2c8f-dd66515d8033-ddce884b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63e44574-381c-7a66-f4d8-faef518bd0b8-ddce884b, #w-node-fa8d953f-788a-ab83-a17e-8a78038a0f75-ddce884b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ba1ea7d-6602-1159-a579-018e10f866fe-ddce884b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c35bfd2f-a25a-5819-c707-b24327805453-ddce884b {
    place-self: center;
  }

  #w-node-_9730f43d-5e5c-d50a-58a8-bc13394d58f4-ddce884b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Contax Sans 45';
  src: url('../fonts/Contax-Sans-45-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcfavoritarabic Book';
  src: url('../fonts/ABCFavoritArabic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Contax Sans 65';
  src: url('../fonts/Contax-Sans-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Millionaire Script';
  src: url('../fonts/Millionaire-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}