.app__footer {
  background-color: #162A2B;
}

.footer-container {
  width: 90%;
  margin: auto;
}

.app__footer .social {
  display: flex;
  gap: 25px;
  position: relative;
}

.app__footer .social svg,
.app__footer .social .facebook {
  width: 16px !important;
  height: 16px !important;
}

.app__footer .footer_Links h3 {
  color: #CE931A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.app__footer .footer_Links .footer_ui ul {
  display: flex;
  gap: 16px;
  margin-top: 20px !important;
  flex-direction: column;
}

.app__footer .footer_Links .footer_ui ul li {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 197.4%;
  letter-spacing: 0.63px;
}

.app__footer .footer_Links .footer_ui ul li a {
  color: #fff !important;
}

.app__footer .footer_Links .footer_ui ul li .active_main_color {
  color: rgba(206, 147, 26, 0.8) !important;
}

.hr__footer {
  margin-top: 40px;
  color: white;
}

.footer__buttom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer__buttom span,
.footer__buttom p {
  color: var(--white, #FFF);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.5;
  width: 100%;
  margin: 0;
}

@media screen and (width < 500px) {

  .footer__buttom span,
  .footer__buttom p {
    font-size: 12px;
  }
}

.footer__buttom .links {
  width: 100%;
}

.footer__buttom .links ul {
  display: flex;
  justify-content: end;
  gap: 16px;
}

.footer__buttom .links ul li {
  color: white;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  line-height: 197.4%;
  letter-spacing: 0.63px;
}

.footer__buttom .links ul li a {
  color: #fff !important;
}

.footer__buttom .links ul li .active_main_color {
  color: rgba(206, 147, 26, 0.8) !important;
}

@media screen and (width < 980px) {
  .gap-sm-8 {
    gap: 50px;
  }
}

.payment_icons svg {
  width: 40px;
  height: 40px;
}

@media screen and (width < 980px) {
  .footer_sm {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .footer_sm ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 40px !important;
  }

  .footer_sm a {
    font-size: 10px;
  }
}

/*# sourceMappingURL=footer.css.map */