/*================= footer ================== */
.footer {
  background-color: #1e2630;
  background-image: linear-gradient(#1e2630, #111);
  color: #ffffff;
  padding: 2.5rem 1.125rem;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__branding {
  margin-bottom: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  max-width: 150px;
  align-items: center;
}

.footer__logo img {
  width: 100%;
}

.footer__tagline {
  font-size: 0.9rem;
  color: #aaa;
}

.footer__nav {
  margin-bottom: 1.125rem;
}

.footer__menu {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.125rem;
  justify-content: center;
}

.footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: #ccc;
}

.footer__bottom {
  border-top: 1px solid #333;
  padding-top: 1.125rem;
  font-size: 0.75rem;
  color: #666;
}

.cosialLink__contaoner {
  display: flex;
  gap: 1.4rem;
  margin: 1rem 0 0 0;
}

.cosialLink__contaoner a {
  color: #666 !important;
  cursor: pointer;
  font-size: 1rem;
}

.cosialLink__contaoner a:hover {
  color: #fff !important;
}

.footer__bottom_context {
  display: flex;
}

.footer__copyright {
  flex-grow: 1;
}

.cosialLink {
  align-self: flex-end;
}
