:root {
  --neutral-color-4: #787879;
  --primary-color-two: #003d7d;
  --white: #fff;
  --white-opacity-80: #fffc;
  --transparent: transparent;
  --neutral-color-1: #1b1b1b;
  --black: #000;
  --light-border-color: #8e9eaf4d;
  --white-opacity-65: #ffffffa6;
  --dark-border-color: #2a313833;
  --primary-color: #dcc5b7;
  --neutral-200: #e0e0e033;
  --marine-blue: #00648f;
  --neutral-color-2: #272727;
  --background-dark: #00070f;
  --neutral-color-3: #a7a9ac;
  --primary-color-one: #00b5cb;
  --radius: 1000px;
}

body {
  color: var(--neutral-color-4);
  letter-spacing: .5px;
  font-family: Andersongrotesk Regular, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--primary-color-two);
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--primary-color-two);
  letter-spacing: -2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--primary-color-two);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

h5 {
  color: var(--primary-color-two);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--neutral-color-4);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  display: block;
}

strong {
  color: var(--white);
  font-weight: 400;
}

.subheading_wrapper {
  padding-bottom: 10px;
}

.subheading_wrapper.is-overflow-hidden.btm-more {
  margin-bottom: 10px;
}

.subheading_text {
  color: var(--neutral-color-1);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Andersongrotesk Bold, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.subheading_text.change-align-two {
  text-align: left;
}

.subheading_text.hover-effect {
  transition: all .3s;
}

.subheading_text.hover-effect:hover {
  color: var(--white);
}

.subheading_text.no-all-caps {
  text-transform: capitalize;
}

.subheading_text.is-light {
  color: var(--white-opacity-80);
}

.subheading_text.is-light.cent {
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.container.is-z-index {
  z-index: 1111;
  position: relative;
}

.heading-btn-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-btn-wrapper.is-bottom-margin {
  margin-bottom: 60px;
}

.heading-btn-wrapper.is-100px {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.overflow-hidden {
  padding-bottom: 15px;
  overflow: hidden;
}

.overflow-hidden.cent {
  margin-left: auto;
  margin-right: auto;
}

.footer_contact {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-links_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contact_text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.footer_link {
  color: var(--white-opacity-65);
  transition: all;
}

.footer_link:hover {
  color: var(--white);
}

.max-width_494px {
  max-width: 494px;
}

.content_wrapper {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.content_wrapper.is-auto {
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper.btm {
  max-width: 50%;
  margin-bottom: 0;
}

.padding-global {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.copyright-text_wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.footer_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
  display: grid;
}

.section_footer {
  z-index: 11;
  background-color: var(--primary-color-two);
  flex-flow: column;
  justify-content: flex-end;
}

.copyright_text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-light.is-align-center, .paragraph-light.text-align-center {
  text-align: center;
}

.paragraph-light {
  color: var(--white-opacity-65);
}

.paragraph-light.is-align-right {
  text-align: right;
}

.paragraph-light.is-align-center, .paragraph-light.text-align-center {
  text-align: center;
}

.paragraph-light.is-white {
  color: var(--white-opacity-80);
}

.footer_heading {
  max-width: 600px;
  margin-bottom: 20px;
}

.contact_text {
  color: var(--white-opacity-65);
}

.link_button {
  color: #131313;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link_button:hover {
  perspective: 1078px;
}

.link_button.small {
  text-transform: uppercase;
  font-size: 12px;
}

.link_text {
  color: var(--neutral-color-1);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link_text:hover {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link_text.is-white {
  color: var(--white);
}

.link-text_underline {
  z-index: 1;
  color: var(--neutral-color-1);
  background-color: #d1d1d1;
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 2%;
}

.link-text_underline.is-white {
  background-color: var(--light-border-color);
}

.link-text_underline-colored {
  z-index: 2;
  background-color: var(--primary-color-two);
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 2%;
}

.link-text_underline-colored.is-white {
  background-color: var(--white);
}

.text-block_h4 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Cabritodidone, Georgia, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.text-block_h4.text-color-primary {
  color: var(--primary-color-two);
}

.text-block_h4.text-color-primary.small {
  font-size: 16px;
}

.text-block_h4.text-color-primary.btm {
  margin-bottom: 60px;
}

.section_gallery {
  padding-top: 40px;
}

.spf-img-5 {
  object-fit: cover;
  width: 356px;
  height: 600px;
  position: absolute;
  inset: 0% 94px auto auto;
}

.spf-img-1 {
  object-fit: cover;
  width: 207px;
  height: 222px;
  position: absolute;
  inset: 110px auto 0% 0%;
}

.spf-img-6 {
  object-fit: cover;
  width: 167px;
  height: 222px;
  position: absolute;
  inset: 122px 0% auto auto;
}

.spf-img-2 {
  object-fit: cover;
  width: 412px;
  height: 436px;
  position: absolute;
  inset: 268px auto 0% 81px;
}

.spf-img-4 {
  object-fit: cover;
  width: 210px;
  height: 280px;
  position: absolute;
  inset: auto 376px 55px auto;
}

.spf-img-3 {
  object-fit: cover;
  width: 356px;
  height: 378px;
  position: absolute;
  inset: 23px auto 0% 344px;
}

.gallery-button_wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.gallery-button_wrapper.hide {
  display: none;
}

.gallery_wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-images_flex {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1236px;
  height: 787px;
  display: flex;
  position: relative;
}

.close-gallery_icon {
  z-index: 100;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 50px 50px auto auto;
}

.overlay-pop-up {
  background-color: #000000ed;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gallery_pop-up {
  z-index: 100;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.white {
  color: var(--white);
}

.white.cent {
  text-align: center;
  margin-bottom: 45px;
}

.link {
  color: var(--white-opacity-80);
}

.link:hover {
  opacity: .75;
}

.heading-3 {
  color: var(--primary-color-two);
  text-align: left;
  font-size: 56px;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Andersongrotesk Bold, Verdana, sans-serif;
  font-size: 12px;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  font-weight: 400;
}

.paragraph-4.larger {
  text-align: left;
  text-align: left;
  font-size: 21px;
  line-height: 1.3;
}

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

.div-block-26 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--primary-color-two);
}

.button-7 {
  border: 1px solid var(--primary-color-two);
  background-color: var(--primary-color-two);
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 4px;
  font-style: normal;
  transition: all .25s;
}

.button-7:hover {
  border: 1px solid var(--primary-color-two);
  background-color: var(--white);
  color: var(--primary-color-two);
}

.hero-section-updated {
  justify-content: center;
  align-items: center;
  padding: 120px 5% 60px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(32deg, #000, #0000 50%, #0000), url("https://cdn.prod.website-files.com/68d471fddb4501f6d5680877/68ef2e70f572c270a5f1077b_Madhura%20render%20View%20Extended%20wide.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
}

.heading-6.blue {
  color: var(--primary-color-two);
}

.paragraph-5 {
  color: var(--white);
  padding-top: 8px;
  line-height: 1.5;
}

.div-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.project-highlights-section {
  background-image: linear-gradient(#000000a6, #000000a6), url("https://cdn.prod.website-files.com/68d471fddb4501f6d5680877/68f1ca2fcd7e8d8aff690b1c_68bfef36cb1dce7c2882dc42_CAM_1.jpg");
  background-position: 0 0, 50% 25%;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

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

.center-align-heading-blue.white-override {
  color: var(--white);
}

.features-outer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-inner-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.project-highlights-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bigger-highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f7f7f733;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 32px;
  display: grid;
}

.bigger-features-inner-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-8 {
  text-align: center;
  text-align: center;
  font-size: 80px;
}

.paragraph-6 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.paragraph-6.left-align {
  text-align: left;
  font-family: Andersongrotesk Bold, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-6.white {
  color: var(--neutral-color-4);
}

.paragraph-6.white.x {
  color: var(--white);
}

.subheader-container-bfic {
  border-top: 1px solid #fff3;
  padding-top: 16px;
}

.amenities-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

.left-align-heading-blue-copy {
  text-align: left;
}

.amenities-heading-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 1300px;
  margin-bottom: 32px;
  display: flex;
}

.amenities-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.heading-9 {
  color: var(--primary-color-two);
}

.amenity {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--neutral-color-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.amenity-text-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.map-section {
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

.map-section-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  display: grid;
}

.map-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

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

.bold-text-2 {
  color: var(--black);
}

.download-brochure-section {
  background-color: var(--primary-color-two);
  padding: 40px 5%;
}

.brochure-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-header {
  color: var(--white);
  text-align: center;
}

.underline-button {
  text-transform: uppercase;
  background-color: #3898ec00;
  border-bottom: 2px solid #ffffff59;
  padding-top: 0;
  padding-bottom: 4px;
  transition: all .35s;
}

.underline-button:hover {
  border-bottom-color: #fff;
}

.why-us-section {
  background-image: linear-gradient(#0000, #000c 65%, #000), url("https://cdn.prod.website-files.com/68d471fddb4501f6d5680877/68d471fddb4501f6d5680d5e_Pool%20Bliss.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  padding: 40px 5%;
  display: flex;
}

.why-us-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheader-container-wu {
  border-top: 1px solid #ffffff59;
  padding-top: 16px;
}

.highlights {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.floor-plan-section {
  padding: 40px 5% 20px;
}

.floor-plan-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #fff;
  border: 1px solid #000;
}

.tab-link-tab-1.w--current {
  border: 1px solid var(--primary-color-two);
  background-color: var(--primary-color-two);
  color: var(--white);
}

.tab-pane-tab-1 {
  padding-top: 30px;
  padding-bottom: 0;
}

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

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

.bold-text-3, .bold-text-4 {
  font-family: Andersongrotesk Bold, Verdana, sans-serif;
}

.navbar-no-shadow {
  z-index: 100;
  background-color: #fff;
  font-style: italic;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary-color-one);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.specifications-section {
  background-color: var(--primary-color-two);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 5%;
  display: flex;
}

.specifications-outer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 1300px;
  display: flex;
}

.header-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.spec {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.heading-11 {
  color: var(--white);
  font-size: 24px;
}

.paragraph-8 {
  color: var(--white-opacity-80);
  font-size: 12px;
}

.paragraph-9 {
  color: var(--white);
}

.hero-section-mobile {
  padding: 120px 5% 60px;
  display: none;
}

.form-section {
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.select-field {
  background-color: #fff;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(32deg, #000, #0000004d 45%, #0000), url("https://cdn.prod.website-files.com/68d471fddb4501f6d5680877/68ef2e70f572c270a5f1077b_Madhura%20render%20View%20Extended%20wide.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.highlights-icons {
  filter: invert() brightness(200%);
}

@media screen and (min-width: 1280px) {
  .marquee-text12 {
    line-height: 180px;
  }

  .heading-three3, .heading-three-modified {
    font-size: 32px;
    line-height: 42px;
  }

  .home-partner_text {
    padding-right: 60px;
  }

  .home-partner_top-text {
    width: 400px;
  }

  .about-hero-img_text {
    height: 200px;
  }

  .careers_heading-one {
    padding-bottom: 40px;
  }

  .banner-text_wrapper {
    height: 200px;
  }

  .about-hero_right {
    position: relative;
  }

  .banner-text_inner-wrapper {
    height: 200px;
  }

  .about-hero_content {
    max-width: 615px;
    padding-left: 0;
  }

  .philosophy_top-text {
    width: 400px;
  }

  .highlights-content_single {
    padding-left: 40px;
  }

  .development-contact-form_wrapper {
    padding-left: 100px;
  }

  .div-block-23 {
    margin-bottom: 4px;
  }

  .div-block-24 {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .nav-three-main-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .numbers_text {
    font-size: 95px;
  }

  .banner-text {
    font-size: 119px;
  }

  .home-partner_top-text {
    width: 450px;
  }

  .service-two-project-item.change-direction {
    justify-content: center;
  }

  .about-hero-img_text {
    height: 240px;
  }

  .section_all-services {
    padding-top: 100px;
  }

  .about-hero_right-image {
    justify-content: flex-end;
    align-items: stretch;
  }

  .banner-text_inner-wrapper {
    height: 240px;
  }

  .about-hero_content {
    max-width: 615px;
    padding-left: 0;
  }

  .philosophy_top-text {
    width: 450px;
  }

  .destination {
    grid-row-gap: 88px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-one.change-home-one-nav {
    padding-top: 20px;
    top: 0;
  }

  .footer-one-main-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .8fr 1fr;
  }

  .marquee-text12 {
    padding-right: 150px;
    font-size: 119px;
    line-height: 200px;
  }

  .counter {
    justify-content: space-between;
  }

  .footer-two {
    background-repeat: repeat;
    background-size: contain;
  }

  .marque-main {
    z-index: 1;
    position: relative;
  }

  .numbers_text {
    margin-bottom: -15px;
  }

  .service-two-project-item {
    grid-column-gap: 235px;
    grid-row-gap: 235px;
  }

  .service-two-project-item.change-direction {
    grid-column-gap: 285px;
    grid-row-gap: 285px;
    grid-column-gap: 285px;
    grid-row-gap: 285px;
    padding-left: 200px;
  }

  .service-two-project-main {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .about-hero-img_text {
    justify-content: center;
    align-items: flex-end;
    height: 300px;
  }

  .careers_heading-one {
    padding-bottom: 60px;
  }

  .building_img {
    width: 100px;
    height: 100px;
  }

  .building_img.is-8, .building_img.is-9, .building_img.is-14 {
    width: 110px;
    height: 110px;
  }

  .building_img.is-3 {
    width: 110px;
    height: 110px;
  }

  .building_img.is-5 {
    width: 120px;
    height: 120px;
  }

  .building_img.is-8, .building_img.is-9, .building_img.is-14 {
    width: 110px;
    height: 110px;
  }

  .building_img.is-16 {
    width: 120px;
    height: 120px;
  }

  .all-services_scroll {
    flex: 1;
  }

  .about-hero_right-image {
    justify-content: flex-end;
    align-items: center;
  }

  .about-hero_content {
    align-self: stretch;
  }

  .highlights-content_single {
    padding-left: 60px;
    padding-right: 40px;
  }

  .highlights-content_wrapper, .highlights-image_wrapper {
    height: 920px;
  }

  .development-contact-form_wrapper {
    padding-left: 120px;
  }

  .timeline-content-wrapper {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 25px;
  }

  .nav-one-wrapper {
    padding-bottom: 20px;
  }

  .nav-one {
    background-color: #27323a;
    padding-top: 20px;
    top: 0;
  }

  .auto-fit.is-img-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.responsive-img-full-width, .auto-fit.is-img-full-width, .auto-fit.is-img-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.full-width-height.contsin {
    object-fit: contain;
    object-fit: contain;
  }

  .auto-fit.responsive-img-full-width, .auto-fit.is-img-full-width {
    width: 100%;
    height: 100%;
  }

  .grid_col-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-btn-wrapper.is-100px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section_footer3 {
    height: auto;
    padding-top: 60px;
    position: relative;
  }

  .section_footer3.footer-three {
    padding-top: 60px;
  }

  .footer-one-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-one-link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-right-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-one-left-heading {
    max-width: 100%;
  }

  .marquee-text12 {
    padding-right: 60px;
    font-size: 80px;
    line-height: 80px;
  }

  .footer-one-merquee {
    padding-bottom: 40px;
  }

  .footer-one-main-paragraph {
    max-width: 100%;
  }

  .footer-one-bottom-link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .footer-one-left, .footer-one-paragraph {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-arrow {
    display: none;
  }

  .black-nav-arrow {
    display: block;
  }

  .menu-font {
    color: #132035;
  }

  .menu-font.responsive-color-chnage {
    color: var(--white);
  }

  .dropdown-toggle123 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .nav_wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive-burger-menu-navbar {
    background-color: #fff;
  }

  .responsive-burger-menu-navbar.border-radius-ten {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .home-two-email-wrapper {
    display: none;
  }

  .nav-two {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-col-2_left {
    align-self: stretch;
  }

  .vertical-line {
    display: none;
  }

  .home-about-img-one_wrapper {
    flex: 1;
  }

  .counter-number_wrapper.is-big {
    height: 90px;
  }

  .counter_text {
    font-size: 50px;
    line-height: 60px;
  }

  .home-two-counter-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-three3 {
    font-size: 24px;
    line-height: 34px;
  }

  .card_content {
    left: 25px;
    right: 25px;
  }

  .footer_contact {
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .footer_body-text, .footer_heading12 {
    max-width: 100%;
  }

  .home-two-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 40px;
    display: grid;
  }

  .footer-two {
    padding-top: 60px;
  }

  .responsive-menu-button {
    padding: 0;
  }

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

  .menu-button-new {
    padding: 18px 15px;
  }

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

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.middile-line {
    margin-bottom: 0;
  }

  .nav-three-main-wrapper {
    border-bottom-width: 0;
  }

  .home_services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vertical_sticky-line {
    display: none;
    position: static;
  }

  .home-services_heading {
    max-width: 100%;
    padding-bottom: 0;
  }

  .home-services_body-text {
    max-width: 100%;
    padding-top: 20px;
  }

  .content_wrapper {
    max-width: 600px;
  }

  .mega-menu-main {
    padding-top: 100px;
  }

  .menu-social-block {
    display: none;
  }

  .menu-list-block {
    width: 100%;
    padding-top: 60px;
    padding-right: 0;
  }

  .header-menu-bar-background-text {
    font-size: 300px;
  }

  .menu-get-in-touch-contact-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-center-line {
    display: none;
  }

  .heading-three-modified {
    font-size: 24px;
    line-height: 34px;
  }

  .footer_wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 80px;
    display: grid;
  }

  .section_footer {
    height: auto;
  }

  .gradient_overlay {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-white {
    font-size: 14px;
  }

  .footer_heading {
    max-width: 100%;
    font-size: 21px;
  }

  .footer_heading.white {
    color: var(--white);
  }

  .home-about_img-two, .home-about_img-one {
    flex: 1;
  }

  .section_home-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-services_right {
    width: 100%;
  }

  .hover-link {
    padding: 20px;
  }

  .project-item_overlay {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_home-projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-text {
    font-size: 76px;
  }

  .banner-text.text-color-primary.sm, .banner-text.aj, .banner-text.text-color-primary.sm, .banner-text.text-color-primary.sm, .banner-text.aj {
    font-size: 52px;
  }

  .body_text {
    max-width: 100%;
  }

  .section_home-about {
    padding-bottom: 80px;
  }

  .home-partner_text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .circle-numer_wrapper {
    min-width: 100px;
  }

  .home_small-circle {
    width: 145px;
    height: 145px;
  }

  .home_inner-circle {
    width: 365px;
    height: 365px;
  }

  .home_medium-circle {
    width: 255px;
    height: 255px;
  }

  .home_large-circle, .home-circle_wrapper {
    width: 365px;
    height: 365px;
  }

  .section_home-impact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link_text {
    flex: none;
    width: 100%;
  }

  .link-text_underline {
    background-color: #003d7d;
  }

  .flyout-menu {
    display: none;
  }

  .flyout-menu.open {
    display: block;
  }

  .services_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee_wrapper {
    width: auto;
    max-width: 100%;
  }

  .projects_marquee {
    width: 100%;
    margin-top: 80px;
    position: static;
  }

  .service-two-project-item {
    grid-column-gap: 30px;
  }

  .service-two-project-main {
    margin-top: 0;
  }

  .service-one-project-item-main {
    min-height: 500px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .nav-bar_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-underline_colored {
    background-image: linear-gradient(#0000, #0000);
  }

  .logo_wrapper.w--current {
    width: 90px;
  }

  .nav-menu {
    display: none;
  }

  .service-one-service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .section_home-partner-responsive {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-6 {
    margin-top: 200px;
  }

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

  .loader_right-text {
    font-size: 51px;
  }

  .word-wrap {
    margin-top: 10px;
  }

  .loader_left-text {
    width: 200px;
    font-size: 60px;
  }

  .home-services_heading-wrapper {
    max-width: 600px;
    position: static;
  }

  .menu-content-wrap.left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .nav-open {
    display: flex;
  }

  .main-nav-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hamburger_icon {
    display: flex;
  }

  .inner-hero_heading.hide-tablet {
    display: none;
  }

  .inner-hero_heading.hide-desktop {
    display: block;
  }

  .story-left-img_wrapper, .story_img-1 {
    flex: 1;
  }

  .section_story {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .success-msg_wrapper {
    min-height: auto;
  }

  .section_contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact-flex_left, .contact-form_wrapper {
    width: 100%;
  }

  ._404_text {
    font-size: 250px;
  }

  .section_team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section_careers {
    padding-top: 80px;
  }

  .careers_heading {
    padding-bottom: 20px;
  }

  .building_img {
    width: 70px;
    height: 70px;
  }

  .building_img.is-3, .building_img.is-5 {
    width: 80px;
    height: 80px;
  }

  .building_img.is-8, .building_img.is-9 {
    width: 70px;
    height: 70px;
  }

  .building_img.is-3, .building_img.is-5 {
    width: 80px;
    height: 80px;
  }

  .building_img.is-8, .building_img.is-9 {
    width: 70px;
    height: 70px;
  }

  .building-text_wrapper {
    display: none;
  }

  .all-services_sticky-wrapper {
    height: auto;
    position: static;
  }

  .all-services_scroll {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service_card {
    flex: none;
    width: 100%;
    height: 600px;
  }

  .all-services_wrapper {
    height: auto;
  }

  .section_all-services {
    padding-top: 80px;
  }

  .service_card_content {
    left: 25px;
    right: 25px;
  }

  .primary-button-bg, .button-hover-primary {
    display: none;
  }

  .about-hero-bg_left {
    flex: 0 auto;
    width: 100%;
  }

  .about-hero_body-text {
    max-width: 600px;
  }

  .about_screen-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    height: auto;
  }

  .about-hero_text {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
    margin-top: 180px;
    display: flex;
  }

  .about-hero_left, .section_about-hero {
    height: auto;
  }

  .about-hero_content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    position: static;
  }

  .about-hero_right {
    height: 80vh;
  }

  .about-hero-bg_text-wrapper {
    max-width: 450px;
  }

  .banner-text_inner-wrapper {
    height: auto;
    padding-bottom: 20px;
    position: static;
  }

  .about-hero-bg-left_content {
    max-width: 100%;
  }

  .about-hero_wrapper {
    height: auto;
    position: static;
  }

  .about-hero_content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .about-hero_heading {
    max-width: none;
  }

  .tablet-align-center {
    text-align: center;
  }

  .tablet-align-center.h {
    font-size: 46px;
  }

  .service-card_overlay {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-col-2_right.is-first {
    order: -1;
  }

  .contact-us_grid {
    grid-template-columns: 1fr;
  }

  .text-block_h3 {
    font-size: 25px;
  }

  .project-hero_highlights {
    align-self: stretch;
  }

  .section_project-intro-2 {
    padding-bottom: 80px;
  }

  .amenity_single {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 300px;
  }

  .section_destination {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section_amenities, .section_gallery {
    padding-top: 80px;
  }

  .spf-img-5 {
    right: 116px;
  }

  .spf-img-6 {
    top: 85px;
  }

  .spf-img-2 {
    left: 58px;
  }

  .spf-img-4 {
    right: 433px;
  }

  .spf-img-3 {
    top: 198px;
    left: 312px;
  }

  .destination-content_desktop {
    grid-column-gap: 20px;
    flex-flow: column;
    height: 61vh;
  }

  .destination_text {
    font-size: 16px;
  }

  .destinaton_line {
    width: 1px;
    height: 100%;
    inset: 0% auto 0;
  }

  .car_image {
    flex: none;
    width: 200px;
    margin-top: -7px;
    top: 61.422px;
    transform: rotate(90deg);
  }

  .destination_wrapper {
    justify-content: center;
    align-items: center;
  }

  .destination_time {
    flex: none;
    width: auto;
  }

  .destination {
    flex-flow: row;
    width: 100%;
    position: static;
  }

  .destination_single {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    position: static;
  }

  .dot_icon {
    flex: none;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    left: 48.5%;
  }

  .dot_icon.mb._3 {
    display: block;
    top: 245.844px;
    left: auto;
  }

  .dot_icon.mb._1 {
    display: block;
    top: 0%;
    left: auto;
  }

  .dot_icon.mb._5 {
    display: block;
    bottom: 4%;
    left: auto;
  }

  .dot_icon.mb._2 {
    display: block;
    top: 125px;
    left: auto;
  }

  .dot_icon.mb._4 {
    display: block;
    top: 490.844px;
    left: auto;
  }

  .section_faqs {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .highlights-content_single {
    border-bottom: 1px solid #dcc5b733;
    padding-top: 40px;
    padding-right: 20px;
  }

  .section_project-highlights {
    display: none;
  }

  .highlights-content_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .highlights-image_wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .amenities_collection-list {
    grid-column-gap: 60px;
  }

  .section_project-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spacer-100px {
    height: 80px;
  }

  .our-story_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .philosophy_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .project-hero_heading {
    max-width: none;
  }

  .project-price_wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-gradient {
    background-image: linear-gradient(#191d23e6, #191d231a 50%, #191d23);
  }

  .service-two-hero-heading {
    display: none;
  }

  .change-padding.align-right.responsive-align-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .responsive-heading {
    display: block;
  }

  .development-que-2_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
  }

  .development-contact-form_wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .development_contact-form {
    max-width: 100%;
  }

  .section_development-faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .success-message {
    min-height: auto;
  }

  .project-highlights_tablet {
    width: 100%;
  }

  .highlights-wrapper_tablet {
    align-self: stretch;
  }

  .highlight-image_wrapper {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }

  .section_project-highlights-tablet {
    display: none;
    position: relative;
  }

  .gallery_pop-up {
    padding-left: 60px;
    padding-right: 60px;
  }

  .projects-grid, .srve-grid {
    grid-template-columns: 1fr 1fr;
  }

  .srve-grid._5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wws-card.vendors.btm-border.last {
    border-right-style: solid;
  }

  .social-wrap {
    display: none;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 49px;
  }

  .nav-one-link-email.landskape-display-off, .button-font.landskape-display-off, .button-font.landskape-display-off {
    display: none;
  }

  .heading-btn-wrapper.is-bottom-margin {
    margin-bottom: 40px;
  }

  .footer-one-main-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-one-link-wrapper {
    border-left-width: 0;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-one-bottom-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-one-bottom-link-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .footer-one-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-one-bottom-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: grid;
  }

  .home-two-counter-wrapper {
    flex-flow: wrap;
  }

  .home-two-counter-item-paragraph {
    max-width: 100%;
  }

  .footer_contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_body-text {
    margin-bottom: 40px;
  }

  .home-two-footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .nav-three-menu-main {
    padding-right: 0;
  }

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

  .content_wrapper {
    max-width: 494px;
  }

  .utility-page-content.password-protect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-list-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .menu-horizontal-line {
    width: 15px;
  }

  .menu-vertical-line {
    height: 15px;
  }

  .kannada-logo_wrapper {
    padding-left: 0;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .padding-global {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-text_wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .copyright_text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .gradient_overlay {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .home-about_img-two {
    width: 100%;
  }

  .section_tag {
    font-size: 14px;
  }

  .project-item_overlay {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .banner-text {
    font-size: 65px;
  }

  .banner-text.aj {
    font-size: 36px;
  }

  .loader_column {
    width: 50%;
  }

  .loader_column.is-4 {
    display: none;
  }

  .loader_column.is-1, .loader_column.is-4 {
    display: none;
  }

  .loader_column.is-2 {
    border-left-style: none;
  }

  .loader_column.is-3 {
    border-right-style: none;
  }

  .loader_column.is-1 {
    display: none;
  }

  .section_home-about {
    padding-bottom: 0;
  }

  .section_home-partner {
    display: none;
  }

  .max-width-475px {
    max-width: none;
  }

  .link_button.hide-landscape {
    display: none;
  }

  .all-projects_button {
    bottom: 20px;
    right: 20px;
  }

  .vacation-continents, .flyout-heading {
    padding-left: 24px;
  }

  .close-flyout {
    left: 20px;
  }

  .service-two-project-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .service-two-project-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-one-project-item-main {
    width: 100%;
    height: 600px;
    min-height: auto;
    max-height: 600px;
  }

  .service-one-project-item-main.one {
    width: 100%;
  }

  .logo_wrapper, .logo_wrapper.w--current {
    width: 90px;
    height: 50px;
  }

  .service-one-service-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section_home-partner-responsive {
    padding-top: 80px;
    padding-bottom: 80px;
    display: none;
  }

  .service-one-service-image.last {
    order: 1;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-6 {
    width: 100%;
    margin-top: 0;
  }

  .project-image {
    position: absolute;
  }

  .hide-desktop-tablet {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .loader_right-text {
    font-size: 37px;
  }

  .word-wrap {
    height: 55px;
    margin-top: 7px;
    left: 12px;
  }

  .loader_left-text {
    width: 150px;
    font-size: 40px;
  }

  .whatsapp_button, .updates_button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-services_heading-wrapper {
    max-width: 494px;
  }

  .menu-content-wrap.right {
    width: 100%;
    padding-left: 0;
  }

  .menu-content-wrap.left {
    width: auto;
    height: auto;
  }

  .nav-close {
    width: 25px;
    height: 25px;
  }

  .nav-content-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-open {
    width: 35px;
  }

  .menu-action-wrap {
    display: none;
  }

  .main-nav-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-hero-img_text {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  .text-align-right.is-left-mobile {
    text-align: left;
    text-align: left;
  }

  .section_story {
    padding-bottom: 60px;
  }

  .text-block_h4.text-color-primary {
    white-space: normal;
    white-space: normal;
  }

  .success-form_image {
    width: 120px;
  }

  ._404_text {
    font-size: 180px;
  }

  .section_utility-hero {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section_team {
    padding-top: 0;
  }

  .section_team.top-fix {
    padding-top: 100px;
  }

  .team_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 494px;
  }

  .team_grid._5-col {
    grid-template-columns: 1fr 1fr;
  }

  .building_img, .building_img.is-8, .building_img.is-8 {
    width: 80px;
    height: 80px;
  }

  .all-services_sticky-wrapper {
    height: auto;
    overflow: visible;
  }

  .all-services_scroll {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service_card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .section_hero-buttons {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-hero_body-text {
    max-width: 494px;
  }

  .about-hero_content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet-align-center {
    text-align: center;
  }

  .service-card_overlay {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .career-img_wrapper {
    height: 500px;
  }

  .hero-highlight_icon {
    width: 50px;
    height: 50px;
  }

  .amenity_single {
    min-height: auto;
  }

  .amenity_icon {
    width: 50px;
    height: 50px;
  }

  .spf-img-5 {
    width: 250px;
    height: 490px;
  }

  .spf-img-2 {
    width: 240px;
    height: 280px;
    inset: auto auto 0% 64px;
  }

  .spf-img-4 {
    width: 180px;
    height: 250px;
    right: 281px;
  }

  .spf-img-3 {
    width: 300px;
    height: 320px;
    top: 231px;
    left: 117px;
  }

  .gallery_wrapper {
    grid-row-gap: 60px;
  }

  .close-gallery_icon {
    width: 24px;
    height: 24px;
    right: 25px;
  }

  .destination-content_desktop {
    flex-direction: column;
    align-items: flex-end;
    height: 61vh;
  }

  .destination_text {
    font-size: 16px;
  }

  .destinaton_line {
    z-index: 1;
    background-color: #003d7d;
    width: 1px;
    height: 100%;
    inset: 0% auto;
  }

  .car_image {
    flex: none;
    width: 200px;
    top: 61.422px;
  }

  .destination_wrapper {
    justify-content: center;
  }

  .destination_time {
    flex: none;
    width: auto;
  }

  .destination, .destination_single {
    flex-direction: row;
    width: 100%;
    max-width: none;
    position: static;
  }

  .dot_icon {
    flex: none;
    width: auto;
    height: auto;
    display: none;
    position: absolute;
    left: 48.5%;
    right: auto;
  }

  .dot_icon.mb {
    display: block;
  }

  .dot_icon.mb._3 {
    display: block;
    left: auto;
  }

  .dot_icon.mb._1 {
    display: block;
    top: 0%;
    left: auto;
  }

  .dot_icon.mb._2 {
    display: block;
    left: auto;
  }

  .dot_icon.mb._4 {
    display: block;
    bottom: 4%;
    left: auto;
  }

  .faq_heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .faq-answer {
    max-width: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq_question {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .highlights-content_wrapper, .amenities_collection-list {
    grid-template-columns: 1fr;
  }

  .amenities_collection-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-stats_wrapper {
    grid-column-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

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

  .development-contact-form_flex {
    flex-flow: column;
  }

  .div-block-18 {
    width: 120px;
  }

  .brochure_popup {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brochure-form_wrapper {
    width: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brochure-form_popup {
    justify-content: center;
    align-items: center;
  }

  .gallery_pop-up {
    padding-left: 30px;
    padding-right: 30px;
  }

  .projects-grid, .srve-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 494px;
  }

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

  .srve-grid._5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #8e9eaf4d;
    border-left: 1px solid #8e9eaf4d;
    grid-template-columns: 1fr 1fr;
  }

  .wws-card.vendors {
    border-right-style: none;
  }

  .wws-card.vendors.btm-border {
    border-right-style: solid;
  }

  .timeline-item {
    height: 270px;
  }

  .gif-image {
    object-position: 50% 50%;
    height: 160px;
  }

  .timeline-content-wrapper {
    width: 45%;
    font-size: 12px;
  }

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

  .collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link {
    padding: 8px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
  }

  h2 {
    font-size: 35px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .nav-one-link-email {
    display: none;
  }

  .auto-fit.is-img-full-width.contain {
    object-position: 50% 0%;
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .subheading_text.tablet-align-center {
    font-size: 12px;
  }

  .heading-four2 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-btn-wrapper {
    max-width: 100%;
  }

  .heading-btn-wrapper.is-bottom-margin {
    margin-bottom: 50px;
  }

  .footer-one-bottom-left {
    grid-template-columns: 1fr;
  }

  .overflow-hidden {
    padding-bottom: 10px;
  }

  .grid-col-2_left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .vertical-line {
    display: none;
  }

  .home-about-img-one_wrapper {
    margin-right: 0;
  }

  .heading-five {
    font-size: 16px;
    line-height: 20px;
  }

  .counter-number_wrapper.is-big {
    height: 46px;
  }

  .counter_text {
    font-size: 30px;
    line-height: 40px;
  }

  .home-two-counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .counter.is-bottom.is-align-left {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-three3 {
    font-size: 20px;
    line-height: 30px;
  }

  .card_content {
    max-width: 100%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

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

  .footer-two-link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .card_wrapper {
    height: 400px;
  }

  .home_services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content_wrapper.btm {
    max-width: 100%;
  }

  .heading-three-modified {
    font-size: 20px;
    line-height: 30px;
  }

  .numbers_text {
    font-size: 36px;
  }

  .footer_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .paragraph-light, .paragraph-light.is-align-center, .paragraph-light.is-align-center {
    font-size: 14px;
  }

  .text-color-white.text-align-center {
    text-align: center;
    text-align: center;
  }

  .home-about_img-two {
    margin-top: 0;
    margin-left: 0;
  }

  .banner-text {
    font-size: 36px;
  }

  .banner-text.text-color-primary.sm {
    font-size: 48px;
  }

  .banner-text.aj {
    font-size: 28px;
  }

  .section_home-impact.new-des {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link_text {
    white-space: nowrap;
    flex: 0 auto;
  }

  .vacation-continents {
    grid-row-gap: 40px;
  }

  .flyout-menu-content {
    width: 100%;
    max-width: none;
  }

  .flyout-menu-wrapper {
    width: 100%;
  }

  .flyout-menu.open {
    z-index: 500;
    z-index: 500;
  }

  .service-two-project-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .service-two-project-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-project-item-main {
    height: 550px;
    max-height: 550px;
    overflow: clip;
  }

  .loader_right-text {
    font-size: 24px;
  }

  .word-wrap {
    height: 34px;
    margin-top: 4px;
  }

  .loader_left-text {
    width: 100px;
    font-size: 24px;
  }

  .menu-content-wrap.left {
    align-content: flex-start;
  }

  .nav-content-container {
    justify-content: center;
    align-items: flex-start;
  }

  .story-left-img_wrapper {
    width: 100%;
  }

  .story_img-1 {
    height: 400px;
  }

  .story_img-2 {
    align-self: stretch;
    width: 100%;
    height: 400px;
    margin-left: 0;
    display: none;
  }

  ._404_text {
    font-size: 140px;
  }

  .utility_rich-text strong {
    color: var(--black);
  }

  .text-align-center.small {
    font-size: 10px;
  }

  .section_team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .team_grid._5-col {
    grid-template-columns: 1fr;
  }

  .building_img {
    width: 70px;
    height: 70px;
  }

  .building-text_wrapper {
    padding-bottom: 10px;
  }

  .all-services_scroll {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service_card {
    height: 450px;
  }

  .service_card_content {
    max-width: 100%;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .hero-highlight_single {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero_highlights_flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero_highlights_flex.top-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .about-hero_text {
    margin-top: 160px;
  }

  .tablet-align-center.sub {
    font-size: 12px;
  }

  .tablet-align-center.h {
    font-size: 32px;
  }

  .career-img_wrapper {
    height: 450px;
  }

  .text-block_h3.sub-h {
    font-size: 20px;
  }

  .hero-highlight_icon {
    width: 40px;
    height: 40px;
  }

  .hero-highlight_icon.small {
    width: 24px;
    height: 24px;
  }

  .amenity_single {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-right: 0;
  }

  .amenity_icon {
    width: 40px;
    height: 40px;
  }

  .section_amenities {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_gallery {
    padding-top: 40px;
  }

  .spf-img-5 {
    right: 52px;
  }

  .spf-img-1 {
    top: -12px;
    left: -61px;
  }

  .spf-img-4 {
    bottom: 78px;
    right: 238px;
  }

  .spf-img-3 {
    width: 230px;
    height: 250px;
    top: 291px;
    left: 175px;
  }

  .gallery_wrapper {
    margin-top: 20px;
  }

  .close-gallery_icon {
    right: 20px;
  }

  .destination-content_desktop {
    height: 67vh;
  }

  .destination_text {
    max-width: 100px;
    font-size: 14px;
  }

  .car_image {
    width: 140px;
  }

  .destination, .destination_single {
    grid-column-gap: 50px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .dot_icon.mb._3 {
    z-index: 0;
    top: 68%;
  }

  .dot_icon.mb._1 {
    z-index: 0;
  }

  .dot_icon.mb._2 {
    z-index: 0;
    top: 32%;
  }

  .dot_icon.mb._4 {
    z-index: 0;
    bottom: 9%;
  }

  .faq_heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-60px {
    width: 40px;
    height: 40px;
  }

  .faq_question {
    padding-right: 0;
  }

  .specifications_collection-item {
    z-index: 1;
    position: relative;
  }

  .amenities_collection-item:first-child {
    margin-top: 10px;
  }

  .project-stats_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .project-stats_counter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-story_grid, .philosophy_grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .development_hero-heading-1 {
    overflow: hidden;
  }

  .hero-gradient {
    background-image: linear-gradient(#191d23e6, #191d2326 50%, #191d23);
  }

  .development-que-2_right-img {
    margin-top: 0;
    margin-left: 0;
  }

  .development-que-2_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .development-que-2_images {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .brochure-form_wrapper {
    width: 100%;
  }

  .project-highlights_tablet {
    grid-row-gap: 16px;
  }

  .highlight-image_wrapper {
    width: 100%;
    height: 420px;
  }

  .section_project-highlights-tablet {
    padding-top: 30px;
  }

  .projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

  .opacity-wrapper {
    object-position: 50% 0%;
  }

  .srve-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
  }

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

  .srve-grid._5 {
    grid-template-columns: 1fr 1fr;
  }

  .wws-card.vendors {
    border-bottom: 1px solid #8e9eaf4d;
  }

  .wws-card.vendors.btm-border {
    height: 280px;
  }

  .timeline-wrapper {
    width: 93%;
  }

  .timeline-track {
    width: 7px;
  }

  .timeline-item, .timeline-item.right, .timeline-item.left-item, .timeline-item.right, .timeline-item.left-item {
    height: 300px;
  }

  .gif-image {
    height: 80%;
  }

  .timeline-content-wrapper {
    grid-row-gap: 16vh;
  }

  .hero-content {
    padding-top: 50px;
  }

  .top-flex {
    flex-flow: column;
  }

  .bold-text {
    color: var(--black);
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .tab-link {
    border-left: 1px solid var(--primary-color-two);
  }

  .hero-tag {
    width: 100%;
    top: -63px;
  }

  .ico-wrap.mob {
    order: -1;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    text-align: center;
    font-size: 24px;
  }

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

  .div-block-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

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

  .button-7 {
    font-size: 14px;
  }

  .hero-section-updated {
    padding-bottom: 40px;
    display: none;
  }

  .div-block-27 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-28 {
    background-position: 0 0, 50% 99%;
    justify-content: flex-end;
    align-items: center;
    min-height: 300px;
    padding: 0;
  }

  .heading-6.blue {
    color: var(--primary-color-two);
    text-align: center;
    letter-spacing: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 22px;
  }

  .div-block-29 {
    background-color: var(--primary-color-two);
    border-radius: 0 0 16px 16px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .project-highlights-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .center-align-heading-blue {
    letter-spacing: 0;
    font-size: 24px;
  }

  .features-outer-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bigger-highlights {
    grid-template-columns: 1fr;
  }

  .heading-8 {
    font-size: 48px;
  }

  .heading-8.white {
    font-size: 40px;
  }

  .paragraph-6.left-align {
    text-align: center;
  }

  .paragraph-6.white {
    font-size: 12px;
  }

  .amenities-section {
    padding-top: 20px;
  }

  .left-align-heading-blue-copy {
    text-align: center;
    letter-spacing: 0;
    font-size: 24px;
  }

  .amenities-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .map-section {
    padding-top: 10px;
  }

  .map-section-grid {
    grid-template-columns: 1fr;
  }

  .download-brochure-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .white-header {
    letter-spacing: 0;
    font-size: 24px;
  }

  .underline-button {
    font-size: 14px;
  }

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

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

  .bold-text-4 {
    font-size: 12px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .specs-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .spec {
    padding-top: 0;
  }

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

  .paragraph-8 {
    font-size: 12px;
    line-height: 1.3;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 12px;
    line-height: 1.2;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-section-mobile {
    padding-bottom: 40px;
    display: block;
  }

  .field-label {
    font-size: 14px;
  }

  .div-block-mobile {
    background-image: url("https://cdn.prod.website-files.com/68d471fddb4501f6d5680877/68f09998eeabc8bde8893dae_Madhura%20render%20View%20Extended%20wide.jpg");
    background-position: 50% 99%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    min-height: 300px;
    padding: 0;
  }

  .floating-call-button-mobile {
    background-color: var(--primary-color-one);
    border-radius: 40px;
    width: 55px;
    height: 55px;
    padding-top: 14px;
    padding-left: 13px;
    position: fixed;
    inset: auto 4% 2% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .link-block-2 {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_604f98ca-4a7b-cda7-47d2-1d48b8d0fddd-b8d0fdd9 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_604f98ca-4a7b-cda7-47d2-1d48b8d0fddd-b8d0fdd9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_906b70e7-9c44-3d88-fa1c-c8f57d57f1c7-d568084c, #w-node-_1a9c5f8e-0609-740e-6d15-ae2c46566603-d568084c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
