body {
  font-family: 'Plus Jakarta Sans', 'sans-serif';
}

.shadow-custom {
  box-shadow:0px 7px 29px 0px rgba(100, 100, 111, 0.2) ;
}

.partner-logo{
  filter: brightness(0) invert(1);
}

.swiper-pagination-bullet{
  background-color: #171d4e !important;
}

.thumb .swiper-slide-thumb-active{
  transform: scale(1.1) translateY(-15px) !important;
  transition: all 200ms ease !important;
}

.circle-title::after{
  content: '';
  width: 90%;
  height: 1px;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* .nav-group.active .nav-link::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0) !important;
  transition: all 200ms ease;
} */

.nav-link::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transform: translateX(-110%);
  transition: all 200ms ease;
}

.categories:hover img{
  transform: scale(1.1);
}

.nav-group .nav-link:hover::after{
  transform: translateX(0);
}

@media screen and (min-width: 320px  ) and (max-width: 992px) {
  .thumb .swiper-slide-thumb-active{
    transform: scale(0.9) translateY(-5px) !important;
    transition: all 200ms ease !important;
  }
}
