/* Cursor */
.cursor {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 999;
    transform: translate(-50% ,-50%);
    mix-blend-mode: difference;
    background-color: var(--ast-global-color-3);
    -webkit-transform: translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
    -o-transform: translate(-50% ,-50%);
}

.cursor-small {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.cursor-big {
	height: 120px;
	width: 120px;
    border-radius: 50%;
}

/* Text Animation */

.dm-heading .line{
    overflow: hidden;
}