.footer-all {
  background-color: #11110f;
}

.footer-main {
  padding: 2.8125rem 0;
}

.footer-top {
  display: flex;
  margin-bottom: 2.8125rem;
}

.footer-top-logo {
  width: 50%;
}

.footer-top .footer-top-logo img {
  width: 223px;
  height: 54px;
}

.footer-top-heading h4 {
  color: #9d978e;
  font-weight: 400;
  font-size: 1.5rem;
}

.footer-top-heading-main {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-top-link a {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #f3eee4;
  text-decoration: none;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}

.footer-top-link a label {
  cursor: pointer;
}

.footer-center {
  display: flex;
  border-top: 1px solid #3a3833;
  padding: 3.75rem 0;
  justify-content: space-between;
  gap: 6rem;
}

.footer-center-link-left {
  width: 16.5%;
}

.footer-center-link-right {
  flex-wrap: wrap;
  width: 50%;
  display: flex;
  align-items: flex-start;
  gap: 17rem;
}

.footer-center span {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #ff6a47;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.5625rem;
}

.footer-center ul {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}

.footer-center ul li a {
  color: #b8b1a8;
  font-size: 0.75rem;
  transition: 0.2s ease-in-out;
}

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

.footer-bottom {
  border-top: 1px solid #3a3833;
  padding: 2.1875rem 0 2rem;
  display: flex;
  justify-content: space-between;
}

.footer-bottom span {
  color: #777168;
  letter-spacing: 0.04em;
  font-size: 0.625rem;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 3rem;
  }
  .footer-top-logo {
    width: unset;
    margin: 0 auto;
  }
  .footer-top-heading-main {
    width: unset;
  }
  .footer-center-link-right {
    justify-content: space-between;
    gap: unset;
  }
  .footer-center {
    flex-wrap: wrap;
  }
  .footer-center-link-left {
    width: 23%;
  }
  .footer-main {
    padding: 2.8125rem 0 6rem;
  }
  .footer-bottom {
    padding-bottom: 6rem;
  }
}
@media (max-width: 580px) {
  .footer-center-link-left {
    width: 23%;
  }
  .footer-center {
    gap: 2rem;
    row-gap: 4rem;
  }
}
@media (max-width: 425px) {
  .footer-center-link-left {
    width: 36%;
  }
}
