footer {
  background-color: black;
}
.footer-area.style-2 .footer-area-inner {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .footer-area-inner {
    gap: 30px;
  }
}
.footer-area.style-2 .footer-widget-wrapper .title {
  font-size: 18px;
}
.footer-area.style-2 .input-field input {
  background-color: #f6f9f3;
}
.footer-area.style-2 .footer-nav-list {
  margin-top: 28px;
}

.footer-area.style-2 .footer-area-inner {
  display: flex;
  padding-top: 128px;
  padding-bottom: 121px;
  flex-direction: row;
}

.footer-area.style-2 .footer-area-inner .footer-widget {
  width: 40%;
}

.footer-menu-wrapper {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.footer-area.style-2 .footer-logo img {
  width: 70%;
}

@media only screen and (max-width: 1919px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 98px;
    padding-bottom: 91px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 78px;
    padding-bottom: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-2 .footer-area-inner {
    padding-top: 58px;
    padding-bottom: 51px;
    flex-direction: column;
  }
  .footer-area.style-2 .footer-area-inner .footer-widget {
    width: 100%;
  }
  .footer-area.style-2 .footer-logo img {
    width: 100%;
  }
  .footer-area.style-2 .description-text .text-wrapper {
    display: grid;
    padding: 10px;
  }
  .footer-menu-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding: 10px;
    gap: 20px;
  }
}

/* .footer-area.style-2 .footer-area-inner > * {
  min-width: 130px;
} */
/*@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .footer-logo img {
    max-height: auto;
  }
} */
.footer-area.style-2 .description-text {
  margin-top: 41px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .description-text {
    margin-top: 31px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.style-2 .description-text {
    margin-top: 21px;
  }
}
.footer-area.style-2 .description-text .text {
  width: 80%;
}
.footer-area.style-2 .footer-widget-wrapper .title {
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .footer-area.style-2 .footer-widget-wrapper .title {
    font-size: 20px;
  }
}
.footer-area.style-2 .footer-nav-list {
  margin-top: 24px;
}
.footer-area.style-2 .footer-nav-list li {
  font-size: 18px;
  line-height: 30px;
}
.footer-area.style-2 .footer-nav-list li a:hover {
  color: var(--primary);
  letter-spacing: 0.4px;
}
.footer-area.style-2 .social-links {
  display: flex;
  gap: 24px;
}
.footer-area.style-2 .social-links li {
  line-height: 1;
}
.footer-area.style-2 .social-links li a:hover {
  color: var(--primary);
}
.footer-area.style-2 .copyright-text .text {
  font-size: 16px;
}
.footer-area.style-2 .copyright-text .text a {
  color: var(--primary);
}
.footer-area.style-2 .copyright-area-inner {
  border-top: 1px solid rgba(7, 32, 50, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  justify-content: space-between;
  padding: 38px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area.style-2 .copyright-area-inner {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.style-2 .copyright-area-inner {
    flex-direction: column;
    align-items: center;
  }
}
.subscribe-form {
  margin-top: 36px;
}
.subscribe-form .input-field {
  position: relative;
  background-color: #282828;
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-form .input-field input {
  border: 0;
  padding: 19px 20px;
  background-color: #fafafa;
  color: var(--primary);
  width: 100%;
  padding-inline-end: 50px;
  padding-inline-start: 50px;
  width: 100%;
}
.subscribe-form .input-field input::-moz-placeholder {
  color: #abb1b6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input::placeholder {
  color: #abb1b6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.subscribe-form .input-field input:focus {
  outline: 0;
}
.subscribe-form .input-field .subscribe-btn {
  position: absolute;
  inset-inline-end: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dir-rtl .subscribe-form .input-field .subscribe-btn img,
.dir-rtl .subscribe-form .input-field .subscribe-btn i {
  transform: rotateY(180deg);
}
.subscribe-form .input-field .icon {
  color: #abb1b6;
  position: absolute;
  inset-inline-start: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.subscribe-form .policy-field {
  margin-top: 20px;
}
.subscribe-form .policy-field label {
  font-size: 14px;
  margin-inline-start: 6px;
}
.subscribe-form .policy-field label span {
  color: var(--primary);
  font-weight: 500;
}
