/* ===== Buttons Css ===== */
.newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.newsletter-area .subscribe-text .light-rounded-buttons .active.primary-btn, .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:hover, .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.newsletter-area .subscribe-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== call action four =====*/
.newsletter-area {
  background-color: var(--primary);
  text-align: center;
  padding: 100px 0;
}
.newsletter-area .section-title {
  max-width: 560px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .newsletter-area .section-title {
    margin-bottom: 30px;
  }
}
.newsletter-area .section-title span {
  color: var(--white);
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .newsletter-area .section-title span {
    margin-bottom: 10px;
  }
}
.newsletter-area .section-title h2 {
  color: var(--white);
}
@media (max-width: 767px) {
  .newsletter-area .section-title h2 {
    font-size: 25px;
  }
}
.newsletter-area .section-title h3 {
  font-size: 62px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--light-1);
  z-index: -1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--white) !important;
  opacity: 0.2 !important;
}
@media (max-width: 767px) {
  .newsletter-area .section-title h3 {
    font-size: 35px;
    top: -10px;
  }
}
.newsletter-area .subscribe-text {
  text-align: center;
  background: var(--white);
  display: inline-block;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: var(--shadow-6);
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text {
    padding: 20px;
  }
}
.newsletter-area .subscribe-text form {
  display: flex;
  text-align: center;
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text form {
    display: block;
  }
}
.newsletter-area .subscribe-text input {
  height: 46px;
  width: 100%;
  border: none;
  background-color: var(--white);
  border-radius: 5px;
  padding: 0px 30px;
  display: block;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--light-1);
  background: transparent;
  color: var(--dark);
  font-weight: 500;
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .newsletter-area .subscribe-text .light-rounded-buttons .primary-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=call-to-action-08.css.map */
