.btn_1.outline,
header {
  background-color: #fff0;
}
.box_facilities,
.closebt,
.dis,
.logo_panel,
header nav ul {
  text-align: center;
}
.slide-text h2,
.slide-text small,
.title small {
  text-transform: uppercase;
}
#contact-us,
#price {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_1,
.closebt,
.hamburger_2,
[data-bs-toggle="modal"],
a.head-call,
button.query-btn {
  cursor: pointer;
}
main {
  position: relative;
  z-index: 2;
  background-color: #faf8f5;
}
.btn_1,
a,
a:focus,
a:hover {
  text-decoration: none;
}
.patch-img {
  position: absolute;
  top: 50%;
  z-index: 99;
  right: 46%;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  background: #faf8f5;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-family: Montserrat, Helvetica, sans-serif;
  color: #333;
}
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
}
.btn_1,
.title small,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.bg_white.gallery-sec img,
p {
  margin-bottom: 25px;
}
.floor-section,
.location {
  background-color: #f2f2f2;
}
.banner-head {
  font-size: 34px !important;
  letter-spacing: 1px !important;
}
a {
  color: #80371f;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: 0;
}
a:focus,
a:hover {
  color: #24262d;
  outline: 0;
}
.dis p a:hover,
.title small {
  color: #80371f;
}
.title small {
  letter-spacing: 3px;
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.gradient {
  color: #fff !important;
  background: linear-gradient(
      45deg,
      #80371f,
      #80371fbd,
      #4186cd,
      #4186cd,
      #80371fbd
    )
    0 0/400% 400%;
  animation: 3s infinite Gradient;
}
.appbtn {
  color: #fff;
  transition: 0.4s ease-in-out;
}
@keyframes Gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.title h2 {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 15px;
}
#contactform h2.form-heading,
.slide-text.white,
.slide-text.white h2,
header.fixed_header nav ul li a {
  color: #fff;
}
.btn_1 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border: none;
  color: #fff;
  outline: 0;
  display: inline-flex;
  padding: 14px 25px;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn_1.outline {
  border: 2px solid #24262d;
  color: #24262d;
}
.btn_1.outline.white {
  border-color: #fff;
  color: #fff;
}
.btn_1.outline.white:hover {
  background-color: #b18e4e;
  border: 2px solid #fff;
  color: #fff;
}
.btn_1.outline:hover {
  background-color: #4b514d;
  border: 2px solid #fff0;
  color: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0;
  z-index: 999;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.bg_white,
header.sticky {
  background-color: #fff;
}
.logo-black,
.menu_v1 .closebt,
.menu_v1 .hamburger_2,
.menu_v1 .layer,
.mobile-section-footer,
.mobile-show {
  display: none;
}
.closebt,
.hamburger_2,
header nav ul li {
  display: inline-block;
}
.destop-show,
.logo-white,
span[data-jarallax-element] {
  display: block;
}
header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav ul li {
  font-weight: 600;
  margin-left: 15px;
}
.hamburger_2 {
  position: relative;
  top: 8px;
  padding: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #fff0;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger_2:hover .hamburger__inner {
  animation: 0.4s burger;
}
.hamburger_2:hover .hamburger__inner:before {
  animation: 0.4s 0.1s burger;
}
.hamburger_2:hover .hamburger__inner:after {
  animation: 0.4s 0.2s burger;
}
.hamburger_2 .hamburger__box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger_2 .hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger_2 .hamburger__inner,
.hamburger_2 .hamburger__inner::after,
.hamburger_2 .hamburger__inner::before {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger_2 .hamburger__inner::after,
.hamburger_2 .hamburger__inner::before {
  content: "";
  display: block;
}
.hamburger_2 .hamburger__inner::before {
  top: -8px;
}
.hamburger_2 .hamburger__inner::after {
  bottom: -8px;
}
@keyframes burger {
  0%,
  100% {
    transform-origin: 0 100%;
    transform: scale(1, 1);
  }
  50% {
    transform-origin: 0 100%;
    transform: scale(0, 1);
  }
}
.closebt {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ccc;
  position: absolute;
  right: 25px;
  top: 0;
}
.closebt:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.logo_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  background-color: #faf8f5;
}
.menu_v1 .hamburger_2 {
  top: 5px;
}
.menu_v1 .logo_panel {
  display: none;
  border-bottom: 1px solid #ededed;
}
.high-details,
.inp-box,
.pinned-image,
div#exampleModalpopup .wrap {
  display: flex;
}
.fixed_header .container {
  max-width: 1400px;
}
.modal-dialog-centered.modal-lg {
  --bs-modal-width: 900px;
}
.logo img {
  max-width: 200px;
  /* filter: invert(1) brightness(57.5); */
}
img.check-icon,
img.icon-high {
  filter: brightness(0) saturate(100%) invert(60%) sepia(5%) saturate(4729%)
    hue-rotate(58deg) brightness(86%) contrast(70%);
}
@media only screen and (max-width: 991px) {
  .main-menu {
    overflow-y: scroll;
    transform: translateX(102%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0 0 20px 0 #0000001a;
    -moz-box-shadow: 0 0 20px 0 #0000001a;
    box-shadow: 0 0 20px 0 #0000001a;
  }
  .main-menu #mainNav {
    padding: 30px;
  }
  .main-menu #mainNav ul {
    text-align: left;
  }
  .main-menu #mainNav ul li {
    display: block;
    margin: 0;
  }
  .main-menu #mainNav ul li a {
    display: block;
    color: #333;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem !important;
    margin: 0 0 10px;
  }
  .main-menu #mainNav ul li a.head-call {
    padding: 10px 25px !important;
    width: fit-content !important;
    letter-spacing: 1px !important;
  }
  .main-menu #mainNav ul li a:before {
    display: none !important;
  }
  .main-menu #mainNav ul li a:hover {
    color: #b18e4e !important;
  }
}
img.icon-img {
  width: 100%;
  margin-bottom: 25px;
}
.footer-bottom {
  padding: 50px 0 10px;
  background: #24262d;
  color: #fff;
  background: linear-gradient(45deg, #000, #4b4b4b82),
    url(../img/footer-bg1.webp);
  background-position: bottom;
  background-size: cover;
}
img.icon-high {
  width: 35px;
  height: 30px;
}
.high-details p {
  text-align: left;
  padding-left: 15px;
  margin: 12px;
  font-size: 16px;
}
.high-details {
  justify-content: start;
  align-items: center;
}
.banner-dule .carousel-inner .carousel-item img {
  background-color: #0009;
  min-height: 100vh;
}
.carousel-inner:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #0000008c;
  z-index: 9;
}
@media (max-width: 767px) {
  .footer-bottom,
  h3.modal-head {
    text-align: center;
  }
  .patch-img {
    position: absolute;
    top: 47%;
    z-index: 99;
    right: 4%;
  }
  .patch-img img {
    width: 120px;
  }
  h3.modal-head {
    color: #000;
    letter-spacing: 1px;
    font-size: 22px;
  }
  .banner-dule .carousel-inner .carousel-item{
    min-height: 481px;
  }
  .banner-dule .carousel-inner .carousel-item img {
    background-color: #0009;
    width: 100%;
    min-height: 481px;
    object-fit: cover;
  }
  .floor-plans .floor-img img {
    width: 100%;
    height: 100%;
  }
  header {
    padding: 5px 0;
  }
}
.container.banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 100%;
  margin-left: 12%;
}
.slide-text p {
  font-size: 1.3125rem;
}
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 9999;
  background-color: #00000059;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
}
#carousel-home,
.pinned-image,
.submenu_version .main-menu ul li {
  position: relative;
}
#carousel-home .static {
  position: static;
}
.slide-text h2 {
  font-size: 3.1875rem;
  font-weight: 700;
}
.slide-text small {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  margin: 0 0 10px;
}
button.query-btn {
  margin-top: 10px;
  border: none;
  color: #fff;
  outline: 0;
  display: inline-flex;
  padding: 13px 25px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
}
.box_facilities {
  padding: 20px;
  background: #f2f2f2;
  border: 2px solid #ebebeb38;
  margin: 6px;
  border-radius: 15px;
}
.box_facilities h5 {
  font-size: 18px;
  font-weight: 600;
}
.dis .btm-foot,
.dis p {
  font-size: 14px;
}
.box_facilities:hover {
  background-color: #e2dfdf;
  border-radius: 15px;
  box-shadow: #64646f33 0 7px 29px 0;
}
.box_facilities:hover .icon-img {
  transform: scale(1.01);
  transition: transform 0.5s ease-in-out;
}
.high-details span img.location-icon {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(60%) sepia(5%) saturate(4729%)
    hue-rotate(51deg) brightness(86%) contrast(70%);
}
.dis .btm-foot {
  margin-bottom: 10px;
}
img.check-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #80371f;
  border-radius: 50%;
  padding: 3px;
  margin-right: 5px;
}
p.banner-high {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.6px;
  background-color: #0000007d;
  width: fit-content;
  padding: 3px 10px;
}
.banner-typology .banner-typology-detail {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-typology {
  margin-top: 20px;
}
.banner-price .banner-price-detail {
  padding: 14px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-price .banner-price-detail span {
  font-size: 30px;
}
.location .title {
  margin-bottom: 40px;
}
@keyframes price-blink {
  50% {
    color: #80371f;
    filter: #80371f;
  }
}
.banner-price {
  margin-top: 17px;
}
.banner-form {
  padding: 30px;
  background: #cacacaa1;
  border-radius: 10px;
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background-color: #fff3;
  backdrop-filter: blur(10px);
  width: 23%;
}
#contact-us,
#price,
.floor-plans p,
.location-image,
.parallax_wrapper {
  position: relative;
}
.margin_81 {
  padding-top: 60px;
  padding-bottom: 67px;
}
.price-section .price-box {
  padding: 50px 20px;
  margin: 10px 0 20px;
  border-radius: 20px;
  box-shadow: 8px 8px 12px 0 #00000040 -4px -5px 8px 0 #ffffff4d;
  background: #f2f2f2;
  transition: 0.8s ease-in-out;
  object-fit: cover;
  height: 100%;
}
.price-section .price-box:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #e2dfdf;
}
.price-section .typology {
  border: 1px solid #80371f;
  width: fit-content;
  margin: auto;
  padding: 5px 17px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
.price-section .price-details {
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
.price-section .size-detail {
  display: flex;
  justify-content: space-around;
  margin: 15px 20px 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dashed;
}
span.rupee {
  font-size: 20px;
}
.price-section .micro-btn {
  text-align: center;
  padding-top: 10px;
}
.title-amenities {
  padding: 0 0 40px;
}
.floor-plans .floor-img {
  position: relative;
  border: 1px solid #80371f;
  padding: 10px;
  border-radius: 19px;
}
.floor-plans .floor-img img {
  border-radius: 30px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.floor-plans p {
  outline: #80371f solid 1px;
  outline-offset: 2px;
  border-radius: 5px;
  padding: 4px 35px;
  width: fit-content;
  font-weight: 500;
  margin: -24px auto -15px;
  font-size: 17px;
  background: #80371f;
  color: #fff;
  z-index: 99;
}
.floor-img h4 {
  position: absolute;
  font-size: 20px;
  letter-spacing: 1px;
  border: 1px solid #80371f;
  border-radius: 8px;
  padding: 8px 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: #fff;
}
.location-image {
  border: 8px solid #80371f;
  border-radius: 25px;
  padding: 5px;
}
.location-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px !important;
  border: 3px solid #e0d9cf;
}
.contact-head {
  padding-bottom: 60px;
}
.about-developer {
  letter-spacing: 0.2px;
  line-height: 1.8;
}
.footer-submit-btn .query-btn {
  border: 1px solid #80371f;
  color: #fff;
  outline: 0;
  cursor: pointer;
  display: inline-flex;
  padding: 15px 50px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
}
.inp-box {
  justify-content: center;
  align-items: baseline;
  padding-top: 10px;
  text-align: left;
  font-size: 12px;
}
.inp-box label.inp-txt {
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
}
.inp-box label.inp-txt.black {
  padding-left: 10px;
  color: #000;
  font-size: 10px;
  margin: 0;
}
h3.modal-head {
  color: #80371f;
  text-align: center;
  letter-spacing: 1px;
  font-size: 28px;
}
p.modal-para {
  color: #000;
  text-align: center;
  font-size: 16px;
}
a.head-call,
header.fixed_header.sticky nav ul li a.head-call {
  color: #fff !important;
}
#contact-us {
  background-image: url(../img/bg-pattern-pricelist-2.webp);
}
#price {
  background-image: linear-gradient(180deg, #fffdf6, transparent),
    url(../img/price-shape.webp);
}
a.head-call {
  border: none;
  padding: 14px 22px;
  font-weight: 600;
  border-radius: 25px;
  letter-spacing: 1px;
}
@media (max-width: 1490px) {
  .fixed_header .container {
    max-width: 1250px;
  }
  .inp-box label.inp-txt {
    padding-left: 10px;
    color: #fff;
    font-size: 10px;
  }
  .banner-form {
    top: 55%;
    width: 26%;
  }
  .pinned-image--small {
    height: 60vh !important;
  }
  .container.banner-text {
    margin-left: unset;
  }
  .container.banner-text .slide-text.white {
    position: relative;
    left: 10%;
    top: 10%;
  }
}
@media (max-width: 1366px) {
  .fixed_header .container {
    max-width: 1250px;
  }
  .container.banner-text .slide-text.white {
    position: relative;
    left: 21%;
    top: 10%;
  }
  .banner-head {
    font-size: 42px !important;
    letter-spacing: 1px !important;
  }
  .pinned-image--small {
    height: 65vh !important;
  }
  .floor-img h4 {
    font-size: 18px;
    padding: 5px 20px;
  }
  header nav ul li {
    font-weight: 600;
    margin-left: 7px;
  }
  .banner-form {
    padding: 20px 30px;
    width: 28%;
    top: 55%;
  }
}
@media (max-width: 1199px) {
  img.icon-img {
    margin-bottom: 15px;
  }
  .box_facilities h5 {
    font-size: 16px;
    font-weight: 600;
  }
  .box_facilities {
    border-width: 0;
    margin: 0;
    padding: 15px;
  }
}
.modal-content {
  border: none !important;
  padding: 25px;
  border-radius: 5px !important;
  background: #fff;
  outline: #fff solid 5px;
}
input#email_contact2,
input#message_contact2,
input#name_contact2,
input#phone_contact2 {
  border: 1px solid #80371f;
}
.pinned-image {
  height: 90vh;
  justify-content: center;
  overflow: hidden;
}
.pinned-image.rounded_container {
  border-radius: 15px;
}
.pinned-image--small {
  height: 50vh;
}
.pinned-image__container {
  transform: scale(0.8);
  border-radius: 15px;
  overflow: hidden;
}
.pinned-image__container,
.pinned-image__container img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  top: 0;
  width: 100%;
}
.parallax_wrapper {
  margin-bottom: 25px;
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}
.parallax_wrapper .img_over img {
  border: 5px solid #fff;
  width: 50%;
  height: auto;
}
div#contactform,
img.rounded-img {
  border-radius: 10px;
}
.footer-submit-btn input#submit-contact {
  width: 200px;
}
p.footer-submit-btn {
  text-align: center;
  margin: 0;
}
.form-floating > .form-control {
  height: calc(3rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  padding: 0.8rem 0.75rem;
}
div#contactform {
  padding: 35px 35px 25px;
  background: #b18e4e0d;
  box-shadow: 0 3px 6px #00000029 0 3px 6px #00000057;
  background: #b1b1b1;
  max-width: 90%;
}
.form-control {
  border-color: #ededed;
  font-size: 0.875rem;
  color: #333;
  height: 38px;
}
.form-control:focus {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #fff0;
}
.margin_80 {
  padding-top: 59px;
  padding-bottom: 60px;
}
div#exampleModalpopup .popup_image {
  width: 50%;
  padding: 10px;
}
div#exampleModalpopup .banner-form-section {
  padding: 10px;
}
div#exampleModalpopup .modal-content {
  padding: 25px 5px;
}
@media (max-width: 991px) {
  .floor-plans .floor-img img {
    width: 100%;
    height: 100%;
  }
  .high-details p {
    padding-left: 10px;
    margin: 5px;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
  }
  header nav ul li:first-child {
    display: none;
  }
  .hamburger_2 {
    top: 5px;
  }
  .menu_v1 .closebt,
  .menu_v1 .hamburger_2,
  .menu_v1 .layer {
    display: block;
  }
  .menu_v1 .logo_panel {
    display: flex;
  }
  .parallax_wrapper {
    padding-left: 25%;
  }
  .parallax_wrapper .img_over {
    left: 0;
  }
  .margin_80 {
    padding-bottom: 30px;
    padding-top: 60px;
  }
}
.form-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  border: 1px solid #ffffff85;
  padding: 5px;
  font-size: 24px;
  animation: 1s infinite price-blink;
}
img.modal-popup-logo {
  margin: auto auto 5px;
  display: block;
}
button.btn-close {
  position: absolute;
  right: 19px;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .submenu_version .main-menu {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .floor-plans .floor-img {
    margin-bottom: 40px;
  }
  div#exampleModalpopup .banner-form-section,
  div#exampleModalpopup .popup_image {
    width: 100%;
  }
  button.btn-close {
    position: absolute;
    right: 6px;
    top: -1px;
  }
  div#exampleModalpopup .wrap {
    flex-direction: column;
  }
  div#exampleModalpopup .modal-dialog {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-head,
  a.head-call {
    letter-spacing: 1px !important;
  }
  .banner-price .banner-price-detail span {
    font-size: 20px;
  }
  .destop-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  a.head-call {
    padding: 10px 25px !important;
    width: fit-content !important;
    color: #fff !important;
  }
  .container.banner-text .slide-text.white {
    position: relative;
    left: 1%;
    top: unset;
    bottom: 0;
  }
  .parallax_wrapper {
    margin-top: -20px;
  }
  .parallax_wrapper .img_over {
    left: -4%;
    bottom: 24%;
    position: absolute;
    z-index: 99;
  }
  .title h2 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 14px;
    text-align: left;
  }
  .banner-head {
    font-size: 26px !important;
  }
  .logo_panel img {
    width: 66%;
    filter: invert(1);
  }
  div#contactform {
    max-width: 100%;
    padding: 20px;
  }
  .footer-bottom {
    padding: 50px 0 30px;
  }
  .price-section .price-box {
    padding: 40px 20px;
    margin: 10px;
  }
  .mobile-section-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #80371f;
    width: 100%;
    padding: 2px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .mobile-section-footer a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    padding-right: 24px;
  }
  .mobile-section-footer a.btn:last-child {
    border-right: 0;
  }
  img.check-icon {
    padding: 4px;
    margin-right: 5px;
  }
  p.banner-high {
    margin: 0;
    font-size: 11px;
    padding-bottom: 6px;
  }
  .banner-typology .banner-typology-detail {
    padding: 9px 12px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .banner-price .banner-price-detail {
    padding: 10px 9px;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .banner-price {
    margin-top: 18px;
  }
  .banner-form {
    position: unset;
    transform: unset;
    width: 100%;
    background-color: #222;
    border-radius: 0;
  }
  .container.banner-text {
    position: absolute;
    top: 13%;
    transform: unset;
    margin-left: 0;
  }
  .slide-text h2 {
    font-size: 2.625rem;
  }
  .about-developer {
    line-height: 1.8;
    text-align: justify;
  }
  .contact-head {
    padding-bottom: 6px;
    text-align: start;
  }
  #amenities .title h2,
  .floor-section .contact-head,
  .floor-section .title h2,
  .floor-section .title small,
  .gallery-sec .title h2,
  .price-section .title h2,
  .price-section .title small {
    text-align: center;
  }
  #contact-us .title small {
    text-align: left;
  }
  .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: #00000059;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
  }
}
.carousel-inner:after {
  position: absolute;
  background: linear-gradient(
    to right,
    #000000b3 0,
    #00000054 50%,
    transparent 100%
  );
}
.fixed_whatsapp,
.fixed_whatsapp.call {
  position: fixed;
  bottom: 40px;
  z-index: 99999;
}
img.modal-popup-logo {
  width: 20%;
  padding: 0;
}
.logo {
  imgwidth: 100%;
}
.logo-black img,
header.sticky .logo img {
  filter: unset;
  filter: invert(1) brightness(57.5);
}
.fixed_whatsapp {
  left: 2%;
}
.fixed_whatsapp img {
  width: 45px;
}
.fixed_whatsapp.call {
  left: 94%;
}
@media (max-width: 768px) {
  .fixed_header .col-md-2 {
    width: 90%;
    display: flex;
  }
  .fixed_header .col-md-10 {
    width: 10%;
  }
  .fixed_whatsapp {
    display: none !important;
  }
}
.iti {
  width: 100%;
}
header.fixed_header.sticky nav ul li a {
  color: #000 !important;
}
.sticky .hamburger_2 .hamburger__box {
  filter: invert(1);
}
.main-menu.show {
  transform: translateX(0);
}
