/*
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
*/

.dark.counter__area {
    background-color: var(--dark);
    background: linear-gradient(to right, var(--primary) 25%, var(--secondary) 50%, var(--primary) 75%, var(--secondary) 100%);
}
.counter__area-2 {
    position: inherit;
    background: linear-gradient(to right, var(--primary) 25%, var(--secondary) 50%, var(--primary) 75%, var(--secondary) 100%)!important;
}
.counter__area-2 .overlay {
    display: none;
}
.counter__area-2 .shape-2{
    display: none;
}

