/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#animated-text {
    font-family: "Manasco", Sans-serif;
    font-size: 162px;
    text-align: left;
    line-height: 1em;
    overflow: hidden;
    display: inline-block;
    color: #fff;
}
  .text-line {
    display: flex;
    justify-content: left;
    gap: 5px; /* Добавляем небольшой отступ между буквами */
    margin-bottom: 5px;
  }
  
  .text-line span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
  }
  
  .programm .wd-nav-pagin-wrap {
    position: absolute;
    top: -40px;
  }
  .programm .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #fff !important;
    background-color: #ffffff !important;
  }
  .programm .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border: none !important;
    background-color: #ffffff61 !important;

  }