.newsletter-wrapper {
  bottom: -80px;
  position: relative;
}

.newsletter-wrapper h2 {
  font: normal normal 700 24px/34px var(--ff-montserrat-font);
  max-width: 53%;
}

.newsletter-box {
  padding: 40px;
  background-color: var(--green);
  box-shadow: 0px 0px 50px #00000012;
}

.newsletter-inputbox input {
  width: 100%;
  height: 52px;
  border-radius: 100px;
  background-color: white;
  border: none;
  top: 0;
  color: var(--white);
  padding-right: 60px;
}

.newsletter-wrapper .section-title.text-white h2 {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 13px;
  position: relative;
  text-align: left;
}

.newsletter-inputbox .serch-icon {
  background: var(--green);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 46px;
  width: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white) !important;
}

.newsletter-inputbox .serch-icon:hover {
  color: var(--black);
}

.newsletter-wrapper .section-title {
  background-color: transparent;
}

.newsletter-wrapper .section-title::before,
.newsletter-wrapper .section-title::after {
  display: none;
}

.newsletter-wrapper .section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 133px;
  height: 5px;
  background-color: #fff;
}


.footer-wrapper {
  padding: 170px 0 60px;
  background-color: #5d6771;
  background-position: center right;
  background-repeat: no-repeat;
}

.footer-logo {
  max-width: 300px;
  margin-bottom: 24px;
}

.footer-logo ~ p {
  font: normal normal 400 18px/22px var(--ff-montserrat-font);
  color: var(--white);
  margin-bottom: 24px;
}

footer strong {
  font: normal normal bold 24px / 1.21 var(--ff-montserrat-font);
  color: var(--white);
  margin-bottom: 24px;
  display: block;
}

.nav-menu li:not(:last-of-type) {
  margin-bottom: 12px;
}

.nav-menu a {
  font: normal normal 400 18px / 24px var(--ff-montserrat-font);
  padding-left: 28px;
  position: relative;
  color: var(--white);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;	
}

.nav-addres li a,
.nav-addres li p {
  font: normal normal 400 18px / 24px var(--ff-montserrat-font);
  color: var(--white);
}

.nav-addres {
  margin-bottom: 12px;
}

.nav-menu a:hover {
  color: var(--green);
}

.nav-menu a:hover::before {
  color: var(--green);
}

.nav-menu a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";

  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 16px;
}

.nav-addres li img {
  max-width: 18px;
  margin-right: 18px;
}

.nav-addres li {
  margin-bottom: 12px;
}

.social-media-link {
  padding: 0;
}

.social-media-link li:not(:first-of-type) {
  margin-left: 8px;
}

.social-media-link a {
  width: 40px;
  height: 40px;
  background: #ffffff1f 0% 0% no-repeat padding-box;
  color: var(--white);
  border-radius: 100px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.social-media-link a:hover {
  background-color: var(--green);
  color: var(--white);
}

.footer-bottom {
  background-color: #000;
  padding: 24px;
}

.footer-bottom p {
  font-size: 14px;
}

/*///////////////////// MEDIA /////////////////////// */
@media (max-width: 1199px) {
  .footer-wrapper {
    padding: 130px 0 60px;
  }

  .nav-menu a,
  .nav-addres li a,
  .nav-addres li p,
  .footer-logo ~ p,
  .blog-box .description-text span {
    font-size: 16px;
  }

  .footer-bottom p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  footer strong {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .nav-menu li:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .footer-wrapper {
    padding: 120px 0 30px;
  }
	
  .newsletter-wrapper h2 {
    font-size: 24px;
    max-width: 100%;
  }	
}

@media (max-width: 767px) {
  footer strong {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .footer-bottom {
    padding: 12px;
  }
	
  .newsletter-wrapper h2 {
    font-size: 18px;
  }	
	
  .newsletter-box {
    padding: 24px;
  }	

  .newsletter-wrapper .section-title {
	padding: 0;
  }	
}

@media (max-width: 575px) {
  .newsletter-wrapper h2 {
    font-size: 18px;
    line-height: 1.3;
  }	
	
  .newsletter-box {
    padding: 24px 12px;
  }	
	
}
.narrow-newsletter {
    max-width: 500px;
}
