*, .accordion-body.location-point, .og-block {
  padding: 0;
}

#amenities, #contact, #floor-plan, #gallery, #highlights, #overview, #sc-price {
  margin: 10px;
}

h1, h2, h3, h6 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Coldiac/coldiac-webfont.woff2) format('woff2');
  unicode-range: U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FF;
}

* {
  margin: 0;
  font-family: Outfit;
}

section {
  border: transparent;
}

#amenities h1, #connectivity, #connectivity .amenities-info, #contact .image-carousel, .highlightData {
  position: relative;
}

.mt-50 {
  margin-top: 50px;
}

.color-imp {
  color: #000;
  font-weight: 800;
}

.custom-btn {
  width: 220px;
  display: block;
  font-size: 13px;
  padding: 8px 10px;
  transition: .4s;
  background: #22644b;
  color: var(--button-text-color);
  border-radius: 6px;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,.26);
  border: 1px solid #000;
}

#amenities, #sc-price, .section-bg {
  padding: 50px;
}

#amenities h1, #connectivity h2, #gallery h1 {
  font-size: 26px;
  color: #22644b;
}

.custom-btn:hover {
  transition: .4s;
  background: var(--button-hover-color);
  color: var(--button-text-hover-color);
  box-shadow: 4px 4px 12px 0 rgba(0,0,0,.26);
}

.custom-btn:active {
  transition: .2s;
  background: #000;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
  border: 1px solid #000;
}

.btn, .enquire-modal .modal-dialog .modal-content, .enquire-modal .modal-dialog .modal-content .modal-body {
  border: none;
}

#amenities {
  background-blend-mode: overlay;
  background: cover;
}

#amenities h1 {
  font-weight: 800;
}

#amenities .amenities-data {
  text-align: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 150px;
  padding: 25px 30px 23px;
  border-radius: 22px;
  margin-bottom: 20px;
  background: #22644b;
}

#amenities .amenities-data:hover {
  background: linear-gradient(115deg,#31614f,#051610);
}

#amenities .amenities-data .fa {
  width: 22%;
  min-width: 50px;
  max-width: 50px;
  color: #000;
  padding: 10px 0 5px;
  text-align: center;
  margin: auto;
  filter: brightness(8.5);
}

#amenities .amenities-data:hover img {
  filter: brightness(50);
}

#amenities .amenities-btn {
  align-items: center;
  margin: 40px auto 20px;
  font-size: 16px;
  display: block;
  border: 2px solid transparent;
  background: #22644b;
  transition: 2s;
}

#amenities .amenities-btn:hover {
  background: var(--Secondary-color);
  border: 2px solid #000;
}

@media only screen and (max-width:991px) {
  .overview-info, p {
    font-size: 14px;
  }
}

@media only screen and (max-width:991px) {
  .custom-btn {
    width: 240px;
    display: block;
    font-size: 15px;
  }
}

@media (max-width:575px) {
  p {
    line-height: 1.4;
  }
}

@media (max-width:500px) {
  #amenities h1, #top-section .project-details h3 {
    font-weight: 600;
  }
}

@media (max-width:500px) {
  #amenities .mt-50 {
    margin-top: 30px;
  }
}

@media (max-width:500px) {
  #amenities h1, #gallery h1 {
    font-size: 25px;
    color: #22644b;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data:hover img {
    filter: brightness(50);
  }
}

@media (max-width:500px) {
  #amenities {
    padding: 30px 0 30px 10px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-row {
    margin-top: 0;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    background-color: #40484b;
    text-align: center;
    color: #fff;
    width: 153px;
    height: 135px;
    padding: 10px;
    margin: -15px 8px 33px;
    border-radius: 22px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-btn {
    margin: 20px auto;
    width: 220px;
  }
}

@media (max-width:500px) {
  #amenities .row .col-sm-6 {
    width: 48%;
  }
}

@media (max-width:767px) {
  #amenities .amenities-data .fa {
    width: 45px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    margin: 10px 0;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data .fa {
    width: 45px;
  }
}

@media (max-width:500px) {
  #amenities .amenities-data {
    background-color: rgb(34 100 75);
    text-align: center;
    color: #fff;
    width: 100%;
    height: 135px;
    padding: 18px;
    border-radius: 22px;
  }
}

.pt-30 {
  display: grid;
  grid-template-columns: 1fr;
  default: 1 column for mobile;
  gap: 30px;
  padding-top: 30px;
}

@media (min-width: 576px) and (min-height: 600px) {
  .pt-30 {
    grid-template-columns: 1fr 1fr;
  }
}

