:root {
  --primary-color: #031D37;
  --secondary-color: #B97F47;
  --primary-soft-color: #ffd3d3;
}
label.error{
  color: #ff0000!important;
  font-size: 16px!important;
}
.form-control::placeholder{
  color: transparent;!important;
}
.float-label-c{
  color: #fff!important;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .9;
    transform: scale(0.8) translateY(-0.7rem) translateX(0rem);
}

/*remove auto fill background */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
/*remove auto fill background end */

.form-control{
  border:none!important;
  background: var(--secondary-color);
  border-bottom:1px solid #fff!important;
  border-radius: 0px;
  font-size: 16px;
  color: #fff!important;
}
.form-control:focus{
  box-shadow: none!important;
  background: var(--secondary-color);
  outline: none!important;
}
.form-floating>label.error{
  position: absolute;
  left: inherit!important;
  right: 0px!important;
  height: inherit!important;
  padding: 1px 5px 1px 7px;
  top: inherit!important;
  bottom: 0px;
  background: #fff;
  font-size: 12px!important;
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
}
.form-floating>.form-control:focus~label.error, .form-floating>.form-control:not(:placeholder-shown)~label.error, .form-floating>.form-select~label.error {
    opacity: inherit!important;
    transform: inherit!important;
}
.btn:focus{
  box-shadow: none!important;
  outline: none!important;
}
.btn-theme{
  background: var(--secondary-color);
  color: #fff;
  transition: 0.3s!important;
  padding: 5px 30px 5px 30px;
  font-size: 17px;
  border-radius: 30px;
}
.btn-theme:hover{
  background: var(--secondary-color);
  color: #fff;
  opacity: 0.8;
  transition: 0.3s!important;
}
.btn-theme:focus{
  background: var(--secondary-color);
  color: #fff;
  transition: 0.3s!important;
}

@media(max-width: 600px){
.nice-toast {
    max-width: 300px!important;
    min-width: 256px!important;
    padding: 17px 10px!important;
}
.nice-toast-content {
    font-size: 12px!important;
}
.nice-toast-close {
    position: absolute!important;
    right: 6px!important;
    top: 2px!important;
}
}

/*customization */ /*customization */ /*customization */
.navbar-brand img{
  height: 70px;
}
.bg-light {
    background-color: var(--primary-color)!important;
}
.navbar-toggler-icon {
width: inherit;
height: inherit;
color: #fff;
}
.navbar-toggler{
box-shadow: none!important;
outline: none!important;
}
.nav-item .nav-link{
  color: #fff;
  font-weight: 400;
  padding-left: 7px!important;
  padding-right: 20px!important;
  transition: 0.3s;
  font-size: 14px;
}
.nav-item .nav-link:hover{
  transition: 0.3s;
  color: var(--secondary-color);
}
.btn-book-now{
  border: 1px solid #fff!important;
  color: #fff!important;
  border-radius: 50px;
  margin-left: 30px;
  width: 100%;
}

/*main banner css*/
.home-main-banner{
  margin-top: 86px;
  padding: 70px 0px 50px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.enquiry-form-wrapper{
  background: var(--secondary-color);
  padding: 24px 21px;
  margin-bottom: 60px;
}
.enquiry-popup-title{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase!important;
  color: #fff;
  padding-right: 20px;
}
.enquiry-popup-content{
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 8px;
  margin-bottom: 6px;
  font-size: 12px;
}
.enquiry-form-wrapper textarea{
  min-height: 90px;
}
.btn-book{
  border: 1px solid #fff!important;
  color: #fff!important;
  border-radius: 50px;
  width: 120px!important;
  transition: 0.3s;
}
.btn-book:hover{
  border: 1px solid #fff!important;
  color: var(--secondary-color)!important;
  background: #fff;
  transition: 0.3s;
}
/*banner css end*/

/*attribute css start*/

.property-attribute{
  margin-top: 30px;
}
.single-attribute{
  margin-bottom: 30px;
}
.attribute-title{
  font-size: 14px;
}
.attribute-value{
  font-size: 20px;
  font-weight: 700;
}

/*attribute css end*/

/*overview css start*/
.overview-section{
  margin-top: 50px;
}
.small-title{
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 400;
  text-transform: uppercase;
}
.main-overview-title{
  font-size: 45px;
}
.semi-overview-title{
  font-size: 25px;
  font-weight: 800;
}
.overview-content-left, .overview-content-right{
  margin-top: 30px;
}
.overview-about-title, .overview-project-title{
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 300!important;
}
.overview-about-content{
  padding-right: 40px;
  font-size: 15px;
}
.overview-content-right{
  padding-left: 30px;
}
.overview-project-identity{
  font-size: 19px;
  font-weight: 700;
}
.overview-project-location{
  position: relative;
  left: -24px;
  font-size: 15px;
  margin-top: 15px;
}
.overview-project-location img{
  height: 20px;
}
.cube-child{
  background: var(--primary-color);
  height: 100px;
  width: 100px;
  padding: 15px;
  z-index: 999!important;
  position: relative;
}
.cube-title{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.cube-content{
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
.cube-primary{
  background: var(--primary-color);
}
.cube-secondary{
  background: var(--secondary-color);
}
.cube-vertical2{
  padding-top: 60px;
}
.overview-cube-section{
  position: relative;
}
.vertical-img{
  z-index: 0!important;
  height: 90px;
  width: 90px;
  position: absolute;
  top:-30px;
}
.cube-vertical1 .vertical-img{
  top: 110px;
  left: -30px;
}
.cube-vertical2 .vertical-img{
  top: 35px;
  right: 15px;
}

/*overview css end*/

/*amenities section start*/
.amenities-section{
  background: var(--primary-color);
  padding: 50px 0px 80px 0px;
  margin-top: 80px;
  color: #fff;
}
.amenities-title{
  font-size: 18px;
  font-weight: 500;
}
.amenities-content{
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 20px;
}
.single-amenties{
  margin-top: 30px;
  border: 1px solid #eee6;
  padding: 25px 5px 35px 5px;
  border-radius: 5px;
  max-height: 125px!important;
  overflow: hidden;
}
.single-amenties img{
  height: 45px;
}
.single-amenties-title{
  font-size: 13px;
}
/*amenities section end*/

/*floor css start*/
.floor-plan-section{
  margin-top: 80px;
}
.plan-title{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--primary-color);
}
.plan-content{
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.plan-single-grid{
  padding: 20px 0px;
  margin-top: 10px;
}
.plan-small-title{
  font-size: 14px;
  font-weight: 400;
}
.plan-bold-content{
  font-size: 17px;
  font-weight: 500;
  margin-top: 7px;
}
/*floor css end*/

/*payment css start*/
.payment-section{
  margin-top: 140px;
}
.payment-content{
  position:absolute; 
  right: 100px;
  top:230px;
  color: #fff;
  max-width: 400px;
  max-height: 400px;  
}
.payment-title{
  font-size: 22px;
}
.payment-title span{
  font-weight: 700;
}
.payment-description{
  font-size: 12px;
  margin-top: 10px;
}
.payment-single-link{
  margin-top: 20px;
}
.payment-btn-link{
  text-decoration: none;
  border: 1px solid #fff;
  padding: 8px 20px 7px 20px;
  /*width: 100%;
  max-width: 230px;*/
  color: #fff;
  border-radius: 23px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 12px!important;
  margin-bottom: 15px;

}
.payment-btn-link:hover{
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #fff;
  border-radius: 23px;
  transition: 0.3s;
}
.payment-top img{
  width: 100%;
}
.payment-bottom{
  position: relative;
  padding: 40px 0px 80px 0px;
  background: var(--secondary-color);
  color: #fff;
  overflow: hidden;
}
.bottom-content{
  padding: 0px 20px 0px 20px;
}
.payment-bottom:after{
  content: "";
  height: 60px;
  width: 106%;
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: -5%;
  transform: rotate(7deg);
}

/*payment css end*/

/*gallery css start*/

.gallery-section{
  margin-top: 80px;
}
.hovereffect{
  margin-bottom: 0px!important;
}
.gallery-title{
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.gallery-content{
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect p.info {
display:inline-block;
color:#fff;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
/*margin:50px 0 0;*/
/*padding:7px 14px;*/
/*position: absolute;*/
margin-top: 65%;
text-align: center;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover p.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover p.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/*gallery css end*/

/*location css start*/
.location-section{
  margin-top: 80px;
}
.location-top-section{
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  left: -52px;
}
.location-title{
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}
.location-content{
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
  padding-bottom: 15px;
}
.embede-map{
  padding: 30px 0px 50px 0px;
}
/*location css end*/

/*partner css start*/
.partner-section{
  margin-top: 80px;
}
.single-partner{
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  overflow: hidden;
  /*border: 1px solid #eee;*/
}
.single-partner img{
  width: 100%;
  height: 100%;
}
/*partner css end*/

/*footer css start*/
.footer{
  background: #F9F9F9;
  padding: 60px 0;
  margin-top: 70px;
}
.footer-about img{
  height: 70px;
}
.footer-address-label{
  font-size: 16px;
  margin-top: 15px;
}
.footer-address{
  font-size: 14px;
  margin-top: 0px;
}
.footer-grid-title{
  margin-bottom: 15px;
}
.alerts-border {
  padding: 10px 12px!important;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid transparent;
  animation: blink 1s;
  animation-iteration-count: 5;
}

@keyframes blink { 50% { border-color:var(--secondary-color) ; }  }

.blink-contact{
  transition: 0.3s;
  padding: 0;
}
.footer-contact-single img{
  height: 12px;
  margin-right: 8px;
}
.footer-contact-single a{
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: 0.3s;
}
.footer-contact-single a:hover{
  color: var(--secondary-color);
  transition: 0.3s;
}
.footer-contact-single {
  margin-top: 5px;
}
.social-title{
  margin-bottom: 8px;
}
.social-links a{
  margin-right: 8px;

}
.social-links a img{
  height: 32px;
  transition: 0.3s;
}
.social-links a img:hover{
  opacity: 0.8;
  transition: 0.3s;
}
.btn-link{
  text-decoration: none;
  border: 1px solid var(--primary-color);
  padding: 7px 10px;
  width: 100%;
  max-width: 230px;
  color: var(--primary-color);
  border-radius: 23px;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 12px!important;
  margin-bottom: 15px;

}
.blink-link .btn-link{
  margin-bottom: 0px;
}
.blink-link.d-block{
  max-width: 230px;
}

.btn-link:hover{
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  border-radius: 23px;
  transition: 0.3s;
}

.footer-copyright{
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
}
/*footer css end*/

/*success modal css start*/
.success-modal .img-success-box {
  width: 100%;
  text-align: center;
  background: var(--secondary-color);
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  padding: 30px 0
}
.success-modal .img-success-box img {
  width: 50px;
  height: 50px
}
.success-modal .modal-body .btn-primary {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 15px;
  font-weight: 300;
  text-transform: none;
  background: #039faf;
  min-width: 100px !important;
  background: var(--secondary-color);
  border-radius: 50px
}
.success-modal .modal-header {
  padding: 0
}
.success-modal .success-content {
  text-align: center
}
.success-modal .modal-body {
  padding: 2.5rem 1.5rem
}

@media only screen and(max-width:575px) {
.success-modal .img-success-box img {
  width: 35px !important;
  height: 10px !important
}
.success-modal .img-success-box {
  padding: 6px 0 !important
}
.success-modal .modal-body {
  padding: .9rem .5rem !important
}
.success-modal .modal-body h3 {
  font-size: 1.3rem
}
.success-modal .modal-body p {
  font-size: 14px
}
}
/*success modal css end*/


@media(max-width: 600px){

.home-main-banner {
  padding: 282px 0px 50px 0px;
  margin-top: 67px;
}
.enquiry-form-wrapper {
  padding: 42px 21px;
}
.property-attribute {
  margin-top: -50px;
}
.attribute-value{
  font-size: 16px!important;
}
.main-overview-title {
  font-size: 28px;
}
.overview-project-location {
  margin-bottom: 30px;
}
.cube-vertical2 .vertical-img {
  top: 31px;
  left: 62%;
}
.cube-vertical1 .cube-child{
  margin-left: 25px;
}
.cube-vertical1 .vertical-img {
  top: 110px;
  left: -6px;
}
.amenities-section {
  margin-top: 60px;
}
.gallery-section {
  margin-top: 60px;
}
.gallery-title {
  text-align: left!important;
  margin-bottom: 8px!important;
}
.gallery-content {
  text-align: left!important;
  margin-bottom: 10px!important;
}
.location-section {
  margin-top: 50px;
}
.location-top-section {
  padding-left: 0px;
  padding-right: 0px;
  left: 0px;
}
.location-section{
  background-image: none!important;
}
.partner-section {
  margin-top: 20px;
}
.single-partner {
  padding: 10px 10px;
}
.btn-link {
  padding: 11px 10px;
}
.hovereffect {
  margin-bottom: 0px !important;
}
.navbar{
  padding: 12px 0px;
}
.navbar-brand img {
  height: 45px;
}
.btn-book-now {
  max-width: 250px;
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-copyright .col-md-6{
  text-align: center!important;
  padding: 0px!important;
}
.footer-copyright{
  padding: 18px 0px;
}
.plan-bold-content {
    font-size: 14px;
    font-weight: 600;
}
.payment-section {
    margin-top: 65px;
}
}
@media(max-width: 1024px){
  .payment-content {
    right: 77px;
    top: 126px;
    max-width: 315px;
    max-height: 400px;
}
.payment-title {
    font-size: 19px;
}
}
@media(max-width: 768px){
  .payment-content {
    right: 77px;
    top: 52px;
    max-width: 228px;
}
.payment-title {
    font-size: 16px;
}
.payment-description {
    font-size: 10px;
}
}

.section-mob{
  display: none;
}

@media(max-width: 767px){
  .section-tab{
    display: none!important;
  }
  .section-mob{
    display: block;
  }

}
