div#owl-carousel {
    display: none;
}

div#comments {
    display: none;
}

.mt__main {
    min-height: min(max(750px, 46.87vw), 589px);
}

h2.banner__heading {
    display: none;
}

.scrool-button {
    display: none;
}

/* news Card  design */
.news_header-card {
    border-radius: 36px;
    position: relative;
    /* width:min(max(330px,32.81vw),630px); */
    height: min(max(440px, 32.81vw), 630px);
    overflow: hidden;
    cursor: pointer;
    transition: all ease .2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


span.previousNews {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    padding: 10px;
}


.news_header-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    background: linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    background: -webkit-linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    background: -moz-linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    background: -o-linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    background: -ms-linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    background: linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    z-index: 2;
    pointer-events: none;
}

.news_header-card .img-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-card-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    transition: all 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.swiper-slider {
    transition: transform 0.3s ease;
    transition-property: transform;
    will-change: transform;
}

.news_card-text-box {
    text-align: left;
    position: absolute;
    bottom: 0rem;
    padding: 1rem 1.5rem;
    color: white;
    z-index: 2;
    transition: all .5s ease;
    /* width: 100%; */
    display: block;
    width: 100%;
    left: 0;
}

.news_card-text-box.text-start>a:first-child {
    /* background: red; */
    position: absolute;
    inset: 0;
    width: 100%;
}

.label--wrapper>.linkdin--link {
    display: none;
}

.label--wrapper.linkedin>.linkdin--link {
    display: block !important;
}

.news_card-text-box p.label {
    border-radius: 23px;
    padding: 6px 10px;
    color: #fff;
    width: fit-content;
    font-size: min(max(14px, 0.78vw), 16px);
    background-color: #FF0000;
    margin-bottom: 1.2rem;
}

.news_card-text-box p.label.betting {
    background-color: #566BFE !important;
}

.news_card-text-box .heading {
    font-size: min(max(18px, 1.875vw), 36px);
    line-height: 23px;
    color: #fff;
    margin-bottom: 1rem;
}

.news_card-text-box .paragraph {
    font-size: min(max(14px, 0.78vw), 16px);
    line-height: normal;
    overflow: hidden;
    height: 20px;
    transition: all 1s ease-in-out;
    color: #fff;
}

.news_card-text-box .date_time {
    font-size: 12px;
    margin: 0px 0;
    color: #fff;
    margin-bottom: 8px;
}

.news_card-text-box .read-artical-btn {
    background: #2E27F8;
    border-radius: 12px;
    color: #fff;
    padding: 6px 14px;
    transition: all 0.5s ease-in-out;
    border: 2px solid #2E27F8;
    font-size: 14px;
    z-index: 4;
    position: relative;
}

.news_card-text-box .read-artical-btn svg {
    /* display: none !important; */
    margin-left: 6px !important;
}

.news_card-text-box .read-artical-btn:hover {
    background-color: transparent;
    border-color: #fff;
    transition: all 0.5s ease-in-out;
}

.news_header-card:hover .news-card-img {
    transform: scale(1.1);
    z-index: -1;
}

.news_header-card:hover .paragraph {
    height: 85px;
}

.news_header-card:hover::before {
    background: linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #000000 40.83%, rgba(0, 0, 0, 0) 100%);

}

/* news-body-card */
.news-card {
    min-width: min(max(370px, 21.354vw), 410px);
    height: min(max(240px, 15.8vw), 305px);
    border-radius: 36px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.news-card .img-link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease-in-out;
    background: linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
    z-index: 2;
}

.news-card .news-card-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    transition: transform 3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: -1;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.news-card:hover .news-card-img {
    transform: scale(1.1);
}

.news-card:hover::before {
    background: linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 100%);
}

.news-card .news_card-text-box {
    display: flex;
    flex-direction: column;

    align-items: self-start;
}

.news_card-text-box .heading {
    font-size: 18px;
    line-height: normal;
    margin-bottom: .5rem;
}

.news_card-text-box .paragraph {
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 1.5s ease-in-out;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
}

.news-cat-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.blogs__row {
    flex-grow: 1;
    padding: 10px 0;
    width: 100%;
}

.news_body-cards>a {
    display: inline;
}

ul.wp-block-categories-list.wp-block-categories {
    list-style: none;
    padding: 10px 15px;
    color: #ACACAC;
    margin: 0;
}

ul.wp-block-categories-list.wp-block-categories li a {
    color: #ACACAC;
    font-size: 20px;
    white-space: nowrap;
    /* font-style: normal; */
    font-weight: 600;
    margin-bottom: 10px;
    font-family: Poppins;
}

ul.wp-block-categories-list.wp-block-categories li a:is(:hover, :focus, :active) {
    color: #000;
}

@media(max-width:991px) {
    .news-cat-wrapper {

        flex-direction: column-reverse !important;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    ul.wp-block-categories-list.wp-block-categories {
        list-style: none;
        padding: 10px 15px;
        color: #ACACAC;
        display: flex;
        overflow-x: scroll;
        width: 100%;
        gap: 15px;
    }

    /* removed scale(1.1) because of flicker issue in mobile 08-07-2024 */
    .news_header-card:hover .news-card-img {
        transform: unset;
    }
}

.custom__post,
.custom__post .caf-featured-img-box,
.custom__post #manage-post-area {
    border-radius: 36px
}

.custom__post #manage-post-area {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    transition: all 1.5s ease-in-out;
    background: linear-gradient(0deg, #000000 27.83%, rgba(0, 0, 0, 0) 85.38%);
}

.data-target-div1 .caf-post-layout3 .caf-post-title h2 a:hover,
.data-target-div1 .caf-post-layout3 span.date {
    color: #fff;
}

.data-target-div1 .caf-post-layout3 .caf-meta-content-cats li a {
    border-radius: 23px;
    padding: 6px 10px;
    color: #fff;
    width: fit-content;
    font-size: min(max(14px, 0.78vw), 16px);
    background-color: #566BFE !important;
    margin-bottom: 0rem;

}

.custom__post .caf-featured-img-box {
    height: 300px;
}

.data-target-div1 .caf-post-layout3 span.author,
.data-target-div1 .caf-post-layout3 span.date,
.data-target-div1 .caf-post-layout3 span.comment {
    color: #fff;
}

.sidebar h2 {
    background: transparent;
    color: #000;
    padding: 10px 10px;
    font-size: 20px;
    margin-bottom: 0;
}

.caf-filter-layout3 a {
    border-radius: 20px;
}

.data-target-div1 #caf-filter-layout3 li a.active,
.data-target-div1 #caf-filter-layout3 li a span.post_count {
    background-color: #2E27F8;
    border-color: #2E27F8;
}


.category-list {
    list-style: none;
}

.category-link {
    color: #000 !important;
}

@media(max-width:768px) {
    .show_more-news {
        justify-content: center;
    }

    .single .post-navigation .nav-next,
    .single .post-navigation .nav-previous {
        width: 50%;
    }

    .post-navigation a {
        padding: 0 0.5em;
        height: auto;
        line-height: normal;
    }


}
