/* Cursor Common Styles */

*,
html
{
    cursor: none !important;
}

.elementor-editor-active *,
.elementor-editor-active html
{
    cursor: auto !important;
}

.wdt-cursor-outer
{
    -webkit-transition: all .08s ease-out;
            transition: all .08s ease-out;
}

.wdt-cursor
{
    position: fixed;
    top: 3px;
    left: 0;

    visibility: hidden;

    cursor: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    pointer-events: none;


/*     mix-blend-mode: exclusion; */
}

/* Type 1 */

.wdt-cursor-wrapper.type-1 .wdt-cursor-inner
{
    z-index: 10000001;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    clip-path: polygon(25% 25%, 76.5% 45.25%, 50% 50%, 42.42% 71.87%);
    background-color: black;
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-outer
{
    z-index: 10000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 1;
    clip-path: polygon(25% 25%, 76.5% 45.25%, 50% 50%, 42.42% 71.87%);
    background-color: var(--wdt-elementor-color-accent);
   
    border-style: solid white;
}

/* Link Hover Effect - 1 */

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    opacity: 1;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-cursor-link-hover
{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;

    opacity: .8;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-cursor-lightbox-hover
{
    opacity: 0;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;

    opacity: 1;
    background-color: transparent;
}

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover:after
{
    position: absolute;

    width: 40px;
    height: 40px;
    margin: auto;

    content: '';

    opacity: 1;
    border-width: 0;
    background-color: currentColor;

    -webkit-mask-image: url(../images/cursor-light-box.svg);
    mask-image: url(../images/cursor-light-box.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover:not(.wdt-cursor-link-hover):before{
    position:absolute;
    content:"";
    width: 30px;
    height: 30px;
    background-color: var(--wdtPrimaryColor);
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode:color;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 100% 100%, 0% 50%, 0 51%);

}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover:not(.wdt-cursor-link-hover):after{
    position:absolute;
    content:"";
    width: 30px;
    height: 30px;
    background-color: var(--wdtPrimaryColor);
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode:color;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0% 100%, 25% 50%, 0% 0%);


}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-outer.wdt-carousel-hover:not(.wdt-cursor-link-hover)
{
    width: 50px;
    height: 50px;
    margin: auto;

    opacity: 1;

    position: fixed;
    top: -24px;
    left: -24px;
    clip-path:unset;
    border-radius: 50%;
    opacity: 1;
    outline-width:5px;
    outline-style: ridge;
    background-color:var(--wdtTertiaryColor);
    mix-blend-mode: multiply;
    border: 2px solid black;
}
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:not(.wdt-cursor-link-hover) {
    width: 40px;
    height: 40px;
    clip-path:unset;
    top: -20px;
    left: -20px;
    margin: auto;
    border-radius: 50%;
    background-color: var(--wdtPrimaryColor);
    mix-blend-mode: hard-light;
    opacity: 0;
}






/*--------------------------------------------------------------
    Default Color
--------------------------------------------------------------*/

.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:before,
.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-carousel-hover:after
{
    color: var(--wdtAccentTxtColor);
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-outer
{
    border-color: var(--wdtAccentTxtColor);
}

.wdt-cursor-wrapper.type-1 .wdt-cursor-inner,
.wdt-cursor-wrapper.type-1 .wdt-cursor-inner.wdt-cursor-link-hover
{
    background-color: black;
}



.wdt-cursor-wrapper.type-1.link-hover-effect-1 .wdt-cursor-inner.wdt-cursor-lightbox-hover
{
    color: var(--wdtAccentTxtColor);
}
