#main-footer {
  background-color: var(--black2);
  padding: 53px 30px 32px;
}

.footer-container {
  max-width: 1560px !important;
  padding: 53px 20px 33px;
}

.footer-social-items {
  gap: 0 15px;
}

.footer-social-items a {
  padding: 7px;
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-radius: 50px;
}

.footer-text p {
  max-width: 329px;
}

.footer-logo img {
  max-width: 357px;
}

.footer-logo {
  gap: 30px 0;
}

.footer-socials p {
  font-weight: 600;
}

#main-footer li {
  margin-bottom: 14px;
}

.contact-info li {
  margin-bottom: 34px;
}

#main-footer .menu-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--white);
}

#main-footer .footer-links span {
  margin-bottom: 30px;
  font-weight: 600;
  word-break: break-all;
}

.footer-links img {
  height: 24px;
  width: 24px;
  object-fit: contain;
  margin-right: 21px;
}

.copyright p {
  font-weight: 600;
}

.design-development p {
  font-weight: 600;
}

.design-development img {
  margin-left: 15px;
  height: 28px;
}

.footer-bottom {
  margin-top: 96px !important;
  padding-top: 31px;
  border-top: 1.5px solid #ffffff29;
}

.footer-links a:hover {
  color: var(--red) !important;
}

#main-footer .footer-container .row {
  gap: 50px 0;
}

.footer-container {
  gap: 90px 0;
}

@media screen and (max-width: 1024px) {
  .footer-container {
    gap: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  #main-footer .footer-links p {
    margin-bottom: 12px;
  }

  .footer-bottom {
    margin-top: 50px !important;
  }

  .footer-bottom div {
    text-align: center !important;
    justify-content: center !important;
    flex-direction: column !important;
  }

  .design-development p {
    max-width: 266px;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }

  .footer-logo img {
    max-width: 237px;
  }
}