footer {
  width: 100%;
  padding: 100px 12px;
}

#ft-section-1 {
  width: 100%;
  max-width: 1703px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 60px;
}

#ft-section-1 .logo {
  display: inline-block;
}

#ft-section-1 .logo img {
  height: 75px;
  margin-bottom: 32px;
}

#ft-section-1 div:nth-child(1) {
  min-width: 417px;
}

#ft-section-1 div:nth-child(1) ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#ft-section-1 .menu-link {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 700;
}

#ft-section-1 .child-menu {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#ft-section-1 .child-menu .menu-link {
  font-size: 14px;
  letter-spacing: 2px;
}

#ft-section-1 div:nth-child(2) > ul {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 120px;
}

#ft-section-1 div:nth-child(2) > ul a {
  display: flex;
  min-width: 130px;
}

#ft-section-1 .contact {
  padding-left: 24px;
}

#ft-section-1 .contact .content {
  line-height: 2;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 100;
}
#ft-section-1 .contact li {
  gap: 16px;
}

#ft-section-1 svg {
  height: 28px;
  width: 28px;
}

#ft-section-2 {
  padding-top: 20px;
}

#ft-section-2 p {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
}

@media screen and (max-width: 1400px) {
  footer {
    width: 100%;
    padding: 60px 60px;
  }

  #ft-section-1 div:nth-child(2) > ul {
    gap: 52px;
  }
}

@media screen and (max-width: 1200px) {
  #ft-section-1 div:nth-child(2) > ul {
    gap: 24px;
  }
}

@media screen and (max-width: 1080px) {
  footer {
    width: 100%;
    padding: 40px 12px;
  }

  #ft-section-1 .contact {
    padding-left: 17px;
  }

  #ft-section-1 .contact .content {
    font-size: 14px;
  }

  #ft-section-1 svg {
    width: 20px;
    height: 20px;
  }

  #ft-section-1 .logo img {
    height: 52px;
    margin-bottom: 32px;
  }

  #ft-section-1 .menu-link {
    letter-spacing: 3px;
  }

  #ft-section-1 .child-menu .menu-link {
    letter-spacing: 1px;
  }

  #ft-section-1 div:nth-child(2) {
    display: none;
  }

  #ft-section-1 {
    justify-content: center;
  }

  #ft-section-2 p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 850px) {
  #ft-section-1 .contact .content {
    letter-spacing: 1px;
  }
}
