/* General CSS: Start */

:root {
  --gradient-bg-color: linear-gradient(90deg, #BB9760 0%, #BB9760 30.5%, #663500 100%);
}

::-webkit-scrollbar {
  width: 7.5px;
}

::-webkit-scrollbar-thumb {
  background: #1a584a;
}

html {
  overflow: auto;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/static/Montserrat-Light.ttf);
  /* src: url(../fonts/Gotham-Font/GothamLight.ttf); */
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/static/Montserrat-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
  font-weight: bold;
  font-display: swap;
}



@font-face {
  font-family: Charlotteveronica;
  src: url(../fonts/charlotteveronica/CharlotteveronicaBold-51gmL.otf);
  font-display: swap;
}

html {
  overflow: auto;
}

.main{
  overflow: hidden;
}

h2{
  font-family: Meligor;
}
h1,
h3,
h4,
h5 {
  font-family: Montserrat;
}

h3{
  font-size: 22px;
}

p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

a {
  font-family: Montserrat;
  font-weight: 400;
  color: unset;
  text-decoration: none !important;
}

a:hover {
	color: #fff;
  text-decoration: unset;
}

.side-space {
  padding: 0 8%;
}

.section-space {
  padding-top: 25px;
  padding-bottom: 25px;
}

.checkbox {
  position: relative;
  margin-bottom: 20px !important;
}

.checkbox input#t\&c {
  margin-right: 5px;
}

.checkbox #tandc-error {
  position: absolute;
  bottom: -15px;
}


.page-title {
  font-family: Charlotteveronica;
  font-size: 47px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-title:after {
  content: '';
  position: absolute;
  background: var(--gradient-bg-color);
  bottom: -3px;
  height: 2px;
  width: 100px;
  left: 0;
}
.page_heading_font{
  font-family: Montserrat !important;
  font-size: 40px;
}
.page-title.text-center:after {
  left: 0;
  right: 0;
  margin: auto;
}

.page-text-color{
  background: -webkit-linear-gradient(45deg, #BB9760, #663500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.section_green_color h2{
  background: -webkit-linear-gradient(45deg, #E2CDA4, #8F663A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Header CSS: Start 

#header {
  padding: 0px 2.5%;
  width: 100vw;
  background: #1a584a;
  overflow: hidden;
  color: #fff;
} */
.header-wrapper.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.sticky-header {
  background-color: #fff;
  position: sticky;
  top: 0;
}



.mobile-menu {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.logo {
  width: auto;
  text-align: center;
  position: relative;
}

.logo:first-child {
  margin-right: 20px;
  /* padding-right: 20px; */
}

.logo img {
  width: auto;
  height: 75px;
  margin: 10px 0;
  float: left;
  background: #fff;
  padding: 2px;
}

.logo-right img {
  width: 118px;
  padding: 0;
}

.header-wrapper ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 0;
}

.header-wrapper ul li a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.header-wrapper ul .active a {
  background-image: linear-gradient(40deg, #E2CDA4 0%, #8F663A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
  font-size: 15px;
}

.right-menu {
  justify-content: flex-end;
}

.phone-icon {
  height: 16px;
  margin-right: 5px;
}

.header-btn {
  background: #fff;
  color: #000 !important;
  border-radius: 6px;
  padding: 10px 28px;
  line-height: 20px;
  float: right;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: 500 !important;
}

.header-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: transparent;
  background: linear-gradient(#1a584a, #1a584a) padding-box,linear-gradient(to right, #BB9760, #663500) border-box;
  border-radius: 6px;
  border: 1px solid transparent;
}

.gradient-text {
  /* background: linear-gradient(40deg, #E2CDA4 0%, #8F663A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-weight: 400;
}

.btn-close {
  opacity: 1;
  font-size: 10px;
}

.btn-close:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0);
}

.form-control:disabled,
.form-control[readonly] {
  background-color: unset;
}

/* Header CSS: End */

/* Mobile Menu CSS: Start */
.fancybox-image{
  background-color: #fff;
}
ul.header-btn-mobile {
  display: none;
}

ul.header-btn-mobile img {
  height: 30px;
}

ul.header-btn-mobile a {
  font-size: 25px;
  text-decoration: none;
  letter-spacing: 0;
}

ul.header-btn-mobile li {
  /* border-right: 2px solid #fff; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

span.border-btm {
    display: block;
    background: #fff;
    width: 1px;
    height: 100%;
}

ul.header-btn-mobile li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -15px;
  border-right: 1px solid #fff;
  height: 100%;
  width: 1px;
	display: none;
}

ul.header-btn-mobile li a {
  padding: 0px;
}

ul.header-btn-mobile li:last-child::after {
  border: none;
}

ul.header-btn-mobile {
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  margin-bottom: 0px;
  background: #313131;
  padding: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: fixed;
  bottom: -1px;
  width: 100vw;
}

ul.header-btn-mobile a {
  font-size: 25px;
  text-decoration: none;
}

ul.header-btn-mobile li:last-child img {
  height: 30px;
}

/* Mobile Menu CSS: End */

/* Fixed Btn Css: Start */

a.enquire-fixed {
  right: -55px;
  transform: rotate(270deg);
  top: 45%;
  position: fixed;
  z-index: 999;
  background: #1a584a;
  color: #fff;
  font-weight: 500;
  padding: 10px 28px;
  line-height: 20px !important;
}

.float-button-desktop {
    position: fixed;
    left: 35px;
    bottom: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.float-button-desktop .whatsapp-icon img{
    height: 40px;
    width: 40px;
}
/* Banner CSS: Start */

#banner {
  overflow: hidden;
}

.banner img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  height: 100vh;
  height: auto;
  aspect-ratio: 16 / 8;
}

@media (min-width: 2199px) {
.banner img {
        height: 100%;
    }
    .little_gallery img{
      height: 600px !important;
    }
  }

@media (max-width: 550px) {
  .banner img {
    height: auto;
	aspect-ratio: 9 / 15;
  }
}

#banner .owl-stage-outer {
  position: relative;
}

#banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0px, -50%);
  padding: 0 55px;
}

#banner .owl-next {
  float: right;
}

#banner .owl-nav button span {
  line-height: 8px;
  height: 50px;
  display: block;
  font-size: 37px;
  background: #F5F6F8;
  color: #1a584a !important;
  padding: 16px 20px;
  border-radius: 100%;
  margin-top: 20px;
}
#banner .owl-nav button:hover span {
  background: #1a584a;
  color: #fff !important;
}

#banner .mobile,#banner .tablet {
  display: none;
}

/* Banner CSS: End */

/* about_Cielo CSS: */
#about_Cielo{
  padding-bottom: 25px;
}
form#contact_form {
    overflow: hidden;
}
.about_cielo_content {
  padding-top: 50px;
  padding-left: 16%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#about_Cielo .about_img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}
#about_Cielo h3 {
 text-transform: uppercase;
 font-size: 25px;
}

/* about_Cielo CSS: End */

/* Your Heaven CSS: */
.heaven_items {
  margin-bottom: 24px;
  padding: 30px;
  text-align: center;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(white, white) padding-box,linear-gradient(to right, #BB9760, #663500) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
}

.heaven_items h3 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
}
.heaven_items img {
  width: 30px;
  margin: auto;
}
.heaven_items img.small_icon {
  width: 50px;
  margin: auto;
}

/* Your Little Think CSS: */
#little_thing_tab{
  width: auto;
  background: #1a584a;
  margin: auto;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 30px;
}
/* .nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: none;
  border-radius: none;
  color: #D9D9D9;
  opacity: .7;
  font-weight: 700;
  min-width: 170px;
  font-family: Montserrat;
} */
.nav-tabs .nav-link {
  border-radius: none;
  min-width: 170px;
  font-family: Montserrat;
  border:none;
}
.nav-tabs .nav-link:hover {
  border:none;
}
.nav-tabs .nav-link span{
  margin-bottom: 0;
  background: none;
  border: none;
  border-radius: none;
  color: #D9D9D9;
  opacity: .7;
  font-weight: 700;
  min-width: 170px;
  font-family: Montserrat;
}

/* .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
  opacity: 1;
  border: 1px solid;
  background: -webkit-linear-gradient(40deg, #E2CDA4 0%, #8F663A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
} */
.nav-tabs .nav-link.active {
  background: transparent;
  border: none;
  background: linear-gradient(#1a584a, #1a584a) padding-box, 
      linear-gradient(to right, #BB9760, #663500) border-box;
      border-radius: 6px;
      border: 1px solid transparent;
}
.nav-tabs .nav-link.active span{
  background-color: transparent;
  opacity: 1;
  border: 1px solid;
  background: -webkit-linear-gradient(40deg, #E2CDA4 0%, #8F663A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
}
/* li:has(> .nav-link.active) {
      background: linear-gradient(#1a584a, #1a584a) padding-box, 
      linear-gradient(to right, #BB9760, #663500) border-box;
      border-radius: 6px;
      border: 1px solid transparent;
} */
.img-master-plan{
  height: 100%;
  width: 60%;
  transform: translateX(-50%);
  margin-left: 50%;
}
.little_gallery{
  position: relative;
}

.little_gallery img {
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
}
.little_gallery {
  transform: scale(0.9);
  /* filter: blur(6px); */
}
.little_gallery .img_alt_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #1a584a;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
#little_thingContent .owl-item.active.center .little_gallery .img_alt_text{
  display: block;
}
#little_thingContent .owl-item.active.center .little_gallery{
  transform: scale(1);
  filter: blur(0);
}
#little_thingContent .owl-nav{
  text-align: center;
}

#little_thingContent .owl-next {
  margin-left: 12px;
}

#little_thingContent .owl-nav button span {
  line-height: 8px;
  height: 50px;
  display: block;
  font-size: 37px;
  background: #F5F6F8;
  color: #1a584a !important;
  padding: 16px 20px;
  border-radius: 100%;
  margin-top: 20px;
  font-family: 'Montserrat';
}
#little_thingContent .owl-nav button:hover span {
  background: #1a584a;
  color: #fff !important;
}
#Little_Things{
  position: relative;
  padding-bottom: 50px ;
  z-index: 1;
}
#Little_Things:after, #homes_heaven:after {
  content: '';
  display: none;
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
}
#homes_heaven:after {
  height: 50%;
}

/* homes_heaven csss */
#homes_heaven{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.type_title{
  background: var(--gradient-bg-color);
  text-align: center;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}
#homes_heaven h3 {
  font-size: 19px;
}
.homes_heaven_items {
  border-radius: 6px;
  overflow: hidden;
}
.custom_width{
  width: 80%;
  margin: auto;
}
.home_content {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
}
.page_btn {
  background: #1a584a;
  display: block;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  border: 1px solid #1a584a;
  border-radius: 3px;
  cursor: pointer;
}
.page_btn:hover {
  color: #fff;
}
.home_content h3 {
  font-weight: 600;
  margin-top: 25px;
}

.home_content h5 {
	margin-bottom: 1rem;
}

/* floor_plan css */
#floor_plan{
  padding-top: 50px;
  padding-bottom: 0px;
}

.floor_plan_items .image-block{
  position: relative;
}
.floor_plan_items h3{
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
}
.floor_plan_items .image-block img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  filter: blur(5px); 
}
.hover_link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: #1a584a;
  padding: 10px 8px;
  width: 60%;
  text-align: center;
}
#floor_plan a:hover {
  color: #fff;
}
.image-block:hover .hover_link {
  display: block; 
}
#Earthly_Delights{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
#Earthly_Delights:before {
  display: none;
  content: '';
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
  transform: rotateX(180deg);
}
#Earthly_Delights:after {
  display: none;
  content: '';
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 170px;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
}

/* Location CSS */
.section_green_color {
  background: #1a584a;
}
#location_wrapper img {
  width: 100%;
  object-fit: cover;
}
#location_wrapper .location-section-space {
  padding: 50px 0;
  margin-left: 40px;
}
.location_icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.location_info{
  color:#000;
}
.location_info h3 {
  margin-bottom: 2px;
  font-size: 22px;
  text-transform: uppercase;
}
.location_items:not(:first-child) {
  margin-top: 40px;
}

/* About Us CSS */
#about_us_wrapper{
  position: relative;
  z-index: 2;
}
#about_us_wrapper:before{
  display: none;
  content: '';
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
  transform: rotateX(180deg);
}
#about_us_wrapper h2 {
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom: 10px;
}

/* Brand shots */
#brand-snapshot .brand-items {
  width: 20%;
}
#brand-snapshot .brand-items h6 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 22px;
  position: relative;
}
#brand-snapshot .brand-items h6::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 4px;
  width: 50px;
  border-bottom: 3px solid #fff;
}
#brand-snapshot .brand-items p {
  margin-bottom: 0px;
}
#brand-snapshot {
  background: #1a584a;
  color: #fff;
  padding: 25px 50px;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}
#brand-snapshot:after {
  content: '';
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
}
#construction h2{
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom: 10px;
}

.video-container {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  justify-content: center;
}

.video-container iframe {
  /* width: 80vh; */
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.youtube-placeholder {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.youtube-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
  box-shadow: 0 0 10px #1a1a1a50;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  background: #fff;
  color: #fff;
  border-radius: 50%;
  padding: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
/* Brand Promise Css */
#brand_promise_wrapper h2{
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom: 10px;
}
.brand_promise_items img {
  margin-bottom: 15px;
  width: 55px;
  height: auto;
  object-fit: cover;
}
.brand_promise_items p{
  text-align: center;
}
.brand_promise_items h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.margin_bottom{
  margin-bottom: 30px;
}
#brand_promise_wrapper .col-md-4 {
  text-align: center;
}
/* brand_philosophy_wrapper */
#brand_philosophy_wrapper{
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.brand_philosophy_items h3 {
  padding: 12px 0 8px;
}

/* Form Section CSS */
#form_wrapper .form_details {
  border: 1px solid #00000047;
  border-radius: 6px;
  overflow: hidden;
}
#form_wrapper h3{
  background: #1a584a;
  color: #fff;
  padding: 22px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
#form_wrapper form{
  padding: 30px;
}
.contact-map iframe {
  width: 100%;
  min-height: 425px;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
.form-group{
  margin-bottom: 18px;
}
.contact .form-control {
  margin-left: 0px;
  padding: 10px 20px;
  font-size: 15px;
}
.submit_btn{
  width: 200px;
}
.error {
  color: red;
  font-size: 12px;
}

.recaptcha_field {
  height: 0;
  width: 0;
  opacity: 0;
  padding: 0 !important;
}


/* Footer CSS: Start */

.footer-bottom {
  background: #1a584a;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  margin-top: 25px;
}
.footer-bottom:after {
  content: '';
  background: url('../images/section_bg_1.png');
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  left: 0;
  z-index: -1;
}

.footer-bottom img {
  background: #fff;
  display: block;
  margin: auto;
  /* padding: 5px; */
  border-radius: 2px;
  margin-bottom: 35px;
  height: 129px;
  width: 127px;
}
.footer-bottom .qr_info {
  margin: 15px 0;
  text-align: center;
  /* padding-top: 10px; */
}
.footer-bottom hr {
  margin-bottom: 16px;
}
.footer-bottom-text-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .footer-bottom-text-wrapper::after {
  content: '';
  position: absolute;
  top: -12px;
  right: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff8f;
} */

.footer-bottom-text {
  font-size: 14px;
}

.border-next {
  position: relative;
  margin-right: 10px;
}

/* Footer CSS: End */

.margin_10{
  margin-top: 10px;;
}
#connectivity_wrapper{
  background: #f1f3f4;
  color: #000;
}
section#connectivity_wrapper ul {
  padding-left: 20px;
  margin-bottom: 0;
}
section#connectivity_wrapper li {
  font-size: 14px;
}

#connectivity_wrapper h3{
  font-weight: bold;
  text-transform: uppercase;
}

.amenities_section_wrapper img{
  width: 35px;
}
#amenities_section_wrapper .custom-width {
  width: 19.99%;
}
#CountryCode{
  -webkit-appearance: auto !important;
  -moz-appearance: unset;
  appearance: auto !important;
}
@media screen and (max-width:1025px) {
  .section-space {
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .section-title h2 {
      font-size: 32px;
  }

  .header-btn {
      text-wrap: nowrap;
  }
  .custom_width {
      width: 100%;
  }
  .header-wrapper ul {
      gap: 10px;
  }
  #floor_plan .floor_plan_items {
      margin-bottom: 20px;
  }
  .header-wrapper ul li a {
      font-size: 11px;
  }

  .header-wrapper ul .active a {
      font-size: 12px;
  }

  a.enquire-fixed {
      right: -55px;
  }
  .floor_plan_items h3{
      font-size: 18px;
  }

  /* Footer Css */
  .footer-bottom-text-wrapper {
      padding: 0px 0 20px;
      align-items: start;
  }

  .footer-bottom-text-wrapper::after {
      top: 0px;
  }

  .footer-bottom-text {
      margin: 0px;
      font-size: 12px;
      display: inline;
  }

  ul.header-btn-mobile {
      display: none;
  }

  .footer-bottom{
      padding-bottom: 0;
  }

  /* Section CSS */
  .logo img {
      width: 40px;
  }
  .logo-right img {
      width: 86px;
  }
  .header-wrapper ul li a {
      font-size: 11px;
      padding: 6px;
  }
  .header-btn {
      line-height: inherit;
  }

  .heaven_items {
      min-height: 222px;
  }
  #brand-snapshot .brand-items h6 {
      font-size: 30px;
  }
  #brand-snapshot {
      padding: 25px 22px;
  }
  #amenities_section_wrapper .custom-width {
      width: 24.99%;
  }
}

@media screen and (min-width: 768px) and (max-width:992px){
  #Earthly_Delights .owl-carousel.owl-drag .owl-item {
      padding-left: 30px;
      padding-right: 30px;
  }
  .title-straight {
      white-space: nowrap;
  }
}
@media screen and (max-width: 992px) {

  p {
      font-size: 14px;
  }

  .side-space {
      padding-left: 30px;
      padding-right: 30px;
  }

  .header-wrapper ul {
      gap: 8px;
  }

  .mobile-menu {
      display: block;
      background: #1a584a !important;
  }

  header#header {
      position: fixed;
      z-index: 9;
  }
  #banner .owl-nav button span {
      height: 40px;
      font-size: 34px;
      padding: 12px 15px;
  }
  
  #Little_Things {
      padding-left: 30px;
      padding-right: 30px;
  }
  #homes_heaven .home_content {
      padding: 20px 20px;
  }
  #homes_heaven h3 {
      font-size: 18px;
  }
  #homes_heaven .page_btn {
      padding: 8px 0;
      font-size: 13px;
  }
  #homes_heaven .custom_width {
      width: 100%;
  }
  #little_thingContent .owl-nav button span {
      line-height: 10px;
      height: 40px;
      font-size: 30px;
      padding: 13px 16px;
  }
  #location_wrapper .col-md-6{
      width: 100%;
  }
  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }

  .header-wrapper {
      position: static;
  }

  #header .desktop-menu {
      display: none;
  }

  #header.side-space {
      padding: 0;
  }
  #brand-snapshot .brand-items {
      width: 33%;
  }
  #brand-snapshot .brand-items:first-child {
      margin-bottom: 20px;
  }
  .mobile-menu img {
      width: auto;
      height: 60px;
      background-color: #fff;
      padding: 2px;
  }
  ul.header-btn-mobile {
      display: flex;
      z-index: 999;
  }

  ul.header-btn-mobile li a {
      padding: 0px;
      font-size: 15px;
  }
	
	a.header-btn.otherBtn {
    padding: 7px 10px;
    background: #1a584a;
    color: #fff !important;
}

  a.header-btn {
      margin-right: 10px;
  }

  .footer-bottom-text-wrapper {
      padding: 10px 0;
      align-items: center;
  }

  .footer-bottom-text-wrapper::after {
      top: 0px;
      display: block;
  }

  .footer-bottom-text {
      margin: 0px;
      font-size: 12px;
      display: inline;
  }

  ul.header-btn-mobile {
      display: none;
  }

  /* Section CSS */
  .heaven_items {
      min-height: 224px;
  }
  #your_heaven .heaven_items {
      min-height: 150px;
      margin-bottom: 0;
      padding: 15px !important;
  }
  #your_heaven .heaven_items img.small_icon {
      width: 40px;
      margin: auto;
  }
  #your_heaven .heaven_items img {
      width: 27px;
      margin: auto;
  }
  #your_heaven .heaven_items:first-child {
      margin-bottom: 20px;
  }
  #brand-snapshot {
      padding: 25px 25px;
  }
  #brand-snapshot .brand-items h6 {
      font-size: 30px;
  }
  .about_cielo_content {
      padding-top: 50px;
      padding-left: 30px;
  }
  #amenities_section_wrapper .custom-width {
      width: 32.99%;
  }
}

@media screen and (max-width: 768px) {
  ul.header-btn-mobile {
      display: flex;
      z-index: 999;
  }

  a.header-btn {
      margin-right: 10px;
  }

  .contact-map iframe {
      width: 100%;
  }

  .footer-bottom-text-wrapper {
      padding: 10px 0;
      align-items: start;
  }

  .footer-bottom-text-wrapper::after {
      top: 0px;
  }

  .footer-bottom-text {
      margin: 0px;
      font-size: 12px;
      display: inline;
  }

  ul.header-btn-mobile {
      display: flex;
      z-index: 999;
  }
  a.enquire-fixed {
      right: -57px;
      padding-bottom: 12px;
  }

  .float-button-desktop {
		bottom: 80px;
		left: unset;
		right: 30px;
	}

	.float-button-desktop .whatsapp-icon{
		display: none;
	}

  ul.header-btn-mobile li a {
      padding: 0px;
      font-size: 12px;
      margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
    .footer-bottom hr {
      margin: 0px;
  }
  
  #amenities_section_wrapper .custom-width {
      width: 50%;
  }
  #profile img {
      width: 100%;
  }
  #banner .owl-nav button span {
      padding: 0;
      height: 30px;
      width: 30px;
      font-size: 30px;
      line-height: 26px;
      font-family: 'Montserrat';
  }
  p{
      font-size: 12px;
      line-height: 18px;
  }
  h3 {
      font-size: 15px;
  }
  .floor_plan_items h3 {
      font-size: 15px;
  }
  .side-space {
      padding-left: 15px;
      padding-right: 15px;
  }
  #about_us_wrapper .about_1_info {
      padding:10px 0 0;
  }
  .section-space {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  a.enquire-fixed {
      font-size: 12px;
      padding: 10px 12px 12px;
      right: -25px;
  }
  .custom_width .col-md-4{
      padding: 0;
  }

  .mobile-menu img {
      width: auto;
      height: 36px;
  }

  .contact .row .col-lg-6 {
      width: 100%;
  }
  .hover_link {
     font-size: 12px;
  }
  .contact-map iframe {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
  }

  .footer-bottom-text-wrapper {
      padding: 10px 0;
      display: block;
      text-align: center;
  }

  .footer-bottom-text {
      display: block;
  }

  ul.header-btn-mobile li::after {
      top: 5px;
      right: 0px;
      height: 30px;
  }
  ul.header-btn-mobile li:nth-child(2)::after {
      top: 6px;
      right: -20px;
      height: 30px;
  }

  .footer-bottom-text,.qr_info {
      margin: 0px;
      font-size: 10px;
  }
  .footer-bottom {
    margin-top: 20px;
    padding: 40px 15px 60px;
  }
  .footer-bottom .qr_info {
      margin: 0;
      padding: 0px 0 8px;
  }
  
  /*===== Section Css Start =====*/
  .about_cielo_content {
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
  }
  #about_Cielo h3 {
      font-size: 15px;
      text-align: center;
  }
  .page-title {
      font-size: 25px;
      text-align: center;
  }
  .page-title:after {
      left: 0;
      right: 0;
      margin: auto;
  }
  #about_Cielo .about_img img {
      height: 360px;
      padding: 0px 15px;
  }
  .heaven_items h3 {
      font-size: 15px;
      margin-top: 4px;
  }
  .heaven_items {
      margin-bottom: 22px;
      padding: 15px;
      min-height: 150px;
  }
  .heaven_items img.small_icon {
      width: 33px;
  }
  .heaven_items img {
      width: 22px;
  }
  #about_Cielo .col-md-6:first-child{
      order: 2;
  }
  #about_Cielo {
      padding-bottom: 15px;
  }
  #about_Cielo .col-md-6:last-child{
      margin-top: 30px;
  }
  .page-title.text-center:after {
      bottom: -7px;
  }
  #your_heaven .col-6:nth-last-child(1) .heaven_items, #your_heaven .col-6:nth-last-child(2) .heaven_items {
      margin-bottom: 0px;
  }

  .nav-tabs .nav-link {
      min-width: 93px;
      font-size: 12px;
      padding: 7px 7px 5px;
  }
  #little_thing_tab {
      padding: 4px;
      border-radius: 4px;
      margin-bottom: 20px;
      background: transparent;
      border: none;
  }
  li.nav-item {
      background: #1a584a;
      padding: 4px;
      margin-bottom: 7px;
  }
  #Little_Things {
      padding: 20px 15px 40PX;
      
  }
  #floor_plan {
      padding-top: 40px;
  }
  .little_gallery img {
      height: 350px;
      border-radius: 6px;
  }
  #little_thingContent .owl-nav button span {
      height: 40px;
      width: 40px;
      font-size: 32px;
      padding: 0;
      line-height: 33px;
      margin-top: 10px;
      font-family: 'Montserrat';
  
  }
  #homes_heaven {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  #homes_heaven .feel_item{
      margin-bottom: 15px;
  }
  .homes_heaven_items {
      width: 100%;
      margin: auto;
  }
  .custom_width{
      width: 100%;
  }
  #homes_heaven h3 {
      font-size: 15px;
      margin-top: 0;
  }
  #floor_plan .floor_plan_items{
      margin-bottom: 20px;
  }
  .floor_plan_items h3 {
      margin-top: 10px;
      text-align: center;
  }
  .page_btn {
      font-size: 12px;
  }
  #Earthly_Delights {
      padding: 20px 15px;
  }
  section#location_wrapper {
      padding: 0 15px 40px;
  }
  #location_wrapper .location-section-space {
      padding: 20px 0 0;
      margin-left: 0;
  }
  .location_icons  img {
      width: 35px !important;
  }
  .location_info h3 {
      font-size: 15px;
  }
  .mobile_row{
      margin: 0;
  }
  .location_icons {
      justify-content: flex-start;
      padding: 0;
  }
  .location_items:not(:first-child) {
      margin-top: 20px;
  }
  #about_us_wrapper h2, #brand_promise_wrapper h2 {
      font-size: 25px;
      padding-bottom: 2px;
  }
  #brand-snapshot {
      padding: 40px 15px;
  }
  #brand-snapshot .brand-items {
      width: 80%;
      text-align: center;
      margin: auto;
  }
  #brand-snapshot .brand-items h6::after {
      margin: auto;
      left: 0;
      right: 0;
  }
  #brand-snapshot .brand-items:not(:first-child) {
      margin-top: 20px;
  }
  #brand-snapshot .brand-items h6 {
      font-size: 25px;
  }
  #brand-snapshot .brand-items h6::after {
      bottom: -7px;
      border-bottom: 1px solid #fff;
  }
  .brand_promise_items {
      text-align: center;
  }
  .brand_promise_items img {
      margin-bottom: 10px;
      width: 35px;
  }
  .brand_promise_items h3 {
      font-size: 15px;
      margin-bottom: 10px;
  }
  .margin_bottom {
      margin-bottom: 15px;
  }
  #brand_philosophy_wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center;
  }
  .brand_philosophy_items img {
      width: 38px;
  }
  .brand_philosophy_items h3 {
      padding: 10px 0 0px;
  }
  #form_wrapper h3 {
      padding: 12px 0;
  }
  #form_wrapper form {
      padding: 15px;
  }
  .contact .form-control {
      padding: 8px 8px;
      font-size: 14px;
  }
  .margin_10{
      margin-top: 0px;;
  }
  #connectivity_wrapper {
      text-align: center;
  }
  #connectivity_wrapper h3{
      font-weight: bold;
      text-transform: uppercase;
  }
  #connectivity_wrapper ul{
      list-style: none;
  }
  .margin-bottom_30{
      margin-bottom: 30px;
  }
  .amenities_section_wrapper img {
      width: 30px !important;
  }
  .amenities_section_wrapper h3 {
      font-size: 12px;
      margin-top: 4px;
  }
  #construction iframe{
    width:100%;
  }
  #construction h2{
    font-size: 25px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 551px) and (max-width:992px){
  .tablet{
      display: block !important;
  }
  
  #banner {
      margin-top: 0px;
  }
  .banner img {
      width: 100%;
      height: 100%;
  }
  #banner .item a img.tablet{
      height: 200px;
      display: block;
  }
}
@media screen and (max-width:552px){
  .desktop{
    display: none !important;
  }
  .mobile{
      display: block !important;
  }
}

@media screen and (max-width:550px){
  
  #banner {
      margin-top: 90px;
  }
}

.modal-content {
    border-radius: 15px;
    background: #F8F8F8;
}

@media (max-width: 552px) {
	.modal-dialog {
    	margin-right: 25px;
    	margin-left: 25px;
	}
}

.contact .form-control {
    min-height: 45px;
    border-radius: 15px;
}

button.btn-close {
    position: absolute;
    right: 13px;
    top: 15px;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}

.checkbox label {
    font-size: 12px;
	line-height: 14px;
}
.submit_btn {
    border-radius: 25px;
    padding: 15px !important;
    width: 160px;
}

.phn-pl0 {
	padding-left: 0px
}

#onlyatvtp {
  background: #1a584a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.oav-row {
  row-gap: 25px;
}

.oav-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.oav-wrapper .heaven_items {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 30px 15px;
}

.oav-wrapper .heaven_items img {
  height: 45px;
  width: 45px;
  margin: 0px;
}

@media (max-width: 1024px) {
  .oav-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 552px) {
  .oav-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Unit Plans New */
.unit-plans {
  /* background: #F5F5F5; */
  position: relative;
}

.unit-bg {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.unit-left {
  left: 0px;
}

.unit-right {
  right: 0px;
}

table.unit-table {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  border-radius: 10px;
}

table.unit-table thead {
  background: linear-gradient(45deg, #E2CDA4, #8F663A);
  border-radius: 10px;
}

table.unit-table thead tr {
  border-radius: 10px;
}

.border-rr {
  border-radius: 0px 10px 0 0;
}

.border-lr {
  border-radius: 10px 0 0 0;
}

table.unit-table thead th {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

table.unit-table th,
table.unit-table td {
  text-align: center;
  padding: 15px 0px;
}

table.unit-table tr {
  border-bottom: 1px solid #F5F5F5;
}

table.unit-table tbody tr td {
  padding: 5px 0px;
  font-weight: 600;
  font-size: 15px;
}

.cost-btn {
  border: none;
  font-size: 15px;
  color: #151515;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  flex-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 500 !important;
  margin: 0 auto;
  transition: 0.3s all ease;
}

.cost-btn svg {
  width: auto;
  height: 30px;
  transition: 0.3s all ease;
}

.cost-btn svg path {
  transition: 0.3s all ease;
}

.cost-btn.sold {
  cursor: not-allowed;
  color: red !important;
}

.cost-btn:hover,
.cost-btn:hover svg path {
  color: #cf9925;
  fill: #cf9925;
  stroke: #cf9925;
}

@media (max-width: 552px) {

  td button.header-btn {
    letter-spacing: 0.5px;
    padding: 5px;
  }

  table.unit-table .cost-btn {
    font-size: 11px !important;
    gap: 2px;
    padding: 0;
  }

  table.unit-table tbody tr td {
    text-wrap: nowrap;
  }

  table.unit-table thead th {
    font-size: 12px;
  }

  table.unit-table th {
    font-size: 12px;
  }

  table.unit-table tbody tr td {
    font-size: 11px;
  }
}

section#homes_heaven .unit-title-wrapper,
section#homes_heaven .unit-table {
  position: relative;
  z-index: 4;
}


.unit-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.unit-title .text p {
  max-width: 90%;
}

.price-tag {
  background: #EADBC4;
  padding: 15px 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-items: center;
  position: relative;
  width: 275px;
}

.price-tag::before,
.price-tag::after {
  content: '';
  z-index: 2;
  position: absolute;
  top: -1px;
  bottom: 0;
  height: 102%;
  width: 20px;
  background: url("../images/price-tag-elem.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.price-tag::before {
  right: -18px;
}

.price-tag::after {
  top: -1px;
  left: -18px;
  transform: scale(-1);
}

.tag-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag-title .separator {
  width: 50%;
  height: 1px;
  background: #fff;
  margin: 2px 0px;
}

.price-tag p {
  font-size: 18px !important;
  width: 100%;
  text-align: center;
}

.price-tag p span {
  font-size: inherit !important;
  color: #000;
}

@media (max-width:1024px) {
  .price-tag {
    width: 235px;
  }
}

@media (max-width: 991px) {
  .price-tag {
    width: 210px;
    right: 20px;
  }

}

@media (max-width: 552px) {
  .unit-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .price-tag {
    padding: 10px 5px;
    width: 165px;
    right: 0;
  }

  .price-tag p {
    font-size: 14px !important;
  }

  .price-tag::before,
  .price-tag::after {
    top: 0px;
    height: 100%;
  }

  .price-tag::before {
    right: -15px;
  }

}

/* Only vtp */
#brand_onlyvtp{
    height: auto;
    width: 100%;
    aspect-ratio: 16/3;
}

.brand_img_container{
    width: 100%;
    height: 100%;
}

.brand_img_container img{
    width: 100%;
    height: 100%;
}

/* Bank Crousal start */

.over_brands {
    list-style: none;
    padding: 0;
    margin: 175px 0 0;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.marquee-container {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: flex;
    gap: 30px;
    animation: marquee 20s linear infinite;
}


@keyframes marquee {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-100%);
    }
}

.ob_li {
    flex-shrink: 0;
}


.ob_li img {
    height: 40px;
    object-fit: contain;
}

/* Bank Crousal End */

@media (max-width: 552px) {
    #brand_onlyvtp{
        aspect-ratio: 1;
    }
}



.nextBtn{
  background: linear-gradient(90deg, #a2712f, #e7a83d 49.5%, #a2712f);
  margin: auto;
  padding: 9px 20px;
  border-radius: 50px;
  width: 100px;
  border: none;
  color: #fff;
}


.backBtn{
  border: 1px solid rgb(185, 147, 90);
  color: rgb(185, 147, 90);
  background: transparent;
  border-radius: 50px;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: absolute;
  top: 3.5vh;
  left: 20px;
  padding: 0;
  padding-bottom: 2px;
}

.modal-body .backBtn{
  top: -10.5vh;
}

.backBtn:hover{
  background: linear-gradient(90deg, #a2712f, #e7a83d 49.5%, #a2712f);
}

.option-selector{
  padding: 30px;
}

.option-selector .form-check-label{
  font-size: 13px;
}


.option-selector .form-check-input{
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  border: 1px solid #E7A83D;
  flex-shrink: 0;
}

.option-selector .form-check-input:checked {
  background-color: #DB9E3B !important;
  border-color: #673828 !important; 
}

.option-selector h5{
    color: #DB9E3B;
    font-weight: 600;
    margin: 10px 0px;
}

.footer-bottom .social-ico path{
    fill: #fff;
}

.footer-bottom .social-ico svg:hover path{
    fill: #fff;
}

.footer-bottom .social-ico svg{
    height: 28px;
    width: 28px;
}

@media (max-width: 552px) {
    .footer-bottom .social-ico svg{
        height: 20px;
        width: 20px;
    }
}