/*Custom-style*/
.circle-button {
  &.touchup-color{
    div.elementor-widget-container{
      border: 0px solid #000;
      background: #ffffff;
      &:before {
        background: linear-gradient(90deg,rgba(240, 145, 5, 1) 0%, rgba(217, 96, 9, 1) 99%);
      }
    }
  }
}

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