footer {
  /* position: absolute;
  bottom: 0;
  width: 100%; */
  /* background-color: #000723; */
  background-color: #ffffff;
  color: var(--footer-text-color);
  font-weight: var(--footer-text-weight);
  font-size: var(--footer-text-size);
}
footer .footer-title {
  /* font-size: var(--footer-title-size); */
  font-weight: var(--footer-title-weight);
}

footer .footer-logo {
  width: 150px;
}
footer h4 a {
  color: var(--footer-text-color);
  font-weight: var(--footer-text-weight);
  font-size: var(--footer-text-size);
  text-decoration: none;
}
footer h4 a:hover {
  color: var(--footer-links-highlight);
}
footer .copyright-section,
footer .copyright-section .link {
  color: var(--copyright-text-color);
  background-color: var(--copyright-color);
  text-decoration: none;
}
footer .copyright-section a {
  color: var(--footer-links-highlight);
}

footer h4,
footer p {
  margin-bottom: 0;
}
/* footer .footer-connect{
    list-style: none;
    padding: 0;
}
footer .footer-connect li{
    display: inline-block;
    margin: 8px;
}
footer .footer-connect img{
    width: 30px;
} */
footer .heading,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
  font-family: "Montserrat", sans-serif;
  color: #505050;
}
footer .footer-logo-img {
  width: 200px;
}
@media (max-width: 575px) {
  footer .footer-logo {
    width: 75px;
    margin-bottom: 25px;
  }
  footer .footer-logo-img {
    width: 100px;
  }
  /* footer h4.fs-6 {
    font-size: 14px !important;
  } */
}
@media (max-width: 991px) {
  /* footer .footer-logo {
    width: 75px;
    margin-bottom: 25px;
  } */
  footer .footer-logo-img {
    width: 150px;
  }
  /* footer h4.fs-6 {
    font-size: 14px !important;
  } */
}
