/* start footer */
footer .footer-one {
  position: relative;
  background-color: black;
  background-image: url("../imgs/footer/footer.png");
  height: 416px;
  width: 100%;
  padding: 0 9%;
}

footer .container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1360px;
  box-sizing: border-box;
}

footer .footer-one::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0 0 0 / 96%), #0000000a);
  z-index: 0;
}
footer .footer-one .content {
  z-index: 1;
  position: absolute;
  color: white;
  width: 50%;
  padding: 40px 0;
}
footer .footer-one .content h3 {
  font-size: 48px;
  font-weight: 700;
}
footer .footer-one .content button {
  margin-top: 42px;
  padding: 10px;
  width: 135px;
  height: 50px;
}
footer .footer-one .content button a {
  margin: 0 auto;
  font-size: large;
}
footer {
  z-index: 1000;
  position: sticky;
}
footer i {
  margin-right: 10px;
}
footer a {
  color: #d1d1d1;
}
.footer-two {
  background-color: black;
  padding: 45px 9%;
  color: white;
}
.footer-two .grid-columns {
  display: grid;
  grid-template-columns: 30% 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-two .column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
}
.footer-two .column ul {
  list-style: none;
  padding: 0;
}
.footer-two .column ul li {
  margin-bottom: 10px;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s;
}
.footer-two .footer-media ul li:hover {
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.75);
}
footer .footer-two .footer-media ul {
  display: flex;
  gap: 27px;
  padding-top: 27px;
}
footer .copyright {
  background-color: black;
  color: #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  font-size: 13px;
}
.our-process .container,
.cards-container,
.trusted-co .container,
.our-story .container,
.beyond-projects .container,
.clients-cards .container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 104px;
  margin-top: 50px;
}
header .container,
footer .container {
  width: 100%;
  margin: 0;
  max-width: none;
}
@media (max-width: 768px) {
  .our-process .container,
  .cards-container,
  .trusted-co .container,
  .our-story .container,
  .beyond-projects .container,
  .clients-cards .container {
    padding: 50px;
  }
}
/* footer media */
@media (max-width: 768px) {
  footer .footer-one {
    padding: 0 5%;
    height: auto;
  }

  footer .footer-one .content {
    width: 100%;
    position: relative;
    padding: 40px 0;
    text-align: center;
  }

  footer .footer-one .content h3 {
    font-size: 28px;
  }

  footer .footer-one .content button {
    margin-top: 20px;
    width: 120px;
    height: 45px;
  }

  .footer-two {
    padding: 30px 5%;
  }

  .footer-two .grid-columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  footer .footer-two .footer-media ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  footer .copyright {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* end footer */
