@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
  scroll-behavior: unset !important;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "ProximaNova";

}

video {
  display: block;
  /* Ensure the video is displayed as a block element */
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-volume-control {
  display: none !important;
}



@font-face {
  font-family: "ProximaNova";
  src: url("../assets/fonts/ProximaNova.ttc");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*loader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader img {
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader img {
  width: fit-content;
}

/*loader*/


/*navbar css*/
html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

/* p {
  text-align: justify;
} */

.menu-nav {
  list-style: none;
  display: flex;
  /* gap: 20px; */
  flex-direction: column;
  padding: 0px;
}

.offcanvas {
  background-color: #B25924 !important;
}

.menu-nav li {
  padding: 15px 0px;
  width: 100%;
  border-bottom: 1px solid #ffffff59;
  transition: 0.3s ease-in-out;
}

.menu-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.2vw;
  height: 100%;
  font-family: "ProximaNova";
  width: 100%;
  padding-left: 20px;
  display: flex;
  transition: 0.3s ease-in-out;
  align-items: center;

}




.menu-nav li:hover {
  background: #864418c4;
}

.menu-nav li.active {
  background: #864418c4;
}


.menu-nav li:hover a {
  color: #fff;
}


.ban_sec {
  margin-top: 50px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(19%) sepia(84%) saturate(1512%) hue-rotate(344deg) brightness(88%) contrast(86%);
}

.padding_sec {
  padding: 50px 0;
  position: relative;
}

.padding_sec .owl-prev {
  position: absolute;
  bottom: -7%;
  left: 48%;
  top: auto;
}

.padding_sec .owl-next {
  position: absolute;
  bottom: -7%;
  right: 44%;
  top: auto;
}

.padding_sec .owl-prev img,
.padding_sec .owl-next img {
  filter: invert(1);
}

#introVideo {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: bottom;
}

main {
  overflow: hidden;
}

main .content {
  transform: translate3d(0, 0, 0);
  will-change: transform, filter;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#logo-svg1 {
  display: none;
}

[id="navcheck"]:checked+label::before {
  opacity: 1;
  pointer-events: auto;
}

[id="navcheck"]:checked+label .burger::before,
[id="navcheck"]:checked+label .burger::after {
  width: 141.42%;
  /* Pythagore! */
}

[id="navcheck"]:checked+label .burger::before {
  transform: rotate(45deg) translateY(-50%);
}

[id="navcheck"]:checked+label .burger::after {
  transform: rotate(-45deg) translateY(50%);
}

[id="navcheck"]:checked+label .burger .bar {
  transform: scale(0.1);
}

[id="navcheck"]:checked~.menuNav {
  transform: translateX(0);
}

[id="navcheck"]:checked~.menuNav::before {
  transform: skewX(15deg) translateX(0);
  transition-delay: 0.1s;
}

[id="navcheck"]:checked~.menuNav::after {
  transform: skewX(20deg) translateX(0) !important;
  transition-delay: 0;
}

[id="navcheck"]:checked~.menuNav li {
  transform: translateX(0);
}

[id="navcheck"]:checked~main .content {
  transform: translateX(3em);
  transform-origin: left center;
  filter: blur(2px);
}


main {
  background: #fff;
  padding: 5% 0;
}

main article {
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px;
  font-size: 1em;
  line-height: 1.8;
}

@media (min-width: 1024px) {
  main article {
    width: 70%;
  }

}

main article h1 {
  margin-bottom: 15px;
  font: 2.5em/1.4 "roboto condensed";
  font-weight: 700;
  color: #1950FF;
  text-align: center;
}

main article>p {
  text-align: center;
  margin-bottom: 30px;
}

.vector-img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px auto;
  /* width: 100%; */
  height: 100%;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}


.offcanvas-header .btn-close {
  filter: invert(1);
}


.playPauseButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.playPauseButton img {
  width: 24px;
  /* Adjust size as needed */
  height: auto;

  display: none;
  /* Hide both icons initially */
}

.playPauseButton .playIcon {
  display: block;
  /* Show play icon by default */
}

.playPauseButton .pauseIcon {
  display: none;
  /* Hide pause icon by default */
}

.playPauseButton:hover {
  opacity: 1;
}

.introVideo:hover .playPauseButton {
  opacity: 1;
}

.video-mobile-div:hover .playPauseButton {
  opacity: 1;
}


/* .video-mobile-div:hover .playPauseButton {
  opacity: 0.2 ;
} */

/* .playPauseButton:hover {
  opacity: 1 ;
} */



.arch .vector-img {
  right: 0px;
  top: unset;
  bottom: 12%;
  left: unset;
  height: 0px;
}

.arch2 .vector-img {
  right: 10%;
  bottom: 0px;
  top: unset;
  left: unset;
  transform: rotate(0deg);
  display: flex;
  height: auto;
  width: unset;
}

.arch-leg .vector-img {
  right: 40%;
  top: 0px;
  left: auto;
  height: auto;
  width: unset;
  transform: rotate(0deg);

}

.vector-img img {
  width: 3.5vw;
  /* margin-right: auto; */
  height: 81px;
}

.skeletonDemo {
  margin: 0 auto;
  max-width: 700px;
}

.s-container .sectionnn {
  /* height: 100vh; */
}

.skeletonDemo .skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}

.skeletonDemo .skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  content: '';
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.skeletonDemo .blog-post__headline {
  font-size: 1.25em;
  font-weight: bold;
}

.skeletonDemo .blog-post__meta {
  font-size: 0.85em;
  color: #6b6b6b;
}

.skeletonDemo .o-media {
  display: flex;
}

.skeletonDemo .o-media__body {
  flex-grow: 1;
  margin-left: 1em;
}

.skeletonDemo .o-vertical-spacing>*+* {
  margin-top: 0.75em;
}

.skeletonDemo .o-vertical-spacing--l>*+* {
  margin-top: 2em;
}

/*navbar css*/

/* ===== Scrollbar CSS ===== */
/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #000000 #ffffff;
  overflow-x: hidden;

}

/* Chrome, Edge, and Safari */
html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #ffffff;
}

html::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 10px;
  border: 3px none #ff0000;
}

.cont {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: url('../assets/bg.webp');
}

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

.section {
  position: absolute;
  width: 40%;
  height: 40%;
  /* background: lightblue; */
  display: flex;
  /* border: 1px solid #000; */
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}

.section h1 {
  color: #fff;
  font-family: "ProximaNova";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}

.section p {
  color: #fff;
  /* font-family: sans-serif; */
}

.section .w-img-100 {
  width: 50vw;
  height: 100%;
}

.section .w-img-100 {
  width: 60vw;
  height: 100%;
}

#sec1 {
  z-index: 1;
}

#sec2 {
  z-index: 2;
}

#sec4,
#sec5,
#sec6 {
  height: 100%;
}

#sec3,
#sec4,
#sec5,
#sec6,
#sec7,
#sec8 {
  display: none;
}

#sec1,
#sec2,
#sec3,
#sec4,
#sec5,
#sec6,
#sec7,
#sec8 {
  transition: all 0.2s ease;
}

/* .img-bg::after {
  content: '';
  height: 101%;
  width: 20px;
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  top: 0;
  right: -10px;
  transition: 0.5s ease-in-out;
} */

.img-bg::before {
  content: '';
  height: 101.5%;
  width: 101%;
  background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: 0px;
  transition: 0.5s ease-in-out;
}

.img-bg img {
  position: relative;
  z-index: 9;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.img-bg img:hover {
  transform: scale(1.01);
}

.img-bg1::before {
  content: '';
  height: 101.1%;
  width: 102%;
  background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  bottom: -10px;
  left: -10px;
  transition: 0.5s ease-in-out;
}

/* .img-bg1::after {
  content: '';
  height: 101%;
  width: 20px;
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  top: 0;
  left: -10px;
  transition: 0.5s ease-in-out;
} */
.img-bg1 img {
  position: relative;
  z-index: 9;
  transition: 0.3s ease-in-out;
}

.img-bg1 img:hover {
  transform: scale(1.01);
}

.buttom-cust {
  border-bottom: 2px solid #c56a39;
  width: fit-content;
  font-weight: 500;
}

/* .img-bg:hover::after {
  left: -10px;
}

.img-bg:hover::before {
  bottom: -10px;
  left: -10px;
} */

/* section > div {
  border-bottom: 1px solid white;
} */

section.show {
  opacity: 1;
  transition: all 2s;
}

.navbar-content {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* background: rgb(134,68,24);
background: linear-gradient(180deg, rgba(134,68,24,1) 0%, rgba(134,68,24,0.20772058823529416) 77%, rgba(0,0,0,0) 100%); */
  transition: 0.3s ease-in-out;

}

.navbar-content {
  /* Initial background color */
  padding: 0px 0px;
  background: #c56a39;
  /* or any color you prefer */
  transition: background 0.3s ease-in-out;
}

.navbar-content.scrolled {
  /* Background color after scrolling 100vh */
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  ;
  /* Change to the color you want */
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 2rem;
  background: transparent;
}

.menu-bar {
  cursor: pointer;
}

.logo-img {
  width: 125px;
}

.logo-img svg {
  width: 100px;
  object-fit: cover;
  height: 48px;
}

.logo-img img {
  width: 100px;
  object-fit: cover;
  height: 65px;
}

section.main-video {
  height: 100vh;
}

.video-container video {
  max-width: 100%;
}

.section-building-1 {
  height: 100vh;
  /* overflow: hidden; */
}

.sec1 .sub-heading {
  color: #6F6F6F;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "ProximaNova";

}

.sec1 .heading {
  color: #c56a39;
  font-size: 2.5vw;
  font-family: "ProximaNova";

}

.sec2 .heading-sus {
  font-size: 1.2vw;
  color: #c56a39;
  font-family: "ProximaNova";

}


/*button css*/
.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 1vw;
  border-radius: 100px;
  font-weight: 600;
  color: #864418;
  box-shadow: 0 0 0 2px #ffffff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #864418;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #864418;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #fff;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #fff;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #8644183f;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/*button css*/



/* .Sustainability-slider {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
} */

.owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}

.owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #86979100 !important;
  color: #FFF;
  text-decoration: none;
}

.sus-sec1 {
  height: 120vh;
  overflow-x: hidden;
}

.sus-sec1 .sectionnn {
  height: 100vh;

}

.sus-sec2 {
  height: 100vh;
  overflow-x: hidden;
}

.sus-sec2 .sectionnn {
  height: 100vh;
}

.sus-footer {
  height: 100vh;
}

.sec1 p {
  color: #c56a39;
  font-size: 1vw;
  font-family: "ProximaNova";

}

.sec2 p {
  color: #c56a39;
  font-size: 1vw;
  font-family: "ProximaNova";

}

.w-80 {
  width: 80%;
  height: 100%;
}

.w-90 {
  width: 90%;
  height: 100%;
}

.sec2 .sub-heading {
  color: #6F6F6F;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "ProximaNova";

}

.sec2 .heading {
  color: #c56a39;
  font-size: 2.5vw;
  font-family: "ProximaNova";

}

.vector-section-desktop .vector-img-left {
  position: fixed;
  bottom: 5%;
  left: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;
}

.vector-section-desktop .vector-img-right {
  position: fixed;
  top: 5%;
  right: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.vector-section-all .vector-img-left {
  position: fixed;
  bottom: 5%;
  left: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.vector-section-all .vector-img-right {
  position: fixed;
  top: 5%;
  right: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.vector-section-invert-all .vector-img-left {
  position: fixed;
  top: 5%;
  left: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.vector-section-invert-all .vector-img-right {
  position: fixed;
  bottom: 5%;
  right: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}


.vector-section-invert-desktop .vector-img-left {
  position: fixed;
  top: 5%;
  left: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.vector-section-invert-desktop .vector-img-right {
  position: fixed;
  bottom: 5%;
  right: 0%;
  height: fit-content;
  transform: rotate(90deg);
  width: 5vw;
  opacity: 0.3;

}

.sec2 .know-btn p:hover::after {
  width: 100%;
}

.amenities-gallery a {
  text-decoration: none;
}

.amenities-gallery img {
  position: relative;
  z-index: 100;
}

.ami-overlay {
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 20px;
  position: relative;
  z-index: -1;
  transform: translateY(-200px);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.ami-overlay::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 10px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.ami-overlay:hover::before {
  top: -5px;
}

.ami-overlay .ami-img {
  height: 40px !important;
  width: 40px !important;
  margin: 10px 0px;
}

.ami-overlay .title {
  font-family: "ProximaNova";
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 0.8vw;

}

.amenities-gallery {
  overflow: hidden;
}

.ami-overlay p {
  font-family: "ProximaNova";
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 0.8vw;
}

.amenities-gallery .ami-overlay {
  transform: translateY(0px);
  opacity: 1;
  z-index: 99;


}

.ami-main-img-div {
  overflow: hidden;
}

.ami-main-img {
  transition: 0.3s ease-in-out;
}

.amenities-gallery:hover .ami-main-img {
  overflow: hidden;
  transform: scale(1.05);
}

.sec-custom .sub-heading {
  color: #6F6F6F;
  font-size: 1.2vw;
  font-weight: 500;
  font-family: "ProximaNova";

}

.sec-custom .heading {
  color: #c56a39;
  font-size: 2.5vw;
  font-family: "ProximaNova";

}

.sec-custom p {
  color: #c56a39;
  font-size: 1vw;
  font-family: "ProximaNova";

}

.sec-custom .know-btn p {
  color: #c56a39;
  font-weight: 500;
  border-bottom: 2px solid #c56a39;
  width: fit-content;
  font-family: "ProximaNova";

}

.footer {
  background: url(../assets/image/map1.webp) no-repeat;
  background-size: contain;
  background-position: top right;
}

.lines {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0px auto;
  height: 20%;
}

.footer-bg {
  background: url('../assets/bg.webp');
  height: 100vh;
}

.footer input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  /* border: 0; */
  outline: 0;
  padding: 10px;
  width: 100%;
  /* margin-bottom: 20px !important; */
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgb(0 0 0 / 0%);
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  margin-bottom: 20px !important;

}

.footer input::placeholder {
  color: #fff;
}

.custom-flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 100%;
}

.custom-flex .right-flex {
  display: flex;
  flex-direction: column;
}

.footer-row .logo-img img {
  width: 100px;
}

#sec3 p {
  font-size: 1.2vw;
}

.video-slide {
  height: 100vh;
}

.video-slide .position-relative {
  height: 100%;
}

.video-slide .position-relative video {
  max-width: 100%;
  height: 100vh;
  width: 100vw !important;
  object-fit: cover;
  object-position: bottom;
}

/*location page*/
.location-section .sec1 p {
  font-size: 0.8vw;
}

.location-section .lines {
  position: absolute;
  top: 0;
  right: unset;
  left: 40%;
  margin: 0px auto;
  height: 15%;
}

/*loaction page*/

.msgc4c {
  display: none;
}

/*architect page*/
.architect-section-bg {
  background: url('../assets/arch/archbg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.arch-section-one .building-inner img {
  width: 75vw;
  height: 100vh;
  object-fit: contain;
  object-position: bottom;
}

.arch-section-one {
  background: #00000026;

}

.arch-section-one .building-inner .mob {
  position: absolute;
  top: 12%;
  left: 53%;

}

.arch-section-one .text .text-1 {
  font-size: 2vw;
  font-weight: 300;
}

.arch-section-one .text p {
  font-size: 1vw;
}

.arch-section-one .text .main-text {
  font-size: 7.25vw;
}

.arch-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 55vh;
  overflow: hidden;
}

.arch2-section .h-50 {
  height: 50vh !important;
}

.richard-section .richard-heading {
  font-size: 1.5vw;
  font-family: "ProximaNova";
  font-weight: 600;

}

.richard-section .richard-subheading {
  font-size: 1.5vw;

}

.gb-img {
  height: 75vh !important;
  object-fit: contain;
  object-position: bottom;
}

.arch-div-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45vh;
  /* overflow: hidden; */
}

.richard-img {
  position: absolute;
  top: -10em;
  width: 25vw;
  object-fit: contain;
}

.richard-heading {
  color: #c56a39;
  font-size: 2vw;
  font-family: "ProximaNova";

}

.richard-heading-cust {
  color: #c56a39;
  font-size: 1.5vw;
  font-family: "ProximaNova";

}

.richard-subheading {
  color: #c56a39;
  font-size: 1.2vw;
  font-family: "ProximaNova";

}

.richard-text {
  font-size: 1vw;
  font-family: "ProximaNova";

}

.text p {
  font-family: "ProximaNova";
  font-size: 1.2vw;
  line-height: 1.1;
}

.text .text-1 {
  font-size: 2.2vw;

}

.text .main-text {
  font-family: "ProximaNova";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 6.25vw;
  line-height: 1;
}

.line {
  display: block;
}

/*architect page*/


/*legacy page*/
.leg-img {
  position: absolute;
  top: 10%;
  left: 5%;
  height: fit-content;
  width: fit-content;
  z-index: 5;
}

.leg-img h2 {
  font-size: 1.5vw;
}

.leg-img h1 {
  font-size: 1.5vw;
}

.legacy-section-3 .richard-heading {
  font-size: 1.5vw;
}

/*legacyvpage*/


/*lifestyle*/
.icon {
  position: absolute;
  left: 51.5%;
  top: 27%;
  width: 20%;
}

.icon-text {
  position: absolute;
  top: 22%;
  left: 51.5%;
}

/*lifestyle*/

.design-section-3 {
  height: 100vh;
  background: #00000026;
}

.design-section-3 .text-1 {
  font-size: 1.8vw;
  font-weight: 300;
}

.design-section-3 .text .main-text {
  font-family: "ProximaNova";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 7.25vw;
  line-height: 1;
}

.design-section-3.text p {
  font-family: "ProximaNova";
  font-size: 1.2vw;
  line-height: 1.1;
}

.design-section-3 .building {
  bottom: 0px;
}

.design-section-3 .text {
  position: absolute;
  top: 33%;
  right: 51%;
}

.design-section-2-right-div {
  height: 90vh;
}

.lifestyle {
  background: url(../assets/lifestyle/bg.webp);
  background-size: cover;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.lifestyle-section-two {
  position: absolute;
  left: 0x;
  left: 10%;
  bottom: 0px;

}

.slide-right {
  animation: 3s slide-right;
}


.intl-tel-input {
  width: 100%;
}

.selected-dial-code {
  color: #fff;
}

.intl-tel-input .country-list {
  max-width: 412px;
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

.fade-top {
  opacity: 0;
  /* Ensure opacity is 0 until the animation starts */
  margin-top: -50px;
  /* Initial margin-top */
  animation: fadeIn 2s 3s ease-in-out forwards;
  /* Add forwards to retain the final state */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: -50px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

.fade-left {
  opacity: 0;
  /* Ensure opacity is 0 until the animation starts */
  transform: translateX(100%);
  animation: fade-left 2s 3s ease-in-out forwards;
  /* Add forwards to retain the final state */
}

@keyframes fade-left {
  from {
    opacity: 0;
    /* Ensure opacity is 0 until the animation starts */
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    /* Ensure opacity is 0 until the animation starts */

    transform: translateX(0%);
  }
}

.lifestyle-section2 .vector-content {
  position: absolute;
  left: 13%;
  height: 20vh;
  overflow: hidden;
  top: 0px;
}

.lifestyle-section-two .building-inner img {
  width: 50vw;

}

.lifestyle-section-two .text .main-text {
  font-size: 4.5vw;
  line-height: 0;
  margin-bottom: -2px !important;
}


.lifestyle-section-three {
  position: absolute;
  left: 5%;
  bottom: 0px;
}

.lifestyle-section-three .building-inner img {
  width: 60vw;

}

.lifestyle-section-three .text .main-text {
  font-size: 9vw;
  line-height: 1;
  margin-bottom: -1.2vw !important;
}

.lifestyle-section-three .building-inner .mob {
  position: absolute;
  top: 5px;
  right: 0;
}

.lifestyle-section-three .building-inner .mob p {
  font-size: 1vw;
}

.lifestyle-section3 .vector-content {
  position: absolute;
  bottom: 46%;
  right: 35px;
  transform: rotate(90deg);
}

.lifestyle-section3 .vector-logo {
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 10vw;
}

.lifestyle-section-four {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.lifestyle-section-four .building-inner img {
  width: 100vw;
  height: 100vh;
}


.lifestyle-section4 .vector-content {
  position: absolute;

  left: 43%;
  top: 0px;
}

.lifestyle-section-four .text .main-text {
  font-size: 4.5vw;
  line-height: 1.1;
  margin-bottom: -2px !important;
}

.lifestyle-section-four .text .main-text-1 {
  font-family: "ProximaNova";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 3.35vw;
}

.lifestyle-section-four .text {
  position: absolute;
  top: 25%;
  right: 34%;
}

.building {
  position: relative;
  bottom: -25px;
}

.title-img {
  display: flex;
  justify-content: end;
  align-items: baseline;
  position: relative;
  bottom: -10%;
}

.title-img img {
  width: 95%;
}

.comm .building {
  bottom: -95px;
}

.comm .title-img {
  bottom: -33%;
}

.cloud {
  background: url(../assets/lifestyle/sky.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.cloud1 {
  background: url(../assets/lifestyle/seccbg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.cloud .building {
  bottom: 380px;
}

.cloud1 .building {
  bottom: -25px;
}

.mixed-title {
  position: relative;
  top: 30%;
}

.top-section-lifestyle {
  height: 100vh;
}

.top-section-lifestyle .build {
  position: absolute;
  bottom: 0px;
  /* height: 100%; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100vh;
  z-index: 8;

}

.top-section-lifestyle .build img {
  width: 100vw;
  height: 90vh;
  object-fit: contain;
}

.top-section-lifestyle .content {
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  mix-blend-mode: hard-light;
  position: absolute;
  top: 15%;
  height: 40vh;
  width: 100%;
  z-index: 7;
}

.top-section-lifestyle .content .left-content {
  position: absolute;
  bottom: 0%;
  right: 36%;
  width: 13vw;
}

.top-section-lifestyle .content .right-content {
  position: absolute;
  right: 3%;
  width: 30vw;
  bottom: 10%;
}

.top-section-lifestyle .content .vector-content {
  position: absolute;
  top: 0;
  right: 34%;
  height: 15vh;
  overflow: hidden;
}

.top-section-lifestyle .content .right-content .text p {
  font-size: 1vw;
  margin-bottom: 0px;
}

.top-section-lifestyle .content .left-content .text p {
  font-size: 1.85vw;
  margin-bottom: 0px;
}

.top-section-lifestyle .content .mobile-content {
  position: absolute;
  top: 0px;
}

.top-section-lifestyle .content .mobile-content .text p {
  font-size: 3vw;
}

/* gallery */
.gallery {
  background: url(../assets/Gallery/gallery-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.myMenu {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.411);
  /* position: relative; */
  z-index: 25;
}

.myMenu li {
  list-style: none;
}

.sus-button .title {
  color: #864418;
}

.myMenu li a {
  list-style: none;
  border: 1px solid #ffffff6b;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
}

.myMenu li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
  /* width: 170px; */
}

.myMenu li a.active::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background: url('../assets/down-arrow.webp');
  background-repeat: no-repeat;
  top: -70px;
  left: 42%;
}

.myMenu li a.active {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
  border: 1px solid transparent;

  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
}

.vert-move {
  position: fixed;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.2vw;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.ban-txt {
  color: #FFF;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gal-title {
  color: #c56a39;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.below-sec .img-bg::after {
  content: '';
  height: 100%;
  width: 20px;
  background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: -10px;
  left: unset;
  transition: 0.5s ease-in-out;
}

.below-sec .img-bg::before {
  content: '';
  height: 20px;
  width: 100%;
  background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  position: absolute;
  z-index: 5;
  bottom: -10px;
  right: -10px;
  left: unset;
  transition: 0.5s ease-in-out;
}

.below-sec .myMenu {
  background-color: #17171782;
}

.artist {
  position: fixed;
  bottom: 75px;
  z-index: 16;
  right: 0px;
  color: #fff;
  font-weight: 500;
  /* background: #ffffffad; */
  font-size: 18px;
  /* transform: rotate(-90deg); */
  padding: 6px 12px;
  border-radius: 6px;

}

[data-bs-toggle="offcanvas"] {
  cursor: pointer;
  height: 45px;
  width: 45px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.artist-2 {
  position: absolute;
  bottom: 48%;
  left: -218px;
  width: fit-content;
  z-index: 45;
  right: 11%;
  background: #fff;
  /* border: 1px solid #00000026; */
  font-size: 11px;
  transform: rotate(-90deg);
  padding: 6px 12px;
  border-radius: 6px;
}

/* .gallery .below-sec{
  position: relative;
} */





/*residence*/
.residance1bg {
  background: url(../assets/residence/bg-one.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.resi .building {
  position: relative;
  height: 100vh;
  bottom: 0px;
  right: 0%;
}

.resi .text {
  position: absolute;
  top: 26%;
  left: 20%;
}

.resi .text .main-text {
  font-family: "ProximaNova";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1;
}

.resi .text p {
  font-family: "ProximaNova";
  font-size: 1.5vw;
  line-height: 1.1;
}

.resi .text h1 {
  font-family: "ProximaNova";
  font-size: 1.5vw;
  line-height: 1.1;
}

.resi1 .building {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 100vh;
}

.residance2bg {
  background: url(../assets/residence/bg-2-2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.residance3bg {
  background: url(../assets/residence/bg-3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.residance3bg .vector-content {
  position: absolute;
  left: 6%;
  top: 0%;
}

.w-65 {
  width: 65%;
}

.arch3 .vector-img {
  left: 4.5%;
  top: 0px;
  /* top: unset; */
  /* left: unset; */
  transform: rotate(0deg);
  display: flex;
  height: auto;
  width: unset;
}

.sec3-residence img {
  object-position: bottom;
}

.resi2 .building {
  position: relative;
  height: 100%;
  bottom: 0px;
  right: 0;
}

.residence-section-3 .richard-heading {
  font-size: 1.2vw;
}

.residence-section-3 .richard-text {
  font-size: 1.3vw;

}

.resi2 .text {
  position: absolute;
  top: 20%;
  right: 58%;
}

.excel-div1 {
  height: 100%;
}

.excel-div2 {
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;

}

.amin-item {
  text-align: center !important;
  display: flex;
  text-transform: uppercase;
  gap: 10px;
  flex-direction: column;
  align-items: center !important;
  padding: 10px 1vw;
  border-right: 1px solid #955034;
  transition: 0.3s ease-in-out;

}

.amin-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* object-fit: fill; */
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.amin-item:hover img {
  transform: scale(1.2);
}

.amin-item p {
  margin: 0px;
  text-align: center !important;
  font-size: 1vw;
  color: #c56a39;

}

.sec6-div {
  /* background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%); */
  background: linear-gradient(90deg, #9b4725de 0%, #d67645d4 14.67%, #cf7041cf 21%, #d67645d6 43%, #bc6636db 56%, #9e5326e3 74%, #8c481be0 89%, #864418de 100%);
  /* mix-blend-mode: hard-light; */
  position: absolute;
  top: 0;
  left: 10%;
  gap: 15%;
  height: 100%;
  width: 30%;
}

.residance3bg .resi2 {
  background: #00000026;
}

.sec6-div .main-text {
  font-size: 8.6vw;
}

/* ---- grid ---- */

.grid {
  /* background: #EEE; */
  max-width: 80%;
  height: 80%;
  margin: auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
  width: 20%;
}

.grid-item {
  height: 120px;
  float: left;
  /* background: #D26; */
  /* border: 2px solid #333; */
  /* border-color: hsla(0, 0%, 0%, 0.5);
  border-radius: 5px; */
  padding: 5px;
  overflow: hidden;
}

.grid-item img {
  object-fit: cover;
  width: 100%;
}

.grid-item--width1 {
  width: 10%;
}

.grid-item--width2 {
  width: 20%;
}

.grid-item--width3 {
  width: 30%;
}

.grid-item--width4 {
  width: 40%;
}

.grid-item--width5 {
  width: 50%;
}

.grid-item--width6 {
  width: 60%;
}

.grid-item--width7 {
  width: 70%;
}

.grid-item--width10-m {
  width: 100%;
}

.grid-item--height1 {
  height: 10vh;
}

.grid-item--height2 {
  height: 20vh;
}

.grid-item--height3 {
  height: 30vh;
}

.grid-item--height4 {
  height: 40vh;
}

.grid-item--height5 {
  height: 50vh;
}

.grid-item--height66 {
  height: 66vh;
}

.grid-item--height34 {
  height: 34vh;
}

.grid-item--width29 {
  width: 29vh;
}

.grid-item--height6 {
  height: 60vh;
}

.grid-item--height7 {
  height: 70vh;
}

.grid-item--height8 {
  height: 80vh;
}

.grid-item--height9 {
  height: 90vh;
}

.grid-item--height10 {
  height: 100vh;
}

.grid-item .grid-inner {
  background: linear-gradient(90deg, #9B4725 0%, #D67645 52.15%, #CF7041 74.67%, #D67645 152.89%, #BC6636 199.11%, #9E5326 263.11%, #8C481B 316.44%, #864418 355.56%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(-105%);
  transition: 0.5s ease-in-out;
}

.grid-item .grid-inner img {
  width: 100px;
  margin-bottom: 20px;
}

.grid-item:hover .grid-inner {
  transform: translateX(0%);

}

.grid-item .grid-inner p {
  color: #fff;
  font-size: 1.2vw;
  margin-bottom: 10px;

}

.grid-item .grid-inner span {
  color: #fff;
  font-size: 1vw;

}


/*residence*/

/*design*/
.design1bg {
  background: url(../assets/design/sec1bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.design-div1 {
  height: 70%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.design-div2 {
  height: 30%;
}

.design-div1 .main-img-1 {
  height: 51vh !important;
  width: 100%;

}

.design-div1 .main-img-2 {
  height: 12vh !important;
  width: 100%;
}

/*design*/


/* footer */
.footer-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 5vh;
  z-index: 1;
}

.footer .heading {
  font-size: 3.333vw;
}

/*thankyou*/
.thankyoubg {
  background: url('../assets/extt-t-2.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.thankyoubg .overlay {
  background: #00000094;
}

.thankyoubg h2 {
  font-family: "ProximaNova";
}

.thankyoubg h3 {
  font-family: "ProximaNova";
}


/*dialog*/
.modal.show .modal-dialog {
  max-width: 90% !important;
}

.modal .modal-dialog {
  max-width: 90% !important;
}

.modal-header {
  position: absolute;
  top: 0px;
  z-index: 9;
  width: 100%;
  border-bottom: 0px solid transparent !important;
}

.modal-svg {
  filter: invert(63%) sepia(53%) saturate(580%) hue-rotate(332deg) brightness(94%) contrast(90%);
}

.modal-title-cust {
  color: #955034;
  font-size: 1.1vw;
  font-family: "ProximaNova";

}

.modal-custom h3 {
  color: #955034;
  font-size: 1.1vw;
  font-family: "ProximaNova";
  font-weight: 300;
}

.modal-custom p {
  font-size: 0.8vw;
  color: #000000;
}

.last-slide {
  height: -moz-calc(100vh - (5vh));
  height: -webkit-calc(100vh - (5vh)) !important;
  height: calc(100vh - (5vh)) !important;
  display: flex !important;
}

.d-table {
  display: table !important;
}

.last-slide p {
  font-size: 1vw !important;
}

.last-slide .pp-tableCell {
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}


.slide-9 .pp-tableCell {
  display: unset;
}

.mobile-text {
  position: absolute;
  top: 35%;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

.legacy-section-3 .h-custom {
  height: 100%;
}

.svg-icon {
  width: 40px;
}

.design-last .h-custom {
  height: 65%;
}

.fixedbutton {
  position: fixed;
  top: 45%;
  right: -47px;
  background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
  transform: rotate(-90deg);
  padding: 6px 32px;
  color: #fff;
  font-weight: 500;
  font-family: "ProximaNova";
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.modal.footer {
  background: unset;
}

.modal.footer.show .modal-dialog {
  max-width: var(--bs-modal-width) !important;
}

.modal.footer .modal-dialog {
  max-width: var(--bs-modal-width) !important;
}

.modal.footer.show .modal-body {
  background: url(../assets/image/map1.webp), #ca743a;
  background-size: contain, 100%;
  background-position: top right, center;
  background-repeat: no-repeat, no-repeat;
}

.modal.footer.show .modal-body img {
  width: 100px;
}

.modal.footer.show .btn-close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.sec-title h2 {
  color: #c56a39;
  font-size: 1.8vw;
  font-family: "ProximaNova";
  text-align: center;
  margin-bottom: 1.5rem;
}

.contact_sec {
  padding: 50px 0;
}

.contact_sec input {
  border-color: #c56a39;
}

#contact_sec input,
#contact_sec select {
  height: 40px;
  border-bottom: 1px solid #fff !important;
  width: 100%;
  background: #252425;
  margin-bottom: 0;
  padding-left: 10px;
  color: #fff;
  border-top: none;
}

#contact_sec input::placeholder,
#contact_sec textarea::placeholder {
  color: #fff;
}

#contact_sec .input-group-addon {
  background: #fff;
  color: #FFD558;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
}

.loc_sec {
  padding: 50px 0;
}

.loc_titlle h2 {
  color: #c56a39;
  font-size: 2.5vw;
  font-family: "ProximaNova";
  text-align: center;
}

.accordion-item {
  border: none !important;
  background-color: transparent;
}

.accordion-button {
  background-color: transparent !important;
  border-bottom: 1px solid #c56a39 !important;
}

.accordion-button p {
  color: #c56a39;
  font-size: 1vw;
  font-family: "ProximaNova";
}

.accordion-body p {
  color: #c56a39;
  font-size: 1vw;
  font-family: "ProximaNova";
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0 !important;
}

.accordion-button:focus {
  border-bottom: 1px solid #c56a39 !important;
  box-shadow: none !important;
}

.master_img img {
  width: 100%;
  cursor: pointer;
  filter: blur(2px);
}

/* tabs ccs */

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  font-family: "ProximaNova";
  font-size: 1.5rem;
  color: #c56a39;
  text-align: center;
  line-height: 1.875rem;
  padding: 0.5rem 3.3rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #c56a39;
  border-bottom: 2px solid #c56a39 !important;
  border-color: transparent !important;
  border-bottom-color: #c56a39 !important;
  background-color: transparent !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent !important;
  border-bottom-color: #c56a39 !important;
}

/* tabs css end */

.gal_img img {
  height: 350px;
  object-fit: cover;
}

.popup-btn {
  background-color: #000 !important;
  color: #fff !important;
  width: fit-content !important;
  margin: 10px auto 0 !important;
  padding: 7px 30px !important;
}

.btn_enq {
  position: fixed;
  bottom: 20px;
  right: 15px;
  width: fit-content;
  padding: 10px 25px;
  background-color: #c56a39;
  border: 1px solid #fff !important;
  color: #fff;
  font-family: "ProximaNova";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 999;
}

.btn_dwnld {
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: fit-content;
  padding: 10px 25px;
  background-color: #c56a39;
  border: 1px solid #fff !important;
  color: #fff;
  font-family: "ProximaNova";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: none;
  z-index: 999;
}

/* configuration */

section.section-project {
  padding: 2rem 0;
  position: relative;
}

section.section-project::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  position: absolute;
  background: url("../assets/bed.webp") no-repeat center center/cover;
  inset: 0;
}

section.section-project::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: -o-linear-gradient(right,
      rgba(14, 40, 53, 0) 42.29%,
      #0e2835 100%);
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(42.29%, rgba(14, 40, 53, 0)),
      to(#0e2835));
  background: -o-linear-gradient(right,
      rgba(14, 40, 53, 0) 42.29%,
      #0e2835 100%);
  background: linear-gradient(270deg, rgba(14, 40, 53, 0) 42.29%, #0e2835 100%);
  inset: 0;
}

.section-heading h2,
.section-subtitle {
  color: #fff;
  font-size: 40px;
  font-family: "ProximaNova";
}


.container-project {
  position: relative;
  width: 100%;
  padding: 0 0 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-carousel-container {
  width: 20rem;
  max-width: 100%;
}

.project-carousel {
  width: 100%;
}

.project-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem auto 1rem auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.primary-button {
  padding: 10px 25px;
  background-color: #c56a39;
  border: 1px solid #fff !important;
  color: #fff;
}

.section-project .owl-prev {
  position: absolute;
  top: 85%;
  left: 0;
}

.section-project .owl-next {
  position: absolute;
  top: 85%;
  right: 60%;
}

/*  */

@media only screen and (min-width: 993px) and (max-width: 1233px) {
  .building {
    position: relative;
    bottom: -16vw;
  }

  .comm .building {
    bottom: -22vw;
  }

  .cloud .building {
    bottom: -5vw;
  }

  .cloud .adj {
    width: 45%;
  }

  .mixed-title {
    top: 70%;
  }

  .sec3-residence .imgbg {
    object-position: bottom;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1234px) and (max-width: 1440px) {
  .building {
    position: relative;
    bottom: -35px;
  }

  .cloud .building {
    bottom: 195px;
  }

  .sec3-residence .imgbg {
    object-position: bottom;
    height: 100%;
    object-fit: cover;
  }

  .cloud .adj {
    width: 45%;
  }
}

@media only screen and (min-width: 1234px) and (max-width: 1440px) {
  .building {
    position: relative;
    bottom: -35px;
  }

  .cloud .building {
    bottom: 195px;
  }

  .cloud .adj {
    width: 45%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {

  .cloud .building {
    bottom: 330px;
  }

  .cloud .adj {
    width: 35%;
  }

  .resi .building {
    position: relative;
    height: 100vh;
    bottom: 0px;
    right: 0%;
  }
}

@media only screen and (max-width: 1440px) {
  #sec2 img {
    height: 35em;
    object-position: center;
  }

  .soc-icon img {
    width: 2vw;
  }

  .sec-custom {
    height: 100% !important;
  }

  .resi .building {
    position: relative;
    height: 100vh;
    bottom: 0px;
    right: -3%;
  }

  .design-section-3 .text {
    position: absolute;
    top: 33%;
    right: 57%;
  }

  .arch-section-one .building-inner img {
    width: 70vw;
    height: 100vh;
    object-fit: contain;
    object-position: bottom;
  }

}

@media screen and (max-device-width:1368px),
screen and (min-width:1300px) {
  .arch-div-bottom {
    height: 52vh;
  }

  .arch-bg-img {
    height: 48vh;
  }

  .last-slide .location .pt-lg-5 {
    padding-top: 10px !important;
  }

  .location-section .sec1 p {
    font-size: 0.8vw;
    margin-bottom: 10px;
  }

  .sustain-slide-2 img {
    height: 85vh;
  }

  .footer-fixed {
    height: 6vh;
  }

  .top-section-lifestyle .content {
    height: 44vh;
  }

  .top-section-lifestyle .content {
    top: 13%;
  }

  .resi2 .text {
    position: absolute;
    top: 24%;
    right: 57.7%;
  }

  .sec6-div {
    gap: 0%;
  }

  /* .design-section-3 .text {
  position: absolute;
  top: 33%;
  right: 44%;
} */
  .design-position .w-75 {
    height: 100%;
  }
}

@media only screen and (max-width: 2000px) {
  .sustain-slide-2 img {
    height: auto;
  }

  .arch-bg-img {
    height: 48vh;
  }

  .gallery img {
    object-fit: cover;
  }
}

@media only screen and (max-width: 1368px) {
  #sec2 img {
    height: 35em;
    object-position: center;
  }

  .lifestyle-section-two .building-inner img {
    width: 60vw;
  }

  .lifestyle-section-two .text .main-text {
    font-size: 5.5vw;
    line-height: 0;
  }

  .top-section-lifestyle .build img {
    width: 100vw;
    height: 90vh;
    object-fit: contain;
  }

  /* .top-section-lifestyle .content {
    top: 15%;
  } */

  .resi .text {
    position: absolute;
    top: 26%;
    left: 18%;
  }
}

@media only screen and (max-width: 1200px) {
  .top-section-lifestyle .build img {
    width: 100vw;
    height: 75vh;
    object-fit: cover;
  }

  .arch-section-one .building-inner img {
    width: 65vw;
    height: 100vh;
    object-fit: contain;
    object-position: bottom;
  }

  .arch-section-one .building-inner .mob {
    position: absolute;
    top: 15%;
    left: 54%;
  }
}


@media only screen and (max-width: 1040px) {
  .logo-img {
    width: 80px;
  }

  .grid-item .grid-inner p {
    font-size: 1.5vw;
    margin-bottom: 10px;
  }

  .grid-item .grid-inner span {
    font-size: 1.2vw;
  }

  .arch-section-one .text p {
    font-size: 1.2vw;
  }

  #introVideo {
    height: auto;
    width: 100vw;
    object-fit: unset;
    object-position: bottom;
  }

  .s-container .sectionnn {
    height: auto;
  }

  .vert-move {
    width: 3.2vw;
  }

  .arch-section-one .building-inner .mob {
    position: absolute;
    top: 28%;
    left: 54%;
  }

  .lifestyle-section3 .vector-content {
    bottom: 30%;
  }

  .lifestyle-section-two {
    position: absolute;
    left: 0x;
    left: 16%;
    bottom: 0px;
  }

  .lifestyle-section2 .vector-content {
    position: absolute;
    left: 20%;
    top: 0px;
  }

  .menu-nav li a {
    font-size: 1.8vw;
  }

  .resi2 .text {
    width: 45% !important;
  }

  .top-section-lifestyle .build img {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
  }

  .text p {
    font-family: "ProximaNova";
    font-size: 1.5vw;
  }

  .text .text-1 {
    font-size: 2.5vw;
  }

  .text .main-text {
    font-size: 6vw;
  }

  .sec6-div {
    width: 40%;
  }

  .grid {
    /* background: #EEE; */
    max-width: 100%;
    height: 80%;
    margin: auto;
  }

  .sec3-residence .imgbg {
    object-position: bottom;
    height: 100%;
    object-fit: cover;
  }

  .lines {
    width: 30px;
  }

  .richard-img {
    position: absolute;
    top: -7em;
    width: 25vw;
    object-fit: contain;
  }

  .amin-item p {
    margin: 0px;
    font-size: 1.2vw;
  }

  .resi2 .text {
    position: absolute;
    top: 20%;
    right: 54%;
  }

  .text .text-1 {
    font-size: 1.9vw;
  }
}

@media only screen and (max-width: 991px) {
  .resi2 .text {
    position: absolute;
    top: 20%;
    right: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .resi .text .main-text {
    font-family: "ProximaNova";
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 7.8vw;
    line-height: 1;
  }

  .location-section .lines {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0px auto;
    height: 15%;
  }

  #introVideo {
    height: auto;
    width: 100vw;
    object-fit: unset;
    object-position: bottom;
  }

  .vert-move {
    width: 5.2vw;
  }

  .last-slide p {
    font-size: 1.5vw !important;
  }

  .arch-section-one .building-inner .mob {
    position: absolute;
    top: 33%;
    left: 67%;
  }

  .arch-section-one .building-inner img {
    width: 80vw;
    height: 100vh;
    object-fit: contain;
    object-position: bottom;
  }

  .lifestyle-section-four .building-inner img {
    width: 100vw;
    height: fit-content;
    object-position: bottom;
    object-fit: contain;
  }

  .s-container .sectionnn {
    height: 100%;
  }

  .footer .w-80 {
    width: 90% !important;
  }

  .img-bg::before {
    content: '';
    height: 104.5%;
    width: 103%;
    background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
    position: absolute;
    z-index: 5;
    bottom: -10px;
    left: 0px;
    transition: 0.5s ease-in-out;
  }

  .img-bg1::before {
    content: '';
    height: 104.3%;
    width: 103%;
    background: linear-gradient(-90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
    position: absolute;
    z-index: 5;
    bottom: -10px;
    left: -10px;
    transition: 0.5s ease-in-out;
  }

  .text .main-text {
    font-size: vw;
  }

  .location-section .sec1 p {
    font-size: 1.5vw;
  }

  .residance3bg .vector-content {
    position: absolute;
    left: 7%;
    top: 0%;
  }

  .residance3bg .text-end {
    text-align: left !important;
  }

  .residance3bg .w-65,
  .w-50,
  .w-80 {
    width: 100% !important;
  }

  .residance3bg .text p {
    font-size: 2.8vw;
  }

  .residance3bg .text .text-1 {
    font-size: 3.9vw;
  }

  .residance3bg .text .main-text {
    font-size: 8vw;
    margin-top: 20%;
  }

  .resi .text p {
    font-family: "ProximaNova";
    font-size: 2.5vw;
    line-height: 1.1;
  }

  .resi .text h1 {
    font-family: "ProximaNova";
    font-size: 2.5vw;
    line-height: 1.1;
  }

  .footer-row .gap-3 p {
    font-size: 1.5vw;
  }

  .lifestyle-section3 .vector-content {
    bottom: 19%;
  }

  .top-section-lifestyle .content .right-content .text p {
    font-size: 1.2vw;
  }

  .top-section-lifestyle .content {
    top: 30%;
  }

  .top-section-lifestyle .content .left-content {
    position: absolute;
    bottom: 5%;
    right: 36%;
    width: 13vw;
  }

  .top-section-lifestyle .content .vector-content {
    position: absolute;
    top: 0;
    right: 34%;
    height: 9vh;
    width: 5vw;
    overflow: hidden;
  }

  .menu-nav li a {
    font-size: 2.2vw;
  }

  .sec-title h2 {
    font-size: 7vw;
  }

  .design-div1 .d-flex {
    flex-direction: row !important;
    margin-top: 10px;
  }

  .text p {
    font-family: "ProximaNova";
    font-size: 2.2vw;
  }

  .top-section-lifestyle .build img {
    width: 100vw;
    height: 75vh;
    object-fit: cover;
  }

  .design-div1 .d-flex img {
    height: 100%;
    object-fit: cover;
  }

  .sec6-div {
    left: 5%;
    width: 60%;
  }

  .top-section-lifestyle .build img {
    width: 100vw;
    height: 60vh;
    object-fit: cover;
  }

  .amin-item img {
    width: 50px;
    height: 40px;
  }

  .grid {
    /* background: #EEE; */
    max-width: 100%;
    height: 60%;
    margin: auto;
  }

  .amin-item p {
    margin: 0px;
    font-size: 1.3vw;
    text-align: center;
  }

  .resi1 .building img {
    object-fit: cover;
  }

  .resi .building img {
    object-fit: cover;
  }

  .resi2 .building img {
    object-fit: cover;
  }

  .slides-container {

    overflow: scroll !important;
  }

  .sec3-residence .imgbg {
    object-position: bottom;
    height: 100%;
    object-fit: cover;
  }

  .arch-bg-img {
    height: 60vh;
  }

  .resi2 .text {
    position: absolute;
    top: 0%;
    padding: 42px;
    right: 0%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100% !important;
  }

  .arch-div-bottom {
    height: 40vh;
  }

  .richard-img {
    position: absolute;
    top: -5em;
    width: 30vw;
    object-fit: contain;
  }

  .richard-text {
    font-size: 1.2vw;
  }

  .leg-div .w-75 {
    width: 75% !important;
    margin: auto;
  }

  .animated-button {
    font-size: 1.5vw;
  }

  .arch2 .vector-img {
    right: 0;
  }

  .video-slide {
    height: fit-content !important;
  }

  .video-slide .position-relative {
    height: fit-content;
  }

  .video-slide .position-relative video {
    max-width: 100%;
    height: fit-content;
    width: 100vw !important;
    object-fit: fill;
  }

  .sus-sec1 {
    height: 100vh;
  }

  .sus-sec1 .sectionnn {
    height: 100%;
  }

  .sus-sec2 {
    height: 85vh;
  }

  .sus-sec2 .sectionnn {
    height: 100%;
  }

  .ami-overlay {
    background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 13px 20px;
    position: relative;
    z-index: -1;
    transform: translateY(0px);
    opacity: 1;
    transition: 0.3s ease-in-out;
  }

  .ami-overlay .title {
    font-size: 1.8vw;

  }

  .ami-overlay p {
    font-size: 1.2vw;
  }

  .footer-row .gap-2 img {
    width: 30px;
  }

  .sec1 p {
    color: #c56a39;
    font-size: 1.2vw;
  }

  .sec2 p {
    color: #c56a39;
    font-size: 1.2vw;
  }

  .modal-custom p {
    font-size: 1vw;
    color: #000000;
  }

  .animated-button svg {
    width: 20px;
  }

  .gallery,
  .lifestyle {
    background-size: cover;
  }

  .ban-txt {
    font-size: 8vw;
  }

  .epic img {
    width: 65vw
  }

  .myMenu li a {
    font-size: 2vw;
    width: auto;
  }

  .myMenu li a.active::before {
    left: 42%;
  }

  .building {
    bottom: -30vw;
  }

  .title-img {
    justify-content: start;
    bottom: -45%;
  }

  .title-img img {
    width: 90%;
    margin-left: 15px;
  }

  .comm .building {
    bottom: -35vw;
  }

  .comm .title-img {
    bottom: -250%;
  }

  .mob-ad {
    position: relative !important;
    top: -55px !important;
    left: 10%;
  }

  .cloud .building {
    bottom: -3vw;
    left: -15vw;
  }

  .cloud .adj {
    width: 85%;
  }

  .cloud .building img {
    width: 133%;
    max-width: 133%;
  }

  .padding_sec {
    padding: 30px 0;
  }

  .padding_sec .owl-next {
    bottom: -3%;
    right: 38%;
  }

  .padding_sec .owl-prev {
    bottom: -3%;
    left: 38%;
  }

  .container-project {
    padding: 0 0 0 1rem;
    height: 450px;
  }

  .section-heading h2,
  .section-subtitle {
    font-size: 25px;
  }

  .arch3 .vector-img {
    left: 0%;
    top: 80%;
    /* top: unset; */
    /* left: unset; */
    transform: rotate(90deg);
    display: flex;
    height: auto;
    width: unset;
  }

  .fixedbutton {
    position: fixed;
    bottom: 25%;
    top: unset;
    right: 15px;
    background: #00000085;
    transform: rotate(-90deg);
    transform-origin: right;
    padding: 6px 32px;
    color: #fff;
    font-weight: 800;
    font-family: "ProximaNova";
  }

  .svg-icon {
    width: 25px;
  }

  .nav-tabs .nav-link {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .fixed_div {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #c56a39;
    padding: 10px 0;
    text-align: center;
    z-index: 999;
  }

  .fixed_div button {
    color: #fff;
    font-family: "ProximaNova";
    font-size: 15px;
    text-align: center;
    background-color: transparent !important;
    border: none !important;
  }

  .div_line {
    border-right: 1px solid #fff;
  }
}

@media only screen and (max-width: 550px) {
  .excel-div2 {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .excel-div1 {
    height: 100%;
  }

  .excel-div2 .d-flex {
    flex-wrap: wrap;
  }

  .amin-item {
    width: 25%;
  }

  .amin-item img {
    width: 50px;
    height: 50px;
  }

  .amin-item p {
    margin: 0px;
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 500px) {
  .ban_sec {
    margin-top: 50px;
  }

  .resi .text p {
    font-family: "ProximaNova";
    font-size: 3.8vw;
    line-height: 1.1;
  }

  .svg-icon {
    width: 30px;
  }

  .resi .text h1 {
    font-family: "ProximaNova";
    font-size: 3.8vw;
    line-height: 1.1;
  }

  .artist {
    bottom: 64px;
    font-size: 11px;

  }

  .sec6-div {
    top: 31%;
    height: 55% !important;
  }

  .playPauseButton {
    top: 80%;

  }

  .sustain-slide-2 img {
    height: auto;
  }

  .artist-2 {
    position: absolute;
    bottom: 6%;
    left: 0px;
    width: 100%;
    z-index: 45;
    right: 11%;
    background: #fff;
    /* border: 1px solid #00000026; */
    font-size: 10px;
    transform: rotate(0deg);
    padding: 6px 12px;
    border-radius: 6px;
  }

  .last-slide {
    height: calc(100vh -(6vh)) !important;
    display: flex !important;
  }

  .grid-item .grid-inner img {
    margin-bottom: 5%;
  }

  .grid-item .grid-inner p {
    font-size: 2vw;
    margin-bottom: 5px;
    text-align: center;
  }

  .grid-item .grid-inner span {
    font-size: 2.2vw;
    text-align: center;
  }

  .video-slide .position-relative video {
    max-width: 100%;
    height: 100vh;
    width: 100vw !important;
    object-fit: fill;
  }

  .amenities-gallery img {
    position: relative;
    z-index: 100;
    height: 20vh;
    width: 100%;
    object-fit: cover;
  }

  .footer {
    background: url(../assets/image/map1.webp) no-repeat;
    background-size: cover;
    background-position: top right;
  }

  .grid-inner p {
    font-size: 2.5vw;
    padding: 0px 10px;
  }


  .vert-move {
    width: 7.2vw;
  }

  .gal-int .img-bg::before {
    right: 0px;
  }

  .grid-item .grid-inner img {
    width: 8vw;
  }

  .arch-section-one .text .text-1 {
    font-size: 4vw;
  }

  .arch-section-one .text .main-text {
    font-size: 14.25vw;
  }

  .arch-section-one .text p {
    font-size: 3vw;
  }

  .arch-section-one .building-inner img {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    object-position: bottom;
  }

  .arch-section-one .building-inner .mob {
    position: absolute;
    top: 16%;
    left: 0%;
    right: 0%;
    width: 90%;
    margin: 0 auto;
  }

  .s-container .sectionnn {
    height: 100%;
  }

  .location-section .sec1 p {
    font-size: 3vw;
  }

  .design-section-2-right-div {
    height: unset;
  }

  .text .main-text {
    font-size: 10vw;
  }

  .grid-item--height1 {
    height: 10vh;
  }

  .grid-item--height2 {
    height: 20vh;
  }

  .grid-item--height3 {
    height: 30vh;
  }

  .grid-item--height4 {
    height: 40vh;
  }

  .grid-item--height5 {
    height: 50vh;
  }

  .grid-item--height66 {
    height: 66vh;
  }

  .grid-item--height34 {
    height: 34vh;
  }

  .grid-item--width29 {
    width: 29vh;
  }

  .grid-item--height6 {
    height: 60vh;
  }

  .grid-item--height7 {
    height: 70vh;
  }

  .grid-item--height8 {
    height: 80vh;
  }

  .grid-item--height9 {
    height: 90vh;
  }

  .grid-item--height10 {
    height: 100vh;
  }


  .richard-section .richard-subheading {
    font-size: 4.5vw;
  }

  .richard-section .richard-heading {
    font-size: 4.5vw;
    font-family: "ProximaNova";
    font-weight: 600;
  }

  .gb-img {
    height: 50vh !important;
    object-fit: contain;
    object-position: bottom;
  }

  .arch2-section .h-50 {
    height: 20vh !important;
  }

  .arch2-section .h-50 img {
    object-position: top;
  }

  .residance3bg .vector-content {
    position: absolute;
    left: 8%;
    top: unset;
    bottom: 0;
  }

  .residance3bg .text .text-1 {
    font-size: 5.9vw;
  }

  .sec6-div .main-text {
    font-size: 18vw;
    text-align: left !important;
  }

  .residance3bg .text .main-text {
    font-size: 13vw;
    margin-top: 20%;
  }

  .residance3bg .text p {
    font-size: 3.8vw;
  }

  .residence-section-3 .richard-text {
    font-size: 3vw;
  }

  .residence-section-3 .richard-heading {
    font-size: 4.5vw;
  }

  .resi .text .main-text {
    font-family: "ProximaNova";
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 17.8vw;
    line-height: 1;
  }


  .lifestyle-section-four .text {
    position: absolute;
    top: 45vw;
    right: 5vw;
    left: unset;
    margin: 0 auto;
  }

  .lifestyle-section-four .text .main-text {
    font-size: 9.5vw;
    line-height: 1.1;
    margin-bottom: -2px !important;
  }

  .lifestyle-section-four .text .main-text-1 {
    font-family: "ProximaNova";
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 6.85vw;
  }

  .click-icon {
    position: absolute;
    top: 50%;
    width: auto;
    justify-content: center;
    align-items: center;
    background: #00000052;
    padding: 5px;
  }

  .click-icon img {
    width: 20px;
    filter: invert(1);
  }

  @keyframes breath {
    0% {
      transform: translateX(0px);
    }

    100% {
      transform: translateX(-10px);
    }
  }

  .top-section-lifestyle .build img {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
  }

  .lifestyle-section3 .vector-logo {
    position: absolute;
    bottom: 1%;
    right: 1%;
    width: 20vw;
  }

  .lifestyle-section-two .text .main-text {
    font-size: 9vw;
    line-height: 0;
    margin-bottom: 7vw !important;
  }

  .lifestyle-section-three {
    position: absolute;
    left: 0%;
    bottom: 0px;
  }

  .lifestyle-section3 .vector-content {
    position: absolute;
    top: 10vw;
    bottom: unset;
    right: 1vw;
    transform: rotate(90deg);
  }

  .lifestyle-section-three .building-inner img {
    width: 100vw;
  }

  .lifestyle-section-three .text .main-text {
    font-size: 12vw;
    line-height: 1;
    margin-bottom: -1.2vw !important;
  }

  .lifestyle-section-three .text {
    margin-left: 25vw !important;
  }

  .lifestyle-section-three .building-inner .mob p {
    font-size: 2vw;
  }

  .lifestyle-section-two {
    position: absolute;
    left: 0x;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }

  .lifestyle-section-two .building-inner img {
    width: 100vw;
    margin: auto;
  }

  .lifestyle-section2 .vector-content {
    position: absolute;
    left: 6vw;
    top: 0px;
    height: 20vh;
    overflow: hidden;
  }

  /*design top section*/
  .design-section-3 .text .main-text {
    font-size: 14vw;
  }

  .design-section-3 .text .text-1 {
    font-size: 4vw;
  }

  .design-section-3 .text p {
    font-family: "ProximaNova";
    font-size: 4vw;
  }

  .design-section-3 .text {
    position: absolute;
    top: 33%;
    right: 10%;
    /* left: 10%; */
  }

  .design-section-3 .building img {
    object-fit: cover;
  }

  .logo-img img {
    width: 90px;
    object-fit: contain;
    height: 50px;
  }

  .logo-img svg {
    width: 90px;
    object-fit: contain;
    height: 40px;
  }

  .top-section-lifestyle .content .left-content {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 50vw;
  }

  .legacy-section-3 .richard-heading {
    font-size: 3.5vw;
  }

  .text p {
    font-family: "ProximaNova";
    font-size: 4vw;
  }

  .vector-section-desktop .vector-img-left {
    display: none;
  }

  .top-section-lifestyle .content {
    top: 0%;
    height: 60vh;
  }

  .vector-section-desktop .vector-img-right {
    display: none;
  }


  .vector-section-invert-desktop .vector-img-left {
    display: none;
  }

  .vector-section-invert-desktop .vector-img-right {
    display: none;
  }

  .sec1 .sub-heading {
    font-size: 3.2vw;
    margin-top: 30px;
  }

  .design-custom-top {
    height: 40vh;
  }

  .myMenu li a {
    font-size: 3vw;
    width: auto;
  }

  .myMenu li a.active::before {
    left: 38%;
    top: -60px;

  }

  .legacy-section-3 .h-custom {
    height: auto;
  }

  .design-last .h-custom {
    height: auto;
  }

  .sec6-div {
    left: 0%;
    width: 100%;
  }

  .design-position .custom-flex {
    position: absolute;
    top: 40%;
    height: -14%;
    margin: auto;
    right: 5%;
  }

  .building {
    bottom: -54vw;
  }

  .grid {
    /* background: #EEE; */
    max-width: 100%;
    height: 100%;
    margin: auto;
  }

  .grid-item {
    padding: 2px;
  }

  .img-bg img {
    object-fit: cover;
    object-position: center;
  }

  .arch3 .vector-img {
    left: 0%;
    top: 35%;
    /* top: unset; */
    /* left: unset; */
    transform: rotate(90deg);
    display: flex;
    height: auto;
    width: unset;
  }

  .comm .building {
    bottom: -60vw;
  }

  .arch3 .w-75 {
    width: 100% !important;
  }

  .resi .text {
    position: absolute;
    top: 20%;
    left: 0;
    width: 80%;
    right: 0;
    margin: 0px auto;
  }

  .residance2bg {
    background-position: right;
  }

  .resi1 .building img {
    object-fit: cover;
  }

  .resi .building img {
    object-fit: cover;
  }

  .cloud .building {
    bottom: -32vw;
    left: -15vw;
  }

  .menuButton label .burger {
    top: 1.5em;
  }

  .icon-text {
    position: absolute;
    top: 22%;
    right: 26%;
  }

  .legacy .w-80 {
    width: 100% !important;
  }

  .leg-div .w-75 {
    width: 100% !important;
  }

  .leg-div .w-80 {
    width: 100% !important;
  }

  .design-position .w-75 {
    width: 50% !important;
  }

  .w-80 {
    width: 100% !important;
  }

  .design-position .left-flex img {
    /* border: 1px solid #555; */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }

  .design-position .right-flex img {
    /* border: 1px solid #555; */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  }

  .horizontal-img {
    max-width: 75% !important;
  }

  .arch2 .w-75 {
    width: 100% !important;
  }

  .arch-div-bottom .flex {
    flex-direction: column;
  }

  .leg-img h2 {
    font-size: 3vw;
  }

  .leg-img h1 {
    font-size: 3vw;
  }

  .richard-img {
    position: absolute;
    top: unset !important;
    width: 70vw;
    object-fit: contain;
    bottom: 0px !important;
    border-top-right-radius: 50px;
  }

  .arch-div-bottom .w-50 {
    width: 100% !important;
  }

  .arch-div-bottom .line {
    display: none;
  }

  .richard-heading {
    color: #c56a39;
    font-size: 4.5vw;
  }

  .richard-heading-cust {
    font-size: 4.5vw;
  }

  .richard-subheading {
    color: #c56a39;
    font-size: 3vw;
  }

  .richard-text {
    font-size: 3vw;
  }

  .w-90 {
    margin: auto;
  }

  .menu-nav li a {
    font-size: 4vw;
  }

  .offcanvas {
    max-width: 65% !important;
  }

  #introVideo {
    width: 100vw !important;
    /* height: 100vh; */
    object-position: center;
    /* object-fit: contain; */
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video-mobile-div {
    position: relative;
    height: 100vh;
  }

  .vector-img {
    display: none;
  }

  .navbar-content {
    padding: 0px 0px;
  }

  .logo-img svg {
    width: 100px;
  }

  body.no-scroll {
    overflow-y: hidden !important;
    height: 800px;
  }

  .ami-overlay {
    background: linear-gradient(90deg, #9B4725 0%, #D67645 14.67%, #CF7041 21%, #D67645 43%, #BC6636 56%, #9E5326 74%, #8C481B 89%, #864418 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
    position: relative;
    z-index: -1;
    transform: translateY(0px);
    opacity: 1;
    transition: 0.3s ease-in-out;
  }

  .ami-overlay .title {
    font-size: 3.5vw;

  }

  .ami-overlay p {
    font-size: 3vw;
  }

  .sec1 .heading {
    font-size: 4.5vw;
  }

  .footer-row {
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .footer-row .gap-2 {
    justify-content: center !important;
  }

  .footer-row .gap-3 p {
    font-size: 3.3vw;
  }

  .footer-row .logo-img img {
    width: 60px;
  }

  .footer-row .justify-content-end {
    justify-content: center !important;
  }

  .footer .heading {
    font-size: 7.5vw;
  }

  .gal_img img {
    height: auto;
  }

  .sec1 p {
    color: #c56a39;
    font-size: 3vw;
  }

  .sec2 .sub-heading {
    font-size: 3.2vw;
    margin-top: 30px;
  }

  .sec2 .heading {
    font-size: 4.5vw;
  }

  .sec2 .heading-sus {
    font-size: 4.5vw;
    color: #c56a39;
  }

  .sec2 p {
    color: #c56a39;
    font-size: 3vw;
  }

  .sec2 .row {
    flex-direction: column-reverse;
  }

  .sec-custom .sub-heading {
    font-size: 3.2vw;
    margin-top: 30px;
  }

  .modal-title-cust {
    font-size: 3vw;
  }

  .modal-custom p {
    color: #000000;
  }

  .modal-custom h3 {
    font-size: 3vw;

  }

  .modal .modal-dialog {
    max-width: 100% !important;
  }

  .modal.show .modal-dialog {
    max-width: 100% !important;
  }

  .sec-custom .heading,
  .loc_titlle h2 {
    font-size: 4.5vw;
  }

  .accordion-button p {
    font-size: 15px;
  }

  .accordion-body p {
    font-size: 14px;
  }

  .sec-custom p {
    color: #c56a39;
    font-size: 3vw;
  }

  .animated-button {
    font-size: 2.8vw;
  }

  .mobile-text .text .main-text {
    font-size: 13vw;
  }

  .last-slide p {
    font-size: 2.5vw !important;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}