/*Custom-style*/
.circle-button {
  &.prova-color{
    div.elementor-widget-container{
      border: 0px solid #000;
      background: #ffffff;
      &:before {
        background: var(--gradient-c);
      }
    }
  }
}

.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;
  }
}
