@font-face {
  font-family: "Raleway";
  src: url('../fonts/Raleway-Regular.ttf');
}

body {
  font-size: 14px !important;
  font-family: 'Raleway', sans-serif !important;
  color: #2d2d2d;
}

@font-face {
  font-family: "The munday";
  src: url("../fonts/Themunday-Regularnew.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.section-title h1,
h3.section-title {
  font-size: 50px;
  /* line-height: 60px; */
  color: #000;
  margin: 0;
  /* position: relative; */
  display: inline-block;
  font-family: "The munday";
  font-feature-settings: "ss01" 1;
  justify-content: center;
  display: flex;
  align-items: center;
}
.errornew{
display: block;
    text-align: left;
}
.span-normal {
  font-feature-settings: "ss04" 1 !important;

}

.span-set0 {
  font-feature-settings: "ss00" 1 !important;
}

.span-set1 {
  font-feature-settings: "ss01" 1 !important;
}

.span-set2 {
  font-feature-settings: "ss02" 1 !important;
}

.span-set3 {
  font-feature-settings: "ss03" 1 !important;
}

.span-set4 {
  font-feature-settings: "ss04" 1 !important;
}

.span-set5 {
  font-feature-settings: "ss05" 1 !important;
}

.span-set6 {
  font-feature-settings: "ss06" 1 !important;
}

.span-set7 {
  font-feature-settings: "ss07" 1 !important;
}

.span-set8 {
  font-feature-settings: "ss08" 1 !important;
}

.span-set9 {
  font-feature-settings: "ss09" 1 !important;
}

.span-set10 {
  font-feature-settings: "ss010" 1 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: unset;
  width: 95%;
}

#lock {
  display: none;
}

section {
  position: relative;
}

.section-head {
  font-family: 'The munday free version';
  color: #000;
  font-size: 25px;
  font-weight: 500 !important;
  position: relative;
  font-size: 35px;
}

.section-title h1 span,
.section-title h2 span {}

.section-title h1,
.section-title h2 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: "The munday";
  font-feature-settings: "ss01" 1;
}

.span-set2 {
  font-feature-settings: "ss02" 1 !important;
}

.pulse1 {
  animation: pulse-animation 2s infinite;
  border-radius: 30px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}

.pulse5 {
  animation: pulse-animation 2s infinite;
  border-radius: 7px;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    transform: scale3d(1, 1, 1);
  }
}

/* ========================== Slider Start ========================== */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

i.fa.fa-phone {
  rotate: 90deg;
}

.phonebtn {
  color: #b68639;
}

.callbtn {
  color: #b98e33;
  padding: 10px;
}

/* ========================== Slider End ========================== */
/* ========================== Overview Start ========================== */
.bingepara {
  text-align: justify !important;
}

.borderpace {
  border: 1px solid #000;
  padding: 5px;
}

.innerOverview {
  background: #fff;
  color: #000;
}

.innerOverview .section-head {
  color: #000 !important;
}

/*.paraover { line-height: 30px; letter-spacing: 1.6px; }*/
/* ========================== Overview End ========================== */
/*.hi-icon img { width: 50% !important; margin: 0px auto; }*/
/*.innerAmenities { background: #F8F2E8; }*/
.innerAmenities {
  background: #a0a3a5;
}

.amenitiesicon {
  text-align: center;
}

.item {
  text-align: center;
}

.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 0;
}

/* .hi-icon { background: rgba(255, 255, 255, 0.1); } */
/* .hi-icon { background: rgba(255, 255, 255, 0.1); border: 3px solid #b98e33; color: #b98e33; animation: pulse-animation 2s infinite; } */
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 64%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.hi-icon img {
  padding: 2px;
  width: 62px
}

.hi-icon:hover {
  color: #ffffff;
  border-radius: unset;
}

.owl-nav {
  text-align: center;
}

.owl-stage-outer {
  padding: 20px 0px;
}

button.owl-next {
  background: #b98e33 !important;
  font-size: 30px !important;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 10px;
}

button.owl-prev {
  background: #b98e33 !important;
  font-size: 30px !important;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 10px;
}

.owl-nav i {
  color: #fff;
}

p.disAmenities {
  font-size: 7px;
  margin-top: 10px;
  padding-left: 8%;
}

/* ========================== Project Location Map Start ========================== */
.innerprojectLocation {
  background: #fff;
  color: #fff;
}

/* #projectLocation .section-head{
  color: #fff;
} */
.locationicon {
  width: 25px;
  filter: invert(1);
  transition: all 0.5s ease-in-out;
}

/* .locationicon:hover{
  filter: invert(0);
  transition: all 0.5s ease-in-out;
 } */
/* ========================== Project Location Map End ========================== */
/* ========================== Contact Us Start ========================== */
.boxEnquiry {
  border: 4px solid #b98e33;
  padding: 20px;
}

.Enquirybox {
  border: 1px solid #b98e33;
  display: grid;
  align-items: center;
}

.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

.innerContactus .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #c3985a;
  border-radius: 0px !important;
}

.innerContactus .iti.iti--allow-dropdown {
  width: 100% !important;
}

button#submitf {
  background: #b98e33;
  color: #fff;
}

/* ========================== Contact Us End ========================== */
/* ========================== Address Start ========================== */
.innerAddress {
  background: #a0a3a5;
  color: #fff;
}

.add-head-text {
  color: #b98e33;
  font-weight: 600;
}

.addbar-border {
  border-left-style: dashed;
  border-left-color: #ffff;
}

/* .addbar-borderr {
  border-left-style: outset;
  border-left-color: #c3985a3d;
  
  height: 95px;
  
} */
/* ========================== Address End ========================== */
p.title.pt-2 {
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
}

.amenitiesicon {
  text-align: center;
  display: inline-flex;
}

/* ========================== Disclaimer Start ========================== */
.innerFooter {
  background: #a0a3a5;
  color: #fff;
  margin: 0px 0px -22px;
}

.footerlogin {
  width: 15%;
  margin: 0px auto;
}

.disclaimertext {
  font-size: 8px;
}

.copyright {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 0;
}

/* ========================== Disclaimer End ========================== */
/* ========================== Popup Form Start ========================== */
.input-group label {
  position: relative;
  display: block;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  text-align: left;
}

label.error {
  color: rgb(246, 61, 61);
  font-size: 13px;
}

.popformimg {
  margin: 0px auto;
}

.popformimg img {
  width: 51%;
  margin: 0px auto;
}

#price .modal-header {
  border-bottom: 1px solid #fff;
}

#price .modal-content {
  background: #a0a3a5;
  z-index: 99999;
  /* border: 1px solid #fff; */
}

#price .input-group {
  padding: 10px 0px !important;
}

.iti--allow-dropdown {
  width: 100%;
}

#popsubmitf {
  background: #b78739;
  color: #fff;

}

#price .input-group-btn {
  width: 100%;
  text-align: center;
}

#price .input-group .btn {
  width: 35%;
}

.form-control {
  border-radius: 5px !important;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#price .input-group input::placeholder {
  color: #fff !important;
}

#price .modal-header {
  padding: 0px;
  border: none;
}

#price button.btn-close {
  filter: invert(1);
  opacity: 1;
  font-size: 20px;
  color: #b68639;
}

#price .modal-header img {
  width: 20%;
}

#price .input-group input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0px !important;
  background: #a0a3a5;
  color: #fff;
}

#price .input-group input::placeholder {
  color: #ffffffb5;
}

#price .input-group {
  padding: 5px 0px;
}

#price .iti.iti--allow-dropdown {
  width: 100% !important;
}

#price .modal-dialog {
  max-width: unset;
  width: 65%;
}

#price .modal-body {
  background: #a0a3a5;
  border-style: double;
  border-color: #fff;
  color: #fff;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.underline-black {
  color: #a0a3a5;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline {
  color: #a0a3a5;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.underline-white {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 13px;
}

.iti .iti--allow-dropdown {
  height: 40px;
}

.input-group {
  position: relative;
}

#price label.error {
  position: absolute;
  bottom: -12px;
  left: 0px;
  font-size: 10px;
}

#Contactus label.error {
  position: absolute;
  bottom: -12px;
  left: 0px;
  font-size: 10px;
}


.form-check-label label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.form-check-label {
  position: relative;
}

.form-check-label label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #a0a3a5;
  z-index: 9;
  left: -5px;
}

.form-check-label2 label.error:after {
  content: " ";
  position: absolute;
  left: 1px;
  top: -9px;
  border-top: none;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid red;
}

.form-check-label2 {
  position: relative;
}

.form-check-label2 label.error {
  position: absolute;
  top: 15px;
  background: #fff;
  color: red;
  padding: 0px 3px;
  border: 1px solid #a0a3a5;
  z-index: 99;
  left: -5px;
}

#Contactus .iti__flag-container {
  height: 40px !important;
}

#price .iti__country-list {
  z-index: 999;
  color: #fff;
  background-color: #a0a3a5;
}

.iti__country-list {
  z-index: 999;
  color: #a0a3a5;
  background-color: #fff;
}

/* ========================== Popup Form End ========================== */
/* ========================== enquire-btn start ========================== */
.enquire-btn {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 999;
}

.enqbtn {
  display: none;
}

.enqbtn1 {
  padding: 8px 25px !important;
  border-radius: 5px;
  background-color: #b7a27e;
  color: #fff;
  font-size: 16px !important;
  text-decoration: none;
  display: inline-block;
}

/* ========================== enquire-btn End ========================== */
/* ========================== Heighlight Start ========================== */
#Highlightsowl {
  position: relative;
}

#Highlightsowl .owl-nav {
  position: absolute;
  width: 100%;
  text-align: right;
  top: -50%;
}

.highlightsinfo h4,
.highlightsinfo p {
  font-size: 12px;
}

.highlightsinfo {
  position: absolute;
  bottom: 6%;
  z-index: 99;
}

.slickHighlights .slick-slide:hover::after {
  content: '';
  background-color: #a0a3a5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.slickHighlights .slick-slide {
  height: 250px !important;
  position: relative;
  margin: 0 2px;
}

.slickHighlights .slick-slide:hover h5 {
  color: #c3985a;
  font-weight: 600;
}

.slickHighlights .slick-slide.himg1:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg2:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg3:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg4:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg5:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.slickHighlights .slick-slide.himg6:hover {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}


.slickHighlights .slick-slide.slick-current.himg1,
.slickHighlights .slick-slide.slick-center.himg1 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg2,
.slickHighlights .slick-slide.slick-center.himg2 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg3,
.slickHighlights .slick-slide.slick-center.himg3 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg4,
.slickHighlights .slick-slide.slick-center.himg4 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg5,
.slickHighlights .slick-slide.slick-center.himg5 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current.himg6,
.slickHighlights .slick-slide.slick-center.himg6 {
  background: url(../img/highlight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.slickHighlights .slick-slide.slick-current h5,
.slickHighlights .slick-slide.slick-center h5 {
  color: #c3985a;
  font-weight: 600;
}

.slickHighlights .slick-prev {
  left: 85%;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slickHighlights .slick-next {
  right: 0;
  position: absolute !important;
  top: -40px;
  width: 47px;
  height: 44px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

button.slick-next.slick-arrow {
  background: url(../img/right-arrow.png) !important;
  border: unset;
  color: transparent;
}

button.slick-prev.slick-arrow {
  background: url(../img/left-arrow.png) !important;
  border: unset;
  color: transparent;
}

.mainhighlights .slick-slider .slick-slide.slick-current::before,
.slick-slider .slick-slide.slick-center::before {
  content: '';
  background-color: #a0a3a5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 22;
}

.highlightsinfo hr {
  opacity: 1;
}

.title2 {
  text-align: center;
  text-transform: uppercase;
  border-right: 50px solid #a0a3a5;
  width: 136px;
  line-height: 1px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 14px;
}

.heighlightimg img {
  height: 100%;

}

.highlightpadding .col-lg-3 .highborder {
  height: 150px;
}

#Highlights .section-head {
  color: #000 !important;
}

.highborder {
  border: 1px solid #a0a3a5;
  margin: 15px 10px;
  background-color: #fff;
  color: #a0a3a5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.5s ease-in-out;
}

.highsimg p {
  margin-bottom: 0px;
  color: #000;
}

.highsimg {
  margin: 9px 3px;
  padding: 10px;
}

.highborder:hover {
  background-color: #a0a3a5;
  color: #fff;
  transform: translateY(-15px);
  transition: all 0.5s ease-in-out;
}

.highlightpadding .col-lg-3 {
  padding: 0px;
}

#Highlights {
  background: url(../img/highlightbg01.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* ========================== Heighlight End ========================== */
#features {
  padding: 20px 0;
  background: #a0a3a5;
  margin: 50px !important;
}

#features .section-head {
  color: #fff;
}

.proj-txt {
  color: #fff;
  font-weight: 400;
  padding: 5px 0;
  font-size: 14px;
}

.proj-txt {
  margin: 0px;
}

.proj-block {
  margin: 15px 0;
  /* height: 70px; */
}

.config-listing .col-lg-4 {
  align-items: center;
  display: block;
}

.mobfixenquirebtn {
  background-color: #b68639;
  color: #fff;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #fff;
  z-index: 999;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mbenquiry {
  color: #fff;
}

.rightborder {
  border-right: 1px solid #fff;
}

.mobfixenquirebtn a {
  text-decoration: none;
}

.mobfixenquirebtn .col-6 a {
  font-size: 18px;
}

.mobfixenquirebtn .col-6 {
  padding: 6px;
}

.downloadbtn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  background: #b98e33;
  color: #fff;
  font-size: 20px;
  padding: 4px 14px !important;
  /* border: 2px solid #fff; */
  border-radius: 5px;
  text-decoration: none;
}
/* Mobile menu */
#menuitem {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transform: translateX(100%);
}

.menuactive {
  transform: translateX(0%) !important;
  transition: all 0.5s ease-in-out;
}

.menu-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navsmoothScroll {
  text-decoration: none;
  font-size: 20px;
  padding: 5px 10px;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.close-menu {
  position: absolute;
  right: 15px;
  font-size: 30px;
  text-decoration: none;
  color: #fff !important;
}

.openbtn {
  border: none;
  background: transparent;
  font-size: 30px;
  color:#000 !important;
}
.menu-overlay .navsmoothScroll span:hover,
.menu-overlay .navsmoothScroll.active span{
  color: #b68639;
  font-weight: 900;
}

 /* .menu-overlay .scroll-top span:hover,
.menu-overlay .scroll-top.active span {
  padding: 8px;
  display: block;
}  */
/* .menu-overlay .scroll-top span{
  position: relative;
  padding: 8px;
  display: block;
} */
/* .menu-overlay .scroll-top span::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 0%;
  width: 0%;
  height: 0%;
  border-bottom: 2px solid  transparent;
  border-right: 2px solid  transparent;
  transition: all 0.5s ease-in-out;
} */

/* .menu-overlay .scroll-top span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  transition: all 0.5s ease-in-out;
}

.menu-overlay .scroll-top.active span::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 0%;
  width: 105%;
  height: 120%;
  border-bottom: 2px solid #a0897d;
  border-right: 2px solid #a0897d;
  transition: all 0.5s ease-in-out;
} */

/* .menu-overlay .scroll-top.active span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 120%;
  border-top: 2px solid #a0897d;
  border-left: 2px solid #a0897d;
  transition: all 0.5s ease-in-out;
} */

/* mobile */

.scrollup {
  background: #b68639;
  text-align: center;
  padding: 0px;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 6%;
  right: 3%;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  z-index: 999;
  display: none;
}

i.fa.fa-arrow-circle-up {
  font-size: 36px;
  padding: 2px;
}
.fixwhatsapp{
  position: fixed;
  z-index: 99;
  right: 3%;
  bottom: 16%;
  border-radius: 50%;
}
.pulse4 {
  text-align: center;
  animation: animate-pulse4 2s linear infinite;
}

@keyframes animate-pulse4 {
  0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.3);
  }

  40% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
