.hero-section {
    position: relative;
 
    padding-top: 113px;
   padding-bottom: 0;
  }
  .hero-section>div{
    padding-top: 0px;
    padding-bottom: 0;
  }
  .hero-section main{
    display: flex;
  }
  .hero-section main .content{
    width: 60%;
    padding-top: 130px;
    overflow: hidden;
  }
  .hero-section main .img-side{
    width: 40%
  }
  .hero-section .content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 63px;
    color: #fff;
  }
  
  .hero-section .content h1 span {
    color: #F27D96;
  }
  
  .hero-section .content p{
    margin: 16px 0 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
  }
  
  .hero-section .content button {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    gap: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    background: #18ADE7;
    border-radius: 4px;
    border: 1px solid #18ADE7;
    cursor: pointer;
  }
  
  .hero-section .content button img {
    width: 22px;
    height: 22px;
    position: relative;
  }
  
  
  .hero-section .counter-box {
    display: flex;
    align-items: baseline;
    margin-top: 50px;
    /* flex-wrap: wrap; */
    margin-left: 0;
    margin-right: 0;
  }
  
  .hero-section .counter-box .item {
    padding-right: 50px;
    padding-left: 50px;
    border-right: 1px solid #7E3A98;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 100%;
    /* width: min-content;
    flex: auto; */
  }
  .hero-section .counter-box .item:nth-of-type(1){
    padding-left: 0 !important;
  }
  .hero-section .counter-box .item:last-child {
    border: none;
    padding-right: 0 !important;
  }
  .hero-section .counter-box .item h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
  }
  
  .hero-section .counter-box .item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #F7AEFF;
  }
  .hero-section .img-side{
    position: relative;
  }
  .hero-section .img-side .hero-img {
    position: relative;

  }
  .hero-bg{
    position: absolute;
    top: -4%;
    min-width: 767px;
    left: -38%;
  }
  
  .hero-section .hero-arrow-bg {
    position: absolute;
    bottom: -11%;
    left: 0;
    z-index: 3;
  }
  .hero-buttons{
    display: flex;
    align-items: end;
    gap: 20px;
  
  }
  @media(max-width:1470px){
    .hero-bg {
      position: absolute;
      top: 0%;
      min-width: 667px;
    }
  }
  @media(max-width:1300px){

    .hero-bg {
      top: 7%;
      min-width: 520px;
      left: -30%;
  }
  .hero-section main .img-side {
    width: 45%;
}
  }
  
  @media(max-width:1400px) {
    .hero-section .content h1{
      font-size: 42px;
    }
    .hero-section .counter-box .item{
      padding-right: 20px;
      padding-left: 20px;
    }
  }
  
  @media(max-width:1200px) {
    .hero-title {
      font-size: 32px;
    }
    .hero-section main .content{
      padding-top: 30px;
    }
  
  }
  @media(max-width:991px){
    .hero-section{
      padding-bottom: 0;
    }
    .hero-bg{
      left: 50%;
    transform: translateX(-54%);
    }
    .hero-section main{
      flex-direction: column;
    }
    .hero-section main>div{
      width: 100% !important;
    }
    .hero-section .img-side .hero-img{
      position: static;
      margin: 20px auto 0 auto;
      display: block;
      transform: translateY(0px);
    }
    .hero-section .content h1{
      font-size: 36px;
    }
    .hero-section .counter-box .item p{
      margin-top: 8px;
    }
    .hero-section .counter-box .item h2{
      font-size: 24px;
    }
    .hero-section .counter-box{
      margin-top: 30px;
    }
    .hero-section .content p{
      margin: 10px 0 8px 0;
    }
  }
  
  @media(max-width:767px) {
    .hero-section {
      padding-top: 70px;
    }
    .hero-section .img-side .hero-img{
      width: 80%;
      max-width: 400px;
      transform: translateY(0px);
    }
    .hero-section .content h1{font-size: 30px;}
  }
  
  @media(max-width:576px) {
    .hero-section .content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
    }
    .hero-buttons a{
width: 100% !important;
justify-content: center;
text-align: center;
    }
    .hero-buttons{
      flex-direction: column;
      gap: 16px;
    }
    .hero-section .content h1 {
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
    }
  
    .hero-section .img-side .hero-img{
      width: 90%;
      transform:translate(15px, 0);
    }
    .hero-bg{
      width: 100%;
      max-width: 500px;
      min-width: 300px;
      top: 11%;
    }
    .hero-section main .content {
      padding-top: 45px;
  }

  }
  