.footer-container {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #6f51c70d;
  overflow: hidden;
}

.footer-top {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 1rem;
  color: #6f51c7;
}

.footer-social-container {
  padding: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 1rem;
  color: #6f51c7;
  border-bottom: 1px solid #32457e38;
}

.footer-content1st {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-content1st img {
  height: 2rem;
}
.footer-content1st p {
  font-size: 17px;
}
.footer-content2nd {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.footer-content2nd div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer-content2nd a,
.footer-content2nd button {
  text-decoration: none;
  color: #6f51c7;
  font-size: 20px;
  background-color: transparent;
  border: none;
  text-align: start;
  font-weight: 500 !important;
}

.footer-content3rd {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-content3rd iframe {
  height: 15rem;
  width: 100%;
  border-radius: 8px;
}
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.social-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.social-link img {
  height: 2rem;
}

.footer-social-icon img {
  height: 4rem;
}

.footer-social-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.footer-social-text h2 {
  font-size: 18px;
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid #00a0df38;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  color: #6f51c7;
  font-size: 20px;
}

.copyright span {
  font-weight: 600;
}

.designdeveloped a {
  font-weight: 600;
  text-decoration: none;
  color: #6f51c7;
}

@media (max-width: 1300px) {
  .footer-top {
    padding: 2rem;
  }
  .footer-bottom {
    padding: 2rem;
  }
  .footer-social-container {
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 1124px) {
  .footer-content1st img {
    height: 2rem;
  }
  .footer-content1st {
    gap: 0.5rem;
  }

  .social-link a img {
    height: 1.3rem;
  }

  .footer-content1st p {
    font-size: 14px;
  }

  .footer-content2nd div {
    gap: 1rem;
  }

  .footer-content2nd a,
  .footer-content2nd button {
    font-size: 16px;
  }
  .footer-social-icon img {
    height: 3rem;
  }

  .footer-social-text h2 {
    font-size: 16px;
    font-weight: 600;
  }
  .footer-bottom {
    font-size: 16px;
  }
  .footer-social-container img {
    height: 3rem;
  }
  .footer-content3rd iframe {
    height: 12rem;
  }
}

@media (max-width: 900px) {
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer-content2nd {
    justify-content: start;
    align-items: start;
  }
  .footer-content1st img {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    width: 100%;
  }
  .footer-bottom {
    font-size: 14px;
  }
  .footer-social-container {
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-top {
    padding: 1rem;
  }
  .footer-bottom {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .footer-social-container {
    padding: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-social-container img {
    height: 3rem;
  }
}
