.footer-newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper {
    flex-wrap: wrap;
  }
}
.footer-newsletter-wrapper .footer-newsletter-item .widget-head {
  margin-bottom: 30px;
}
.footer-newsletter-wrapper .footer-newsletter-item .footer-content p {
  color: var(--white);
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon {
  gap: 8px;
  margin-top: 30px;
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  color: var(--theme);
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-newsletter-wrapper .footer-newsletter-item .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-newsletter-wrapper .newsletter-input {
    margin-top: 20px;
  }
}
.footer-newsletter-wrapper .newsletter-input h2 {
  font-size: 32px;
  color: var(--white);
}
@media (max-width: 767px) {
  .footer-newsletter-wrapper .newsletter-input h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter-wrapper .newsletter-input h2 {
    font-size: 24px;
  }
}
.footer-newsletter-wrapper .newsletter-input p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.footer-newsletter-wrapper .newsletter-input .footer-input {
  position: relative;
  margin-top: 30px;
}
.footer-newsletter-wrapper .newsletter-input .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  width: 100%;
  padding: 18px 20px;
  border-radius: 100px;
  color: #727171;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 17px 20px;
  }
}
@media (max-width: 575px) {
  .footer-newsletter-wrapper .newsletter-input .footer-input input {
    padding: 14px 20px;
  }
}
.footer-newsletter-wrapper .newsletter-input .footer-input input::placeholder {
  color: #727171;
}
.footer-newsletter-wrapper .newsletter-input .footer-input .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.footer-widget-wrapper-new {
  padding: 70px 0 50px;
  position: relative;
  z-index: 9;
}
.footer-widget-wrapper-new::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 0px 0px 16px 16px;
  background: #242625;
  width: 32%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-new::before {
    display: none;
  }
}
.footer-widget-wrapper-new .single-widget-items {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-new .single-widget-items {
    text-align: left !important;
  }
}
.footer-widget-wrapper-new .single-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-new .single-widget-items .widget-head h4 {
  color: var(--white);
  position: relative;
  padding-bottom: 20px;
}
.footer-widget-wrapper-new .single-widget-items .widget-head h4::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.footer-widget-wrapper-new .single-widget-items .footer-content {
  text-align: center;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content {
    text-align: left;
  }
}
.footer-widget-wrapper-new .single-widget-items .footer-content h3 {
  color: var(--white);
  margin-bottom: 10px;
}
.footer-widget-wrapper-new .single-widget-items .footer-content p {
  color: var(--white);
}
.footer-widget-wrapper-new .single-widget-items .footer-content .footer-input {
  position: relative;
  margin-top: 30px;
  text-align: center;
  padding: 0 45px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content .footer-input {
    text-align: left !important;
    padding: 0;
  }
}
.footer-widget-wrapper-new .single-widget-items .footer-content .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  width: 100%;
  padding: 18px 20px;
  border-radius: 100px;
  color: #727171;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content .footer-input input {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content .footer-input input {
    padding: 17px 20px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content .footer-input input {
    padding: 14px 20px;
  }
}
.footer-widget-wrapper-new .single-widget-items .footer-content .footer-input input::placeholder {
  color: #727171;
}
.footer-widget-wrapper-new .single-widget-items .footer-content .footer-input .newsletter-btn {
  width: 100%;
}
.footer-widget-wrapper-new .single-widget-items .footer-content .social-icon {
  gap: 8px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-new .single-widget-items .footer-content .social-icon {
    justify-content: start !important;
  }
}
.footer-widget-wrapper-new .single-widget-items .footer-content .social-icon a {
  width: 50px;
  height: 50x;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--theme);
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper-new .single-widget-items .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.footer-widget-wrapper-new .single-widget-items .list-items li {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
.footer-widget-wrapper-new .single-widget-items .list-items li i {
  margin-right: 10px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper-new .single-widget-items .list-items li a {
  color: var(--white);
}
.footer-widget-wrapper-new .single-widget-items .list-items li:not(:last-child) {
  margin-bottom: 18px;
}
.footer-widget-wrapper-new .single-widget-items .list-items li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-new .single-widget-items .list-items li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper-new .single-widget-items .list-items li:hover i {
  color: var(--theme);
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items {
  display: flex;
  gap: 20px;
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widget-wrapper-new .single-widget-items .contact-info .contact-items {
    flex-wrap: wrap;
  }
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  color: var(--header);
  background-color: var(--theme);
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .icon i {
  font-size: 18px;
  color: var(--white);
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .content h6 {
  font-weight: 400;
  color: var(--white);
}
.footer-widget-wrapper-new .single-widget-items .contact-info .contact-items .content h6 a {
  color: var(--white);
}

.footer-bottom {
  padding: 40px 0;
  position: relative;
  border-top: 1px dashed #767676;
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .mean__menu-wrapper.open {
    position: absolute;
    top: 80px;
    z-index: 999;
    background: white;
    border-top: 1px solid black;
    width: 100%;
    left: 0;
}
    .mean__menu-wrapper.open #mobile-menu {
        display: block !important;
        padding: 15px;
    }
    .mean__menu-wrapper.open #mobile-menu ul {
    display: flex;
    flex-direction: column;
}
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper p span {
  color: var(--theme);
}
.footer-bottom .footer-wrapper .bottom-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-bottom .footer-wrapper .bottom-list li {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.footer-bg {
  background-color: #0B1D21;
}