@charset "UTF-8";
* {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

p {
  all: unset;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.utils__invert {
  filter: invert(1);
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
  color: #f5f5f5;
  width: 100%;
  position: relative;
  background: url("./assets/footer.webp") no-repeat center center;
  background-size: cover;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.footer__copyright__copy {
  font-size: 0.75rem;
  font-weight: 600;
}

.footer__copyright__not-intended {
  font-size: 0.75rem;
  font-weight: 400;
}

.footer__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 1rem 6rem;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__contact {
  font-size: 0.75rem;
}

.footer__logo {
  width: 200px;
  object-fit: contain;
}
