footer {
  padding: 100px 30px 50px;
}

footer .logo--container img {
  max-width: 267px;
  width: 100%;
  margin-bottom: 24px;
}

footer .footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
}

footer .footer-top .links-container {
  display: flex;
  gap: 50px;
}

footer .footer-top p.title,
footer .footer-top a {
  color: #211e1f;
}

footer .footer-top .links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  white-space: nowrap;
}

footer .footer-top p.title {
  font-size: 19px !important;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: normal;
}

footer .footer-top a {
  font-size: 16px;
  display: block;
  line-height: normal;
}

footer .logo--container {
  max-width: 330px;
}

footer .newsletter--container {
  max-width: 417px;
  width: 100%;
}

footer form .wpcf7-email {
  border-radius: 5px;
  background: #fff;
  border: 1px solid rgba(33, 30, 31, 0.15);
  padding: 10px;
  width: 100%;
}

footer .wpcf7-email::placeholder {
  font-weight: 700;
}

footer form input[type="submit"] {
  border-radius: 50px;
  background: #0484fc;
  padding: 15px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 24px;
  border: none;
  min-width: 150px;
}

footer form input::placeholder {
  font-weight: 700;
}

footer input.wpcf7-form-control.wpcf7-submit:hover {
  background: #04cffc !important;
  box-shadow: 0 4px 40px 0 rgba(4, 207, 252, 0.7) !important;
}

.wpcf7-not-valid-tip {
  font-size: 16px !important;
}

footer .footer-btm {
  margin-top: 60px;

  text-align: center;

  justify-content: center;
}

footer .footer-btm p {
  margin-bottom: 0;
}

footer .newsletter--container span ::placeholder,
footer .newsletter--container span select.wpcf7-form-control.wpcf7-select {
  color: var(--Input-text, #8e8e8e);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-transform: capitalize;
}

.copyright {
  border-top: 1px solid #0484fc;
  padding: 20px 30px;
  text-align: center;
}

.copyright p {
  font-size: 16px !important;
  font-weight: 700;
}

.copyright a {
  color: #0484fc;
}

@media all and (max-width: 1399px) {
  footer .footer-top {
    grid-template-columns: minmax(0, 330px) 1fr;
  }

  footer .footer-top .newsletter--container {
    grid-column: span 2;
    max-width: 100%;
  }
}

@media all and (max-width: 1199px) {
  footer {
    padding-top: 70px;
  }

  footer .footer-top {
    gap: 70px;
  }
}

@media all and (max-width: 1099px) {
  footer .footer-top {
    grid-template-columns: 1fr;
  }

  footer .footer-top .newsletter--container {
    grid-column: auto;
  }

  footer .logo--container {
    max-width: 100%;
  }
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 767px) {
  footer {
    padding: 50px 20px 50px;
  }
  footer .footer-top {
    text-align: center;
    gap: 50px;
  }

  footer .logo--container {
    width: 100%;
  }

  footer .footer-top .links-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  footer form input[type="submit"] {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  footer .footer-top .links-container {
    grid-template-columns: 1fr;
  }
}
