h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}
h1 {
  font-size: var(--fs-65) !important;
  line-height: 83px !important;
}
@media (max-width: 991px) {
  h1 {
    font-size: var(--fs-50) !important;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: var(--fs-30) !important;
    line-height: 53px !important;
  }
}
h3 {
  font-size: var(--fs-33) !important;
}
h4 {
  font-size: var(--fs-24) !important;
}
@media (max-width: 575px) {
  h4 {
    font-size: var(--fs-21);
  }
}
p {
  font-size: var(--fs-21) !important;
}
/*   HERO SECTION START */
.hero-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  font-size: 100px;
}
@media (max-width: 575px) {
  .hero-section {
    height: 517px;
  }
}
.image-gradient-fill {
  box-shadow: inset 0px 500px 0px #04272a7d;
}
/*   HERO SECTION END */

/* CALCULATOR SECTION START  */

.calculator-section {
  padding: 102px 0 177px 0;
  color: var(--bs-primary);
}
@media (max-width: 1200px) {
  .calculator-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .calculator-section {
    padding: 40px 0;
  }
}
.calculator-section .description h1 {
  padding-bottom: 33px;
}
.calculator-section .description p {
  max-width: 870px;
  margin: auto !important;
}
.calculator-section .detail-card .payment-card {
  border: 1px solid var(--bs-black);
  padding: 10px 20px;
  transition: 1s;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .calculator-section .detail-card .payment-card {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .calculator-section .detail-card .payment-card {
    padding: 17px;
  }
}
.calculator-section .detail-card .payment-card:hover {
  border: 1px solid var(--bs-blue);
  background-color: var(--bs-blue);
  transition: 1s;
}
.calculator-section .detail-card .payment-card:hover h6 {
  color: var(--bs-white);
  transition: 1s;
}
.calculator-section .detail-card .payment-card:hover .calculator {
  display: none;
  transition: 1s;
}
.calculator-section .detail-card .payment-card:hover .hoverimg {
  display: block;
  transition: 1s;
}
.calculator-section .detail-card .payment-card .hoverimg {
  display: none;
  transition: 1s;
}
.calculator-section .detail-card {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 86px;
}
@media (max-width: 767px) {
  .calculator-section .detail-card {
    margin-top: 50px;
  }
}
.calculator-section .detail-card .payment-card h6 {
  font-size: var(--fs-30);
}
@media (max-width: 1200px) {
  .calculator-section .detail-card .payment-card h6 {
    font-size: var(--fs-25);
  }
}
@media (max-width: 767px) {
  .calculator-section .detail-card .payment-card h6 {
    font-size: var(--fs-20);
  }
}
.calculator-section .detail-card .payment-card img {
  width: 60px;
}
.calculator-section .detail-card .payment-card .borders {
  border: 2px solid var(--bs-black);
  margin: 0 20px;
  height: 100px;
}
@media (max-width: 767px) {
  .calculator-section .detail-card .payment-card .borders {
    height: 50px;
    border-width: 1px;
  }
}
.calculator-section .detail-card .payment-card:hover .borders {
  border-color: var(--bs-white);
  transition: 1s;
}
/* CALCULATOR SECTION END  */

/* CONTACT SECTION START */
.contact-bg {
  position: relative;
  z-index: 1;
  background-image: url(/html/img/properties/contact-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.bg-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(22, 77, 83, 1) 0%,
    rgba(22, 77, 83, 0) 21%,
    rgba(22, 77, 83, 0) 76%,
    rgba(22, 77, 83, 1) 100%
  );
  z-index: -1;
}
.contact-bg .bottom-content h1 {
  font-size: 44px !important;
}
@media (max-width: 991px) {
  .contact-bg .bottom-content h1 {
    font-size: 33px !important;
  }
}

.contact-details {
  padding: 100px 0px 200px;
}
@media (max-width: 1200px) {
  .contact-details {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact-details {
    padding: 50px 0;
  }
  .contact-details button {
    width: 100%;
  }
}
.newsletter {
  margin-top: 130px;
}

@media (max-width: 767px) {
  .newsletter {
    margin-top: 40px;
  }
}
/* CONTACT SECTION END */
