@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #9e1f63;
  --light-blue: #fff6f8;
  --heading: #002441;
  --text-color: #465166;
  --form-bg: #f0f1f5;
  --white: #ffffff;
  --black: #000000;
  --dark: #221f20;
  --grey: #565866;
}
.error {
  color: #ff0000;
}
body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
ul,
p {
  font-family: "Montserrat", serif;
  padding: 0;
  margin: 0;
  line-height: normal;
}
body {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #333;
}
i {
  font-style: normal;
}
.header {
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 9;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header .navbar {
  padding: 8px 0px;
}
.header .navbar .navbar-brand {
  width: 175px;
}
.header .navbar .navbar-brand img {
  width: 100%;
}
.header .navbar .navbar-collapse {
  justify-content: end;
}
.header .navbar .navbar-collapse .navbar-nav {
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #002441;
  font-size: 16px;
  font-weight: 600 !important;
  transition: all 0.3s ease-in-out;
  padding: 10px 12px;
}
.call_now_btn_box {
  margin-left: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.call_now_btn_box .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border: 1px solid var(--primary);
  border-radius: 10px;
  color: var(--primary);
}
.call_now_btn:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary) !important;
}
.Bannerhome {
  position: relative;
  height: 800px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.Bannerhome::after {
  background: rgb(0 0 0);
  opacity: 60%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.Bannerhome .media_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  animation: 16s linear 0s infinite normal none running zoom-out;
  transition: all 0s ease-in-out 0s;
}
.Bannerhome .banner_wrapp {
  position: relative;
  z-index: 2;
  display: flex;
  margin: 30px 0;
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.container-box3 {
  color: #fff;
  padding: 50px;
  background-color: #212529 !important;
}
.title-border::after {
  width: 30%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background: var(--primary);
}
p.gray {
  color: rgb(180 178 178);
  margin-top: 20px;
  line-height: 28px;
}
span.title-border {
  position: relative;
  padding-bottom: 10px;
}
.smart-footer {
  padding: 60px 0 30px;
}
.bottom_navv {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-color: currentcolor #ccc #ccc;
  border-top-color: currentcolor;
  border-top: 1px solid #ccc;
  padding: 16px 0;
  box-shadow: 0 0 10px 0 #ccc;
  z-index: 6;
}
.bottom_navv {
  display: flex;
  flex-direction: row;
  background: var(--primary);
  display: none;
}
.bottom_navv a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.bottom_navv a h6 {
  margin: 10px 0 0;
}
.bottom_bar_nav_links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.bottom_bar_nav_links i {
}
.bottom_navv {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.bg-dark {
  background-color: #212529 !important;
}
.smart-footer-logo {
  margin-bottom: 3em;
  position: relative;
}
.smart-footer-logo-img {
  width: 245px;
  height: auto;
}
.smart-footer-logo-link {
  display: inline-block;
}
.smart-footer-logo::before,
.smart-footer-logo::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  top: 50%;
  content: "";
  width: calc(33.333333% - 40px);
  height: 1px;
  background: var(--primary);
  position: absolute;
  display: block;
  -webkit-transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.4s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.smart-footer-logo::before {
  left: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.smart-footer-logo::after {
  right: 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.smart-footer-social a {
  font-size: 1.5em;
  margin: 0.5em;
  color: var(--primary);
  padding: 0.5em;
  text-decoration: none;
}
.smart-footer-menu ul {
  list-style: none;
  margin: 0;
}
.calign {
  text-align: center;
  color: #000;
  line-height: 24px;
  font-size: 1rem;
}
.smart-footer-menu a {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0.2em 0;
  color: #000;
  display: inline-block;
}
.smart-footer-menu ul li .line-anim:after {
  height: 1px;
  background: var(--primary);
}
.mytab_container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.protitle {
  background: rgb(138 11 106 / 80%);
  padding: 2em;
  border-left: 5px solid #ffffff;
  width: 500px;
  margin-right: auto;
}
.protitle .secbox {
  padding: 1em 0;
  margin: 1em 0;
  border: 1px solid #ffffff;
  border-left: 0;
  border-right: 0;
}
.title small {
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 3px;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.protitle h2 {
  line-height: 1;
  font-weight: 400;
  margin: 0;
  font-size: 1.2em;
  color: #fff;
}
.title h2,
.title h3 {
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 15px;
}
.protitle h2 .maint {
  font: 1.5em "Cinzel", serif !important;
}
.protitle h2 .subtt {
  font: 1em "Cinzel", serif !important;
}
.protitle h2 .h1 {
  font-size: 32px;
  font-weight: 700;
}
.tcost {
  font-size: 2.2em;
  font-weight: 700;
  padding: 0 25px 0 15px;
  position: relative;
  color: #ffffff;
}
.tcost:before {
  content: "₹";
  position: absolute;
  left: -9px;
  top: 8px;
  font-size: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
}
.tcost:after {
  content: "Cr";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.5em;
  font-weight: 300;
}
.tbhk {
  font-size: 27px;
  font-weight: 700;
  padding: 0 35px 0 0;
  position: relative;
  color: #ffffff;
}
.tbhk:after {
  /* content: "BHK"; */
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 0.4em;
  font-weight: 300;
}
.highpro {
  display: block;
  list-style: none;
  position: relative;
}
.highpro li {
  display: block;
  list-style: none;
  font: 1em "inter", sans-serif !important;
  position: relative;
  color: #fff;
  padding: 3px 0 3px;
}
.highpro li i {
  position: absolute;
  color: #fff;
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 0.8em;
}
.tbtn {
  display: inline-block;
  padding: 20px 0 0;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  color: #fff;
}
.high-pro {
  list-style: none;
  padding: 0em !important;
  margin: 20px 0 !important;
}
.high-pro li {
  display: block;
  list-style: none;
  font-size: 0.9em;
  margin: 10px 0;
}
.high-pro li span {
  border: 1px solid #00000024;
  padding: 5px;
  border-radius: 50px;
}
.type-pro {
  position: absolute;
  padding: 30px 0;
  bottom: 0;
  right: 15px;
}
.type-pro li {
  display: inline-block;
  list-style: none;
  font: 1em "Cinzel", serif !important;
  padding: 0 15px;
  position: relative;
  color: #d19e02;
}
.type-pro li:last-child:after {
  display: none;
}
.type-pro li:after {
  height: 20px;
  position: absolute;
  top: 0;
  right: -5px;
  content: "₹";
}
.check-list {
  margin: 0;
  padding-left: 0rem;
}
.highpro li svg {
  width: 20px;
}
.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
  margin-bottom: 0.75rem;
  font-size: 0.95em;
}
.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 6;
}
.parallax_wrapper .img_over img {
  border: 5px solid #fff;
  width: 50%;
  height: auto;
}
.parallax_wrapper.inverted .img_over {
  text-align: right;
  left: inherit;
  right: -25%;
}
img.rounded-img {
  border-radius: 10px;
}
.common_section {
  margin: 40px 0 20px;
}
.btn_comm img {
  object-fit: contain;
}
.btn_comm .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn_comm .arrow {
  filter: invert(1);
}
.btn_comm .arrow {
  margin-left: 5px;
  max-width: 20px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
section#Contactus .btn_comm {
  padding: 12px 40px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 50px;
}
.btn_comm:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  border: 0;
}
.btn_comm {
  display: inline-block;
  text-align: center;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  position: relative;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: var(--primary);
  padding: 10px 25px;
  padding-right: 50px;
  font-weight: 500;
  height: 50px;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 30px;
  line-height: 32px;
}
.btn_comm:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  opacity: 1;
}
.btn_comm:hover .arrow {
  margin-left: 10px;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
.sub_title_headeing:after {
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: var(--primary);
}
/* Highlight Section */
.highlight-section {
  padding: 30px 0 70px;
  background: none;
}
.highlight-section .high-points {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #1c2d37;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.highlight-section .high-points img {
  width: 32px;
  height: 32px;
}
.highlight-section .high-points p {
  font-size: 18px;
}
.highlight-section .title {
  text-align: center;
  margin-bottom: 50px;
}
.highlight-img-section img.img-fluid {
  border-radius: 20px;
  width: 90%;
  object-fit: cover;
}
.highlight-img-section {
  display: flex;
  justify-content: start;
  height: 100%;
}
.highlight-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 20px;
}
.high-view-more {
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-left: 20px auto;
  border: 1px solid #5a0032;
  border-radius: 6px;
  background: #5a0032;
  padding: 9px 30px;
  color: #fff;
}
.high-view-more:hover {
  color: #fff;
}
.high-view-more img {
  filter: invert(0) brightness(2);
  width: 28px;
  animation: 1s linear 0s infinite normal none running right-left-ani;
  transition: all 0.3s ease-in-out 0s;
}
.high-view-more p {
  font-size: 18px;
}
.Gallery_sec {
  text-align: center;
}
.Gallery_sec {
  padding: 60px 0;
  overflow: hidden;
}
.title_headeing {
  color: var(--primary);
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}
.sub_title_headeing {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.Gallery_sec .list_Gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 50px;
}
.Gallery_sec .list_Gallery .item_card {
  position: relative;
  height: 300px;
  background: #fff;
  overflow: hidden;
}
.Gallery_sec {
  padding: 60px 0;
  overflow: hidden;
}
.Gallery_sec .list_Gallery .item_card img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 100%;
  object-fit: cover;
}
.Gallery_sec .list_Gallery .item_card:hover img {
  transition: all 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1.1);
}
section#location_map {
  margin: 50px 0;
}
/* price list */
.price_list {
  background: #fef9eb;
  padding: 40px 0;
}
.pricingTable10 {
  text-align: center;
}
.pricingTable10 .pricingTable-header {
  padding: 30px 0;
  background: #4d4d4d;
  position: relative;
  transition: all 0.3s ease 0s;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pricingTable10:hover .pricingTable-header {
  background: #ddb865;
}
.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricingTable-header:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d9d9d8;
  position: absolute;
  bottom: 12px;
}
.pricingTable10 .pricingTable-header:before {
  left: 40px;
}
.pricingTable10 .pricingTable-header:after {
  right: 40px;
}
.pricingTable10 .heading {
  font-size: 20px;
  color: #ddb865;
  letter-spacing: 1px;
  margin-top: 0;
}
.pricingTable10 .price-value {
  display: inline-block;
  position: relative;
  font-size: 44px;
  font-weight: 600;
  color: #ddb865;
  line-height: 1.8;
  transition: all 0.3s ease 0s;
}
.pricingTable10:hover .price-value {
  color: #fff;
}
.pricingTable10 .currency {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: -19px;
}
.price_list .col-md-4 {
  margin-bottom: 20px;
}
.main_button {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: var(--primary);
  background-size: 400% 400%;
  animation: Gradient 3s ease infinite, rocking 3s ease infinite;
  animation-delay: 2s;
  padding: 12px 20px;
  color: #fff !important;
  letter-spacing: 1px;
  border-radius: 29px;
  display: inline-block;
}
.main_button:hover {
  background: var(--primary);
}
.pricingTable10 .month {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: -30px;
  text-transform: uppercase;
}
.pricingTable10 .pricing-content {
  padding-top: 50px;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 50px;
}
.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #7c7c7c;
  position: absolute;
  top: 12px;
}
.pricingTable10 .pricing-content:before {
  left: 40px;
}
.pricingTable10 .pricing-content:after {
  right: 40px;
}
.pricingTable10 .pricing-content ul {
  padding: 0 20px;
  margin: 0;
  list-style: none;
}
.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
  content: "";
  width: 8px;
  height: 46px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #818282 50%, #727373 50%);
  position: absolute;
  top: -22px;
  z-index: 1;
  box-shadow: 0 0 5px #707070;
  transition: all 0.3s ease 0s;
}
.pricingTable10:hover .pricing-content ul:after,
.pricingTable10:hover .pricing-content ul:before {
  background: linear-gradient(to bottom, #ddb865 50%, #ddb865 50%);
}
.pricingTable10 .pricing-content ul:before {
  left: 44px;
}
.pricingTable10 .pricing-content ul:after {
  right: 44px;
}
.pricingTable10 .pricing-content ul li {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d8;
}
.pricingTable10 .pricing-content ul li:nth-child(2) {
  font-size: 18px;
}
.pricingTable10 .pricing-content ul li:last-child {
  border-bottom: none;
}
.pricingTable10 .read {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #c38f60;
  padding: 8px 25px;
  margin: 30px 0;
  transition: all 0.3s ease 0s;
}
.pricingTable10 .read:hover {
  text-decoration: none;
}
.pricingTable10:hover .read {
  background: #c38f60;
}
.section-title.text-center {
  margin: 0 0 30px 0;
}
.price_list .row {
  justify-content: center;
}
.price_list .row {
  padding-top: 40px;
}
.pricingTable10 .Onwards {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ddb865;
  font-weight: 400;
  margin-top: 5px;
}
.pricingTable10:hover .Onwards {
  color: #fff;
}
.pricingTable10:hover .heading {
  color: #fff;
}
section#location_map figure {
  margin: 0;
}
.list-style-three li:after {
  position: absolute;
  content: "\f00c";
  left: 0px;
  top: 0px;
  color: #452124;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}
.list-style-three li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
@keyframes right-left-ani {
  0% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
#ami-3 .item-wrp {
  display: flex;
  flex-direction: column;
}
#ami-3 .item-wrp > div {
  padding: 0.6vw 0;
  position: relative;
}
#ami-3 .item-wrp img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
}
#ami-3 .item-wrp p {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1vw;
  border-left: 4px solid var(--primary);
  padding: 10px;
  padding-left: 0.5vw;
  font-size: 16px;
  color: #fff;
}
.ami_sec p {
  position: absolute;
  bottom: 35px;
  left: 16px;
  background-image: linear-gradient(45deg, black, transparent);
}
#amenities .owl-nav button {
  position: absolute;
  top: 50%;
  color: #000;
  margin: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  font-family: serif !important;
  background: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 75px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0.4;
}
#amenities .owl-nav button span {
  font-size: 70px;
  position: relative;
  top: -20px;
}
#amenities .owl-nav button.owl-next {
  right: 0;
  margin-right: 20px !important;
}
#amenities .owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav button.owl-prev {
  left: 0;
  margin-left: -20px !important;
}
.Contactus_sec {
  background: rgb(254, 249, 235);
}
.Contactus_sec .input_box i {
  color: var(--primary);
  font-size: 16px;
  left: 12px;
  position: absolute;
  top: 9px;
}
.input_box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px #00000029;
  height: 43px;
  margin-top: 0;
  position: relative;
}
.custom_form_check {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.custom_form_check a {
  color: var(--primary-color);
  font-weight: 500;
  text-decoration: none;
}
.input_box input {
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: gray;
  outline: none;
  padding: 9px 9px 9px 41px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.input_box i {
  color: var(--primary);
}
.Contactus_sec h2.sub_title_headeing::after {
  display: none;
}
.form-check-label {
  font-size: 12px;
  margin-left: 10px;
}
.input_box input:focus {
  box-shadow: 0 1px 4px var(--primary);
}
.Contactus_sec {
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
}
.Contactus_sec .Connect-form {
  flex: 0 0 50%;
  padding: 5% 5% 5% 10%;
}
.Contactus_sec .media_contactus {
}
.Contactus_sec .media_contactus img {
}
.Contactus_sec .Connect-form form {
}
.Contactus_sec .media_contactus {
  width: 50%;
  position: relative;
}
.Contactus_sec .media_contactus img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.modal .left_col {
  background-color: white;
  /* display: flex;
  align-items: center; */
}
.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}
.modal .left_col .content {
  width: 100%;
  text-align: center;
}
.modal .left_col img {
  /* margin-bottom: 15px; */
  /* max-width: 220px; */
}
.modal .left_col .typo {
  font-size: 20px;
  margin-bottom: 10px;
}
.modal .left_col .price {
  font-size: 20px;
  background-color: #ddb865;
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}
.modal .right_col .form_heading {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
}
.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal .right_col .form-input {
  height: 46px;
}
.modal .modal-body .form-head {
  max-width: 100%;
}
.modal .modal-body .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-body .form-group input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 40px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  transition: box-shadow 150ms ease-out;
  font-size: 18px;
}
.modal .modal-dialog {
  max-width: 800px;
}
.awa_form_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #00000080;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  padding: 20px;
  color: #ffffff;
}
.modal .modal-body .main_button {
  width: auto;
}
.modal .modal-body .form-group input::placeholder {
  color: rgb(117, 117, 117);
  font-size: 18px;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.mobile-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  display: none;
  box-shadow: 0 -3px 15px rgb(0 0 0 / 10%);
}
.mobile-section .btn {
  font-size: 14px;
  padding: 10px 5px;
  height: auto;
}
.mobile-section .btn:not(:last-child):before {
  height: 15px;
}
.last_footer a {
  color: #fff;
}
.mobile-section .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
  border-radius: 0;
  color: #000;
  font-weight: 600;
}
.last_footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 30px;
}
.mobile-section {
  background: #fef9eb;
}
.mobile-section .btn:not(:last-child):before {
  height: 15px;
}
.modal-body {
  background-color: #fff;
  opacity: 1;
  /* align-items: center; */
  text-align: center;
  padding: 0;
  /* padding-top: 10px; */
}
.modal-body .form-group .form_input:focus + .label-name .content-name,
.modal-body .form-group .form_input:valid + .label-name .content-name {
  transform: translateY(-100%);
  font-size: 14px;
  left: 0px;
  color: #c38f60;
}
.modal-header {
  border-bottom: 0;
}
.modal .btn-close {
  position: absolute;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 40px;
  top: 10px;
  right: 20px;
  z-index: 10;
  padding: 0;
  background-color: transparent;
}
.btn-close:before,
.btn-close:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 10%);
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
.modal .btn-close {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 900px) {
  .Contactus_sec .media_contactus {
    display: none;
  }
  .Contactus_sec .Connect-form {
    flex: 0 0 100%;
    padding: 40px 20px;
  }
  .navbar-toggler,
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 8px 15px;
    border: 0;
  }
  .navbar .navbar-collapse {
    position: fixed;
    width: 65%;
    right: -100%;
    top: 74px;
    background: #fff;
    height: 100vh;
    transition: 0.3s ease-in-out;
    padding: 10px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .menu-drop {
    position: initial;
    display: none;
    width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover .menu-drop {
    display: block;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
  .Bannerhome {
    height: 100%;
    flex-direction: column;
  }
  .Bannerhome .media_img {
    position: initial;
  }
  .Bannerhome .container {
    margin: 0;
    padding: 0;
  }
  .Bannerhome .banner_wrapp {
    margin: 0;
  }
  .protitle {
    width: 100%;
    padding: 20px;
  }
  #amenities .owl-nav button {
    margin-left: 0px !important;
  }
  #amenities .owl-nav button.owl-next {
    margin-right: 0px !important;
  }
  .bottom_navv a h6 {
    font-size: 14px;
  }
  .highlight-img-section img.img-fluid {
    width: 100%;
  }
  .highlight-section .high-points img {
    width: 24px;
    height: 24px;
  }
  .protitle h2 .h1,
  .tbhk {
    font-size: 22px;
  }
  .tbtn {
    padding-top: 10px;
  }
  .highlight-section .high-points p {
    font-size: 14px;
  }
  .highlight-text-section {
    margin-top: 30px;
  }
  .pricingTable10 .pricing-content ul li {
    font-size: 18px;
  }
  .pricingTable10 .pricing-content ul li:nth-child(2) {
    font-size: 14px;
  }
  .pricingTable10 .price-value {
    font-size: 32px;
  }
  .Gallery_sec {
    padding: 30px 0;
  }
  .title_headeing {
    font-size: 16px;
  }
  .sub_title_headeing,
  .title h2,
  .title h3 {
    font-size: 24px;
  }
  .Gallery_sec .list_Gallery {
    grid-template-columns: auto;
    padding: 0 20px;
  }
  #floorplan img {
    width: 100%;
  }
  /* floor plans */
  .fpWrapper {
    background: #f5f0f0;
  }
  .fpWrapper h2 {
    color: #000;
  }
  .fpContainer .fbBox .inner {
    padding: 1rem;
    background: #fff;
    color: #000;
    transition: all 300ms ease-in-out;
  }
  .fpContainer .fbBox .inner:hover {
    color: #fff;
    background: #d0a251;
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 24%);
  }
  .planBase {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fpDetails {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .fpDetails .icon {
    width: 30px;
    color: var(--primary-color);
  }
  .fpContainer .fbBox .inner:hover .fpDetails .icon {
    color: var(--vibrant-color);
  }
  .planBase .fpDetails h5 {
    margin-bottom: 0;
    font-weight: 700;
  }
  .fpContainer .fbBox .img-fluid {
    overflow: hidden;
  }
  .fpContainer .fbBox img {
    filter: blur(5px);
    border: 1px solid;
  }
  .fpContainer .fbBox span {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
  }
  /* floor plans */
  .parallax_wrapper {
    padding-left: 25%;
  }
  .parallax_wrapper .img_over {
    left: 0;
  }
  .bottom_navv {
    display: flex;
  }
  .smart-footer-logo-img {
    width: 150px;
  }
  .container-box3 {
    padding: 30px 15px;
  }
  p.gray {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 400px;
  }
}
