:root {
  --color1: #062f20;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2.h3,
h4,
h5,
h6,
p,
li {
  padding: 0px;
  margin: 0px;
}

body {
  background-color: rgb(244 241 232 / 50%);
  overflow: auto !important;
  padding-right: 0px !important;
}

.container {
  max-width: 80%;
}
@font-face {
  font-family: Abhaya_Libre;
  src: url("../fonts/AbhayaLibre-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Abhaya_Libre;
  src: url("../fonts/AbhayaLibre-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Abhaya_Libre;
  src: url("../fonts/AbhayaLibre-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Abhaya_Libre;
  src: url("../fonts/AbhayaLibre-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}

:root {
  --Abhaya_Libre: "Abhaya_Libre";
  --montserrat: "Montserrat";
}

body {
  font-family: var(--montserrat);
  background: #ffffff;
}
p {
  font-family: var(--montserrat);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Abhaya_Libre);
}

.mx_-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.mx_-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.mx_-60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.px_30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px_40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px_60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.py_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

section.section {
  padding: 100px 0;
}

.text-left {
  text-align: left;
}

.w_60p {
  width: 60%;
}

.w_70p {
  width: 70%;
}

img.ab_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 95%;
  width: 100%;
  object-fit: cover;
}

.position-relative {
  width: 100%;
  height: 100%;
}

.btn_style1 {
  color: #ffffff;
  background: #062f20;
}

.btn_style1:hover {
  color: #fff;
}

/* Navbar section */

section.header-section {
  position: absolute;
  width: 100%;
  padding: 0px 0;
  z-index: 9; /* transition:all .5s ease 0s; */
  color: #000; /*border-bottom: 1px solid #e2e2e261;*/
}
.header-section.fixed {
  position: fixed;
  top: 0;
  background: #ffffff;
  transition: all 0.4s ease-in-out 0;
  z-index: 999; /* box-shadow:rgba(181,181,181,0.7) 0 8px 6px -6px; */
}
.nav-item .nav-link {
  color: #ffffff;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-section.fixed .nav-item .nav-link {
  color: #000;
}
.project-logo-fixed {
     justify-content: center;
  align-items: center; 
  display: none;
}
.header-section.fixed .project-logo-fixed {
     justify-content: center;
  align-items: center; 
  display: block;
  width: 280px;
}
.header-section.fixed .project-logo {
  display: none;
   justify-content: center;
  align-items: center; 
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #697668 !important;
  padding: 8px 15px !important;
}
.dropdown-item {
  padding: 8px 15px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0 !important;
}
.navbar-call-btn {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.header-section.fixed .navbar-call-btn {
  color: #000;
  font-weight: 500;
  border: 1px solid #2f4137;
  background: #e0dccf;
}
.navbar-call-btn img {
  width: 20px;
  filter: invert(1);
}
.header-section.fixed .navbar-call-btn img {
  filter: invert(0);
}
li.nav-item {
  display: flex;
  align-items: center;
}
a.navbar-call-btn {
  border: 1px solid #fff;
  padding: 8px 15px;
  border-radius: 5px;
  background: rgba(169, 169, 169, 0.15);
  backdrop-filter: blur(10px);
}
a.navbar-call-btn:hover {
  color: #fff;
}
.header-section img.project-logo {
  width: 480px;
}
.header-section.fixed img.project-logo {
  filter: unset;
}

/* Banner Section */

.banner-form-section {
  position: absolute;
  bottom: 1%;
  right: 2%;
  background: rgba(12, 19, 15, 0.84);
  border-radius: 10px;
  outline: rgba(244, 241, 232, 0.29) solid 2px;
  outline-offset: 3px;
  width: 16%;
}
/* .banner-setion .banner .carousel-inner::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#0000008c;background:linear-gradient(90deg,#0000008f 35%,transparent)} */
.banner-setion .banner .carousel-inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000008c; /*background: radial-gradient(#00000045 5%, #ffffff00 35%);*/
  background: linear-gradient(180deg, #00000045, transparent);
}
.banner-form-section .banner-form {
  margin: 0;
  padding: 15px 15px;
  border-radius: 15px;
  width: 100%;
}
.banner-form-section .banner-form .form-group {
  margin: 10px 0;
}
.banner-form-section .banner-form .form-group input.form-control {
  padding: 7px 10px;
  margin-bottom: 10px;
  min-height: 42px;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #fff;
  border-image: initial;
  border-radius: 0;
  color: #fff;
}
.banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn {
  background: #f4f1e8;
  padding: 6px 30px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
.banner-form-section .banner-form .form-group input.form-control::placeholder {
  color: #fff;
}
.banner-form-section .banner-form .form-group input.form-control:focus {
  border: 1px solid;
  outline: none;
  box-shadow: none;
}
.banner-form-section .banner-form .form-group input.form-control:hover {
  border: 1px solid;
  outline: none;
  box-shadow: none;
}
select.form-select.form-group {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  color: #fff;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 7px 10px;
  background-color: transparent !important;
  border-color: transparent transparent initial;
}
select.form-select.form-group:focus,
select.form-select.form-group:hover {
  box-shadow: none;
  border: 1px solid;
}
select.form-select.form-group option {
  background: rgba(12, 19, 15, 0.84);
  margin-bottom: 5px;
}
.banner-setion .banner img {
  width: 100%;
}
section.banner-setion {
  position: relative;
}
.mini-slider {
  position: absolute;
  bottom: 0;
  width: 100%;
}
img.mini-slider-img {
  border-radius: 20px;
  border: 2px solid transparent;
}
.owl-nav {
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
button.owl-prev {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translateY(-59%);
  width: 60px;
  cursor: pointer;
  border: none;
  background: none;
}
button.owl-next {
  position: absolute;
  right: 35%;
  top: 50%;
  transform: translateY(-57%);
  width: 60px;
  cursor: pointer;
  border: none;
  background: none;
}
.owl-nav .owl-prev img {
  width: 40px;
  opacity: 0.9;
  filter: invert(62%) sepia(6%) saturate(3314%) hue-rotate(348deg)
    brightness(90%) contrast(85%);
}
.owl-nav .owl-next img {
  width: 40px;
  opacity: 0.9;
  filter: invert(62%) sepia(6%) saturate(3314%) hue-rotate(348deg)
    brightness(90%) contrast(85%);
}

#owl-one .owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #062f20 !important;
  height: 4px !important;
}
#owl-one .owl-dots .owl-dot span {
  width: 33px !important;
  height: 2px !important;
  margin: 0px 0px !important;
  background: #d6d6d6 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0 !important;
}
.owl-one button.owl-prev {
  position: absolute;
  left: 4%;
  bottom: 7%;
  cursor: pointer;
}
.owl-one button.owl-next {
  position: absolute;
  right: 90%;
  bottom: 7%;
  cursor: pointer;
}
button.owl-prev span,
button.owl-next span {
  font-size: 45px;
  color: #fff;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  text-decoration: none;
  background: none !important;
}
.banner-detail-section .details-section h1 {
  font-size: 60px;
  margin-top: 22px;
}
section#builder_section .container {
  padding: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.45) 0 -14px 13px -21px,
    rgba(0, 0, 0, 0.45) 0 14px 13px -21px;
}
.project-details-ban {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.project-key-highlights {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 10px 0 30px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ffffff78;
  border-bottom: 1px solid #ffffff78;
  background: #00000040;
}
.key-high {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; /* width:fit-content; */
  padding: 10px 15px;
  border-radius: 10px; /* background:#00000061; */
  gap: 5px;
}
.key-high img {
  width: 30px;
  height: 25px;
  margin-right: 0;
}
.key-high p {
  font-size: 17px;
  padding-left: 0px;
  letter-spacing: 0.6px;
  font-family: var(--Abhaya_Libre);
}
.key-high:not(:nth-child(3)) {
  border-right: 1px solid #ffffff78;
  border-radius: 0;
}
.banner-typology h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  padding: 5px;
}
.container-fluid.banner-container {
  width: calc(100%);
  padding: 0;
}
/* .project-details-ban h1{padding-bottom:0;font-size: 120px;line-height: 130px;animation: text 4s 1;} */

.nav-link.contact-btn {
  /* border: 1px solid #d3af34; */
  padding: 11px 25px !important;
  color: #fff !important;
  background: #062f20;
  font-size: 13px;
  margin-left: 35px;
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: #7e5d3c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loader-content {
  width: 100%;
  text-align: center;
}
.loader-content .loader-heading {
  text-transform: uppercase;
  letter-spacing: 50px;
  font-size: 80px;
  color: #977655;
  margin-bottom: 80px;
}
.loader-heading span {
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
}
.loader-heading span.active {
  opacity: 1;
  color: #fff;
}
.loader-content .enter-website-button {
  color: #fff;
  border: 1px solid #fff;
  width: fit-content;
  padding: 24px;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0;
  padding-bottom: 21px;
  display: none;
  cursor: pointer;
}
.loader-content .wait-heading {
  color: #fff;
  font-size: 20px;
}
.loader-content .enter-website-button.show {
  display: block;
}
.loader-content .enter-website-button:hover {
  background-color: #fff;
  color: #000;
}
.loader-box .loader-bottom-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #8d745a;
  border-top: 1px solid #ffffff24;
  width: 100%;
  padding: 30px;
  text-align: center;
  letter-spacing: 77px;
  font-size: 34px;
  text-transform: uppercase;
}
.banner-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.loader-box .sub-heading-loader {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 9px;
  position: relative;
  top: -49px;
}

.banner-price-typo {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.banner-form {
  text-align: start;
  bottom: 5%;
  right: 15px;
  z-index: 9;
  border-radius: 12px;
  opacity: 1;
  transition: all 0.5s ease-in-out 0;
}
.banner-form.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.banner-form.bottom {
  bottom: 0;
}
.banner-form .close_outer {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 4px;
}
.banner-form .close_outer .close {
  float: unset;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-form .inner {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-form .label {
  opacity: 0;
  font-size: 10px;
  font-weight: 400;
  transition: all 0.2s ease-out 0;
}
.banner-form .close_outer:focus .close::before,
.banner-form .close_outer:focus .close::after,
.banner-form .close_outer:hover .close::before,
.banner-form .close_outer:hover .close::after {
  width: 10px;
}
.banner-form .close_outer:focus .close .inner::before,
.banner-form .close_outer:focus .close .inner::after,
.banner-form .close_outer:hover .close .inner::before,
.banner-form .close_outer:hover .close .inner::after {
  width: 10px;
}
.banner-form .close_outer:focus .close .label,
.banner-form .close_outer:hover .close .label {
  opacity: 1;
}
.banner-form .form {
  padding: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.form-top {
  padding: 20px 0;
  color: #fff;
}
.banner-form .form label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
  color: #3f3f3f;
}
.banner-form .form-top {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}
.banner-form.bottom .form-top {
  padding: 15px 20px;
}
.banner-form .form-top .form_title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.banner-form .form-top .sub_text {
  margin: 5px 0;
  font-size: 14px;
  line-height: initial;
  color: #fff;
}
.banner-form .form .form-control {
  border-radius: 7px;
  min-height: 46px;
  padding: 4px 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.banner-form .form .form-control::placeholder {
  font-size: 14px;
}
.banner-form .form .submit_btn {
  height: 44px;
  padding: 5px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  width: 100%;
  color: #fff;
  background: #8b9488;
}
.banner-detail-section {
  position: absolute;
  top: 25%;
  z-index: 9;
  color: #fff;
  left: 27%;
  transform: translate(-25%, -10%);
}
.banner-setion .banner .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.94));
}
.builders_section .owl-carousel {
  padding: 11px 0;
  box-shadow: 0 -15px 20px -22px #000 0 15px 20px -22px #000;
  margin: 30px 0 20px;
}
span.banner-location {
  padding: 8px 25px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.36);
  display: flex;
  width: fit-content;
}
span.banner-location img {
  filter: invert(1);
  width: 18px;
}
span.banner-location span {
  font-size: 13px;
  padding-left: 8px;
  letter-spacing: 0.5px;
}
.banner-location p {
  width: 70%;
  padding-top: 15px;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.banner-detail-section .details-section .banner-para {
  font-size: 14px;
  width: 50%;
  margin-top: 10px;
}
.banner-detail-section .details-section .high-points {
  display: flex;
  padding-bottom: 8px;
}
.banner-detail-section .details-section .high-points img {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  margin-right: 10px;
}
.banner-detail-section .details-section .banner-highlights {
  margin-top: 25px;
}
.banner-detail-section .details-section .high-points p {
  font-size: 16px;
  font-weight: 400;
}
.banner-query button {
  padding: 10px 48px;
  box-shadow: none;
  border: 1px solid #fff;
  margin-top: 15px;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 17px;
}
.b-high {
  position: absolute;
  bottom: 5%;
  z-index: 9;
  left: 66%;
  transform: translateX(-60%);
  width: 80%;
}
.b-high .b-high-points {
  color: #fff;
}
.b-high-points {
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.3);
  margin-right: 20px;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  width: 19%;
}
a.footer-address {
  font-size: 18px;
}
.banner-typology {
  display: inline-block;
  padding: 7px 15px;
  background: #fff;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  border-radius: 5px;
  width: fit-content;
  border: 1px solid #fffc;
}
.banner-typology h3 {
  color: #000;
  font-size: 26px;
  margin-bottom: 0;
  padding: 3px 15px;
}
p.bottom-b-high {
  font-size: 14px;
  letter-spacing: 1px;
}
h3.top-b-high {
  font-size: 35px;
}
/* nav.navbar.navbar-expand-lg{padding:.3rem} */
.banner-call-section img {
  width: 25px;
  margin-right: 5px;
}
.banner-call-section {
  margin-top: 20px;
  width: fit-content;
  padding: 8px 20px;
  background: #fff;
  border-radius: 10px;
}
.banner-call-section a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.trin-trin {
  animation-name: trin;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.banner-mobile-pricing {
  display: none;
}
.carousel-inner {
  border-radius: 0;
}
.banner-right-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.upper-section {
  background: #d1beb0;
  padding: 10px;
  border-radius: 20px;
}

/* banner Video Section */
.slide-video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

/* Hamburger Section */

.hamburder-section.open .mega-menu {
  z-index: 40;
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 0%;
  background: #fffcf8;
  transform: translate(0px, 0%);
  height: 100vh;
}
.outer-half {
  /* transform: TranslateX(0%); */
  /* opacity: 1; */
}

.hamburder-section.open .outer-half {
  /* transform: TranslateX(0%); */
  /* opacity:1; */
  /* transition-delay:0.8s; */
  /* animation-name: example;animation-duration: 2s; */
  /* padding: 0 50px; */
  margin: 0;
  padding: 0px;
  display: grid;
  gap: 20px 0px;
}

.second-half {
  opacity: 1;
  /* transition:all 0.7s ease-in-out; */
  /* transition: 2s cubic-bezier(0.81, 0.05, 1, 1); */
}
.hamburder-section.open .second-half {
  transform: TranslateX(0%);
  opacity: 1;
  /* transition-delay: 1s; */
  /* padding: 0 50px; */
}

.last-part {
  transform: TranslateX(0%);
  opacity: 1;
  /* transition: all 1.2s linear; */
  /* transition: 2s cubic-bezier(0.81, 0.05, 1, 1); */
  height: 100vh;
  width: 46%;
}
.hamburder-section.open .last-part {
  transform: TranslateX(0%);
  opacity: 1;
  /* transition-delay: 1.3s; */
  /* animation-name: example;animation-duration: 2s; */
  height: 100vh;
  width: 45%;
  overflow: hidden;
}

.mega-menu {
  position: relative;
}

.logo-inner-menu {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 110px;
  z-index: 9;
}

.logo-inner-menu img {
  width: 100%;
}

@keyframes example {
  from {
    transform: translate(-20%, 0px);
    visibility: hidden;
  }
  to {
    transform: translate(0%, 0px);
    visibility: visible;
  }
}

.hamburder-section input[type="checkbox"] {
  box-sizing: border-box;
  display: none;
  transition: all 0.25s;
}
.hamburder-section .menuIconToggle {
  box-sizing: border-box;
  cursor: pointer; /* height: 30px; */
  width: 30px;
  transition: all 0.3s;
  padding-top: 0px;
}
.hamb-line {
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  margin: 4px 0;
  width: 100%;
  background-color: #062f20;
  transition: all 0.25s;
}
.hamburder-section .hor {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-top: 3px;
  width: 70%;
}
.hamburder-section .dia.part-1 {
  position: relative;
  box-sizing: border-box;
  float: left;
  transition: all 0.25s;
}
.hamburder-section .dia.part-2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
  transition: all 0.25s;
}
/* .hamburder-section.open .menuIconToggle > .hor { box-sizing: border-box;  opacity: 0;transition: all .25s;  }
        .hamburder-section.open .menuIconToggle > .dia.part-1 {box-sizing: border-box;transform: rotate(135deg);margin-top: 0px;transition: all .25s;}
        .hamburder-section.open .menuIconToggle > .dia.part-2 {box-sizing: border-box;transform: rotate(-135deg);margin-top: -15px;transition: all .25s;} */

/* .hamburder-section.open label.menuIconToggle { position: absolute;  top: 80%;    z-index: 9999;  } */
.hamburder-section {
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden; /* transition: 1s cubic-bezier(0.83, 0.24, 1, 1); */
  justify-content: space-evenly;
  z-index: 999;
  background: #fffcf8; /* transform: translate(0px, -100%); */
}

.second-half {
  width: auto;
  padding: 0px;
  opacity: 1; /* transition: all 1s ease-in-out; */
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 0px;
  position: relative;
}
.second-half .main-project-type {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 60px; /* border: 1px solid #08080814; */
  padding: 7px 15px;
  font-family: var(--Abhaya_Libre); /* transition: transform 2s linear; */
  font-weight: 300;
  letter-spacing: 2px; /* background-color: #a37a58; */
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 10px;
  border-bottom: 1px solid #00000094;
}
a.main-project {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  /* border: 1px solid #08080814; */
  padding: 7px 15px;
  font-family: var(--Abhaya_Libre);
  transition: transform 2s linear;
  font-weight: 300;
  letter-spacing: 2px;
  /* background-color: #a77d5a; */
  color: #000000;
  border-bottom: 1px solid #00000094;
}
.second-half .main-project-type:hover img {
  transform: translateX(25%);
}

.mega-menu ul > li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; /* border-bottom: 1px solid #0000001c; */
  width: 100%;
}
.mega-menu ul > li a {
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  font-size: 26px;
  font-family: var(--Abhaya_Libre);
  font-weight: 300;
  letter-spacing: 2px;
}
.second-half h2 {
  font-size: 42px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
}
.second-half p {
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-family: "Roboto";
}
.close-btn {
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #062f20; /* position: absolute; */
  right: 6%;
  top: 5%;
  cursor: pointer;
  outline-offset: -4px;
  background-color: #062f20;
  color: #fff;
  letter-spacing: 1px;
}
.navbar-sec-mega-menu {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 100px;
}

.navbar-sec-mega-menu .mega-menu-logo {
  padding-left: 100px;
}
.last-part img {
  height: 100vh;
  object-fit: cover;
}
.mega-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 100px;
  position: absolute;
  width: 37%;
  top: 20px;
  z-index: 9999;
}
.hamburder-section.open .mega-top-bar {
  transform: TranslateX(0%);
  opacity: 1;
  position: absolute;
  top: 50px;
  padding-left: 65px;
  width: 55%;
  z-index: 99;
}

.mega-menu-middle-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 50px 0; /* border-top: 1px solid #b9865575; */ /* border-bottom: 1px solid #b9865575; */
  position: relative;
  height: 100%;
  padding-left: 54px; /* padding-right: 100px; */
}

.mega-menu-middle-section::before {
  position: absolute;
  content: "";
  left: 5%;
  bottom: 5%;
  width: 70%;
  height: 100%; /* background: url('../images/shape.png'); */
  opacity: 0.03;
  background-position: bottom left;
  background-size: contain;
  z-index: -1;
}

.mega-menu-bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 150px;
  transform: TranslateX(0%);
  opacity: 1; /* transition: all 0.8s ease-in-out; */
  padding-left: 100px;
  padding-right: 100px;
}

.mega-menu-bottom-section .mega-download-btn a {
  text-decoration: none;
  color: #062f20;
  padding: 10px 25px;
  letter-spacing: 0.5px;
  border: 1px solid #b9865570;
  word-spacing: 1px;
  font-weight: 600;
  font-size: 18px; /* font-family: var(--Abhaya_Libre); */
}
.mega-menu-bottom-section .mega-social-media-icons a img {
  width: auto;
  height: 20px; /* object-fit: cover; */
}
/* .mega-menu-bottom-section .mega-social-media-icons a img:hover{background: #b98655;color: #fff;filter: invert(1) brightness(100);} */

.copyright-section {
  display: flex;
  gap: 30px;
}
.copyright-section p {
  color: #062f20;
  font-weight: 500;
  letter-spacing: 0.3px;
  word-spacing: 1px;
}

.hamburder-section.open .mega-menu-bottom-section {
  transform: TranslateX(0%);
  opacity: 1; /* transition-delay: 1.2s; */ /* padding: 0px; */
  min-height: 88px;
}

/* .hamburder-section.open{opacity: 1;transform: translateX(0);transition: ;} */

.second-half-dropdown {
  display: none;
}
.back-btn {
  cursor: pointer;
  font-family: var(--Abhaya_Libre);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.details-flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.details-flex .sub-projects {
  display: flex;
  flex-direction: column;
}
.details-flex .sub-projects a {
  text-decoration: none;
  color: #062f20;
  font-size: 26px;
  font-family: var(--Abhaya_Libre);
  letter-spacing: 0.4px;
  word-spacing: 1px;
  padding-bottom: 20px;
  font-weight: 600;
}
.project-name {
  display: flex;
  flex-direction: column;
}

/* .second-half-dropdown { opacity: 0; height: 0;overflow: hidden;   transition: opacity 0.5s ease, height 0.5s ease;  }
        .second-half-dropdown.active {  opacity: 1; height: auto;}
        .sub-projects { opacity: 0;  height: 0; overflow: hidden; transition: opacity 0.5s ease, height 0.5s ease;    }
        .sub-projects.active { opacity: 1; height: auto;  }
        .main-project-type {  opacity: 1; transition: opacity 0.5s ease;}
        .main-project-type.hidden { opacity: 0;}*/

@keyframes trin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.banner-setion .banner img {
  /* display: none; */
  width: 100%;
  /*animation: 16s linear 0s infinite normal none running zoom-out;*/
  transition: all 0s ease-in-out 0s;
  border-radius: 0px;
  height: calc(0px + 100vh);
  padding-bottom: 0px;
  object-fit: cover;
}

@keyframes zoom-out {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.mobile-number-animate {
  animation-name: mobile-num-animate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes mobile-num-animate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}

h1.animate-charcter {
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 30px;
}
img.hamburger-icon {
  width: 36px;
  margin-left: 25px;
}
.header-section.fixed .nav-item .hamburger-icon {
  filter: invert(1);
}

/* Overview Section  */

.overview-section {
  /* background: url('../images/background-images/7.png') no-repeat; */
  background-position: bottom;
  /* background-size: 110% 70%; */
  /* margin-bottom: 30px; */
  background: #fffbf7;
  text-align: center;
}
.overview-padding {
  padding: 0 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.overview-section .logo-icon {
  width: 80px;
  padding-bottom: 30px;
  display: block;
}
.over-head {
  justify-content: start;
  align-items: start;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  justify-content: center;
}
.section-head {
  /* margin-top: 15px; */
  border-top-width: 0px;
  border-left-width: 0px;
  color: #062f20;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(83 34 0),
    rgb(83 34 0),
    rgb(83 34 0)
  );
  border-image-slice: 1;
  padding-bottom: 7px;
  letter-spacing: 3px;
  text-align: start;
  font-size: 18px;
  display: inline-block;
}
.section-head.text_center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.section-head-para {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-align: start;
}
.section-head-para.para_sm {
  font-size: 34px;
}
.over-img img {
  height: 450px;
  object-fit: cover;
  padding: 8px;
  border: 1px solid #bd9a68;
}
img.stars-section {
  position: absolute;
  bottom: 0px;
}

/* .overview-para-details {padding: 0px 0px 40px;text-align: start;} */
.overview-section p {
  line-height: 27px;
  font-size: 15px;
  text-align: start;
  letter-spacing: 0.2px;
  word-spacing: 0.2px;
  text-align: justify;
}

.detail-icon .img-fluid {
  width: 70px;
}
.detail-content h2 {
  font-size: 26px;
  padding-top: 8px;
  letter-spacing: 0.4px;
}
.overview-image {
  position: relative;
}
.overview-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overview-right-img {
  width: 50%;
  text-align: end;
}

.overview-left-img {
  width: 50%;
  text-align: start;
}

.overview-para-details.right-bottom {
  width: 50%;
  padding-top: 100px;
}
.overview-left-img img.img-fluid {
  width: 90%;
  height: 600px;
  /* margin-top: -100px; */
  object-fit: cover;
}

.overview-right-img img.img-fluid {
  width: 80%;
  height: 600px;
}
.explore-more {
  padding: 9px 35px;
  margin-top: 40px;
  border-radius: 0;
  display: inline-block;
}

/* Project Typology */

.project-typology .project-types {
  display: flex;
  height: 700px;
}

.project-typology .section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex 0.6s ease;
  position: relative;
}

.project-typology .section .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color 1s ease;
}

.project-typology .section .content {
  z-index: 2;
}
.project-typology .section .content:hover {
  /* transform: translateY(50px); */
  transition: all 0.6s ease-in-out;
}
.project-typology .section:hover {
  flex: 1.5;
}
.project-typology .section:hover .overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.project-typology .section .content a {
  transition: padding 0.5s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.project-typology .section:hover .content a {
  border: 1px solid #ffffff78;
  padding: 10px 26px;
  width: fit-content;
  margin: auto;
}

#hospitality {
  background: url("../images/hospitality.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
#commercial {
  background: url("../images/commercial.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
#residential {
  background: url("../images/residential.webp") no-repeat;
  background-position: center;
  background-size: cover;
}

.project-typology .section .hidden-text1 {
  width: 60%;
  margin: auto;
  text-align: center;
  /* transform: translateY(50px); */
  /* opacity: 0; */
  visibility: hidden;
  height: 0;
}
.project-typology .hidden-text1 p {
  padding: 20px;
  font-size: 14px;
}
.hidden-text1 a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #062f20;
  padding: 10px 30px;
  background: #062f20;
  outline: 1px solid #ffffff63;
  outline-offset: -3px;
  font-size: 14px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.project-typology .section:hover .hidden-text1 {
  animation: btnAn 0.6s forwards;
  animation-delay: 0.4s;
  height: 100%;
}

/* @keyframes btnAn{
    0%{}
    100%{opacity: 1; visibility: visible;transform: translateY(0);}
} */

/* chat Bot */

a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 0px;
  box-shadow: 0 1px 15px rgb(55 55 55 / 24%);
  z-index: 99;
  text-decoration: none;
  gap: 10px;
}

.blantershow-chat {
  display: none !important;
}
.blantershow-chat-show {
  display: flex !important;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
  z-index: 999999;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
  z-index: 999999;
}
a.blantershow-chat {
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  bottom: 29px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 0px; /* box-shadow:0 1px 15px rgba(32,33,36,0.28); */
  z-index: 99;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex !important;
  justify-content: center;
  padding: 0px;
}

a.blantershow-cha .text-chat {
  font-weight: 500;
}
a.blantershow-chat svg {
  transform: scale(2.2); /* margin:0 10px 0 0; */
}
.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 42px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
  border-radius: 10px;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}
.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

/* blogs_page_section */
.blogs_page_section {
  padding: 100px 0;
}
.blogs_page_section .single_blog {
  margin-bottom: 50px;
}
.blogs_page_section .single_blog .thumbnail {
  /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
  /* border-radius: 5px;
    overflow: hidden; */
}
.blogs_page_section .single_blog .content {
  /* margin-top:20px; */
  background-color: #b9865514;
  padding: 35px;
}
.blogs_page_section .single_blog .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.blogs_page_section .single_blog .date .icon {
  width: 16px;
  margin-right: 10px;
}
.blogs_page_section .single_blog .title {
  font-size: 21px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.blogs_page_section .single_blog a {
  text-decoration: unset;
  color: #062f20;
}
.blogs_page_section .single_blog .des {
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-height: 20px;
  padding-top: 0;
  margin-top: 15px;
  letter-spacing: 0.6px;
}
.blogs_page_section .blogs_filter {
  background: #062f20;
  padding: 40px;
}
.blogs_page_section .blogs_filter .title {
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #fff;
}
.blogs_page_section .blogs_filter ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blogs_page_section .blogs_filter li {
  border-top: 1px solid #ebebeb;
}
.blogs_page_section .blogs_filter li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.blogs_page_section .blogs_filter li .title {
  font-size: 18px;
  margin-bottom: 2px;
  color: #fff;
  text-transform: capitalize;
}
.blogs_page_section .blogs_filter li .date {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
/* end of blogs_page_section */

/* blog_detail */

.blog_detail .single .thumbnail {
  /* border-radius: 4px;
    overflow: hidden; */
}

.blog_detail .single .thumbnail img {
  width: 100%;
}

.blog_detail .single .date {
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.blog_detail .single .date .icon {
  width: 16px;
  margin-right: 8px;
  opacity: 0.6;
}

.blog_detail .single .title {
  line-height: 36px;
  font-size: 27px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #062f20;
}

.blog_detail .single .description {
  line-height: 24px;
  font-size: 13px;
  margin-top: 10px;
  text-align: justify;
  letter-spacing: 0.5px;
}

/* end of blog_detail */

/* pagination */

.pagination {
  margin: 0;
  justify-content: center;
  margin-top: 30px;
}

.pagination .page-link {
  height: 50px;
  width: 50px;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
}

.pagination .active .page-link {
  background: var(--color1);
  border-color: var(--color1);
}

.amenity-box p {
  text-transform: uppercase;
}

/* vision mission section */

.vision_mission {
  background: url("../images/vision_mission_bg.webp") center -180px;
  background-size: cover;
}

.vision_mission .vs_content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.vision_mission .icon {
  width: auto;
  height: 46px;
  filter: brightness(0) invert(1);
}

.vision_mission p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.8px;
  max-width: 75%;
}

.vision_mission .single {
  color: #fff;
  width: 50%;
  position: relative;
}

.vision_mission .single:not(:last-child):before {
  position: absolute;
  content: "";
  bottom: -50px;
  width: 100%;
  height: 1px;
  display: block;
  background: #ffffff38;
}

/* committed_section */

.committed_section {
  background: #fffcf8;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-message-container {
  display: flex;
  z-index: 1;
}
.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transition: all 0.3s ease 0;
  opacity: 0;
  transform-origin: center top 0;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(../images/whatsapp.png);
}
.dAbFpq {
  display: flex;
  z-index: 1;
}
.eJJEeC {
  background-color: #fff;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
}
.hFENyl {
  position: relative;
  display: flex;
}
.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0;
  animation-name: hPhMsj;
}
.kAZgZq {
  padding: 7px 14px 6px;
  background-color: #fff;
  border-radius: 0 8px 8px;
  position: relative;
  transition: all 0.3s ease 0;
  opacity: 0;
  transform-origin: center top 0;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
.kAZgZq::before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
}
.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111;
}
.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.fixed-tooltip {
  position: fixed;
  left: 51px;
  bottom: 16px;
  z-index: 99;
  display: none;
}
.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  opacity: 1;
}
.tooltip .tooltiptext {
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  padding: 5px 0;
  font-size: 14px;
  border: 1px solid silver;
  font-weight: 600;
}
/*.tooltip .tooltiptext::after{content:"";position:absolute;top:103%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:silver transparent transparent;z-index:-1}*/
.tooltip .tooltiptext {
  position: relative;
  color: #000;
  z-index: 9; /* display: none; */
  padding: 10px 20px;
  letter-spacing: 2px;
  z-index: 8;
}
.showNumber {
  display: block;
}
.tooltip .tooltiptext a {
  text-decoration: none;
  color: #062f20 !important;
}

section#our-projects {
  /* padding-bottom: 100px; */
  background: #fffcf8;
}

/* counter-section */
p.counter-sub-head {
  color: #062f20;
  padding: 0px 0 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(241 215 124),
    rgb(185 134 85),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
}
.counter-section .logo-icon {
  width: 80px;
  padding-bottom: 25px;
}
h3.counter-head {
  font-size: 40px;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  width: 70%;
  margin: auto;
}
p.main-content {
  font-size: 15px;
  letter-spacing: 0px;
  color: #333;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-bottom: 50px;
}
.counter-content {
  width: 85%;
  text-align: center;
  margin: auto;
}
.loader {
  text-align: center;
  padding: 50px 0px 20px;
  border-radius: 0px;
  margin: 15px 40px;
  position: relative;
}
.loader img {
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: 60%;
  width: auto;
  height: 46px;
  transform: translate(-50%, -50%);
}

.loader .line {
  border-bottom: 1px solid rgba(83, 34, 0, 0.8);
  margin-top: 25px;
}

span.count {
  font-family: var(--Abhaya_Libre);
  font-size: 44px;
  color: #062f20;
}
span.percentage {
  font-family: var(--Abhaya_Libre);
  font-size: 32px;
  font-weight: 500;
  color: #062f20;
}
.loader p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0px;
  color: #333;
  letter-spacing: 0.2px;
  border-top: 1px solid rgba(83, 34, 0, 0.8);
  padding-top: 20px;
  word-spacing: 1px;
}

/* Project Section */

.project-section {
  position: relative;
  background: #fffcf8; /* z-index: -1; */
}
.project-section .owl-stage-outer {
  overflow: visible !important;
}
.project-section #owl-one {
  max-width: 80%;
  margin: auto;
}
.project-section .logo-icon {
  width: 30px;
  margin: auto;
  padding-bottom: 15px; /* filter: invert(1) brightness(100); */
  display: block;
}
.project-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url();
  z-index: -1;
}
p.our-projects-para {
  text-align: center;
  color: #000000;
  font-size: 16px;
  padding: 0px;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgba(56, 2, 155, 0),
    rgb(241 215 124),
    rgb(255 125 0),
    rgb(241 215 124),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 14%;
  padding-bottom: 10px;
  margin: 0 auto;
}

.project-section .projects-details .pro-img {
  position: relative;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 433px;
  object-fit: cover;
  margin-top: 50px;
}
.project-section .pro-img img {
  transition: transform 1s ease-in;
}
.projects-details:hover .pro-img img {
  transform: scale(1.1);
}

.projects-details {
  padding: 30px;
  outline: 1px solid #ffffff21;
  outline-offset: 2px;
  height: 650px;
  position: relative;
  margin: 20px;
}
.project-section .pro-name-sec {
  display: none;
  text-align: center;
  position: absolute;
  z-index: 999;
  position: absolute;
  right: 3%;
  bottom: 8%;
  width: 44%;
  background: #fff;
  backdrop-filter: blur(60px);
  color: #000;
  padding: 35px; /*outline: 2px solid #b98655a8;outline-offset: 4px;*/
}

.owl-item.active .pro-name-sec {
  display: block;
}
.owl-item.active .pro-img {
  margin: 0;
  padding: 0;
}

.owl-item.active .pro-img {
  width: 72%;
  margin: 0;
  padding: 0;
}
.owl-item.active .projects-details {
  outline: none;
  outline-offset: unset;
}

div#counter {
  text-align: center;
  margin-top: 30px;
  letter-spacing: 4px;
  word-spacing: 1px;
  font-family: var(--Abhaya_Libre);
  font-weight: 500;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

/* .pro-img::before{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(360deg, #000000 -20%, transparent 60%);z-index: 111;} */
.project-section .pro-name-sec h3 {
  font-size: 32px;
  margin: 10px 0;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-transform: uppercase;
}
.project-section .pro-name-sec p {
  font-size: 14px;
  margin-bottom: 0px;
}
p.project-sub-para {
  letter-spacing: 0.5px;
  color: #5b5b5b;
  word-spacing: 1px;
}
.project-section .pro-name-sec p.project-status {
  font-size: 16px;
  padding-top: 15px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  font-weight: 500;
}
.project-section .pro-name-sec a {
  text-decoration: none;
  color: #ffffff;
  background: #062f20;
  padding: 10px 26px;
  border: 1px solid #ffffff8f;
  outline: 1px solid #ffffff38;
  outline-offset: -4px;
  font-size: 12px;
  letter-spacing: 0.7px;
  word-spacing: 1px;
  display: inline-block;
  border: 1px solid #062f20;
  text-transform: uppercase;
  margin-top: 20px;
}

/* Amenities Section */
.amenities-section {
  padding: 0px 0;
}
.amenities-section .our-projects {
  font-size: 42px;
  text-align: center;
  margin-bottom: 25px;
  padding-top: 40px;
}
.amenities-section .amenity-box {
  text-align: center; /* border: 1px solid; */
  padding: 40px 10px;
  margin: 20px 20px 0;
}
.amenities-section .amenity-box img {
  width: 60px;
  margin-bottom: 15px;
  /*filter: invert(56%) sepia(51%) saturate(372%) hue-rotate(348deg)
    brightness(90%) contrast(95%);*/
}
.amenities-section .amenity-img {
  width: 100%;
}

.amenity-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  padding: 50px 10px;
}
.amenity-detail::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/back-pattern.png") no-repeat;
  background-position: bottom;
  z-index: -1;
  opacity: 0.1;
}

.amenity-detail .logo-icon {
  width: 80px;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* testimonial-section */

.testimonial-section .logo-icon {
  width: 80px;
  display: block;
  margin: auto;
}

.testimonial-details {
  padding: 40px 60px 35px;
  /*  background: linear-gradient(0deg, #062f20, transparent);*/
  background-color: #fffcf8;
  margin: 30px 15px;
}
/*.owl-item.active:first-child{border-right: 1px solid #c3c3c354}
.owl-item.active:first-of-type {
    border-right: 1px solid red; 
  }*/
.testimonial-details .commas {
  width: 35px !important;
  padding: 15px 0;
}
.testimonial-details .testi-head {
  padding: 5px 0;
  color: #062f20;
  font-weight: 500;
}
.testimonial-details .testi-content {
  padding: 15px 0;
  letter-spacing: 0.4px;
  word-spacing: 1px;
}
.testi-name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
  padding: 15px 0;
}
.testi-name img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
}
.testi-name img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  clip-path: polygon(49.1% 39%, 65.2% 100%, 33.6% 100%);
}
.testi-name div span {
  color: #062f20;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.testi-name div p {
  color: #000000b8;
}

#owl-two .owl-nav {
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  width: 100%;
}
#owl-two button.owl-prev {
  position: absolute;
  left: 20%;
  top: 50%; /* transform: translateY(-50%); */
  width: 60px;
  cursor: pointer;
  border: none;
  background: none;
}
#owl-two button.owl-next {
  position: absolute;
  right: 20%;
  top: 50%; /*transform: translateY(-50%);*/
  width: 60px;
  cursor: pointer;
  border: none;
  background: none;
}

#owl-two .owl-nav .owl-prev img {
  width: 42px;
  opacity: 0.9;
  filter: unset;
}
#owl-two .owl-nav .owl-next img {
  width: 42px;
  opacity: 0.9;
  filter: unset;
}

/* About Us */

.chairman-img img.img-fluid {
  height: 420px;
  object-fit: cover;
  position: relative;
  z-index: 99; /* outline: 7px solid #b98655; */ /* outline-offset: 5px; */
  padding: 10px;
}
.chairman-img {
  text-align: center;
}
section.about-us {
  position: relative;
  background: #fffcf8;
}
h2.chairman-name {
  /* position: absolute; */
  font-size: 46px;
  padding: 15px 0 5px; /* left: 36%; */
  color: #fff;
  color: #062f20;
  position: relative;
  margin: 0;
}
h2.chairman-name::before {
  position: absolute; /* content: ''; */
  left: -17.4%;
  top: 107%;
  width: 125%;
  height: 2px;
  background: #062f20;
}
p.about-chairman {
  position: relative; /* left: 36%; */
  font-size: 16px;
  font-weight: 500;
}
.content p {
  padding-top: 100px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 30px;
}
/* .chairman-img::before {
    position: absolute;
    content: '';
    left: 10px;
    top: -70px;
    width: 150px;
    height: 150px;
    background: #28282a;
    z-index: 9999;
} */

p.detail-md {
  font-size: 14px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  line-height: 26px;
  padding-right: 30px;
}
.know-more-btn {
  text-align: start;
  margin-top: 33px;
}
.know-more-btn a {
  text-decoration: none;
  color: #ffffff;
  background: #062f20;
  padding: 12px 40px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

/* Contact Us */
h2.about-content {
  padding-bottom: 10px;
}
.footer-form .form-group {
  margin: 20px 0;
}
.footer-form {
  padding: 0 50px;
}
.footer-form .form-group input.form-control {
  padding: 10px 15px;
}
.footer-form .form-group {
  margin: 20px 0;
  width: 100%;
}
.footer-form {
  margin: 0 20px 0 220px;
  padding: 30px 40px;
  border-radius: 15px;
}
.footer-form button.btn.dark_btn.rounded.submit_btn {
  background: #f4f1e8;
  padding: 8px 30px;
  font-weight: 500;
}
.about-builder p {
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 0.8px;
  font-weight: 300;
  text-align: start;
  text-align: justify;
}
h4.form_title {
  color: #fff;
  margin-bottom: 20px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 15px;
}
.banner-call-section.footer-call {
  background: #f9fbf3;
  color: #fff;
  border: 1px solid #697668;
  outline: #697668 solid 1px;
  outline-offset: -4px;
}
.rera-number {
  display: flex;
  justify-content: center;
  gap: 125px;
  margin-bottom: 10px;
}
.rera-number p {
  font-size: 14px;
}
section.footer {
  padding: 50px;
}
p.btm-foot {
  font-size: 13px;
  text-align: center;
  color: #fff;
  line-height: 23px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.social-media-links a {
  border: 1px solid #ffffff00;
  /*  border-bottom: 1px solid #ffffff30;*/
  padding: 4px 15px;
  transition: all 0.3s ease-in;
}
h2.contact-main-heading {
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: start;
}

.bottom-footer-section {
  display: flex;
  justify-content: space-between !important;
  padding: 30px;
}

.copyright {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-media-links a:hover {
  border-bottom: none;
  border: 1px solid #ffffff61;
}
.dis {
  text-align: center;
}
.dis a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.footer-query-btn {
  display: flex;
  justify-content: center;
}
.footer-btn {
  width: fit-content;
  text-decoration: none;
  color: #2f4137;
  font-weight: 500;
  padding: 8px 26px;
  letter-spacing: 1.3px;
  border-radius: 0px;
  border: 2px solid #2f4137;
  margin-top: 25px;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.footer-btn:hover {
  color: #2f4137;
}
.footer-btn img {
  width: 32px;
  animation: mover 1s infinite alternate;
}
.section-head-para.ftr {
  margin-bottom: 25px;
}

/* Popup Form  */

.modal-dialog .modal-content {
  border-radius: 0px;
  background: var(--color1);
  z-index: 9999;
} /*background: #2F4137;*/
.popup-form {
  margin: 0px;
  padding: 45px 30px;
  border-radius: 0px;
  outline: rgba(255, 255, 255, 0.2) solid 1px;
  outline-offset: 5px;
}
.popup-form button.btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  filter: invert(1);
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
}
.footer-form .form-bottom {
  text-align: center;
}
.footer-form .form-bottom p {
  color: #fff;
  padding-top: 15px;
}
.form-bottom .logo {
  max-width: 120px;
}
.footer-form .submit_btn {
  display: block;
  margin: auto;
}
h4.form_title_popup {
  color: rgb(255, 255, 255);
  font-size: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
div#exampleModal {
  background: rgba(0, 0, 0, 0.51);
}
.carousel-control-next-icon {
  position: absolute;
  bottom: 5%;
  right: 0;
  border-radius: 40px;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.49);
  outline: rgba(255, 255, 255, 0.24) solid 1px;
  outline-offset: -5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 20px;
  background-position: 18px center; /* background-color:#233829!important; */
}
.carousel-control-prev-icon {
  position: absolute;
  bottom: 5%;
  left: 2%;
  color: #fff;
  border-radius: 40px;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.49);
  outline: rgba(255, 255, 255, 0.24) solid 1px;
  outline-offset: -5px;
}
.carousel-control-prev {
  position: absolute;
  left: 13%;
  top: 88%;
  width: 3%;
  height: 7%;
}
.carousel-control-next {
  position: absolute;
  right: 80%;
  top: 88%;
  width: 3%;
  height: 7%;
}
.carousel-control-prev-icon {
  background-size: 20px;
  background-position: 15px center; /* background-color:#233829!important; */
}
.footer-form.popup-form {
  margin: 0 0px;
  padding: 30px;
  border-radius: 0px;
}

.d-view {
  display: block;
}
.m-view {
  display: none;
}
span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.header-section.fixed span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  text-decoration: none;
  box-shadow: none;
}

.mobile-section {
  display: none;
}

section.footer {
  background: #697668;
}
.footer .dis p {
  color: #fff;
}
.dis a {
  color: #fff;
}
.query-now {
  position: fixed;
  top: 50%;
  right: 6px;
  background: #2f4137;
  border-radius: 8px;
  writing-mode: vertical-lr;
  z-index: 999;
  transition: all 0.4s ease-in-out 0;
  border: 1px solid #f4f1e8;
}
.query-now a {
  color: #fff;
  text-decoration: none;
  padding: 15px 7px;
  display: flex;
  align-items: center;
}
.query-now p {
  padding: 10px 5px;
  transform: rotate(180deg);
  color: #fff;
}
.query-now img {
  width: 35px;
  padding: 2px;
  background: #fff;
  margin: 5px 1px 1px;
  border-radius: 50%;
}
.hide {
  opacity: 0;
  scroll-behavior: smooth;
}
.show {
  opacity: 1;
}
.query-btn {
  animation: zoom-effect 1s linear infinite normal none running;
}

/* Related Projects */
.related-project-logo {
  width: 250px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
h4.related-project-typology {
  padding: 8px;
  font-size: 30px;
}

@keyframes zoom-effect {
  0% {
    transform: scale(1.1);
    background: rgb(255, 255, 255);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
    background: rgb(225, 236, 226);
  }
}

p.moreless-button {
  border: 1px solid #2f4137;
  width: fit-content;
  margin: 6px auto;
  padding: 4px 20px;
  background: #f4f1e8;
  color: #000;
  border-radius: 4px;
}

section.container-fluid.job-details-container {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #a6744324;
}

section.footer-section {
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 55px 0 30px;
  /* background-image: linear-gradient(45deg, #000000, #4b4b4b82), url(../images/footer-img.jpg); */
  /*  background: #062f20;*/
  background-color: rgba(83, 34, 0, 0.5);
  color: #fff;
  z-index: 9;
}

.footer-section {
  position: relative;
}
.footer-section:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/bg-footer.jpg) no-repeat center top;
  left: 0%;
  top: 0%;
  z-index: -2;
  opacity: 100%;
  background-size: 130%;
}

.footer-rera-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #a3a3a3;
  border-top: 1px solid #a3a3a3;
  padding-top: 10px;
  margin-top: 16px;
}

section.footer-section a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}

section.footer-section::before {
  position: absolute;
  content: "";
  /*  background-color: rgba(83, 34, 0, 0.5);*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  background: url("/images/background-images/back.png");*/

  z-index: -1;
}
.rera-numbers {
  display: flex;
  padding: 8px 0;
  p {
    text-align: center;
    padding: 8px 50px;
  }
  p:first-child {
    border-right: 1px solid #ffffff40;
    min-width: 50%;
  }
}
.footer-btm-bdr {
  padding: 5px;
  border-bottom: 1px solid #ffffff40;
  width: 50%;
}
.footer-quick-links {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.footer-quick-links ul {
  padding: 0;
  margin: 0;
  gap: 15px 0px;
  display: grid;
}

.footer-quick-links li {
  text-decoration: none;
  list-style: none;
  text-align: left;
  padding-bottom: 3px;
}

.footer-quick-links.footer-links {
  /* padding-left: 50px; */
}

.footer-quick-links.pro-links {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}

.builder-logo {
  display: flex;
  justify-content: start;
  align-items: start;
  height: 100%;
  flex-direction: column;
  text-align: start;
  gap: 20px;
}

.builder-logo img {
  width: 300px;
}
.rera-img {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-quick-links.footer-links p {
  font-size: 15px;
  padding-bottom: 15px;
}

.txt {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  padding-bottom: 20px;
  align-items: center;
}

.txt span.icon {
  width: 22px;
  filter: invert(1);
}
.footer-quick-links.footer-links h3 {
  margin-bottom: 50px;
  position: relative;
}

.footer-quick-links.footer-links h3:after {
  content: "";
  background-color: #e1a140;
  width: 20px;
  height: 2px;
  left: 0;
  position: absolute;
  bottom: -20px;
}

.builder-logo p {
  letter-spacing: 0.6px;
  word-spacing: 1px;
  line-height: 30px;
  font-size: 13px;
}
.border-btm {
  width: 100%;
  height: 1px;
  /*  background: #582c0d;*/
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 40px;
}

@keyframes right-left-ani {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}

.about-builder {
  padding: 0px 50px;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0px;
  display: flex;
  gap: 100px;
}
img.img-fluid.location-botton-footer {
  width: 24px;
  margin-right: 10px;
}
.footer-form.bottom-new {
  margin: 40px;
}
.form.lower-form-part.new-footer-form {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
.bottom-new .form-bottom .form_title {
  width: fit-content;
  margin: auto;
  padding: 10px 50px;
  margin-bottom: 10px;
}
.new-footer-form .btn.dark_btn.rounded.submit_btn {
  background: #f4f1e8;
  padding: 10px 30px;
  font-weight: 500;
}
button#SubmitQuery3 {
  padding: 10px 30px;
  width: 80%;
}
.pricing span {
  font-size: 28px;
}

/* banner scroll */

#scroll-btn a {
  padding-top: 70px;
}
#scroll-btn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 55px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll-btn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scroll-btn a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translateX(-50%);
  color: #fff;
  /* font : normal 400 20px/1 'Josefin Sans', sans-serif; */
  letter-spacing: 2px;
  word-spacing: 1px;
  text-decoration: none;
  transition: opacity 0.3s;
  font-family: var(--Abhaya_Libre);
  font-size: 16px;
}
.scroll-btn a:hover {
  opacity: 0.8;
}
img.mega-menu-logo {
  width: 130px;
}

/* Platter Section */

.overview-platter {
  padding: 60px 0;
}
.project-details-ban.platter .animate-charcter {
  font-size: 54px;
  width: 100%;
  letter-spacing: 20px;
}
.overview-platter .logo-icon {
  width: 80px;
  padding-bottom: 25px;
  margin: auto;
  display: block;
}
.overview-platter .our-projects {
  color: #062f20;
  padding: 0px 0 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(
    0.25turn,
    rgb(83 34 0),
    rgb(83 34 0),
    rgb(83 34 0)
  ) !important;
  border-image-slice: 1 !important;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
  border-top-width: 0px !important;
  border-left-width: 0px !important;
}
.overview-platter .platter-head {
  font-size: 40px;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  width: 70%;
  margin: auto;
  text-align: center;
}
.overview-platter .platter-para {
  font-size: 15px;
  letter-spacing: 0px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  text-align: center;
}

.platter-project-details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

/*h3.platter-project-name {font-size: 36px;text-transform: uppercase;letter-spacing: 0.6px;word-spacing: 4px;padding-bottom: 15px; margin: 0;}
p.platter-project-location {font-weight: 600;letter-spacing: 0.5px;padding-bottom: 15px;}
p.platter-project-typology {font-size: 16px;font-weight: 400;letter-spacing: 0.6px; word-spacing: 1px;padding-bottom: 15px;}
p.platter-project-status { font-size: 16px;font-weight: 500; border: 1px solid;padding: 4px 15px;margin-bottom: 15px;letter-spacing: 0.5px;}
p.platter-project-content {padding: 0 60px;text-align: center;font-size: 14px;line-height: 26px;width: 80%;}
a.platter-view-details {padding: 11px 30px;color: #fff; background: #b98655;font-size: 13px;text-decoration: none;margin-top: 20px;}*/

.platter-width {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}
.platter-project-btn {
  display: flex;
  justify-content: center;
}
h3.platter-project-name {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  word-spacing: 4px; /* padding-bottom: 5px; */
  margin: 0;
  text-align: center;
}
p.platter-project-location {
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b986551f;
}
p.platter-project-typology {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  word-spacing: 1px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b986551f;
}
p.platter-project-status {
  font-size: 16px;
  font-weight: 500; /* border: 1px solid; */
  padding-bottom: 15px; /* margin-bottom: 15px; */
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b986551f;
}
p.platter-project-content {
  padding: 0 0px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
}
a.platter-view-details {
  padding: 11px 38px;
  color: #fff;
  background: #062f20;
  font-size: 13px;
  text-decoration: none;
  margin-top: 0px;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}

section.page-inside-banner-head .inside-header-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-inside-banner-head {
  position: relative;
  overflow: hidden;
}
.page-inside-banner-head .insidepage-header-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  color: #fff;
}
.page-inside-banner-head .insidepage-header-content h4 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 35px; /* padding-left: 46px; */
}

.insidepage-header-content .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.insidepage-header-content .breadcrumbs {
  margin-top: 29px;
}

.contact-left-section .head-section img {
  width: 60px;
  padding-bottom: 30px;
}
.contact-left-section .head-section p {
  color: #000000;
  font-size: 16px;
  padding: 0px;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(241 215 124),
    rgb(185 134 85),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: fit-content;
  padding-bottom: 10px;
}

.contact-left-section .head-section h3 {
  font-size: 40px;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.contact-left-section .address .title {
  font-size: 20px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.contact-left-section .location {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 20px;
}
.contact-left-section .location .icon {
  height: 50px;
  width: 50px;
  background: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 20px;
}
.contact-left-section .location .icon img {
  width: 30px;
  filter: contrast(0) brightness(0) invert(1);
}
.contact-left-section .location p {
  font-size: 16px;
  font-weight: 400;
}















/* EMI Calculator Css */

.home_loan_page #price {
  color: #130f31;
  font-size: 25px;
}
.home_loan_page .loan-details {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.home_loan_page #price-container {
  color: #1d6093;
  margin-top: 30px;
  margin-bottom: 20px;
}
.home_loan_page #price-container::before {
  content: "Monthly Payable:";
  font-size: 12px;
  display: block;
}
.home_loan_page .view .single {
  margin-bottom: 15px;
}
.home_loan_page .input_amt {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 40px;
}
.home_loan_page .input_amt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.home_loan_page .input_amt input {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-weight: 500;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #ced4da;
  outline: none;
  padding-left: 15px;
}
.home_loan_page input[type="number"]::-webkit-outer-spin-button,
.home_loan_page input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.home_loan_page input[type="number"] {
  -moz-appearance: textfield;
}
.home_loan_page input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.home_loan_page input[type="range"]:focus {
  outline: none;
}
.home_loan_page input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #1d6093;
  border-radius: 10px;
}
.home_loan_page input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1d6093;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
}
.home_loan_page input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #b3b3b3;
}
.home_loan_page input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #1d6093;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
.home_loan_page input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1d6093;
  cursor: pointer;
  margin-top: -6px;
}
.home_loan_page input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #1d6093;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  border-radius: 10px;
}
.home_loan_page input[type="range"]::-ms-fill-lower {
  background: #1d6093;
  border-radius: 5px;
}
.home_loan_page input[type="range"]::-ms-fill-upper {
  background: #1d6093;
  border-radius: 5px;
}
.home_loan_page input[type="range"]::-ms-thumb {
  box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
  border: 5px solid #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1d6093;
  cursor: pointer;
  margin-top: -6px;
}
.home_loan_page input[type="range"]:focus::-ms-fill-lower {
  background: #1d6093;
}
.home_loan_page input[type="range"]:focus::-ms-fill-upper {
  background: #1d6093;
}
.bank-logos-container p {
  font-size: 16px;
  font-weight: 600;
}
.details {
  text-align: left;
  margin-bottom: 20px !important;
}

canvas#pieChart {
  height: 600px !important;
  width: auto !important;
  margin-left: 100px !important;
}

.container-fluid.nri-container.gray-section.home-loan {
  padding-top: 100px;
  padding-bottom: 100px;
}

.platter-project-details h3.platter-project-name {
  text-align: left;
  margin-bottom: 5px;
  color: #062f20;
}
.platter-project-details p.platter-project-content {
  text-align: left;
  margin-bottom: 10px;
}
.platter-project-details .platter-project-btn {
  justify-content: start;
  margin-top: 30px;
}

section#our-projects .project-img-platter {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}
canvas#pieChart {
  height: 418px !important;
}

.area_converter_page form {
  padding: 60px;
  background-color: #fff;
  border-radius: 5px;
  outline: 1px solid #0000002b;
  outline-offset: -15px;
}
.area_converter_page form .entry_title {
  font-size: 20px;
  font-family: "Teachers-Regular";
}
.area_converter_page .entry_input {
  -moz-appearance: textfield;
  height: 46px;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  min-width: 200px;
  margin: 30px 0;
  border-color: #000;
}
.area_converter_page .sub_head {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #212427;
}
.area_converter_page form ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 21px;
}
.area_converter_page form li {
  padding: 5px;
  flex-grow: 1;
}
.area_converter_page input[type="radio"] {
  display: none;
}
.area_converter_page input[type="radio"]:checked + label {
  background-color: #444445;
  color: #fff;
  transform: translateY(-2px);
  border: 0 solid #fff;
}
.area_converter_page form .single {
  border: none;
  padding: 10px;
  height: -webkit-fill-available;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #7e7e7e;
  height: 55px;
  display: grid;
  align-items: center;
}
.area_converter_page .single p {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: #000;
}
.area_converter_page .single p span {
  display: block;
}
.area_converter_page input[type="radio"]:checked + label p {
  color: #fff;
}
.area_converter_page .sub_head {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #212427;
}
.area_converter_page .btns .btn {
  height: 46px;
  border-radius: 0;
  padding: 5px 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #062f20;
  color: #fff;
}
.area_converter_page .sub_head {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #212427;
}
.area_converter_page .btns {
  margin-bottom: 30px;
}
.area_converter_page .result_box {
  padding: 10px 20px;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 100px;
  margin: 10px 0 0;
  border: 1px solid #000;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.nri-container .row-2 {
  align-items: center;
  margin-top: 60px;
  gap: 51px 0;
}
.csr-card {
  padding: 30px;
  background-color: #fff;
}
.csr-card h4 {
  margin-bottom: 15px;
  color: #062f20;
}
.nri-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
  width: 100%;
  margin-left: auto;
}
.contact-us .nri-form {
  margin-top: 0px;
}
.nri-form .nri-form-heading {
  font-size: 44px;
  width: 100%;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: start;
}
.nri-form .flex-form-group {
  display: block;
  align-items: center;
  justify-content: space-between;
}
.nri-form .form-group {
  width: calc(100% - 0px);
  margin-bottom: 16px;
}
.nri-form .form-control {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  height: 50px;
}
.nri-form .form-control::placeholder {
  font-size: 14px;
}
.nri-form .btn-custom-2 {
  background-color: #062f20;
  padding: 8px 30px;
  color: #fff;
  font-size: 13px;
  /* margin: 0 auto; */
  display: block;
  margin-top: 30px;
  border-radius: 0;
  letter-spacing: 0.5px;
  height: 50px;
  font-weight: 500;
}
.faq-container-box.nri-investors-content {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.faq-container-box {
  background-color: #fff;
  padding: 30px;
  max-width: 80%;
  margin: 0 auto;
}
.faq-section .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #062f20;
}
.faq-section .accordion button[aria-expanded="true"] {
  color: #062f20;
}
.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-container-box.nri-investors-content .accordion-title {
  font-size: 19px !important;
  padding: 1em 1.5em 1em 0;
}
.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: left;
}
.faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section .accordion button[aria-expanded="true"] {
  color: #062f20;
}
.faq-section .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq-section .accordion button[aria-expanded="true"] {
  color: #062f20;
}
.faq-section .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  will-change: opacity, max-height;
}
.faq-section .accordion .accordion-content p {
  text-align: left;
  padding: 30px;
  padding-left: 0;
  padding-bottom: 20px;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 14px;
  text-align: justify;
}
.faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.faq-container-box.nri-investors-content .accordion-title {
  font-size: 19px !important;
}
.faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.my_container .show {
  display: block;
  animation-name: initial;
  animation-duration: initial;
  transform: initial;
  opacity: 1;
}
.my_container .accordion-item {
  border: none;
}
.my_container .accordion-flush .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.my_container .accordion-flush .accordion-item .accordion-button:hover {
  color: #062f20;
}

.bank-logo-img {
  width: auto;
  height: 106px;
  margin: 0px auto;
  display: block;
}

.property-content-box .para-content {
  line-height: 26px;
  font-size: 14px;
  text-align: start;
  letter-spacing: 0.8px;
  word-spacing: 0.5px;
}
.property-content-box h4 {
  font-size: 18px;
  width: 100%;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: start;
}
.property-content-box {
  padding: 60px;
  background-color: #d9ae8514;
}

.vision-section.text_sm_left.w_sm_100 {
  padding: 30px;
  color: #fff;
  /* width: 70%; */
  padding-bottom: 29px;
  border-bottom: 1px solid #ffffff38;
}

.about-right-content p {
  /* line-height: 30px;
    font-size: 15px;
    text-align: start; */
  letter-spacing: 0.8px;
  /* word-spacing: 0.5px; */
  /* text-align: justify; */
}
.overview-section .about-right-content p {
  line-height: 26px;
  font-size: 13px;
}
.overview-section .about-right-content {
  display: flex;
  gap: 10px 50px;
}
.inside-about-us .container {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.inside-about-us .col-sm-12.col-md-12.col-lg-12.right-col-custom {
  padding-left: 0px;
}
.overview-section .left-col-custom {
  padding-right: 40px;
}
.overview-section .right-col-custom {
  padding-left: 40px;
}

.overview-section .flex-row-custom {
  display: grid;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.overview-section .flex-row-custom .icon {
  width: auto;
  height: 46px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
.our-mission.text_sm_left.mt_sm_30.w_sm_100 {
  padding: 30px;
  color: #fff;
  padding-top: 17px;
}

.overview-para-details h2.section-head-para {
  font-size: 44px;
  width: 100%;
  margin-top: 15px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: start;
}
.overview-para-details h2.section-head-para {
  font-size: 32px;
}
.overview-para-details.about-details-box {
  background-color: #fff;
  padding: 38px;
  text-align: center;
  width: 46%;
  margin-left: auto;
  margin-top: 120px;
  margin-bottom: 100px;
}
.overview-para-details.about-details-box h2.section-head-para {
  margin-top: 0 !important;
  margin-bottom: 14px;
}
.inside-about-us {
  position: relative;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.inside-about-us .about-img-1 {
  width: 65%;
  height: 80%;
  position: absolute;
  top: 22%;
  left: 0;
  z-index: -1;
  object-fit: cover;
  opacity: 0.92;
}

.inside-about-us h4.section-head {
  color: #062f20;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
    0.25turn,
    rgb(241 215 124),
    rgb(185 134 85),
    rgba(56, 2, 155, 0)
  );
  border-image-slice: 1;
  width: 40%;
  padding-bottom: 10px;
  text-align: start;
  width: fit-content;
}
.inside-about-us .about-img-banner {
  margin-top: 30px;
  height: 700px;
  object-fit: cover;
  width: 100%;
}
.about-us-middle-banner {
  position: relative;
}
.about-right-content {
  display: block;
  flex-wrap: wrap;
}

.we-are-committed-top p.mission-highlights-points {
  border: navajowhite;
}
.committed_section .row.custom-row {
  gap: 20px 0px;
}

.committed_section .custom-icon-box {
  border: 1px solid #062f2091;
  padding: 30px;
}
.committed_section .custom-icon-box p {
  font-weight: 500;
  margin-top: 20px;
  font-size: 15px;
}

section#scroll-btn {
  position: relative;
  top: -20px;
}

img.logo-icon {
  display: none !important;
}
.contact-us .nri-form {
  margin-top: 0px;
  padding: 50px !important;
  background-color: #b9865514;
  border-radius: 0px;
  width: 84%;
}

.contact-left-section iframe {
  width: 100%;
  height: 300px;
}
.mega-social-media-icons a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #062f20;
}
.mega-social-media-icons {
  display: flex;
  height: fit-content;
  align-items: center;
  gap: 0 20px;
}

.job-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.job-part {
  background-color: #a674430d;
  width: calc(70% - 0px);
  text-align: center;
  margin: 1%;
  margin-bottom: 30px;
  padding: 45px 35px;
  margin-left: auto;
}
.job-part .btn-inn {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.job-part .jobapply {
  background-color: #333;
  color: #fff;
  padding: 8px 50px;
  text-decoration: none;
}
.job-part li {
  list-style: none;
}
.job-part .inn-job h6 {
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}
.job-part .posted {
  font-size: 14px;
  font-family: "Montserrat";
  color: #a59e9e;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 25px;
}
.job-part .btn-inn a {
  background-color: #062f20;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  width: 46%;
}
.job-part ul li {
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 300;
  text-align: center;
  margin-top: 10px;
}
.job-page .job-sec {
  display: flex;
  justify-content: center;
}

.modal-dialog .modal-content {
  background-color: #fff;
}
.modal-body button.close {
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  background-color: #062f20;
  color: #fff;
  outline: none;
  opacity: 1;
}
.career-form-main-box .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  border: 1px solid #00000021;
}
.career-form-main-box .jobform-flex {
  margin-top: 20px;
  text-align: center;
}
.career-form-main-box .form-control {
  height: 40px;
}
.career-form-main-box {
  padding: 25px;
  outline: 1px solid #062f20;
}
.career-form-main-box h4.career-form-heading {
  color: #062f20;
  text-align: center;
  text-transform: uppercase;
}

.career-form-main-box .btn-custom {
  background-color: #062f20;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  width: 100%;
  border-radius: 0;
  margin-top: 15px;
}
.career-form-main-box .form-group .form-control-file {
  width: 100%;
  height: 45px;
  line-height: 39px;
  font-size: 14px;
}
.career-form-main-box .form-control::placeholder {
  font-size: 14px;
  color: #0000008f;
}
.career-form-main-box .form-control {
  font-size: 14px;
  color: #0000008f;
}
.career-form-main-box .form-control-file::file-selector-button {
  border: none;
  border-radius: 0px;
  color: #fff;
  background-color: #062f20;
  border: 1px solid #062f20;
  cursor: pointer;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.job-title {
  background-color: #ffffff;
  padding: 40px;
}
.job-basic {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.job-disc {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.inn-basic ul li {
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.8px; /* font-weight:300; */
  margin-top: 15px;
}
.job-details-container .btn-inn a {
  background-color: #333;
  color: #fff;
  padding: 8px 50px;
  text-decoration: none;
  font-size: 15px;
}
.job-details-container .btn-inn {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 0 20px;
}

.job-details-container .job-disc .btn-inn {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 0 20px;
  margin-top: 50px;
}
.back-page h4 a {
  color: #000;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 1px;
}
.back-page h4 {
  text-align: center;
  margin-top: 30px;
}
.job-basic .inn-box {
  display: flex;
  flex-wrap: wrap;
}
.job-basic .inn-box .box {
  width: 50%;
}
.job-basic .inn-box {
  display: flex;
  flex-wrap: wrap;
}
.job-basic .inn-box .box {
  width: 50%;
}
.job-basic .inn-box .box p {
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.8px; /* font-weight:300; */
  margin-top: 10px;
}
.inn-title .inn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.inn-title .inn-box .box h5 {
  margin-bottom: 10px;
}
section.container-fluid.job-details-container .job-title h4 {
  margin-bottom: 10px;
  font-size: 22px;
}

/* Property Investor */
.leadership-box p.main-subheadung-section {
  color: #062f20;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(
    0.25turn,
    rgb(83 34 0),
    rgb(83 34 0),
    rgb(83 34 0)
  ) !important;
  border-image-slice: 1;
  padding-bottom: 10px;
  text-align: start;
  width: fit-content;
  margin: auto;
}
.leadership-box h4.main-heading-section {
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
}
.nri-container .para-content {
  line-height: 27px;
  font-size: 15px;
  text-align: start;
  letter-spacing: 0.5px;
  word-spacing: 0.5px;
  text-align: justify;
}

.inside-about-us .section-head-para {
  text-align: center;
  width: 52%;
  margin: 0px auto;
  margin-bottom: 50px;
}
.inside-about-us .about-img-2 {
  width: 31%;
  height: 57%;
  position: absolute;
  top: 27%;
  right: 75px;
  z-index: 1;
  object-fit: cover; /* filter: brightness(0.8); */
}

/* Hospitality */
.hospitality-project-logo {
  width: 100px;
  display: block;
  margin: 80px auto 20px;
}
.hospitality-platter-section {
  padding: 80px 0;
}
.hospitality-platter-section .our-projects {
  color: #062f20;
  padding: 0px 0 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(
    0.25turn,
    rgb(83 34 0),
    rgb(83 34 0),
    rgb(83 34 0)
  ) !important;
  border-image-slice: 1;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
  border-top-width: 0px;
  border-left-width: 0px;
}
.hospitality-platter-section .platter-para {
  text-align: center;
  padding-top: 16px;
}

.hospitality-platter-section
  .platter-project-details
  p.platter-project-content {
  margin-bottom: 5px;
}
.hospitality-platter-section .key-features {
  font-weight: 500;
  font-size: 15px;
}
.features-points {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.features-points p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
}
.platter-width .project-status {
  border-top: 1px solid #062f20;
  text-align: center;
  border-bottom: 1px solid #062f20;
  letter-spacing: 16px;
  padding: 10px;
  color: #062f20;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

section.footer-section .col-6.col-md-2 {
  display: flex;
  justify-content: center;
}
section.footer-section .col-md-12.pt-lg-5 .row {
  gap: 0px 54px;
}
.footer-quick-links {
  margin: 0px auto;
  width: 100%;
}

.hospitality-platter-section .hotels-details {
  padding: 50px;
}
.hospitality-platter-section .hotels-details img {
  width: auto;
  height: 100px;
  display: block;
  margin: auto;
  padding: 20px;
}
.hospitality-platter-section .hotel-para-content {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-align: justify;
  line-height: 26px;
  text-align: center;
  text-align: justify;
  text-align-last: center;
}
.hospitality-platter-section .hotels-details .hotel-btn {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.hospitality-platter-section .hotels-details .hotel-btn a {
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #062f20;
  border: 1px solid #062f20;
  padding: 7px 15px;
  font-size: 14px;
  letter-spacing: 0.6px;
  margin-top: 15px;
}

/* platter page updated css */
.banner-setion .banner.platter-page-banner img {
  height: calc(0px + 80vh);
  object-fit: cover;
}
.upcoming-location-section {
  padding: 80px 0;
}
.platter-head {
  font-size: 32px;
  padding: 25px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  width: 100%;
  text-align: center;
}
.upcoming-location-section .location-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 2px solid #062f2091;
  margin: 0 0px;
  padding: 8px 20px;
  width: fit-content;
  margin: auto;
}
.upcoming-location-section .location-details img {
  width: auto;
  height: 22px;
}
.upcoming-location-section .location-details p {
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 14px;
}

.mega-download-btn {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

/* Our media */
.our-media-section {
  padding: 80px 0;
}
.our-media-section .our-media-head {
  color: #062f20;
  padding: 0px 0 0px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 1px;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  border-image: linear-gradient(
    0.25turn,
    rgb(83 34 0),
    rgb(83 34 0),
    rgb(83 34 0)
  ) !important;
  border-image-slice: 1 !important;
  width: fit-content;
  padding-bottom: 10px;
  margin: auto;
  border-top-width: 0px !important;
  border-left-width: 0px !important;
}
.our-media-section .our-media-para {
  font-size: 40px;
  margin: 0;
  padding: 0px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  width: 70%;
  margin: auto;
  text-align: center;
}
.media-boxes {
  transition: all 0.5s linear;
}
.media-boxes a {
  position: relative;
  display: block;
}
.media-boxes .youtube-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /*display: none !important;*/
  width: 80px !important;
  display: unset !important;
}
/*.media-boxes:hover .youtube-icon{display: block !important;width: 80px;}*/

.media-boxes a .media-img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
#owl-media .owl-nav {
  top: 125%;
}
#owl-media button.owl-prev {
  left: 40%;
}
#owl-media button.owl-next {
  right: 40%;
}
.our-media-section div#counter {
  margin-top: 69px;
}

.sound {
  width: 301px;
  height: 267px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 15px 44px;
  justify-content: space-between;
}
.sound-icon {
  color: #fff; /* width:75%; */ /* height:100%; */ /* line-height:100%; */ /* font-size:250px; */
  display: block;
  margin: auto;
  position: relative;
  display: flex;
  margin-right: 91px;
  position: relative;
  top: 3px;
}
.sound-wave {
  position: absolute;
  border: 15.625px solid transparent;
  border-right: 15.625px solid #fff;
  border-radius: 50%;
  transition: all 200ms;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sound-wave_one {
  width: 50%;
  height: 50%;
  transition: all 0.2s cubic-bezier(0.26, -0.01, 0, 1.28);
}
.sound-wave_two {
  width: 75%;
  height: 75%;
  transition: all 0.2s cubic-bezier(0.26, 0.1, 0, 1.49);
}
.sound-mute .sound-wave {
  border-radius: 50%;
  width: 0;
  height: 0;
  border-width: 0 15.625px 0 0;
}
.sound-mute .sound-wave_one {
  transform: translateX(-10px);
}
.sound-mute .sound-wave_two {
  transform: translateX(-10px);
}
.sound-button {
  position: absolute;
  bottom: -7%;
  transform: scale(0.15);
  left: -2%;
  z-index: 99;
}

.sound-img {
  width: auto;
  height: 173px;
}

.second-half-right-arrow {
  width: auto;
  height: 21px;
  filter: brightness(0);
  display: none;
}
h4.renox-group-bottom-menu {
  color: #000;
  position: relative;
  top: -93px;
  letter-spacing: 34px;
  font-size: 54px;
  left: -51px;
}
.hamburder-section.open .second-half::after {
  content: "";
  position: absolute;
  top: 33px;
  right: -146px;
  width: 1px;
  height: 80%;
  background-color: #00000026;
}
.mega-social-media-icons a img {
  width: auto;
  height: 16px;
}

video.banner-video.d_sm_none.video-ended {
  display: none;
}
.hide-top-banner.image-show {
  display: block !important;
}

.container-fluid.job-page .section-head-para.text-center {
  text-align: right !important;
}
.container-fluid.job-page h5 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.container-fluid.job-page p {
  font-size: 15px;
  color: #000;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-bottom: 35px;
}
.job-page .row.row-2 {
  margin-bottom: 50px;
  align-items: center;
}
.container-fluid.job-page h4.section-head-para.section-head-para-2.text-center {
  margin-top: 0px;
}
.container-fluid.job-page .row.row-2 p {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}
.container-fluid.job-page p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: justify;
}

.blogs_page_section .single_blog a.btn.btn-custom {
  margin-top: 31px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.container-fluid.job-page .csr-card {
  padding: 0px;
  margin-bottom: 30px;
}
.container-fluid.job-page .csr-card h4 {
  margin-bottom: 7px;
}
.container-fluid.job-page .row {
  align-items: center;
}

@media (max-width: 1600px) {
  /* contact us  */
  h2.contact-main-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  h3.find-us {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .f-left-padding {
    padding-left: 4.2%;
  }
  .f-left-padding .disclaimer {
    text-align: left;
    margin-top: 40px;
  }
  .f-left-padding .disclaimer p a {
    font-size: 13px;
  }

  /* Our Media */

  .our-media-section .our-media-head {
    font-size: 14px;
    letter-spacing: 0.6px;
  }
  .our-media-section .our-media-para {
    font-size: 32px;
    line-height: 40px;
  }

  .leadership-box p.main-subheadung-section {
    font-size: 19px;
  }
  .leadership-box h4.main-heading-section {
    font-size: 32px;
  }
  .nri-container .para-content {
    font-size: 13px;
  }

  .section-head-para.para_sm {
    font-size: 30px;
    line-height: 36px;
  }

  /* Platter BOx */
  .overview-platter {
    padding: 40px 0;
  }
  .overview-platter .logo-icon {
    width: 60px;
  }
  .overview-platter .our-projects {
    font-size: 13px;
  }
  .overview-platter .platter-head {
    font-size: 32px;
  }
  .overview-platter .platter-para {
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
  }
  .platter-width {
    width: 86%;
  }
  .platter-project-details .platter-width span {
    font-size: 14px;
  }
  a.platter-view-details {
    padding: 11px 30px;
    font-size: 14px;
  }
  p.platter-project-content {
    line-height: 30px;
  }

  /* Navbar-section */

  .header-section img.project-logo {
    width: 250px;
  }
  .nav-item .nav-link {
    font-size: 12px;
  }
  a.nav-link.contact-btn {
    font-size: 11px;
  }
  .hamb-line {
  }
  .header-section.fixed .project-logo-fixed {
    display: block;
    width: 150px;
  }

  /* Mega Menu */
  .mega-top-bar {
    width: 59%;
  }
  img.mega-menu-logo {
    width: 130px;
    padding: 11px;
  }
  .hamburder-section.open .outer-half {
  }
  .mega-menu ul > li a {
    font-size: 20px;
  }
  .second-half .main-project-type {
    font-size: 26px;
  }
  a.main-project {
    font-size: 25px;
  }

  .mega-menu-bottom-section {
    gap: 50px;
  }
  .mega-menu-bottom-section .mega-download-btn a {
    padding: 10px 15px;
    font-size: 14px;
    width: fit-content;
  }
  .copyright-section {
    display: flex;
    gap: 10px;
  }
  .copyright-section p {
    font-size: 12px;
  }
  .mega-menu-bottom-section .mega-social-media-icons a img {
    width: auto;
    height: 16px;
  }
  .last-part img {
  }
  .mega-menu-middle-section {
  }

  /* banner-section */
  h1.animate-charcter {
    font-size: 65px;
  }

  /* Overview section */
  .overview-section .logo-icon {
    width: 30px;
    padding-bottom: 17px;
  }
  .section-head {
    font-size: 19px;
  }
  .overview-right-img img.img-fluid {
    width: 80%;
    height: 450px;
    object-fit: cover;
  }
  .section-head-para {
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 22px;
  }
  .overview-section p {
    line-height: 29px;
    font-size: 14px;
    color: #333;
    word-spacing: 0;
    letter-spacing: 0.8;
  }

  .overview-section .section-head {
    margin-bottom: 15px;
  }
  .overview-left-img img.img-fluid {
    width: 90%;
    height: 500px;
    margin-top: 0px;
    object-fit: cover;
  }
  .overview-para-details.right-bottom {
    width: 50%;
    padding-top: 100px;
    padding-left: 40px;
  }
  .explore-more {
    font-size: 13px;
    margin-top: 30px;
  }

  /* Project-types */
  .project-typology .project-types {
    height: 540px;
  }
  .project-typology .section .content a {
    font-size: 18px;
  }

  /* Counter Section */
  .counter-section .logo-icon {
    width: 30px;
    margin-bottom: 0px;
  }
  p.counter-sub-head {
    font-size: 16px;
  }
  p.main-content {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
  }
  h3.counter-head {
    font-size: 32px;
    line-height: 42px;
    padding: 25px 0;
  }

  .loader img {
    height: 48px;
  }
  .loader {
    padding: 50px 20px 20px;
    margin: 15px 15px;
  }
  /* .loader p { font-size: 12px; } */
  span.count {
    font-size: 40px;
  }

  /* Project Boxes section */
  .project-section .our-projects {
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 32px;
  }

  .project-section .pro-name-sec {
    right: 0%;
    bottom: 0%;
    width: 50%;
  }

  .projects-details {
    height: 522px;
  }
  .owl-item.active .pro-img {
    width: 74%;
  }

  .project-section .pro-name-sec p {
    font-size: 13px;
  }
  .project-section .pro-name-sec h3 {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .project-section .pro-name-sec p {
    font-size: 14px;
    color: #454545;
  }
  .project-section .pro-name-sec a {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 15px;
  }
  .project-section .pro-name-sec .project-status {
    font-size: 14px;
    font-weight: 600;
  }
  .project-section .pro-name-sec p.project-status {
    font-size: 14px;
    font-weight: 500;
  }

  .project-section .owl-nav {
    position: relative;
    top: 46px;
  }
  button.owl-prev {
    left: 33%;
  }
  button.owl-next {
    right: 33%;
  }
  #owl-one .owl-dots {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 32px;
  }
  div#counter {
    margin-top: 39px;
  }
  p.our-projects-para {
    width: 10%;
    padding-bottom: 10px;
    font-size: 16px;
  }

  /* Amenity Section */
  .amenity-img img {
    height: 700px;
    object-fit: cover;
  }

  .amenity-detail .logo-icon {
    width: 30px;
    margin-bottom: 6px;
    padding-bottom: 11px;
  }
  h2.amenity-para {
    font-size: 32px;
  }
  .amenities-section .amenity-box img {
    width: 48px;
  }
  .amenity-box p {
    font-size: 13px;
  }
  .amenities-section .amenity-box {
    margin: 5px 10px 0;
  }

  /* testimonial-section */
  .testimonial-section .logo-icon {
    width: 30px;
    display: block;
    margin: auto;
  }
  .testimonial-details .testi-head {
    font-size: 24px;
    font-family: var(--Abhaya_Libre);
    letter-spacing: 1px;
  }
  .testimonial-details .testi-content {
    font-size: 13px;
  }
  .testi-name {
    gap: 30px;
  }
  .testi-name div span {
    font-size: 15px;
  }
  .testi-name div p {
    font-size: 13px;
  }
  .testi-name img {
    width: 60px !important;
    height: 60px;
  }
  .testimonial-details {
    padding: 40px 40px 23px;
    margin-bottom: 0px;
  }

  #owl-two .owl-nav {
    top: -8%;
  }

  /* Our Leader Section */
  p.detail-md {
    font-size: 13px;
    padding-right: 10px;
  }
  .chairman-img img.img-fluid {
    height: 360px;
  }
  .know-more-btn a {
    font-size: 12px;
  }
  h2.chairman-name {
    font-size: 28px;
  }
  p.about-chairman {
    font-size: 14px;
  }

  /* Footer Section */
  .bottom-footer-section {
    padding: 10px 0 30px;
  }
  a.blantershow-chat {
    bottom: 12px;
  }
  p.btm-foot {
    font-size: 13px;
    gap: 20px;
  }
  section.footer-section .copyright a {
    font-size: 13px;
  }
  .footer-quick-links.footer-links > h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .footer-quick-links.footer-links p {
    font-size: 14px;
  }
  section.footer-section .copyright {
    font-size: 13px;
  }
  .footer-quick-links.footer-links {
    /* padding-left: 60px; */
  }
  .btm-foot.social-media-links {
    font-size: 11px;
  }
  a.blantershow-chat {
    font-size: 13px;
  }
  .container {
    max-width: 90%;
  }
  .inside-about-us h4.section-head {
    font-size: 22px;
  }

  .nri-form .nri-form-heading {
    font-size: 32px;
  }

  .vision_mission p {
    font-size: 14px;
  }

  section.footer-section .col-md-12.pt-lg-5 .row {
    gap: 0px 35px;
  }

  .loader-box .loader-bottom-heading {
    color: #8d745a;
    width: 100%;
    padding: 30px;
    text-align: center;
    letter-spacing: 48px;
    font-size: 28px;
  }
  .loader-content .enter-website-button {
    padding: 22px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 6px;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 19px;
  }
  .loader-content .wait-heading {
    font-size: 17px;
  }
}

.container-fluid.job-page {
  position: relative;
}

.container-fluid.job-page::after {
  content: "";
  position: absolute;
  top: 57px;
  left: 58%;
  width: 1px;
  height: 80%;
  background-color: #00000021;
  z-index: 1;
}

/* end of 1600 */

@media (max-width: 1400px) {
  .py_xl_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py_xl_100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .mb_xl_20 {
    margin-bottom: 20px !important;
  }

  .loader {
    padding: 50px 20px 20px;
    margin: 15px 10px;
  }

  /* Project BOX */
  .project-section .pro-name-sec {
    padding: 25px 20px;
  }

  .owl-item.active .pro-img {
    width: 85%;
  }
  .project-section .pro-name-sec {
    right: -6%;
    bottom: -3%;
    width: 50%;
  }

  p.detail-md {
    font-size: 13px;
    padding-right: 0px;
  }

  /* Amenity Section */
  .amenities-section .amenity-box {
    padding: 25px 10px;
  }
  .amenity-img img {
    height: 600px;
  }

  /* Whatsapp */
  .tooltip .tooltiptext {
    padding: 8px 15px;
  }

  /* Footer Section */

  section.footer-section a {
    font-size: 12px;
  }
  .fixed-tooltip {
    left: 81px;
  }
  a.blantershow-chat {
    right: 80px;
    padding: 8px 15px;
    gap: 3px;
  }
  .about-builder p {
    font-size: 12px;
  }

  /* mega menu section */
}

.blur-project-img .project-banner-img {
  opacity: 0.1;
}

.project-img-platter img.img-fluid.project-logo-img {
  position: absolute;
  width: 150px;
  height: unset;
  z-index: 9;
  object-fit: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* end of 1400 */
section.section.contact-us .nri-form .btn-custom-2 {
  width: 100%;
}

.container-fluid.job-page .career-form-main-box {
  width: 63%;
  margin-left: auto !important;
  border: 1px solid #ffffff7a;
}

@media (max-width: 1366px) {
  .hamburder-section.open .mega-top-bar {
    top: 30px;
    padding-left: 65px;
    width: 55%;
  }
  h4.renox-group-bottom-menu {
    top: -80px;
    letter-spacing: 34px;
    font-size: 47px;
    left: -51px;
  }
  .close-btn {
    font-size: 15px;
  }
  .second-half .main-project-type {
    font-size: 26px;
    margin-bottom: 41px;
    padding: 7px 15px;
    font-weight: 300;
    letter-spacing: 2px;
  }
}

@media (max-width: 1280px) {
  .renox-group-bottom-menu {
    top: -80px;
    letter-spacing: 34px;
    font-size: 47px;
    left: -70px;
  }
}

a.blantershow-chat span.text-chat {
  display: none;
}

@media (max-width: 767px) {
  p {
    line-height: 22px !important;
  }

  .section-head {
    letter-spacing: 1px;
  }

  .mx_sm_-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .px_sm_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .mb_sm_20 {
    margin-bottom: 20px !important;
  }

  .mb_sm_30 {
    margin-bottom: 30px !important;
  }

  .mb_sm_40 {
    margin-bottom: 40px !important;
  }

  .mt_sm_0 {
    margin-top: 0px !important;
  }

  .mt_sm_5 {
    margin-top: 5px !important;
  }

  .mt_sm_10 {
    margin-top: 10px !important;
  }

  .mt_sm_30 {
    margin-top: 30px !important;
  }

  .mt_sm_40 {
    margin-top: 40px !important;
  }

  .mt_sm_60 {
    margin-top: 60px !important;
  }

  .py_sm_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .d-view {
    display: none;
  }
  .m-view {
    display: block;
  }

  .sec_title {
    font-size: 26px !important;
  }

  .text_sm_left {
    text-align: left !important;
  }

  .w_sm_100 {
    width: 100% !important;
  }

  section.section {
    padding: 60px 0;
  }

  .section-head {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .section-head.text_sm_left {
    margin-left: 0;
  }

  .section-head-para {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: initial;
  }

  .project-details-ban.platter .animate-charcter {
    font-size: 38px;
    width: 90%;
    letter-spacing: 6px;
  }
  .hospitality-platter-section .our-projects {
    font-size: 14px;
  }
  .hospitality-platter-section .hotels-details {
    padding: 10px 10px 40px;
  }

  .upcoming-location-section {
    padding: 40px 0;
  }
  .platter-head {
    font-size: 32px;
    padding: 25px 0 0;
  }
  .upcoming-location-section .location-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    border: 1px solid #062f20;
    margin: 0 0px;
    padding: 6px 5px;
    width: 100%;
    margin: auto;
  }
  .upcoming-location-section .location-details img {
    width: auto;
    height: 16px;
  }
  .upcoming-location-section .location-details p {
    font-size: 11px;
  }
  .upcoming-location-section .platter-head {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }

  .hospitality-platter-section {
    padding: 40px 0;
  }
  .hospitality-platter-section .key-features {
    font-size: 13px;
  }
  .features-points p {
    font-size: 12px;
  }
  .hospitality-platter-section .platter-para {
    text-align: center;
    padding-top: 16px;
    font-size: 14px;
  }

  .leadership-box p.main-subheadung-section {
    font-size: 16px;
  }
  .leadership-box h4.main-heading-section {
    font-size: 23px;
  }
  .nri-container .para-content {
    font-size: 12px;
  }

  /* contact us */
  h2.contact-main-heading {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  /* h3.find-us {font-size: 22px; margin-bottom: 15px;} */
  h3.find-us {
    font-size: 44px;
    margin-bottom: 25px;
  }
  /* Our Media */
  .our-media-section {
    padding: 40px 0;
  }
  .our-media-section .our-media-head {
    font-size: 13px;
    letter-spacing: 0.6px;
    padding-bottom: 5px;
  }
  .our-media-section .our-media-para {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  .media-boxes a .media-img {
    height: 215px;
  }
  #owl-media .owl-nav {
    top: 115%;
  }
  #owl-media button.owl-prev {
    left: 20%;
  }
  #owl-media button.owl-next {
    right: 20%;
  }
  .our-media-section div#counter {
    margin-top: 35px;
    font-size: 16px;
  }

  /* Platter Box */
  .overview-platter .platter-head {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  .platter-width {
    width: 90%;
    padding: 20px 0;
    gap: 15px;
  }
  h3.platter-project-name {
    font-size: 22px;
    letter-spacing: 0.5px;
    word-spacing: 3px;
    margin-bottom: 0 !important;
    gap: 15px;
  }
  p.platter-project-content {
    line-height: 26px;
    font-size: 12px;
  }
  p.platter-project-typology {
    padding-bottom: 5px;
    gap: 55px;
  }
  p.platter-project-location,
  p.platter-project-status {
    padding-bottom: 5px;
  }

  a.platter-view-details {
    margin-top: 0px;
    padding: 10px 24px;
    font-size: 12px;
  }
  .order-project-2 {
    order: 1;
  }
  .order-project-1 {
    order: 2;
  }

  /* banner-section */

  .banner-setion .banner img {
    height: auto;
    object-fit: cover;
  }
  .scroll-btn a {
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section#scroll-btn {
    display: none;
  }
  h1.animate-charcter {
    font-size: 30px;
    letter-spacing: 6px;
  }

  /* header */
  .header-section img.project-logo {
    width: 150px;
  }

  /* Mega Menu */
  .second-half .main-project-type {
    font-size: 32px;
    padding: 10px 10px;
  }
  .mega-menu ul > li a {
    font-size: 17px;
  }
  .hamburder-section.open .last-part {
    display: none;
  }

  .second-half .main-project-type,
  .second-half .main-project {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 42px;
    text-align: left;
    border-color: #00000014;
  }
  .hamburder-section.open .second-half {
    padding: 0px;
  }
  .hamburder-section.open .outer-half {
    padding: 0px;
    gap: 19px;
    width: 100%;
    text-align: left;
  }
  .details-flex .sub-projects a {
    font-size: 20px;
  }
  .mega-menu-middle-section::before {
    content: unset;
  }
  .hamburder-section.open .mega-menu-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
  .copyright-section {
    display: flex;
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
  .mega-menu ul > li {
    padding-bottom: 0px;
  }
  .mega-menu-middle-section {
    /* border-top: 1px solid #b986556e; */ /* border-bottom: 1px solid #b986556e; */
  }
  .mega-menu-middle-section {
    padding: 5px 10px 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: inherit;
    margin: 10px 0;
    gap: 10px 80px;
    align-items: baseline;
  }
  img.mega-menu-logo {
    width: 100px;
    padding: 4px 0;
  }
  .mega-top-bar {
    width: 100%;
    padding: 0px 15px;
  }
  .hamb-line {
    margin: 3px 0;
  }

  /* overview-section */
  .overview-section {
    padding: 35px 0px 0px;
  }
  .overview-padding {
    padding: 0 0px;
  }
  .over-head {
    width: 100%;
  }
  .overview-section .logo-icon {
    padding-bottom: 15px;
  }
  .overview-right-img {
    width: 100%;
  }
  .overview-right-img img.img-fluid {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .overview-left-img {
    width: 100%;
  }
  .overview-left-img img.img-fluid {
    width: 100%;
    height: 300px;
  }
  .overview-para-details.right-bottom {
    width: 100%;
    padding-top: 40px;
    padding-left: 0px;
  }
  .overview-para-details.right-bottom {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .overview-third-section-content {
    width: 100% !important;
  }

  /* project types */
  .project-typology .project-types {
    flex-direction: column;
  }
  .project-typology .project-types {
    height: auto;
    display: unset;
  }
  .project-typology .section {
    height: 250px;
  }

  .project-typology .section:not(:last-child) {
    margin-bottom: 10px;
  }

  .project-typology .section .content a {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
  }

  /* counter section */
  .counter-content {
    width: 100%;
    text-align: left;
  }
  .counter-section {
    padding: 40px 0px;
  }
  p.main-content {
    text-align: start;
  }
  h3.counter-head {
    font-size: 26px;
    line-height: 42px;
    padding: 25px 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .loader {
    padding: 40px 0px 10px;
    margin: 0;
  }
  .loader p {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px !important;
  }
  p.counter-sub-head {
    font-size: 14px;
    text-align: start;
    margin: unset;
  }
  p.main-content {
    margin-bottom: 30px;
    font-size: 12px;
    text-align: justify;
  }

  /* Project Section */
  .project-section {
    padding: 40px 0 40px;
  }
  p.our-projects-para {
    width: 40%;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .project-section .our-projects {
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 28px;
    margin: 30px 0 40px;
    width: 100%;
  }
  .projects-details {
    padding: 0px;
    margin: 0px;
    height: auto;
  }
  .owl-item.active .pro-img {
    width: 100%;
    height: auto;
  }
  .project-section .logo-icon {
    width: 60px;
  }

  .project-section .pro-name-sec {
    bottom: unset;
    top: -30px;
    width: 80%;
    padding: 15px 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: unset;
  }
  .project-section .owl-nav {
    top: unset;
  }
  button.owl-prev {
    left: 10%;
  }
  button.owl-next {
    right: 10%;
  }
  #owl-one .owl-dots {
    bottom: 13px;
    top: unset;
  }
  div#counter {
    margin-top: 0px;
  }

  /* Amenity Section */
  .amenity-img img {
    height: auto;
    object-fit: unset;
  }

  .amenity-detail::before {
    background: linear-gradient(181deg, #00000000, #c1946961),
      url(../images/back-pattern.png) no-repeat;
    z-index: -1;
    opacity: 0.2;
    display: none;
  }
  .amenities-section .amenity-box {
    padding: 20px 0px;
    margin: 0;
  }
  h2.amenity-para {
    font-size: 26px;
  }

  /* testimonial section */
  .testimonial-section {
    padding: 40px 0 40px;
  }
  .testimonial-section .testimonial-para {
    padding: 20px 0 10px;
    font-size: 13px;
    margin: 0;
  }
  .testimonial-section .testimonial-head {
    font-size: 26px;
    width: 100%;
    text-align: start;
  }
  .testimonial-section .logo-icon {
    width: 60px;
    display: block;
    margin: 0;
  }
  .testimonial-details {
    padding: 0px 15px 5px;
    margin: 0px 5px 30px;
  }
  #owl-two .owl-nav {
    top: 97%;
  }
  .testi-name {
    padding: 10px 0;
  }
  #owl-two button.owl-prev {
    left: 25%;
  }
  #owl-two button.owl-next {
    right: 25%;
  }

  /* About Leader */
  section.about-us {
    position: relative;
    padding: 40px 0 40px;
  }
  .about-us .about-md-para {
    font-size: 13px;
    width: fit-content;
  }
  .about-us .about-md {
    font-size: 26px;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding: 30px 0 15px;
  }
  .chairman-img.mobile-view img.img-fluid {
    height: 340px;
    width: 100%;
    object-fit: cover;
    padding: 0;
  }
  .chairman-img.mobile-view h2.chairman-name {
    font-size: 22px;
    letter-spacing: 0.8px;
  }
  .chairman-img.mobile-view {
    text-align: start;
    padding-bottom: 20px;
  }

  /* Footer Section */

  .about-builder {
    padding: 0px 0px;
    text-align: center;
    gap: 20px;
    flex-direction: column;
  }
  .border-btm {
    margin-top: 30px;
  }
  .footer-quick-links.footer-links {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .footer-quick-links.footer-links h3 {
    margin-bottom: 20px;
    font-size: 19px;
  }

  section.footer-section .copyright {
    font-size: 11px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .bottom-footer-section {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .fixed-tooltip {
    left: 28px;
  }
  a.blantershow-chat {
    right: 10px;
    padding: 8px 15px;
    gap: 3px;
    background: none;
    box-shadow: none;
  }
  a.blantershow-chat .text-chat {
    display: none;
  }

  section.page-inside-banner-head .inside-header-imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

 



  a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
    width: 30px;
  }
  .btm-foot.social-media-links {
    font-size: 11px;
    gap: 15px;
  }
  .social-media-links a {
    padding: 4px 5px;
  }
  .footer-quick-links.footer-links p {
    font-size: 16px;
  }
  .txt span.icon {
    width: 18px;
    filter: invert(1);
  }

  /* Contact Us  */
  .contact-us {
    padding: 40px 0;
  }
  .contact-left-section {
    padding: 0 0px;
  }
  .contact-left-section .head-section p {
    font-size: 13px;
  }
  .contact-left-section .head-section h3 {
    font-size: 28px;
  }
  .nri-form {
    padding: 0;
  }

  /* Career */
  .job-page .job-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .job-part {
    width: 100%;
    padding: 20px 15px;
  }
  .inn-job ul {
    padding: 0 !important;
  }
  .job-part .jobapply {
    padding: 8px 10px;
    width: 50%;
  }
  .job-part .btn-inn a {
    padding: 8px 10px;
    width: 46%;
    font-size: 13px;
  }

  /* EMI Calculator */
  canvas#pieChart {
    height: 338px !important;
    margin-top: 50px;
    margin-left: 0 !important;
  }

  /* Job Details */
  .job-title {
    padding: 25px 20px;
  }
  .job-details-container .btn-inn a {
    padding: 8px 30px;
    width: 50%;
    margin-top: 20px;
  }
  .job-basic {
    padding: 25px 20px;
  }
  .job-disc {
    padding: 25px 20px;
  }
  .job-details-container .job-disc .btn-inn {
    margin-top: 10px;
  }

  /* Tax Benefits */
  .property-content-box {
    padding: 20px;
  }

  /* form */
  .form-bottom .logo {
    max-width: 80px;
  }

  section.page-inside-banner-head .inside-header-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }

  .page-inside-banner-head .insidepage-header-content h4 {
    font-size: 26px;
    letter-spacing: 8px;
    padding-left: 0;
  }

  .insidepage-header-content .breadcrumbs {
    margin-top: 10px;
  }

  .insidepage-header-content .breadcrumbs a,
  .insidepage-header-content .breadcrumbs {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .page-inside-banner-head {
    position: relative;
    padding: 130px 15px 50px;
  }

  .page-inside-banner-head .insidepage-header-content {
    position: relative;
    top: unset;
    transform: unset;
    background: unset;
  }

  .overview-left-img img.img-fluid {
    margin-top: 0 !important;
  }

  section.mission-and-vision {
    padding: 60px 0 !important;
  }

  .mission-and-vision .icon {
    width: 40px;
  }

  section.mission-and-vision .vision-section h3 {
    font-size: 22px;
    margin: 25px 0;
  }

  .mission-and-vision .sec_title {
    margin: 25px 0 10px !important;
  }

  p.mission-highlights-points {
    margin: 7px 0px !important;
  }

  h2.chairman-name {
    font-size: 22px;
    padding-bottom: 0;
  }

  p.about-chairman {
    font-size: 9px;
    text-transform: uppercase;
  }

  section.footer-section {
    padding: 60px 0 30px;
  }

  .my_container .container {
    min-width: 100%;
  }

  .contact-container .footer-form {
    margin: 0;
  }

  .area_converter_page .btns {
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 10px;
  }

  /* blog page */
  .blogs_page_section {
    padding: 50px 0;
  }
  .blogs_page_section .single_blog .date {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .blogs_page_section .single_blog .title {
    font-size: 18px;
    line-height: 22px;
  }
  .blogs_page_section .single_blog .des {
    font-size: 12px;
    margin-top: 8px;
    line-height: 18px !important;
  }

  /* blog detail page */

  .blog_detail .single .date {
    margin: 15px 0;
    font-size: 12px;
  }

  .blog_detail .single .date .icon {
    width: 12px;
  }

  .blog_detail .single .title {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .blog_detail .single .description {
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
  }

  /* blog detail page */

  .pagination {
    margin-top: 10px;
  }

  .pagination .page-link {
    height: 30px;
    width: 30px;
    font-size: 10px;
  }

  /* platter */

  section#our-projects .project-img-platter {
    margin: 0;
  }

  .platter-project-details p.platter-project-content {
    margin-bottom: 5px;
  }

  .platter-project-details .platter-width span {
    font-size: 12px;
  }

  .platter-project-details .platter-project-btn {
    margin-top: 15px;
  }

  /* loader */
  .loader img {
    height: 32px;
  }

  span.count {
    font-size: 30px;
  }

  span.percentage {
    font-size: 18px;
  }

  .project-section .pro-name-sec h3 {
    font-size: 18px;
  }

  .project-section #owl-one {
    max-width: 100%;
  }

  .project-section .pro-name-sec p {
    line-height: initial !important;
  }

  .project-section .pro-name-sec p.project-status {
    font-size: 12px;
  }

  .project-section .projects-details .pro-img {
    height: auto;
  }

  .owl-nav .owl-prev img,
  .owl-nav .owl-next img {
    width: 25px;
  }

  #owl-one .owl-dots .owl-dot span {
    width: 20px !important;
  }

  .amenity-detail {
    padding: 60px 0px;
  }

  .amenity-box p {
    font-size: 12px;
    line-height: 18px !important;
  }

  .vision_mission {
    background-position: center;
  }

  .vision_mission:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0 0 0 / 50%);
  }

  .vision_mission .icon {
    height: 36px;
  }

  .section-head-para.para_sm {
    font-size: 22px;
    line-height: 28px;
  }

  .vision_mission p {
    font-size: 12px;
  }

  .committed_section .custom-icon-box {
    padding: 20px;
  }

  .committed_section .icon {
    width: 36px;
  }

  .committed_section .custom-icon-box p {
    font-size: 12px;
    margin-top: 10px;
    line-height: initial !important;
  }

  .chairman-img {
    text-align: left;
  }

  .chairman-img img.img-fluid {
    height: auto;
    padding: 0;
    width: 100%;
  }

  .inside-about-us .about-img-1 {
    position: unset;
    width: 100%;
    height: unset;
  }
  .overview-para-details.about-details-box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .overview-section .left-col-custom {
    padding-right: 15px;
  }
  .inside-about-us .mt_sm_40 {
    margin-top: 34px !important;
    margin-bottom: 20px;
  }
  .inside-about-us .section-head-para {
    width: 83%;
    margin-bottom: 50px;
  }
  .inside-about-us {
    padding-bottom: 60px !important;
  }
  nav.navbar.navbar-expand-lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section.footer-section .col-md-12.pt-lg-5 .row {
    gap: unset;
  }

  .loader-content .loader-heading {
    letter-spacing: 12px;
    font-size: 30px;
    margin-bottom: 50px;
  }
  .loader-content .wait-heading {
    font-size: 15px;
  }
  .loader-box .sub-heading-loader {
    margin-bottom: 15px;
    letter-spacing: 8px;
    top: -50px;
    font-size: 12px;
  }
  .loader-content .enter-website-button {
    padding: 20px;
    font-size: 16px;
    letter-spacing: 5px;
    padding-bottom: 19px;
  }
  .loader-box .loader-bottom-heading {
    padding: 19px;
    text-align: center;
    letter-spacing: 12px;
    font-size: 18px;
  }
  video.banner-video.d_sm_block {
    height: auto;
  }
  h4.renox-group-bottom-menu {
    letter-spacing: 10px;
    font-size: 24px;
    left: 0;
    position: unset;
  }
  .hamburder-section.open .mega-top-bar {
    padding-left: 0;
    width: 55%;
    position: unset;
    width: 100%;
    display: block;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 14px;
  }
  .sound-button {
    position: absolute;
    bottom: -37%;
    transform: scale(0.1);
    left: -21%;
  }
  .mega-social-media-icons {
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 0 20px;
    justify-content: center;
    margin-top: 40px;
  }
  .hamburder-section.open .mega-menu {
    display: grid;
  }
  .hamburder-section.open .mega-menu {
    height: 100%;
  }
  .hamburder-section.open .second-half::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -32%;
    width: 1px;
    height: 80%;
    background-color: #0000000d;
  }
  .hamburder-section .renox-group-bottom-menu {
    display: none;
  }

  .job-page {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .container-fluid.job-page .row.row-2 p {
    margin-bottom: 0px;
  }
  .container-fluid.job-page .csr-card {
    padding: 5px;
    padding-top: 20px;
  }

  .hamburder-section.open .renox-group-bottom-menu {
    display: block;
  }
  video.banner-video.d_sm_block.video-ended {
    display: none;
  }
  .container-fluid.job-page .container {
    max-width: 100%;
  }
  .container-fluid.job-page .section-head-para.text-center {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .contact-us .nri-form {
    width: 100%;
    margin-top: 20px;
    padding: 22px !important;
  }

  .container-fluid.job-page::after {
    display: none;
  }
  .container-fluid.job-page .section-head-para.text-center {
    text-align: left !important;
  }

  .banner-setion .banner.platter-page-banner img {
    height: auto !important;
    object-fit: cover;
  }

  .container-fluid.job-page .career-form-main-box {
    width: 100%;
  }

  .footer-section .col-6.col-md-2:nth-of-type(5) {
    max-width: 100% !important;
    width: 100%;
    display: block !important;
    flex: unset !important;
    text-align: left;
  }
  .footer-section .txt {
    justify-content: unset;
  }

  :root {
    --color1: #062f20;
  }

  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body,
  h1,
  h2.h3,
  h4,
  h5,
  h6,
  p,
  li {
    padding: 0px;
    margin: 0px;
  }

  body {
    background-color: rgb(244 241 232 / 50%);
    overflow: auto !important;
    padding-right: 0px !important;
  }

  .container {
    max-width: 80%;
  }
  @font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/AbhayaLibre-Bold.ttf");
    font-weight: 700;
    font-display: swap;
  }

  @font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/AbhayaLibre-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
  }

  @font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/AbhayaLibre-Medium.ttf");
    font-weight: 500;
    font-display: swap;
  }

  @font-face {
    font-family: Abhaya_Libre;
    src: url("../fonts/AbhayaLibre-Regular.ttf");
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 300;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 500;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: 600;
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 700;
    font-display: swap;
  }

  :root {
    --Abhaya_Libre: "Abhaya_Libre";
    --montserrat: "Montserrat";
  }

  body {
    font-family: var(--montserrat);
    background: #ffffff;
  }
  p {
    font-family: var(--montserrat);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--Abhaya_Libre);
  }

  .mx_-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .mx_-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .mx_-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .px_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .px_60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .mt_10 {
    margin-top: 10px !important;
  }

  .mt_30 {
    margin-top: 30px !important;
  }

  .mt_50 {
    margin-top: 50px !important;
  }

  .mt_60 {
    margin-top: 60px !important;
  }

  .mt_80 {
    margin-top: 80px !important;
  }

  .mb_10 {
    margin-bottom: 10px !important;
  }

  .mb_tt {
    margin-bottom: 20px !important;
  }

  .mb_30 {
    margin-bottom: 30px !important;
  }

  .mb_40 {
    margin-bottom: 40px !important;
  }

  .mb_60 {
    margin-bottom: 60px !important;
  }

  .py_100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .py_150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .py_200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  section.section {
    padding: 100px 0;
  }

  .text-left {
    text-align: left;
  }

  .w_60p {
    width: 60%;
  }

  .w_70p {
    width: 70%;
  }

  img.ab_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .position-relative {
    width: 100%;
    height: 100%;
  }

  .btn_style1 {
    color: #ffffff;
  }

  .btn_style1:hover {
    color: #fff;
  }

  /* Navbar section */

  section.header-section {
    position: absolute;
    width: 100%;
    padding: 0px 0;
    z-index: 9; /* transition:all .5s ease 0s; */
    color: #000; /*border-bottom: 1px solid #e2e2e261;*/
  }
  .header-section.fixed {
    position: fixed;
    top: 0;
    background: #ffffff;
    transition: all 0.4s ease-in-out 0;
    z-index: 999; /* box-shadow:rgba(181,181,181,0.7) 0 8px 6px -6px; */
  }
  .nav-item .nav-link {
    color: #ffffff;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .header-section.fixed .nav-item .nav-link {
    color: #000;
  }
  .project-logo-fixed {
    display: none;
  }
  .header-section.fixed .project-logo-fixed {
    display: block;
    width: 150px;
  }
  .header-section.fixed .project-logo {
    display: none;
  }
  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #697668 !important;
    padding: 8px 15px !important;
  }
  .dropdown-item {
    padding: 8px 15px !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0 !important;
  }
  .navbar-call-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
  }
  .header-section.fixed .navbar-call-btn {
    color: #000;
    font-weight: 500;
    border: 1px solid #2f4137;
    background: #e0dccf;
  }
  .navbar-call-btn img {
    width: 20px;
    filter: invert(1);
  }
  .header-section.fixed .navbar-call-btn img {
    filter: invert(0);
  }
  li.nav-item {
    display: flex;
    align-items: center;
  }
  a.navbar-call-btn {
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 5px;
    background: rgba(169, 169, 169, 0.15);
    backdrop-filter: blur(10px);
  }
  a.navbar-call-btn:hover {
    color: #fff;
  }
  .header-section img.project-logo {
    width: 150px;
  }
  .header-section.fixed img.project-logo {
    filter: unset;
  }

  /* Banner Section */

  .banner-form-section {
    position: absolute;
    bottom: 1%;
    right: 2%;
    background: rgba(12, 19, 15, 0.84);
    border-radius: 10px;
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    outline-offset: 3px;
    width: 16%;
  }
  /* .banner-setion .banner .carousel-inner::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#0000008c;background:linear-gradient(90deg,#0000008f 35%,transparent)} */
  .banner-setion .banner .carousel-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008c; /*background: radial-gradient(#00000045 5%, #ffffff00 35%);*/
    background: linear-gradient(180deg, #00000045, transparent);
  }
  .banner-form-section .banner-form {
    margin: 0;
    padding: 15px 15px;
    border-radius: 15px;
    width: 100%;
  }
  .banner-form-section .banner-form .form-group {
    margin: 10px 0;
  }
  .banner-form-section .banner-form .form-group input.form-control {
    padding: 7px 10px;
    margin-bottom: 10px;
    min-height: 42px;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent transparent #fff;
    border-image: initial;
    border-radius: 0;
    color: #fff;
  }
  .banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 6px 30px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
  }
  .banner-form-section
    .banner-form
    .form-group
    input.form-control::placeholder {
    color: #fff;
  }
  .banner-form-section .banner-form .form-group input.form-control:focus {
    border: 1px solid;
    outline: none;
    box-shadow: none;
  }
  .banner-form-section .banner-form .form-group input.form-control:hover {
    border: 1px solid;
    outline: none;
    box-shadow: none;
  }
  select.form-select.form-group {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 7px 10px;
    background-color: transparent !important;
    border-color: transparent transparent initial;
  }
  select.form-select.form-group:focus,
  select.form-select.form-group:hover {
    box-shadow: none;
    border: 1px solid;
  }
  select.form-select.form-group option {
    background: rgba(12, 19, 15, 0.84);
    margin-bottom: 5px;
  }
  .banner-setion .banner img {
    width: 100%;
  }
  section.banner-setion {
    position: relative;
  }
  .mini-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  img.mini-slider-img {
    border-radius: 20px;
    border: 2px solid transparent;
  }
  .owl-nav {
    position: absolute;
    top: 97%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
  }
  button.owl-prev {
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-59%);
    width: 60px;
    cursor: pointer;
    border: none;
    background: none;
  }
  button.owl-next {
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translateY(-57%);
    width: 60px;
    cursor: pointer;
    border: none;
    background: none;
  }
  .owl-nav .owl-prev img {
    width: 40px;
    opacity: 0.9;
    filter: invert(62%) sepia(6%) saturate(3314%) hue-rotate(348deg)
      brightness(90%) contrast(85%);
  }
  .owl-nav .owl-next img {
    width: 40px;
    opacity: 0.9;
    filter: invert(62%) sepia(6%) saturate(3314%) hue-rotate(348deg)
      brightness(90%) contrast(85%);
  }

  #owl-one .owl-dots .owl-dot.active span,
  .owl-dots .owl-dot:hover span {
    background: #062f20 !important;
    height: 4px !important;
  }
  #owl-one .owl-dots .owl-dot span {
    width: 33px !important;
    height: 2px !important;
    margin: 0px 0px !important;
    background: #d6d6d6 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0 !important;
  }
  .owl-one button.owl-prev {
    position: absolute;
    left: 4%;
    bottom: 7%;
    cursor: pointer;
  }
  .owl-one button.owl-next {
    position: absolute;
    right: 90%;
    bottom: 7%;
    cursor: pointer;
  }
  button.owl-prev span,
  button.owl-next span {
    font-size: 45px;
    color: #fff;
    cursor: pointer;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    text-decoration: none;
    background: none !important;
  }
  .banner-detail-section .details-section h1 {
    font-size: 60px;
    margin-top: 22px;
  }
  section#builder_section .container {
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0 -14px 13px -21px,
      rgba(0, 0, 0, 0.45) 0 14px 13px -21px;
  }
  .project-details-ban {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .project-key-highlights {
    display: flex;
    flex-direction: row;
    gap: 0;
    margin: 10px 0 30px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ffffff78;
    border-bottom: 1px solid #ffffff78;
    background: #00000040;
  }
  .key-high {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; /* width:fit-content; */
    padding: 10px 15px;
    border-radius: 10px; /* background:#00000061; */
    gap: 5px;
  }
  .key-high img {
    width: 30px;
    height: 25px;
    margin-right: 0;
  }
  .key-high p {
    font-size: 17px;
    padding-left: 0px;
    letter-spacing: 0.6px;
    font-family: var(--Abhaya_Libre);
  }
  .key-high:not(:nth-child(3)) {
    border-right: 1px solid #ffffff78;
    border-radius: 0;
  }
  .banner-typology h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px;
  }
  .container-fluid.banner-container {
    width: calc(100%);
    padding: 0;
  }

  /* .project-details-ban h1{padding-bottom:0;font-size: 120px;line-height: 130px;animation: text 4s 1;} */

  .nav-link.contact-btn {
    /* border: 1px solid #d3af34; */
    padding: 11px 25px !important;
    color: #fff !important;
    background: #062f20;
    font-size: 13px;
    margin-left: 35px;
  }

  .banner-price-typo {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  .banner-form {
    text-align: start;
    bottom: 5%;
    right: 15px;
    z-index: 9;
    border-radius: 12px;
    opacity: 1;
    transition: all 0.5s ease-in-out 0;
  }
  .banner-form.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .banner-form.bottom {
    bottom: 0;
  }
  .banner-form .close_outer {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -50px;
    right: 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 4px;
  }
  .banner-form .close_outer .close {
    float: unset;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner-form .inner {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-form .label {
    opacity: 0;
    font-size: 10px;
    font-weight: 400;
    transition: all 0.2s ease-out 0;
  }
  .banner-form .close_outer:focus .close::before,
  .banner-form .close_outer:focus .close::after,
  .banner-form .close_outer:hover .close::before,
  .banner-form .close_outer:hover .close::after {
    width: 10px;
  }
  .banner-form .close_outer:focus .close .inner::before,
  .banner-form .close_outer:focus .close .inner::after,
  .banner-form .close_outer:hover .close .inner::before,
  .banner-form .close_outer:hover .close .inner::after {
    width: 10px;
  }
  .banner-form .close_outer:focus .close .label,
  .banner-form .close_outer:hover .close .label {
    opacity: 1;
  }
  .banner-form .form {
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .form-top {
    padding: 20px 0;
    color: #fff;
  }
  .banner-form .form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
    color: #3f3f3f;
  }
  .banner-form .form-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
  }
  .banner-form.bottom .form-top {
    padding: 15px 20px;
  }
  .banner-form .form-top .form_title {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
  .banner-form .form-top .sub_text {
    margin: 5px 0;
    font-size: 14px;
    line-height: initial;
    color: #fff;
  }
  .banner-form .form .form-control {
    border-radius: 7px;
    min-height: 46px;
    padding: 4px 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
  }
  .banner-form .form .form-control::placeholder {
    font-size: 14px;
  }
  .banner-form .form .submit_btn {
    height: 44px;
    padding: 5px 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 100%;
    color: #fff;
    background: #8b9488;
  }
  .banner-detail-section {
    position: absolute;
    top: 25%;
    z-index: 9;
    color: #fff;
    left: 27%;
    transform: translate(-25%, -10%);
  }
  .banner-setion .banner .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.94));
  }
  .builders_section .owl-carousel {
    padding: 11px 0;
    box-shadow: 0 -15px 20px -22px #000 0 15px 20px -22px #000;
    margin: 30px 0 20px;
  }
  span.banner-location {
    padding: 8px 25px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.36);
    display: flex;
    width: fit-content;
  }
  span.banner-location img {
    filter: invert(1);
    width: 18px;
  }
  span.banner-location span {
    font-size: 13px;
    padding-left: 8px;
    letter-spacing: 0.5px;
  }
  .banner-location p {
    width: 70%;
    padding-top: 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
  .banner-detail-section .details-section .banner-para {
    font-size: 14px;
    width: 50%;
    margin-top: 10px;
  }
  .banner-detail-section .details-section .high-points {
    display: flex;
    padding-bottom: 8px;
  }
  .banner-detail-section .details-section .high-points img {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .banner-detail-section .details-section .banner-highlights {
    margin-top: 25px;
  }
  .banner-detail-section .details-section .high-points p {
    font-size: 16px;
    font-weight: 400;
  }
  .banner-query button {
    padding: 10px 48px;
    box-shadow: none;
    border: 1px solid #fff;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 17px;
  }
  .b-high {
    position: absolute;
    bottom: 5%;
    z-index: 9;
    left: 66%;
    transform: translateX(-60%);
    width: 80%;
  }
  .b-high .b-high-points {
    color: #fff;
  }
  .b-high-points {
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.3);
    margin-right: 20px;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
    width: 19%;
  }
  a.footer-address {
    font-size: 18px;
  }
  .banner-typology {
    display: inline-block;
    padding: 7px 15px;
    background: #fff;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    width: fit-content;
    border: 1px solid #fffc;
  }
  .banner-typology h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
    padding: 3px 15px;
  }
  p.bottom-b-high {
    font-size: 14px;
    letter-spacing: 1px;
  }
  h3.top-b-high {
    font-size: 35px;
  }
  /* nav.navbar.navbar-expand-lg{padding:.3rem} */
  .banner-call-section img {
    width: 25px;
    margin-right: 5px;
  }
  .banner-call-section {
    margin-top: 20px;
    width: fit-content;
    padding: 8px 20px;
    background: #fff;
    border-radius: 10px;
  }
  .banner-call-section a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .trin-trin {
    animation-name: trin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .banner-mobile-pricing {
    display: none;
  }
  .carousel-inner {
    border-radius: 0;
  }
  .banner-right-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  .upper-section {
    background: #d1beb0;
    padding: 10px;
    border-radius: 20px;
  }

  /* banner Video Section */
  .slide-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  /* Hamburger Section */

  .hamburder-section.open .mega-menu {
    z-index: 40;
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    top: 0%;
    background: #fffcf8;
    transform: translate(0px, 0%);
    height: 100vh;
  }
  .outer-half {
    /* transform: TranslateX(0%); */
    /* opacity: 1; */
  }

  .hamburder-section.open .outer-half {
    /* transform: TranslateX(0%); */
    /* opacity:1; */
    /* transition-delay:0.8s; */
    /* animation-name: example;animation-duration: 2s; */
    /* padding: 0 50px; */
    margin: 0;
    padding: 0px;
    display: grid;
    gap: 20px 0px;
  }

  .second-half {
    opacity: 1;
    /* transition:all 0.7s ease-in-out; */
    /* transition: 2s cubic-bezier(0.81, 0.05, 1, 1); */
  }
  .hamburder-section.open .second-half {
    transform: TranslateX(0%);
    opacity: 1;
    /* transition-delay: 1s; */
    /* padding: 0 50px; */
  }

  .last-part {
    transform: TranslateX(0%);
    opacity: 1;
    /* transition: all 1.2s linear; */
    /* transition: 2s cubic-bezier(0.81, 0.05, 1, 1); */
    height: 100vh;
    width: 46%;
  }
  .hamburder-section.open .last-part {
    transform: TranslateX(0%);
    opacity: 1;
    /* transition-delay: 1.3s; */
    /* animation-name: example;animation-duration: 2s; */
    height: 100vh;
    width: 46%;
    overflow: hidden;
  }

  @keyframes example {
    from {
      transform: translate(-20%, 0px);
      visibility: hidden;
    }
    to {
      transform: translate(0%, 0px);
      visibility: visible;
    }
  }

  .hamburder-section input[type="checkbox"] {
    box-sizing: border-box;
    display: none;
    transition: all 0.25s;
  }
  .hamburder-section .menuIconToggle {
    box-sizing: border-box;
    cursor: pointer; /* height: 30px; */
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #fff;
    padding: 15px 10px;
  }
  .hamb-line {
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    margin: 4px 0;
    width: 100%;
    transition: all 0.25s;
  }

  .boxx h1 {
    font-size: 24px;
  }

  .hamburder-section .hor {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-top: 3px;
    width: 70%;
  }
  .hamburder-section .dia.part-1 {
    position: relative;
    box-sizing: border-box;
    float: left;
    transition: all 0.25s;
  }
  .hamburder-section .dia.part-2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
    transition: all 0.25s;
  }
  /* .hamburder-section.open .menuIconToggle > .hor { box-sizing: border-box;  opacity: 0;transition: all .25s;  }
        .hamburder-section.open .menuIconToggle > .dia.part-1 {box-sizing: border-box;transform: rotate(135deg);margin-top: 0px;transition: all .25s;}
        .hamburder-section.open .menuIconToggle > .dia.part-2 {box-sizing: border-box;transform: rotate(-135deg);margin-top: -15px;transition: all .25s;} */

  /* .hamburder-section.open label.menuIconToggle { position: absolute;  top: 80%;    z-index: 9999;  } */
  .hamburder-section {
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mega-menu {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s linear;
    opacity: 0;
    visibility: hidden; /* transition: 1s cubic-bezier(0.83, 0.24, 1, 1); */
    justify-content: space-evenly;
    z-index: 999;
    background: #fffcf8; /* transform: translate(0px, -100%); */
  }

  .second-half {
    width: auto;
    padding: 0px;
    opacity: 1; /* transition: all 1s ease-in-out; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 0px;
    position: relative;
  }
  .second-half .main-project-type {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 60px; /* border: 1px solid #08080814; */
    padding: 7px 15px;
    font-family: var(--Abhaya_Libre); /* transition: transform 2s linear; */
    font-weight: 300;
    letter-spacing: 2px; /* background-color: #a37a58; */
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 10px;
    border-bottom: 1px solid #00000094;
  }
  a.main-project {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    /* border: 1px solid #08080814; */
    padding: 7px 15px;
    font-family: var(--Abhaya_Libre);
    transition: transform 2s linear;
    font-weight: 300;
    letter-spacing: 2px;
    /* background-color: #a77d5a; */
    color: #000000;
    border-bottom: 1px solid #00000094;
  }
  .second-half .main-project-type:hover img {
    transform: translateX(25%);
  }

  .mega-menu ul > li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer; /* border-bottom: 1px solid #0000001c; */
    width: 100%;
  }
  .mega-menu ul > li a {
    color: #000000;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-size: 26px;
    font-family: var(--Abhaya_Libre);
    font-weight: 300;
    letter-spacing: 2px;
  }
  .second-half h2 {
    font-size: 42px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
  }
  .second-half p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-family: "Roboto";
  }
  .close-btn {
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #062f20; /* position: absolute; */
    right: 6%;
    top: 5%;
    cursor: pointer;
    outline-offset: -4px;
    color: #fff;
    letter-spacing: 1px;
  }
  .navbar-sec-mega-menu {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 100px;
  }

  .navbar-sec-mega-menu .mega-menu-logo {
    padding-left: 100px;
  }
  .last-part img {
    height: 100vh;
    object-fit: cover;
  }
  .mega-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 60px;
    padding-right: 100px;
    position: absolute;
    width: 37%;
    top: 20px;
    z-index: 9999;
  }
  .hamburder-section.open .mega-top-bar {
    transform: TranslateX(0%);
    opacity: 1;
    position: absolute;
    top: 50px;
    padding-left: 65px;
    width: 55%;
    z-index: 99;
  }

  .mega-menu-middle-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 50px 0; /* border-top: 1px solid #b9865575; */ /* border-bottom: 1px solid #b9865575; */
    position: relative;
    height: 100%;
    padding-left: 54px; /* padding-right: 100px; */
  }

  .mega-menu-middle-section::before {
    position: absolute;
    content: "";
    left: 5%;
    bottom: 5%;
    width: 70%;
    height: 100%; /* background: url('../images/shape.png'); */
    opacity: 0.03;
    background-position: bottom left;
    background-size: contain;
    z-index: -1;
  }

  .mega-menu-bottom-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 150px;
    transform: TranslateX(0%);
    opacity: 1; /* transition: all 0.8s ease-in-out; */
    padding-left: 100px;
    padding-right: 100px;
  }

  .mega-menu-bottom-section .mega-download-btn a {
    text-decoration: none;
    color: #062f20;
    padding: 10px 25px;
    letter-spacing: 0.5px;
    border: 1px solid #b9865570;
    word-spacing: 1px;
    font-weight: 600;
    font-size: 18px; /* font-family: var(--Abhaya_Libre); */
  }
  .mega-menu-bottom-section .mega-social-media-icons a img {
    width: auto;
    height: 20px; /* object-fit: cover; */
  }
  /* .mega-menu-bottom-section .mega-social-media-icons a img:hover{background: #b98655;color: #fff;filter: invert(1) brightness(100);} */

  .copyright-section {
    display: flex;
    gap: 30px;
  }
  .copyright-section p {
    color: #062f20;
    font-weight: 500;
    letter-spacing: 0.3px;
    word-spacing: 1px;
  }

  .hamburder-section.open .mega-menu-bottom-section {
    transform: TranslateX(0%);
    opacity: 1; /* transition-delay: 1.2s; */ /* padding: 0px; */
    min-height: 10px;
  }

  /* .hamburder-section.open{opacity: 1;transform: translateX(0);transition: ;} */

  .second-half-dropdown {
    display: none;
  }
  .back-btn {
    cursor: pointer;
    font-family: var(--Abhaya_Libre);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
  }

  .details-flex {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .details-flex .sub-projects {
    display: flex;
    flex-direction: column;
  }
  .details-flex .sub-projects a {
    text-decoration: none;
    color: #062f20;
    font-size: 26px;
    font-family: var(--Abhaya_Libre);
    letter-spacing: 0.4px;
    word-spacing: 1px;
    padding-bottom: 20px;
    font-weight: 600;
  }
  .project-name {
    display: flex;
    flex-direction: column;
  }

  /* .second-half-dropdown { opacity: 0; height: 0;overflow: hidden;   transition: opacity 0.5s ease, height 0.5s ease;  }
        .second-half-dropdown.active {  opacity: 1; height: auto;}
        .sub-projects { opacity: 0;  height: 0; overflow: hidden; transition: opacity 0.5s ease, height 0.5s ease;    }
        .sub-projects.active { opacity: 1; height: auto;  }
        .main-project-type {  opacity: 1; transition: opacity 0.5s ease;}
        .main-project-type.hidden { opacity: 0;}*/

  @keyframes trin {
    0% {
      transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
      transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
      transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
      transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
      transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }

  .banner-setion .banner img {
    /* display: none; */
    width: 100%;
    /*animation: 16s linear 0s infinite normal none running zoom-out;*/
    transition: all 0s ease-in-out 0s;
    border-radius: 0px;
    height: calc(0px + 100vh);
    padding-bottom: 0px;
    object-fit: cover;
  }

  @keyframes zoom-out {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
    }
  }

  .mobile-number-animate {
    animation-name: mobile-num-animate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  @keyframes mobile-num-animate {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(1);
    }
  }

  h1.animate-charcter {
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 30px;
  }
  img.hamburger-icon {
    width: 36px;
    margin-left: 25px;
  }
  .header-section.fixed .nav-item .hamburger-icon {
    filter: invert(1);
  }

  /* Overview Section  */

  .overview-section {
    /* background: url('../images/background-images/7.png') no-repeat; */
    background-position: bottom;
    /* background-size: 110% 70%; */
    /* margin-bottom: 30px; */
    background: #fffcf8;
    text-align: center;
    height: 771px;
  }
  .overview-padding {
    padding: 0 40px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .overview-section .logo-icon {
    width: 80px;
    padding-bottom: 30px;
    display: block;
  }
  .over-head {
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
    justify-content: center;
  }
  .section-head {
    /* margin-top: 15px; */
    border-top-width: 0px;
    border-left-width: 0px;
    border-image-slice: 1;
    padding-bottom: 7px;
    text-align: start;
    font-size: 18px;
    display: inline-block;
  }
  .section-head.text_center {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .section-head-para {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
  }
  .section-head-para.para_sm {
    font-size: 34px;
  }
  .over-img img {
    height: 450px;
    object-fit: cover;
    padding: 8px;
    border: 1px solid #bd9a68;
  }
  img.stars-section {
    position: absolute;
    bottom: 0px;
  }

  /* .overview-para-details {padding: 0px 0px 40px;text-align: start;} */
  .overview-section p {
    line-height: 27px;
    font-size: 15px;
    text-align: start;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    text-align: justify;
  }

  .detail-icon .img-fluid {
    width: 70px;
  }
  .detail-content h2 {
    font-size: 26px;
    padding-top: 8px;
    letter-spacing: 0.4px;
  }
  .overview-image {
    position: relative;
  }
  .overview-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .overview-right-img {
    width: 50%;
    text-align: end;
  }

  .overview-left-img {
    width: 50%;
    text-align: start;
  }

  .overview-para-details.right-bottom {
    width: 50%;
    padding-top: 100px;
  }
  .overview-left-img img.img-fluid {
    width: 90%;
    height: 600px;
    /* margin-top: -100px; */
    object-fit: cover;
  }

  .overview-right-img img.img-fluid {
    width: 80%;
    height: 600px;
  }
  .explore-more {
    padding: 9px 35px;
    margin-top: 40px;
    display: inline-block;
  }

  /* Project Typology */

  .project-typology .project-types {
    display: flex;
    height: 700px;
  }

  .project-typology .section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: flex 0.6s ease;
    position: relative;
  }

  .project-typology .section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background-color 1s ease;
  }

  .project-typology .section .content {
    z-index: 2;
  }
  .project-typology .section .content:hover {
    /* transform: translateY(50px); */
    transition: all 0.6s ease-in-out;
  }
  .project-typology .section:hover {
    flex: 2;
  }
  .project-typology .section:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .project-typology .section .content a {
    transition: padding 0.5s ease;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .project-typology .section:hover .content a {
    border: 1px solid #ffffff78;
    padding: 10px 26px;
    width: fit-content;
    margin: auto;
  }

  #hospitality {
    background: url("../images/projects/hospitality-show-banner.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
  #commercial {
    background: url("../images/projects/commercial-show-banner.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
  #residential {
    background: url("../images/projects/project-show-banner.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }

  .project-typology .section .hidden-text1 {
    width: 60%;
    margin: auto;
    text-align: center;
    /* transform: translateY(50px); */
    /* opacity: 0; */
    visibility: hidden;
    height: 0;
  }
  .project-typology .hidden-text1 p {
    padding: 20px;
    font-size: 14px;
  }
  .hidden-text1 a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #062f20;
    padding: 10px 30px;
    background: #062f20;
    outline: 1px solid #ffffff63;
    outline-offset: -3px;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 1px;
  }

  .project-typology .section:hover .hidden-text1 {
    animation: btnAn 0.6s forwards;
    animation-delay: 0.4s;
    height: 100%;
  }

  /* @keyframes btnAn{
    0%{}
    100%{opacity: 1; visibility: visible;transform: translateY(0);}
} */

  /* chat Bot */

  a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 0px;
    box-shadow: 0 1px 15px rgb(55 55 55 / 24%);
    z-index: 99;
    text-decoration: none;
    gap: 10px;
  }

  .blantershow-chat {
    display: none !important;
  }
  .blantershow-chat-show {
    display: flex !important;
  }

  #whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    z-index: 999999;
  }
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }

  .whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
  #whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    z-index: 999999;
  }
  a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    bottom: 29px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 0px; /* box-shadow:0 1px 15px rgba(32,33,36,0.28); */
    z-index: 99;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    padding: 0px;
  }

  a.blantershow-cha .text-chat {
    font-weight: 500;
  }
  a.blantershow-chat svg {
    transform: scale(2.2); /* margin:0 10px 0 0; */
  }
  .header-chat {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
  }
  .header-chat h3 {
    margin: 0 0 10px;
  }
  .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  .info-avatar {
    position: relative;
  }
  .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
  }
  a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
  }
  a.informasi:hover {
    background: #f1f1f1;
  }
  .info-chat span {
    display: block;
  }
  #get-label,
  span.chat-label {
    font-size: 12px;
    color: #888;
  }
  #get-nama,
  span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
  #get-label,
  #get-nama {
    color: #fff;
  }
  span.my-number {
    display: none;
  }
  textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 42px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
  }
  a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 10px;
  }
  a#send-it svg {
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
  }
  .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
  }
  .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
  .start-chat .blanter-msg {
    display: flex;
  }
  #get-number {
    display: none;
  }
  a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
  }
  @keyframes ZpjSY {
    0% {
      background-color: #b6b5ba;
    }
    15% {
      background-color: #111;
    }
    25% {
      background-color: #b6b5ba;
    }
  }
  @keyframes hPhMsj {
    15% {
      background-color: #b6b5ba;
    }
    25% {
      background-color: #111;
    }
    35% {
      background-color: #b6b5ba;
    }
  }
  @keyframes iUMejp {
    25% {
      background-color: #b6b5ba;
    }
    35% {
      background-color: #111;
    }
    45% {
      background-color: #b6b5ba;
    }
  }
  @keyframes showhide {
    from {
      transform: scale(0.5);
      opacity: 0;
    }
  }
  @keyframes showchat {
    from {
      transform: scale(0);
      opacity: 0;
    }
  }

  /* blogs_page_section */
  .blogs_page_section {
    padding: 100px 0;
  }
  .blogs_page_section .single_blog {
    margin-bottom: 50px;
  }
  .blogs_page_section .single_blog .thumbnail {
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
    /* border-radius: 5px;
    overflow: hidden; */
  }
  .blogs_page_section .single_blog .content {
    /* margin-top:20px; */
    background-color: #b9865514;
    padding: 35px;
  }
  .blogs_page_section .single_blog .date {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
  }
  .blogs_page_section .single_blog .date .icon {
    width: 16px;
    margin-right: 10px;
  }
  .blogs_page_section .single_blog .title {
    font-size: 21px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .blogs_page_section .single_blog a {
    text-decoration: unset;
    color: #062f20;
  }
  .blogs_page_section .single_blog .des {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 20px;
    padding-top: 0;
    margin-top: 15px;
    letter-spacing: 0.6px;
  }
  .blogs_page_section .blogs_filter {
    background: #062f20;
    padding: 40px;
  }
  .blogs_page_section .blogs_filter .title {
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #fff;
  }
  .blogs_page_section .blogs_filter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .blogs_page_section .blogs_filter li {
    border-top: 1px solid #ebebeb;
  }
  .blogs_page_section .blogs_filter li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  .blogs_page_section .blogs_filter li .title {
    font-size: 18px;
    margin-bottom: 2px;
    color: #fff;
    text-transform: capitalize;
  }
  .blogs_page_section .blogs_filter li .date {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
  }
  /* end of blogs_page_section */

  /* blog_detail */

  .blog_detail .single .thumbnail {
    /* border-radius: 4px;
    overflow: hidden; */
  }

  .blog_detail .single .thumbnail img {
    width: 100%;
  }

  .blog_detail .single .date {
    margin: 30px 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
  }

  .blog_detail .single .date .icon {
    width: 16px;
    margin-right: 8px;
    opacity: 0.6;
  }

  .blog_detail .single .title {
    line-height: 36px;
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #062f20;
  }

  .blog_detail .single .description {
    line-height: 24px;
    font-size: 13px;
    margin-top: 10px;
    text-align: justify;
    letter-spacing: 0.5px;
  }

  /* end of blog_detail */

  /* pagination */

  .pagination {
    margin: 0;
    justify-content: center;
    margin-top: 30px;
  }

  .pagination .page-link {
    height: 50px;
    width: 50px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
  }

  .pagination .active .page-link {
    background: var(--color1);
    border-color: var(--color1);
  }

  .amenity-box p {
    text-transform: uppercase;
  }

  /* vision mission section */

  .vision_mission {
    background: url("../images/vision_mission_bg.webp") center -180px;
    background-size: cover;
  }

  .vision_mission .vs_content {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }

  .vision_mission .icon {
    width: auto;
    height: 46px;
    filter: brightness(0) invert(1);
  }

  .vision_mission p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

  .vision_mission .single {
    color: #fff;
    width: 50%;
    position: relative;
  }

  .vision_mission .single:not(:last-child):before {
    position: absolute;
    content: "";
    bottom: -50px;
    width: 100%;
    height: 1px;
    display: block;
    background: #ffffff38;
  }

  /* committed_section */

  .committed_section {
    background: #fffcf8;
  }

  @media screen and (max-width: 480px) {
    #whatsapp-chat {
      width: auto;
      left: 5%;
      right: 5%;
      font-size: 80%;
    }
  }
  .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
  }
  .whatsapp-message-container {
    display: flex;
    z-index: 1;
  }
  .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transition: all 0.3s ease 0;
    opacity: 0;
    transform-origin: center top 0;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
  }
  .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(../images/whatsapp.png);
  }
  .dAbFpq {
    display: flex;
    z-index: 1;
  }
  .eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
  }
  .hFENyl {
    position: relative;
    display: flex;
  }
  .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0;
    background-color: #9e9da2;
    animation-name: ZpjSY;
  }
  .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0;
    animation-name: hPhMsj;
  }
  .kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transition: all 0.3s ease 0;
    opacity: 0;
    transform-origin: center top 0;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
  }
  .kAZgZq::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
  }
  .bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
  }
  .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
  }
  .cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
  }

  .fixed-tooltip {
    position: fixed;
    left: 51px;
    bottom: 16px;
    z-index: 99;
    display: none;
  }
  .tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
    opacity: 1;
  }
  .tooltip .tooltiptext {
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 5px 0;
    font-size: 14px;
    border: 1px solid silver;
    font-weight: 600;
  }
  /*.tooltip .tooltiptext::after{content:"";position:absolute;top:103%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:silver transparent transparent;z-index:-1}*/
  .tooltip .tooltiptext {
    position: relative;
    color: #000;
    z-index: 9; /* display: none; */
    padding: 10px 20px;
    letter-spacing: 2px;
    z-index: 8;
  }
  .showNumber {
    display: block;
  }
  .tooltip .tooltiptext a {
    text-decoration: none;
    color: #062f20 !important;
  }

  section#our-projects {
    /* padding-bottom: 100px; */
    background: #fffcf8;
  }

  /* counter-section */
  p.counter-sub-head {
    color: #062f20;
    padding: 0px 0 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
      0.25turn,
      rgb(241 215 124),
      rgb(185 134 85),
      rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: fit-content;
    padding-bottom: 10px;
    margin: auto;
  }
  .counter-section .logo-icon {
    width: 80px;
    padding-bottom: 25px;
  }
  h3.counter-head {
    font-size: 40px;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    width: 70%;
    margin: auto;
  }
  p.main-content {
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.6px;
    margin-bottom: 50px;
  }
  .counter-content {
    width: 85%;
    text-align: center;
    margin: auto;
  }
  .loader {
    text-align: center;
    padding: 50px 0px 20px;
    border-radius: 0px;
    margin: 15px 40px;
    position: relative;
    /*    border-bottom: 1px solid #b9865559;*/
  }
  .loader img {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    bottom: 60%;
    width: auto;
    height: 46px;
    transform: translate(-50%, -50%);
  }
  span.count {
    font-family: var(--Abhaya_Libre);
    font-size: 44px;
  }
  span.percentage {
    font-family: var(--Abhaya_Libre);
    font-size: 32px;
    font-weight: 500;
  }
  .loader p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: 0.7px;
    word-spacing: 1px;
  }

  /* Project Section */

  .project-section {
    position: relative;
  }
  .project-section .owl-stage-outer {
    overflow: visible !important;
  }
  .project-section #owl-one {
    max-width: 80%;
    margin: auto;
  }
  .project-section .logo-icon {
    width: 30px;
    margin: auto;
    padding-bottom: 15px; /* filter: invert(1) brightness(100); */
    display: block;
  }
  .project-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url();
    z-index: -1;
  }
  p.our-projects-para {
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
      0.25turn,
      rgba(56, 2, 155, 0),
      rgb(241 215 124),
      rgb(255 125 0),
      rgb(241 215 124),
      rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: 14%;
    padding-bottom: 10px;
    margin: 0 auto;
  }

  .project-section .projects-details .pro-img {
    position: relative;
    overflow: hidden;
    z-index: -1;
    width: 100%;
    height: 433px;
    object-fit: cover;
    margin-top: 50px;
  }
  .project-section .pro-img img {
    transition: transform 1s ease-in;
  }
  .projects-details:hover .pro-img img {
    transform: scale(1.1);
  }

  .projects-details {
    padding: 30px;
    outline: 1px solid #ffffff21;
    outline-offset: 2px;
    position: relative;
    height: 650px;
    margin: 20px;
  }
  .project-section .pro-name-sec {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 999;
    position: absolute;
    right: 3%;
    bottom: 8%;
    width: 44%;
    background: #fff;
    backdrop-filter: blur(60px);
    color: #000;
    padding: 35px; /*outline: 2px solid #b98655a8;outline-offset: 4px;*/
  }

  .owl-item.active .pro-name-sec {
    display: block;
  }
  .owl-item.active .pro-img {
    margin: 0;
    width: 72%;
    padding: 0;
  }
  .owl-item.active .projects-details {
    outline: none;
    outline-offset: unset;
  }

  div#counter {
    text-align: center;
    margin-top: 30px;
    letter-spacing: 4px;
    word-spacing: 1px;
    font-family: var(--Abhaya_Libre);
    font-weight: 500;
    font-size: 20px;
    font-variant-numeric: tabular-nums;
  }

  /* .pro-img::before{position: absolute;content: '';left: 0;top: 0;width: 100%;height: 100%;background: linear-gradient(360deg, #000000 -20%, transparent 60%);z-index: 111;} */
  .project-section .pro-name-sec h3 {
    font-size: 32px;
    margin: 10px 0;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-transform: uppercase;
  }
  .project-section .pro-name-sec p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  p.project-sub-para {
    letter-spacing: 0.5px;
    color: #5b5b5b;
    word-spacing: 1px;
  }
  .project-section .pro-name-sec p.project-status {
    font-size: 16px;
    padding-top: 15px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    font-weight: 500;
  }
  .project-section .pro-name-sec a {
    text-decoration: none;
    color: #ffffff;
    /*    background: #b98655;*/
    padding: 10px 26px;
    /*    border: 1px solid #ffffff8f;*/
    outline: 1px solid #ffffff38;
    outline-offset: -4px;
    font-size: 12px;
    letter-spacing: 0.7px;
    word-spacing: 1px;
    display: inline-block;
    border: 1px solid #062f20;
    text-transform: uppercase;
    margin-top: 20px;
  }

  /* Amenities Section */
  .amenities-section {
    padding: 0px 0;
  }
  .amenities-section .our-projects {
    font-size: 42px;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 40px;
  }
  .amenities-section .amenity-box {
    text-align: center; /* border: 1px solid; */
    padding: 40px 10px;
    margin: 20px 20px 0;
  }
  .amenities-section .amenity-box img {
    width: 60px;
    margin-bottom: 15px;
    /* filter: invert(56%) sepia(51%) saturate(372%) hue-rotate(348deg)
      brightness(90%) contrast(95%);*/
  }
  .amenities-section .amenity-img {
    width: 100%;
  }

  .amenity-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    padding: 50px 10px;
  }
  .amenity-detail::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/back-pattern.png") no-repeat;
    background-position: bottom;
    z-index: -1;
    opacity: 0.1;
  }

  .amenity-detail .logo-icon {
    width: 80px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  /* testimonial-section */

  .testimonial-section .logo-icon {
    width: 80px;
    display: block;
    margin: auto;
  }

  .testimonial-details {
    padding: 40px 60px 35px;
    /*    background: linear-gradient(0deg, #b986551f, transparent);*/
    margin: 30px 15px;
  }
  /*.owl-item.active:first-child{border-right: 1px solid #c3c3c354}
.owl-item.active:first-of-type {
    border-right: 1px solid red; 
  }*/
  .testimonial-details .commas {
    width: 35px !important;
    padding: 15px 0;
  }
  .testimonial-details .testi-head {
    padding: 5px 0;
    font-weight: 500;
  }
  .testimonial-details .testi-content {
    padding: 15px 0;
    letter-spacing: 0.4px;
    word-spacing: 1px;
  }
  .testi-name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
    padding: 15px 0;
  }
  .testi-name img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
  }
  .testi-name img::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(49.1% 39%, 65.2% 100%, 33.6% 100%);
  }
  .testi-name div span {
    font-weight: 500;
    letter-spacing: 0.4px;
  }

  .testi-name div p {
    color: #000000b8;
  }

  #owl-two .owl-nav {
    position: absolute;
    top: 5%;
    transform: translateY(-50%);
    width: 100%;
  }
  #owl-two button.owl-prev {
    position: absolute;
    left: 20%;
    top: 50%; /* transform: translateY(-50%); */
    width: 60px;
    cursor: pointer;
    border: none;
    background: none;
  }
  #owl-two button.owl-next {
    position: absolute;
    right: 20%;
    top: 50%; /*transform: translateY(-50%);*/
    width: 60px;
    cursor: pointer;
    border: none;
    background: none;
  }

  #owl-two .owl-nav .owl-prev img {
    width: 42px;
    opacity: 0.9;
    filter: unset;
  }
  #owl-two .owl-nav .owl-next img {
    width: 42px;
    opacity: 0.9;
    filter: unset;
  }

  /* About Us */

  .chairman-img img.img-fluid {
    height: 420px;
    object-fit: cover;
    position: relative;
    z-index: 99; /* outline: 7px solid #b98655; */ /* outline-offset: 5px; */
    padding: 10px;
  }
  .chairman-img {
    text-align: center;
  }
  section.about-us {
    position: relative;
    /*    background: #fff6ed;*/
  }
  h2.chairman-name {
    /* position: absolute; */
    font-size: 46px;
    padding: 15px 0 5px; /* left: 36%; */
    color: #fff;
    color: #062f20;
    position: relative;
    margin: 0;
  }
  h2.chairman-name::before {
    position: absolute; /* content: ''; */
    left: -17.4%;
    top: 107%;
    width: 125%;
    height: 2px;
    background: #062f20;
  }
  p.about-chairman {
    position: relative; /* left: 36%; */
    font-size: 16px;
    font-weight: 500;
  }
  .content p {
    padding-top: 100px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    line-height: 30px;
  }
  /* .chairman-img::before {
    position: absolute;
    content: '';
    left: 10px;
    top: -70px;
    width: 150px;
    height: 150px;
    background: #28282a;
    z-index: 9999;
} */

  p.detail-md {
    font-size: 14px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    line-height: 26px;
    padding-right: 30px;
  }
  .know-more-btn {
    text-align: start;
    margin-top: 33px;
  }
  .know-more-btn a {
    text-decoration: none;
    color: #ffffff;
    /*    background: #b98655;*/
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
  }

  /* Contact Us */
  h2.about-content {
    padding-bottom: 10px;
  }
  .footer-form .form-group {
    margin: 20px 0;
  }
  .footer-form {
    padding: 0 50px;
  }
  .footer-form .form-group input.form-control {
    padding: 10px 15px;
  }
  .footer-form .form-group {
    margin: 20px 0;
    width: 100%;
  }
  .footer-form {
    margin: 0 20px 0 220px;
    padding: 30px 40px;
    border-radius: 15px;
  }
  .footer-form button.btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 8px 30px;
    font-weight: 500;
  }
  .about-builder p {
    line-height: 26px;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-align: start;
  }
  h4.form_title {
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px 15px;
  }
  .banner-call-section.footer-call {
    background: #f9fbf3;
    color: #fff;
    border: 1px solid #697668;
    outline: #697668 solid 1px;
    outline-offset: -4px;
  }
  .rera-number {
    display: flex;
    justify-content: center;
    gap: 125px;
    margin-bottom: 10px;
  }
  .rera-number p {
    font-size: 14px;
  }
  section.footer {
    padding: 50px;
  }
  p.btm-foot {
    font-size: 13px;
    text-align: center;
    color: #fff;
    line-height: 23px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .social-media-links a {
    border: 1px solid #ffffff00;
    /*    border-bottom: 1px solid #ffffff30;*/
    padding: 4px 15px;
    transition: all 0.3s ease-in;
  }
  h2.contact-main-heading {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
  }

  .bottom-footer-section {
    display: flex;
    justify-content: space-between !important;
    padding: 30px;
  }

  .copyright {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .social-media-links a:hover {
    border-bottom: none;
    border: 1px solid #ffffff61;
  }
  .dis {
    text-align: center;
  }
  .dis a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
  }

  .footer-query-btn {
    display: flex;
    justify-content: center;
  }
  .footer-btn {
    width: fit-content;
    text-decoration: none;
    color: #2f4137;
    font-weight: 500;
    padding: 8px 26px;
    letter-spacing: 1.3px;
    border-radius: 0px;
    border: 2px solid #2f4137;
    margin-top: 25px;
    display: block;
    font-size: 16px;
    text-decoration: none;
  }
  .footer-btn:hover {
    color: #2f4137;
  }
  .footer-btn img {
    width: 32px;
    animation: mover 1s infinite alternate;
  }
  .section-head-para.ftr {
    margin-bottom: 25px;
  }

  /* Popup Form  */

  .modal-dialog .modal-content {
    border-radius: 0px;
    background: var(--color1);
    z-index: 9999;
  } /*background: #2F4137;*/
  .popup-form {
    margin: 0px;
    padding: 45px 30px;
    border-radius: 0px;
    outline: rgba(255, 255, 255, 0.2) solid 1px;
    outline-offset: 5px;
  }
  .popup-form button.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    filter: invert(1);
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
  }
  .footer-form .form-bottom {
    text-align: center;
  }
  .footer-form .form-bottom p {
    color: #fff;
    padding-top: 15px;
  }
  .form-bottom .logo {
    max-width: 120px;
  }
  .footer-form .submit_btn {
    display: block;
    margin: auto;
  }
  h4.form_title_popup {
    color: rgb(255, 255, 255);
    font-size: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    opacity: 1 !important;
  }
  div#exampleModal {
    background: rgba(0, 0, 0, 0.51);
  }
  .carousel-control-next-icon {
    position: absolute;
    bottom: 5%;
    right: 0;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    outline: rgba(255, 255, 255, 0.24) solid 1px;
    outline-offset: -5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 20px;
    background-position: 18px center; /* background-color:#233829!important; */
  }
  .carousel-control-prev-icon {
    position: absolute;
    bottom: 5%;
    left: 2%;
    color: #fff;
    border-radius: 40px;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.49);
    outline: rgba(255, 255, 255, 0.24) solid 1px;
    outline-offset: -5px;
  }
  .carousel-control-prev {
    position: absolute;
    left: 13%;
    top: 88%;
    width: 3%;
    height: 7%;
  }
  .carousel-control-next {
    position: absolute;
    right: 80%;
    top: 88%;
    width: 3%;
    height: 7%;
  }
  .carousel-control-prev-icon {
    background-size: 20px;
    background-position: 15px center; /* background-color:#233829!important; */
  }
  .footer-form.popup-form {
    margin: 0 0px;
    padding: 30px;
    border-radius: 0px;
  }

  .d-view {
    display: block;
  }
  .m-view {
    display: none;
  }
  span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .header-section.fixed span.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-toggler:focus {
    text-decoration: none;
    box-shadow: none;
  }

  .mobile-section {
    display: none;
  }

  section.footer {
    background: #697668;
  }
  .footer .dis p {
    color: #fff;
  }
  .dis a {
    color: #fff;
  }
  .query-now {
    position: fixed;
    top: 50%;
    right: 6px;
    background: #2f4137;
    border-radius: 8px;
    writing-mode: vertical-lr;
    z-index: 999;
    transition: all 0.4s ease-in-out 0;
    border: 1px solid #f4f1e8;
  }
  .query-now a {
    color: #fff;
    text-decoration: none;
    padding: 15px 7px;
    display: flex;
    align-items: center;
  }
  .query-now p {
    padding: 10px 5px;
    transform: rotate(180deg);
    color: #fff;
  }
  .query-now img {
    width: 35px;
    padding: 2px;
    background: #fff;
    margin: 5px 1px 1px;
    border-radius: 50%;
  }
  .hide {
    opacity: 0;
    scroll-behavior: smooth;
  }
  .show {
    opacity: 1;
  }
  .query-btn {
    animation: zoom-effect 1s linear infinite normal none running;
  }

  /* Related Projects */
  .related-project-logo {
    width: 150px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h4.related-project-typology {
    padding: 8px;
    font-size: 30px;
  }

  @keyframes zoom-effect {
    0% {
      transform: scale(1.1);
      background: rgb(255, 255, 255);
    }

    50% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.1);
      background: rgb(225, 236, 226);
    }
  }

  p.moreless-button {
    border: 1px solid #2f4137;
    width: fit-content;
    margin: 6px auto;
    padding: 4px 20px;
    background: #f4f1e8;
    color: #000;
    border-radius: 4px;
  }

  section.container-fluid.job-details-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #a6744324;
  }

  section.footer-section {
    position: relative;
    font-size: 14px;
    text-align: center;
    padding: 70px 0 30px;
    /* background-image: linear-gradient(45deg, #000000, #4b4b4b82), url(../images/footer-img.jpg); */
    background: #a57241;
    color: #fff;
    z-index: 9;
  }

  .footer-rera-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    padding-top: 10px;
    margin-top: 16px;
  }

  section.footer-section a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .footer-section:after {
    background-size: 520%;
  }
  .rera-numbers {
    display: flex;
    padding: 8px 0;
    p {
      text-align: center;
      padding: 8px 50px;
    }
    p:first-child {
      border-right: 1px solid #ffffff40;
      min-width: 50%;
    }
  }
  .footer-btm-bdr {
    padding: 5px;
    border-bottom: 1px solid #ffffff40;
    width: 50%;
  }
  .footer-quick-links {
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }

  .footer-quick-links ul {
    padding: 0;
    margin: 0;
    gap: 15px 0px;
    display: grid;
  }

  .footer-quick-links li {
    text-decoration: none;
    list-style: none;
    text-align: left;
    padding-bottom: 3px;
  }

  .footer-quick-links.footer-links {
    /* padding-left: 50px; */
  }

  .footer-quick-links.pro-links {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }

  .builder-logo {
    display: flex;
    justify-content: start;
    align-items: start;
    height: 100%;
    flex-direction: column;
    text-align: start;
    gap: 20px;
  }

  .builder-logo img {
    width: 300px;
  }
  .rera-img {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .footer-quick-links.footer-links p {
    font-size: 15px;
    padding-bottom: 15px;
  }

  .txt {
    display: flex;
    justify-content: space-around;
    gap: 5px;
    padding-bottom: 20px;
    align-items: center;
  }

  .txt span.icon {
    width: 22px;
    filter: invert(1);
  }
  .footer-quick-links.footer-links h3 {
    border-width: 0px;
    margin-bottom: 17px;

    width: fit-content;
    padding-bottom: 10px;
    text-align: start;
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.4px;
  }

  .footer-quick-links.footer-links h3:after {
    bottom: -4px;
  }

  .builder-logo p {
    letter-spacing: 0.6px;
    word-spacing: 1px;
    line-height: 30px;
    font-size: 13px;
  }
  .border-btm {
    width: 100%;
    height: 1px;
    background: #ffffff42;
    margin-top: 40px;
  }

  @keyframes right-left-ani {
    0% {
      transform: translateX(5px);
    }
    50% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(5px);
    }
  }

  .about-builder {
    padding: 0px 50px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0px;
    display: flex;
    gap: 100px;
  }
  img.img-fluid.location-botton-footer {
    width: 24px;
    margin-right: 10px;
  }
  .footer-form.bottom-new {
    margin: 40px;
  }
  .form.lower-form-part.new-footer-form {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
  }
  .bottom-new .form-bottom .form_title {
    width: fit-content;
    margin: auto;
    padding: 10px 50px;
    margin-bottom: 10px;
  }
  .new-footer-form .btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 10px 30px;
    font-weight: 500;
  }
  button#SubmitQuery3 {
    padding: 10px 30px;
    width: 80%;
  }
  .pricing span {
    font-size: 28px;
  }

  /* banner scroll */

  #scroll-btn a {
    padding-top: 70px;
  }
  #scroll-btn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25px;
    height: 55px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  #scroll-btn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .scroll-btn a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translateX(-50%);
    color: #fff;
    /* font : normal 400 20px/1 'Josefin Sans', sans-serif; */
    letter-spacing: 2px;
    word-spacing: 1px;
    text-decoration: none;
    transition: opacity 0.3s;
    font-family: var(--Abhaya_Libre);
    font-size: 16px;
  }
  .scroll-btn a:hover {
    opacity: 0.8;
  }
  img.mega-menu-logo {
    width: 130px;
  }

  /* Platter Section */

  .overview-platter {
    padding: 60px 0;
  }
  .project-details-ban.platter .animate-charcter {
    font-size: 54px;
    width: 100%;
    letter-spacing: 20px;
  }
  .overview-platter .logo-icon {
    width: 80px;
    padding-bottom: 25px;
    margin: auto;
    display: block;
  }
  .overview-platter .our-projects {
    color: #062f20;
    padding: 0px 0 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(
      0.25turn,
      rgb(83 34 0),
      rgb(83 34 0),
      rgb(83 34 0)
    ) !important;
    border-image-slice: 1 !important;
    width: fit-content;
    padding-bottom: 10px;
    margin: auto;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
  }
  .overview-platter .platter-head {
    font-size: 40px;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    width: 70%;
    margin: auto;
    text-align: center;
  }
  .overview-platter .platter-para {
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    text-align: center;
  }

  .platter-project-details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
  }

  /*h3.platter-project-name {font-size: 36px;text-transform: uppercase;letter-spacing: 0.6px;word-spacing: 4px;padding-bottom: 15px; margin: 0;}
p.platter-project-location {font-weight: 600;letter-spacing: 0.5px;padding-bottom: 15px;}
p.platter-project-typology {font-size: 16px;font-weight: 400;letter-spacing: 0.6px; word-spacing: 1px;padding-bottom: 15px;}
p.platter-project-status { font-size: 16px;font-weight: 500; border: 1px solid;padding: 4px 15px;margin-bottom: 15px;letter-spacing: 0.5px;}
p.platter-project-content {padding: 0 60px;text-align: center;font-size: 14px;line-height: 26px;width: 80%;}
a.platter-view-details {padding: 11px 30px;color: #fff; background: #b98655;font-size: 13px;text-decoration: none;margin-top: 20px;}*/

  .platter-width {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
  }
  .platter-project-btn {
    display: flex;
    justify-content: center;
  }
  h3.platter-project-name {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    word-spacing: 4px; /* padding-bottom: 5px; */
    margin: 0;
    text-align: center;
  }
  p.platter-project-location {
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b986551f;
  }
  p.platter-project-typology {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    word-spacing: 1px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b986551f;
  }
  p.platter-project-status {
    font-size: 16px;
    font-weight: 500; /* border: 1px solid; */
    padding-bottom: 15px; /* margin-bottom: 15px; */
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b986551f;
  }
  p.platter-project-content {
    padding: 0 0px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
  }
  a.platter-view-details {
    padding: 11px 38px;
    color: #fff;
    background: #062f20;
    font-size: 13px;
    text-decoration: none;
    margin-top: 0px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
  }

  section.page-inside-banner-head .inside-header-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.5);
  }

  .page-inside-banner-head {
    position: relative;
    overflow: hidden;
  }
  .page-inside-banner-head .insidepage-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    color: #fff;
  }
  .page-inside-banner-head .insidepage-header-content h4 {
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 35px; /* padding-left: 46px; */
  }

  .insidepage-header-content .breadcrumbs a {
    color: #fff;
    text-decoration: none;
  }
  .insidepage-header-content .breadcrumbs {
    margin-top: 29px;
  }

  .contact-left-section .head-section img {
    width: 60px;
    padding-bottom: 30px;
  }
  .contact-left-section .head-section p {
    color: #000000;
    font-size: 16px;
    padding: 0px;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
      0.25turn,
      rgb(241 215 124),
      rgb(185 134 85),
      rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: fit-content;
    padding-bottom: 10px;
  }

  .contact-left-section .head-section h3 {
    font-size: 40px;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
  .contact-left-section .address .title {
    font-size: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  .contact-left-section .location {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 20px;
  }
  .contact-left-section .location .icon {
    height: 50px;
    width: 50px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 20px;
  }
  .contact-left-section .location .icon img {
    width: 30px;
    filter: contrast(0) brightness(0) invert(1);
  }
  .contact-left-section .location p {
    font-size: 16px;
    font-weight: 400;
  }

  /* EMI Calculator Css */

  .home_loan_page #price {
    color: #130f31;
    font-size: 25px;
  }
  .home_loan_page .loan-details {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
  .home_loan_page #price-container {
    color: #1d6093;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .home_loan_page #price-container::before {
    content: "Monthly Payable:";
    font-size: 12px;
    display: block;
  }
  .home_loan_page .view .single {
    margin-bottom: 15px;
  }
  .home_loan_page .input_amt {
    position: relative;
    max-width: 200px;
    width: 100%;
    height: 40px;
  }
  .home_loan_page .input_amt::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  .home_loan_page .input_amt input {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    font-weight: 500;
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #ced4da;
    outline: none;
    padding-left: 15px;
  }
  .home_loan_page input[type="number"]::-webkit-outer-spin-button,
  .home_loan_page input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .home_loan_page input[type="number"] {
    -moz-appearance: textfield;
  }
  .home_loan_page input[type="range"] {
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
  }
  .home_loan_page input[type="range"]:focus {
    outline: none;
  }
  .home_loan_page input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #1d6093;
    border-radius: 10px;
  }
  .home_loan_page input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1d6093;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
  }
  .home_loan_page input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #b3b3b3;
  }
  .home_loan_page input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #1d6093;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
  }
  .home_loan_page input[type="range"]::-moz-range-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1d6093;
    cursor: pointer;
    margin-top: -6px;
  }
  .home_loan_page input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #1d6093;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
    border-radius: 10px;
  }
  .home_loan_page input[type="range"]::-ms-fill-lower {
    background: #1d6093;
    border-radius: 5px;
  }
  .home_loan_page input[type="range"]::-ms-fill-upper {
    background: #1d6093;
    border-radius: 5px;
  }
  .home_loan_page input[type="range"]::-ms-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #1d6093;
    cursor: pointer;
    margin-top: -6px;
  }
  .home_loan_page input[type="range"]:focus::-ms-fill-lower {
    background: #1d6093;
  }
  .home_loan_page input[type="range"]:focus::-ms-fill-upper {
    background: #1d6093;
  }
  .bank-logos-container p {
    font-size: 16px;
    font-weight: 600;
  }
  .details {
    text-align: left;
    margin-bottom: 20px !important;
  }

  canvas#pieChart {
    height: 600px !important;
    width: auto !important;
    margin-left: 100px !important;
  }

  .container-fluid.nri-container.gray-section.home-loan {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .platter-project-details h3.platter-project-name {
    text-align: left;
    margin-bottom: 5px;
    color: #062f20;
  }
  .platter-project-details p.platter-project-content {
    text-align: left;
    margin-bottom: 10px;
  }
  .platter-project-details .platter-project-btn {
    justify-content: start;
    margin-top: 30px;
  }

  section#our-projects .project-img-platter {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
  }
  canvas#pieChart {
    height: 418px !important;
  }

  .area_converter_page form {
    padding: 60px;
    background-color: #fff;
    border-radius: 5px;
    outline: 1px solid #0000002b;
    outline-offset: -15px;
  }
  .area_converter_page form .entry_title {
    font-size: 20px;
    font-family: "Teachers-Regular";
  }
  .area_converter_page .entry_input {
    -moz-appearance: textfield;
    height: 46px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    min-width: 200px;
    margin: 30px 0;
    border-color: #000;
  }
  .area_converter_page .sub_head {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #212427;
  }
  .area_converter_page form ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 21px;
  }
  .area_converter_page form li {
    padding: 5px;
    flex-grow: 1;
  }
  .area_converter_page input[type="radio"] {
    display: none;
  }
  .area_converter_page input[type="radio"]:checked + label {
    background-color: #444445;
    color: #fff;
    transform: translateY(-2px);
    border: 0 solid #fff;
  }
  .area_converter_page form .single {
    border: none;
    padding: 10px;
    height: -webkit-fill-available;
    text-align: center;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #7e7e7e;
    height: 55px;
    display: grid;
    align-items: center;
  }
  .area_converter_page .single p {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 19px;
    color: #000;
  }
  .area_converter_page .single p span {
    display: block;
  }
  .area_converter_page input[type="radio"]:checked + label p {
    color: #fff;
  }
  .area_converter_page .sub_head {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #212427;
  }
  .area_converter_page .btns .btn {
    height: 46px;
    border-radius: 0;
    padding: 5px 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #062f20;
    color: #fff;
  }
  .area_converter_page .sub_head {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #212427;
  }
  .area_converter_page .btns {
    margin-bottom: 30px;
  }
  .area_converter_page .result_box {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 100px;
    margin: 10px 0 0;
    border: 1px solid #000;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .nri-container .row-2 {
    align-items: center;
    margin-top: 60px;
    gap: 51px 0;
  }
  .csr-card {
    padding: 30px;
    background-color: #fff;
  }
  .csr-card h4 {
    margin-bottom: 15px;
    color: #062f20;
  }
  .nri-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
  }
  .contact-us .nri-form {
    margin-top: 0px;
  }
  .nri-form .nri-form-heading {
    font-size: 44px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
  }
  .nri-form .flex-form-group {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .nri-form .form-group {
    width: calc(100% - 0px);
    margin-bottom: 16px;
  }
  .nri-form .form-control {
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    height: 50px;
  }
  .nri-form .form-control::placeholder {
    font-size: 14px;
  }
  .nri-form .btn-custom-2 {
    background-color: #062f20;
    padding: 8px 30px;
    color: #fff;
    font-size: 13px;
    /* margin: 0 auto; */
    display: block;
    margin-top: 30px;
    border-radius: 0;
    letter-spacing: 0.5px;
    height: 50px;
    font-weight: 500;
  }
  .faq-container-box.nri-investors-content {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .faq-container-box {
    background-color: #fff;
    padding: 30px;
    max-width: 80%;
    margin: 0 auto;
  }
  .faq-section .accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #062f20;
  }
  .faq-section .accordion button[aria-expanded="true"] {
    color: #062f20;
  }
  .faq-section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .faq-container-box.nri-investors-content .accordion-title {
    font-size: 19px !important;
    padding: 1em 1.5em 1em 0;
  }
  .faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    font-size: 1.15rem;
    font-weight: 400;
    text-align: left;
  }
  .faq-section .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .faq-section .accordion button[aria-expanded="true"] {
    color: #062f20;
  }
  .faq-section .accordion button[aria-expanded="true"] .icon::after {
    width: 0;
  }
  .faq-section .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .faq-section .accordion button[aria-expanded="true"] {
    color: #062f20;
  }
  .faq-section .accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    will-change: opacity, max-height;
  }
  .faq-section .accordion .accordion-content p {
    text-align: left;
    padding: 30px;
    padding-left: 0;
    padding-bottom: 20px;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
  }
  .faq-section .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .faq-section .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .faq-container-box.nri-investors-content .accordion-title {
    font-size: 19px !important;
  }
  .faq-section .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .my_container .show {
    display: block;
    animation-name: initial;
    animation-duration: initial;
    transform: initial;
    opacity: 1;
  }
  .my_container .accordion-item {
    border: none;
  }
  .my_container .accordion-flush .accordion-item .accordion-button:focus {
    box-shadow: none;
  }
  .my_container .accordion-flush .accordion-item .accordion-button:hover {
    color: #062f20;
  }

  .bank-logo-img {
    width: auto;
    height: 106px;
    margin: 0px auto;
    display: block;
  }

  .property-content-box .para-content {
    line-height: 26px;
    font-size: 14px;
    text-align: start;
    letter-spacing: 0.8px;
    word-spacing: 0.5px;
  }
  .property-content-box h4 {
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
  }
  .property-content-box {
    padding: 60px;
    background-color: #d9ae8514;
  }

  .vision-section.text_sm_left.w_sm_100 {
    padding: 30px;
    color: #fff;
    /* width: 70%; */
    padding-bottom: 29px;
    border-bottom: 1px solid #ffffff38;
  }

  .about-right-content p {
    /* line-height: 30px;
    font-size: 15px;
    text-align: start; */
    letter-spacing: 0.8px;
    /* word-spacing: 0.5px; */
    /* text-align: justify; */
  }
  .overview-section .about-right-content p {
    line-height: 26px;
    font-size: 13px;
  }
  .overview-section .about-right-content {
    display: flex;
    gap: 10px 50px;
  }
  .inside-about-us .container {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .inside-about-us .col-sm-12.col-md-12.col-lg-12.right-col-custom {
    padding-left: 0px;
  }
  .overview-section .left-col-custom {
    padding-right: 40px;
  }
  .overview-section .right-col-custom {
    padding-left: 40px;
  }

  .overview-section .flex-row-custom {
    display: grid;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .overview-section .flex-row-custom .icon {
    width: auto;
    height: 46px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
  }
  .our-mission.text_sm_left.mt_sm_30.w_sm_100 {
    padding: 30px;
    color: #fff;
    padding-top: 17px;
  }

  .overview-para-details h2.section-head-para {
    font-size: 44px;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: start;
  }
  .overview-para-details h2.section-head-para {
    font-size: 32px;
  }
  .overview-para-details.about-details-box {
    background-color: #fff;
    padding: 38px;
    text-align: center;
    width: 46%;
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .overview-para-details.about-details-box h2.section-head-para {
    margin-top: 0 !important;
    margin-bottom: 14px;
  }
  .inside-about-us {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .inside-about-us .about-img-1 {
    width: 65%;
    height: 80%;
    position: absolute;
    top: 18%;
    left: 0;
    z-index: -1;
    object-fit: cover;
    opacity: 0.92;
  }

  .inside-about-us h4.section-head {
    color: #062f20;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(
      0.25turn,
      rgb(241 215 124),
      rgb(185 134 85),
      rgba(56, 2, 155, 0)
    );
    border-image-slice: 1;
    width: 40%;
    padding-bottom: 10px;
    text-align: start;
    width: fit-content;
  }
  .inside-about-us .about-img-banner {
    margin-top: 30px;
    height: 700px;
    object-fit: cover;
    width: 100%;
  }
  .about-us-middle-banner {
    position: relative;
  }
  .about-right-content {
    display: block;
    flex-wrap: wrap;
  }

  .we-are-committed-top p.mission-highlights-points {
    border: navajowhite;
  }
  .committed_section .row.custom-row {
    gap: 20px 0px;
  }

  .committed_section .custom-icon-box {
    border: 1px solid #062f2091;
    padding: 30px;
  }
  .committed_section .custom-icon-box p {
    font-weight: 500;
    margin-top: 20px;
    font-size: 15px;
  }

  section#scroll-btn {
    position: relative;
    top: -20px;
  }

  img.logo-icon {
    display: none !important;
  }
  .contact-us .nri-form {
    margin-top: 0px;
    padding: 50px !important;
    background-color: #b9865514;
    border-radius: 0px;
    width: 84%;
  }

  .contact-left-section iframe {
    width: 100%;
    height: 300px;
  }
  .mega-social-media-icons a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #062f20;
  }
  .mega-social-media-icons {
    display: flex;
    height: fit-content;
    align-items: center;
    gap: 0 20px;
  }

  .job-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .job-part {
    background-color: #a674430d;
    width: calc(70% - 0px);
    text-align: center;
    margin: 1%;
    margin-bottom: 30px;
    padding: 45px 35px;
    margin-left: auto;
  }
  .job-part .btn-inn {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .job-part .jobapply {
    background-color: #333;
    color: #fff;
    padding: 8px 50px;
    text-decoration: none;
  }
  .job-part li {
    list-style: none;
  }
  .job-part .inn-job h6 {
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
  }
  .job-part .posted {
    font-size: 14px;
    font-family: "Montserrat";
    color: #a59e9e;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 25px;
  }
  .job-part .btn-inn a {
    background-color: #062f20;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 46%;
  }
  .job-part ul li {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
  }
  .job-page .job-sec {
    display: flex;
    justify-content: center;
  }

  .modal-dialog .modal-content {
    background-color: #fff;
  }
  .modal-body button.close {
    border: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    background-color: #062f20;
    color: #fff;
    outline: none;
    opacity: 1;
  }
  .career-form-main-box .form-control {
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #00000021;
  }
  .career-form-main-box .jobform-flex {
    margin-top: 20px;
    text-align: center;
  }
  .career-form-main-box .form-control {
    height: 40px;
  }
  .career-form-main-box {
    padding: 25px;
    outline: 1px solid #062f20;
  }
  .career-form-main-box h4.career-form-heading {
    color: #062f20;
    text-align: center;
    text-transform: uppercase;
  }

  .career-form-main-box .btn-custom {
    background-color: #062f20;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
  }
  .career-form-main-box .form-group .form-control-file {
    width: 100%;
    height: 45px;
    line-height: 39px;
    font-size: 14px;
  }
  .career-form-main-box .form-control::placeholder {
    font-size: 14px;
    color: #0000008f;
  }
  .career-form-main-box .form-control {
    font-size: 14px;
    color: #0000008f;
  }
  .career-form-main-box .form-control-file::file-selector-button {
    border: none;
    border-radius: 0px;
    color: #fff;
    background-color: #aa7138;
    border: 1px solid #aa7138;
    cursor: pointer;
    transition: all 0.25s ease-in;
    cursor: pointer;
  }
  .job-title {
    background-color: #ffffff;
    padding: 40px;
  }
  .job-basic {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .job-disc {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .inn-basic ul li {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.8px; /* font-weight:300; */
    margin-top: 15px;
  }
  .job-details-container .btn-inn a {
    background-color: #333;
    color: #fff;
    padding: 8px 50px;
    text-decoration: none;
    font-size: 15px;
  }
  .job-details-container .btn-inn {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 0 20px;
  }

  .job-details-container .job-disc .btn-inn {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 0 20px;
    margin-top: 50px;
  }
  .back-page h4 a {
    color: #000;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .back-page h4 {
    text-align: center;
    margin-top: 30px;
  }
  .job-basic .inn-box {
    display: flex;
    flex-wrap: wrap;
  }
  .job-basic .inn-box .box {
    width: 50%;
  }
  .job-basic .inn-box {
    display: flex;
    flex-wrap: wrap;
  }
  .job-basic .inn-box .box {
    width: 50%;
  }
  .job-basic .inn-box .box p {
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 0.8px; /* font-weight:300; */
    margin-top: 10px;
  }
  .inn-title .inn-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .inn-title .inn-box .box h5 {
    margin-bottom: 10px;
  }
  section.container-fluid.job-details-container .job-title h4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  /* Property Investor */
  .leadership-box p.main-subheadung-section {
    color: #062f20;
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(
      0.25turn,
      rgb(83 34 0),
      rgb(83 34 0),
      rgb(83 34 0)
    ) !important;
    border-image-slice: 1;
    padding-bottom: 10px;
    text-align: start;
    width: fit-content;
    margin: auto;
  }
  .leadership-box h4.main-heading-section {
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: center;
  }
  .nri-container .para-content {
    line-height: 27px;
    font-size: 15px;
    text-align: start;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    text-align: justify;
  }

  .inside-about-us .section-head-para {
    text-align: center;
    width: 52%;
    margin: 0px auto;
    margin-bottom: 30px;
  }
  .inside-about-us .about-img-2 {
    width: 31%;
    height: 57%;
    position: absolute;
    top: 27%;
    right: 75px;
    z-index: 1;
    object-fit: cover; /* filter: brightness(0.8); */
  }

  /* Hospitality */
  .hospitality-project-logo {
    width: 100px;
    display: block;
    margin: 80px auto 20px;
  }
  .hospitality-platter-section {
    padding: 80px 0;
  }
  .hospitality-platter-section .our-projects {
    color: #062f20;
    padding: 0px 0 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(
      0.25turn,
      rgb(83 34 0),
      rgb(83 34 0),
      rgb(83 34 0)
    ) !important;
    border-image-slice: 1;
    width: fit-content;
    padding-bottom: 10px;
    margin: auto;
    border-top-width: 0px;
    border-left-width: 0px;
  }
  .hospitality-platter-section .platter-para {
    text-align: center;
    padding-top: 16px;
  }

  .hospitality-platter-section
    .platter-project-details
    p.platter-project-content {
    margin-bottom: 5px;
  }
  .hospitality-platter-section .key-features {
    font-weight: 500;
    font-size: 15px;
  }
  .features-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .features-points p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .platter-width .project-status {
    border-top: 1px solid #062f20;
    text-align: center;
    border-bottom: 1px solid #062f20;
    letter-spacing: 16px;
    padding: 10px;
    color: #062f20;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 20px;
  }

  section.footer-section .col-6.col-md-2 {
    display: flex;
    justify-content: center;
  }
  section.footer-section .col-md-12.pt-lg-5 .row {
    gap: 0px 54px;
  }
  .footer-quick-links {
    margin: 0px auto;
    width: 100%;
  }

  .hospitality-platter-section .hotels-details {
    padding: 50px;
  }
  .hospitality-platter-section .hotels-details img {
    width: auto;
    height: 100px;
    display: block;
    margin: auto;
    padding: 20px;
  }
  .hospitality-platter-section .hotel-para-content {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
    text-align-last: center;
  }
  .hospitality-platter-section .hotels-details .hotel-btn {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .hospitality-platter-section .hotels-details .hotel-btn a {
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #b88554;
    border: 1px solid #062f20;
    padding: 7px 15px;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-top: 15px;
  }

  /* platter page updated css */
  .banner-setion .banner.platter-page-banner img {
    height: calc(0px + 80vh);
    object-fit: cover;
  }
  .upcoming-location-section {
    padding: 80px 0;
  }
  .platter-head {
    font-size: 40px;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    width: 100%;
    text-align: center;
  }
  .upcoming-location-section .location-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border: 2px solid #062f2091;
    margin: 0 0px;
    padding: 8px 20px;
    width: fit-content;
    margin: auto;
  }
  .upcoming-location-section .location-details img {
    width: auto;
    height: 22px;
  }
  .upcoming-location-section .location-details p {
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 14px;
  }

  .mega-download-btn {
    display: none;
  }

  .overflow-hidden {
    overflow: hidden;
  }
  .loader-box.loader-hidden {
    display: none;
  }
  .loader-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    background-color: #7e5d3c;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .loader-content {
    width: 100%;
    text-align: center;
  }
  .loader-content .loader-heading {
    text-transform: uppercase;
    letter-spacing: 50px;
    font-size: 80px;
    color: #977655;
    margin-bottom: 80px;
  }
  .loader-heading span {
    opacity: 0.3;
    transition: opacity 0.5s ease-in-out;
  }
  .loader-heading span.active {
    opacity: 1;
    color: #fff;
  }
  .loader-content .enter-website-button {
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    padding: 24px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 21px;
    display: none;
    cursor: pointer;
  }
  .loader-content .wait-heading {
    color: #fff;
    font-size: 20px;
  }
  .loader-content .enter-website-button.show {
    display: block;
  }
  .loader-content .enter-website-button:hover {
    background-color: #fff;
    color: #000;
  }
  .loader-box .loader-bottom-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #8d745a;
    border-top: 1px solid #ffffff24;
    width: 100%;
    padding: 30px;
    text-align: center;
    letter-spacing: 77px;
    font-size: 34px;
    text-transform: uppercase;
  }
  .banner-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  .loader-box .sub-heading-loader {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 9px;
    position: relative;
    top: -49px;
  }
  /* Our media */
  .our-media-section {
    padding: 80px 0;
  }
  .our-media-section .our-media-head {
    color: #062f20;
    padding: 0px 0 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    border-image: linear-gradient(
      0.25turn,
      rgb(83 34 0),
      rgb(83 34 0),
      rgb(83 34 0)
    ) !important;
    border-image-slice: 1 !important;
    width: fit-content;
    padding-bottom: 10px;
    margin: auto;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
  }
  .our-media-section .our-media-para {
    font-size: 40px;
    margin: 0;
    padding: 0px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    width: 70%;
    margin: auto;
    text-align: center;
  }
  .media-boxes {
    transition: all 0.5s linear;
  }
  .media-boxes a {
    position: relative;
    display: block;
  }
  .media-boxes .youtube-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /*display: none !important;*/
    width: 80px !important;
    display: unset !important;
  }
  /*.media-boxes:hover .youtube-icon{display: block !important;width: 80px;}*/

  .media-boxes a .media-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }
  #owl-media .owl-nav {
    top: 125%;
  }
  #owl-media button.owl-prev {
    left: 40%;
  }
  #owl-media button.owl-next {
    right: 40%;
  }
  .our-media-section div#counter {
    margin-top: 69px;
  }

  .sound {
    width: 301px;
    height: 267px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 15px 44px;
    justify-content: space-between;
  }
  .sound-icon {
    color: #fff; /* width:75%; */ /* height:100%; */ /* line-height:100%; */ /* font-size:250px; */
    display: block;
    margin: auto;
    position: relative;
    display: flex;
    margin-right: 91px;
    position: relative;
    top: 3px;
  }
  .sound-wave {
    position: absolute;
    border: 15.625px solid transparent;
    border-right: 15.625px solid #fff;
    border-radius: 50%;
    transition: all 200ms;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .sound-wave_one {
    width: 50%;
    height: 50%;
    transition: all 0.2s cubic-bezier(0.26, -0.01, 0, 1.28);
  }
  .sound-wave_two {
    width: 75%;
    height: 75%;
    transition: all 0.2s cubic-bezier(0.26, 0.1, 0, 1.49);
  }
  .sound-mute .sound-wave {
    border-radius: 50%;
    width: 0;
    height: 0;
    border-width: 0 15.625px 0 0;
  }
  .sound-mute .sound-wave_one {
    transform: translateX(-10px);
  }
  .sound-mute .sound-wave_two {
    transform: translateX(-10px);
  }
  .sound-button {
    position: absolute;
    bottom: -7%;
    transform: scale(0.15);
    left: -2%;
    z-index: 99;
  }

  .sound-img {
    width: auto;
    height: 173px;
  }

  .second-half-right-arrow {
    width: auto;
    height: 21px;
    filter: brightness(0);
    display: none;
  }
  h4.renox-group-bottom-menu {
    color: #000;
    position: relative;
    top: -93px;
    letter-spacing: 34px;
    font-size: 54px;
    left: -51px;
  }
  .hamburder-section.open .second-half::after {
    content: "";
    position: absolute;
    top: 33px;
    right: -146px;
    width: 1px;
    height: 80%;
    background-color: #00000026;
  }
  .mega-social-media-icons a img {
    width: auto;
    height: 16px;
  }

  video.banner-video.d_sm_none.video-ended {
    display: none;
  }
  .hide-top-banner.image-show {
    display: block !important;
  }

  .container-fluid.job-page .section-head-para.text-center {
    text-align: right !important;
  }
  .container-fluid.job-page h5 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .container-fluid.job-page p {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    letter-spacing: 0.6px;
    margin-bottom: 35px;
  }
  .job-page .row.row-2 {
    margin-bottom: 50px;
    align-items: center;
  }
  .container-fluid.job-page
    h4.section-head-para.section-head-para-2.text-center {
    margin-top: 0px;
  }
  .container-fluid.job-page .row.row-2 p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
  }
  .container-fluid.job-page p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0px;
    text-align: justify;
  }

  .blogs_page_section .single_blog a.btn.btn-custom {
    margin-top: 31px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .container-fluid.job-page .csr-card {
    padding: 0px;
    margin-bottom: 30px;
  }
  .container-fluid.job-page .csr-card h4 {
    margin-bottom: 7px;
  }
  .container-fluid.job-page .row {
    align-items: center;
  }

  @media (max-width: 1600px) {
    /* contact us  */
    h2.contact-main-heading {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 20px;
    }
    h3.find-us {
      font-size: 26px;
      margin-bottom: 20px;
    }

    .about-builder {
      padding: 0px 25px;
    }

    /* Our Media */

    .our-media-section .our-media-head {
      font-size: 14px;
      letter-spacing: 0.6px;
    }
    .our-media-section .our-media-para {
      font-size: 32px;
      line-height: 40px;
    }

    .leadership-box p.main-subheadung-section {
      font-size: 19px;
    }
    .leadership-box h4.main-heading-section {
      font-size: 32px;
    }
    .nri-container .para-content {
      font-size: 13px;
    }

    .section-head-para.para_sm {
      font-size: 30px;
      line-height: 36px;
    }

    /* Platter BOx */
    .overview-platter {
      padding: 20px 0;
    }
    .overview-platter .logo-icon {
      width: 60px;
    }
    .overview-platter .our-projects {
      font-size: 13px;
    }
    .overview-platter .platter-head {
      font-size: 32px;
    }
    .overview-platter .platter-para {
      font-size: 14px;
      text-align: justify;
      text-align-last: center;
    }
    .platter-width {
      width: 86%;
    }
    .platter-project-details .platter-width span {
      font-size: 14px;
    }
    a.platter-view-details {
      padding: 11px 30px;
      font-size: 14px;
    }
    p.platter-project-content {
      line-height: 30px;
    }

    /* Navbar-section */

    .header-section img.project-logo {
      width: 100px;
    }
    .nav-item .nav-link {
      font-size: 12px;
    }
    a.nav-link.contact-btn {
      font-size: 11px;
    }
    .hamb-line {
    }
    .header-section.fixed .project-logo-fixed {
      display: block;
      width: 150px;
    }

    /* Mega Menu */
    .mega-top-bar {
      width: 59%;
    }
    img.mega-menu-logo {
      width: 130px;
      padding: 11px;
    }
    .hamburder-section.open .outer-half {
    }
    .mega-menu ul > li a {
      font-size: 20px;
    }
    .second-half .main-project-type {
      font-size: 26px;
    }
    a.main-project {
      font-size: 25px;
    }

    .mega-menu-bottom-section {
      gap: 50px;
    }
    .mega-menu-bottom-section .mega-download-btn a {
      padding: 10px 15px;
      font-size: 14px;
      width: fit-content;
    }
    .copyright-section {
      display: flex;
      gap: 10px;
    }
    .copyright-section p {
      font-size: 12px;
    }
    .mega-menu-bottom-section .mega-social-media-icons a img {
      width: auto;
      height: 16px;
    }
    .last-part img {
    }
    .mega-menu-middle-section {
    }

    /* banner-section */
    h1.animate-charcter {
      font-size: 65px;
    }

    /* Overview section */
    .overview-section .logo-icon {
      width: 30px;
      padding-bottom: 17px;
    }
    .section-head {
      font-size: 19px;
    }
    .overview-right-img img.img-fluid {
      width: 80%;
      height: 450px;
      object-fit: cover;
    }
    .section-head-para {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 45px;
    }
    .overview-section p {
      line-height: 24px;
      font-size: 14px;
      word-spacing: 0;
      letter-spacing: 0.8;
    }
    .overview-left-img img.img-fluid {
      width: 90%;
      height: 500px;
      margin-top: 0px;
      object-fit: cover;
    }
    .overview-para-details.right-bottom {
      width: 50%;
      padding-top: 100px;
      padding-left: 40px;
    }
    .explore-more {
      font-size: 13px;
      margin-top: 30px;
    }

    /* Project-types */
    .project-typology .project-types {
      height: 540px;
    }
    .project-typology .section .content a {
      font-size: 18px;
    }

    /* Counter Section */
    .counter-section .logo-icon {
      width: 30px;
      margin-bottom: 0px;
    }
    p.counter-sub-head {
      font-size: 16px;
    }
    p.main-content {
      font-size: 13px;
      line-height: 24px;
    }
    h3.counter-head {
      font-size: 32px;
      line-height: 42px;
      padding: 25px 0;
    }

    .loader img {
      height: 40px;
    }
    .loader {
      padding: 50px 20px 20px;
      margin: 15px 15px;
    }
    /* .loader p { font-size: 12px; } */
    span.count {
      font-size: 36px;
    }

    /* Project Boxes section */
    .project-section .our-projects {
      letter-spacing: 1px;
      word-spacing: 2px;
      font-size: 32px;
    }
    .projects-details {
      height: 522px;
    }
    .owl-item.active .pro-img {
      width: 74%;
    }
    .project-section .pro-name-sec {
      right: 0%;
      bottom: 0%;
      width: 50%;
    }
    .project-section .pro-name-sec p {
      font-size: 13px;
    }
    .project-section .pro-name-sec h3 {
      font-size: 25px;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .project-section .pro-name-sec p {
      font-size: 14px;
      color: #454545;
    }
    .project-section .pro-name-sec a {
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-top: 15px;
    }
    .project-section .pro-name-sec .project-status {
      font-size: 14px;
      font-weight: 600;
    }
    .project-section .pro-name-sec p.project-status {
      font-size: 14px;
      font-weight: 500;
    }

    .project-section .owl-nav {
      position: relative;
      top: 46px;
    }
    button.owl-prev {
      left: 33%;
    }
    button.owl-next {
      right: 33%;
    }
    #owl-one .owl-dots {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      top: 32px;
    }
    div#counter {
      margin-top: 39px;
    }
    p.our-projects-para {
      width: 10%;
      padding-bottom: 10px;
      font-size: 16px;
    }

    /* Amenity Section */
    .amenity-img img {
      height: 700px;
      object-fit: cover;
    }

    .amenity-detail .logo-icon {
      width: 30px;
      margin-bottom: 6px;
      padding-bottom: 11px;
    }
    h2.amenity-para {
      font-size: 32px;
    }
    .amenities-section .amenity-box img {
      width: 48px;
    }
    .amenity-box p {
      font-size: 13px;
    }
    .amenities-section .amenity-box {
      margin: 5px 10px 0;
    }

    /* testimonial-section */
    .testimonial-section .logo-icon {
      width: 30px;
      display: block;
      margin: auto;
    }
    .testimonial-details .testi-content {
      font-size: 13px;
    }
    .testi-name {
      gap: 30px;
    }
    .testi-name div span {
      font-size: 15px;
    }
    .testi-name div p {
      font-size: 13px;
    }
    .testi-name img {
      width: 60px !important;
      height: 60px;
    }
    .testimonial-details {
      padding: 40px 40px 25px;
    }

    #owl-two .owl-nav {
      top: 8%;
    }

    /* Our Leader Section */
    p.detail-md {
      font-size: 13px;
      padding-right: 10px;
    }
    .chairman-img img.img-fluid {
      height: 360px;
    }
    .know-more-btn a {
      font-size: 12px;
    }
    h2.chairman-name {
      font-size: 28px;
    }
    p.about-chairman {
      font-size: 14px;
    }

    /* Footer Section */
    .bottom-footer-section {
      padding: 30px 0 30px;
    }
    a.blantershow-chat {
      bottom: 30px;
    }
    p.btm-foot {
      font-size: 13px;
      gap: 20px;
    }
    section.footer-section .copyright a {
      font-size: 11px;
    }
    .footer-quick-links.footer-links > h3 {
      font-size: 20px;
      letter-spacing: 1px;
    }
    .footer-quick-links.footer-links p {
      font-size: 14px;
    }
    section.footer-section .copyright {
      font-size: 11px;
    }
    .footer-quick-links.footer-links {
      /* padding-left: 60px; */
    }
    .btm-foot.social-media-links {
      font-size: 11px;
    }
    a.blantershow-chat {
      font-size: 13px;
    }
    .container {
      max-width: 90%;
    }
    .inside-about-us h4.section-head {
      font-size: 22px;
    }

    .nri-form .nri-form-heading {
      font-size: 32px;
    }

    .vision_mission p {
      font-size: 14px;
    }

    section.footer-section .col-md-12.pt-lg-5 .row {
      gap: 0px 35px;
    }

    .loader-box .loader-bottom-heading {
      color: #8d745a;
      width: 100%;
      padding: 30px;
      text-align: center;
      letter-spacing: 48px;
      font-size: 28px;
    }
    .loader-content .enter-website-button {
      padding: 22px;
      border-radius: 50px;
      margin: 0 auto;
      font-size: 18px;
      letter-spacing: 6px;
      margin-bottom: 0;
      line-height: 0;
      padding-bottom: 19px;
    }
    .loader-content .wait-heading {
      font-size: 17px;
    }
  }

  .container-fluid.job-page {
    position: relative;
  }

  .container-fluid.job-page::after {
    content: "";
    position: absolute;
    top: 57px;
    left: 58%;
    width: 1px;
    height: 80%;
    background-color: #00000021;
    z-index: 1;
  }

  /* end of 1600 */

  @media (max-width: 1400px) {
    .py_xl_50 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;
    }

    .py_xl_100 {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
    }

    .mb_xl_20 {
      margin-bottom: 20px !important;
    }

    .loader {
      padding: 50px 20px 20px;
      margin: 15px 10px;
    }

    /* Project BOX */
    .project-section .pro-name-sec {
      padding: 25px 20px;
    }
    .owl-item.active .pro-img {
      width: 85%;
    }
    .project-section .pro-name-sec {
      right: -6%;
      bottom: -3%;
      width: 50%;
    }
    p.detail-md {
      font-size: 14px;
      padding-right: 0px;
      text-align: justify;
    }

    /* Amenity Section */
    .amenities-section .amenity-box {
      padding: 25px 10px;
    }
    .amenity-img img {
      height: 600px;
    }

    /* Whatsapp */
    .tooltip .tooltiptext {
      padding: 8px 15px;
    }

    /* Footer Section */

    section.footer-section a {
      font-size: 14px;
    }
    .fixed-tooltip {
      left: 81px;
    }
    a.blantershow-chat {
      right: 80px;
      padding: 8px 15px;
      gap: 3px;
    }
    .about-builder p {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 23px !important;
      text-align: justify;
      text-align-last: center;
    }

    /* mega menu section */
  }

  .blur-project-img .project-banner-img {
    opacity: 0.1;
  }

  .project-img-platter img.img-fluid.project-logo-img {
    position: absolute;
    width: 137px;
    height: unset;
    z-index: 9;
    object-fit: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* end of 1400 */
  section.section.contact-us .nri-form .btn-custom-2 {
    width: 100%;
  }

  .container-fluid.job-page .career-form-main-box {
    width: 63%;
    margin-left: auto !important;
    border: 1px solid #ffffff7a;
  }

  @media (max-width: 1366px) {
    .hamburder-section.open .mega-top-bar {
      top: 30px;
      padding-left: 65px;
      width: 55%;
    }
    h4.renox-group-bottom-menu {
      top: -80px;
      letter-spacing: 34px;
      font-size: 47px;
      left: -51px;
    }
    .close-btn {
      font-size: 15px;
    }
    .second-half .main-project-type {
      font-size: 26px;
      margin-bottom: 41px;
      padding: 7px 15px;
      font-weight: 300;
      letter-spacing: 2px;
    }
    section.footer-section .container {
      max-width: 95% !important;
    }
  }

  a.blantershow-chat span.text-chat {
    display: none;
  }

  @media (max-width: 767px) {
    p {
      line-height: 22px !important;
    }

    .mx_sm_-15 {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
    .px_sm_15 {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }

    .mb_sm_20 {
      margin-bottom: 20px !important;
    }

    .mb_sm_30 {
      margin-bottom: 30px !important;
    }

    .mb_sm_40 {
      margin-bottom: 40px !important;
    }

    .mt_sm_0 {
      margin-top: 0px !important;
    }

    .mt_sm_5 {
      margin-top: 5px !important;
    }

    .mt_sm_10 {
      margin-top: 10px !important;
    }

    .mt_sm_30 {
      margin-top: 30px !important;
    }

    .mt_sm_40 {
      margin-top: 40px !important;
    }

    .mt_sm_60 {
      margin-top: 60px !important;
    }

    .py_sm_0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }

    .d-view {
      display: none;
    }
    .m-view {
      display: block;
    }

    .sec_title {
      font-size: 26px !important;
    }

    .text_sm_left {
      text-align: left !important;
    }

    .w_sm_100 {
      width: 100% !important;
    }

    section.section {
      padding: 60px 0;
      padding-top: 110px;
    }

    .section-head {
      display: inline-block;
      font-size: 16px;
      padding-bottom: 5px;
    }
    .section-head.text_sm_left {
      margin-left: 0;
    }

    .section-head-para {
      font-size: 20px;
      margin-bottom: 25px;
      line-height: 30px;
    }

    .project-details-ban.platter .animate-charcter {
      font-size: 28px;
      width: 90%;
      letter-spacing: 6px;
    }
    .hospitality-platter-section .our-projects {
      font-size: 14px;
    }
    .hospitality-platter-section .hotels-details {
      padding: 10px 10px 40px;
    }

    .upcoming-location-section {
      padding: 40px 0;
    }
    .platter-head {
      font-size: 32px;
      padding: 25px 0 0;
    }
    .upcoming-location-section .location-details {
      display: flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
      border: 1px solid #062f20;
      margin: 0 0px;
      padding: 6px 5px;
      width: 100%;
      margin: auto;
    }
    .upcoming-location-section .location-details img {
      width: auto;
      height: 16px;
    }
    .upcoming-location-section .location-details p {
      font-size: 11px;
    }
    .upcoming-location-section .platter-head {
      font-size: 20px;
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
    }

    .hospitality-platter-section {
      padding: 40px 0;
    }
    .hospitality-platter-section .key-features {
      font-size: 13px;
    }
    .features-points p {
      font-size: 12px;
    }
    .hospitality-platter-section .platter-para {
      text-align: center;
      padding-top: 16px;
      font-size: 14px;
    }

    .leadership-box p.main-subheadung-section {
      font-size: 16px;
    }
    .leadership-box h4.main-heading-section {
      font-size: 23px;
    }
    .nri-container .para-content {
      font-size: 12px;
    }

    /* contact us */
    h2.contact-main-heading {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 20px;
    }
    /* h3.find-us {font-size: 22px; margin-bottom: 15px;} */
    h3.find-us {
      font-size: 32px;
      margin-bottom: 25px;
    }
    /* Our Media */
    .our-media-section {
      padding: 40px 0;
    }
    .our-media-section .our-media-head {
      font-size: 13px;
      letter-spacing: 0.6px;
      padding-bottom: 5px;
    }
    .our-media-section .our-media-para {
      font-size: 20px;
      line-height: 30px;
      width: 100%;
    }
    .media-boxes a .media-img {
      height: 215px;
    }
    #owl-media .owl-nav {
      top: 115%;
    }
    #owl-media button.owl-prev {
      left: 20%;
    }
    #owl-media button.owl-next {
      right: 20%;
    }
    .our-media-section div#counter {
      margin-top: 35px;
      font-size: 16px;
    }

    /* Platter Box */
    .overview-platter .platter-head {
      font-size: 20px;
      width: 100%;
      text-align: center;
    }
    .platter-width {
      width: 90%;
      padding: 20px 0;
      gap: 15px;
    }
    h3.platter-project-name {
      font-size: 22px;
      letter-spacing: 0.5px;
      word-spacing: 3px;
      margin-bottom: 0 !important;
      gap: 15px;
    }
    p.platter-project-content {
      line-height: 26px;
      font-size: 12px;
    }
    p.platter-project-typology {
      padding-bottom: 5px;
      gap: 55px;
    }
    p.platter-project-location,
    p.platter-project-status {
      padding-bottom: 5px;
    }

    a.platter-view-details {
      margin-top: 0px;
      padding: 10px 24px;
      font-size: 12px;
    }
    .order-project-2 {
      order: 1;
    }
    .order-project-1 {
      order: 2;
    }

    /* banner-section */

    .banner-setion .banner img {
      height: auto;
      object-fit: cover;
    }
    .scroll-btn a {
      bottom: 0px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    section#scroll-btn {
      display: none;
    }
    h1.animate-charcter {
      font-size: 30px;
      letter-spacing: 6px;
    }

    /* header */
    .header-section img.project-logo {
      width: 150px;
      display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    }

    /* Mega Menu */
    .second-half .main-project-type {
      font-size: 32px;
      padding: 10px 10px;
    }
    .mega-menu ul > li a {
      font-size: 17px;
    }
    .hamburder-section.open .last-part {
      display: none;
    }
    .second-half .main-project-type,
    .second-half .main-project {
      font-size: 20px;
      padding: 10px;
      margin-bottom: 42px;
      text-align: left;
      border-color: #00000014;
    }
    .hamburder-section.open .second-half {
      padding: 0px;
    }
    .hamburder-section.open .outer-half {
      padding: 0px;
      gap: 19px;
      width: 100%;
      text-align: left;
    }
    .details-flex .sub-projects a {
      font-size: 20px;
    }
    .mega-menu-middle-section::before {
      content: unset;
    }
    .hamburder-section.open .mega-menu-bottom-section {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;
      justify-content: center;
      padding: 10px 0;
    }
    .copyright-section {
      display: flex;
      gap: 10px;
      flex-direction: column;
      text-align: center;
    }
    .mega-menu ul > li {
      padding-bottom: 0px;
    }
    .mega-menu-middle-section {
      /* border-top: 1px solid #b986556e; */ /* border-bottom: 1px solid #b986556e; */
    }
    .mega-menu-middle-section {
      padding: 5px 10px 5px;
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: inherit;
      margin: 10px 0;
      gap: 10px 60px;
      align-items: baseline;
    }
    img.mega-menu-logo {
      width: 100px;
      padding: 4px 0;
    }
    .mega-top-bar {
      width: 100%;
      padding: 0px 15px;
    }
    .hamb-line {
      margin: 3px 0;
    }

    /* overview-section */
    .overview-section {
      padding: 35px 0px 0px;
    }
    .overview-padding {
      padding: 0 0px;
    }
    .over-head {
      width: 100%;
    }
    .overview-section .logo-icon {
      padding-bottom: 15px;
    }
    .overview-right-img {
      width: 100%;
    }
    .overview-right-img img.img-fluid {
      width: 100%;
      height: auto;
      object-fit: unset;
    }
    .overview-left-img {
      width: 100%;
    }
    .overview-left-img img.img-fluid {
      width: 100%;
      height: 300px;
    }
    .overview-para-details.right-bottom {
      width: 100%;
      padding-top: 40px;
      padding-left: 0px;
    }
    .overview-para-details.right-bottom {
      width: 100% !important;
      padding-left: 0 !important;
    }
    .overview-third-section-content {
      width: 100% !important;
    }

    /* project types */
    .project-typology .project-types {
      flex-direction: column;
    }
    .project-typology .project-types {
      height: auto;
      display: unset;
    }
    .project-typology .section {
      height: 250px;
    }

    .project-typology .section:not(:last-child) {
      margin-bottom: 10px;
    }

    .project-typology .section .content a {
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 14px;
    }

    /* counter section */
    .counter-content {
      width: 100%;
      text-align: left;
    }
    .counter-section {
      padding: 40px 0px;
    }
    p.main-content {
      text-align: start;
    }
    h3.counter-head {
      font-size: 26px;
      line-height: 42px;
      padding: 25px 0;
      margin: 0;
      width: 100%;
      text-align: left;
    }
    .loader {
      padding: 40px 0px 10px;
      margin: 0;
    }
    .loader p {
      font-size: 10px;
      text-transform: uppercase;
      line-height: 12px !important;
    }
    p.counter-sub-head {
      font-size: 14px;
      text-align: start;
      margin: unset;
    }
    p.main-content {
      margin-bottom: 30px;
      font-size: 12px;
      text-align: justify;
    }

    /* Project Section */
    .project-section {
      padding: 40px 0 40px;
    }
    p.our-projects-para {
      width: 40%;
      padding-bottom: 10px;
      font-size: 13px;
    }
    .project-section .our-projects {
      letter-spacing: 1px;
      word-spacing: 2px;
      font-size: 28px;
      margin: 30px 0 40px;
      width: 100%;
    }
    .projects-details {
      padding: 0px;
      margin: 0px;
      height: auto;
    }
    .owl-item.active .pro-img {
      width: 100%;
      height: auto;
    }
    .project-section .logo-icon {
      width: 60px;
    }

    .project-section .pro-name-sec {
      bottom: unset;
      top: -30px;
      width: 80%;
      padding: 15px 20px;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      right: unset;
    }
    .project-section .owl-nav {
      top: unset;
    }
    button.owl-prev {
      left: 10%;
    }
    button.owl-next {
      right: 10%;
    }
    #owl-one .owl-dots {
      bottom: 13px;
      top: unset;
    }
    div#counter {
      margin-top: 0px;
    }

    /* Amenity Section */
    .amenity-img img {
      height: auto;
      object-fit: unset;
    }

    .amenity-detail::before {
      background: linear-gradient(181deg, #00000000, #c1946961),
        url(../images/back-pattern.png) no-repeat;
      z-index: -1;
      opacity: 0.2;
      display: none;
    }
    .amenities-section .amenity-box {
      padding: 20px 0px;
      margin: 0;
    }
    h2.amenity-para {
      font-size: 26px;
    }

    /* testimonial section */
    .testimonial-section {
      padding: 40px 0 40px;
    }
    .testimonial-section .testimonial-para {
      padding: 20px 0 10px;
      font-size: 13px;
      margin: 0;
    }
    .testimonial-section .testimonial-head {
      font-size: 26px;
      width: 100%;
      text-align: start;
    }
    .testimonial-section .logo-icon {
      width: 60px;
      display: block;
      margin: 0;
    }
    .testimonial-details {
      padding: 0px 15px 5px;
      margin: 0px 5px 30px;
    }
    #owl-two .owl-nav {
      top: 97%;
    }
    .testi-name {
      padding: 10px 0;
    }
    #owl-two button.owl-prev {
      left: 25%;
    }
    #owl-two button.owl-next {
      right: 25%;
    }

    /* About Leader */
    section.about-us {
      position: relative;
      padding: 40px 0 40px;
    }
    .about-us .about-md-para {
      font-size: 13px;
      width: fit-content;
    }
    .about-us .about-md {
      font-size: 26px;
      letter-spacing: 1px;
      word-spacing: 1px;
      padding: 30px 0 15px;
    }
    .chairman-img.mobile-view img.img-fluid {
      height: 340px;
      width: 100%;
      object-fit: cover;
      padding: 0;
    }
    .chairman-img.mobile-view h2.chairman-name {
      font-size: 22px;
      letter-spacing: 0.8px;
    }
    .chairman-img.mobile-view {
      text-align: start;
      padding-bottom: 20px;
    }

    /* Footer Section */

    .about-builder {
      padding: 0px 0px;
      text-align: center;
      gap: 20px;
      flex-direction: column;
    }
    .border-btm {
      margin-top: 30px;
    }
    .footer-quick-links.footer-links {
      padding-left: 0;
      margin-top: 30px;
      width: 100%;
    }
    .footer-quick-links.footer-links h3 {
      margin-bottom: 20px;
      font-size: 18px;
    }

    section.footer-section .copyright {
      font-size: 11px;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .bottom-footer-section {
      display: flex;
      justify-content: space-between;
      padding: 30px 0;
      padding-top: 10px;
      flex-direction: column-reverse;
      gap: 20px;
    }

    .fixed-tooltip {
      left: 28px;
    }
    a.blantershow-chat {
      right: 10px;
      padding: 8px 15px;
      gap: 3px;
      background: none;
      box-shadow: none;
    }
    a.blantershow-chat .text-chat {
      display: none;
    }
    a.blantershow-chat svg {
      transform: scale(1.2);
      margin: 0 10px 0 0;
      width: 30px;
    }
    .btm-foot.social-media-links {
      font-size: 12px;
      gap: 5px;
    }
    .social-media-links a {
      padding: 4px 5px;
    }
    .footer-quick-links.footer-links p {
      font-size: 16px;
    }
    .txt span.icon {
      width: 18px;
      filter: invert(1);
    }

    /* Contact Us  */
    .contact-us {
      padding: 40px 0;
    }
    .contact-left-section {
      padding: 0 0px;
    }
    .contact-left-section .head-section p {
      font-size: 13px;
    }
    .contact-left-section .head-section h3 {
      font-size: 28px;
    }
    .nri-form {
      padding: 0;
    }

    /* Career */
    .job-page .job-sec {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }
    .job-part {
      width: 100%;
      padding: 20px 15px;
    }
    .inn-job ul {
      padding: 0 !important;
    }
    .job-part .jobapply {
      padding: 8px 10px;
      width: 50%;
    }
    .job-part .btn-inn a {
      padding: 8px 10px;
      width: 46%;
      font-size: 13px;
    }

    /* EMI Calculator */
    canvas#pieChart {
      height: 338px !important;
      margin-top: 50px;
      margin-left: 0 !important;
    }

    /* Job Details */
    .job-title {
      padding: 25px 20px;
    }
    .job-details-container .btn-inn a {
      padding: 8px 30px;
      width: 50%;
      margin-top: 20px;
    }
    .job-basic {
      padding: 25px 20px;
    }
    .job-disc {
      padding: 25px 20px;
    }
    .job-details-container .job-disc .btn-inn {
      margin-top: 10px;
    }

    /* Tax Benefits */
    .property-content-box {
      padding: 20px;
    }

    /* form */
    .form-bottom .logo {
      max-width: 80px;
    }

    section.page-inside-banner-head .inside-header-img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
    }

    .page-inside-banner-head .insidepage-header-content h4 {
      font-size: 26px;
      letter-spacing: 8px;
      padding-left: 0;
    }

    .insidepage-header-content .breadcrumbs {
      margin-top: 10px;
    }

    .insidepage-header-content .breadcrumbs a,
    .insidepage-header-content .breadcrumbs {
      font-size: 12px;
      letter-spacing: 1px;
    }

    .page-inside-banner-head {
      position: relative;
      padding: 130px 15px 50px;
    }

    .page-inside-banner-head .insidepage-header-content {
      position: relative;
      top: unset;
      transform: unset;
      background: unset;
    }

    .overview-left-img img.img-fluid {
      margin-top: 0 !important;
    }

    section.mission-and-vision {
      padding: 60px 0 !important;
    }

    .mission-and-vision .icon {
      width: 40px;
    }

    section.mission-and-vision .vision-section h3 {
      font-size: 22px;
      margin: 25px 0;
    }

    .mission-and-vision .sec_title {
      margin: 25px 0 10px !important;
    }

    p.mission-highlights-points {
      margin: 7px 0px !important;
    }

    h2.chairman-name {
      font-size: 22px;
      padding-bottom: 0;
    }

    p.about-chairman {
      text-transform: uppercase;
    }

    section.footer-section {
      padding: 60px 0 30px;
    }

    .my_container .container {
      min-width: 100%;
    }

    .contact-container .footer-form {
      margin: 0;
    }

    .area_converter_page .btns {
      flex-direction: column;
      align-items: center;
      display: flex;
      gap: 10px;
    }

    /* blog page */
    .blogs_page_section {
      padding: 50px 0;
    }
    .blogs_page_section .single_blog .date {
      font-size: 12px;
      margin-bottom: 15px;
    }
    .blogs_page_section .single_blog .title {
      font-size: 18px;
      line-height: 22px;
    }
    .blogs_page_section .single_blog .des {
      font-size: 12px;
      margin-top: 8px;
      line-height: 18px !important;
    }

    /* blog detail page */

    .blog_detail .single .date {
      margin: 15px 0;
      font-size: 12px;
    }

    .blog_detail .single .date .icon {
      width: 12px;
    }

    .blog_detail .single .title {
      line-height: 24px;
      font-size: 20px;
      margin-bottom: 15px;
    }

    .blog_detail .single .description {
      line-height: 22px;
      font-size: 12px;
      text-align: justify;
    }

    /* blog detail page */

    .pagination {
      margin-top: 10px;
    }

    .pagination .page-link {
      height: 30px;
      width: 30px;
      font-size: 10px;
    }

    /* platter */

    section#our-projects .project-img-platter {
      margin: 0;
    }

    .platter-project-details p.platter-project-content {
      margin-bottom: 5px;
    }

    .platter-project-details .platter-width span {
      font-size: 12px;
    }

    .platter-project-details .platter-project-btn {
      margin-top: 15px;
    }

    /* loader */

    span.count {
      font-size: 30px;
    }

    span.percentage {
      font-size: 18px;
    }

    .project-section .pro-name-sec h3 {
      font-size: 18px;
    }

    .project-section #owl-one {
      max-width: 100%;
    }

    .project-section .pro-name-sec p {
      line-height: initial !important;
    }

    .project-section .pro-name-sec p.project-status {
      font-size: 12px;
    }

    .project-section .projects-details .pro-img {
      height: auto;
    }

    .owl-nav .owl-prev img,
    .owl-nav .owl-next img {
      width: 25px;
    }

    #owl-one .owl-dots .owl-dot span {
      width: 20px !important;
    }

    .amenity-detail {
      padding: 60px 0px;
    }

    .amenity-box p {
      font-size: 12px;
      line-height: 18px !important;
    }

    .vision_mission {
      background-position: center;
    }

    .vision_mission:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      background: rgba(0 0 0 / 50%);
    }

    .vision_mission .icon {
      height: 36px;
    }

    .section-head-para.para_sm {
      font-size: 22px;
      line-height: 28px;
    }

    .vision_mission p {
      font-size: 12px;
    }

    .committed_section .custom-icon-box {
      padding: 20px;
    }

    .committed_section .icon {
      width: 36px;
    }

    .committed_section .custom-icon-box p {
      font-size: 12px;
      margin-top: 10px;
      line-height: initial !important;
    }

    .chairman-img {
      text-align: left;
    }

    .chairman-img img.img-fluid {
      height: auto;
      padding: 0;
      width: 100%;
    }

    .inside-about-us .about-img-1 {
      position: unset;
      width: 100%;
      height: unset;
    }
    .overview-para-details.about-details-box {
      background-color: #fff;
      padding: 20px;
      text-align: center;
      width: 100%;
      margin-left: auto;
      margin-top: 25px;
      margin-bottom: 0;
    }
    .overview-section .left-col-custom {
      padding-right: 15px;
    }
    .inside-about-us .mt_sm_40 {
      margin-top: 34px !important;
      margin-bottom: 20px;
    }
    .inside-about-us .section-head-para {
      width: 83%;
      margin-bottom: 30px;
    }
    .inside-about-us {
      padding-bottom: 60px !important;
    }
    nav.navbar.navbar-expand-lg {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    section.footer-section .col-md-12.pt-lg-5 .row {
      gap: unset;
    }

    .loader-content .loader-heading {
      letter-spacing: 12px;
      font-size: 30px;
      margin-bottom: 50px;
    }
    .loader-content .wait-heading {
      font-size: 15px;
    }
    .loader-box .sub-heading-loader {
      margin-bottom: 15px;
      letter-spacing: 8px;
      top: -50px;
      font-size: 12px;
    }
    .loader-content .enter-website-button {
      padding: 20px;
      font-size: 16px;
      letter-spacing: 5px;
      padding-bottom: 19px;
    }
    .loader-box .loader-bottom-heading {
      padding: 19px;
      text-align: center;
      letter-spacing: 12px;
      font-size: 18px;
    }
    video.banner-video.d_sm_block {
      height: auto;
    }
    h4.renox-group-bottom-menu {
      letter-spacing: 10px;
      font-size: 24px;
      left: 0;
      position: unset;
    }
    .hamburder-section.open .mega-top-bar {
      padding-left: 0;
      width: 55%;
      position: unset;
      width: 100%;
      display: block;
      padding: 0px;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 0px;
      margin-bottom: 14px;
    }
    .sound-button {
      position: absolute;
      bottom: -10%;
      transform: scale(0.1);
      left: -30%;
    }
    .mega-social-media-icons {
      display: flex;
      height: fit-content;
      align-items: center;
      gap: 0 20px;
      justify-content: center;
      margin-top: 40px;
    }
    .hamburder-section.open .mega-menu {
      display: grid;
    }
    .hamburder-section.open .mega-menu {
      height: 100%;
    }
    .hamburder-section.open .second-half::after {
      content: "";
      position: absolute;
      top: 8px;
      right: -32%;
      width: 1px;
      height: 80%;
      background-color: #0000000d;
    }
    .hamburder-section .renox-group-bottom-menu {
      display: none;
    }

    .job-page {
      padding-top: 60px;
      padding-bottom: 35px;
    }
    .container-fluid.job-page .row.row-2 p {
      margin-bottom: 0px;
    }
    .container-fluid.job-page .csr-card {
      padding: 5px;
      padding-top: 20px;
    }

    .hamburder-section.open .renox-group-bottom-menu {
      display: block;
    }
    video.banner-video.d_sm_block.video-ended {
      display: none;
    }
    .container-fluid.job-page .container {
      max-width: 100%;
    }
    .container-fluid.job-page .section-head-para.text-center {
      width: 100%;
      margin: 0px auto;
      margin-bottom: 40px;
      margin-top: 0;
    }
    .contact-us .nri-form {
      width: 100%;
      margin-top: 20px;
      padding: 22px !important;
    }

    .container-fluid.job-page::after {
      display: none;
    }
    .container-fluid.job-page .section-head-para.text-center {
      text-align: left !important;
    }

    .banner-setion .banner.platter-page-banner img {
      height: auto !important;
      object-fit: cover;
    }

    .container-fluid.job-page .career-form-main-box {
      width: 100%;
    }

    .footer-section .col-6.col-md-2:nth-of-type(5) {
      max-width: 100% !important;
      width: 100%;
      display: block !important;
      flex: unset !important;
      text-align: left;
    }
    .footer-section .txt {
      justify-content: unset;
    }
  }

  .job-page .career-form-main-box {
    padding: 25px;
    outline: 1px solid #b9865554;
  }

  .form-control:focus {
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  .career-form-main-box .form-control option {
    background-color: #062f20;
    color: #fff;
  }

  img.img-fluid.d_sm_none.slider-banner {
    display: none;
  }

  img.img-fluid.d_sm_none.slider-banner.image-show {
    display: block;
  }

  .about-builder img {
    margin: 0px auto;
    /* display: none; */
  }
}

/* end of 767 */
/* end of 767 */

.job-page .career-form-main-box {
  padding: 25px;
  outline: 1px solid #b9865554;
}

.form-control:focus {
  background-color: none;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.career-form-main-box .form-control option {
  background-color: #062f20;
  color: #fff;
}

/* end of 767 */
/* end of 767 */

@media (max-width: 1280px) {
  .renox-group-bottom-menu {
    top: -80px;
    letter-spacing: 34px;
    font-size: 47px;
    left: -70px;
  }
  .container {
    max-width: 97% !important;
  }
  section.footer-section a {
    font-size: 14px;
  }
  section.footer-section .container {
    max-width: 95% !important;
  }
}

.bottom-flex-keyword {
  display: flex;
  justify-content: center;
  margin-top: 49px;
  gap: 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 40px;
}
.bottom-flex-keyword p {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.bottom-flex-keyword p:nth-of-type(2) {
  border-left: 1px solid #fff5;
  padding-left: 20px;
}

.footer-section .space-footer {
  margin-top: 50px;
  margin-bottom: 5px;
}
.footer-section .space-footer-t {
  margin-top: 55px;
}

section.section.counter-section h4.section-head.mb-tt.aos-init.aos-animate {
  margin-bottom: 25px;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.banner-setion img.slider-banner {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

.banner-setion {
  position: relative;
}
.boxx {
  text-align: center;
  position: absolute;
  width: 50%;
  margin: 0 auto;
  top: 25%;
  left: 25%;
}
.boxx h1 {
  color: #fff;
  font-family: var(--Abhaya_Libre);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.boxx img {
  width: 75%;
}
.boxx.slider-img-content.image-show {
  display: block;
}

.boxx.slider-img-content {
  display: none;
}

.slider-img-content {
  display: none;
}
.hide-top-banner {
  display: none !important;
}
.show-hide {
  display: block !important;
}
.slider-img-content.show-hide {
  display: block !important;
}

.slider-banner.hide-top-banner.show-hide {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@media (max-width: 768px) {
  .bottom-flex-keyword p a {
    font-size: 10px !important;
    line-height: 0px;
  }

  .f-left-padding .disclaimer {
    margin-top: 24px;
    text-align: center;
  }
  .logo-inner-menu {
    position: absolute;
    right: 0;
    top: unset;
    left: 0;
    width: 100%;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    bottom: 25px;
    justify-content: center;
    bottom: 110px;
  }
  .logo-inner-menu img {
    width: 90px;
  }
  .boxx {
    text-align: center;
    position: absolute;
    width: 96%;
    margin: 0 auto;
    top: 25%;
    left: 2%;
  }

  section.footer-section .copyright b {
    display: none;
  }

  section.footer-section .bottom-flex-keyword {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: unset;
    margin-top: 17px;
    gap: 0 0;
    /* border-top: none; */
    padding-top: 6px;
    align-items: center;
  }

  section.footer-section .border-btm {
    margin-top: 10px;
  }

  .bottom-flex-keyword p:nth-of-type(2) {
    /* border-left:none; */
    padding-left: none;
  }
  .bottom-flex-keyword p:nth-of-type(2) {
    padding-left: 21px;
  }

  .bottom-flex-keyword p:first-child {
    padding-right: 21px;
  }

  .vision_mission p {
    max-width: 100%;
  }

  .hamburder-section.open .renox-group-bottom-menu{
    font-size: 20px;
  }
  section.section {
    padding: 60px 0;
   }
}
section.section.vision_mission.position-relative {
  padding-top: 141px;
}
}


@media (max-width: 376px) {
  .logo-inner-menu {
    bottom: 80px;
  }

  
}


/* Registration form */
 section.page-inside-banner-head .inside-header-imgs {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  filter: brightness(0.5);
}
.section-head-paras {
  font-size: 46px;
}
/*
.contact-us .nri-forms {
  margin-top: 0px;
  padding: 50px 50px 0 50px !important;
  background-color: #b9865514;
  border-radius: 0px;
  width: 84%;
}

.register-img{
  background-image: url(../images/registration-img.jpg);
  width: 100%;
  height: auto;
} */

.register{
  /* background: -webkit-linear-gradient(left, #3931af, #00c6ff); */
  background: -webkit-linear-gradient(left, #062f20, #ab6c3a);
  margin-top: 3%;
  padding: 3%;
}
.register-left{
  text-align: center;
  color: #fff;
  margin-top: 4%;
}
/* .register-left input{
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
} */
.register-right{
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}
.register-left img{
  margin-top: 15%;
  margin-bottom: 5%;
  width: fit-content;
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.register-left p{
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnRegister{
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}
.register .nav-tabs{
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}
.register .nav-tabs .nav-link{
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover{
  border: none;
}
.register .nav-tabs .nav-link.active{
  width: 100px;
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading{
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: #495057;
}
.contact-us .nri-form{
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 767px) {

  .register-left img {
    margin-top: 0%;
    margin-bottom: ;
    width: 10%;
  }

}

#registration-form{
  transition: all 2s ease;
}
.customeslect img{
  width: 20px;
}
.customeslect label{
  position: absolute;
  right: 20px;
  top: 16px;
}
.customeslect{
  position: relative;
}