.footer-container {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #000;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 1;
}
.footer-container .footer-separator {
  width: 100%;
  height: 250px;
  position: absolute;
  background-image: url("/public/img/pristontale/footer/footer_separator.png");
  bottom: 260px;
  pointer-events: none;
  z-index: -1;
}
.footer-container .knight-footer {
  position: absolute;
  z-index: 8;
  height: 450px;
  top: -200px;
  right: 2px;
  pointer-events: none;
  filter: drop-shadow(0 0 0.75rem black);
}
.footer-container .priestess-footer {
  position: absolute;
  z-index: 8;
  height: 450px;
  top: -200px;
  left: 2px;
  pointer-events: none;
  filter: drop-shadow(0 0 0.75rem black);
}
@media only screen and (max-width: 1050px) {
  .footer-container .knight-footer {
    display: none;
  }
  .footer-container .priestess-footer {
    display: none;
  }
}
.footer-container .footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-container .footer-logo {
  display: flex;
  justify-content: center;
}
.footer-container .footer-logo img {
  width: 200px;
}
.footer-container .footer-links {
  display: flex;
  justify-content: center;
  max-height: 100px;
  gap: 1rem;
  z-index: 10;
}
.footer-container .footer-links img {
  height: 45px;
}
.footer-container .footer-links img:hover {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
  cursor: pointer;
}
.footer-container .copyright {
  display: flex;
  flex-wrap: wrap;
  width: 1300px;
  max-width: 100%;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  color: #AAA;
}
.footer-container .copyright .copyright-links {
  display: flex;
  gap: 0.5rem;
}
.footer-container .copyright .copyright-links .footer-link {
  color: #ffa216;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
}
.footer-container .copyright .copyright-links .footer-link:hover {
  color: #ffa216;
}
.footer-container .copyright .copyright-links a {
  text-decoration: none;
}
.footer-container .copyright .copyright-links a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.footer-container .copyright .copyright-text {
  color: #AAA;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
}

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