/*
Theme Name: Zilom Child
Theme URI: https://gaviaspreview.com/wp/zilom/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: Child theme for the Zilom theme.
Template: zilom
*/

/* .btn-theme{
	background-color: transparent !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    fill: var(--e-global-color-e844e69) !important;
    color: var(--e-global-color-e844e69) !important;
    background-image: linear-gradient(90deg, #1B1B70 0%, #5858AA 100%) !important;
    border-style: groove !important;
    border-width: 2px 2px 2px 2px !important;
    border-radius: 15px 15px 15px 15px !important;
} */

.scrolling-marquee {
  width: 100%;
  overflow: hidden !important;
  background-color: #111; /* Optional: background */
  padding: 10px 0;
}

.scrolling-content {
  display: inline-block !important;
  white-space: nowrap !important;
  animation: scroll-left 20s linear infinite !important;
  color: #fff;
  font-size: 18px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.elementor img{
	width:100%;
}
