footer {
  padding: 50px 0px 0px;
  background-attachment: fixed;
  background-image: url("images/footer-bg.jpg");
  position: relative;
}

.footerLinks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 50px;
  gap: 25px;
}

.footerLinks .footerLinkItem {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footerLinks .footerLinkItem ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footerLinks .footerLinkItem ul li,
.footerLinks .footerLinkItem ul li a {
  color: #f4f4f4;
  font-size: 14px;
  transition: 0.8s all;
  line-height: 28px;
  font-family: "Poppins";
  text-decoration: unset;
}

.footerLinks .footerLinkItem h5 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0px;
  font-family: "League Spartan";
}

.footerTop {
  margin-bottom: 40px;
  /* border-bottom: 1px solid #ffffff1a; */
  padding-bottom: 40px;
}

.copyRight {
  padding: 20px 0px;
  border-top: 1px solid #ffffff1a;
  margin-top: 20px;
}

.copyRight p {
  margin: 0px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "League Spartan";
}

.footerLogo {
  text-align: center;
  /* background: #fff; */
  width: fit-content;
  border-radius: 10px;
}

.footerLinks .footerLinkItem ul li:hover {
  color: #ff172e;
  padding-left: 10px;
}

footer::before {
  content: "";
  background: #00000014;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

footer .container {
  position: relative;
}
.footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.socialMedia {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

ul.socialMedia .social-icons {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}

ul.socialMedia .social-icons a {
  color: #000;
  font-size: 20px;
}