.cms-locate-pointer-layout-1 {
    .inner-content {
        position: relative;
    }
    .img-bg {
        text-align: center;
    }
    .item-pointer {
        position: absolute;
        //overflow: hidden;
        .item--inner {
            width: 32px;
            height: 32px;
            position: relative;
        }
        .item--image {
            position: relative;
            bottom: 0;
            left: 0;
            @include transition(all 300ms linear 0ms);
            padding: 0;
            @include border-radius(50%);
            background: transparent;
            img {
                @include border-radius( 50% );
            }
            .line-video-animation {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                @include border-radius(100%);
            }
        }
        .item--pointer{
            width: 30px;
            height: 30px;
            display: block;
            padding: 6px;
            background: #{'rgba(var(--color-accent-rgb), 0.4)'};
            position: absolute;
            left: -1px;
            top: -1px;
            &:before{
                content: '';
                width: 18px;
                height: 18px;
                display: block;
                background: $accent-color;
                border: 5px solid $white;
                @include border-radius(50%);
            }
        }
        .item-holder {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 999;
            [dir="rtl"] &{
                left: auto;
                right: 50%;
            }
            @include transition(all 300ms linear 0ms);
            .inner-holder {
                width: 210px;
                max-width: 210px;
                min-height: 100px;
                background-color: #fff;
                padding: 30px;
                position: relative;
                &:after {
                    content: "";
                    bottom: -10px;
                    left: 0px;
                    position: absolute;
                    display: block;
                    border-top: 0px solid transparent;
                    border-bottom: 10px solid transparent;
                    border-left: 12px solid #fff;
                }
            }
        }
        &:nth-child(1) {
            top: 26%;
            left:26%;
        }
        &:nth-child(2) {
            top: 65%;
            left: 42%;
        }
        &:nth-child(3) {
            top: 46%;
            left: 70%;
        }
        &:nth-child(4) {
            top: 9%;
            left: 70%;
        }
        &:nth-child(5) {
            top: 37%;
            left: 74%;
        }
        &.holder-left {
            .item-holder {
                right: 50%;
                left: auto;
                [dir="rtl"] &{
                    right: auto;
                    left: 50%;
                }
                .inner-holder {
                    &:after {
                        border-top: 0px solid transparent;
                        border-bottom: 10px solid transparent;
                        border-right: 12px solid #fff;
                        border-left: 0;
                        left: auto;
                        right: 0;
                    }
                }
            }
        }
        &:hover {
            overflow: visible;
            .item--image {
                border-color: transparent;
                .line-video-animation {
                    @include animation(squares 3.9s linear 0s infinite);
                    -webkit-animation-play-state: running;
                    -moz-animation-play-state: running;
                    -o-animation-play-state: running;
                    animation-play-state: running;
                    &.line-video-2 {
                        -webkit-animation-delay: 1.3s;
                        -moz-animation-delay: 1.3s;
                        -o-animation-delay: 1.3s;
                        animation-delay: 1.3s;
                    }
                    &.line-video-3 {
                        -webkit-animation-delay: 2.6s;
                        -moz-animation-delay: 2.6s;
                        -o-animation-delay: 2.6s;
                        animation-delay: 2.6s;
                    }
                }
            }   
            .item-holder {
                visibility: visible;
                opacity: 1;
                bottom: 32px;
                clip: inherit;
            }
        }
    }

    .item-pointer{
        &.elementor-repeater-item-f1a8510{
           .item-holder{
                right: calc(50% + 5px);
                left: auto;
                .inner-holder:before{
                    left: auto;
                    right: 0;
                }
           } 
        }
    } 
}