  .error {color: red;}
  .blur {filter: blur(8px);}
  .popup-close {color:#800080;}
  .subscribe_now {
  h4 {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  text-align: center;
  }
  p {
  font-size: 14px;
  line-height: 20px;
  color: #34495e;
  text-align: justify;
  }
  h4 span {
  background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textcolorchange 4s linear infinite;
  }
  }
  .subscribe_form {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
  &:focus {
  outline: none;
  }
  .form-control {
  border: none;
  &:focus {
  box-shadow: none;
  }
  }
  input {
  height: 44px;
  }
  button {
  border: none;
  height: 44px;
  background: rgb(247, 0, 104);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
  color: #fff;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  &:hover, &:focus, &:active, &:visited {
  color: #fff;
  background: rgb(247, 0, 104);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  &:before {
  background-color: rgba(14, 208, 133, 0.77);
  transition: all ease 0.3s;
  background: rgb(247, 0, 104);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  }
  }
  &:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #0ed085;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  }
  }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
  }
  }