.antra-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -ms-transition: opacity .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    -webkit-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s
}

.antra-cursor:before {
    background: var(--primary-color)
}

.antra-cursor:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out,opacity .1s,-webkit-transform .3s ease-in-out,-moz-transform .3s ease-in-out,-o-transform .3s ease-in-out
}

.antra-cursor:is(.-normal) {
    mix-blend-mode: normal
}

.antra-cursor:is(.-normal):before {
    background: currentColor
}

.antra-cursor:is(.-text) {
    mix-blend-mode: normal
}

.antra-cursor:is(.-text) .antra-cursor-text {
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.antra-cursor:is(.-text):before {
    background: currentColor
}

.antra-cursor:is(.-inverse) {
    color: #fff
}

.antra-cursor:is(.-visible):before {
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    -moz-transform: scale(.2);
    -webkit-transform: scale(.2);
    transform: scale(.2)
}

.antra-cursor:is(.-visible):is(.-active):before {
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    -moz-transform: scale(.23);
    -webkit-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.antra-cursor:is(.-pointer):before {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.antra-cursor:is(.-text):before {
    background: #000;
    opacity: .8;
    backdrop-filter: blur(10);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.antra-cursor:is(.-text):is(.-active):before {
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.antra-cursor:is(.-opaque):before {
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.antra-cursor:is(.-opaque):is(.-active):before {
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.antra-cursor:is(.-lg):before {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2)
}

.antra-cursor:is(.-hidden):before {
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.antra-cursor-text {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -.01em;
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -webkit-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    -ms-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -o-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -moz-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    -webkit-transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
    transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s
}

@supports (mix-blend-mode: exclusion) {
    .antra-cursor.-exclusion,.antra-cursor.-opaque {
        mix-blend-mode:exclusion
    }
}

@supports (mix-blend-mode: exclusion) {
    .antra-cursor.-exclusion:before,.antra-cursor.-opaque:before {
        background:#fff
    }
}
