.h1tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px ;
}

.in_para {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
}

.ban_button{
  overflow: hidden;
  border-radius: 999px;
  width: fit-content !important;
  margin-top: 50px;
}
.ban_button a,
.ban_button button {
  --color: #ee48b4;
  background-color: var(--color);
  background-position: 100% 100%;
  font-family: inherit;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  border: 2px solid var(--color) ;
  outline: 0 !important;
  transition: .5s; 
  z-index: 1;
  font-size: 16px;
  border-radius: 999px;
  font-weight: 500;
  color: #fff !important ;
  text-decoration: none !important;
  line-height: unset !important ;
  height: unset !important;
 }
 
.ban_button a:before,
.ban_button button::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e0d2db;
  background: #ffd8e3;
  height: 150px;
  width: 100%;
  border-radius: 50%;
 }
 
.ban_button a:hover,
.ban_button button:hover {
  color: #000 !important ; 
 }
 
.ban_button a:before,
.ban_button button::before {
  top: 115%;
  left: 0%;
  transition: all .5s;
 }

.ban_button a:hover:before,
.ban_button button:hover::before {
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  border-radius: 99px;
  width: calc(100% + 0px);
  height: calc(100% + 0px);
 }

@media (max-width: 1199px) {
  .h1tag {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .inner_sec_1{
    text-align: center;
  }
}
@media (max-width: 767px) {
  .h1tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
}
