footer {
  background-color: rgb(24, 24, 28);
  margin-top: 100px;
  padding: 80px 60px;
}

footer .one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 36px;
}

.social-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.social-links img:first-child {
  width: 24px;
}

.social-links img:nth-child(2) {
  width: 22px;
}

.social-links img:last-child {
  width: 26px;
  margin-top: 8px;
}

footer .two {
  border-top: 1.5px solid rgb(52, 52, 55);
  border-bottom: 1.5px solid rgb(52, 52, 55);
  padding: 36px 0;
  margin-bottom: 20px;

  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
}

.footer-col > p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-links > li {
  margin-bottom: 16px;
  max-width: 93%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(174, 174, 166);;
}

.footer-links a {
  color: rgb(174, 174, 166);
  font-size: 14px;
}

.bi-arrow-up-circle {
  margin-top: 3px;
}

footer .three div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.copyright {
  font-size: 13px;
  line-height: 1.4;
  color: rgb(174, 174, 166);
  flex: 0 1 60%;
  margin-top: 20px;
}

footer .action-button {
  flex-shrink: 0;
}

.extra-links{
  margin-top: 40px;
  display: flex;
  gap: 22px;
}

.extra-links li {
  font-family: inter, arial;
  font-size: 13px;
  color: rgb(174, 174, 166);

}
