.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: 200px;
}

.footer-img-middle img {
  width: 150px;
}

.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: 60px;
}

.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: fit-content;
    }
  .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: translateY(-350px);
    }
    .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;
    }
  }
