/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 19, 2026, 9:33:46 AM
    Author     : ADMIN
*/

.word {
  display: inline-block;
  opacity: 0;
  transform: translateX(120px);
  filter: blur(8px);
}

.jk-animate-slide {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.jk-animate-slide li {
  position: absolute;
  top: 0;
  left: 0;
}
