footer {
  background-color: #000000;
  position: relative;
  z-index: 1;
}
footer .footer-bg {
  position: absolute;
  bottom: -17%;
  right: -7%;
  z-index: -1;
}
footer .footer-bg.desktop {
  display: block;
}
footer .footer-bg.mobile {
  display: none;
}
footer .footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  padding: 130px 100px 20px 100px;
}
footer .footer-content img {
  width: 136px;
}
footer .footer-content .footer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .footer-content .footer-item h3 {
  font-size: 20px;
  font-weight: 400;
  color: #e5e5e5;
  margin: unset;
  font-family: "PoppinsRegular";
}
footer .footer-content .footer-item ul {
  margin: unset;
  padding: unset;
}
footer .footer-content .footer-item ul li {
  margin-top: 24px;
}
footer .footer-content .footer-item ul li::marker {
  display: none;
}
footer .footer-content .footer-item ul li a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "PoppinsRegular";
}
footer .footer-content .footer-item .social-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}
footer .footer-content .footer-item .social-media a {
  cursor: pointer;
}
footer .footer-content .footer-item .social-media a img {
  width: 20px;
  height: 20px;
}
footer .footer-content .footer-item .join-community {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #999999;
}
footer .footer-content .footer-item .join-community input {
  background: unset;
  border: unset;
  width: 200px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
}
footer .footer-content .footer-item .join-community button {
  background: unset;
  border: unset;
  cursor: pointer;
}
footer .footer-content .footer-item .join-community button img {
  width: 40px;
  height: 40px;
}
footer .powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .powered-by p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
footer .copyright {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  text-align: center;
  padding: 40px 0;
}
footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px 110px 120px;
}
footer .footer-bottom .powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  footer .footer-bg {
    bottom: 0%;
    right: -26%;
  }
  footer .footer-content {
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }
  footer .footer-content .footer-item {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .footer-content .footer-item ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .footer-content .footer-item ul li {
    margin: 0;
  }
  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  footer .footer-bottom .footer-bg.desktop {
    display: none;
  }
  footer .footer-bottom .footer-bg.mobile {
    display: block;
    transform: scale(1.5);
  }
}

/*# sourceMappingURL=footer.css.map */
