.schuine-footer {
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}
.footer-section {
  background-color: #18191a;
  z-index: 0;
  position: relative;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 13% 0;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.footer-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  z-index: -1;
}

footer h2 {
  margin: 0 0 80px 0;
  font-size: 1.6rem;
}

footer h3 {
  font-size: 1.6rem;
}

footer div {
  display: flex;
  flex-direction: column;
}

footer div:nth-child(1) {
  text-align: right;
}

footer div:nth-child(1) a {
  color: white;
  text-decoration: none;
}

footer div:nth-child(2) h2 {
  text-align: center;
}
footer div:nth-child(2) h3 {
  text-align: center;
}

footer div:nth-child(3) {
  text-align: left;
}

footer p,
a {
  font-size: 1.6rem;
}

.footer-img-middle {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  column-gap: 75px;
  height: auto;
  padding: 20px 0;
  flex-wrap: wrap;
}

.footer-img-middle img {
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-img-middle a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
  flex-shrink: 0;
}

.footer-img-middle a img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

.socials {
  column-gap: 2%;
}
@media (max-width: 1200px) {
  .footer-img-middle {
    column-gap: 20px;
  }

  .footer-img-middle img {
    width: 125px;
  }

  .footer-img-middle img:nth-child(1),
  .footer-img-middle img:nth-child(3) {
    width: 100px;
    height: auto;
  }
  .socials {
    display: flex;
    align-items: flex-start;
    scale: 0.8;
  }
  .socials a img {
    width: 70% !important;
    height: 70% !important;
    object-fit: contain !important;
  }

  .footer-img-middle a {
    margin-top: 0;
  }
  footer div:nth-child(2) h2 {
    margin-bottom: 30px;
  }
  footer div:nth-child(2) {
    margin-bottom: 0px;
  }

  footer h2 {
    margin-bottom: 30px;
  }
  footer p,
  footer h2,
  footer a {
    scale: 0.7;
  }
  footer p,
  a {
    line-height: 1.2;
  }
}

@media (max-width: 800px) {
  .footer-background-image {
    width: 80%;
    top: 50%;
  }
  footer div:nth-child(2) h2 {
    margin-bottom: 0;
  }
  .schuine-footer footer div:nth-child(2) h2 {
    transform: none;
  }
  .schuine-footer footer div:nth-child(2) h3 {
    display: none;
  }
  .schuine-footer {
    clip-path: none;
  }
  footer {
    flex-direction: column;
    padding-top: 15%;
  }
  footer h2,
  footer p,
  footer a {
    text-align: left;
  }
  .footer-img-middle {
    column-gap: 15px;
  }
  .footer-img-middle img {
    width: 90px;
  }
  .footer-img-middle img:nth-child(1),
  .footer-img-middle img:nth-child(3) {
    width: 60px;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }
  .footer-img-middle {
    column-gap: 10px;
    padding: 15px 10px;
  }
  .footer-img-middle img {
    width: 70px;
  }
  .footer-img-middle img:nth-child(1),
  .footer-img-middle img:nth-child(3) {
    width: 60px;
  }
  .footer-img-middle a {
    width: 60px;
    height: 60px;
  }
  footer p,
  footer h2,
  footer a {
    font-size: 1.2rem;
    scale: 1;
  }
  .socials {
    scale: 1;
    column-gap: 10px;
    padding: 10px;
  }
}
