/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/public/wp-content/themes/webimpact/components/footer/src/footer.scss ***!
  \*******************************************************************************************************************************************************************/
.footer {
  position: relative;
  color: var(--white);
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: var(--black-800);
}
.footer .container {
  display: flex;
  justify-content: space-between;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .footer .container {
    padding-inline: 2rem;
  }
}
.footer .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .contact-details > a, .footer .contact-details div {
  opacity: 0.6;
}
.footer .contact-details > a:hover {
  opacity: 1;
}
.footer .administration {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .slogan {
  width: 40rem;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .footer .slogan {
    width: 100%;
  }
}
.footer .Footernav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .Footernav li > a {
  opacity: 0.6;
}
.footer .Footernav li:hover > a {
  opacity: 1;
}
.footer__menu-title {
  margin-bottom: 1rem;
}
.footer__container {
  max-width: var(--max-width);
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.footer__copyright {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .footer__copyright {
    line-height: 1.5;
    text-align: center;
  }
}
.footer__middle {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer__middle .container {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer__middle-right {
  display: flex;
  gap: 8rem;
  flex: 1;
  justify-content: space-around;
}
.footer__bottom > .container {
  border-top: 1px solid var(--border);
  padding-block: 2.5rem;
  justify-content: center;
}
