/* ==================================================
   NX FOOTER BOTTOM
   CYAN
================================================== */

.nx-footer-bottom {

    color:
        #ffffff
        !important;

    text-shadow:

        0 0 .5rem
        rgba(0, 217, 255, .18),

        0 0 1rem
        rgba(0, 217, 255, .08)
        !important;

}


/* ==================================================
   NX FOOTER BRAND
   CYAN GRADIENT
================================================== */

.nx-footer-brand {

    background:
        linear-gradient(
            90deg,
            #00D9FF 0%,
            #8AF3FF 50%,
            #00D9FF 100%
        )
        !important;

    -webkit-background-clip:
        text
        !important;

    background-clip:
        text
        !important;

    -webkit-text-fill-color:
        transparent
        !important;

    color:
        transparent
        !important;

}