* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "myfont";
  src: url(fonts.ttf);
}

body {
  font-family: "myfont" !important;
  overflow-x: hidden;
}

.sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.2s ease;
}

.navbar-brand img {
  width: 150px;
}

.nav-item a {
  color: black;
  font-weight: 700;
  font-size: 16px;
  margin-left: 15px;
}

.nav-btn button {
  padding: 8px 18px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #219252;
  font-family: myfont;
}

.nav-btn button a {
  text-decoration: none;
  color: black;
  font-weight: 700;
}

.nav-btn .btn-2 {
  background-color: #219252;
  color: #fff !important;
  border-radius: 5px;
}

.nav-btn .btn-2 a {
  color: white !important;
  font-size: 15px;
  font-weight: 900;
}

.navbar-collapse {
  margin-left: 100px;
}

.banner-section {
  background-image: url(../img/banner-img.png);
  padding: 130px 10px;
  background-size: cover;
  background-position: center;
  animation: bg-anim 48s infinite linear;
  background-repeat: no-repeat;
}

.banner-data {
  color: white;
  background-color: rgba(0, 0, 0, 0.475);
  padding: 20px 70px;
}

.banner-cost-deatails h2 {
  font-weight: 700;
}

.banner-cost-deatails h3 {
  font-size: 19px;
}

.banner-cost-deatails h4 {
  font-size: 21px;
  margin-top: 25px;
}

.banner-cost-deatails h5 {
  font-size: 25px;
  margin-top: -8px;
}

.banner-cost-deatails h6 {
  font-size: 22px;
  margin-top: 25px;
}

.banner-cost-deatails p {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: -5px;
  text-decoration: line-through;
  animation: bigtext 2s ease-in-out infinite;
}

.banner-cost-deatails span {
  font-size: 25px;
  font-weight: 600;
}

.banner-top-heading h2 {
  font-size: 25px;
  font-weight: 700;
}

.banner-top-heading p {
  font-size: 25px;
  font-weight: 700;
  background-color: #219252;
  width: fit-content;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.pickup-tag {
  border-radius: 5px;
  margin-top: 50px;
  background-color: #219252;
  width: fit-content;
  padding: 10px 15px;
  animation: bigtext 2s ease-in-out infinite;
}

.pickup-tag a {
  text-decoration: none;
  color: white;
}

.pickup-tag span {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 600;
}

.banner-form {
  background-color: rgba(0, 0, 0, 0.475);
  padding: 20px 20px;
}

.form-top-heading h2 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
  padding: 0px 70px;
  text-align: center;
}

.form-top-heading h2::before {
  position: absolute;
  height: 1px;
  width: 102%;
  bottom: -10px;
  content: "";
  left: -5px;
  background-color: white;
}

.banner-form input {
  margin-bottom: 20px;
}

.modal-body .banner-form {
  background-color: transparent;
  padding-top : 10px;
}

.modal-body .banner-form .form-top-heading h2 {
  color: black;
}

.banner-form input:focus {
  box-shadow: 2px 2px 15px #219252;
}

.btn.btn-primary {
  background-color: #219252;
  color: white !important;
  font-size: 17px;
  width: 100%;
  border: 1px solid #219252;
  border-radius: 5px;
}

.btn.btn-primary:hover {
  border: 1px solid #219252;
  background-color: #219252;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #219252 !important;
  border: 1px solid black !important;
  outline: 1px solid white;
}

@keyframes bigtext {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.banner-card-1 {
  background-color: #219252;
  color: #fff;
  text-align: center;
  padding: 40px 50px;
  border-right: 2px solid rgba(255, 255, 255);
  height: 100%;
}

.banner-card-1 h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.banner-card-1 span {
  font-size: 14px;
  font-weight: 600;
}

.banner-card {
  transform: translateY(-30px);
  padding-bottom: 80px;
}

.overview-section {
  padding: 20px 0px 80px 0px;
}

.overview-text p {
  letter-spacing: 1px;
}

.overview-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}

.heading-h2 {
  display: flex;
  justify-content: center;
}

.heading-h2 h2 {
  position: relative;
  width: fit-content;
  text-align: center;
}

.heading-h2 h2::after {
  content: "";
  width: 48%;
  bottom: -8px;
  left: 46%;
  background-color: #219252;
  position: absolute;
  height: 4px;
  border-radius: 10px;
  animation: underlineAnim 4s infinite ease-in;
}

.heading-h2 h2::before {
  content: "";
  width: 48%;
  bottom: -8px;
  right: 45%;
  background-color: #219252;
  position: absolute;
  height: 4px;
  border-radius: 4px;
  animation: underlineAnim 4s infinite ease-in;
}

.overview-text p {
  color: #424242;
  font-size: 15px;
  line-height: 38px;
  font-weight: 600;
  text-align: justify;
}

.overview-img {
  width: 100%;
  position: relative;
}

.overview-img img {
  width: 100%;
}

.overview-img::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 3px solid white;
}

.overview-text ul li {
  padding-top: 20px;
}

.overview-text h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* .highlights-section {
  background-color: #f3f3f3;
  padding: 80px 0px;
} */
.highlights-section-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin: 30px 0px;
}

.highlight-img {
  width: 100%;
}

.highlight-img img {
  width: 100%;
  margin-top: 20px;
  padding: 5px;
  box-shadow: rgb(147, 147, 147) 0px 0px 7px;
  border-radius: 0px 20px 0px 20px;
}

.amenities-section {
  padding: 80px 0px;
  background-color: #219252;
}

.amenities-section-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.amenities-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border: 1px solid rgba(128, 128, 128, 0.66);
  padding: 25px 10px;
  background-color: #fdfdfd;
  margin-right: 5px;
  border-radius: 10px;
  height: 100%;
}

.amenities-cards img {
  width: 100px;
  margin-bottom: 13px;
}

.amenities-cards span {
  font-size: 13px;
  font-weight: 800;
  color: #000;
  display: inline-block;
  text-align: center;
}

.gallery-section {
  background-color: #219252;
  padding: 80px 0px;
}

.gallery-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.gallery-img {
  width: 100%;
}

.gallery-img img {
  width: 100%;
  padding: 5px;
  border: 1px solid rgba(166, 164, 164, 0.592);
  margin-top: 20px;
}

.floor-plans-section {
  padding: 80px 0px;
}

.floor-plan-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.floor-plan-img {
  border: 2px solid #219252;
  padding: 0px 45px;
}

.floor-plan-img img {
  filter: blur(3px);
}

.advantages-section {
  padding: 80px 0px;
  background-color: #f3f3f3;
}

.advantages-section-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.advantages-list-1 h3 {
  font-size: 30px;
  margin-top: 20px;
  color: #219252;
  font-weight: 700;
  margin-bottom: 20px;
}

.advantages-list-1 ul li {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.about-developer-section {
  padding: 80px 0px;
}

.about-developer-section-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-developer-section-top-heading p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: #424242;
}

.disclaimer-section {
  background-color: #f3f3f3;
  padding: 10px 0px;
}

.disclaimer-data p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #424242;
}

.disclaimer-data span {
  text-align: center;
  display: flex;
  justify-self: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
}

.disclaimer-data span a {
  text-decoration: none;
  color: #219252;
}

.equip-tag a {
  padding: 7px 16px;
  background-color: #219252;
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 45%;
  right: -55px;
  transform: rotate(-90deg);
}

.equip-tag a:hover {
  color: white;
}

.clubhouse-section {
  padding: 80px 0px;
}

.clubhouse-section-top-heading h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.clubhouse-section-data p {
  margin-top: 30px;
}

.clubhouse-image {
  width: 100%;
  margin-top: 30px;
}

.clubhouse-image img {
  width: 100%;
}

.footer-section {
  padding: 80px 80px;
  background-color: black;
}

.footer-part-1 img {
  width: 180px;
}

.footer-part-1 p {
  color: white;
  margin-top: 30px;
}

.footer-part-2 h3 {
  color: white;
}

.footer-part-2 ul li a {
  color: white;
  text-decoration: none;
}

.footer-part-2 ul li {
  margin-bottom: 6px;
}

.footer-part-2 ul {
  color: white;
  text-decoration: none;
}

.footer-part-2 span {
  color: white;
  margin: 10px 0px;
  display: inline-block;
}

.accordion-button {
  padding: 28px 20px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #219252 !important;
}

.accordion-button::after {
  color: #fff !important;
}

.item {
  padding: 5px;
}


/* ------------------ */
.master-plan-img {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #000;

}

/* == PRICING TABLE ===== */
.pricing-table {
  padding: 80px 0;
}

.pricing-table thead tr {
  background-color: #219252;
  /* border: 2px solid #219252; */
  color: #fff;
  font-weight: 700;
  padding: 40px 0 !important;
}

.pricing-table tr td {
  font-weight: 700;
}

.table-hover tr {
  transition: all .3s ease-in;
}

.table-hover tr:hover {
  background-color: #219252 !important;
}

.table-hover tr td {
  color: #000000;
  transition: all .3s ease-in;
}

.table-hover tr:hover td {
  color: #fff !important;
}

.table-hover tr td a {
  transition: all .3s ease-in;
}

.table-hover tr:hover td a {
  color: #fff !important;
}

.table-hover tr td a {
  color: #000 !important;
}

.table-striped-even>tbody>tr:nth-of-type(even)>* {
  background-color: #82c34a6e;
  color: var(--bs-table-striped-color);
}

/* ---------- */
.bh-widget-page .bh-w-link {
  display: none !important;
}

.bh-w-button-call {
  background: #219252 !important;
}

/* ==== CUSTOM ANIM ============== */
@keyframes bg-anim {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 120%;
  }

  100% {
    background-size: 100%;
  }
}

/* ================== */
a.custom-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #219252;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all .4s ease-in;
}

a.custom-btn:hover {
  border: 1px solid #219252;
  background-color: #ffffff;
  color: #219252;

}

/* ----- custom class--------- */
.bg-main {
  background-color: #219252;
  color: #fff;
  padding: 50px 0;
}

.bg-main .heading-h2 h2::before {
  background-color: #fff;
}

.bg-main .heading-h2 h2::after {
  background-color: #fff;
}

a {
  text-decoration: none !important;
}

.modal-header .navbar-brand {
  width: 160px;
  display: inline-block;
}

/* ======== responsive  */
@media screen and (max-width: 600px) {
  .heading-h2 h2 {
    line-height: 25px;
    font-size: 17px;
  }

  .banner-cost-deatails h2 {
    font-size: 18px;
  }

  .banner-cost-deatails span {
    font-size: 16px;

  }

  .navbar-collapse {
    margin: 30px 0px 10px 30px;
  }

  .banner-data {
    padding: 20px 30px;
    margin-bottom: 10px;
  }

  .banner-top-heading h2 {
    font-size: 18px;
  }

  .banner-top-heading p {
    font-size: 17px;
  }

  .banner-cost-deatails h5 {
    font-size: 20px;
  }

  .banner-cost-deatails h6 {
    font-size: 20px;
  }

  .form-top-heading h2 {
    padding: 0px 20px;
    font-size: 22px;
  }

  .banner-card {
    padding: 0px 10px 0px 10px;
    transform: translate(0);
    margin-top: 30px;
  }

  .banner-card-1 {
    padding: 20px 25px;
    border-bottom: 2px solid #fff;
  }

  .banner-card-1 h3 {
    font-size: 16px;
  }

  .amenities-section {
    padding: 40px 20px;
  }

  .amenities-cards span {
    font-size: 13px;
  }

  .amenities-cards {
    margin-top: 5px;
    margin-right: 5px;
  }

  .disclaimer-data p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .disclaimer-data span {
    flex-wrap: wrap;
    gap: 2px;
    font-size: 14px;
    justify-content: center;
  }

  .footer-section {
    padding: 30px 10px;
    background-color: black;
  }

  .footer-part-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer-part-1 p {
    color: white;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }

  .footer-part-2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-part-2 h3 {
    font-size: 14px;
  }

  .footer-part-2 ul li {
    margin-bottom: 4px;
    font-size: 11px;
  }

  .overview-tagline br {
    display: none;
  }

  .overview-section {
    margin-top: 30px;
  }

  .overview-text h3 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .overview-text p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
  }

  th {
    font-size: 10px;
  }

  tr {
    font-size: 10px
  }

  .modal-header {
    padding: 5px 10px;
  }

  .modal-header .navbar-brand {
    width: 100px;
    display: inline-block;
  }

  .banner-form {
    padding: 20px;
  }

  .form-top-heading h2 {
    margin-bottom: 20px;
  }

  .advantages-list-1 h3 {
    font-size: 18px;
    margin-top: 17px;
    margin-bottom: 5px;
  }

  .advantages-list-1 ul li {
    font-size: 13px;
  }

  .accordion-button {
    padding: 20px 10px !important;
    font-size: 14px !important;

  }

  .accordion-body {
    font-size: 14px;
    padding: 5px 6px !important;
  }

  .clubhouse-section {
    padding: 40px 0px;
  }

  .advantages-section {
    padding: 40px 0px;
  }

  .pricing-table {
    padding: 40px 0;
  }

  .banner-section {
    background-image: url(../img/mobile-banner.jpg);
    padding: 30px 10px;
    background-size: cover;
    animation: none;
    background-repeat: no-repeat;
  }

  .overview-section {
    padding: 20px 0px 20px 0px;
  }
}

/* animation */
@keyframes downloadAnim {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.btn-1 .bi-download {
  font-weight: 900;
  display: inline-block;
  animation: downloadAnim 2s infinite ease-in;
  padding-right: 3px;
}


/* =============heading underline icon========= */
@keyframes underlineAnim {
  0% {
    width: 49%;
  }

  50% {
    width: 5%;
  }

  100% {
    width: 49%;
  }
}

.owl-nav {
  display: none !important;
}