/*title section
---------------------------------------------------------------- */
.tf-title-section .title-section .blurred-text {
    color: transparent;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(31,36,44,0.07);
    white-space: nowrap;
}

.tf-title-section .sub-title p {
    margin: 0;
}

.tf-title-section .title-section .blurred-text {
    /*background: linear-gradient(90deg, #000, #fff, #000);*/
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 70%;
    animation: shine 5s linear infinite;
    position: relative;
}

.tf-title-section .title-section .heading {
    display: inline-block;
}
.tf-title-section .title-section .heading,
.tf-title-section .title-section .sub-title {
    position: relative;
    z-index: 1;
}