
.stroke-text {
    font-family: Teko, sans-serif;
    text-shadow: -1px -1px 0 #39b54a, 0px -1px 0 #39b54a, 1px -1px 0 #39b54a, 1px 0px 0 #39b54a, 1px 1px 0 #39b54a, 0px 1px 0 #39b54a, -1px 1px 0 #39b54a, -1px 0 0 #39b54a;
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    line-height: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    z-index: 13;
  }
  .stroke-text.font-size-160 {
    font-size: 160px !important;
  }
  .stroke-text.font-size-225 {
    font-size: 225px;
    line-height: 100%;
  }
  .stroke-text.style2 {
    text-shadow: -1px -1px 0 #d5bda2, 0px -1px 0 #d5bda2, 1px -1px 0 #d5bda2, 1px 0px 0 #d5bda2, 1px 1px 0 #d5bda2, 0px 1px 0 #d5bda2, -1px 1px 0 #d5bda2, -1px 0 0 #d5bda2;
    color: #0c0611;
  }
  .stroke-text.type2 {
    position: absolute;
    font-size: 150px !important;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1843137255), 0px -1px 0 rgba(255, 255, 255, 0.1843137255), 1px -1px 0 rgba(255, 255, 255, 0.1843137255), 1px 0px 0 rgba(255, 255, 255, 0.1843137255), 1px 1px 0 rgba(255, 255, 255, 0.1843137255), 0px 1px 0 rgba(255, 255, 255, 0.1843137255), -1px 1px 0 rgba(255, 255, 255, 0.1843137255), -1px 0 0 rgba(255, 255, 255, 0.1843137255);
    color: #0c0611;
    display: flex;
    left: -50%;
    right: 50%;
    transform: translate(50%, -12px);
    justify-content: center;
  }
  
  .stroke-text::before {
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 0px;
    color: #39b54a;
    width: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .stroke-text.style2::before {
    color: #d5bda2;
  }
  
  .stroke-text:hover::before {
    width: 100%;
  }
  