* {
  margin: 0;

  padding: 0;
}

body {
  overflow-x: hidden !important;
}

:root {
  --Primary: #5f5c53;

  --Secondary: #2c2c2c;

  --btn-col: #d16d56;
}
.iti {
  width: 100%;
}
@font-face {
  font-family: ClashDisplay-Medium;

  src: url(../fonts/ClashDisplay/ClashDisplay-Medium.ttf);
}

@font-face {
  font-family: ClashDisplay-Regular;

  src: url(../fonts/ClashDisplay/ClashDisplay-Regular.ttf);
}

@font-face {
  font-family: FrankRuhlLibre-Light;

  src: url(../fonts/FrankRuhlLibre/FrankRuhlLibre-Light.ttf);

  font-weight: 300;
}

@font-face {
  font-family: FrankRuhlLibre-Medium;

  src: url(../fonts/FrankRuhlLibre/FrankRuhlLibre-Medium.ttf);
}

@font-face {
  font-family: FrankRuhlLibre-Regular;

  src: url(../fonts/FrankRuhlLibre/FrankRuhlLibre-Regular.ttf);
}

@font-face {
  font-family: Inter-Light;

  src: url(../fonts/Inter/Inter-Light.ttf);
}

@font-face {
  font-family: Inter-Medium;

  src: url(../fonts/Inter/Inter-Medium.ttf);
}

@font-face {
  font-family: Inter-Regular;

  src: url(../fonts/Inter/Inter-Regular.ttf);
}

.main-banner {
  position: relative;
}

.main-banner .my-navbar {
  position: absolute;

  left: 0;

  width: 100%;

  z-index: 999;

  padding: 24px 106px;

  z-index: 9;
}

.bann-in-txt span {
  display: block;
  font-size: 26px;
  letter-spacing: 1px;
  word-spacing: 4px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.main-banner .my-navbar .navbar-collapse {
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;

  text-align: right;

  font-family: Inter-Light;

  font-size: 18px;

  font-style: normal;

  font-weight: 600;

  /* letter-spacing: 0px; */

  line-height: 26px;

  /* 144.444% */

  letter-spacing: 1px;

  padding: 0 26px;
}

.side-button button {
  display: inline-flex;

  padding: 6px 6px 6px 24.083px;

  justify-content: flex-end;

  align-items: center;

  gap: 23.917px;

  border-radius: 172.021px;

  border: 0.86px solid #fff;
  color: #fff;

  font-family: Inter-Medium;

  font-size: 16px;

  font-style: normal;

  font-weight: 500;

  line-height: 21.548px;

  /* 155.556% */

  letter-spacing: -0.277px;

  background: transparent;
}
.over-img img {
  width: 50%;
  margin: 0 auto;
}
.side-button button span {
  border-radius: 230.87px;

  background: #eea520;

  width: 40px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.main-banner .banner-image {
  width: 100%;

  height: 100vh;

  object-fit: cover;

  position: relative;
}

.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgb(0 0 0 / 50%), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.bann-in-txt p strong {
  font-size: 20px;
  font-weight: 700;
}

.my-navbar.active {
  position: fixed;
  top: 0;
  background: #f6f3e3;
}

.my-navbar.active .navbar-nav .nav-link {
  color: #000;
}

.my-navbar.active .side-button button {
  border: 0.86px solid #c38e4e;

  color: #000;
}

.my-navbar.active .side-button button span {
  background: #eca620;
}

.my-navbar.active .side-button button span img {
  filter: invert();
}

.banner-text-main {
  position: absolute;

  top: 187px;

  left: 5%;

  border-top: 1px solid #b4b4b4;

  width: 90%;

  display: flex;

  z-index: 2;
}

.banner-text-main .banner-left-contect,
.banner-text-main .banner-right-contect {
  width: 50%;
}

.banner-left-contect .bann-in-txt h1 {
  color: #fff;

  font-family: "FrankRuhlLibre-Light";

  font-size: 48px;

  font-style: normal;

  font-weight: 200;

  line-height: normal;

  text-transform: uppercase;

  word-spacing: 16px;

  margin-bottom: 16px;
}

.banner-left-contect .bann-in-txt p {
  color: #fff;

  font-family: Inter-Light;

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 26px;

  /* 162.5% */

  letter-spacing: 0.5px;
}

.bann-in-txt {
  padding-right: 179px;
}

.banner-right-contect {
  display: flex;

  justify-content: space-between;
}

.bann-box {
  width: 47%;

  text-align: center;

  padding-top: 10px;
}

.banner-right-contect .bann-box h2 {
  color: #fff;

  font-family: "FrankRuhlLibre-Light";

  font-size: 24px;

  font-style: normal;

  font-weight: 100;

  line-height: normal;

  text-transform: uppercase;

  display: grid;

  position: relative;
}

.banner-right-contect .bann-box h2::before {
  content: "";

  position: absolute;

  top: -13px;

  left: 50%;

  transform: translateX(-50%);

  width: 120px;

  height: 2px;

  background: #c38e4e;
}

.banner-right-contect .bann-box-2 h2::before {
  width: 150px;
}

.banner-right-contect .bann-box-3 h2::before {
  width: 74px;
}

.banner-right-contect .bann-box h2 span {
  font-size: 20px;
  margin-top: 32px;
  letter-spacing: 1px;
  font-family: Inter-Light;
  font-weight: 700;
  line-height: 1.5;
}

.button-image-icon {
  position: absolute;
  bottom: 54px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.high-text > ul > li {
  padding: 5px 0;
}

.project-details {
  display: flex;
  flex-direction: column;
  height: 52%;
  justify-content: space-between;
}
.button-image-icon img {
  width: 53px;
}

.overview {
  position: relative;
  padding: 110px 0px 50px 0px;
  /* background: url(/images/bg_img.png); */
}

.section-heading {
  width: 65%;

  margin: auto;
}

.section-heading P {
  color: #c38e4e;

  text-align: center;

  font-family: "FrankRuhlLibre-Light";

  font-size: 32px;

  font-style: normal;

  font-weight: 500;

  line-height: 20px;

  /* 125% */

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 40px;
}

.section-heading h1 {
  color: var(--Secondary);

  text-align: center;

  font-family: "FrankRuhlLibre-Light";

  font-size: 30px;

  font-style: normal;

  font-weight: 300;

  line-height: 60px;

  /* 133.333% */

  margin-bottom: 30px;
}

.overview .over-text p {
  color: #262626;

  text-align: justify;

  font-family: Inter-Light;

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 26px;

  /* 162.5% */

  letter-spacing: 0.5px;

  text-transform: capitalize;

  margin-bottom: 0px;
}
.high-text h2 span.hig-cont {
  color: #262626;
  font-family: Inter-Light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.container {
  max-width: 73.5%;
}

.over-text {
  margin-bottom: 50px;

  padding: 0 53px;
}

.over-button button {
  display: inline-flex;

  padding: 6px 6px 6px 24.083px;

  justify-content: flex-end;

  align-items: center;

  gap: 23.917px;

  border-radius: 172.021px;

  border: 1px solid #c38e4e;

  color: #000;

  font-family: Inter-Medium;

  font-size: 15px;

  font-style: normal;

  font-weight: 500;

  line-height: 21.548px;

  /* 155.556% */

  letter-spacing: -0.277px;

  background: transparent;

  margin-top: 20px;
}

.over-button button span {
  border-radius: 230.87px;

  background: #000;

  width: 40px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.over-button button span img {
  filter: invert(1);
}

.mid-keyhigh {
  position: relative;

  padding: 50px 40px;

  background: #f2ede7;
}

.key-box {
  display: flex;

  align-items: start;
}

.key-box .right-col {
  padding-left: 25px;

  width: 63%;
}

.key-box .right-col h2 {
  color: var(--Secondary);

  font-family: "FrankRuhlLibre-Regular";

  font-size: 24px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;
}

.key-box .right-col p {
  color: #414141;

  font-family: Inter-Light;

  font-size: 18px;

  font-style: normal;

  font-weight: 300;

  line-height: 22px;

  /* 122.222% */
}

.low-box .right-col {
  width: 56%;
}

.highlights {
  position: relative;
  background: #f6f3e3;
  padding: 50px 0;
}

.highlights .section-heading {
  width: 90%;
}

.section-heading .text-pera P {
  color: #262626;

  text-align: center;

  font-family: Inter-Light;

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 26px;

  /* 162.5% */

  letter-spacing: 0.5px;

  text-transform: capitalize;
}

.high-box .high-text h2 {
  color: #c38e4e;

  font-family: "FrankRuhlLibre-Regular";

  font-size: 22px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-top: 15px;
}

.high-box {
  padding: 0px 20px;

  position: relative;
}

.high-box .high-text p {
  color: #414141;

  font-family: Inter-Light;

  font-size: 16px;

  font-style: normal;

  font-weight: 300;

  line-height: 22px;

  /* 137.5% */

  margin-bottom: 0px;
}

.highlights .sec-box {
  padding: 0;
}

.highlights .sec-box .high-box {
  padding: 0 34px;

  border-left: 1px solid #d3d3d3;
}

.highlights .my-row {
  position: relative;

  border-bottom: 1px solid #d3d3d3;

  padding-bottom: 40px;
}

.highlights .my-row-2 {
  padding-bottom: 40px;

  margin-bottom: 40px;

  padding-top: 40px;
}

.highlights .my-row-2 .high-text {
  margin-top: 0px;
}

.highlights .my-row-2 .high-box {
  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.highlights .my-row-2 .over-button button {
  margin-top: 0px;
}

.highlights .my-row.my-row-3 {
  border-bottom: unset;

  padding-bottom: unset;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 1px solid #c8b07a;
  border-radius: 10px;
  padding: 24px 25px;
  width: 80%;
  margin-bottom: 30px;
}

.price-col {
  text-align: center;
  flex: 1;
}

.price-col .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #c38e4e;
  margin-bottom: 10px;
}

.price-col .price {
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #c8b07a, transparent);
}

.floor-plan {
  position: relative;

  padding: 95px 0;

  background: #f2ede7;
}

.floor-plan .section-heading {
  width: 100%;
}

.floor-img {
  display: flex;

  justify-content: CENTER;
}

.floor-main .nav-pills {
  justify-content: space-between;

  margin-bottom: 70px;
}

.floor-main .nav-pills .nav-link {
  background: 0 0;

  border: 0;

  border-radius: 0.25rem;

  padding: 23.769px 86px 24.231px 87px;

  border-radius: 6px;

  border: 1px solid #e0e0e0;

  background: rgba(255, 255, 255, 0.2);

  font-family: "FrankRuhlLibre-Light";

  font-size: 24px;

  font-style: normal;

  font-weight: 300;

  line-height: 20px;

  color: #000 !important;

  -webkit-text-fill-color: #000 !important;

  /* Safari fix */

  -moz-text-fill-color: #000 !important;

  /* Firefox fix */
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;

  background: #c38e4e;

  -webkit-text-fill-color: #fff !important;

  /* Safari fix */

  -moz-text-fill-color: #fff !important;

  /* Firefox fix */
}

.floor-btn {
  display: flex;

  justify-content: CENTER;
}

.over-button.over-button1 {
  margin-right: 20px;
}

.over-button.over-button1 button span img {
  filter: unset;
}

.over-button.over-button1 button span {
  background: unset;
}

.price-list {
  position: relative;

  padding: 50px 0px 80px;
}
.banner-right-contect .bann-box h2 span.strt-price {
  font-size: 22px;
}
.price-list::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../images/price-bg.webp);

  background-size: 20% 56%;

  opacity: 0.2;

  z-index: -1;
}

.price-list .section-heading {
  width: 75%;
}

.price-list .section-heading h1 {
  font-size: 35px;
}

.price-head ul,
.price-detail ul {
  list-style-type: none;

  display: flex;

  align-items: center;

  align-content: flex-start;

  align-self: stretch;

  flex-wrap: wrap;
}

.price-head {
  margin-bottom: 47px;
}

.price-head ul {
  border-bottom: 1px solid #888;
}

.price-head ul li,
.price-detail ul li {
  width: 25%;
}

.price-head ul li {
  color: #333333;

  font-family: "FrankRuhlLibre-Light";

  font-size: 30px;

  font-style: normal;

  font-weight: 300;

  line-height: 48px;

  /* 160% */

  padding: 14px 0;
}

.price-detail ul li {
  color: #333333;

  font-family: "FrankRuhlLibre-Light";

  font-size: 30px;

  font-style: normal;

  font-weight: 300;

  line-height: 48px;

  /* 160% */
}

.price-detail ul li .over-button button {
  margin-top: 0;
}

.price-detail {
  margin-bottom: 50px;
}

.price-detail ul li .over-button {
  text-align: right;
}

.gallery {
  position: relative;

  padding: 100px 0;

  background: #f2ede7;
}

.main-gallery {
  position: relative;
}

.main-gallery .owl-nav {
  position: absolute;

  top: 37%;

  width: 100%;

  display: flex;

  justify-content: space-between;

  padding: 0 50px;
}

.main-gallery .owl-carousel .owl-nav button.owl-next,
.main-gallery .owl-carousel .owl-nav button.owl-prev {
  color: #ffffff;

  font-size: 89px;
}

.main-gallery .main-slider img {
  width: 100%;

  object-fit: cover;

  height: 590px;

  border: 1px solid transparent;
}

.main-gallery .thumb-slider {
  background: #fff;
}

.main-gallery .thumb-slider img {
  margin: 5px;
}

.facilities {
  position: relative;

  padding: 100px 0;
}

.facilities-main {
  display: flex;

  gap: 15px;
}

.facilities-main .facality-in {
  position: relative;
}

.facality-in img {
  height: 620px;

  width: 100%;

  object-fit: cover;

  border-radius: 5px;
}

.gallery-container .gallay-img_tag {
  width: 25%;

  display: block;

  transition: 0.5s ease-in-out;
}

.gallery-container .gallay-img_tag.active {
  width: calc(50% - 15px);
}

.facality-in p {
  border-radius: 6px;

  border: 1px solid #fefefe;

  background: rgba(254, 254, 254, 0.2);

  backdrop-filter: blur(5px);

  color: #fff;

  text-overflow: ellipsis;

  font-family: Inter-Light;

  font-size: 22px;

  font-style: normal;

  font-weight: 300;

  line-height: 30px;

  /* 136.364% */

  position: absolute;

  left: 24px;

  bottom: 41px;

  margin-bottom: 0;

  padding: 4px 12px;
}

.facilities .over-button {
  text-align: center;
}

.facilities button span img {
  transform: rotate(359deg);
}

.image-contect {
  position: relative;
}

.image-contect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000082;
  z-index: 1;
}

.image-conet-text {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  color: #fff;

  padding: 0 140px;

  z-index: 2;
}

.image-conet-text h1 {
  font-family: "FrankRuhlLibre-Light";

  font-size: 40px;

  font-style: normal;

  font-weight: 300;

  line-height: 48px;
}

.image-conet-text .over-button button {
  border: 1px solid #ffffff;

  color: #ffffff;

  margin-top: 26px;
}

.image-conet-text .over-button button span {
  background: #ffffff;
}

.image-conet-text .over-button button span img {
  filter: unset;
}

.location {
  position: relative;

  padding: 100px 0;
}

.loc-img img {
  width: 100%;
}

.loc-text ul {
  list-style-type: none;

  display: flex;

  justify-content: space-between;

  margin-top: 30px;
}

.loc-text ul li {
  color: #454545;

  font-family: "Inter-Medium";

  font-size: 22px;

  font-style: normal;

  font-weight: 500;

  line-height: 30px;

  /* 136.364% */

  display: flex;

  flex-direction: column;

  align-items: center;
}

.loc-text ul li span {
  background: #c38e4e;

  width: 55px;

  height: 55px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin-bottom: 22px;
}

.contact-main {
  display: flex;

  flex-wrap: wrap;

  align-items: center;
  background: #f6f3e3;
}

.contact-main .section-heading h1 {
  margin-bottom: 15px;
}

.contact-main .section-heading p {
  margin-bottom: 15px;
}

.contact-main .left-col,
.contact-main .right-col {
  width: 50%;
}

.contact-main .section-heading {
  width: 80%;
}

.contact-main .left-col img {
  width: 100%;

  height: 600px;

  object-fit: cover;
}

.contact-main .right-col {
  display: grid;

  justify-content: center;
}

.contact-us .container-fluid {
  padding: 0;
}

.contact-main .form-group input {
  background: transparent;

  border: 0;

  border-bottom: 1px solid #000;

  border-radius: 0;

  padding: 3px 0px;

  font-family: Inter-Regular;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  letter-spacing: -0.4px;
}

.contact-main .form-group input::placeholder {
  color: #000;
}

.form-control:focus {
  color: unset;

  background-color: unset;

  border-color: unset;

  outline: 0;

  box-shadow: unset;
}

.contact-main .form-group {
  margin-bottom: 20px;
}

.form-btn {
  border-radius: 6px;

  background: #c38e4e !important;

  padding: 13px 50px;

  border: 0;

  margin-top: 30px;

  font-family: Inter-Light;

  font-size: 18px;

  font-style: normal;

  font-weight: 300;

  line-height: 28px;

  /* 155.556% */

  letter-spacing: -0.36px;
}

.btn-primary:hover {
  background-color: #c38e4e;

  border-color: #c38e4e;
}

.footer {
  margin-top: 65px;
}

.about-builder h1 {
  color: #c38e4e;

  text-align: center;

  font-family: "ClashDisplay-Medium";

  font-size: 35px;

  font-style: normal;

  line-height: normal;

  margin-bottom: 46px;
}

.about-builder p {
  color: #000;

  text-align: center;

  font-family: Inter-Regular;

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 0;
}

.footer-content p {
  color: #000;

  font-family: "ClashDisplay-Regular";

  font-size: 20px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  margin-bottom: 0;
}

.footer-content {
  display: flex;

  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  border-top: 1px solid #676767;

  margin-top: 100px;

  padding-top: 7px;
}

.footer-content .footer-num p {
  color: #000;

  font-size: 25px;
}

.footer-content .footer-num p a {
  color: #000;

  text-decoration: unset;
}

.link-f {
  margin-top: 80px;

  text-align: center;
}

.link-f p {
  color: #000;

  text-align: center;

  font-family: Inter-Regular;

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 1.5;

  /* 17.6px */
}

.link-f p a {
  color: #000;

  text-decoration: unset;
}

.link-f p a span {
  color: #c38e4e;
}

.modal-header {
  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 0;

  padding-top: 20px;

  border-bottom: 0;
}

.my-modal .modal-header .close {
  position: absolute;

  right: 10px;

  margin: 0;
  z-index: 99;
  padding: 0;

  top: 10px;
}

.my-modal .modal-title {
  color: #5f5c53;

  text-align: center;

  font-family: Inter-Medium;

  font-size: 18px;

  font-style: normal;

  font-weight: 500;

  line-height: 20px;

  /* 111.111% */

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 10px;
}

.my-modal .modal-heading {
  color: #000;

  text-align: center;

  font-family: "FrankRuhlLibre-Light";

  font-size: 27px;

  font-style: normal;

  font-weight: 300;

  text-transform: capitalize;
}

.my-modal .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 3px 0px;
  font-family: Inter-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  /* margin-bottom: 25px; */
}

.my-modal .form-control::placeholder {
  color: #000;
}

.my-modal .modal-body {
  padding: 2rem;
}

.contact-btn {
  position: fixed;

  bottom: 20px;

  left: 20px;

  z-index: 99;
}

.my-modal .contact-form {
  text-align: center;
}

.my-modal .form-check {
  text-align: left;
}

.footer-num-3 p {
  display: grid;
}

.d-v {
  display: block;
}

.m-v {
  display: none;
}

.logo {
  max-width: 160px;
  /* filter: invert(1) brightness(54.5); */
}

.my-navbar.active .logo {
  filter: unset;
}

.modal-header {
  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 0;

  padding-top: 20px;

  border-bottom: 0;
}

.my-modal .modal-header .close {
  position: absolute;

  right: 10px;

  margin: 0;

  padding: 0;

  top: 10px;
}

.my-modal .modal-title {
  color: #5f5c53;

  text-align: center;

  font-family: Inter-Medium;

  font-size: 24px;

  font-style: normal;

  font-weight: 500;

  line-height: 20px;

  /* 111.111% */

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 10px;

  margin-top: 10px;
}

.my-modal .modal-heading {
  color: #000;

  text-align: center;

  font-family: "FrankRuhlLibre-Light";

  font-size: 27px;

  font-style: normal;

  font-weight: 300;

  text-transform: capitalize;
}

.my-modal .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 3px 0px;
  font-family: Inter-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  /* margin-bottom: 25px; */
}

.my-modal .form-control::placeholder {
  color: #000;
}

.my-modal .modal-body {
  padding: 2rem;
}

.contact-btn {
  position: fixed;

  bottom: 20px;

  left: 20px;

  z-index: 99;
}

.my-modal .contact-form {
  text-align: center;
}

.right-col .contact-form {
  width: 575px;
  margin: auto 0;
}

.form-check-label {
  margin-bottom: 0;
  font-size: 11px;
}

.my-modal .form-check {
  text-align: left;
}

.cta_btn_mobile {
  background-color: #c38e4e;
  padding: 7px 12px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
}

.cta_btn_mobile a {
  /* font-family: Lato; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
}

.cta_btn_mobile .right_line::after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 3px;
  margin-left: 30px;
}

.bann-in-txt ul li {
  font-size: 19px;
  color: #fff;
  line-height: 34px;
  text-decoration: none;
  list-style: inside;
  letter-spacing: 0.5px;
}

.key-box img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  max-width: 100px;
}

.price-list-box {
  text-align: center;
  padding: 14px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 640px;
}

.project-img img {
  width: 100%;
  /* height: 400px; */
  /* object-fit: cover; */
  border-radius: 5px;
}

p.p-location {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.p-typology {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.p-price {
  font-size: 24px;
  font-weight: 600;
  color: #c38e4e;
  margin-bottom: 0;
}

.p-name {
  box-shadow: rgb(195 142 84) 0px 1px 2px 0px;
  padding: 10px 20px;
  letter-spacing: 1px;
}

h3.text-center.mt-2.p-name {
  font-size: 24px;
}

.link-f a {
  color: #000;
  text-decoration: unset;
}

.keyhighlight-points {
  border: 1px solid #c1c1c1;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  margin: 6px 10px;
  padding: 8px;
}

.keyhighlight-points ul {
  margin-bottom: 0px;
}

.keyhighlight-points ul li {
  list-style: none;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 1480px) {
  .banner-left-contect .bann-in-txt h1 {
    font-size: 40px;
  }
  .bann-in-txt p strong {
    font-size: 16px;
    font-weight: 700;
  }
  .banner-left-contect .bann-in-txt p {
    margin-bottom: 5px;
  }
  .banner-right-contect .bann-box h2 span {
    font-size: 14px;
    margin-top: 25px;
  }
  .price-box {
    width: 90%;
  }
  .price-list-box {
    height: 520px;
  }
  h3.text-center.mt-2.p-name {
    font-size: 18px;
  }
}

@media (max-width: 1450px) {
  .main-banner .banner-image {
    height: 100%;
  }
  .banner-left-contect .bann-in-txt p {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .main-banner .my-navbar {
    padding: 10px 72px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;

    padding: 0 19px;
  }

  .side-button button span {
    width: 30px;

    height: 30px;
  }

  .side-button button {
    padding: 6px 6px 6px 17.083px;
  }

  .side-button button span img {
    width: 13px;
  }

  .banner-text-main {
    top: 129px;
  }

  .banner-left-contect .bann-in-txt h1 {
    font-size: 45px;

    word-spacing: 12px;

    margin-bottom: 13px;
  }

  .bann-in-txt {
    padding-right: 110px;
  }

  .banner-right-contect .bann-box h2 {
    font-size: 25px;
  }

  .banner-right-contect .bann-box h2::before {
    width: 92px;
  }

  .banner-right-contect .bann-box-2 h2::before {
    width: 112px;
  }

  .banner-right-contect .bann-box-3 h2::before {
    width: 52px;
  }

  .banner-right-contect .bann-box h2 span {
    font-size: 16px;
    margin-top: 28px;
  }

  .overview {
    padding: 80px 0px 50px 0px;
  }

  .section-heading h1 {
    font-size: 30px;

    line-height: 40px;
  }

  .section-heading P {
    font-size: 24px;

    margin-bottom: 30px;
  }

  .overview .over-text p {
    font-size: 16px;

    line-height: 23px;
  }

  .over-text {
    padding: 0 42px;
  }

  .key-box .left-col img {
    /* max-width: 100px; */
  }

  .key-box .right-col h2 {
    font-size: 20px;
  }

  .key-box .right-col p {
    font-size: 13px;

    line-height: 18px;
  }

  .key-box .right-col {
    padding-left: 20px;

    width: 100%;
  }

  .low-box .right-col {
    width: 100%;
  }

  .key-box.low-box.second-box .right-col {
    width: 100%;
  }

  .highlights {
    padding: 80px 0;
  }

  .section-heading .text-pera P {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .high-box {
    padding: 0px 14px;
  }

  .highlights .sec-box .high-box {
    padding: 0 25px;
  }

  .high-box .high-text h2 {
    font-size: 22px;
  }

  .high-box .high-text p {
    font-size: 13px;

    line-height: 19px;
  }

  .highlights .my-row-2 {
    padding-bottom: 30px;

    padding-top: 30px;

    margin-bottom: 30px;
  }

  .over-button button {
    padding: 6px 6px 6px 14px;

    gap: 16px;
  }

  .over-button button span {
    width: 30px;

    height: 30px;
  }

  .floor-plan {
    padding: 80px 0;
  }

  .floor-main .nav-pills .nav-link {
    padding: 20px 80px 20px 80px;

    font-size: 17px;

    line-height: 14px;
  }

  .floor-main .nav-pills {
    margin-bottom: 50px;
  }

  .floor-img {
    gap: 90px;
  }

  .price-list {
    padding: 80px 0px 45px 0px;
  }

  .price-list .section-heading h1 {
    font-size: 30px;
  }

  .price-head ul li {
    font-size: 24px;

    padding: 11px 0;
  }

  .price-detail ul li {
    font-size: 24px;

    line-height: 29px;
  }

  .price-detail {
    margin-bottom: 40px;
  }

  .price-detail ul li .over-button button {
    font-size: 13px;
  }

  .gallery {
    padding: 80px 0;
  }

  .main-gallery .main-slider img {
    height: 430px;
  }

  .facilities {
    padding: 80px 0;
  }

  .facilities .section-heading {
    width: 70%;
  }

  .facality-in img {
    height: 480px;
  }

  .facality-in p {
    font-size: 16px;

    line-height: 22px;
  }

  .image-conet-text h1 {
    font-size: 29px;

    line-height: 41px;
  }

  .location {
    padding: 80px 0;
  }

  .loc-text ul li {
    font-size: 17px;
  }

  .loc-text ul li span {
    width: 45px;

    height: 45px;
  }

  .contact-main .left-col img {
    height: 500px;
  }

  .contact-main .section-heading {
    width: 90%;
  }

  .contact-main .form-group input {
    font-size: 13px;
  }

  .contact-main .form-group {
    margin-bottom: 20px;
  }

  .contact-main .form-group:nth-child(4) {
    margin-bottom: 5px;
  }

  .form-btn {
    padding: 8px 39px;

    font-size: 15px;
  }

  .contact-main .right-col {
    padding: 0 130px;
  }

  .form-check-label {
    font-size: 10px;
  }

  .footer {
    padding-bottom: 10px;
  }

  .about-builder h1 {
    font-size: 30px;

    margin-bottom: 34px;
  }

  .about-builder p {
    font-size: 16px;
  }

  .footer-content p {
    font-size: 17px;
  }

  .footer-content .footer-num p {
    font-size: 20px;
  }

  .mid-keyhigh {
    padding: 40px 28px;
  }

  .link-f p {
    font-size: 13px;
  }

  .contact-btn img {
    max-width: 54px;
  }

  .contact-btn {
    bottom: 34px;

    left: 0;
  }

  .button-image-icon {
    bottom: 40px;
  }

  .button-image-icon img {
    width: 45px;
  }

  .section-heading {
    width: 60%;
  }
  .project-details {
    display: flex;
    flex-direction: column;
    height: 273px;
    justify-content: space-between;
  }
}

@media (max-width: 1380px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }

  .banner-left-contect .bann-in-txt p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .banner-right-contect .bann-box h2 span {
    font-size: 15px;
  }
  .bann-in-txt p strong {
    font-size: 15px;
    font-weight: 700;
  }

  .side-button button span {
    width: 27px;

    height: 27px;
  }

  .side-button button {
    gap: 18px;

    font-size: 12px;
  }

  .banner-left-contect .bann-in-txt h1 {
    font-size: 38px;

    word-spacing: 9px;
  }

  .banner-left-contect .bann-in-txt p {
    line-height: 22px;
  }

  .high-box {
    padding: 0px 4px;
  }

  .highlights .sec-box .high-box {
    padding: 0 20px;
  }

  .over-button button {
    font-size: 14px;
  }

  .over-button.over-button1 button span img {
    max-width: 20px;
  }

  .price-head {
    margin-bottom: 37px;
  }

  .price-detail {
    margin-bottom: 37px;
  }

  .facilities .section-heading {
    width: 74%;
  }

  .facality-in img {
    height: 430px;
  }

  .facality-in p {
    font-size: 14px;

    line-height: 20px;
  }

  .image-conet-text {
    padding: 0 118px;
  }

  .image-conet-text .over-button button {
    margin-top: 15px;
  }

  .location .section-heading {
    width: 70%;
  }

  .loc-text ul li {
    font-size: 16px;

    line-height: 18px;
  }

  .contact-main .left-col img {
    height: 500px;
  }

  .about-builder h1 {
    font-size: 26px;

    margin-bottom: 28px;
  }

  .about-builder p {
    font-size: 15px;
  }

  .footer-content {
    margin-top: 30px;

    flex-direction: column;
    text-align: center;
    gap: 16px;

    padding-top: 18px;
  }

  .link-f {
    margin-top: 40px;
  }
  .p-typology {
    font-size: 16px;
  }
  .price-list-box {
    height: 500px;
  }
  .banner-right-contect .bann-box h2 span {
    margin-top: 14px;
  }
}

@media (max-width: 1280px) {
  .banner-right-contect .bann-box h2 span {
    margin-top: 12px;
  }
  .price-list-box {
    height: 482px;
  }
  p.p-location {
    font-size: 14px;
  }
  h3.text-center.mt-2.p-name {
    font-size: 15px;
  }
  .p-typology {
    font-size: 15px;
  }
  .banner-right-contect .bann-box h2 span {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }

  .key-box .right-col h2 {
    font-size: 18px;
  }

  .key-box .right-col {
    padding-left: 14px;

    width: 80%;
  }
  .banner-left-contect .bann-in-txt h1 {
    font-size: 34px;
    word-spacing: 9px;
  }
}

@media (max-width: 768px) {
  .contact-btn {
    display: none;
  }
  .banner-left-contect .bann-in-txt h1,
  .banner-left-contect .bann-in-txt p {
    color: #000;
  }
  .main-banner::before {
    position: static;
  }
  .banner-text-main {
    position: static;
    margin-top: 15px;
  }
  .over-img img {
    width: 100%;
    margin: 0 auto;
  }
  .mob-none-line {
    display: none;
  }
  .d-v {
    display: none;
  }

  .m-v {
    display: block;
  }

  .container {
    max-width: 100%;
  }

  .main-banner .my-navbar {
    padding: 10px 12px;
  }

  .navbar-light .navbar-toggler {
    color: rgb(5 5 5 / 0%);

    border-color: rgb(0 0 0 / 0%);
  }

  .navbar-light .navbar-toggler-icon {
    filter: brightness(72.5) invert(1);
  }

  /* .main-banner .banner-image {
    height: 300px;
  } */

  .banner-text-main {
    border-top: unset;

    width: 100%;

    left: 0;

    top: 60%;

    text-align: center;

    /* bottom: 0; */
  }

  .banner-text-main .banner-left-contect,
  .banner-text-main .banner-right-contect {
    width: 100%;

    padding: 0 16px;
  }

  .banner-text-main .banner-right-contect {
    display: none;
  }

  .bann-in-txt {
    padding-right: 0;
  }

  .banner-left-contect .bann-in-txt h1 {
    font-size: 28px;
  }

  .banner-left-contect .bann-in-txt p {
    line-height: 20px;

    font-size: 18px;
  }

  .carousel-item::before {
    content: "";

    position: absolute;

    left: 0;

    width: 100%;

    height: 100%;

    top: 0;

    background: #000;

    opacity: 0.3;
  }

  .banner-right-contect .bann-box h2,
  .banner-right-contect .bann-box h2 span {
    font-size: 16px;
    color: #000;
  }
  .banner-right-contect.bann {
    padding: 0 15px;

    display: flex;

    margin: 10px 0;

    flex-direction: column;
  }

  .bann-box {
    width: 100%;

    text-align: center;

    padding-top: 05px;
  }

  .bann-mob {
    padding-left: 10px;
  }
  .banner-right-contect .bann-box h2::before {
    display: none;
  }

  .banner-right-contect .bann-box h2::before {
    width: 2px;

    height: 66px;

    top: -13px;

    left: -7%;
  }

  .banner-right-contect .bann-box-2 h2::before {
    width: 2px;
  }

  .overview {
    padding: 60px 0px 30px 0px;
  }

  .section-heading {
    width: 100%;
  }

  .section-heading P {
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .section-heading h1 {
    font-size: 18px;

    line-height: normal;

    margin-bottom: 15px;
  }

  .over-text {
    padding: 0 0px;

    margin-bottom: 30px;
  }

  .overview .over-text p {
    line-height: 20px;
    text-align: justify;
  }

  .over-button button {
    margin-top: 10px;
  }

  .mid-keyhigh {
    padding: 50px 20px;
  }

  .key-box {
    border-bottom: 2px solid transparent;

    border-image: linear-gradient(
      0.25turn,
      #c38e4e00,
      #c38e4e,
      rgb(197 147 86 / 0%)
    );

    border-image-slice: 1;

    margin-bottom: 25px;

    padding-bottom: 25px;
  }

  .key-box.low-box {
    flex-direction: row-reverse;
  }

  .key-box.low-box.third-box {
    flex-direction: row;
  }

  .highlights {
    padding: 20px 0;
  }
  .price-col .price {
    font-size: 20px;
  }
  .price-col .title {
    display: block;
    font-size: 16px;
  }
  .highlights .section-heading {
    width: 100%;
  }
  .banner-right-contect .bann-box h2,
  .banner-right-contect .bann-box h2 span {
    font-size: 20px;
  }
  .section-heading .text-pera P {
    font-size: 12px;

    line-height: normal;
  }
  .bann-in-txt p strong {
    font-size: 18px;
  }

  .highlights .my-row-2 {
    flex-direction: column-reverse;

    padding-bottom: 15px;

    padding-top: 15px;

    margin-bottom: 15px;

    border-bottom: 0px solid #d3d3d3;
  }

  .high-box {
    padding: 0px 0px;

    margin-bottom: 15px;

    position: relative;
  }

  .high-box .high-img {
    height: 112px;

    object-fit: cover;

    width: 100%;
  }

  .highlights .sec-box .high-box {
    padding: 0 14px;

    border-right: 0px solid #d3d3d3;
  }

  .high-text {
    display: flex;

    justify-content: space-between;

    flex-direction: column;
  }

  .high-text .over-button {
    width: 100%;

    margin-left: 3px;

    text-align: left;
  }

  .high-box .high-text h2 {
    font-size: 20px;

    margin-top: 10px;
  }

  .highlights .my-row {
    padding-bottom: 10px;

    border-bottom: 0px solid #d3d3d3;
  }

  .highlights .my-row-2 .high-box {
    padding: 0 15px;

    align-items: flex-end;

    margin-bottom: 0;
  }
  .over-button {
    width: 100%;
    text-align: center;
  }
  .price-box {
    width: 100%;
    padding: 10px;
  }

  .price-list-box {
    height: inherit;
  }

  .main-banner::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.7));
  }

  .highlights .my-row-2 .high-text {
    margin-top: 7px;

    width: 100%;

    display: unset;
  }

  .high-box .high-text p {
    font-size: 11px;
    font-size: 14px;
    line-height: 20px;
    line-height: 16px;
  }

  .over-button button {
    font-size: 14px;

    padding: 6px 10px 6px 11px;
  }

  .over-button button span img {
    max-width: 12px;
  }

  .high-line {
    width: 91%;

    height: 1px;

    background: #d3d3d3;

    padding: 0px 0px;

    margin-bottom: 10px;

    margin: auto;

    margin-bottom: 15px;
  }

  .staight-line {
    position: absolute;

    right: 0;

    height: 100%;

    width: 1px;

    top: 0;

    background: #d3d3d3;
  }

  .floor-plan {
    padding: 50px 0;
  }

  .floor-main .nav-pills {
    margin-bottom: 30px;
  }

  .floor-main .nav-pills .nav-link {
    padding: 10px 15px 11px 15px;

    font-size: 14px;
  }

  .floor-img {
    gap: 20px;

    flex-wrap: wrap;
  }

  .floor-img .col-left,
  .floor-img .col-right {
    width: 100%;
  }

  .floor-img .col-right {
    display: flex;
  }

  .floor-main {
    margin-top: 30px;
  }

  .floor-btn {
    display: flex;

    justify-content: end;

    flex-direction: column-reverse;

    align-items: end;

    width: 67%;

    margin-left: 16px;
  }

  .floor-btn .over-button.over-button1 {
    margin-right: 0px;
  }

  .master-img {
    height: 170px;

    -webkit-object-fit: cover;

    -moz-object-fit: cover;

    object-fit: cover;
  }

  .floor-btn .over-button button {
    gap: 7px;
  }

  .over-button.over-button1 button span {
    width: 20px;

    height: 20px;
  }

  .over-button.over-button1 button {
    font-size: 10px;

    margin-top: 20px;
  }

  .price-list {
    padding: 60px 0px 45px 0px;
  }

  .price-list .section-heading {
    width: 75%;
  }

  .price-list .section-heading h1 {
    font-size: 18px;

    line-height: normal;
  }

  .price-detail ul {
    flex-direction: column;

    border-radius: 6px;

    border-top: 3px solid #c38e4e;

    border-bottom: 3px solid #c38e4e;

    background: #fff;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);

    padding: 18px 9px;
  }

  .price-detail ul li {
    display: flex;

    justify-content: space-between;

    color: #c38e4e;

    font-size: 20px;

    font-style: normal;

    font-weight: 300;

    line-height: 10.05px;

    /* 50.25% */

    width: 100%;

    margin-bottom: 28px;
  }

  .price-detail ul li:nth-child(4) {
    margin-bottom: 5px;

    justify-content: center;
  }

  .price-detail ul li span {
    color: #000;

    font-size: 18px;
  }

  .my-price-main {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;
  }

  .my-price-main .price-detail {
    width: 100%;

    margin: 6px;
  }

  .price-detail ul li.pice-size {
    font-size: 20px;
  }

  .price-detail ul li .over-button button {
    padding: 4px 6px 4px 11px;

    font-size: 16px;
  }

  .price-detail ul li .over-button button span {
    width: 26px;

    height: 26px;
  }

  .main-gallery .main-slider img {
    height: 361px;
  }

  .bann-box-1 {
    padding-top: 19px;
  }

  .main-gallery .owl-carousel .owl-nav button.owl-next,
  .main-gallery .owl-carousel .owl-nav button.owl-prev {
    font-size: 63px;
  }

  .main-gallery .owl-nav {
    padding: 0 15px;
  }

  .gallery {
    padding: 50px 0;
  }

  .facilities {
    padding: 75px 0;
  }

  .facilities .section-heading {
    width: 100%;
  }

  .facilities-main {
    flex-wrap: wrap;

    justify-content: space-between;
  }

  .gallery-container .gallay-img_tag {
    width: 47%;
  }

  .gallery-container .gallay-img_tag.active {
    width: 47%;
  }

  .facality-in img {
    height: 191px;
  }

  .facality-in p {
    font-size: 13px;

    line-height: 13px;

    left: 50%;

    transform: translate(-50%, 50%);

    width: 77%;

    text-align: center;
  }

  .facilities button span img {
    transform: rotate(6deg);
  }

  .image-contect img {
    height: 175px;
  }

  .image-conet-text img {
    height: auto;
  }

  .image-conet-text {
    padding: 0 38px;

    width: 100%;
  }

  .image-conet-text h1 {
    font-size: 17px;

    line-height: normal;
  }

  .image-conet-text .over-button button {
    margin-top: 5px;
  }

  .image-conet-text .over-button button span {
    width: 25px;

    height: 25px;
  }

  .location {
    padding: 80px 0;
  }

  .location .section-heading {
    width: 100%;
  }

  .loc-text ul {
    flex-wrap: wrap;
  }

  .loc-text ul li {
    font-size: 14px;

    line-height: normal;

    flex-direction: row;

    width: 50%;

    margin-bottom: 24px;
  }

  .loc-text ul li span {
    width: 29px;

    height: 29px;

    margin-bottom: 0;

    min-width: 29px;

    margin-right: 10px;
  }

  .loc-text ul li span img {
    width: 15px;

    height: 15px;
  }

  .location .over-button {
    text-align: center;
  }

  .location .over-button button {
    margin-top: 0px;
  }

  .contact-main .left-col {
    display: none;
  }

  .contact-main .right-col {
    padding: 50px 35px;
  }

  .contact-main .left-col,
  .contact-main .right-col {
    width: 100%;
  }

  .contact-main .section-heading h1 {
    margin-bottom: 20px;
  }

  .contact-main .form-group input {
    border-bottom: 1px solid #5f5c53;
  }

  .contact-main .form-group input::placeholder {
    color: #5f5c53;
  }

  .cont-us {
    text-align: center;
  }

  .footer {
    margin-top: 38px;

    margin-bottom: 40px;
  }

  .about-builder h1 {
    font-size: 20px;

    margin-bottom: 20px;
  }

  .footer-content .footer-num p {
    font-size: 14px;
  }

  .footer-content p {
    font-size: 14px;
  }

  .link-f p {
    font-size: 12px;
    line-height: 1.5;
  }

  .contact-btn img {
    max-width: 44px;
  }

  .my-navbar .navbar-nav {
    align-items: center;

    height: 100vh;

    background: #eee;

    position: absolute;

    left: -100%;

    width: 100%;

    top: 0;

    z-index: 999;
  }

  .my-navbar .collapse.show .navbar-nav {
    left: 0;

    transition: 0.3s;
  }

  .menu-logo img {
    margin-top: 20px;

    filter: none;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;

    margin: 14px 0;
  }

  .menu-logo {
    margin-right: 0;

    margin-bottom: 40px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #000000 !important;

    border-bottom: 2px solid transparent;

    border-image: linear-gradient(
      0.25turn,
      #c38e4e00,
      #c38e4e,
      rgb(197 147 86 / 0%)
    );

    border-image-slice: 1;

    width: 100%;

    text-align: center;

    padding-bottom: 20px;
  }

  .navbar-light .navbar-nav .nav-link:nth-child(9) {
    border-bottom: 0px solid transparent;
  }

  .navbar-light .navbar-nav .nav-link:nth-child(2) {
    border-bottom: 0px solid transparent;

    margin: 20px 0;

    padding-bottom: 0px;
  }

  .navbar-toggler img {
    max-width: 24px;

    /* filter: invert(1); */
  }

  .my-navbar.active .navbar-toggler img {
    filter: unset;
  }

  .my-navbar.active .menu-logo {
    filter: unset;
  }

  .my-close {
    position: absolute;

    z-index: 9;

    right: 16px;

    top: 19px;
  }

  .my-close img {
    filter: invert(0);
  }

  .logo {
    max-width: 114px;
  }

  .right-col .contact-form {
    width: 100%;
  }

  .col-left {
    text-align: CENTER;
  }
  .main-banner .banner-image {
    min-height: 271px;
  }
}

/* form section */

.Enquire-form {
  position: fixed;
  top: 25%;
  right: -100%;
  z-index: 999;
  width: 300px;
  transition: right 0.5s ease-in-out;
}

.Enquire-form .modal-header button {
  position: absolute;
  background: transparent;
  border: none;
  right: 10px;
  top: 2px;
}

.Enquire-form .modal-header h2 {
  font-size: 18px;
}

.enquire-btn {
  position: fixed;
  right: 0px;
  bottom: 120px;
  z-index: 99;
  top: 50%;
}

.enquire-btn button {
  background: #c38e4e !important;
  border: 0;
  padding: 14px 12px;
  color: #fff;

  font-family: Inter-Light;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;

  writing-mode: vertical-rl; /* 👈 REAL vertical */
  text-orientation: mixed;
  white-space: nowrap;
}

.Enquire-form.active {
  right: 0;
}
.Enquire-form .form-group {
  margin-bottom: 0.5rem;
}
.Enquire-form .form-btn {
  margin-top: 2px;
  line-height: 14px;
  font-size: 14px;
}
.Enquire-form .modal-content {
  max-width: 400px;
  margin: 80px auto;
  background: #fff;
  padding: 0px;
}

a.contact-link {
  display: inline-flex;
  text-decoration: none;
  padding: 10px 19px !important;
  justify-content: flex-end;
  align-items: center;
  gap: 23.917px;
  border-radius: 172.021px;
  border: 0.86px solid #fff;
  color: #fff;
  font-family: Inter-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.548px;
  letter-spacing: -0.277px;
  background: transparent;
  margin-right: 15px;
}

.my-navbar.active a.contact-link {
  border: 0.86px solid #c38e4e;
  color: #000;
}

@media (max-width: 768px) {
  .Enquire-form {
    position: static;
    width: 100%;
    padding: 15px;
  }
  .Enquire-form .modal-content {
    margin: 0;
  }
  .enquire-btn button,
  .Enquire-form .modal-header button {
    display: none;
  }
  .carousel-indicators {
    z-index: 1;
  }
}
