/*Custom-style*/
.circle-button {
  &.gaoon-color{
    border: 0px solid #000;
    background: var(--gradient-c);
    &:before {
      background: #000000;
    }
  }
}

.swiper-slide-image{
  filter: brightness(0%);
}

.elementor-widget-nav-menu li a{

  &.elementor-item-active,&:hover {
    background: var(--gradient-c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: all 0.3s ease;
  }
}
