footer {
  background: #242424;
  margin-top: auto;
}

.footer-wrapper {
  padding-block: 1rem;
}

.footer-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: 6%;
  padding: 1rem;
  max-width: 80rem;
}

.footer-cols>* {
  flex: 1 1 33%;
  min-width: 30ch;
}

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  gap: 0.5rem;
}

.col>h3 {
  color: white;
  font-family: "KorolevBold", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.col>h4 {
  color: white;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}

.footer-title {
  display: flex;
}

.footer-title>i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: white;
  margin-inline: 10px;
  margin-top: 5px;
}

.footer-title>h2 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  line-height: 1.2em;
}

.btn-footer {
  padding: 10px 20px;
  font-family: "KorolevBold", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #7b1222;
  color: white;
  cursor: pointer;
  border: none;
}

.btn-footer:hover {
  background-color: white;
  color: #7b1222;
}

.footer-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  max-width: 80rem;
}

@media (min-width: 1024px) {
  .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media (min-width: 1536px) {
  .footer-cols {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links>a {
  padding: 1.25rem;
}

.social-links>a:hover {
  transform: translateY(-0.5rem);
}

.social-links>a>i {
  font-size: 1.25rem;
  color: #f8f8f8;
}

.copyright-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  color: #f8f8f8;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 14px;
  align-items: center;
  padding: .5rem;
}

.copyright {
  flex-shrink: 0;
}

.footer-privacy-terms {
  flex-shrink: 0;
}

.footer-privacy-terms>a {
  text-decoration: none;
  color: #f8f8f8;
}

.footer-privacy-terms>a:hover {
  color: #7b1222;
}

@media (width<=1200px) {
  .col a img {
    margin-bottom: 1em;
  }

  .footer-cols {
    margin-inline: 2%;
  }
}

@media (width <=800px) {
  .footer-cols {
    flex-direction: column;
  }
}
