body {
  font-family: "Open Sans", sans-serif;
}

.typo-h1 {
  font-family: "Prata", serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
}

.typo-h2 {
  font-family: "Prata", serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
}

.typo-h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.typo-h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.typo-features {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.typo-secondary-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.typo-button-text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.typo-link-buttons {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.typo-menu {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.typo-b1 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.typo-b2 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.typo-b3 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.typo-b4 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .typo-h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .typo-h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .typo-h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
  }
  .typo-h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .typo-features {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
  .typo-secondary-title {
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .typo-button-text {
    font-size: 14px;
    line-height: 16px;
  }
  .typo-link-button {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .typo-menu {
    font-size: 14px;
    line-height: 20px;
  }
  .typo-b1 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  .typo-b2 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
  .typo-b3 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
  }
}
.themecolor {
  color: #a07f30;
}

.themecolor3 {
  color: #a07f30;
}

.themecolor4 {
  color: #b89d3a;
}

.themecolor6 {
  color: #f1efd0;
}

.themecolor5 {
  color: #d5c86f;
}

.top-down-margin {
  margin-top: 12px;
  margin-bottom: 12px;
}

.button-component {
  padding: 14px 0px;
  color: #fff;
  background: #a07f30;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component i {
  margin-left: 10px;
}
.button-component img {
  width: 18px;
  margin-left: 10px;
}

.button-component:hover {
  background: #a07f30;
}

.button-component-white {
  padding: 14px 0px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component-white i {
  margin-left: 10px;
}
.button-component-white img {
  width: 18px;
  margin-left: 10px;
}

.button-component-white:hover {
  background: #fff;
  color: #a07f30;
  border: 1px solid #a07f30;
}
.button-component-white:hover img {
  filter: brightness(2.4);
}

.button-component-white-checkprice {
  padding: 14px 0px;
  background: #fff;
  color: #352313;
  border: 1px solid #a07f30;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component-white-checkprice i {
  margin-left: 10px;
}
.button-component-white-checkprice img {
  width: 18px;
  margin-left: 10px;
}

.button-component-white-checkprice:hover {
  background: #a07f30;
  color: #fff;
  border: 1px solid #a07f30;
}
.button-component-white-checkprice:hover img {
  filter: brightness(10);
}

.button-component-whatsapp {
  padding: 14px 0px;
  color: #fff;
  background: unset;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component-whatsapp i {
  margin-left: 10px;
}
.button-component-whatsapp img {
  width: 18px;
  margin-left: 10px;
}

.button-component-whatsapp:hover {
  background: #a07f30;
  border: 1px solid #a07f30;
}

.button-component-nav-transp {
  padding: 7px 16px;
  color: #fff;
  background: unset;
  border: 1px solid #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component-nav-transp i {
  margin-left: 10px;
}
.button-component-nav-transp img {
  width: 18px;
  margin-left: 10px;
}

.button-component-nav-transp:hover {
  background: #a07f30;
  color: #fff;
  border-color: #a07f30;
}
.button-component-nav-transp:hover img {
  filter: brightness(10);
}

.button-component-nav {
  padding: 7px 16px;
  color: #a07f30;
  background: unset;
  border: 1px solid #a07f30;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-component-nav i {
  margin-left: 10px;
}
.button-component-nav img {
  width: 18px;
  margin-left: 10px;
}

.button-component-nav:hover {
  background: #a07f30;
  color: #fff;
  border-color: #a07f30;
}
.button-component-nav:hover img {
  filter: brightness(2.4);
}

form {
  width: 100%;
  display: flex;
}

.playvideooverlap video {
  pointer-events: none;
}

.row {
  max-width: unset;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}

.popupBack {
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4392156863);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  backdrop-filter: blur(5px);
}

.GalleryPopup {
  position: fixed;
  display: flex;
  z-index: 21;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-out;
  overflow: hidden;
  border-radius: 12px;
  width: 70%;
  border-radius: 12px;
}
.GalleryPopup .closeGallery {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  width: 15px;
}
.GalleryPopup img {
  width: 100%;
}

header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2509803922), transparent);
  position: fixed;
  width: 100%;
  z-index: 20;
  transition: 0.3s ease-out;
}
header .inner {
  margin: auto 40px;
}
header .inner .navbar {
  padding: 14px 0px;
}
header .navbar-brand {
  padding: 0;
}
header .navbar-brand img {
  height: 40px;
}
header .nav-link {
  color: #fff;
  font-size: 14px;
}
header .shareicon {
  display: none;
}
header .button-component-nav-transp {
  font-size: 14px;
  border-radius: 12px;
}
header .button-component-nav {
  font-size: 14px;
  border-radius: 12px;
}

@media only screen and (max-width: 480px) {
  header .shareicon {
    display: block;
    width: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .nav-link {
    font-size: 16px !important;
  }
}
.navbar-collapse {
  flex-grow: 0;
}

.enquireNowBtn {
  background: #a07f30;
  text-align: center;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 7px 15px;
}
.enquireNowBtn img {
  width: 25px;
  margin-right: 10px;
}

.outer {
  width: 100;
}

section {
  width: 100%;
  padding: 4% 0;
  overflow: hidden;
}

.sectitle {
  text-align: center;
  color: #a07f30;
  margin-bottom: 15px;
  font-family: "Prata", serif;
}

.linehor {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
.linehor .linehorinner {
  background: #a07f30;
  width: 12%;
  height: 3px;
}

.secsubtitle {
  text-align: center;
  margin-bottom: 25px;
  color: #ababab;
}

.footerPop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 21;
  box-shadow: 0 0 14px -5px #a07f30;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  bottom: unset !important;
  width: 25%;
}
.footerPop .closeform {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 12px;
}
.footerPop .or {
  margin: 10px 0px;
}
.footerPop a {
  color: #fff;
  text-decoration: none;
}
.footerPop .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: #a07f30;
}
.footerPop .inner {
  width: 100%;
  font-size: 15px;
  display: block;
}
.footerPop .inner .top-pop-form {
  padding: 14px 20px;
  border-bottom: 1px solid #B0B0B0;
}
.footerPop .inner .top-pop-form .subheading {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.footerPop .inner .bottom-pop-form {
  padding: 0px 20px 14px;
}
.footerPop .inner .bottom-pop-form .form-field-labels {
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.footerPop .inner .bottom-pop-form .phoneNumber {
  display: flex;
}
.footerPop .inner .bottom-pop-form input, .footerPop .inner .bottom-pop-form select {
  background: unset;
  border: none;
  box-shadow: none;
  border: 1px solid #6d767e;
  border-radius: 8px;
  padding: 20px 10px;
  font-size: 16px;
  margin: 4px 0px;
}
.footerPop .inner .bottom-pop-form .error-field-email, .footerPop .inner .bottom-pop-form .error-field-name, .footerPop .inner .bottom-pop-form .error-field-phone {
  color: red;
}
.footerPop .inner .bottom-pop-form .error-border {
  border: 1px solid red;
}
.footerPop .inner .bottom-pop-form .rera-form {
  margin: 14px 0px 3px;
  font-size: 12px;
}
.footerPop .inner .bottom-pop-form .consent {
  margin-bottom: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.footerPop .inner .bottom-pop-form .consent input {
  padding: 0;
  margin-right: 5px;
}
.footerPop .inner .bottom-pop-form .consent a {
  color: #a07f30;
  text-decoration: underline;
}
.footerPop .inner .bottom-pop-form .button-component {
  width: 100%;
}
.footerPop .inner .bottom-pop-form .button-component-white-checkprice {
  width: 100%;
  margin: 8px 0px;
}
.footerPop .inner .bottom-pop-form .captcha {
  font-size: 10px;
  line-height: 14px;
}
.footerPop .inner select {
  width: 50%;
  padding: 5px 10px;
  text-align: center;
}
.footerPop .inner .iti {
  width: 100%;
  margin: 4px 0px;
}
.footerPop .inner .form-control:focus, .footerPop .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerPop .inner .enquireNowBtn {
  width: 100%;
}
.footerPop .inner .phone {
  width: 100%;
}
.footerPop .inner .whatsapp-img {
  width: 24px;
  margin-right: 8px;
}
.footerPop .inner .slide-submit {
  display: none;
}

.footerSticky {
  position: fixed;
  bottom: -90px;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 20;
  box-shadow: 0 0 14px -5px #a07f30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerSticky .closeform {
  display: none;
}
.footerSticky .mobileFooter {
  display: none;
}
.footerSticky a {
  color: unset;
  text-decoration: none;
}
.footerSticky .enqtext {
  color: #a07f30;
  font-size: 18px;
  display: flex;
  /* width: 130px */
  align-items: center;
}
.footerSticky .phoneOuter {
  display: none;
}
.footerSticky .phoneEnq {
  font-size: 17px;
  margin-bottom: 10px;
  color: #a07f30;
}
.footerSticky .enqOffer {
  margin-bottom: 20px;
  display: none;
}
.footerSticky .captcha {
  font-size: 6px;
  margin-right: 17px;
  width: 180px;
}
.footerSticky .inner {
  font-size: 15px;
  text-align: center;
  padding: 9px;
  display: none;
}
.footerSticky .inner .phoneNumber {
  display: flex;
}
.footerSticky .inner input, .footerSticky .inner select {
  background: unset;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #6d767e;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
  width: 180px;
  margin: auto 20px;
}
.footerSticky .inner select {
  width: 180px;
  padding: 5px 10px;
  text-align: center;
}
.footerSticky .inner .iti {
  bottom: -5px;
}
.footerSticky .inner .iti__selected-country {
  top: -2px;
}
.footerSticky .inner .form-control:focus, .footerSticky .inner input[type=tel]:focus {
  color: #000;
  background-color: unset;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.footerSticky .inner .whatsapp-img {
  width: 24px;
  margin-right: 8px;
}
.footerSticky .inner .or, .footerSticky .inner .countWhatsApp {
  display: none;
  color: #fff;
}
.footerSticky .inner .phone {
  width: 100%;
}
.footerSticky .inner .slide-submit {
  display: none;
}

.appearText {
  opacity: 0;
  transition: 0.5s ease-out;
  transform: scale(0.8);
}

.zoomIn {
  transition: 0.5s ease-out;
}

.zoomIn:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px -5px #a07f30 !important;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #a07f30;
}

.chatbot-toggle, .chatbot-close {
  background: #f1efd0;
}

.chat-header {
  background: #a07f30;
}
.chat-header .person-name {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.chat-header .chat-message {
  font-size: 14px;
  margin-top: 5px;
  color: #d1d1d1;
}
.chat-header .chat-bot-dp-outer .chat-bot-dp-inner {
  margin: 12px;
  width: 44px;
  height: 44px;
  padding: 5px;
  background: #f9f8ed;
  border-radius: 4px;
}
.options button:hover {
  background: #a07f30;
}

.msg.user .bubble {
  background: #a07f30;
}

.send-btn {
  background: #a07f30;
}

.chat-input input {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .loadingImgOuter img {
    width: 100% !important;
  }
  header .inner {
    margin: auto 0px;
  }
  header nav .navbar-brand {
    padding: 0;
  }
  header nav .navbar-brand img {
    height: 25px;
  }
  header nav .navbar-toggler {
    background: url(../img/hamburger-white.png);
    border: none;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    transition: 0.5s ease-out;
  }
  header nav .nav-link {
    color: #000;
  }
  header nav button:hover, header nav button:focus, header nav .button:hover, header nav .button:focus {
    border: none;
  }
  header nav .navbar-toggler:focus {
    box-shadow: none;
  }
  header nav .enquireNowBtn {
    display: none;
  }
  header nav .hideContact {
    display: none;
  }
  header nav #navbarNav {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    position: absolute;
    right: 15px;
    top: 80px;
    width: 270px;
    border: 1px solid rgb(176, 176, 176);
    box-shadow: 0px 0px 14px -5px;
  }
  header nav #navbarNav .navbar-nav {
    margin: 0;
    padding: 12px;
    font-weight: 400;
  }
  header nav #navbarNav .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav #navbarNav .navbar-nav .nav-item .more-arrow-nav img {
    height: 13px;
  }
  header .hidNavmenu {
    display: none !important;
  }
  section {
    padding: 30px 0;
  }
  .container {
    padding: 0 16px;
  }
  .component {
    margin: 20px;
  }
  .banner {
    box-shadow: 0 0 14px -5px #000;
    height: 100%;
    z-index: 2;
    padding: 0;
  }
  .banner .bannerShrink {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    width: 100%;
    height: 55%;
    overflow: hidden;
    position: relative;
  }
  .banner .bannerShrink .bannerSlider {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 55vh;
    z-index: 0;
  }
  .banner .bannerShrink .bannerSlider .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55vh;
  }
  .banner .bannerShrink .bannerSlider .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner .bottom .top-highlights {
    overflow: hidden;
  }
  .banner .bottom .top-highlights .bannerHigh .item .itemouter {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .bottom .top-highlights .bannerHigh .item .itemouter img {
    width: 17px;
    margin-right: 10px;
  }
  .banner .bottom .top-highlights .bannerHigh .owl-item:nth-child(even) .itemouter {
    border-top: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
  }
  .banner .bottom .top-highlights .bannerHigh .owl-item:nth-child(odd) .itemouter {
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
  }
  .banner .component .unlock-mobile-btn .desktop-btn {
    display: none;
  }
  .banner .component .button-component {
    margin-bottom: 12px;
  }
  .banner .component .button-component-whatsapp {
    display: none;
  }
  .highscrollerdesktop {
    display: none;
  }
  .highlight {
    background: #f9f8ed;
  }
  .highlight .container .top .secondarytext {
    color: #454545;
  }
  .highlight .container .top .button-component {
    display: none;
  }
  .highlight .container .bottom .high-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .highlight .container .bottom .high-blocks .row .col-6 {
    padding: 0;
  }
  .highlight .container .bottom .high-blocks .row .high-outer {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    margin: 6px;
    border: 1px solid #d1d1d1;
  }
  .highlight .container .bottom .high-blocks .row .high-outer .high-text {
    padding: 8px;
    height: 93px;
  }
  .virtual-tour {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .virtual-tour .video-outer {
    overflow: hidden;
    border-radius: 8px;
  }
  .virtual-tour .video-outer iframe {
    width: 100%;
    height: 220px;
    pointer-events: none;
    border-radius: 8px;
  }
  .plans-pricing .top .row {
    margin: 0;
  }
  .plans-pricing .top .row .col-12, .plans-pricing .top .row .col-md-7 {
    padding: 0;
  }
  .plans-pricing .top .row .col-12 .sec-desclaimer, .plans-pricing .top .row .col-md-7 .sec-desclaimer {
    display: none;
  }
  .plans-pricing .top .row .col-12 .plan-outer, .plans-pricing .top .row .col-md-7 .plan-outer {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    padding: 12px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-img, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-img {
    width: 49%;
    cursor: pointer;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details {
    width: 49%;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .space-between, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .space-between {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .acers, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .acers {
    color: #454545;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details {
    display: none;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details .config-price, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details .config-price {
    font-weight: 500;
  }
  .plans-pricing .bottom .row {
    margin: 0;
  }
  .plans-pricing .bottom .row .col-12, .plans-pricing .bottom .row .col-md-7, .plans-pricing .bottom .row .col-md-2, .plans-pricing .bottom .row .col-md-12, .plans-pricing .bottom .row .col-3 {
    padding: 0;
  }
  .plans-pricing .bottom .plan-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    padding: 12px;
  }
  .plans-pricing .bottom .plan-inner .plan-img {
    width: 49%;
    cursor: pointer;
  }
  .plans-pricing .bottom .plan-inner .plan-details {
    width: 49%;
  }
  .plans-pricing .bottom .plan-inner .plan-details .space-between {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .plans-pricing .bottom .plan-inner .plan-details .acers {
    color: #454545;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details {
    display: none;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-rupee {
    font-size: 14px;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-price {
    font-size: 22px;
    font-weight: 600;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-units {
    font-size: 14px;
  }
  .plans-pricing .bottom .plan-inner .plan-inner-reveal .plan-img-reveal {
    width: 49%;
  }
  .plans-pricing .bottom .plan-inner .plan-inner-reveal .plan-details .price-details {
    display: block;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner {
    padding: 8px 12px;
    background: #f9f8ed;
    border-radius: 6px;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .tabs-configs {
    font-size: 14px;
    line-height: 140%;
    padding: 8px 16px;
    margin: 0px 4px;
    cursor: pointer;
    text-align: center;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .active-tab {
    color: #a07f30;
    font-weight: 700;
    border-bottom: 2px inset #a07f30;
    cursor: pointer;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .tabs-configs-disabled {
    color: #b0b0b0;
    pointer-events: none;
  }
  .plans-pricing .bottom .configs .tab-config {
    display: none;
    margin-top: 8px;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner {
    margin-top: 16px;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner .plan-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner .plan-img::before {
    content: "Click to View Plan";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner .plan-img-reveal {
    width: 49%;
    cursor: pointer;
  }
  .plans-pricing .bottom .configs .active-price-section {
    display: block;
  }
  .plans-pricing .bottom .view-more-config {
    color: #a07f30;
    text-align: center;
    display: none;
  }
  .paymentplan {
    background: #a07f30;
    color: #fff;
    display: none;
  }
  .paymentplan .row {
    margin: 0;
  }
  .paymentplan .row .col-12, .paymentplan .row .col-md-7, .paymentplan .row .col-md-2, .paymentplan .row .col-md-12, .paymentplan .row .col-3, .paymentplan .row .col-md-9 {
    padding: 0;
  }
  .paymentplan .payment-plan-outer {
    margin: 0;
    border: 1px solid #B0b0b0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner {
    display: flex;
    border: 1px solid #B0b0b0;
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-logo img {
    width: 24px;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-data {
    color: #f1efd0;
    text-align: center;
  }
  .new-amenities {
    background: #f9f8ed;
  }
  .new-amenities .bottom .amenities-outer {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner {
    display: flex;
    border: 0px 1px solid #B0b0b0;
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #b0b0b0;
    margin-top: 32px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-logo img {
    width: 25px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-data {
    color: #f1efd0;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .payment-amenities-data {
    text-align: center;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner:nth-child(3n), .new-amenities .bottom .amenities-outer .amenities-inner:last-child {
    border-right: none;
  }
  .new-gallery {
    padding: 40px 0 0 0;
  }
  .new-gallery .bottom {
    position: relative;
  }
  .new-gallery .bottom .tabs-plans {
    margin: 16px;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 12px;
    background: #f9f8ed;
    border-radius: 6px;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .tabs-configs-gallery {
    font-size: 14px;
    line-height: 140%;
    padding: 8px 8px;
    margin: 0px 4px;
    cursor: pointer;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .tabs-configs-gallery-disabled {
    color: #b0b0b0;
    pointer-events: none;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .active-tab-gallery {
    color: #a07f30;
    font-weight: 700;
    border-bottom: 2px inset #a07f30;
    cursor: pointer;
  }
  .new-gallery .bottom .tab-config-gallery {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .new-gallery .bottom .active-gallery-section {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .new-gallery .bottom .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
  .new-gallery .bottom .owl-nav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
  }
  .new-gallery .bottom .owl-nav .owl-next, .new-gallery .bottom .owl-nav .owl-prev {
    background: #fff;
    color: #000;
  }
  .new-gallery .video-gallery-outer iframe {
    width: 100%;
    height: 220.3px;
    pointer-events: none;
  }
  .new-location .bottom .loc-outer .row {
    margin: 0;
  }
  .new-location .bottom .loc-outer .row .col-12, .new-location .bottom .loc-outer .row .col-md-7, .new-location .bottom .loc-outer .row .col-md-2, .new-location .bottom .loc-outer .row .col-md-12, .new-location .bottom .loc-outer .row .col-3, .new-location .bottom .loc-outer .row .col-md-9 {
    padding: 0;
  }
  .new-location .bottom .loc-outer .loc-inner {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    margin-top: 12px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-image {
    background-color: #f9f8ed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-right: 12px;
    border-radius: 8px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-image img {
    width: 50px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details {
    width: 52%;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc ul {
    margin: 0;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc ul .reveal-location {
    display: none;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-viewmore {
    color: #a07f30;
    cursor: pointer;
  }
  .new-featured-projects {
    background-color: #f9f8ed;
  }
  .new-featured-projects .bottom {
    margin-top: 24px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner {
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-image .proj-usp {
    position: absolute;
    background: #f9f8ed;
    padding: 4px 10px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body {
    padding: 12px;
    background-color: #fff;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-location {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-location img {
    width: 15px;
    margin-right: 8px;
    height: -moz-max-content;
    height: max-content;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-price {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-desc {
    margin-bottom: 12px;
    font-weight: 300;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body a {
    text-decoration: none;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .button-component {
    font-size: 14px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .button-component img {
    width: 18px;
  }
  .new-about {
    padding: 40px 0 80px;
  }
  .new-about .bottom .about-details {
    font-size: 12px;
    line-height: 130%;
  }
  .new-about .bottom .about-details .about-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .new-about .bottom .about-details .about-margin .rera-img {
    width: 70px;
  }
  .new-about .bottom .about-details .about-margin .about-btns {
    display: inline-block;
    margin-right: 20px;
    color: #a07f30;
  }
  .new-about .bottom .about-details .about-margin .about-btns a {
    text-decoration: none;
    color: #a07f30;
  }
  .footerPop {
    width: 90%;
  }
  .footerSticky {
    box-shadow: unset;
    background: unset;
    backdrop-filter: unset;
  }
  .footerSticky .closeform {
    display: none;
  }
  .footerSticky .mobileFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: 15px 15px 0 0px;
    box-shadow: 0 0 14px -5px;
  }
  .footerSticky .mobileFooter .mob-Phone, .footerSticky .mobileFooter .unlock-pricing, .footerSticky .mobileFooter .mob-Whatsapp {
    width: 25%;
    text-align: center;
  }
  .footerSticky .mobileFooter .mob-Phone .action-img, .footerSticky .mobileFooter .unlock-pricing .action-img, .footerSticky .mobileFooter .mob-Whatsapp .action-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
  }
  .footerSticky .mobileFooter .mob-Phone .action-img img, .footerSticky .mobileFooter .unlock-pricing .action-img img, .footerSticky .mobileFooter .mob-Whatsapp .action-img img {
    width: 24px;
  }
  .footerSticky .mobileFooter .mob-Phone .action-img lottie-player, .footerSticky .mobileFooter .unlock-pricing .action-img lottie-player, .footerSticky .mobileFooter .mob-Whatsapp .action-img lottie-player {
    width: 24px;
  }
  .footerSticky .mobileFooter .mob-Phone .action-text, .footerSticky .mobileFooter .unlock-pricing .action-text, .footerSticky .mobileFooter .mob-Whatsapp .action-text {
    font-size: 14px;
  }
  .footerSticky .inner {
    display: none;
  }
  .footerPop .inner .countWhatsApp {
    display: flex;
    color: #fff;
  }
  .footerPop .inner .slide-submit {
    display: flex;
  }
  .GalleryPopup {
    width: 100%;
    border-radius: 0;
  }
  .GalleryPopup .closeGallery {
    top: 10px;
    right: 10px;
    width: 15px;
  }
  .alertcopy-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10000;
    display: none;
  }
  .alertcopy-pop .alert-copy-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner {
    position: relative;
    background-color: #fff;
    width: 90%;
    padding: 30px 15px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner .copymessage {
    margin-top: 5px;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner .closethankyou {
    position: absolute;
    width: 15px;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .thankyou-poup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3019607843);
    backdrop-filter: blur(2px);
    display: none;
  }
  .thankyou-poup .thankyou-poup-inner {
    position: relative;
    background-color: #fff;
    width: 90%;
    padding: 0px 20px 20px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
  }
  .thankyou-poup .thankyou-poup-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .thankyou-poup .thankyou-poup-outer .title-thankyou {
    font-size: 18px;
    font-weight: 500;
  }
  .thankyou-poup .thankyou-poup-outer .closethankyou {
    position: absolute;
    width: 15px;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .thankyou-poup .thankyou-pop-img {
    text-align: center;
    display: flex;
    width: 100%;
    height: 200px;
  }
}
.enqNowFlotaing {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  background: #A57C3A;
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
  color: #fff;
  /* transform: rotate(180deg); */
  padding: 9px;
  box-shadow: 0 0 14px -5px #000;
  border-radius: 12px;
  z-index: 1;
  width: 55px;
}
.enqNowFlotaing .footerPop {
  width: 90%;
}
.enqNowFlotaing .footerSticky {
  box-shadow: unset;
  background: unset;
  backdrop-filter: unset;
}
.enqNowFlotaing .footerSticky .closeform {
  display: none;
}
.enqNowFlotaing .footerSticky .mobileFooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 30px 30px 0 0px;
  box-shadow: 0 0 14px -5px;
}
.enqNowFlotaing .footerSticky .mobileFooter .mob-Phone, .enqNowFlotaing .footerSticky .mobileFooter .unlock-pricing, .enqNowFlotaing .footerSticky .mobileFooter .mob-Whatsapp {
  width: 25%;
  text-align: center;
}
.enqNowFlotaing .footerSticky .mobileFooter .mob-Phone .action-img, .enqNowFlotaing .footerSticky .mobileFooter .unlock-pricing .action-img, .enqNowFlotaing .footerSticky .mobileFooter .mob-Whatsapp .action-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
}
.enqNowFlotaing .footerSticky .mobileFooter .mob-Phone .action-img img, .enqNowFlotaing .footerSticky .mobileFooter .unlock-pricing .action-img img, .enqNowFlotaing .footerSticky .mobileFooter .mob-Whatsapp .action-img img {
  width: 24px;
}
.enqNowFlotaing .footerSticky .mobileFooter .mob-Phone .action-text, .enqNowFlotaing .footerSticky .mobileFooter .unlock-pricing .action-text, .enqNowFlotaing .footerSticky .mobileFooter .mob-Whatsapp .action-text {
  font-size: 14px;
}
.enqNowFlotaing .footerSticky .inner {
  display: none;
}
.enqNowFlotaing .footerPop .inner .countWhatsApp {
  display: flex;
  color: #fff;
}
.enqNowFlotaing .footerPop .inner .slide-submit {
  display: flex;
}
.enqNowFlotaing .GalleryPopup {
  width: 100%;
  border-radius: 0;
}
.enqNowFlotaing .GalleryPopup .closeGallery {
  top: 10px;
  right: 10px;
  width: 15px;
}

@media only screen and (min-width: 600px) {
  header .inner {
    margin: auto 40px;
  }
  header .nav-item {
    color: #fff;
  }
  header .nav-item .more-arrow-nav {
    display: none;
  }
  section {
    padding: 80px 0;
  }
  .container {
    padding: 0 16px;
  }
  .component {
    margin: 20px;
  }
  .banner {
    box-shadow: 0 0 14px -5px #000;
    height: 100%;
    z-index: 2;
    padding: 0;
  }
  .banner .bannerShrink {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .banner .bannerShrink .bannerSlider {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .banner .bottom {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    color: #fff;
    height: 50%;
  }
  .banner .bottom .top-highlights {
    position: absolute;
    bottom: -82px;
    color: #000;
    width: 100%;
    overflow: hidden;
  }
  .banner .bottom .top-highlights .bannerHigh .item .itemouter {
    padding: 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner .bottom .top-highlights .bannerHigh .item .itemouter img {
    width: 17px;
    margin-right: 10px;
  }
  .banner .bottom .top-highlights .bannerHigh .owl-item:nth-child(even) .itemouter {
    border-top: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
  }
  .banner .bottom .top-highlights .bannerHigh .owl-item:nth-child(odd) .itemouter {
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
  }
  .banner .bottom .component {
    position: absolute;
    bottom: 0;
  }
  .banner .bottom .component .banner-buttons {
    display: flex;
  }
  .banner .bottom .component .banner-buttons .unlock-mobile-btn .mobile-btn {
    display: none;
  }
  .banner .bottom .component .banner-buttons .button-component-white {
    width: 256px;
    font-size: 14px;
    margin-right: 20px;
    border-radius: 8px;
  }
  .banner .bottom .component .banner-buttons .button-component-whatsapp {
    width: 256px;
    font-size: 14px;
    margin-right: 20px;
    border-radius: 8px;
  }
  .banner .bottom .component .banner-buttons .rera-disc {
    width: 350px;
    font-size: 14px;
  }
  .banner .bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, black, transparent);
  }
  .highscrollerdesktop {
    padding: 64px 0px;
    overflow: hidden;
  }
  .highlight {
    background: #f9f8ed;
  }
  .highlight .container .top .secondarytext {
    color: #454545;
  }
  .highlight .container .top .button-component {
    width: 210px;
    border-radius: 8px;
    font-size: 14px;
  }
  .highlight .container .bottom .button-component {
    display: none;
  }
  .highlight .container .bottom .high-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .highlight .container .bottom .high-blocks .row .col-6 {
    padding: 0;
  }
  .highlight .container .bottom .high-blocks .row .high-outer {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    margin: 6px;
    border: 1px solid #d1d1d1;
  }
  .highlight .container .bottom .high-blocks .row .high-outer .high-text {
    padding: 8px;
    height: 70px;
  }
  .virtual-tour {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .virtual-tour .video-outer {
    overflow: hidden;
    border-radius: 6px;
  }
  .virtual-tour .video-outer iframe {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    pointer-events: none;
  }
  .plans-pricing {
    padding: 48px 0;
  }
  .plans-pricing .top .row {
    margin: 0;
  }
  .plans-pricing .top .row .col-12, .plans-pricing .top .row .col-md-7 {
    padding: 0;
  }
  .plans-pricing .top .row .col-12 .sec-desclaimer, .plans-pricing .top .row .col-md-7 .sec-desclaimer {
    font-size: 16px;
    font-weight: 300;
    margin-right: 45px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    padding: 20px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-img, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-img {
    width: 49%;
    cursor: pointer;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details {
    width: 49%;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .space-between, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .space-between {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .acers, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .acers {
    color: #454545;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details {
    display: none;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details .config-rupee, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details .config-rupee {
    font-size: 14px;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details .config-price, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details .config-price {
    font-size: 22px;
    font-weight: 500;
  }
  .plans-pricing .top .row .col-12 .plan-outer .plan-inner .plan-details .price-details .config-units, .plans-pricing .top .row .col-md-7 .plan-outer .plan-inner .plan-details .price-details .config-units {
    font-size: 14px;
  }
  .plans-pricing .bottom {
    margin-top: 26px;
  }
  .plans-pricing .bottom .row {
    margin: 0;
  }
  .plans-pricing .bottom .row .col-12, .plans-pricing .bottom .row .col-md-7, .plans-pricing .bottom .row .col-md-2, .plans-pricing .bottom .row .col-md-12, .plans-pricing .bottom .row .col-3 {
    padding: 0;
  }
  .plans-pricing .bottom .plan-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    padding: 20px;
    margin: 0px 0px 20px 20px;
  }
  .plans-pricing .bottom .plan-inner .plan-img {
    width: 49%;
    cursor: pointer;
  }
  .plans-pricing .bottom .plan-inner .plan-details {
    width: 49%;
  }
  .plans-pricing .bottom .plan-inner .plan-details .acers {
    color: #454545;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details {
    display: none;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-rupee {
    font-size: 14px;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-price {
    font-size: 22px;
    font-weight: 500;
  }
  .plans-pricing .bottom .plan-inner .plan-details .price-details .config-units {
    font-size: 14px;
  }
  .plans-pricing .bottom .plan-inner-reveal .plan-img-reveal {
    width: 49%;
  }
  .plans-pricing .bottom .plan-inner-reveal .plan-details .price-details {
    display: block;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner {
    padding: 0px;
    background: #f9f8ed;
    border-radius: 12px;
    padding: 20px 0px;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .tabs-configs {
    font-size: 18px;
    line-height: 140%;
    padding: 18px 0px;
    margin: 16px 0px;
    padding-left: 32px;
    color: #6D6D6D;
    cursor: pointer;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .active-tab {
    color: #a07f30;
    font-weight: 700;
    border-left: 2px inset #a07f30;
    cursor: pointer;
  }
  .plans-pricing .bottom .tabs-plans .tabs-plan-inner .tabs-configs-disabled {
    color: #b0b0b0;
    pointer-events: none;
  }
  .plans-pricing .bottom .configs .tab-config {
    display: none;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner .plan-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .plans-pricing .bottom .configs .tab-config .plan-inner .plan-img::before {
    content: "Click to View Plan";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plans-pricing .bottom .configs .active-price-section {
    display: block;
  }
  .plans-pricing .bottom .view-more-config {
    color: #a07f30;
    text-align: center;
    display: none;
  }
  .paymentplan {
    background: #a07f30;
    color: #fff;
    padding: 20px 80px;
    display: none;
  }
  .paymentplan .row {
    margin: 0;
  }
  .paymentplan .row .col-12, .paymentplan .row .col-md-7, .paymentplan .row .col-md-2, .paymentplan .row .col-md-12, .paymentplan .row .col-3, .paymentplan .row .col-md-9 {
    padding: 0;
  }
  .paymentplan .titlepayment {
    display: flex;
    align-items: center;
  }
  .paymentplan .payment-plan-outer {
    margin: 0;
    border: 1px solid #B0b0b0;
    border-radius: 12px;
    overflow: hidden;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner {
    display: flex;
    border: 1px solid #B0b0b0;
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-logo img {
    width: 72px;
  }
  .paymentplan .payment-plan-outer .payment-plan-inner .payment-plan-box .payment-plan-data {
    color: #f1efd0;
    text-align: center;
  }
  .new-amenities {
    background: #f9f8ed;
  }
  .new-amenities .bottom .amenities-outer {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner {
    display: flex;
    border: 0px 1px solid #B0b0b0;
    padding: 12px 8px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #b0b0b0;
    margin-top: 32px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-logo img {
    width: 32px;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner .amenities-box .amenities-data {
    color: #f1efd0;
  }
  .new-amenities .bottom .amenities-outer .amenities-inner:nth-child(6n), .new-amenities .bottom .amenities-outer .amenities-inner:last-child {
    border-right: none;
  }
  .new-gallery {
    padding: 80px 0 0 0;
  }
  .new-gallery .bottom {
    position: relative;
    margin-top: 60px;
  }
  .new-gallery .bottom .tabs-plans {
    position: absolute;
    left: 80px;
    bottom: 30px;
    z-index: 2;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner {
    display: inline-block;
    width: 200px;
    justify-content: space-evenly;
    align-items: center;
    padding: 8px 0px;
    background: #f9f8ed;
    border-radius: 12px;
    margin: 10px 0px;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .tabs-configs-gallery {
    font-size: 18px;
    line-height: 140%;
    padding: 10px 32px;
    margin: 20px 0px;
    cursor: pointer;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .tabs-configs-gallery-disabled {
    color: #b0b0b0;
    pointer-events: none;
  }
  .new-gallery .bottom .tabs-plans .tabs-plan-inner .active-tab-gallery {
    color: #a07f30;
    font-weight: 700;
    border-left: 2px inset #a07f30;
    cursor: pointer;
  }
  .new-gallery .bottom .tab-config-gallery {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .new-gallery .bottom .active-gallery-section {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .new-gallery .bottom .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
  }
  .new-gallery .bottom .owl-nav {
    position: absolute;
    right: 80px;
    bottom: 20px;
    z-index: 10;
  }
  .new-gallery .bottom .owl-nav .owl-next, .new-gallery .bottom .owl-nav .owl-prev {
    background: #fff;
    color: #000;
    font-size: 30px;
    width: 30px;
    height: 40px;
  }
  .new-gallery .video-gallery-outer iframe {
    width: 100%;
    height: 680px;
    pointer-events: none;
  }
  .new-location {
    padding: 80px 0 0px;
  }
  .new-location .bottom .loc-outer .row {
    margin: 0;
  }
  .new-location .bottom .loc-outer .row .col-12, .new-location .bottom .loc-outer .row .col-md-7, .new-location .bottom .loc-outer .row .col-md-2, .new-location .bottom .loc-outer .row .col-md-12, .new-location .bottom .loc-outer .row .col-3, .new-location .bottom .loc-outer .row .col-md-9 {
    padding: 0;
  }
  .new-location .bottom .loc-outer .loc-inner {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    margin: 10px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-image {
    background-color: #f9f8ed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    border-radius: 8px;
    height: 180px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-image img {
    width: 96px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details {
    width: 60%;
    display: flex;
    align-items: center;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc ul {
    margin: 0;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-desc ul .reveal-location {
    display: none;
  }
  .new-location .bottom .loc-outer .loc-inner .loc-details .loc-viewmore {
    color: #a07f30;
    cursor: pointer;
  }
  .new-featured-projects {
    background-color: #f9f8ed;
  }
  .new-featured-projects .bottom {
    margin-top: 60px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner {
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    overflow: hidden;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-image .proj-usp {
    position: absolute;
    background: #f9f8ed;
    padding: 4px 10px;
    border-radius: 6px;
    top: 10px;
    left: 10px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body {
    padding: 12px;
    background-color: #fff;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-location {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-location img {
    width: 15px;
    margin-right: 8px;
    height: -moz-max-content;
    height: max-content;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-price {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .proj-desc {
    margin-bottom: 12px;
    font-weight: 300;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body a {
    text-decoration: none;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .button-component {
    font-size: 14px;
  }
  .new-featured-projects .bottom .project-container .proj-details-outer .proj-details-inner .proj-details-body .button-component img {
    width: 18px;
  }
  .new-about .bottom .about-details {
    font-size: 14px;
    line-height: 130%;
  }
  .new-about .bottom .about-details .about-margin {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .new-about .bottom .about-details .about-margin .rera-img {
    width: 110px;
  }
  .new-about .bottom .about-details .about-margin .about-btns {
    display: inline-block;
    margin-right: 20px;
    color: #a07f30;
  }
  .alertcopy-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 10000;
    display: none;
  }
  .alertcopy-pop .alert-copy-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner {
    position: relative;
    background-color: #fff;
    width: 30%;
    padding: 30px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner .copymessage {
    margin-top: 5px;
  }
  .alertcopy-pop .alert-copy-outer .alert-pop-inner .closethankyou {
    position: absolute;
    width: 15px;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .thankyou-poup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3019607843);
    backdrop-filter: blur(2px);
    display: none;
  }
  .thankyou-poup .thankyou-poup-inner {
    position: relative;
    background-color: #fff;
    width: 30%;
    padding: 0px 20px 20px 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
  }
  .thankyou-poup .thankyou-poup-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .thankyou-poup .thankyou-poup-outer .title-thankyou {
    font-size: 18px;
    font-weight: 500;
  }
  .thankyou-poup .thankyou-poup-outer .closethankyou {
    position: absolute;
    width: 15px;
    top: 20px;
    right: 20px;
    z-index: 10;
  }
  .thankyou-poup .thankyou-pop-img {
    text-align: center;
    display: flex;
    width: 100%;
    height: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .bottom-nav {
    display: none;
  }
}
.bottom-nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  bottom: -70px;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 14px -5px #a07f30;
  border-bottom: 1px solid #000000;
  transition: 0.3s ease-out;
}
.bottom-nav .customfoot .item {
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #000;
}
.bottom-nav .customfoot .item a {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floorplanbackDrop {
  position: relative;
}

.floatingring {
  position: fixed;
  width: 270px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.07;
}

.flashanim {
  overflow: hidden;
  position: relative;
}

.flashanim::before {
  position: absolute;
  top: 0px;
  left: -100%;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  animation: fill 3s infinite linear;
}

@keyframes fill {
  0% {
    left: -100%;
  }
  30% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 48px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-sizing: border-box;
  z-index: 10;
}
.scroll-indicator .wheel {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 8px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scroll-wheel 1.6s infinite ease-in-out;
}

@keyframes scroll-wheel {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 12px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}
.scroll-indicator--light {
  border-color: #a07f30;
}
.scroll-indicator--light .wheel {
  background: #a07f30;
}

@media (max-width: 768px) {
  .scroll-indicator {
    bottom: 24px;
    transform: translateX(-50%) scale(0.85);
  }
}/*# sourceMappingURL=main.css.map */