@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
 font-family: "Montserrat", sans-serif;  
 font-family: "Belleza", sans-serif;
  */

body {
  font-size: 14px;
  /* font-family: Arial, sans-serif; */
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.navbar-brand img {
  height: 46px;
}
a.nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
}

.carousel-item img {
  height: 90vh;
  object-fit: cover;
}

#moreinfo {
  text-align: center;
  border: 1px solid #ddd;
  padding: 15px 0 5px;
  border-radius: 5px;
}
.info-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.border-right {
  border-right: 1px solid;
}

.overview {
  text-align: center;
  background: #e9ecef;
  padding: 50px 0;
}

.overview img {
  height: 70px;
  margin: 0 auto;
  display: block;
}

.info-address {
  font-size: 18px;
}

.info-head {
  font-family: "Belleza", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.info-highlight {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  background: var(--bs-gray-200);
  padding: 15px 10px;
}

.overview2 {
  text-align: center;
  padding: 50px 0;
}

section {
  padding: 50px 0;
}

.section-title {
  font-family: "Belleza", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}

.project-title {
  font-family: "Belleza", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.navbar {
  padding: 0 !important;
  /*position: fixed;*/
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  /*background: rgb(0 0 0 / 53%);*/
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-nav {
  background: linear-gradient(180deg, #cca549 0%, #9b7621 100%) !important;
  border-color: #cca549 !important;
  border-radius: 30px !important;
  padding: 4px 20px 5px !important;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}

.section-highlight {
  position: absolute;
  width: 300px;
  top: 20%;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  z-index: 1040;
}
.section-highlight .launch {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #9b7621;
  position: relative;
  width: 200px;
  margin: -20px auto 12px auto;
  background: #fff;
  display: block;
  border: 1px solid;
  border-radius: 14px;
  box-shadow: 0px 1px 4px 0px #4b4949;
}

.section-highlight .head {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 2px;
  font-weight: 600;
}

.section-highlight .head2 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3px;
}

.section-highlight .subhead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}

.section-highlight .offers {
  font-size: 14px;
  padding: 6px 10px;
  text-shadow: unset !important;
  text-align: center;
  margin-bottom: 6px;
}

.section-highlight .price {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
  color: #000;
}

.btn-primary {
  background: linear-gradient(180deg, #cca549 0%, #9b7621 100%) !important;
  border-color: #cca549 !important;
  border-radius: 0 !important;
  padding: 6px 15px;
}

.pricefrom,
.prera {
  font-size: 13px;
  margin-bottom: 2px;
  text-align: center;
}

.offers ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  color: #746139;
  text-transform: uppercase;
  text-align: center;
}

.prd-box {
  background-color: #ddd;
  padding: 5px 8px 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.prd-box ul {
  list-style-type: none;
  margin-bottom: 0;
}

.prd-box ul span {
  display: inline-block;
  width: 40%;
}

.cab-img {
  height: 40px;
  display: inline-block !important;
}

.fix-callback {
  position: fixed;
  bottom: 0;
  background: #000000;
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #b1a9a9;
  padding: 10px;
}

.fix-callback a {
  color: #fff;
}

.am-name {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.am-img {
  width: 100%;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
  height: 220px;
  margin-bottom: 5px;
}
.amenity-box {
  text-align: center;
  padding: 2px;
  transition: 0.3s;
}

.amenity-box:hover {
  background: #f8f9fa;
  transform: translateY(-5px);
}

.price-wrapper {
  text-align: center;
  border: 1px solid #ddd;
  padding: 25px 0 12px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.price-wrapper .btn {
  position: relative;
  bottom: -12px;
}

.config {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.carpet {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}

.price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000000;
}
.img-blur {
  filter: blur(1px);
}

.plan-img img,
.masterplan-img img {
  margin: 20px 15px;
  max-height: 280px;
  display: block !important;
}

.conn-title {
  color: #a47e28;
}

.ul-conn {
  padding: 0 10px 0 4px;
  list-style-type: none;
}

#footer {
  background: #ddd;
  padding: 50px 0;
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: 0.4s ease;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: 0.4s ease;
}

/* Hover effect */
.img-box:hover .overlay {
  opacity: 1;
}

.img-box:hover img {
  transform: scale(1.1);
}

/* View Button */
.view-btn {
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
  padding: 12px 15px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.contact-wrapper {
  background: #e2e2e2;
  padding: 10px;
  border-radius: 3px;
}

.view-btn:hover {
  background: #fff;
  color: #000;
}
.fs-10 {
  font-size: 11px;
}

.ab-img {
  width: 100%;
  margin: 12px 0;
  border-radius: 15px;
}

/* mobile media */
@media (max-width: 768px) {
  .section-highlight {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    padding: 5px 8px;
  }

  .carousel-item img {
    height: 100% !important;
    object-fit: cover;
  }
  div#mainCarousel {
    margin-top: 30px;
  }
  .navbar {
    background: rgb(255 255 255 / 50%);
  }
  button.navbar-toggler,
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    border: transparent;
    box-shadow: none;
  }
  a.nav-link {
    color: var(--bs-black);
  }
}
