/* //////////////////////////////////////////////// */
/* Background */

.footer-bg {
  padding: 4.8rem 1.2rem;
}

/* //////////////////////////////////////////////// */
/* Footer */

.footer {
  width: 100%;
  max-width: 120rem;
}

@media (min-width: 768px) {
  .footer {
    margin: auto;
  }
}

/* //////////////////////////////////////////////// */
/* Container */

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
  height: 100%;
  width: 100%;
  border-radius: 0.8rem;
  background-color: var(--creme);
  padding: 0;
}

/* //////////////////////////////////////////////// */
/* Title */

.footer-title {
  font-size: 2.4rem;
  line-height: 1;
  margin: 2.4rem 0 2.4rem 2.4rem;
}

/* //////////////////////////////////////////////// */
/* Links */

.footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: quicksand, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--black);
  margin-left: 2.4rem;
}

/* //////////////////////////////////////////////// */
/* Socials */

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: quicksand, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--black);
  margin-left: 2.4rem;
}

.footer-social-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: var(--black);
}

/* //////////////////////////////////////////////// */
/* Container */

.copyright-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2.4rem;
}

@media (min-width: 768px) {
  .copyright-box {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
  }
}

/* //////////////////////////////////////////////// */
/* Copyright */

.copyright {
  font-size: 1.4rem;
}

/* //////////////////////////////////////////////// */
/* Powered By */

.powered-by {
  font-size: 1.4rem;
}

.powered-by-link {
  font-family: quicksand, sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--black);
}
