.logo-img {
    height: 55px;
  }
  
/* .cleint-box a img{
  opacity: 0.5;
  width: 100%;
} */

.active{
  background: -webkit-linear-gradient(45deg, #ff5988, #500c7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.swiper-wrapper{
  align-items: center;
}

.counter-badge {
    color: rgb(255, 255, 255);
    background: #000;
    padding: 10px 0px;
    font-size: 20px;
    border-radius: 4px;
    text-transform: uppercase;
    opacity: .2;
    /* text-shadow: 0 0 5px #0f0, 0 0 10px #0f0; */
}