body {
  background-image: url(../img/cream-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-color: #f7f4ef;
  font-family: "Inter", sans-serif;
  color: #2E2C20;
}

h1,h2 { font-family: "Merriweather", serif; }

.top-bar {
  background: #f7ebd8;
  color: #fff;
  font-size: 20px;
  border-top: 1px solid #4F4D38;
  border-bottom: 1px solid #4F4D38;
  padding: 25px 0;
}
.header_bar {
  padding: 10px;
  text-align: center;
}
.header_bar p {
  margin: 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
img {
  width: 100%;
  max-width: 100%;
}
.logo img {
    width: 170px;
}
.banner .carousel-item img{min-height: 250px; object-fit: cover;}
.carousel-caption {
  top: 30%;
  text-align: left;
}
.carousel-caption h1 {
  text-align: left;
  color: #FEE8C9;
  font-size: 70px;
}
.carousel-caption h1 small {
    font-size: 47px;
    font-weight: 300;
}
.carousel-caption p {
  text-align: left;
  background: #FEE8C9;
  padding: 10px 20px;
  border-radius: 10px;
  color: #2E2C20;
  font-size: 18px;
  display: inline-block;
 }
.slide_property {
/*  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;*/
  background: #F6E1CE;
  margin-bottom: 20px;
  display: flex;
  padding: 22px;
 /* border-radius: 16px 0 0 0;*/
} 
.slide_property:before {
  position: absolute;
  left: -50px;
  top: 9px;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 79px 52px 0px 0;
  border-color: transparent #f6e1ce transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.slide_property .slide_prp {
  display: flex;
  align-items: center;
  /*padding: 0 15px;*/
}

.slide_property .slide_prp:first-child {
  border-right: 1px solid;
}

.slide_property .slide_prp small {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.slide_property .slide_prp p {
  margin: 0;
  font-size: 22px;
  font-family: "Merriweather", serif;
  line-height: 22px;
  padding: 0 12px;
}

.btn-padding {
  padding: 30px 0;
}

.slide_property .slide_prp i {
    font-size: 32px;
}
.btn-group .btn {
  margin-right: 10px;
}

.btn-gold {
  background: url(../img/btn-back.jpg);
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 17px;
}

.btn-green {
  background: url(../img/back-dark.jpg);
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 17px;
}

.btn-gold:hover {
  color: #fff;
}

.btn-green:hover {
  color: #fff;
}
.home_variant .bhk-card{text-align: center; padding: 10px 5px; border-radius: 10px 10px 0px 0px; background: rgb(158 103 38 / 13%); width: 100%;}
.home_variant .bhk-card.dark{background-color: rgb(158 103 38 / 35%);}
.home_variant .bhk-card h4{font-family: "Merriweather", serif; font-weight: 700 ; color: #2E2C20;}
.home_variant .bhk-card p{font-weight: 600; font-size: 14px;}
.home_variant p.bhk-text{font-size: 11px; font-family: "Merriweather", serif; font-weight: 600; line-height: 18px;}
.section {
  padding: 70px 0;
}

.project_snapshot {
  padding: 70px 0 30px;
  text-align: center;
  background : url(../img/back-dark.jpg);
  color: white;
}
.interest-wrapper{padding: 50px 0 30px; text-align: center;}
.project_snapshot .project_snap_cta {
  text-align: center;
  border-top: 1px solid rgb(0 0 0 / 13%);
  padding: 30px 15px 0;
  margin-top: 30px;
}
.about {
  padding: 70px 0 30px;
}
.mstr_pln {
  padding: 0 0 70px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.amenity {
  background: linear-gradient(172deg, rgb(158 103 38 / 21%), rgb(158 103 38 / 8%));
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: 500;
}
.amenity img {
  width: 70px;
  height: auto;
  margin-bottom: 9px;
}
.about .box {
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  color: #2E2C20;
}

.about p {
   text-align: center;
   margin-bottom: 40px
}
.about .section-title {
  margin-bottom: 15px;
}
.about .box small {
  font-size: 15px;
  font-weight: 500;
}
.mstr_pln p {
   text-align: center;
   margin-bottom: 40px
}
.mstr_pln .section-title {
  margin-top: 40px;
  margin-bottom: 15px;
}
.mstr_pln .master_plan {
  overflow: hidden;
}
.mstr_pln .master_plan img {
  border-radius: 10px;
}
.mstr_pln .master_plan p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.map img {
  margin-bottom: 30px;
  border-radius: 10px;
}
.prime_location {
  padding: 70px 0;
  border-top: 1px solid #4F4D38;
  background: linear-gradient(172deg, rgb(158 103 38 / 11%), rgb(158 103 38 / 8%))
}
.prime_location iframe {
  margin-bottom: 20px;
}
.tour-video video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* behaves like background-size: cover */
}
.prime_location ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px
}
.prime_location ul li {
  list-style: none;
  padding: 10px 0;
  font-size: 19px;
}
.prime_location ul li i {
  margin-right: 8px;
  color: #6F4F24;
}
.prime_location ul li p{font-size: 16px; margin: 5px 0px 0px 30px}
.tentative_price { 
  padding: 50px 0
}
.tentative_price p span {
  font-size: 20px;
  font-weight: 600;
}
.tentative_price ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tentative_price ul li {
  padding: 8px 0;
  font-style: italic;
}
.footer-cta .section-title {
  margin-bottom: 20px;
}
.footer-cta h4 {
  margin-bottom: 30px;
  font-weight: 500;
}
.footer-cta p {
  border-top: 1px solid rgb(0 0 0 / 13%);
  padding: 30px 15px 0;
  margin-top: 30px;
}
.disclaimer-wrapper{margin:50px auto 15px auto;}
.disclaimer-wrapper.border-t{margin: 25px auto 15px auto; padding-top: 25px; border-top:1px solid #4F4D38;}
.disclaimer-wrapper h6{font-size: 20px; font-weight: 600; margin-bottom: 20px}
.disclaimer-wrapper p{margin-top: 0px; padding-top: 0px; font-size: 12px !important; line-height:20px; border-top: 0px; text-align: center; }
.disclaimer-wrapper a{color: #2E2C20; font-weight: 600; display:inline-block; margin-bottom: 15px; text-decoraton: underline}
.accordion-item{background: transparent !important;}
.disclaimer-wrapper .accordion-body{background: transparent !important; text-align: left;}
.disclaimer-wrapper .accordion-item .accordion-button{box-shadow:none;background: transparent; color: #2E2C20; font-size: 18px;
    font-weight: 600;} 
.accordion-item{border: 0px !important; border-bottom: 1px solid #2E2C20 !important}
.privacy-page{padding: 50px 0px;}
.privacy-page h6{font-size: 28px; font-weight: 600}
.privacy-page p{font-size: 18px; line-height: 30px}
.footer-cta {
  padding: 70px 0 30px;
  text-align: center;
}
section.thankyou{padding: 50px 0px}
.thankyou .title h4{font-size: 26px; font-weight: 400; margin-bottom: 15px;}
.thankyou .section-title.animated{font-size: 19px; color: #96611c; letter-spacing: 4px; margin-bottom: 15px;}
.thankyou .title p{font-size: 15px; letter-spacing: 1px}
.thankyou .icon{opacity: 0.8; margin: 35px auto; }
.thankyou .icon svg{animation: grow 1s ease-in-out alternate infinite;}
.thankyou h1{font-size: 34px;
    text-align: center;
    line-height: 48px;}
.thankyou h1 span{color: #96611c;}
.grid-wrapper .icon-card .bg-icon svg{width: 30px; height: 30px; color: #96611c;} 
.grid-wrapper{display: flex;
    justify-content: center;
    text-align: center; background:#fbf3ea; margin: 10px auto; border-radius: 26px; box-shadow:0px 0px 20px 0px #eae1d8;}
.grid-wrapper .icon-card{padding: 20px 5px;}
.grid-wrapper .icon-card .bg-icon{width: 70px;
    text-align: center;
    height: 70px;
    align-content: center;
    background: #96611c2b;
    margin: 0px auto 20px auto;
    border-radius: 50%;}
.grid-wrapper .icon-card h6{font-weight: 700}
.banner-wrapper{min-height: 300px; background:url(../img/thank-you.webp); background-size: cover !important; background-position: center !important; position: relative}
.banner-wrapper::before{content:''; width: 100%; height: 80px; background:linear-gradient(to bottom, #F9F1E8 30%, transparent 100%); position: absolute; top:-20px; left:0}
.banner-wrapper::after{content:''; width: 100%; height: 80px; background: linear-gradient(
        to top,
        #F9F1E8 0%,
        rgba(249,241,232,0.95) 30%,
        rgba(249,241,232,0.7) 55%,
        rgba(249,241,232,0) 100%
    ); position: absolute; bottom:-20px; left:0}
.thank-footer{position:relative; z-index: 1}
.thank-footer .section-title{padding: 15px 0px; margin-top: 20px; margin-bottom: 10px; border-bottom: 1px solid #96611c2b; font-size: 12px; color:#96611c; }
.thank-footer .f_cta{text-align: center;}
.thank-footer p.time{font-size: 10px; text-align: center; margin-bottom: 10px}
@keyframes grow{
0%{transform: scale(0.7)}
100%{transform : scale(1.2)}
}


.footer-cta .f_cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_cta.fixed {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-image: url(../img/cream-bg.png);
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}
.footer-cta .f_cta .btn-gold {
  border-radius: 10px 0 0 10px;
}
.footer-cta .f_cta .btn-green {
  border-radius: 0 10px 10px 0;
}
.footer-cta a.btn {
  padding: 16px 45px;
}
.footer-cta a.btn small {
  font-weight: 300;
}
.query_form .modal-content {
  background-image: url(../img/cream-bg.png);
  background-position: center;
  background-repeat: repeat;
}
/* .query_form .form-control {
    border: 1px solid #8c7804;
    background: rgb(166 109 42 / 20%);
    color: #000;
    font-size: 16px;
} */
.query_form .modal-footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #6F4F24;
  background-color: #a5641230;
}

.section-title.animated{display: flex; align-items: center; justify-content: center; gap: 10px;}
.section-title.animated span{width: 50px; height: 2px; background: linear-gradient(to left, #96611c, transparent); border-radius: 12px;}
.section-title.animated span.right{background: linear-gradient(to right, #96611c, transparent)}
.form-wrapper{max-width: 400px; margin: auto; text-align: left; padding:20px; border-radius: 12px; background-color: rgba(158, 104, 38, 0.098);}
 .form-wrapper .input-group{border: 1px solid #8c7804; border-radius: 8px; box-shadow: 0px 0px 10px 0px rgb(158 103 38 / 11%);}
 .form-wrapper .input-group-text{background-color: transparent; border: none; color: #8D7655; padding: 10px;}
 .form-wrapper .input-group-text.fill{background-color: #b0752924; border-right: 1px solid #8c7804; color: #2E2C20; font-size: 16px; font-family: "Merriweather", serif;}
 .form-wrapper input{background: transparent; box-shadow: none; border: none; font-size: 16px; font-family: "Merriweather", serif;}
.form-wrapper input:focus{background-color: transparent; box-shadow: none;}
 .btn-submit{border: 0px; outline: none; position: relative; min-height: 48px; background-color: #b075293a; padding: 10px; width: 100%; border-radius: 10px; font-size: 18px; font-family: "Merriweather", serif; font-weight: 600; border: 1px solid #6F4F24;}
.tour .tour-video .icon{border: 2px solid white; width: 45px; height: 45px; text-align: center; align-content: center; color: white; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.query_form .form-wrapper{padding: 0px; background-color: transparent;}
.query_form form button.loading::before{content:''; width: 30px; height: 30px; border: 4px solid #8D7655; border-radius: 50%; position: absolute; top: 7px; left: 190px; border-top: 4px solid transparent; animation: circle 0.8s ease-in-out infinite}
p#message{font-weight: 600;
    color: #504E39;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0px;}
@keyframes circle{
0%{transform: rotate(0deg)}
100%{transform: rotate(360deg)}
}

.table-wrapper{padding: 50px 0px}
.table-wrapper table{width: 80%; margin: auto; border: 2px solid #A06A29}
.table-wrapper tbody tr td{font-size: 18px; border: 2px solid #A06A29; font-weight: 600; padding: 10px 20px}
.table-wrapper tbody tr:first-child td{background: url(../img/btn-back.jpg); padding: 15px 20px; color: white; font-size 20px; font-weight: 600}
@media only screen and (max-width: 767px) { 
  .carousel-caption h1 {
    font-size: 25px;
  }
  .carousel-caption h1 small {
    font-size: 20px;
  }
  .carousel-caption p {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 20px;
  }
  .header_bar p {
    font-size: 18px;
  }
  .slide_property {
    position: static;
    padding: 9px;
  }
  .slide_property .slide_prp p {
    font-size: 17px;
    line-height: 20px;
    padding: 0 12px;
  }
  .slide_property .slide_prp small {
    font-size: 12px;
  }
  .about {
    padding: 30px 0 0;
  }
  .project_snapshot {
    padding: 30px 0 0;
  }
  .mstr_pln .master_plan p {
    font-size: 17px;
    line-height: 23px;
  }
  .mstr_pln .master_plan p small {
    font-size: 14px;
  }
  .amenity {
    font-size: 17px;
    line-height: 20px;
  }
  .footer-cta a.btn {
    padding: 10px 25px;
    line-height: 20px;
  }
  .prime_location {
    padding: 30px 0;
  }
  .footer-cta {
    padding: 30px 15px;
  }
  .footer-cta h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .map {
    text-align: center;
    margin-bottom: 30px;
  }
  .tentative_price {
    padding: 30px 0;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .top-bar .btn-green {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 680px) { 
  .carousel-caption {
    top: 5%;
  }
}
@media only screen and (max-width: 480px) { 
  .mstr_pln .col-4{width: 50%;}
  .footer-cta a.btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  .slide_property .slide_prp p {
    font-size: 15px;
    line-height: 18px;
  }
  .carousel-caption {
    top: -6%;
  }
  .home_variant .col-sm-4 {
        flex: 0 0 auto;
        width: 32%;
    }
}