.footer {
  background-image: var(--bg-img-footer);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  background-image: var(--bg-img-footer-logo);
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer-logo img {
  width: 184px;
  height: 72px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 40px;
  row-gap: 24px;
}

.footer-headding-title {
  color: #fff;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 23.182px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.501px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.footer-headding-title strong {
  color: var(--pri, #fbae17);
  font-family: "Baloo 2";
  font-size: 23.182px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.501px;
  text-transform: uppercase;
}

.footer-headding-desc {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 502px;
}

.footer-headding-desc strong {
  color: var(--pri, #fbae17);
  font-weight: 700;
}

.footer-social {
  margin-top: 28px;
}

.footer-social-label {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.footer-social-list {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-social-list a {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.footer-menu {
  margin-left: 59px;
}

.footer-menu-label {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-menu-list {
  color: #fafafa;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-menu-list a {
  color: #fafafa;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.footer-address {
  width: 270px;
  margin-left: 60px;
}

.footer-address-label {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer-address-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-address-item svg {
  width: 20px;
  height: 20px;
}

.footer-address-item-content {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-address-item-label {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.footer-address-item-desc {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-address-item-desc strong {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-address-item-desc a {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer-address-item2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-address-item22 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  margin-top: 16px;
}

.footer-copy {
  height: 43px;
  width: 100%;
  padding: 9px 16px;
  background: var(--Second, #683f19);
}

.footer-copy p {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 100px;
  }

  .footer-wrapper {
    flex-direction: column;
    padding: 0 16px;
  }

  .footer-headding-title {
    width: 85%;
  }

  .footer-headding-desc {
    width: 100%;
  }

  .footer-menu {
    margin-left: 0;
    margin-top: 16px;
  }

  .footer-address {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-copy {
    height: 65px;
  }
}
