.view360 {
  border-radius: 20px;
  height: 300px;
  width: 600px;
  object-fit: cover;
  filter: blur(3px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;

  /* Blur effect */
  background: rgba(255, 255, 255, 0.96);
  /* semi-transparent */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  background-clip: padding-box;

  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  outline: 0;
}

.mobileFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  height: 40px;
}

.mobileFooter > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobFooterPhone {
  background: linear-gradient(195deg, #0f52b9, #0064ff);
}

.mobFooterWhatsapp {
  background: linear-gradient(195deg, #53d161, #23b73c);
  /* Green gradient */
}

.phoneEnq,
.enquireNowBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.mobileFooter img {
  height: 20px;
}

.btn-conf {
  width: 260px;
  padding: 9px 25px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;

  /* Text color */
  color: #000;

  /* Gradient Border */
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #5fb233, #bd1362, #5fb233) border-box;
}

@media (min-width: 768px) {
  .mobileFooter {
    display: none;
  }
}

@media (max-width: 768px) {
  .floating_btn_whatsapp,
  .floating_btn_call {
    display: none;
  }

  .view360 {
    height: 300px;
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.AnimatePrice {
  margin-top: 20px;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
}

.AnimatePrice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(90deg, #5fb233, #bd1362, #5fb233) border-box;
  /* background: linear-gradient(90deg, #ffcc00, #ff6600, #ffcc00) border-box; */

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderAnimation 3s linear infinite;
}

.offerConfig {
  font-size: 18px;
  font-weight: 600;
}

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.location-box {
  text-align: center;
  padding: 10px 0px;
}

.location-box img {
  width: 65px;
  filter: invert(1);
}

.location-box p {
  padding-top: 10px;
  font-size: 17px;
}

:root {
  --bs-font-sans-serif: "Manrope", sans-serif;
}

* {
  font-family: "Manrope", sans-serif;
}

body,
html {
  font-family: "Manrope", sans-serif;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.navbar-toggler {
  max-width: 50px;
}

.site_visit {
  width: 50%;
}

@media (max-width: 768px) {
  .site_visit {
    width: 100%;
  }

  .WhatsApp_icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .contact_icon {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.WhatsApp_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: "Open Sans", serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.floating_btn_whatsapp {
  position: fixed;
  bottom: 40px;
  /* distance from bottom */
  right: 40px;
  /* distance from right */
  z-index: 999;
  /* make sure it's above other elements */
}

.floating_btn_call {
  position: fixed;
  bottom: 40px;
  /* distance from bottom */
  left: 40px;
  /* distance from right */
  z-index: 999;
  /* make sure it's above other elements */
}

.contact_icon {
  background-color: #0f52b9;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #0f52b9;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: "Open Sans", serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.vsv-text-bk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
}

.vsv-text-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }

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

.vsv-icon svg {
  width: 60px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
  padding-bottom: 10px;
}

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

.slider-video {
  max-width: 132% !important;
  width: 115%;
  height: 105vh;
  object-fit: cover;
  object-position: bottom;
}

img {
  cursor: pointer;
}

.footernew {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.custom-footer-qr {
  max-width: 120px;
  margin: 20px 0;
}

html {
  scroll-behavior: smooth;
}

.btn:hover {
  background-color: #d73476 !important;
  /* Hover background color */
  color: #fff !important;
  /* Keep text color same */
}

.btn {
  border-radius: 0.15rem !important;
}

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

.form-control:focus {
  border-color: unset;
  box-shadow: unset;
}

.container {
  max-width: 80%;
}

.custom-navbar {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 90%;
  z-index: 16;
  padding: 0;
  padding-bottom: 0;
}

.custom-navbar .left_col .socail-media-ul {
  margin-left: 31px;
}

.custom-navbar .socail-media-ul .facebook-icon {
  width: auto;
  height: 16px;
  filter: invert(1);
  margin-left: 30px;
}

.custom-navbar .socail-media-ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: auto;
  width: fit-content;
  margin-right: 40px;
}

.custom-navbar .top-header {
  position: relative;
  top: -20px;
  padding-right: 60px;
  padding-left: 60px;
  display: NONE;
}

.custom-navbar .top-header .address {
  color: #fff;
  margin-right: 40px;
}

.custom-navbar .top-header .location-map-icon {
  width: auto;
  height: 15px;
  margin-right: 5px;
  filter: invert(1);
}

.custom-navbar .top-header .socail-media-ul .call-ivr-number {
  color: #fff;
}

.custom-navbar .iv-call-number a {
  display: block;
  color: #fff;
}

.custom-navbar .iv-call-number a:hover {
  text-decoration: none;
}

.navbar {
  padding-top: 5;
  padding-bottom: 5;
  max-width: 95%;
  margin: 0 auto;
  align-items: center;
}

ul.navbar-nav {
  align-items: center;
  margin-right: 5%;
}

.navbar .nav-link {
  color: #000000;
  font-size: 14px;
  margin-left: 0px;
  margin-right: 13px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .plus-icon-img {
  width: auto;
  height: 27px;
  filter: invert(1);
  margin-left: 8px;
}

.navbar .select-location .call-icon {
  width: auto;
  height: 20px;
  margin-right: 15px;
}

.navbar .select-location {
  margin-left: 0;
  position: relative;
  right: 0%;
}

.navbar .select-location a {
  color: #000000 !important;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

/* .menu-bar-icon{width:auto;height:28px;filter:invert(1)} */

/* .fixed-header .menu-bar-icon{filter:unset} */

.fixed-header {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: #fff;
  color: #000;
  z-index: 99;
  border-bottom: 1px solid #e0e0e0;
}

.fixed-header .nav-link {
  color: #000;
}

.fixed-header .plus-icon-img {
  width: auto;
  height: 12px;
  filter: unset;
  margin-left: 12px;
  position: relative;
  top: -2px;
}

.fixed-header .select-location a {
  color: #000 !important;
}

.fixed-header .select-location .call-icon {
  height: 20px;
  filter: unset;
  margin-right: 10px;
}

.white-logo {
  display: block;
}

.black-logo {
  display: none;
}

.fixed-header .white-logo {
  display: none;
}

.fixed-header .black-logo {
  display: block;
}

.custom-navbar .sub-nav-ul ul {
  background-color: #fff;
  list-style: none;
}

.custom-navbar .sub-nav-ul ul li {
  font-size: 16px;
  padding: 18px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 20px;
  text-align: left;
}

.custom-navbar .sub-nav-ul ul li a {
  display: block;
  color: #000;
}

.custom-navbar .sub-nav-ul ul li a:hover {
  color: #000;
}

.custom-navbar .sub-nav-ul.active {
  visibility: visible;
  opacity: 1;
}

.custom-navbar a.navbar-brand {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.custom-navbar .select-location-li a {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 13px;
}

/* .custom-navbar .select-location-li {display: flex; align-items: center;} */

.custom-navbar .sub-nav-ul {
  top: 35px;
}

.slider-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  position: relative;
}

.slider-container #demo .slider-img {
  height: 88vh;
  object-fit: contain;
  object-position: right;
  width: 100%;
  animation: zoom-out 10s linear infinite;
  transform: scale(1.2);
  margin-top: 100px;
}

@keyframes zoom-out {
  100% {
    transform: unset;
  }
}

.slider-container .custom-controls {
  position: absolute;
  left: 7%;
  bottom: 8%;
  z-index: 9;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 99999;
}

.slider-container .custom-controls .carousel-control-prev {
  width: 55px;
  height: 55px;
  opacity: 1;
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 44%;
  left: 3%;
  position: relative;
}

.slider-container .custom-controls .carousel-control-next {
  width: 55px;
  height: 55px;
  opacity: 1;
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 44%;
  right: 3%;
  position: relative;
}

.starting-price-heading {
  padding: 8px 20px;
  color: #ffffff;
  width: fit-content;
  font-size: 26px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}

.socail-media-ul {
  position: absolute;
  right: 45px;
  top: 35%;
  z-index: 9;
  list-style: none;
}

.socail-media-ul li {
  margin-bottom: 30px;
}

.socail-media-ul .facebook-icon {
  width: auto;
  height: 18px;
  filter: invert(1);
}

p.side-location::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -65%;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

p.side-location::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -65%;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.slider-container .slider-content h1 {
  font-size: 60px;
  font-weight: 700;
}

.slider-container .slider-content .top-sub-heading {
  font-size: 24px;
  margin-bottom: 10px;
}

.top-sub-heading span {
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
}

.slider-container .right-count-content {
  position: absolute;
  right: 9%;
  bottom: 18%;
  z-index: 9;
  display: flex;
  width: 33%;
  justify-content: space-between;
  z-index: 1;
}

.slider-container .right-count-content .form-control::placeholder {
  color: #456c959c;
}

.slider-container .right-count-content .box p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #b5b5b5;
  margin-bottom: 10px;
  padding-top: 10px;
  letter-spacing: 0.5px;
}

.slider-container .right-count-content .box h4 {
  text-align: center;
  color: #d68b2d;
  font-size: 55px;
  position: relative;
  top: -6px;
}

.slider-container .right-count-content .box {
  padding: 10px;
  width: 50%;
  text-align: center;
  margin-left: 25px;
  margin-right: 3px;
}

.slide-patch-img {
  position: absolute;
  top: 25%;
  right: 20%;
  width: auto;
  height: 307px;
}

button.btn.btn-custom-3 {
  width: 300px;
  font-weight: 600;
  padding: 14px 30px;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  color: #fff;

  /* 3-Color Gradient */
  background: linear-gradient(90deg, #5fb233, #bd1362);
  background-size: 100% 200%;

  /* Smooth Animation */
  transition: all 0.5s ease;
}

/* Hover Animation */
button.btn.btn-custom-3:hover {
  background-position: left;
  transform: translateY(-3px);
}

.slider-container .mouse {
  width: 29px;
  height: 56px;
  border: 3px solid #fff;
  border-radius: 60px;
  position: relative;
  left: 28px;
  margin-bottom: 12px;
  overflow: hidden;
}

.slider-container .mouse::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

.slider-container .scroll-box {
  position: absolute;
  z-index: 10;
  bottom: 4%;
  left: 48%;
  color: #fff;
  text-align: center;
}

.slider-container .scroll-box p {
  display: block !important;
  width: 100%;
  font-size: 14px;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.slider-container button.btn.btn-custom-3-1 {
  color: #fff;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 17px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #fff;
  margin-left: 15px;
}

h4.typology-heading {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 22px;
}

p.side-location {
  /* position:absolute; */
  /* top:50%; */
  /* left:0; */
  /* z-index:9; */
  /* color:#fff; */
  transform: rotate(180deg);
  font-size: 17px;
  letter-spacing: 0.5px;
  writing-mode: tb;
  position: relative;
}

.keyhighlight-img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.key-highlights {
  margin-top: 15px;
  padding-bottom: 0;
}

.highlight-ul-top {
  list-style: none;
  padding-top: 15px;
}

.highlight-ul-top li {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.btn-gruop-box {
  padding-top: 30px;
  width: 80%;
}

.highlight-ul-top li {
  font-size: 16px;
}

.highlight-ul-top {
  padding-top: 5px;
}

.mircosite-form {
  position: absolute;
  right: 30px;
  z-index: 9;
  background-color: #00000042;
  padding: 15px;
  width: 350px;
  border-radius: 10px;
}

.mircosite-form .top-form-heading {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #fff;
}

.mircosite-form .form-group {
  position: relative;
}

.mircosite-form .form-control {
  height: 58px;
  border-radius: 0;
  padding-left: 14px;
}

.mircosite-form .btn-custom {
  border: none;
  padding: 12px 26px;
  background-color: #35231d;
  color: #fff;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
}

.custom-heading {
  font-size: 46px;
  color: #fff;
}

#more {
  display: none;
}

.sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #fff;
  width: auto;
  padding-bottom: 6px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.with-caption.image-link img {
  cursor: zoom-in;
}

.overview-contaier {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
}

.overview-contaier::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 710px;
  height: 544px;
}

.overview-contaier .name-project-heading {
  color: #de8629;
  font-size: 23px;
  margin-top: 15px;
  text-align: center;
}

.overview-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

.overview-contaier p {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.overview-content {
  padding: 27px;
}

.overview-contaier .name-project-heading span {
  color: #32435a;
}

.overview-contaier .sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: fit-content;
  padding-bottom: 6px;
  color: #141414;
  margin: 0 auto;
  margin-bottom: 15px;
}

.custom-heading {
  color: #000000;
  font-weight: 700;
}

.overview-contaier .overview-1 {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.pricelist-container {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricelist-container .pricebox p {
  color: #000;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pricelist-container .pricebox {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
  border: none;
  box-shadow: rgb(30, 21, 19) 0px 0px 14px -10px;
}

/* .pricelist-container .pricebox .btn-custom{padding:10px 30px;color:#fff;border-radius:0;margin-top:5px;letter-spacing:1px;font-size:18px;background-color:#354c6b;} */

.pricelist-container .price {
  font-size: 36px;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  margin: 0 auto;
}

.pricelist-container span {
  font-size: 18px;
  padding-bottom: 16px;
  margin-right: 20px;
  display: block;
  width: 100%;
  letter-spacing: 0.5px;
}

.pricelist-container .type-heading {
  font-size: 28px;
  color: #000;
  width: fit-content;
  padding: 5px;
  margin: 0 auto;
  padding: 9px 50px;
}

.pricelist-container .sub-top-heading {
  margin: 0 auto;
  border-bottom: 1px solid #000;
  color: #141414;
  margin-bottom: 15px;
}

.pricelist-container .pricebox-content {
  position: relative;
  z-index: 12;
  padding-bottom: 10px;
}

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

.amenities-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amenities-container .custom-col {
  width: calc(50% - 0px);
  position: relative;
}

.amenities-container .amei-img-caption {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 10;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.amenities-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
}

.amenities-container .amenities-slider-img {
  width: 100%;
  object-fit: cover;
  height: 90vh;
}

.amenities-container .custom-controls,
.amenity_carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenity_carousel .owl-nav button {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #11243c !important;
  margin: 0 !important;
  outline: none;
}

.amenity_carousel .owl-nav button span {
  color: #fff;
  font-size: 60px;
  transform: translateY(-7px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.amenity_carousel .owl-nav .owl-prev {
  border-right: 0.5px solid #858585 !important;
}

.amenities-container .custom-controls .carousel-control-prev {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #11243c;
  border-right: 0.5px solid #858585;
}

.amenities-container .custom-col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
}

.amenities-container .custom-controls .carousel-control-next {
  position: relative;
  background-color: #11243c;
  opacity: 1;
  width: 100px;
  height: 100px;
}

.amenities-container .custom-heading {
  position: absolute;
  top: 105px;
  z-index: 14;
  color: #fff;
  left: 100px;
  width: 33%;
}

.amenities-container .sub-top-heading {
  position: absolute;
  z-index: 12;
  color: #fff;
  left: 100px;
  top: 50px;
}

.amenity_carousel .item {
  position: relative;
}

.amenity_carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008f;
}

.amenity_carousel .owl-dots {
  display: none;
}

.highlight-container {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f7f7;
  position: relative;
  color: #000000;
}

.highlight-container .highlight-img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.highlight-container .highlight-ul li {
  list-style: none;
  margin-bottom: 20px;
  width: calc(20% - 10px);
  background-color: #fff;
  padding: 20px;
  color: #000;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.highlight-container .highlight-ul li .align-highlight-head {
  flex: 1;
}

.highlight-container .highlight-ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.highlight-container .highlight-ul li span {
  margin-right: 10px;
  background-color: #d73476;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 35px;
}

.highlight-container .highlight-p-content {
  font-size: 17px;
  margin-top: 15px;
}

.floorplan-container {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background-color: #f7f7f7;
  background-image: url(../images/background-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.floorplan-container .container {
  position: relative;
  z-index: 15;
}

.floorplan-container .sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #ffffff;
}

.floorplan-container .custom-heading {
  color: #13263e;
}

.floorplan-container p {
  font-size: 17px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.floorplan-container .btn-custom-4 {
  border-radius: 0;
  padding: 12px 25px;
  background-color: #13263e;
  color: #fff;
  margin-top: 20px;
}

.floorplan-container .nav-tabs {
  margin-top: 25px;
  margin-bottom: 15px;
}

.floorplan-container .nav-tabs .nav-item {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}

.floorplan-container .nav-tabs .nav-item a.nav-link {
  color: #3d3d3d;
  font-size: 17px;
}

.floorplan-container .nav-link.active {
  color: #2c3d55 !important;
}

.location-advantage-container {
  background-color: #f7f7f7;
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.location-advantage-container .location-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
}

.location-advantage-container div#accordion .card-header {
  background-color: transparent;
  border: none;
}

.location-advantage-container div#accordion .card {
  border: none;
}

.location-advantage-container .card-link {
  color: #2c3d55;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 64%;
  padding-bottom: 15px;
  border-bottom: 1px solid #484343;
}

.location-advantage-container .card-link .plus-icon-img-2 {
  width: auto;
  height: 17px;
  margin-left: auto;
  display: none;
}

.location-advantage-container .card-link .minus-sign-img-2 {
  width: auto;
  height: 17px;
  margin-left: auto;
}

.location-advantage-container .card-link.collapsed .minus-sign-img-2 {
  display: none !important;
}

.location-advantage-container .card-link.collapsed .plus-icon-img-2 {
  display: block !important;
}

.location-advantage-container .card {
  background-color: unset !important;
}

.location-advantage-container .card-body {
  padding: 0px;

  padding-bottom: 20px;
}

.location-advantage-container .card-body ul {
  list-style: none;
  margin-left: 10px;
}

.location-advantage-container .card-body ul li {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.location-advantage-container .location-icon {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.location-advantage-container .col-sm-12.col-md-6.col-lg-6.right-custom-right {
  padding-left: 40px;
  align-content: center;
}

.location-advantage-container .sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #000;
}

.gallery-container {
  padding-top: 150px;
  background-color: #f7f7f7;
  padding-bottom: 150px;
}

.gallery-container .sub-top-heading {
  color: #000;
  border-bottom-color: #000;
}

.gallery-container .gallery-para-content {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.gallery-container .gallery-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.gallery-container .col-sm-12.col-md-3.col-lg-3 {
  margin-top: 30px;
}

.contact-container {
  padding-top: 120px;
  padding-bottom: 60px;
}

.contact-container .left-col-custom {
  color: #000000;
  padding-right: 120px;
}

.custom-heading {
  font-size: 46px;
  font-family: "Marcellus";
  color: #000000;
  padding-bottom: 20px;
}

#more {
  display: none;
}

.contact-container {
  padding-top: 120px;
  padding-bottom: 60px;
}

.contact-container .left-col-custom {
  color: #000000;
  padding-right: 120px;
}

.sub-top-heading {
  font-size: 20px;
  border-bottom: 1px solid #000000;
  width: auto;
  padding-bottom: 6px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-us-footer {
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
  padding-right: 60px;
  padding-bottom: 70px;
  width: 80%;
  margin-left: 14%;
}

.contact-us-footer::before {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

.contact-us-footer .form-control {
  border-radius: 0;
  height: 65px;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
}

.contact-us-footer .custom-heading {
  font-size: 46px;
  color: #000000;
}

.contact-us-footer p {
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.contact-us-footer .form-control::placeholder {
  color: #000;
  font-size: 16px;
}

.contact-us-ul {
  list-style: none;
  margin-top: 30px;
}

.contact-us-ul li span {
  display: block;
  padding-bottom: 5px;
  font-size: 15px;
}

.contact-us-ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-us-ul li .contact-details-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 13px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  text-align: center;
}

.contact-us-ul li p {
  font-size: 20px;
}

.contact-us-ul li .contact-details-icon .img-fluid {
  width: auto;
  height: 22px;
  filter: invert(1);
}

/* .custom-navbar .nav-item{position:relative; margin-left: 13px;} */

.custom-navbar .sub-nav-ul {
  position: absolute;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  visibility: hidden;
  transition: all 0.5s linear;
  opacity: 0;
  width: 160px;
}

.container-fluid.footer-container {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}

.contact-us-ul li p a {
  color: #fff;
}

.contact-us-ul li p a:hover {
  cursor: pointer;
}

.company-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  color: #000;
}

.company-container .disclaimer-p {
  font-size: 14px;
}

.company-container p {
  font-size: 10px;
}

.contact-container {
  position: relative;
}

.contact-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.contact-container .footer-container-2 ul li {
  list-style: none;
  color: #fff;
}

.contact-container .footer-container-2 ul li a {
  color: #fff;
  font-size: 16px;
}

.contact-container .container {
  position: relative;
  z-index: 9;
}

.contact-container .facebook-icon {
  width: auto;
  height: 20px;
  filter: invert(1);
}

.contact-container .socail-media-ul-footer {
  display: flex;
  margin-top: 30px;
}

.contact-container .socail-media-ul-footer li {
  margin-right: 35px;
}

.footer-container-2 .second_col ul li {
  list-style: none;
  margin-bottom: 15px;
}

.footer-container-2 .col-sm-12.text.text-center {
  padding-top: 30px;
}

.footer-container-2 {
  border-top: 1px solid #6b6b6b;
  padding-top: 50px;
  margin-top: 80px;
}

.footer-container-2 p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.footer-container-2 p.disclaimer-p {
  font-size: 13px;
}

.footer-container-2 h4 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.footer-container-2 .second_col ul li a {
  color: #fff;
  font-size: 16px;
}

.close {
  color: #ffffff;
  opacity: 1;
}

.modal-body .modal-form {
  padding: 0px;
  text-align: center;
}

.close:focus,
.close:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}

.modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
}

.modal-body .close {
  position: absolute;
  right: 25px;
  top: 25px;
  border: 1px solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-form .top-form-heading {
  font-size: 19px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.modal-form .form-group {
  position: relative;
}

.modal-form .form-control {
  height: 55px;
  border-radius: 10px;
  /* border-radius: 0; */
  padding-left: 35px;
}

/* 
.modal-form .btn-custom {
    border: none;
    padding: 12px 26px;
    background-color: #35231d;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 10px
} */
.modal-form .btn-custom {
  border: none;
  padding: 10px 26px;
  width: 100%;
  /* margin-top: 10px; */
  font-size: 18px;
  border-radius: 10px !important;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5fb233, #bd1362, #5fb233);
  background-size: 200% 200%;
  transition:
    background-position 0.5s ease,
    transform 0.3s ease;
}

/* Hover Animation */
.modal-form .btn-custom:hover {
  background-position: right center;
  transform: translateY(-3px);
}

.modal-form .project-logo-modal {
  font-size: 38px;
  margin-bottom: 20px;
  color: #203c5f;
}

/* .menu-bar-icon {width: auto;height: 28px;filter: invert(1);} */

/* .fixed-header .menu-bar-icon {

    filter: unset;

} */

.gallery-container .row.row-2 {
  margin-top: 100px;
}

.about-us-developer-content {
  font-size: 17px;

  margin-top: 20px;

  letter-spacing: 0.5px;
}

.floorplan-container .floorplan-img.blur_img {
  filter: blur(4px);
}

.floorplan-container .blur-floor-img {
  position: relative;
}

.floorplan-container button.btn.btn-custom-plan {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background-color: #122339;

  color: #fff;

  border-radius: 0px;

  padding: 15px 20px;
}

.mobile-section-1 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0d0d0c;
  z-index: 99;
  display: none;
}

.mobile-section {
  display: flex;
  justify-content: center;
}

.mobile-section-1 a.btn.btn-success.btn-block {
  font-size: 14px;
  background-color: #2c3d55;
  width: 100%;
  border: none;
  border-radius: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

/* other projects */

.other_projects {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.other_projects .custom-heading {
  color: #2c3d55;
  margin-bottom: 40px;
}

.other_projects .project-img-bg {
  position: absolute;
  right: 0;
  width: 53%;
  bottom: 0;
  opacity: 0.1;
}

.other_projects-box-content {
  padding-right: 60px;
}

.other_projects .project-container-box-content {
  padding-right: 60px;
}

.other_projects .sub-top-heading {
  font-size: 16px;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 6px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.other_projects .content-para {
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 10px;
}

.other_projects .project-box {
  background-color: #f7f7f7;
  width: 93%;
}

.other_projects .project-box-content {
  padding: 25px 0;
  text-align: center;
}

.other_projects .project-box .typology-heading {
  background-color: #de8629;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.other_projects .btn-custom-2 {
  padding: 10px 30px;
  font-size: 18px;
  background-color: #2c3d55;
  color: #fff;
  border-radius: 0;
  width: 40%;
}

.other_projects p.project-name-box {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.other_projects .btn-custom-2 a {
  color: #fff;
}

.other_projects .project-name {
  font-size: 20px;
  margin-bottom: 10px;
}

.other_projects .project-location {
  margin-bottom: 20px;
  font-size: 18px;
}

.other_projects .owl-prev span {
  color: #fff;
  position: relative;
  top: -4px;
}

.other_projects .owl-next span {
  color: #fff;
  position: relative;
  top: -4px;
}

.other_projects .owl-dots {
  /* display:none; */
  margin-top: 30px;
}

.other_projects .owl-prev {
  position: absolute;
  line-height: 49px !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  font-size: 30px !important;
  width: 60px;
  height: 60px;
  top: 70%;
  left: -74%;
  opacity: 9;
  z-index: 12;
}

.other_projects .owl-next {
  position: absolute;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  font-size: 30px !important;
  width: 60px;
  height: 60px;
  line-height: 19px !important;
  text-align: center;
  top: 70%;
  left: -55%;
  opacity: 9;
  z-index: 12;
}

.project-cover {
  position: relative;
}

.project-cover .paymentplan-heading {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0b336b9e;
  padding: 9px;
  width: 101%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.project-cover .Status {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #eda438;
  padding: 10px 17px;
  color: #fff;
}

.main-slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.main-slider-content-box-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #fff;
}

.slider-content {
  width: 45%;
}

.side-location {
  position: relative;
  display: block;
}

p.side-location::before {
  content: "";
  position: absolute;
  top: -16%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
}

p.side-location::after {
  content: "";
  position: absolute;
  top: 115%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #fff;
  transform: rotate(90deg);
}

@media (max-width: 1600px) {
  .container {
    max-width: 92%;
  }

  .project-container .sub-top-heading {
    font-size: 16px;
  }

  .custom-heading {
    font-size: 32px;
  }

  .navbar .plus-icon-img {
    height: 12px;
    position: relative;
    top: -2px;
    margin-left: 8px;
  }

  .navbar .nav-link {
    font-size: 14px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 500;
  }

  /* .custom-navbar {
        top: 5px;
        left: 2.5%;
        width: 95%;
        padding: 0;
        background-color: white;
    } */

  .navbar .select-location a {
    font-size: 16px;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar .select-location .call-icon {
    height: 16px;
    margin-right: 15px;
  }

  .slider-container .slider-content h1 {
    font-size: 32px;
    width: 80%;
  }

  .slider-container .slider-content .top-sub-heading {
    font-size: 22px;
  }

  button.btn.btn-custom-3 {
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .slider-container button.btn.btn-custom-3-1 {
    padding: 10px 20px;
    font-size: 14px;
  }

  p.side-location {
    font-size: 14px;
  }

  .slider-container .right-count-content {
    right: 9%;
    bottom: 7%;
  }

  .slider-container .right-count-content .box p {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .slider-container .right-count-content .box h4 {
    font-size: 48px;
  }

  .slide-patch-img {
    top: 36%;
    right: 23%;
    height: 280px;
  }

  .starting-price-heading {
    font-size: 22px;
  }

  .socail-media-ul .facebook-icon {
    height: 15px;
  }

  .socail-media-ul li {
    margin-bottom: 15px;
  }

  .slider-container .mouse {
    width: 21px;
    height: 41px;
    border: 2px solid #fff;
    left: 31px;
  }

  .slider-container .mouse::before {
    width: 8px;
    height: 8px;
  }

  .slider-container .custom-controls span.carousel-control-next-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .slider-container .custom-controls span.carousel-control-prev-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .slider-container .custom-controls .carousel-control-prev,
  .slider-container .custom-controls .carousel-control-next {
    width: 45px;
    height: 45px;
  }

  .slider-container .custom-controls {
    left: 0.8%;
    bottom: 3%;
    width: 210px;
  }

  .white-logo,
  .black-logo {
    width: auto;
    height: 43px;
  }

  .highlight-ul-top li {
    font-size: 15px;
  }

  .typology-heading {
    font-size: 20px;
  }

  .highlight-ul-top {
    padding-top: 0;
  }

  .btn-gruop-box {
    padding-top: 30px;
  }

  .mircosite-form {
    padding: 30px;
    width: 320px;
  }

  .mircosite-form .form-control {
    height: 41px;
    border-radius: 0;
  }

  .mircosite-form i.fa {
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 10px;
  }

  .mircosite-form .top-form-heading {
    font-size: 24px;
  }

  .mircosite-form .btn-custom {
    padding: 8px 26px;
    font-size: 17px;
    width: 100%;
    margin-top: 10px;
  }

  .mircosite-form .form-group {
    position: relative;
    margin-bottom: 10px;
  }

  .mircosite-form .form-control::placeholder {
    font-size: 15px;
  }

  .overview-contaier p {
    font-size: 16px;
  }

  .overview-contaier .name-project-heading {
    font-size: 18px;
  }

  .overview-contaier {
    background-color: #ffffff;
    border-radius: 20px;
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .overview-content {
    padding: 15px;
  }

  .pricelist-container {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .pricelist-container .sub-top-heading {
    font-size: 16px;
  }

  .pricelist-container .type-heading {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
  }

  .floor-plan-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
  }

  .floor-plan {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: blur(3px); */
    display: block;
  }

  /* Overlay text */
  .floor-plan-wrapper::before {
    content: "Click to View Plan";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0.45);
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }

  .pricelist-container .price {
    font-size: 36px;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
  }

  .pricelist-container .pricebox .btn-custom {
    padding: 9px 30px;
    margin-top: 5px;
    font-size: 16px;
  }

  .pricelist-container span {
    font-size: 17px;
    padding-bottom: 15px;
  }

  .amenities-container .custom-heading {
    top: 100px;
    left: 90px;
    width: 40%;
  }

  .amenities-container .sub-top-heading {
    left: 90px;
    top: 50px;
    font-size: 16px;
  }

  .amenity_carousel .owl-nav button {
    width: 70px;
    height: 70px;
  }

  /* .amenities-container .custom-controls .carousel-control-next{width:70px;height:70px} */

  .amenities-container .amei-img-caption {
    font-size: 20px;
    left: 90px;
  }

  .highlight-container {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    color: #000000;
  }

  /* .highlight-container .container {
        max-width: 90%;
    } */

  .highlight-container p {
    font-size: 16px;
    /* margin-top: 10px */
  }

  .highlight-ul li {
    padding: 15px;
    font-size: 15px;
  }

  .highlight-container .highlight-ul li span {
    width: 42px;
    height: 30px;
    font-size: 14px;
  }

  .highlight-container .highlight-ul li {
    font-size: 15px;
  }

  .floorplan-container .btn-custom-4 {
    padding: 12px 25px;
    margin-top: 5px;
  }

  .floorplan-container p {
    font-size: 16px;
    margin-top: 15px;
  }

  .floorplan-container .sub-top-heading {
    font-size: 16px;
  }

  .floorplan-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .floorplan-container .nav-tabs .nav-item a.nav-link {
    font-size: 15px;
  }

  .location-advantage-container {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .location-advantage-container .card-body ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .location-advantage-container .sub-top-heading {
    font-size: 16px;
    border-bottom: 1px solid #000;
  }

  .location-advantage-container .location-map {
    height: 100%;
    display: block;
    /* margin-top: 20px; */
    border-radius: 20px;
  }

  .location-advantage-container .card-link {
    font-size: 17px;
  }

  .gallery-container .gallery-para-content {
    font-size: 16px;
  }

  .gallery-container .gallery-img {
    height: 225px;
    border-radius: 20px;
  }

  .gallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gallery-container .row.row-2 {
    margin-top: 60px;
  }

  .contact-container {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .contact-container .container {
    max-width: 90%;
  }

  .contact-container .sub-top-heading {
    font-size: 16px;
  }

  .contact-container .left-col-custom {
    padding-right: 65px;
  }

  .contact-container .contact-us-footer .custom-heading {
    font-size: 28px;
  }

  .contact-container .contact-us-footer {
    padding: 10px;
    padding-right: 50px;
    padding-bottom: 53px;
    width: 70%;
    margin-left: 28%;
  }

  .contact-container .left-col-custom .para {
    font-size: 14px;
  }

  .contact-container .contact-us-footer p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .contact-container .contact-us-ul li .contact-details-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 30px;
  }

  .contact-container .contact-us-ul li p {
    font-size: 17px;
  }

  .contact-container .contact-us-footer .btn-custom {
    padding: 12px 30px;
    font-size: 16px;
  }

  .contact-us-footer .form-control {
    height: 44px;
  }

  .footer-container-2 {
    padding-top: 50px;
    margin-top: 25px;
  }

  .other_projects .container {
    max-width: 95%;
  }

  p.side-location::before {
    top: -19%;
    right: -14px;
    transform: rotate(90deg);
  }

  p.side-location::after {
    top: 118%;
    right: -13px;
    width: 50px;
    height: 1px;
  }
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
}

.main-title {
  font-weight: 900;
  font-size: 58px !important;
  text-transform: uppercase;
}

.main-slider-content-box {
  background-color: #00000047;
}

/* Wrapper */
.amenities-wrap {
  text-align: center;
}

/* Individual Amenity Item */
.amenity-item {
  margin-bottom: 15px;
  padding: 0px 5px;

  @media (min-width: 1200px) {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

/* Image Box */
.amenity-img {
  overflow: hidden;
}

.amenity-img img {
  width: 100%;
  /* height: 100px; */
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease;
}

/* Hover Zoom Effect */
.amenity-img:hover img {
  transform: scale(1.08);
}

/* Text */
.amenity-text {
  margin-top: 5px;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 768px) {
  .location-box p {
    font-size: 15px;
  }

  .fullimg {
    height: 400px;
    object-fit: cover;
  }

  .slider-video {
    height: 45vh;
    margin-bottom: -6px;
    margin-top: 50px;
  }

  .main-title {
    font-size: 30px !important;
  }

  /* .overview-contaier .custom-heading {
        padding-top: 20px;
    } */

  .main-slider-content-box {
    position: relative;
    text-align: center;
    padding-top: 25px;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    margin-top: -30px;
  }

  .navbar .select-location {
    display: none;
  }

  .navbar-collapse {
    background-color: #fff;
    width: 100%;
    color: #000;
  }

  .navbar .nav-link {
    color: #000;
  }

  .navbar .select-location .call-icon {
    filter: brightness(0.5);
    margin-right: 15px;
  }

  .navbar .plus-icon-img {
    filter: brightness(0.5);
  }

  .navbar-nav li.nav-item {
    padding: 5px 15px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .navbar-nav li.nav-item a {
    font-size: 15px !important;
  }

  .nav-item.select-location a.nav-link {
    justify-content: unset;
  }

  .custom-navbar {
    top: 0px;
    left: 0%;
    width: 100%;
    padding: 0;
  }

  .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .slider-container .slider-content {
    /* position: absolute; */
    /* top: 70%;
        left: 0; */
    /* transform: unset; */
    /* width: 100%; */
    /* padding: 25px; */
    /* overflow: hidden; */
    /* padding-left: 49px; */
    /* padding-right: 0px; */
  }

  .slider-container .right-count-content {
    right: 0%;
    bottom: 13%;
    width: 100%;
  }

  p.side-location {
    /* top: 30%; */
    /* left: -50px; */
    /* font-size: 13px; */
  }

  .slider-container .slider-content h1 {
    font-size: 20px;
    width: 100%;
  }

  .socail-media-ul {
    right: 15px;
    top: 14%;
  }

  .slide-patch-img {
    bottom: 36%;
    height: 164px;
    right: 3%;
    top: unset;
  }

  .slider-container button.btn.btn-custom-3-1 {
    padding: 10px 10px;
    margin-top: 0px;
    margin-left: 4px;
    font-size: 13px;
  }

  .slider-container .custom-controls {
    position: absolute;
    left: 0%;
    bottom: 15px;
    width: 135px;
  }

  .slider-container .right-count-content .box {
    padding: 10px;
    width: 50%;
    text-align: center;
    margin-left: 0px;
    margin-right: 1px;
  }

  .slider-container .scroll-box {
    bottom: 3%;
    left: 39%;
    display: none;
  }

  .socail-media-ul .facebook-icon {
    height: 14px;
  }

  .mircosite-form {
    display: none;
  }

  .modal-dialog {
    max-width: 300px;
  }

  .starting-price-heading {
    font-size: 19px;
  }

  .custom-heading {
    font-size: 24px;
    font-family: "Marcellus";
    width: 100%;
    text-align: center;
    margin: 0px auto;
  }

  .sub-top-heading {
    font-size: 14px;
    text-align: center;
  }

  h4.typology-heading {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
  }

  button.btn.btn-custom-3 {
    padding: 10px 10px;
    font-size: 15px;
    width: 80%;
    letter-spacing: 0.5px;
  }

  .btn-gruop-box {
    padding-top: 15px;
    width: 100%;
    text-align: center;
  }

  .select-location-li .nav-link {
    color: #fff;
  }

  .select-location-li .plus-icon-img {
    filter: brightness(0.5) invert(1);

    height: 25px;
  }

  .fixed-header .select-location-li .nav-link {
    color: #000;
  }

  .fixed-header .select-location-li .plus-icon-img {
    filter: brightness(0);

    height: 25px;
  }

  .gallery-container .gallery-para-content {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .overview-contaier {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .overview-contaier .overview-content {
    text-align: left;
    padding: 8px;
    padding-top: 20px;
  }

  .overview-contaier .sub-top-heading {
    font-size: 15px;
    padding-bottom: 5px;
    margin: unset;
    margin-bottom: 10px;
  }

  .overview-contaier p {
    font-size: 15px;
    text-align: justify;
  }

  .overview-contaier .name-project-heading {
    font-size: 18px;
    text-align: left;
  }

  .overview-contaier .custom-heading {
    text-align: center;
    padding-top: 20px;
  }

  .overview-contaier button.btn.btn-custom-3 {
    padding: 11px 30px;
    margin: unset;
    margin-top: 20px;
    /* margin-bottom: 25px; */
  }

  .overview-contaier .overview-1 {
    height: 260px;
    object-fit: cover;
    object-position: left;
    width: 100%;
  }

  .highlight-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .highlight-container .highlight-p-content {
    font-size: 15px;
    margin-top: 15px;
  }

  .highlight-container .highlight-ul li {
    margin-bottom: 15px;
    width: calc(100% - 0px);
    padding: 8px;
    border-radius: 0px;
    font-size: 15px;
  }

  .highlight-container .highlight-ul li span {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }

  .highlight-ul-top {
    place-items: center;
  }

  .highlight-ul-top li {
    font-size: 16px;
    display: flex;
  }

  .gallery-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricelist-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .pricelist-container .price {
    font-size: 28px;
    /* padding-top: 15px; */
    padding-bottom: 5px;
  }

  .pricelist-container .pricebox p {
    font-size: 18px;
    line-height: 41px;
    margin-top: 0px;
  }

  .pricelist-container .pricebox .btn-custom {
    margin-top: 5px;
    font-size: 15px;
  }

  .amenities-container .custom-row .custom-col {
    width: calc(100% - 0px);
  }

  .amenities-container .amenities-slider-img {
    height: 300px;
  }

  /* .amenities-container .sub-top-heading {left: 25px;top: 22px;font-size: 14px;} */

  .amenities-container .sub-top-heading {
    left: 0;
    top: 0;
    font-size: 16px;
    position: relative;
    color: #141414;
    /* width: 100%; */
    text-align: center;
    border-bottom: 1px solid #000;
    margin-left: auto;
    margin-right: auto;
  }

  /* .amenities-container .custom-heading { top: 65px;left: 25px;width: 84%;} */

  .amenities-container .custom-heading {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    color: #2c3d55;
    margin-bottom: 40px;
    text-align: center;
  }

  .amenities-container .amei-img-caption {
    font-size: 16px;
    left: 30px;
    bottom: 20px;
  }

  .amenity_carousel {
    padding: 0 50px;
    width: 100%;
    overflow: hidden;
  }

  .amenity_carousel .owl-stage-outer {
    overflow: visible;
    width: 100%;
  }

  /* .amenity_carousel .owl-item{padding:0 15px;} */

  .floorplan-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floorplan-container .nav-tabs {
    justify-content: center;
  }

  .floorplan-container .nav-tabs .nav-item a.nav-link {
    font-size: 15px;
    padding: 14px;
  }

  .floorplan-container .btn-custom-4 {
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .location-advantage-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .location-advantage-container
    .col-sm-12.col-md-6.col-lg-6.right-custom-right {
    padding-left: 15px;
  }

  .location-advantage-container .card-link {
    width: 100%;
  }

  .contact-container .sub-top-heading {
    font-size: 14px;
  }

  .contact-container .left-col-custom .custom-heading {
    font-size: 24px;
  }

  .contact-container .contact-us-ul li p {
    font-size: 15px;
  }

  .footer-container-2 .second_col ul li a {
    color: #fff;
    font-size: 15px;
  }

  .footer-container-2 .second_col,
  .footer-container-2 .third_col,
  .footer-container-2 .fourth_col {
    margin-top: 20px;
  }

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

  .contact-container .contact-us-footer {
    padding: 10px 10px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 95%;
    margin-left: 3%;
  }

  .contact-container {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .contact-container .contact-us-ul li .contact-details-icon {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 29px;
  }

  .contact-container .contact-us-ul li p {
    font-size: 15px;
    width: 85%;
  }

  .contact-container .left-col-custom {
    padding-right: 15px;
  }

  .contact-us-ul li .contact-details-icon .img-fluid {
    height: 13px;
  }

  .mobile-section-1 {
    display: block;
  }

  .company-container {
    padding-bottom: 55px;
  }

  .company-container p {
    font-size: 10px;
  }

  .amenity_carousel .owl-nav {
    display: none;
  }

  .modal-form .project-logo-modal {
    font-size: 24px;
    padding-right: 40px;
    margin-bottom: 10px;
  }

  .modal-form .top-form-heading {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .modal-form .form-control {
    height: 50px;
    border-radius: 10px;
    padding-left: 15px;
  }

  .other_projects .project-box {
    background-color: #f7f7f7;

    width: 100%;
  }

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

  .other_projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .other_projects .btn-custom-2 {
    padding: 10px 10px;
    font-size: 16px;
  }

  .main-slider-content-box-2 {
    height: 41%;
    display: flex;
    color: #000;
    align-items: center;
  }

  .contact-container .footer-container-2 ul li {
    font-size: 14px;
  }

  .slider-content {
    width: 100%;
  }

  p.side-location::after {
    top: 120%;
    right: -13px;
    width: 50px;
    height: 1px;
  }

  .custom-navbar .select-location-li a {
    font-size: 10px;
  }

  .white-logo,
  .black-logo {
    height: 36px;
  }
}

@media (max-width: 320px) {
  .white-logo,
  .black-logo {
    width: auto;
    height: 28px;
  }

  .main-slider-content-box-2 {
    padding: 0px;
  }
}

.price-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd !important;
  padding: 16px 18px;
  font-size: 16px;
  vertical-align: middle;
}

.price-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.price-table th {
  background: #f5f5f5;
  font-weight: 700;
}

.price-btn {
  background: linear-gradient(90deg, #005c70, #296c65);
  color: #fff !important;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
}

.owl-dots {
  bottom: 40px;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  border-radius: 50%;
  opacity: 0.5;
}

.owl-dots .owl-dot.active {
  opacity: 1;
}

.custom-navbar {
  top: 5px;
  left: 2.5%;
  width: 95%;
  padding: 0;
  background: rgba(255, 255, 255, 0.655);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.error_msg {
  display: none;
}

form .col-12 {
  margin-bottom: 20px;
}




/*css started by me*/

.floor-plan-wrapper img {
    width: 100%;
}
.amenity-img img {
    pointer-events: none;
}
.modal-body .close {
    color: #000000;
}

.error {
    color: red;
    font-size: 12px;
        text-align: left;
}