@import "general.css";

.footer {
  height: 51vh;
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  flex-direction: column;
}

.footer-container {
  min-width: 85rem;
  display: flex;
  margin: 3rem;
}

.footer-image {
  position: relative;
}

.footer-image img {
  position: absolute;
  left: -25%;
}

.footer-block {
  margin-right: 6rem;
}

.footer-header {
  margin-bottom: 4rem;
}

.footer-container h1 {
  font-size: var(--fs-20);
  font-weight: var(--fw-bold-2);
  text-transform: uppercase;
}

.footer-header-text {
  margin-top: 8rem;
}

.footer-container ul,
p {
  list-style: none;
  font-size: var(--fs-18);
  font-weight: lighter;
}

.footer-container ul li a {
  text-decoration: none;
  color: white;
}

.footer-container ul li a:hover {
  text-decoration: underline;
}

.footer-container ul li {
  margin-bottom: 1rem;
}

.footer-second {
  color: white;
  position: relative;
  top: -5%;
  background: #000000;
  display: flex;
  justify-content: center;
}

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

.footer-list ul {
  display: flex;
  flex-direction: row;
}

.footer-list ul > li {
  margin: 1rem;
}
