/* Footer CSS */

.main-footer {
  background: #201e4b;
  padding: 0px 15px;
  padding-top: 80px;
}

.main-footer .container {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}

.main-footer .main-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 90px;
}

.main-footer .newsletter-wrapper {
  max-width: 387.125px;
  width: 100%;
}

.main-footer .logo {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.main-footer .logo img {
  width: 100%;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    padding: 5px;
}
.main-footer .description {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin: 10px 0px;
}

.main-footer .newsletter-form {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.main-footer .newsletter-form input {
  padding: 11px 24px;
  border-radius: 4.267px 0 0 4.267px;
  border: 0.8px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.15);
  flex: 1 0 0;
  box-shadow: none;

  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  outline: none;
}

.main-footer .newsletter-form input::placeholder,
.main-footer .newsletter-form input:placeholder-shown {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}

.main-footer .newsletter-form button {
  padding: 11px 22px;
  border-radius: 0 4.267px 4.267px 0;
  background: #fff;
  border: none;

  color: #201e4b;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.267px; /* 135.111% */
}

.main-footer .privacy-policy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 160% */
  margin: 17px 0px;
}

.main-footer .privacy-policy a {
  text-decoration: none;
  color: #fff;
}

.main-footer .social-media p {
  color: #fafafa;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
}

.main-footer .social-media .logo-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}

.main-footer .social-media .logo-wrapper .logo {
  padding: 10px 9px;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 3.6px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .footer-nav {
  max-width: 606px;
  width: 100%;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.main-footer .footer-nav__column ul {
  margin: 0;
}

.main-footer .footer-nav__list li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.main-footer .footer-nav__list li a {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  text-decoration: none;
}

.main-footer .footer-nav__list .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.main-footer .footer-nav__list .sub-menu li a {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.main-footer .footer-nav__list .sub-menu li a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.main-footer .footer-text {
  padding: 16px;
}

.main-footer .footer-text p {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-align: center;
}

.main-footer .footer-text p a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .main-footer .main-section {
    flex-direction: column;
    align-items: center;
  }

  .main-footer .main-section > div {
    max-width: 548px;
  }
}

@media screen and (max-width: 599px) {
  .main-footer .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 599px) {
  .main-footer .container {
    max-width: 370px;
  }

  .main-footer .main-section {
    margin-bottom: 30px;
  }
}

/* Footer form */

.newsletter-form p{    
	display: flex;
    align-items: stretch;
    width: 100%;
	position: relative;
}

.newsletter-form input[type="email"] {
padding: 11px 24px;
    border-radius: 4.267px 0 0 4.267px;
    border: 0.8px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.15);
    flex: 1 0 0;
    box-shadow: none;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    outline: none;
}

.newsletter-form input[type="email"]::placeholder {
    color: #dcdcee;
}

.newsletter-form input[type="submit"] {
    padding: 11px 22px;
    border-radius: 0 4.267px 4.267px 0;
    background: #fff;
    border: none;
    color: #201e4b;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.267px;
	height: 45px;
}
.newsletter-form .wpcf7-not-valid-tip {
    font-size: 15px;
}
.newsletter-form input[type="submit"]:hover {
    background-color: #f3f3f3;
}

.newsletter-form p .wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}