@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

footer.footer {
  /* background: linear-gradient(
    115.69deg,
    rgba(255, 255, 255, 0.0299) 2.89%,
    rgba(255, 255, 255, 0.0467187) 48.55%,
    rgba(255, 255, 255, 0) 102.53%
  ); */
  backdrop-filter: blur(7.5px);
  border-radius: 5px;
  padding-top: 42px;
  padding-bottom: 82px;
  text-align: center;
}
.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 52px 0 34px;
}
.footer-menu ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding-right: 50px;
}
.footer-menu ul li:last-child a {
  padding-right: 0;
}
.footer-txt p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 48px;
}
.footer-social-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icon ul li a {
  color: #fff;
  font-size: 20px;
  padding: 0 19px;
}
@media (max-width: 767px) {
  .footer-menu ul {
    flex-wrap: wrap;
  }
  .footer-menu ul li a {
    font-size: 15px;
    padding: 0 8px;
  }
}
