

/*
----------------------------------
SCROLL REVEAL
----------------------------------
*/

.scroll-reveal{

    opacity:0;

    transform:translateY(80px);
}

/*
----------------------------------
FLOATING TOWER
----------------------------------
*/

.tower-float{

    will-change:transform;

    pointer-events:none;
}

/*
----------------------------------
SECTIONS
----------------------------------
*/

.section-highlight h2{

    color:var(--sdt-yellow);

    font-size:clamp(2rem,5vw,5rem);

    line-height:1;
}

.section-highlight{

    padding:120px 0;
}

.section-highlight p{

    font-size:1.2rem;
}

/*
----------------------------------
GLOW BUTTON
----------------------------------
*/

.btn-primary{

    background:var(--sdt-yellow);

    border:none;

    color:#000;

    transition:.3s;
}

.btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:
        0 0 25px rgba(247,255,77,.5);
}

/*
----------------------------------
FOOTER
----------------------------------
*/

footer{

    border-top:
    1px solid rgba(255,255,255,.15);
}

/*
----------------------------------
SVG LINES
----------------------------------
*/

.svg-lines path{

    stroke-dasharray:1500;

    stroke-dashoffset:1500;
}
/*# sourceMappingURL=spiritodeltempo.css.map */