.footer {
  background-color: rgb(248 250 252 / 1);
}

.footer-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-logo-and-link {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.footer-logo {
  height: 2.5rem;
  width: auto;
}

.nav {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.nav-links-container {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.nav-link {
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: rgb(51 65 85 / 1);
}

.nav-link:hover {
  background-color: rgb(241 245 249 / 1);
  color: rgb(15 23 42 / 1);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-width: 1px;
  border-color: rgba(148, 163, 184, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

.footer-icon-container {
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.footer-logo-link-container {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.footer-logo-text-container {
  display: flex;
  flex-direction: column;
}

.footer-logo-text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.footer-logo-text > span {
  color: var(--primary-color);
}

.footer-icon {
  height: 1.5rem;
  width: 1.5rem;
  fill: #64748b;
}

.footer-icon:hover {
  fill: #334155;
}

.copyright-txt {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  max-width: 40rem;

  color: rgb(100 116 139);
  text-align: center;
}

.burak-link {
  text-decoration: underline;
  color: black;
  font-weight: 500;
}

@media (min-width: 640px) {
  .fooer-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer-bottom {
    justify-content: space-between;
  }
  .copyright-txt {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .footer-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
