/** @format */

.footer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
  gap: 10vw;
  width: 100%;
  height: 15vw;
  background-color: #000000;
  bottom: -10vh;
}

.footer > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1vw;
  height: 50%;
}

.footer > div > h2 {
  font-family: "Gotham";
  font-weight: 500;
  font-size: 1.5vw;
  color: #ffffff;
}

.footer ul > li > a {
  text-decoration: none;
  font-family: "Gotham";
  font-size: 1rem;
  color: #ffffff;
}

.footer ul > li > a:hover {
  color: #ffffff;
}

.footer ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 0.5vw;
}

.title-footer {
  margin-top: 2vw;
}

@media screen and (max-width: 768px) {
  .footer {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    gap: 2vw;
    height: auto;
    bottom: 0;
    position: relative;
    padding: 15px 0;
    margin-top: 350px !important;
  }

  .footer > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1vw;
    height: 50%;
    width: 67%;
  }

  .footer > div > h2 {
    font-family: "Gotham";
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
  }

  .footer ul > li > a {
    text-decoration: none;
    font-family: "Gotham";
    font-size: 1rem;
    color: #ffffff;
  }

  .footer ul > li > a:hover {
    color: #ffffff;
  }

  .footer ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5vw;
  }

  .title-footer {
    margin-top: 2vw;
  }
}
