body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

#scroll-text div {
    text-wrap: nowrap;
    display: inline-block;
}

#scroll-text div span {
    margin-right: 20px;
}

.text-gradient {
    background: linear-gradient(to bottom, #7d590a 27%, #d5a410 40%, #3a2c0f 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}

.text-gradient::after {
    background: none;
    content: attr(data-heading) / "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
        -1px 0 1px #a68020,
        0 1px 1px #cda339,
        5px 5px 10px rgba(119, 120, 113, 0.4),
        -5px -5px 10px rgba(90, 82, 22, 0.4);
}