.single_item_content {
    background: #6346fe;
}

.dropdown-item.active,
.dropdown-item:active,
.excerpt-date,
.content-date,
.post-navigation:hover,
.widget.widget_tags a:hover,
.excerpt-date,
.thegncy-btn a,
.thegncy-btn input,
.portfolio-filter li.select-cat,
.gradient-bg,
.service-item:hover,
.feature-item:hover .feature-item-icon,
.banner .bnr-social ul li a:hover,
.banner .bnr-btn ul li a:hover {
    background-image: linear-gradient(-36deg, #9699ff 0%, #6346fe 100%);
}

.widget ul li a:hover,
.widget ul li:hover,
.widget.widget_recent_post ul li a:hover,
.excerpt-item ul li a,
.feature-item-icon i,
.bnr-counter ul li span,
.service-item i{
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(-36deg, #9699ff 0%, #6346fe 100%);
}

.bnr-counter ul li:nth-child(1) span,
.bnr-counter ul li:nth-child(3) span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(0deg, rgb(255, 182, 147) 0%, rgb(255, 167, 195) 100%);
}


.banner p span,
.section-title > span,
.section-title h1 span,
.section-title > span {
    color: #6346fe;
}