/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 16:13:27 */
.moving-text-wrap {
   position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}
.moving-text-list {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    animation: scroll 70s linear infinite;
}
.moving-text-image-icon img {
	
}
@keyframes scroll {
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 0px));
}
}

.moving-text-item {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 64px !important;
    font-weight: 800 !important;
    color: transparent;
    text-transform: uppercase !important;
    line-height: 60px !important;
    -webkit-text-stroke-color: #069;
    -webkit-text-stroke-width: 1px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  
    letter-spacing: 0.02em;
    color: transparent;
 
    padding: 0 60px;
}
.moving-text-list > * {
    margin: 0 10px;
}

.bg-blur {
backdrop-filter: blur(15px);
}