body{
    background: #343434;
    overflow-x: hidden;
    color: #FFF;
}
.previous{
    background-color: #000 !important;
}
.bold-black{
    color: #FFF;
}
.blog-carousel a, .blog-tabs a{
    color: #FFF;
}
.Latest .card{
    background: #000;
    color: #FFF ;
}
.blog-tabs .card{
    background: #000;
    color: #FFF ;
}
.breadcrumbwl a::before {
    content: "";
    background: #343434 !important;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    left: -9px;
}
.breadcrumbwl a::after {
    content: "";
    background: #000000;
    width: 21px;
    height: 19px;
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    right: -11px;
    z-index: 99;
}
.breadcrumbwl a, .cat span {
    color: #fff !important;
    background: #000;
}
.breadcrumbwl i{
    color: #FFF;
}
.bg-white, .blue {
    background: #343434 !important;
}
.search-modal .modal-content .form-control {
    color: #bfbfbf;
}
.rotate-bg::before {
    position: absolute;
    background: #000000;
    width: 140%;
    content: "";
    height: 87%;
    top: 30px;
    left: -20px;
    transform: none;
    box-shadow: none;
    padding-top: 120px;
}
.site-color, .t-black{
    color: #FFF !important;
}
.bg_gray{
    background: #000;
}
.whitt .card{
    background: #000;
}
.whitt .bg-light{
    background: #000 !important;
}
.red {
    background: 0 0;
    box-shadow: none;
    border-bottom: 1px solid #ffffff4f;
}
.red.dark {
    background: #040404;
    box-shadow: 0 0 18px #464646;
}
.title_txt{
    background: linear-gradient(90deg, #F01350 0%, #FF0088 27%, #B52AF0 54%, #1A1EFF 78.5%, #00D6FE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 768px) {
    p {
        font-size: 18px;
        color: #FFF !important;
        padding-bottom: 30px;
        font-weight: 400 !important;
    }
    .Latest a, .btn-sm, .t-purple {
        color: #FFF !important;
    }
    .blog-carousel a, .blog-tabs a {
        color: #FFF;
    }
    .Cryptocurrency a, .Metaverse a, .Web a, .most a, .nft a, .trending a{
        color: #FFF !important;
    }
}