@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');
body,
html {
    font-family: var(--notech-font) !important;
}

a:hover {
    color: var(--logo);
}

.news-heading {
    background-color: var(--logo);
    width: 100%;
    padding: 10px 0px;
}

.news-top {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 450px;
    height: 100%;
    object-fit: cover;
}

.news-top img {
    border: 2px solid var(--logo);
    border-radius: 8px;
}

.news-top .content h1 {
    padding: 30px 0px 10px 0px;
    font-size: 25px;
    font-weight: 600;
    color: var(--logo);
}

.news-top .content p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
    padding: 10px 0px;
}

.news-head {
    background: var(--logo);
    border-radius: 8px;
    color: #fff;
}

.news-head h3 {
    color: #fff;
}

.news-head a {
    color: #fff;
}

.overlay {
    padding: 20px;
    border-radius: 5px;
}

.overlay div a {
    color: var(--logo);
}

.news-card {
    border: 1px solid var(--logo);
    border-radius: 4px;
}

.news-card img {
    border-radius: 4px;
}

.news-text {
    border-radius: 5px;
}

.news-text div a {
    color: var(--logo);
}

.news_details_left {
    background-color: #f2f2f2d1;
    border-radius: 10px;
}

.news-head h3 {
    color: #fff;
    font-size: 1.25rem;
}

.news-card img {
    border-radius: 4px;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.news-card {
    border: 1px solid #00000021;
    border-radius: 4px;
    box-shadow: 0px 2px 25px 0px rgb(12 0 46 / 7%);
    height: 100%;
    background-color: #f8f9fa!important;
}

.recent_news_heading {
    font-size: 18px;
    font-weight: 600;
}


/* ********************************* */

.news_details_banner {
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 450px;
    border: 2px solid #f57e20;
    border-radius: 5px;
}

.news_details_left_card {
    background-color: #f2f2f2d1;
    border-radius: 10px;
}