:root {
  --tone: #00a859;
  --shade: #205438;
  --tint: #ecf3d4;
}
.footer-section-1 {
  background-color: var(--shade);
  padding: 25px;
}
.footer-section-1 .footer-logo-content .logo-box img {
  max-width: 180px;
  max-height: 100px;
  object-fit: contain;
  width: 100%;
}
.footer-section-1 .footer-logo-content span {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin-top: 15px;
  max-width: 420px;
  width: 100%;
}
.footer-section-1 .footer-link-box h3,
.language {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 22px;
}
.footer-section-1 .footer-link-box ul {
  list-style: none;
}
.footer-section-1 .footer-link-box ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding: 3px 0;
  transition: all 0.5s ease;
  width: fit-content;
}
.footer-section-1 .footer-link-box ul li a:hover {
  transform: translateX(10px);
  opacity: 0.8;
}
.footer-section-1 .track-your-order {
  max-width: 350px;
  margin-left: auto;
  padding-right: 40px;
}
.footer-section-1 .track-your-order .form-control {
  border-radius: 8px;
  border-color: #bdbfc1;
  font-size: 14px;
  font-weight: 500;
  height: 42px !important;
  color: #535353;
}
.footer-section-1 .track-your-order .form-control::placeholder {
  color: #96989a;
}
.footer-section-1 .track-your-order .fo-track {
  border-radius: 8px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  color: #fff;
  height: 42px;
  width: 100px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
.footer-section-1 .track-your-order .fo-track:hover {
  background-color: var(--tone);
  border-color: var(--tone);
}
.copyrights-footer-1 {
  background-color: var(--shade);
  padding: 10px 65px 5px 20px;
  border-top: 3px solid #fefefe;
}
.copyrights-footer-1 .copyrights {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}
.copyrights-footer-1 .social-icons ul a svg {
  width: 30px;
  fill: #fff;
  transition: all 0.5s ease;
}
.copyrights-footer-1 .social-icons ul a svg:hover {
  fill: #000000;
}
/*
=
==
===
==== */
/* @media */
@media (max-width: 1600px) {
  .footer-section-1 .track-your-order {
    max-width: 100%;
    padding-right: 0;
  }
  .copyrights-footer-1 {
    padding: 10px 20px 5px 20px;
  }
}

@media (max-width: 991px) {
  .footer-section-1 {
    padding: 20px 16px;
  }
  .footer-section-1 .footer-logo-content span {
    max-width: 100%;
  }
  .footer-section-1 .track-your-order {
    margin-left: 0;
  }
  .copyrights-footer-1 {
    padding: 10px 16px 5px 16px;
  }
}
