@font-face {
    font-family: 'SolaimanLipi';
    src: url('./../fonts/SolaimanLipi.woff');
    src: url('./../fonts/SolaimanLipi.woff') format('woff'),
        url('./../fonts/SolaimanLipi.ttf') format('truetype'),
        url('./../fonts/SolaimanLipi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SutonnyMJ';
    src: url('./../fonts/SutonnyMJ.woff');
    src: url('./../fonts/SutonnyMJ.woff') format('woff'),
        url('./../fonts/SutonnyMJ.ttf') format('truetype'),
        url('./../fonts/SutonnyMJ.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
.line div,
a,
li {
    font-family: "SolaimanLipi", sans-serif;
    font-weight: 400;
    color: #1F2029;

}


.bijoy_textarea {
    font-family: 'SutonnyMJ';
}

#icon_sun {
    display: none;
}

#icon_moon {
    display: none;
}

#icon_system {
    display: none;
}

html[color-theme=dark] #icon_moon {
    display: block;
}

html[color-theme=light] #icon_sun {
    display: block;
}

html[color-theme=system] #icon_system {
    display: block;
}

.list-flags li {
    padding: 0 3px 0 3px;
    cursor: pointer;
}

.list-flags li.active {
    border: 1px solid #afafaf;
    background: #ced4da;
}

.list-flags li:hover {
    background: #ced4da;
    padding: 0 3px 0 3px;
}

._properties {
    background: #e3e3e3;
}

.dark-mode ._properties {
    background: #454d55;
}

.dark-mode .static {
    background: #454d55;
}


/* Main Container */
.container {
    max-width: 1440px;
    margin-inline: auto;
    /* padding-inline: 20px; */
}

/* Main Container */


.homepage {
    section {
        padding-top: initial;
        padding-bottom: initial;
    }
}

.article p {
    font-family: "SolaimanLipi", sans-serif !important;
}

.article p,
.article ul,
.article ol,
article p,
article ul,
article ol,
.most-popular p,
.most-popular ul,
.most-popular ol {
    font-family: "SolaimanLipi", sans-serif !important;
}





/* Main Menu Style Start */

.firstbar {
    padding-top: 0px;

    .advertisment-top {
        background-color: #eaedf033;

        .advertisment-top-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;

        }
    }

    .firstbar-container {
        .brand {
            display: flex;
            flex-direction: column;
            margin: 0;

            .current-date {
                font-size: 15px;
                line-height: 28px;
                padding-top: 6px;
                white-space: nowrap;
            }
        }

        .header-additional-menu {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 0;
            color: #191E21;
            font-size: 18px;

            li {
                a {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    color: #191E21;

                    img {
                        height: 18px;
                        width: 18px;
                    }

                    &:hover {
                        color: var(--primary-color);
                    }
                }
            }
        }

        .social-media-wrapper {
            list-style: none;
            display: flex;
            align-items: end;
            gap: 16px;
            margin: 0;
            padding-top: 10px;

            .searchbox-wrapper {
                position: relative;
                width: 25px;

                .open-searchbox {
                    color: #191E21;
                }

                .search-container {
                    position: absolute;
                    z-index: 9999;
                    width: 600px;
                    right: 0;
                    box-shadow: 0 0 25px silver;
                    border-color: #999;
                    border: none;
                    border-radius: 5px;
                    margin-top: 8px;
                    height: 0;
                    overflow: hidden;
                    transition: height 0.3s linear;

                    .form-group {
                        background-color: white;

                        .input-group {
                            height: 40px;
                            align-items: center;

                            .input-group-btn {
                                position: absolute;
                                left: 5px;
                                width: 33px;
                                height: 33px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                background-color: #e2e2e2;
                                border-radius: 50%;
                                /* margin-inline: 5px; */
                                z-index: 999;

                                button {
                                    padding: 0;
                                    height: auto;
                                    border: 0;

                                    i {
                                        margin: 0;
                                    }
                                }

                            }

                            .form-control {
                                border: 0;
                                height: 40px;
                                padding: 10px 5px 10px 45px;
                                border-radius: 5px;

                                &::placeholder {
                                    font-family: "SolaimanLipi", sans-serif;
                                }

                                &:focus {
                                    outline: 0;
                                    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
                                }

                                height: 40px;
                            }
                        }
                    }
                }
            }
        }
    }

    .search-container.active {
        height: 40px !important;
    }


    @media only screen and (max-width: 850px) {
        padding-bottom: 0;

        .advertisment-top {

            .advertisment-top-wrapper {

                img {
                    max-width: 320px;
                    /* height: 100px; */
                    height: auto;
                }
            }
        }

        .firstbar-container {
            display: none;

            .social-media-wrapper {
                justify-content: center;
            }
        }
    }

}

/* Main Menu Style End */



/* Header Style Start */

header.primary.up nav.menu ul:not(.dropdown-menu)>li>a {
    height: initial;
}



/* Main Menu Styel For Desktop */
.menu {
    border-bottom: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

    .brand {
        .current-date {
            display: none;
        }
    }

    #menu-list {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        .main-menu {
            white-space: nowrap;
            display: flex;
            /* margin-right: 65px; */
            overflow-y: hidden;
            overflow-x: scroll;
            -ms-overflow-style: none;
            /* for Internet Explorer, Edge */
            scrollbar-width: none;
            /* for Firefox */

            &::-webkit-scrollbar {
                height: 0;
            }

            li {
                a {
                    font-family: "SolaimanLipi", sans-serif;
                    font-size: 18px;
                    /* line-height: 27px; */
                    font-weight: initial;
                }
            }
        }

        .main-menu-end {
            display: flex;
            /* margin-left: auto; */
            /* position: absolute; */
            top: 0;
            right: 0;

            .hover-menu>a {
                font-size: 18px;
                font-weight: 400;
            }

            li {

                /* font-size: 18px;
                font-weight: normal; */
                a {
                    background-color: #FFFFFF;
                }

                .open-searchbox {
                    cursor: pointer;
                    font-size: 18px;
                }
            }
        }
    }

    @media only screen and (max-width:850px) {
        border-bottom: 1px solid #DDDDDD;
        border-top: 0;

        .brand {
            height: initial;

            .current-date {
                display: block;
                white-space: nowrap;
                text-wrap: nowrap;
            }
        }

        #menu-list {
            .main-menu-end {
                /* display: none; */
                top: -60px;

                .open-searchbox {
                    display: none;
                }
            }
        }

    }
}

/* Main Menu For Mobile */
.menu {
    .firstbar-mobile {
        display: none;
    }

    @media only screen and (max-width:850px) {
        .firstbar-mobile {
            padding-top: 14px;
            display: flex;

            .mobile-menu-brand {
                display: flex;
                flex-direction: column;

                a {
                    img {
                        height: 40px;
                    }
                }

                .current-date {
                    font-size: 12px;
                }

            }

            .mobile-main-menu-end {
                margin-left: auto;

                ul {
                    display: flex;

                    .searchbox-wrapper {
                        position: relative;
                        width: 25px;

                        .open-searchbox {
                            color: #191E21;

                            i {
                                font-size: 24px;
                            }
                        }

                        .search-container {
                            position: absolute;
                            z-index: 9999;
                            width: 300px;
                            top: 35px;
                            right: 0;
                            box-shadow: 0 0 25px silver;
                            border-color: #999;
                            border: none;
                            border-radius: 5px;
                            margin-top: 8px;
                            height: 0;
                            overflow: hidden;
                            transition: height 0.3s linear;

                            .form-group {
                                background-color: white;

                                .input-group {
                                    height: 40px;
                                    align-items: center;

                                    .input-group-btn {
                                        position: absolute;
                                        left: 5px;
                                        width: 33px;
                                        height: 33px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        background-color: #e2e2e2;
                                        border-radius: 50%;
                                        /* margin-inline: 5px; */
                                        z-index: 999;

                                        button {
                                            padding: 0;
                                            height: auto;
                                            border: 0;

                                            i {
                                                margin: 0;
                                            }
                                        }

                                    }

                                    .form-control {
                                        border: 0;
                                        height: 40px;
                                        padding: 10px 5px 10px 45px;
                                        border-radius: 5px;

                                        &::placeholder {
                                            font-family: "SolaimanLipi", sans-serif;
                                        }
                                    }
                                }
                            }
                        }

                        .search-container.active {
                            height: 40px;
                        }
                    }

                    .click-menu {
                        .toggleButton {
                            margin-left: 7px;

                            i {
                                font-size: 24px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* Category Menu Style  */

.hover-menu {
    a {
        white-space: nowrap;
    }

    .category-menu {
        position: absolute;
        background-color: white;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 99;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 20px 0;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 700;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s ease-in, opacity 0.3s ease-in;



        .date-desc {
            margin-inline: 20px;
            padding-bottom: 16px;
            margin-bottom: 20px;
            border-bottom: 1px solid lightgray;
        }

        .menu-list {
            ul {
                display: grid;
                grid-template-columns: repeat(5, 1fr);

                li {
                    a {
                        display: block;
                        font-family: "SolaimanLipi", sans-serif;
                        padding: 2px 20px;
                        line-height: 2 !important;
                        transition: unset !important;
                    }
                }
            }
        }

        .extra-menu-list {
            .top-extra-menus {
                margin-inline: 20px;
                padding-top: 16px;
                margin-top: 20px;
                border-top: 1px solid lightgray;

                li {
                    a {
                        display: flex;
                        align-items: center;
                        gap: 6px;

                        img {
                            height: 18px;
                            width: 18px;
                        }
                    }
                }
            }

            ul {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

                li {
                    a {
                        display: block;
                        font-family: "SolaimanLipi", sans-serif;
                        padding: 2px 20px;
                        line-height: 2 !important;
                        transition: unset !important;
                    }
                }
            }
        }

        @media only screen and (max-width: 850px) {
            .menu-list {
                ul {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            .extra-menu-list {
                .top-extra-menus {
                    margin-inline: 0;
                    padding-top: 0;
                    margin-top: 0;
                    border-top: 0;
                }

                ul {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    margin-bottom: 60px;
                }
            }
        }

        @media only screen and (max-width: 576px) {
            .extra-menu-list {
                ul {
                    margin-bottom: 30px;
                }
            }
        }

        .menu-wrapper {
            overflow-y: auto;
            /* Add this line to make the menu wrapper scrollable */
            max-height: calc(100vh - 286px);
            /* Adjust the max height as needed */
        }
    }

    &:hover {
        .category-menu {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
        }
    }


    @media screen and (max-width: 850px) {
        display: none !important;
    }


}

.click-menu {
    .category-menu {
        position: absolute;
        background-color: white;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 99;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 20px 0;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 700;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s ease-in, opacity 0.3s ease-in;

        &.active {
            visibility: visible;
            opacity: 1;
            transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
        }

        .date-desc {
            margin-inline: 20px;
            padding-bottom: 16px;
            margin-bottom: 20px;
            border-bottom: 1px solid lightgray;
        }

        .menu-list {
            ul {
                display: grid;
                grid-template-columns: repeat(5, 1fr);

                li {
                    a {
                        display: block;
                        font-family: "SolaimanLipi", sans-serif;
                        padding: 2px 20px;
                        line-height: 2 !important;
                        transition: unset !important;
                    }
                }
            }
        }

        .extra-menu-list {
            .top-extra-menus {
                margin-inline: 20px;
                padding-top: 16px;
                margin-top: 20px;
                border-top: 1px solid lightgray;
            }

            ul {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

                li {
                    a {
                        display: block;
                        font-family: "SolaimanLipi", sans-serif;
                        padding: 2px 20px;
                        line-height: 2 !important;
                        transition: unset !important;
                    }
                }
            }
        }

        @media only screen and (max-width: 850px) {
            .menu-list {
                ul {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                }
            }

            .extra-menu-list {
                .top-extra-menus {
                    margin-inline: 0;
                    padding-top: 0;
                    margin-top: 0;
                    border-top: 0;
                }

                ul {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    margin-bottom: 60px;
                }
            }
        }

        @media only screen and (max-width: 576px) {
            .extra-menu-list {
                ul {
                    margin-bottom: 30px;
                }
            }
        }

        .menu-wrapper {
            overflow-y: auto;
            /* Add this line to make the menu wrapper scrollable */
            max-height: calc(100vh - 286px);
            /* Adjust the max height as needed */
        }
    }


}



/* Header Style End */


/* Sticky Header Style */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    /* opacity: 0;
    visibility: hidden; */
    display: none;
    transition: all 0.2s linear;

    &.active {
        display: block;

        /* opacity: 1;
        visibility: visible; */
        .menu {
            .brand {
                display: block;
            }

            .sticky-menu-list {
                position: relative;
            }
        }
    }

    @media only screen and (max-width:850px) {
        &.active {
            .menu {
                .firstbar-mobile {
                    padding-bottom: 10px;

                    .mobile-main-menu-end {
                        /* display: none; */

                        .open-searchbox {
                            display: none;
                        }
                    }
                }

                .mobile-sticky-hidden {
                    .brand {
                        display: none;
                    }

                    #menu-list {
                        .main-menu {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}


.sticky-header.active {
    #menu-list {
        position: unset;

        .category-menu.active {
            /* margin-inline: 12px; */
        }
    }
}

@media only screen and (max-width:850px) {
    .sticky-header.active {
        #menu-list {
            .category-menu.active {
                top: 5px;
                margin-inline: 12px;
            }
        }
    }

}

@media only screen and (max-width:850px) {
    .sticky-header.active {
        #menu-list {

            .main-menu-end {
                top: -70px;
            }

            .category-menu.active {
                top: 5px;
                margin-inline: 12px;
            }
        }
    }

}



/* Trending Links Style Start */
.trending-links-wrapper {
    display: flex;

    .title {
        margin-bottom: 2px;
        font-size: 18px;
        margin-right: 10px;
    }

    .trending-links {
        gap: 8px;
        font-size: 18px;
        color: #1F2029;
        margin-bottom: 8px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        max-width: 90%;

        &::-webkit-scrollbar {
            height: 0;
        }

        a {
            display: block;
            font-size: 16px;
            line-height: 24px;
            text-wrap: nowrap;
            padding: 4px 16px;
            border-radius: 4px;
            color: #ffffff !important;
            background-color: #3a495e;

            &:hover {
                color: #ffffff;
                background-color: #4C77CC;
            }
        }

        .owl-nav {
            opacity: 0;
            margin-top: 0;
            transition: all 0.3s linear;

            .owl-next {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                width: 32px;
                aspect-ratio: 1;
                background: #FF0000;
                border-radius: 50%;
                color: white;
                font-size: 19px;

                button {
                    i {}
                }
            }

            .owl-prev {
                position: absolute;
                top: 0;
                left: 0;
                margin: 0;
                width: 32px;
                aspect-ratio: 1;
                background: #FF0000;
                border-radius: 50%;
                color: white;
                font-size: 19px;
            }
        }
    }

    @media screen and (max-width: 850px) {
        .trending-links {
            max-width: 100%;
        }

    }

}

/* Trending Links Style End */



/* Trending Links Details Page Style Start */
.trending-links-details-page {
    display: flex;
    gap: 8px;
    font-size: 18px;
    color: #1F2029;
    margin-bottom: 16px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        height: 0;
    }

    a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        text-wrap: nowrap;
        padding: 4px 16px;
        border-radius: 4px;
        color: #ffffff !important;
        background-color: #1F2029;

        &:hover {
            color: #ffffff;
            background-color: #4C77CC;
        }
    }

}

/* Trending Links Details Page Style End */


/* Home Latest News Section Styles Start */
.latest-news {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .advertisment-top {
        margin-inline: auto;
        margin-block: 6px;
    }

    .advertisment-top-mobile {
        display: none;
    }

    .content-main {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-top: 8px;

        .news {
            padding-right: 16px;
            /* border-right: 1px solid lightgray; */

            .news-main {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                padding-bottom: 16px;

                .news-item {
                    &:first-child {
                        grid-row: 1 / span 3;
                        flex-direction: column;
                        justify-content: flex-start;
                        border-right: 1px solid lightgray;
                        padding-right: 16px;
                        padding-left: 0;
                        gap: 6px;


                        .news-image {
                            order: 0;
                            width: 100%;
                            max-width: 100%;
                            overflow: hidden;

                            img {
                                width: 100%;
                                aspect-ratio: 1.8/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.2s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .news-content {
                            width: 100%;
                            max-width: 100%;

                            .news-title {
                                font-size: 32px;
                                line-height: 44px;
                                padding-left: 2px;
                                /* display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden; */
                                transition: all 0.3s linear;
                            }

                            .news-short-desc {
                                p {
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 3;
                                    line-clamp: 3;
                                    -webkit-box-orient: vertical;

                                }
                            }
                        }
                    }

                    &:nth-child(2) {
                        border-bottom: 1px solid lightgray;
                        margin-left: 16px;
                        padding-bottom: 16px;
                        column-gap: 10px;
                    }

                    &:nth-child(3) {
                        padding-top: 16px;
                        padding-bottom: 16px;
                        border-bottom: 1px solid lightgray;
                        margin-left: 16px;
                        column-gap: 10px;
                    }

                    &:nth-child(4) {
                        padding-top: 16px;
                        padding-bottom: 16px;
                        margin-left: 16px;
                        column-gap: 10px;
                    }


                    display: flex;
                    align-items: start;
                    justify-content: space-between;
                    overflow-y: hidden;





                    .news-image {
                        width: 40%;
                        max-width: 40%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;

                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 60%;
                        max-width: 60%;


                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            margin-block: 0 !important;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }

                        .news-short-desc {
                            p {
                                font-size: 16px;
                                line-height: 28px;
                                color: #576370;
                                overflow: hidden;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                margin-block: 0 !important;

                            }
                        }

                    }

                    &:hover .news-title {
                        color: var(--primary-color);
                    }
                }

                .advertisment-lead-bottom-mobile {
                    display: none;
                }
            }

            .news-bottom {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                border-top: 1px solid lightgray;

                .news-item {
                    padding-left: 16px;
                    padding-right: 16px;
                    margin-top: 16px;


                    &:nth-child(3),
                    &:nth-child(6) {
                        padding-right: 0;

                    }

                    &:nth-child(1),
                    &:nth-child(4) {
                        padding-left: 0;
                    }

                    &:nth-child(4),
                    &:nth-child(5),
                    &:nth-child(6) {
                        padding-bottom: 0;
                        /* border-bottom: 0; */
                        margin-top: 0;
                        padding-top: 16px;
                    }

                    &:nth-child(1),
                    &:nth-child(2),
                    &:nth-child(3) {
                        padding-bottom: 16px;
                    }


                    &:nth-child(1),
                    &:nth-child(2) {
                        .news-item-inner {
                            height: 100%;
                            position: relative;

                            &::before {
                                content: '';
                                position: absolute;
                                right: 0;
                                bottom: -16px;
                                width: 100%;
                                height: 100%;
                                border-bottom: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }

                            &::after {
                                content: '';
                                position: absolute;
                                top: 0;
                                right: -16px;
                                width: 100%;
                                height: 100%;
                                border-right: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }
                        }
                    }

                    &:nth-child(3) {
                        .news-item-inner {
                            height: 100%;
                            position: relative;

                            &::before {
                                content: '';
                                position: absolute;
                                right: 0;
                                bottom: -16px;
                                width: 100%;
                                height: 100%;
                                border-bottom: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }

                        }
                    }

                    &:nth-child(4),
                    &:nth-child(5) {
                        .news-item-inner {
                            height: 100%;
                            position: relative;

                            &::before {
                                content: '';
                                position: absolute;
                                top: 0;
                                right: -16px;
                                width: 100%;
                                height: 100%;
                                border-right: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }

                        }
                    }


                    .news-item-inner {
                        position: relative;
                        display: flex;
                        align-items: flex-start;
                        row-gap: 12px;
                        gap: 12px;
                        height: 100%;

                        .news-image {
                            order: 1;
                            width: 40%;
                            overflow: hidden;

                            img {
                                width: 100%;
                                aspect-ratio: 1.6/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .news-content {
                            order: 0;
                            width: 60%;


                            .news-title {
                                font-size: 18px;
                                line-height: 27px;
                                padding-left: 2px;
                                margin: 0;
                                /* display: -webkit-box;
                                line-clamp: 3;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                                overflow: hidden; */
                                transition: all 0.3s linear;
                            }

                        }

                    }

                    &:hover .news-title {
                        color: var(--primary-color);
                    }

                }

            }

            .advertisment-bottom {
                margin-inline: auto;
                margin-top: 16px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    max-width: 100%;
                    height: auto;
                }
            }
        }

        .advertisment-right {
            border-left: 1px solid lightgray;
            min-width: 320px;
            /* width: 100%; */
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-left: 16px;

            img {
                max-width: 300px;
                height: auto;
            }

            .prayer-time-container {
                .prayerTimePanel {


                    .prayerTimeTitle {
                        background-repeat: no-repeat;
                        height: 60px;
                        background-size: contain;
                    }

                    /* .dateShow {
                        background: #fff;
                        display: block;
                        font-size: 16px;
                        font-weight: 400;
                        color: #1F2029;
                        text-align: right;
                        padding: 5px 0;
                    } */

                    .prayerTimeTable {
                        margin-top: 2px;
                        margin-right: 4px;
                        padding: 0 0 0 131px;
                        background-repeat: no-repeat;
                        background-size: contain;

                        .dateShow {
                            background: #3D3D3D;
                            text-align: center;
                            color: #fff;
                            font-size: 16px;
                            display: block;
                            padding: 2px 3px;
                            margin-left: 1px;
                        }

                        .prayerName {
                            background: #17B5D2;
                            text-align: center;
                            color: #fff;
                            font-size: 16px;
                            display: block;
                            padding: 2px 3px;
                        }

                        .prayerTime {
                            background: #FF0000;
                            text-align: center;
                            color: #fff;
                            font-size: 16px;
                            display: block;
                            padding: 2px 3px;
                        }
                    }

                    .nonPrayTime {
                        display: flex;
                        align-items: center;
                        justify-content: space-evenly;
                        margin: 2px 0 0;
                        margin-right: 4px;
                        padding: 5px;
                        line-height: 23px;
                        background: #3D3D3D;
                        color: white;
                    }
                }
            }


        }

        .advertisment-subLead-bottom-mobile {
            display: none;
        }

    }

    @media screen and (max-width: 1400px) {
        .content-main {
            .news {
                .news-bottom {
                    .news-item {
                        .news-item-inner {
                            .news-image {
                                img {
                                    width: 100%;
                                    aspect-ratio: 1.25 / 1;
                                    object-fit: cover;
                                    scale: 1;
                                    transition: scale 0.1s linear;
                                }
                            }
                        }
                    }
                }
            }
        }


    }

    @media screen and (max-width: 1280px) {
        .content-main {
            .news {
                .news-bottom {
                    .news-item {
                        .news-item-inner {
                            .news-image {
                                img {
                                    width: 100%;
                                    aspect-ratio: 1.4 / 1;
                                    object-fit: cover;
                                    scale: 1;
                                    transition: scale 0.1s linear;
                                }
                            }
                        }
                    }
                }
            }
        }


    }

    @media screen and (max-width: 1200px) {
        .content-main {
            flex-direction: column;

            .news {
                padding-right: 0;
                border-right: 0;
            }


            .advertisment-right {
                border-left: 0;
                max-width: 100%;
                width: 100%;
                display: flex;
                flex-direction: initial;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                padding-top: 16px;
                padding-left: 0;
                border-left: 0;

                img {
                    max-width: 100%;
                    height: auto;
                }

            }
        }
    }

    @media screen and (max-width: 850px) {

        .advertisment-top {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }

        }

        .advertisment-top-mobile {
            display: block;
            margin-inline: auto;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }

        }

        .content-main {

            .news {
                padding-right: 0;

                .news-main {
                    grid-template-columns: repeat(1, 1fr);
                    padding-bottom: 0px;

                    .news-item {
                        &:first-child {
                            padding-right: 0;
                            border-right: 0;
                            padding-bottom: 16px;
                            border-bottom: 1px solid;
                            border-color: #CCD2D8;
                        }

                        &:nth-child(2) {
                            padding-block: 16px;
                            margin-left: 0;

                            .news-image {
                                width: 40%;
                                max-width: 40%;
                                order: 1;

                                img {
                                    max-width: 100%;
                                    width: 100%;
                                }
                            }

                            .news-content {
                                width: 60%;
                                max-width: 60%;
                                .news-short-desc {
                                    p {
                                        display: none;

                                    }
                                }
                            }
                        }

                        &:nth-child(3) {
                            padding-block: 16px;
                            margin-left: 0;

                            .news-image {
                                width: 40%;
                                max-width: 40%;
                                order: 1;

                                img {
                                    max-width: 100%;
                                    width: 100%;
                                }
                            }

                            .news-content {
                                width: 60%;
                                max-width: 60%;
                                .news-short-desc {
                                    p {
                                        display: none;

                                    }
                                }
                            }
                        }

                        &:nth-child(4) {
                            padding-top: 16px;
                            padding-bottom: 16px;
                            margin-left: 0;

                            .news-image {
                                width: 40%;
                                max-width: 40%;
                                order: 1;

                                img {
                                    max-width: 100%;
                                    width: 100%;
                                }
                            }

                            .news-content {
                                width: 60%;
                                max-width: 60%;
                                .news-short-desc {
                                    p {
                                        display: none;

                                    }
                                }
                            }
                        }

                        .news-image {
                            width: 35%;
                            max-width: 35%;
                            order: 1;

                            img {
                                max-width: 100%;
                                width: 100%;
                            }
                        }

                        .news-content {
                            width: 65%;
                            max-width: 65%;
                        }
                    }

                    .advertisment-lead-bottom-mobile {
                        display: block;
                        padding-bottom: 16px;
                        margin-inline: auto;

                        img {
                            max-width: 300px;
                            /* height: 100px; */
                            height: auto;
                        }
                    }

                }

                .news-bottom {
                    grid-template-columns: repeat(1, 1fr);

                    .news-item {
                        &:nth-child(1) {
                            padding-right: 0;
                            margin-top: 16px;
                            padding-bottom: 16px;
                        }

                        &:nth-child(2) {
                            padding-left: 0;
                            padding-right: 0;
                            margin-top: 16px;
                            padding-bottom: 16px;
                        }

                        &:nth-child(3) {
                            padding-left: 0;
                            margin-top: 16px;
                            padding-bottom: 16px;
                        }

                        &:nth-child(4) {
                            padding-right: 0;
                            padding-top: 16px;
                            padding-bottom: 16px;
                        }

                        &:nth-child(5) {
                            padding-left: 0;
                            padding-right: 0;
                            padding-top: 16px;
                            padding-bottom: 16px;
                        }

                        &:nth-child(6) {
                            padding-left: 0;
                            padding-top: 16px;
                        }

                        &:nth-child(1),
                        &:nth-child(2) {
                            .news-item-inner {
                                &::after {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    width: 100%;
                                    height: 100%;
                                    border-right: 0;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }

                            }
                        }

                        &:nth-child(4),
                        &:nth-child(5) {
                            .news-item-inner {
                                height: 100%;
                                position: relative;

                                &::before {
                                    content: '';
                                    position: absolute;
                                    top: initial;
                                    left: 0;
                                    right: 0;
                                    bottom: -16px;
                                    width: 100%;
                                    height: 100%;
                                    border-bottom: 1px solid lightgray;
                                    border-right: 0;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }

                            }
                        }
                    }
                }

                .advertisment-bottom {
                    display: none;

                    img {
                        max-width: 320px;
                        /* height: 100px; */
                        height: auto;
                    }
                }

            }

            .advertisment-right {
                display: flex;
                flex-direction: column;

                .ads {
                    display: none;
                }

                .prayer-time-container {
                    width: 100%;

                    .prayerTimePanel {
                        .prayerTimeTitle {
                            background-repeat: repeat;
                        }

                        .prayerTimeTable {
                            margin-right: 0;
                        }

                        .nonPrayTime {
                            margin-right: 0;
                        }
                    }
                }
            }

            .advertisment-subLead-bottom-mobile {
                display: block;
                margin-inline: auto;
                /* padding-top: 20px; */

                img {
                    max-width: 300px;
                    /* height: 250px; */
                    height: auto;
                }
            }

        }
    }

    @media screen and (max-width: 850px) {
        .content-main {
            flex-direction: column;

            .news {
                .news-main {
                    .news-item {
                        &:first-child {
                            .news-content {
                                .news-short-desc {
                                    display: block;
                                }
                            }
                        }

                        .news-content {
                            .news-short-desc {
                                /* display: none; */
                            }
                        }
                    }
                }
            }

            .advertisment-right {
                flex-direction: column;

                img {
                    max-width: 300px;
                    height: auto;
                }

            }
        }
    }
}

/* Tab Responsive Styles */

/* Home Latest News Section Styles End */






/* Home Latest News-2 Section Styles Start */
.latest-news-2 {
    margin-top: 1rem;
    border: 1px solid;
    border-color: #CCD2D8;
    border-radius: 6px;

    .section-heading {
        font-size: 24px;
        line-height: 36px;
        height: 60px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 6px 6px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
        }

        .arrow__icon {
            font-size: 18px;
            color: #FFFFFF;
        }
    }

    .content-main {
        padding: 10px 16px 16px 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        .news-left {
            padding-right: 16px;
            border-right: 1px solid;
            border-color: #CCD2D8;
            order: 1;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 3;
                        line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }


        .news-main {
            padding-inline: 16px;
            order: 2;

            .news-image {
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 1.7/1;
                    object-fit: cover;
                    scale: 1;
                    transition: scale 0.1s linear;
                }

                &:hover img {
                    scale: 1.03;
                }
            }

            .news-content {
                .news-title {
                    font-size: 24px;
                    line-height: 36px;
                    padding-left: 2px;
                    /* display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden; */
                    transition: all 0.3s linear;
                }

                .news-short-desc {
                    p {
                        color: #576370;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        margin: 0;
                    }
                }
            }

            &:hover .news-title {
                color: var(--primary-color);
            }
        }

        .news-right {
            padding-left: 16px;
            border-left: 1px solid;
            border-color: #CCD2D8;
            order: 3;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 3;
                        line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }
    }


    /* Responsive Styles Start */

    @media screen and (max-width: 991px) {
        .content-main {

            .news-left {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }

            .news-right {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }


    @media screen and (max-width: 850px) {

        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-left {
                order: 2;
                padding-right: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        padding-top: 16px;
                    }

                    &:last-child {
                        padding-bottom: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-main {
                order: 1;
                padding-inline: 0;
                padding-bottom: 16px;
                /* border-top: 1px solid; */
                border-bottom: 1px solid;
                border-color: #CCD2D8;
            }

            .news-right {
                order: 3;
                padding-left: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        padding-top: 16px;
                        border-top: 1px solid #CCD2D8;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }
        }
    }

}

/* Responsive Styles End */

/* Home Latest News-2 Section Styles End */






/* Home Local News Section Styles Start */
.local-news {
    margin-top: 1rem;
    /* padding-bottom: 1rem; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        .news-left {
            padding-right: 16px;
            border-right: 1px solid;
            border-color: #CCD2D8;
            order: 1;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 3;
                        line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }


        .news-main {
            padding-inline: 16px;
            order: 2;

            .news-image {
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 1.7/1;
                    object-fit: cover;
                    scale: 1;
                    transition: scale 0.1s linear;
                }

                &:hover img {
                    scale: 1.03;
                }
            }

            .news-content {

                .news-title {
                    font-size: 24px;
                    line-height: 36px;
                    padding-left: 2px;
                    /* display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden; */
                    transition: all 0.3s linear;
                }

                .news-short-desc>p {
                    color: #576370;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin: 0;
                }
            }

            &:hover .news-title {
                color: var(--primary-color);
            }
        }

        .news-right {
            padding-left: 16px;
            border-left: 1px solid;
            border-color: #CCD2D8;
            order: 3;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 3;
                        line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }
    }

    .news-local-search-form {
        font-size: 18px;
        background-color: #F8FEFF;
        padding: 12px 40px;
        margin-bottom: 1rem;
        border-radius: 6px;
        display: grid;
        gap: 24px;
        grid-template-areas: "name bivag zila upazila search";
        grid-template-columns: repeat(4, 1fr) 116px;
        align-items: center;
        overflow: hidden;
        border: 1px solid lightblue;

        .form-item {

            &:first-child {
                grid-area: name;
            }

            &:nth-child(2) {
                grid-area: bivag;
            }

            &:nth-child(3) {
                grid-area: zila;
            }

            &:nth-child(4) {
                grid-area: upazila;
            }

            &:last-child {
                grid-area: search;
            }
        }

        .dropdown-list {
            select {
                width: 100%;
                padding: 8px 12px;
                border-radius: 4px;
                background-color: #F8FEFF;
                border-color: #A0AAB5;
                cursor: pointer;

                &:focus-visible {
                    outline: #A0AAB5;
                }
            }
        }

        .search-btn {
            background-color: #3A3A3A;
            color: #FFFFFF;
            padding: 8px 0px;
            border: none;
            height: 100%;
            border-radius: 4px;
        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Styles Start */

    @media screen and (max-width: 991px) {
        .content-main {

            .news-left {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }

            .news-main {}

            .news-right {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }
        }

        .news-local-search-form {
            grid-template-areas:
                "name name name name"
                "bivag zila upazila search";
            grid-template-columns: repeat(3, 1fr) 116px;
        }
    }


    @media screen and (max-width: 850px) {

        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-left {
                order: 2;
                padding-right: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        padding-top: 16px;
                    }

                    &:last-child {
                        padding-bottom: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-main {
                order: 1;
                padding-inline: 0;
                padding-bottom: 16px;
                border-bottom: 1px solid;
                border-color: #CCD2D8;
            }

            .news-right {
                order: 3;
                padding-left: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        border-top: 1px solid #CCD2D8;
                        padding-top: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }
        }

        .news-local-search-form {
            padding: 12px;
            grid-template-areas: unset;
            grid-template-columns: repeat(1, 1fr);

            .form-item {

                &:first-child {
                    grid-area: unset;
                }

                &:nth-child(2) {
                    grid-area: unset;
                }

                &:nth-child(3) {
                    grid-area: unset;
                }

                &:nth-child(4) {
                    grid-area: unset;
                }

                &:last-child {
                    grid-area: unset;
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* height: 250px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }

}

/* Responsive Styles End */

/* Home Local News Section Styles End */





/* Home Sports News Section Styles Start */
.sports-news {
    margin-top: 1rem;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        .news-left {
            padding-right: 16px;
            border-right: 1px solid;
            border-color: #CCD2D8;
            order: 1;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }


        .news-main {
            padding-inline: 16px;
            order: 2;

            .news-image {
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 1.7/1;
                    object-fit: cover;
                    scale: 1;
                    transition: scale 0.1s linear;
                }

                &:hover img {
                    scale: 1.03;
                }
            }

            .news-content {
                .news-title {
                    font-size: 24px;
                    line-height: 36px;
                    padding-left: 2px;
                    /* display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden; */
                    transition: all 0.3s linear;
                }

                .news-short-desc>p {
                    color: #576370;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin: 0;

                }
            }

            &:hover .news-title {
                color: var(--primary-color);
            }
        }

        .news-right {
            padding-left: 16px;
            border-left: 1px solid;
            border-color: #CCD2D8;
            order: 3;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Styles Start */
    @media screen and (max-width: 991px) {
        .content-main {

            .news-left {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }

            .news-right {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }
        }

    }


    @media screen and (max-width: 850px) {

        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-left {
                order: 2;
                padding-right: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        padding-top: 16px;
                    }

                    &:last-child {
                        padding-bottom: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-main {
                order: 1;
                padding-inline: 0;
                padding-bottom: 16px;
                border-bottom: 1px solid;
                border-color: #CCD2D8;
            }

            .news-right {
                order: 3;
                padding-left: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        border-top: 1px solid #CCD2D8;
                        padding-top: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* height: 250px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }

}

/* Responsive Styles End */

/* Home Sports News Section Styles End */





/* Home Entertainment News Section Styles Start */
.entertainment-news {
    margin-top: 1rem;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        .news-left {
            padding-right: 16px;
            border-right: 1px solid;
            border-color: #CCD2D8;
            order: 1;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }


        .news-main {
            padding-inline: 16px;
            order: 2;

            .news-image {
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 1.7/1;
                    object-fit: cover;
                    scale: 1;
                    transition: scale 0.1s linear;
                }

                &:hover img {
                    scale: 1.03;
                }
            }

            .news-content {
                .news-title {
                    font-size: 24px;
                    line-height: 36px;
                    padding-left: 2px;
                    /* display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden; */
                    transition: all 0.3s linear;
                }

                .news-short-desc>p {
                    font-size: 16px;
                    line-height: 28px;
                    color: #576370;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin: 0;

                }
            }

            &:hover .news-title {
                color: var(--primary-color);
            }
        }

        .news-right {
            padding-left: 16px;
            border-left: 1px solid;
            border-color: #CCD2D8;
            order: 3;

            .news-item {
                display: flex;
                gap: 12px;

                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-top: 16px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Styles Start */
    @media screen and (max-width: 991px) {
        .content-main {

            .news-left {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }

            .news-right {

                .news-item {

                    .news-content {

                        .news-title {
                            font-size: 18px;
                        }
                    }
                }
            }
        }

    }


    @media screen and (max-width: 850px) {

        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-left {
                order: 2;
                padding-right: 0;
                border: 0;

                .news-item {

                    &:first-child {
                        padding-top: 16px;
                    }

                    &:last-child {
                        padding-bottom: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-main {
                order: 1;
                padding-inline: 0;
                padding-bottom: 16px;
                border-bottom: 1px solid;
                border-color: #CCD2D8;
            }

            .news-right {
                order: 3;
                padding-left: 0;
                border: 0;

                .news-item {
                    &:first-child {
                        border-top: 1px solid #CCD2D8;
                        padding-top: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }

}

/* Responsive Styles End */

/* Home Entertainment News Section Styles End */




/* Home National News Section Styles Start */
.national-news {

    margin-top: 1rem;
    /* padding-block: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 36px;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;

        span {
            /* height: 100%; */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 1rem;
        display: grid;
        grid-template-columns: 425px auto 435px;

        .news-main {
            padding-right: 16px;

            .news-item {
                &:first-child {
                    display: block;
                    padding-bottom: 16px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;

                    .news-image {
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {

                        .news-title {
                            font-size: 24px;
                            line-height: 36px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }

                        .news-short-desc {
                            p {
                                font-size: 16px;
                                line-height: 28px;
                                color: #576370;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                margin: 0;
                            }
                        }
                    }
                }

                &:nth-child(2) {
                    padding-top: 16px;
                    display: flex;
                    gap: 12px;

                    .news-image {
                        width: 40%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 60%;

                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            margin: 0;
                            transition: all 0.3s linear;
                        }
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-center {
            padding-inline: 16px;
            border-left: 1px solid;
            border-right: 1px solid;
            border-color: #CCD2D8;

            .news-item {
                display: flex;
                gap: 12px;


                .news-image {
                    width: 32%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 68%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        color: #1F2029;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin-block: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    padding-top: 20px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }

            .advertisment-subLead-bottom-mobile {
                display: none;
            }
        }

        .news-latest {
            padding-left: 16px;

            .news-inner-wrapper {
                background-color: #E8F7FA;
                padding: 16px;
                border-radius: 6px;

                /* .news-latest__heading {
                    font-size: 24px;
                    color: #4C77CC;
                    border-bottom: 3px solid;
                    border-color: #4C77CC;
                } */

                .news-latest__heading {
                    font-size: 24px;
                    line-height: 36px;
                    color: #000;
                    display: flex;
                    align-items: center;
                    position: relative;

                    .pulse-dot {
                        width: 10px;
                        height: 10px;
                        background-color: #1F55BF;
                        border-radius: 50%;
                        margin-right: 10px;
                        position: relative;

                        &::before {
                            content: '';
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                            background-color: #1F55BF;
                            top: 0;
                            left: 0;
                            animation: pulse 2s infinite;
                            opacity: 0;
                        }

                    }

                    a {
                        color: #000;
                    }

                    &::after {
                        content: " ";
                        position: absolute;
                        bottom: -10px;
                        left: 0;
                        width: 100%;
                        height: 3px;
                        background-color: #4C77CC;
                    }
                }

                .news-item {
                    border-bottom: 1px solid #CCD2D8;

                    &:nth-child(2) {
                        margin-top: 10px;
                    }

                    display: flex;
                    gap: 12px;
                    padding-block: 20px;

                    .news-image {
                        width: 25%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 75%;

                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden;
                            margin: 0;
                        }
                    }
                }

                .news-latest__button {
                    font-size: 20px;
                    background-color: #D0F0F6;
                    color: #000;
                    padding-block: 8px;
                    display: block;
                    text-align: center;
                    border: 1px solid;
                    border-color: #45C3DA;
                    border-radius: 4px;
                }
            }
        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            padding-bottom: 16px;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Style Start */
    @media only screen and (max-width: 1350px) {
        .content-main {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media only screen and (max-width: 991px) {}

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-main {
                padding-right: 0px;

                .news-item {
                    &:nth-child(2) {
                        padding-block: 16px;
                        border-bottom: 1px solid;
                        border-color: #CCD2D8;

                        .news-image {
                            width: 35%;
                        }

                        .news-content {
                            width: 65%;
                        }
                    }
                }
            }

            .news-center {
                padding-inline: 0px;
                border-left: 0;
                border-right: 0;

                .news-item {

                    &:nth-child(1) {
                        padding-block: 16px;
                    }

                    &:nth-child(2) {
                        padding-block: 16px;
                    }

                    &:nth-child(3) {
                        padding-block: 16px;
                    }

                    &:nth-child(4) {
                        padding-block: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }

                .advertisment-subLead-bottom-mobile {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        max-width: 300px;
                        /* height: 250px; */
                        height: auto;
                    }
                }
            }

            .news-latest {
                padding-left: 0px;

                .news-inner-wrapper {
                    margin-top: 16px;

                    .news-item {
                        .news-image {
                            width: 32%;
                        }

                        .news-content {
                            width: 68%;
                        }
                    }
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
                padding-bottom: 16px;
            }
        }

    }

    /* Responsive Style End */
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* Home National News Section Styles End */






/* Home Political News Section Styles Start */
.political-news {

    margin-top: 1rem;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;


        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr) 316px;

        .news-main {
            padding-right: 16px;

            .news-item {
                &:first-child {
                    display: block;
                    padding-bottom: 10px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;

                    .news-image {
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.7/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {

                        .news-title {
                            font-size: 24px;
                            line-height: 36px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }

                        .news-short-desc {
                            p {
                                font-size: 16px;
                                color: #576370;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                margin: 0;
                            }
                        }
                    }
                }

                &:nth-child(2) {
                    padding-top: 16px;
                    display: flex;
                    gap: 12px;

                    .news-image {
                        width: 35%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 65%;

                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            margin: 0;
                            transition: all 0.3s linear;
                        }
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-center {
            padding-inline: 16px;
            border-left: 1px solid;
            border-right: 1px solid;
            border-color: #CCD2D8;

            .news-item {
                display: flex;
                gap: 12px;


                .news-image {
                    width: 32%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 68%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        color: #1F2029;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin-block: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    /* Need to discuss with owhab */
                    /* visibility: hidden;
                    height: 0; */
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    padding-block: 20px;
                    border-bottom: 0;
                    border-color: #CCD2D8;
                }

                &:nth-child(5) {
                    padding-top: 20px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-right {
            padding-left: 16px;
            display: grid;
            grid-template-columns: repeat(1, 1fr);

            .advertisment-right {
                display: flex;
                /* align-items: center; */
                justify-content: center;
                padding-bottom: 20px;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

            .advertisment-right-two {
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

            .advertisment-bottom-mobile {
                display: none;
            }


        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }


    /* Responsive Style Start */
    @media only screen and (max-width: 1350px) {
        /* .content-main {
            grid-template-columns: repeat(3, 1fr);
        } */
    }

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news-main {
                .news-item {
                    &:nth-child(2) {
                        display: none;

                    }
                }
            }

            .news-center {
                border-right: 0;

                .news-item {
                    &:first-child {
                        visibility: visible;
                        height: auto;
                        padding-bottom: 20px;
                    }

                    &:nth-child(2) {
                        padding-block: 20px;
                    }

                    &:last-child {
                        padding-bottom: 20px;
                    }
                }
            }

            .news-right {
                padding-left: 0px;
                grid-column: span 2;
                grid-template-columns: repeat(2, 1fr);

                .advertisment-right {
                    margin-top: -120px;
                }

                .advertisment-right-two {
                    border-left: 1px solid #CCD2D8;
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);
            padding-bottom: 0;

            .news-main {
                padding-right: 0px;

                .news-item {
                    &:nth-child(2) {
                        padding-block: 16px;
                        border-bottom: 1px solid;
                        border-color: #CCD2D8;

                        .news-image {
                            width: 35%;
                        }

                        .news-content {
                            width: 65%;
                        }
                    }
                }
            }

            .news-center {
                padding-inline: 0px;
                border-left: 0;
                border-right: 0;

                .news-item {

                    &:nth-child(1) {
                        padding-block: 16px;
                    }

                    &:nth-child(2) {
                        padding-block: 16px;
                    }

                    &:nth-child(3) {
                        padding-block: 16px;
                    }

                    &:nth-child(4) {
                        padding-block: 16px;
                    }

                    &:last-child {
                        padding-block: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-right {
                padding-left: 0px;
                grid-column: initial;
                grid-template-columns: repeat(1, 1fr);

                .advertisment-right {
                    margin-top: 20px;
                    display: none;
                }

                .advertisment-right-two {
                    border-left: 0;
                    display: none;
                }

                .advertisment-bottom-mobile {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        max-width: 300px;
                        /* height: 250px; */
                        height: auto;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

    }


    @media only screen and (max-width:576px) {
        .content-main {
            .news-right {
                .advertisment-right {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }

                .advertisment-right-two {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }
            }
        }
    }

    /* Responsive Style End */
}

/* Home Political News Section Styles End */






/* Home International News Section Styles Start */
.international-news {

    margin-top: 1rem;
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 1rem;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        margin-bottom: 1rem;
        display: grid;
        grid-template-columns: repeat(2, 1fr) 316px;

        .news-main {
            padding-right: 16px;

            .news-item {
                &:first-child {
                    display: block;
                    padding-bottom: 10px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;

                    .news-image {
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.7/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }

                        .news-short-desc {
                            p {
                                font-size: 16px;
                                line-height: 28px;
                                color: #576370;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                margin: 0;
                            }
                        }
                    }
                }

                &:nth-child(2) {
                    padding-top: 16px;
                    display: flex;
                    gap: 12px;

                    .news-image {
                        width: 35%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 65%;

                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            margin: 0;
                            transition: all 0.3s linear;
                        }
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-center {
            padding-inline: 16px;
            border-left: 1px solid;
            border-right: 1px solid;
            border-color: #CCD2D8;

            .news-item {
                display: flex;
                gap: 12px;


                .news-image {
                    width: 32%;
                    order: 1;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 68%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        color: #1F2029;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin-block: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    /* Need to discuss with owhab */
                    /* visibility: hidden;
                    height: 0; */
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-top: 20px;
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    padding-block: 20px;
                    /* border-bottom: 1px solid; */
                    border-bottom: 0;
                    border-color: #CCD2D8;
                }

                &:nth-child(5) {
                    padding-top: 20px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-right {
            padding-left: 16px;
            display: grid;
            grid-template-columns: repeat(1, 1fr);

            .advertisment-right {
                display: flex;
                /* align-items: center; */
                justify-content: center;
                padding-bottom: 20px;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

            .advertisment-right-two {
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Style Start */
    @media only screen and (max-width: 1350px) {
        /* .content-main {
            grid-template-columns: repeat(3, 1fr);
        } */
    }

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news-main {
                .news-item {
                    &:nth-child(2) {
                        display: none;

                    }
                }
            }

            .news-center {
                border-right: 0;

                .news-item {
                    &:first-child {
                        visibility: visible;
                        height: auto;
                        padding-bottom: 20px;
                    }

                    &:nth-child(2) {
                        padding-block: 20px;
                    }

                    &:last-child {
                        padding-bottom: 20px;
                    }
                }
            }

            .news-right {
                padding-left: 0px;
                grid-column: span 2;
                grid-template-columns: repeat(2, 1fr);

                .advertisment-right {
                    margin-top: -120px;
                }

                .advertisment-right-two {
                    border-left: 1px solid #CCD2D8;
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);
            margin-bottom: 0;

            .news-main {
                padding-right: 0px;

                .news-item {
                    &:nth-child(2) {
                        padding-block: 16px;
                        border-bottom: 1px solid;
                        border-color: #CCD2D8;

                        .news-image {
                            width: 35%;
                        }

                        .news-content {
                            width: 65%;
                        }
                    }
                }
            }

            .news-center {
                padding-inline: 0px;
                border-left: 0;
                border-right: 0;

                .news-item {

                    &:nth-child(1) {
                        padding-block: 16px;
                    }

                    &:nth-child(2) {
                        padding-block: 16px;
                    }

                    &:nth-child(3) {
                        padding-block: 16px;
                    }

                    &:nth-child(4) {
                        padding-block: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }
            }

            .news-right {
                padding-left: 0px;
                grid-column: initial;
                grid-template-columns: repeat(1, 1fr);

                .advertisment-right {
                    display: none;
                    margin-top: 0px;
                }

                .advertisment-right-two {
                    display: none;
                    border-left: 0;
                }
            }
        }

        .advertisment-bottom {
            display: none;
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }

    @media only screen and (max-width:576px) {
        .content-main {
            .news-right {
                .advertisment-right {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }

                .advertisment-right-two {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }
            }
        }
    }

    /* Responsive Style End */
}

/* Home International News Section Styles End */





/* Home Economic News Section Styles Start */
.economic-news {

    margin-top: 1rem;
    border-bottom: 1px solid;
    border-color: #CCD2D8;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        display: inline-flex;
        gap: 10px;
        align-items: center;

        span {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-top: 16px;
        padding-bottom: 16px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);

        .news-main {
            padding-right: 16px;

            .news-item {
                &:first-child {
                    display: block;
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;

                    .news-image {
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.7/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 24px;
                            line-height: 36px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }

                        .news-short-desc {
                            p {
                                font-size: 16px;
                                line-height: 28px;
                                color: #576370;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                margin: 0;
                            }
                        }
                    }
                }

                &:nth-child(2) {
                    padding-top: 16px;
                    display: flex;
                    gap: 12px;

                    .news-image {
                        width: 40%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 60%;

                        .news-title {
                            font-size: 20px;
                            line-height: 30px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            margin: 0;
                            transition: all 0.3s linear;
                        }
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }

        .news-center {
            padding-inline: 16px;
            border-left: 1px solid;
            border-right: 1px solid;
            border-color: #CCD2D8;

            .news-item {
                display: flex;
                gap: 12px;


                .news-image {
                    width: 40%;
                    order: 1;
                    overflow: hidden;


                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 60%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        color: #1F2029;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        margin-block: 0;
                        transition: all 0.3s linear;
                    }
                }

                &:nth-child(1) {
                    padding-bottom: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(2) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    padding-block: 20px;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    padding-top: 20px;
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }

            .advertisment-bottom-mobile {
                display: none;
            }
        }

        .news-right {
            padding-left: 16px;
            display: grid;
            grid-template-columns: repeat(1, 1fr);

            .innn-news-main {
                .section-heading {
                    display: flex;
                    margin-top: -37px;
                }

                .news-item {
                    display: block;
                    padding-top: 12px;
                    flex-direction: column;

                    .news-image {
                        width: 100%;
                        order: 1;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.7/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 100%;
                        order: 2;

                        .news-title {
                            font-size: 24px;
                            line-height: 36px;
                            padding-left: 2px;
                            color: #1F2029;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: var(--primary-color);
                    }
                }
            }

            .inner-news-right {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 17px;

                .news-item {

                    display: block;
                    padding-top: 12px;

                    .news-image {
                        width: 100%;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        width: 100%;

                        .news-title {
                            font-size: 18px;
                            line-height: 27px;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: var(--primary-color);
                    }
                }

            }

        }
    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }


    /* Responsive Style Start */

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news-main {
                .news-item {
                    &:nth-child(2) {
                        /* display: none; */

                    }
                }
            }

            .news-center {
                border-right: 0;

                .news-item {
                    &:last-child {
                        padding-bottom: 20px;
                    }
                }
            }

            .news-right {

                padding-top: 1rem;
                /* margin-top: 20px; */
                border-top: 1px solid;
                border-color: #CCD2D8;

                padding-left: 0px;
                grid-column: span 2;
                grid-template-columns: repeat(2, 1fr);

                .innn-news-main {
                    padding-right: 16px;

                    .section-heading {
                        margin-top: 0;
                    }
                }

                .inner-news-right {
                    margin-top: 52px;
                    padding-inline: 16px;
                    border-left: 1px solid;
                    border-color: #CCD2D8;

                    display: flex;
                    flex-direction: column;
                    gap: 0;

                    .news-item {
                        padding-top: 0;
                        display: flex;
                        gap: 12px;

                        &:nth-child(1) {
                            padding-bottom: 16px;
                            border-bottom: 1px solid;
                            border-color: #CCD2D8;
                        }

                        &:nth-child(2) {
                            padding-block: 16px;
                            border-bottom: 0;
                        }

                        .news-image {
                            width: 40%;
                            order: 1;
                        }

                        .news-content {
                            width: 60%;

                            .news-title {
                                margin: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news-main {
                padding-right: 0px;

                .news-item {
                    &:nth-child(2) {
                        padding-block: 16px;
                        border-bottom: 1px solid;
                        border-color: #CCD2D8;

                        .news-image {
                            width: 35%;
                        }

                        .news-content {
                            width: 65%;
                        }
                    }
                }
            }

            .news-center {
                padding-inline: 0px;
                border-left: 0;
                border-right: 0;

                .news-item {

                    &:nth-child(1) {
                        padding-block: 16px;
                    }

                    &:nth-child(2) {
                        padding-block: 16px;
                    }

                    &:nth-child(3) {
                        padding-block: 16px;
                    }

                    &:nth-child(4) {
                        padding-block: 16px;
                    }

                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }

                .advertisment-bottom-mobile {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        margin-bottom: 1rem;
                        max-width: 300px;
                        /* max-width: 320px; */
                        /* height: 100px; */
                        height: auto;
                    }
                }
            }

            .news-right {
                padding-left: 0px;
                grid-column: initial;
                grid-template-columns: repeat(1, 1fr);


                .news-item {
                    .news-image {
                        width: 35%;
                    }

                    .news-content {
                        width: 65%;
                    }
                }

                .inner-news-right {
                    padding-inline: 0;
                    margin-top: 16px;
                    border-left: 0;

                    .news-item {
                        &:nth-child(1) {
                            border-top: 0;
                            border-bottom: 0;
                        }

                        .news-image {
                            width: 35%;
                        }

                        .news-content {
                            width: 65%;

                            .news-title {
                                font-size: 20px;
                                line-height: 30px;
                            }
                        }
                    }
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* height: 250px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }

    /* Responsive Style End */
}

/* Home Economic News Section Styles End */




/* Home Featured News Section Styles Start */
.featured-news {
    margin-top: 1rem;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;


    .content-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr) 300px;
        gap: 16px;
        padding-bottom: 16px;

        .news {

            &:nth-child(1) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(2) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(3) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(4) {
                /* padding-left: 16px; */
            }

            .section-heading {
                font-size: 24px;
                line-height: 1;
                /* height: 40px; */
                display: inline-flex;
                gap: 10px;
                padding-bottom: 16px;
                align-items: center;

                span {
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    color: #1F2029;

                    &:hover {
                        color: var(--primary-color);
                    }
                }

                .arrow__icon {
                    font-size: 18px;
                    color: #1F55BF;
                }
            }

            .news-item {
                display: block;

                &:nth-child(2) {
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    display: block;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    .news-content {
                        .news-title {
                            margin-bottom: 0px;
                        }
                    }
                }

                .news-image {
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-inline: 2px;
                        padding-top: 16px;
                        margin-top: 0;
                        margin-bottom: 16px;
                        /* overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical; */
                        transition: all 0.3s linear;
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }

            .advertisment-right {
                display: flex;
                flex-direction: column;
                gap: 12px;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

        }


    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }



    /* Responsive Style Start */

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news {
                &:nth-child(2) {
                    border-right: 0;
                }

                .advertisment-right {
                    align-items: center;
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);
            padding-bottom: 0;

            .news {
                &:nth-child(1) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* max-width: 320px; */
                            /* height: 100px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(2) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* max-width: 320px; */
                            /* height: 100px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(3) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            /* margin-top: 1rem; */
                            margin-bottom: 1rem;
                            max-width: 300px;
                            /* max-width: 320px; */
                            /* height: 100px; */
                            height: auto;
                        }
                    }

                    .news-item {
                        &:nth-child(4) {
                            .news-content {
                                .news-title {
                                    margin-bottom: 16px;
                                }
                            }
                        }
                    }
                }

                &:nth-child(4) {
                    display: none;
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }
    }


    @media only screen and (max-width:576px) {
        .content-main {
            .news {
                .advertisment-right {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }
            }
        }
    }

    /* Responsive Style Ebd */
}

/* Home Featured News Section Styles End */







/* Home Featured News-2 Section Styles Start */
.featured-news-2 {
    margin-top: 1rem;
    /* padding-bottom: 16px; */
    border-bottom: 1px solid;
    border-color: #CCD2D8;


    .content-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr) 300px;
        gap: 16px;
        padding-bottom: 16px;

        .news {

            &:nth-child(1) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(2) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(3) {
                padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8;

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(4) {
                /* padding-left: 16px; */
            }

            .section-heading {
                font-size: 24px;
                line-height: 1;
                /* height: 40px; */
                display: inline-flex;
                gap: 10px;
                padding-bottom: 16px;
                align-items: center;

                span {
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    color: #1F2029;

                    &:hover {
                        color: var(--primary-color);
                    }
                }

                .arrow__icon {
                    font-size: 18px;
                    color: #1F55BF;
                }
            }

            .news-item {
                display: block;

                &:nth-child(2) {
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    display: block;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    .news-content {
                        .news-title {
                            margin-bottom: 0;
                        }
                    }
                }

                .news-image {
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-inline: 2px;
                        padding-top: 16px;
                        margin-bottom: 16px;
                        margin-top: 0;
                        /* overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical; */
                        transition: all 0.3s linear;
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }

            .advertisment-right {
                display: flex;
                flex-direction: column;
                gap: 12px;

                img {
                    max-width: 300px;
                    height: auto;
                }
            }

        }


    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }



    /* Responsive Style Start */

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news {
                &:nth-child(2) {
                    border-right: 0;
                }

                .advertisment-right {
                    align-items: center;
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);
            padding-bottom: 0;

            .news {
                &:nth-child(1) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;


                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* height: 250px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(2) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* height: 250px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(3) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            /* margin-top: 1rem; */
                            margin-bottom: 1rem;
                            max-width: 300px;
                            /* max-width: 320px; */
                            /* height: 100px; */
                            height: auto;
                        }
                    }

                    .news-item {
                        &:nth-child(4) {
                            .news-content {
                                .news-title {
                                    margin-bottom: 16px;
                                }
                            }
                        }
                    }
                }

                &:nth-child(4) {
                    display: none;
                }
            }
        }

        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

    }

    @media only screen and (max-width:576px) {
        .content-main {
            .news {
                .advertisment-right {
                    img {
                        max-width: 300px;
                        height: auto;
                    }
                }
            }
        }
    }

    /* Responsive Style Ebd */
}

/* Home Featured News-2 Section Styles End */





/* Home Featured News-3 Section Styles Start */

.featured-news-3 {
    margin-top: 1rem;
    /* padding-bottom: 16px; */

    .content-main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* gap: 28px; */
        gap: 16px;
        /* padding-bottom: 16px; */

        .news {

            &:nth-child(1) {
                /* padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8; */

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(2) {
                /* padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8; */

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(3) {
                /* padding-right: 16px;
                border-right: 1px solid;
                border-color: #CCD2D8; */

                .advertisment-bottom-mobile {
                    display: none;
                }
            }

            &:nth-child(4) {
                /* padding-left: 16px; */
            }

            .section-heading {
                font-size: 24px;
                line-height: 36px;
                height: 40px;
                display: inline-flex;
                gap: 10px;
                padding-bottom: 16px;

                span {
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    color: #1F2029;

                    &:hover {
                        color: var(--primary-color);
                    }
                }

                .arrow__icon {
                    font-size: 18px;
                    color: #1F55BF;
                }
            }

            .news-item {
                display: block;

                &:nth-child(2) {
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(3) {
                    display: block;
                    border-bottom: 1px solid;
                    border-color: #CCD2D8;
                }

                &:nth-child(4) {
                    .news-content {
                        .news-title {
                            margin-bottom: 0;
                        }
                    }
                }

                .news-image {
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1.6/1;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-inline: 2px;
                        padding-top: 16px;
                        margin-top: 0;
                        margin-bottom: 16px;
                        /* overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                        -webkit-box-orient: vertical; */
                        transition: all 0.3s linear;
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }

            .advertisment-right {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

        }


    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    /* Responsive Style Start */

    @media only screen and (max-width: 991px) {
        .content-main {
            grid-template-columns: repeat(2, 1fr);

            .news {
                &:nth-child(2) {
                    border-right: 0;
                }

                .advertisment-right {
                    align-items: center;
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main {
            grid-template-columns: repeat(1, 1fr);

            .news {
                &:nth-child(1) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* height: 250px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(2) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* height: 250px; */
                            height: auto;
                        }
                    }
                }

                &:nth-child(3) {
                    border-right: 0;
                    padding-right: 0;

                    .advertisment-bottom-mobile {
                        display: flex;
                        align-items: center;
                        justify-content: center;


                        img {
                            margin-top: 1rem;
                            max-width: 300px;
                            /* max-width: 320px; */
                            /* height: 100px; */
                            height: auto;
                        }
                    }
                }
            }
        }

        /* Responsive Style Ebd */
    }
}

/* Home Featured News-3 Section Styles End */




/* Home Exclusive News Section Styles Start */
.exclusive-news {
    margin-top: 1rem;
    border-bottom: 1px solid lightgray;

    .section-heading {
        font-size: 24px;
        line-height: 1;
        /* height: 40px; */
        align-items: center;
        display: inline-flex;
        gap: 10px;

        span {
            /* height: 100%; */
            display: flex;
            align-items: center;
            justify-content: flex-start;
            color: #1F2029;

            &:hover {
                color: var(--primary-color);
            }
        }

        .arrow__icon {
            font-size: 18px;
            color: #1F55BF;
        }
    }

    .content-main {
        padding-block: 12px;

        .news {
            .news-item {

                .news-image {

                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 1/0.65;
                        object-fit: cover;
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .news-content {
                    width: 100%;

                    .news-title {
                        font-size: 20px;
                        line-height: 30px;
                        padding-left: 2px;
                        /* display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden; */
                        transition: all 0.3s linear;
                    }
                }

                &:hover .news-title {
                    color: var(--primary-color);
                }
            }
        }



        .owl-nav {
            opacity: 0;
            transition: opacity 0.2s linear;

            .owl-next {
                position: absolute;
                top: 25%;
                right: 12px;
                width: 35px;
                aspect-ratio: 1 / 1;
                background: rgba(31, 32, 41, 0.7);
                border-radius: 50%;
                color: white;
                font-size: 19px;

                &:hover {
                    background: rgba(31, 32, 41, 0.9);
                }
            }

            .owl-prev {
                position: absolute;
                top: 25%;
                left: 12px;
                width: 35px;
                aspect-ratio: 1 / 1;
                background: rgba(31, 32, 41, 0.7);
                border-radius: 50%;
                color: white;
                font-size: 19px;

                &:hover {
                    background: rgba(31, 32, 41, 0.9);
                }
            }
        }

        .owl-dots {
            display: flex;
            align-items: center;
            justify-content: center;

            .owl-dot.active {
                span {
                    background: #FF5252 !important;
                }
            }
        }

        &:hover .owl-nav {
            opacity: 1;
        }

    }

    .advertisment-bottom {
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            margin-bottom: 1rem;
        }
    }

    .advertisment-bottom-mobile {
        display: none;
    }

    @media only screen and (max-width: 850px) {
        .advertisment-bottom {
            display: none;

            img {
                max-width: 320px;
                /* height: 100px; */
                height: auto;
            }
        }

        .advertisment-bottom-mobile {
            display: flex;
            align-items: center;
            justify-content: center;

            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
                margin-bottom: 1rem;
            }
        }

    }
}

/* Home Exclusive News Section Styles End */





/* Home Video Gallery News Section Styles Start */
.video-gallery-section {
    background-color: #4B6688;
    padding-block: 1rem;

    .section-heading {
        display: inline-block;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        padding-bottom: 16px;
        transition: all 0.3s linear;

        &:hover {
            color: #ffb300;
        }
    }

    .content-main.desktop {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        display: flex;
        gap: 24px 30px;

        .news-main {
            max-width: 54%;
            width: 100%;

            .news {
                .news-item {
                    .news-image {
                        position: relative;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.7/1;
                            object-fit: cover;
                            position: relative;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        .youtube-icon {
                            display: block;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 32px;
                            color: #fff;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: #ffb300;
                    }
                }
            }
        }

        .news-left {
            max-width: 44%;
            width: 100%;

            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;

            .news {
                .news-item {
                    .news-image {
                        position: relative;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            position: relative;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        .youtube-icon {
                            display: block;
                            position: absolute;
                            right: 0;
                            bottom: 0;

                            svg {
                                width: 37px;
                                height: 26px;
                            }
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 20px;
                            color: #fff;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: #ffb300;
                    }
                }
            }
        }
    }

    .content-main.mobile {
        display: none;
    }


    @media only screen and (max-width: 991px) {
        .content-main.desktop {
            /* display: grid;
            grid-template-columns: repeat(2, 1fr); */
            display: flex;
            flex-direction: column;
            gap: 24px 30px;

            .news-main {
                max-width: 100%;
                /* grid-column: span 2; */

                .news {
                    .news-item {
                        .news-image {
                            position: relative;
                            overflow: hidden;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                position: relative;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            .youtube-icon {
                                display: block;
                                position: absolute;
                                right: 0;
                                bottom: 0;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }
                    }
                }
            }

            .news-left {
                max-width: 100%;
                /* grid-column: span 2; */
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .content-main.desktop {
            display: none;
        }

        .content-main.mobile {
            display: block;

            .news {
                .news-item {
                    .news-image {
                        position: relative;
                        overflow: hidden;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            position: relative;
                            scale: 1;
                            transition: scale 0.1s linear;

                        }

                        .youtube-icon {
                            display: block;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 20px;
                            color: #fff;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                        }
                    }
                }
            }

            .owl-nav {
                .owl-next {
                    position: absolute;
                    top: 45%;
                    right: 12px;
                    width: 35px;
                    aspect-ratio: 1 / 1;
                    background: rgba(31, 32, 41, 0.7);
                    border-radius: 50%;
                    color: white;
                    font-size: 19px;
                }

                .owl-prev {
                    position: absolute;
                    top: 45%;
                    left: 12px;
                    width: 35px;
                    aspect-ratio: 1 / 1;
                    background: rgba(31, 32, 41, 0.7);
                    border-radius: 50%;
                    color: white;
                    font-size: 19px;
                }
            }

            .owl-dots {
                .owl-dot.active {
                    span {
                        background: #FF5252 !important;
                    }
                }
            }
        }
    }
}

/* Home Video Gallery News Section Styles End */





/* Home Video Gallery News Section Styles Start */
.photo-gallery-section {
    background-color: #4B6688;
    padding-block: 1rem;
    border-top: 3px solid;
    border-color: #6382A8;

    .section-heading {
        display: inline-block;
        font-size: 24px;
        line-height: 36px;
        color: #fff;
        padding-bottom: 16px;
        transition: all 0.3s linear;

        &:hover {
            color: #ffb300;
        }
    }

    .content-main {
        display: flex;
        /* display: grid;
        grid-template-columns: 7fr 5fr; */
        gap: 24px 30px;

        .news-main {
            max-width: 54%;
            width: 100%;

            .news {
                .news-item {
                    .news-image {
                        .slide-image {
                            position: relative;
                            overflow: hidden;

                            img {
                                width: 100%;
                                aspect-ratio: 1.7/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            .image-caption {
                                display: block;
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                right: 0;
                                padding: 12px 16px;
                                background: rgba(0, 0, 0, 0.7);
                                color: #fff;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 32px;
                            color: #fff;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: #ffb300;
                    }
                }
            }

            .owl-nav {
                .owl-next {
                    position: absolute;
                    top: 45%;
                    right: 12px;
                    width: 35px;
                    aspect-ratio: 1 / 1;
                    background: rgba(31, 32, 41, 0.7);
                    border-radius: 50%;
                    color: white;
                    font-size: 19px;
                }

                .owl-prev {
                    position: absolute;
                    top: 45%;
                    left: 12px;
                    width: 35px;
                    aspect-ratio: 1 / 1;
                    background: rgba(31, 32, 41, 0.7);
                    border-radius: 50%;
                    color: white;
                    font-size: 19px;
                }
            }

            .owl-dots {
                .owl-dot.active {
                    span {
                        background: #FF5252 !important;
                    }
                }
            }
        }

        .news-left {
            max-width: 44%;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;

            .news {
                .news-item {
                    .news-image {
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            object-fit: cover;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .news-content {
                        .news-title {
                            font-size: 20px;
                            color: #fff;
                            padding-left: 2px;
                            /* display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                            overflow: hidden; */
                            transition: all 0.3s linear;
                        }
                    }

                    &:hover .news-title {
                        color: #ffb300;
                    }
                }
            }
        }
    }


    @media only screen and (max-width: 991px) {
        .content-main {
            /* display: grid;
            grid-template-columns: repeat(2, 1fr); */
            display: flex;
            flex-direction: column;
            gap: 24px 30px;

            .news-main {
                max-width: 100%;
                /* grid-column: span 2; */

                .news {
                    .news-item {
                        .news-image {}
                    }
                }
            }

            .news-left {
                max-width: 100%;
                /* grid-column: span 2; */
            }
        }
    }

    @media only screen and (max-width: 850px) {}

    @media only screen and (max-width: 576px) {
        .content-main {
            .news-left {
                gap: 20px;

                .news {
                    .news-item {
                        .news-content {
                            .news-title {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/* Home Video Gallery News Section Styles End */



/* Footer Section Style Start */
.footer {
    background-color: #fff !important;
    color: #1F2029 !important;
    border-top: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;

    .footer-wrapper {
        display: grid;
        /* grid-template-columns: 3.5fr 4.5fr 2fr 2fr; */
        grid-template-columns: 2.8fr 3.5fr 2.5fr 2.5fr;
        /* grid-template-columns: repeat(4, 1fr); */
        padding-block: 24px;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #CCD2D8;

        .about-us {
            display: flex;
            flex-direction: column;
            /* justify-content: center; */
            padding-right: 115px;
            border-right: 1px solid;
            border-color: #CCD2D8;

            .footer-logo {
                padding-bottom: 16px;
            }

            .footer-desc {
                /* font-size: 16px; */
                font-size: 18px;
                line-height: 28px;
                font-weight: 600;
            }
        }

        .contact-us {
            padding-inline: 54px;
            text-align: center;
            border-right: 1px solid;
            border-color: #CCD2D8;
            font-size: 18px;
            line-height: 27px;
        }

        .quick-links {
            padding-inline: 54px;
            border-right: 1px solid;
            border-color: #CCD2D8;

            ul {
                list-style: none;
                padding: 0;

                li {
                    /* margin-bottom: 8px; */

                    a {
                        color: #1F2029 !important;
                        font-size: 18px;
                        line-height: 27px;
                    }
                }
            }
        }

        .social-links {
            padding-left: 54px;

            .heading {
                padding-bottom: 16px;
                font-size: 16px;
                line-height: 28px;
            }

            ul {
                list-style: none;
                padding: 0;

                display: grid;
                gap: 0.5rem;
                grid-template-columns: repeat(2, 1fr);

                li {
                    border-bottom: 1px dashed #CCD2D8;
                    margin-bottom: 8px;

                    width: fit-content;

                    a {
                        color: #1F2029 !important;
                        font-size: 16px;
                        line-height: 28px;
                        display: flex;
                        gap: 8px;
                    }
                }
            }
        }
    }

    .footer-bottom-section {
        text-align: center;
        padding-block: 12px;
        display: flex;
        align-items: center;
        justify-content: center;

        span {
            display: block;
            font-size: 16px;

            &:nth-child(1) {
                color: #576370;
                padding-right: 8px;
                /* border-right: 1px solid #CCD2D8; */
            }
        }
    }

    .advertisment-bottom {
        background-color: #eaedf033;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    @media only screen and (max-width: 991px) {
        .footer-wrapper {
            grid-template-columns: repeat(3, 1fr);

            .about-us {
                grid-column: span 4;
                align-items: center;
                border-right: 0;
                padding-right: 0;
                padding-bottom: 20px;
                margin-bottom: 20px;
                border-bottom: 1px solid #CCD2D8;
            }

        }
    }

    @media only screen and (max-width: 850px) {
        .footer-wrapper {
            grid-template-columns: repeat(1, 1fr);

            .about-us {
                grid-column: initial;
            }

            .about-us {
                padding-right: 0;
            }

            .contact-us {
                border-right: 0;
                padding-inline: 0px;
                padding-bottom: 20px;
                margin-inline: auto;
            }

            .quick-links {
                border-right: 0;
                border-top: 1px solid #CCD2D8;
                border-bottom: 1px solid #CCD2D8;
                padding-inline: 0;
                padding-block: 20px;
                display: flex;

                ul {
                    margin-inline: auto;
                    display: flex;
                    gap: 1rem;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                }
            }

            .social-links {
                padding-inline: 0;
                padding-top: 20px;
                display: flex;
                justify-content: center;

                .heading {
                    text-align: center;
                }

                ul {
                    margin-inline: auto;
                    display: flex;
                    gap: 1rem;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                }
            }

        }

        .advertisment-bottom {
            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
            }
        }
    }


}

/* Footer Section Style End */




/* News Details Page Style Start */
.news-details-page {

    .details-advertisment-top-2 {
        background-color: #eaedf033;

        .details-advertisment-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .news-details {
        .breadcrumb {
            /* padding-bottom: 0.5rem; */

            .breadcrumb-item {
                font-size: 20px;
                color: #4C77CC;
                border-bottom: 1px solid #4C77CC;
                cursor: pointer;
            }
        }

        article.main-article {
            header {
                .sub-title {
                    h5 {
                        font-size: 20px;
                        color: #eb0000;
                    }
                }

                .title {
                    h1 {
                        font-size: 40px;
                        font-weight: 400;
                    }
                }

                .news-info-and-share {
                    padding-top: 1px;
                    display: flex;
                    align-items: end;
                    justify-content: space-between;
                    gap: 10px;

                    .news-publish-info {
                        font-weight: 400;
                        list-style: none;
                        margin: 0;
                        padding: 0;

                        li {
                            &:first-child {
                                font-size: 18px;
                                font-weight: 600;

                                a {
                                    color: #1F2029;
                                    font-weight: bold;
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }

                            &:last-child {
                                font-size: 16px;
                                color: #576370;
                            }
                        }
                    }

                    .sharing {
                        padding-bottom: 0px;
                        margin-top: 0px;

                        .social {
                            display: flex;
                            gap: 8px;

                            li {
                                a {
                                    padding: 0;
                                    margin: 0;
                                    width: 32px;
                                    height: 32px;
                                    aspect-ratio: 1;
                                    border-radius: 50%;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    position: relative;
                                    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
                                    transition: opacity 0.2s ease-in, top 0.2s ease-in;

                                    i {
                                        font-size: 16px;
                                        margin-right: 0;
                                    }

                                    span {
                                        font-size: 16px;
                                        margin-right: 0;
                                    }


                                    &:hover {
                                        border: 1px dashed;
                                    }
                                }
                            }
                        }
                    }
                }

            }


            /* For Image Counter */
            .image-container{
                .image-counter{
                    font-size: 18px;
                    line-height: normal;
                    font-family: "SolaimanLipi", sans-serif;
                    border: 1px solid #CC0033;
                    border-radius: 15px;
                    color: #191E21;
                    display: inline-block;
                    margin-bottom: 12px;
                    padding: 4px 16px;
                }

                .figure-img.img-fluid{
                    display: block;
                }
            }


            .main>a {
                margin-block: 16px;
            }

            .main>img {
                padding-bottom: 20px;
                max-width: 300px;
                margin-inline: auto;
            }

            .main>div>img {
                padding-bottom: 20px;
                max-width: 300px;
                margin-inline: auto;
            }

            .main>p,
            .main>div>p,
            .main>div,
            .main>.figure {
                max-width: 700px;
                width: 100%;
                margin-inline: auto;
                font-size: 20px;
                line-height: 32px;
            }

            .main>.image>img {
                max-width: 700px;
                width: 100%;
                margin-inline: auto;
            }

            .main>.image>figcaption {
                max-width: 700px;
                width: 100%;
                margin-inline: auto;
            }

            .main {
                figure.player {
                    margin-bottom: 0;
                    aspect-ratio: initial;

                    .plyr {
                        max-width: 700px;
                        width: 100%;
                        margin-inline: auto;
                    }
                }
            }

            .figure {
                margin-bottom: 0px;

                .figure-caption {
                    border-bottom: 1px solid #CCD2D8;
                    text-align: start;
                    margin-bottom: 13px;
                }
            }

            .container-plyr {
                figure {
                    aspect-ratio: initial;
                }
            }


            .details-advertisment-top {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 1rem;
            }

            .related-news__wrapper {

                .releted-news__heading {
                    font-size: 24px;
                    line-height: 36px;
                    color: #1F55BF;
                    position: relative;
                    display: flex;
                    align-items: center;
                    gap: 5px;

                    a {
                        color: #1F55BF;
                    }

                    &::before {
                        content: "\2022";
                        margin-right: 5px;
                    }

                    &::after {
                        content: " ";
                        position: absolute;
                        bottom: -10px;
                        left: 0;
                        width: 100%;
                        height: 2px;
                        background-color: #4C77CC;
                    }
                }

                .details__related-news {
                    padding-block: 15px;
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);

                    .news-item {

                        &:nth-child(1),
                        &:nth-child(2),
                        &:nth-child(4),
                        &:nth-child(5) {
                            padding: 16px;
                            padding-left: 0;
                            margin-left: 16px;

                            .news-item-inner {
                                position: relative;
                                height: 100%;

                                &::before {
                                    content: '';
                                    position: absolute;
                                    right: 0;
                                    bottom: -16px;
                                    width: 100%;
                                    height: 100%;
                                    border-bottom: 1px solid lightgray;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }

                                &::after {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    right: -16px;
                                    width: 100%;
                                    height: 100%;
                                    border-right: 1px solid lightgray;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }
                            }
                        }

                        &:nth-child(3),
                        &:nth-child(6) {
                            padding: 16px;
                            padding-right: 0;
                            margin-right: 16px;

                            .news-item-inner {
                                position: relative;
                                height: 100%;

                                &::before {
                                    content: '';
                                    position: absolute;
                                    right: 0;
                                    bottom: -16px;
                                    width: 100%;
                                    height: 100%;
                                    border-bottom: 1px solid lightgray;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }
                            }
                        }

                        .news-image {
                            position: relative;
                            overflow: hidden;

                            img {
                                width: 100%;
                                aspect-ratio: 1.7 / 1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            .youtube-icon {
                                position: absolute;
                                bottom: 0;
                                right: 0;

                                .video-icon {
                                    width: 37px;
                                    height: 26px;
                                }

                                .audio-icon {
                                    font-size: 20px;
                                    background: red;
                                    color: white;
                                    padding: 10px;
                                    border-top-left-radius: 6px;
                                }
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .news-content {

                            .news-title {
                                font-size: 20px;
                                margin: 0;
                                font-weight: initial;
                                transition: all 0.3s linear;
                                overflow: hidden;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                /* number of lines to show */
                                line-clamp: 2;
                                -webkit-box-orient: vertical;
                            }

                            .news-short-desc {
                                p {
                                    color: #576370;
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    /* number of lines to show */
                                    line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    margin-block: 0 !important;

                                }
                            }
                        }

                        &:hover .news-title {
                            color: var(--primary-color);
                        }
                    }
                }
            }

            .google-news-subscribe {
                max-width: 700px;
                width: 100%;
                margin-inline: auto;
                margin-block: 16px;
                padding: 7px 15px;
                font-size: 20px;
                line-height: 30px;
                color: #4285F4;
                border: 1px dashed #4285F4;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;

                .google-news-title {
                    color: #4285F4;
                    transition: all 0.3s linear;
                }

                &:hover .google-news-title {
                    color: var(--primary-color);
                }

            }

            .static-text {
                text-align: center;
                border: 1px dotted lightgray;
                padding-block: 5px;
            }

            .details-advertisment-bottom {
                display: flex;
                align-items: center;
                justify-content: center;
                /* margin-bottom: 32px; */
            }

            .fb-comments {
                display: flex;
                max-width: 700px;
                margin-inline: auto;
                margin-bottom: 10px;
            }

        }

        .sidebar {
            display: none;
        }
    }

    .sidebar {
        display: block;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }

        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            display: none;
            /* padding-left: calc(var(--bs-gutter-x)* .5); */

            /* .siderbar-ads {
                .aside-body {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
            } */
        }
        .news-details{
            .sidebar {
                display: block;

                .siderbar-ads {
                    margin-bottom: 0px;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    .aside-body {

                        figure {
                            margin: 0;

                            a {
                                display: block;
                                margin-bottom: 1rem;
                            }
                        }
                    }

                }

                aside {

                    .aside-title {
                        font-size: 20px;
                        color: #1F55BF;
                        margin-top: 0;
                        margin-bottom: 10px;

                        &::before {
                            content: "\2022";
                            margin-right: 5px;
                        }

                        &::after {
                            content: " ";
                            position: absolute;
                            bottom: -10px;
                            left: 0;
                            width: 100%;
                            height: 1px;
                            background-color: #1F55BF;
                        }
                    }

                    .aside-body {
                        .article-mini {
                            border-bottom: 1px solid #CCD2D8;

                            .inner {
                                display: flex;

                                figure {
                                    order: 1;
                                    width: 35%;
                                    height: auto;
                                    overflow: hidden;
                                    a{
                                        height: 100%;
                                    }

                                    img {
                                        scale: 1;
                                        transition: scale 0.1s linear;
                                    }

                                    &:hover img {
                                        scale: 1.03;
                                    }
                                }

                                .padding {
                                    width: 65%;
                                    margin-left: 0;
                                    padding-left: 0;

                                    h1 {
                                        font-size: 18px;
                                        line-height: 27px;
                                        -webkit-line-clamp: 3;
                                        margin: 0;

                                        a {
                                            transition: all 0.3s linear;

                                            &:hover {
                                                color: var(--primary-color);
                                            }
                                        }
                                    }
                                }
                            }

                            &:last-child {
                                border-bottom: 0;
                            }
                        }
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .details-advertisment-top-2 {

            .details-advertisment-wrapper {
                img {
                    max-width: 300px;
                    /* max-width: 320px; */
                    /* height: 100px; */
                    height: auto;
                }
            }
        }

        .news-details {
            article.main-article {

                header {
                    .news-info-and-share {
                        flex-direction: column;
                        align-items: self-start;
                    }
                }

                .details-advertisment-top {
                    img {
                        max-width: 320px;
                        /* height: 100px; */
                        height: auto;
                    }
                }

                .related-news__wrapper {
                    .details__related-news {
                        grid-template-columns: repeat(2, 1fr);

                        .news-item {

                            &:nth-child(odd) {
                                padding: 16px;
                                padding-left: 0;
                                margin-left: 16px;

                                .news-item-inner {
                                    position: relative;
                                    height: 100%;

                                    &::before {
                                        content: '';
                                        position: absolute;
                                        right: 0;
                                        bottom: -16px;
                                        width: 100%;
                                        height: 100%;
                                        border-bottom: 1px solid lightgray;
                                        box-sizing: border-box;
                                        pointer-events: none;
                                    }

                                    &::after {
                                        content: '';
                                        position: absolute;
                                        top: 0;
                                        right: -16px;
                                        width: 100%;
                                        height: 100%;
                                        border-right: 1px solid lightgray;
                                        box-sizing: border-box;
                                        pointer-events: none;
                                    }
                                }

                            }

                            &:nth-child(even) {
                                padding: 16px;
                                padding-left: 0;
                                margin-left: 16px;

                                .news-item-inner {
                                    position: relative;
                                    height: 100%;

                                    &::before {
                                        content: '';
                                        position: absolute;
                                        right: 0;
                                        bottom: -16px;
                                        width: 100%;
                                        height: 100%;
                                        border-bottom: 1px solid lightgray;
                                        box-sizing: border-box;
                                        pointer-events: none;
                                    }
                                }
                            }

                            &:nth-child(2) {
                                .news-item-inner {

                                    &::after {
                                        content: '';
                                        position: absolute;
                                        top: 0;
                                        right: -16px;
                                        width: 100%;
                                        height: 100%;
                                        border-right: 0;
                                        box-sizing: border-box;
                                        pointer-events: none;
                                    }
                                }
                            }

                            &:nth-child(3) {
                                margin-right: 0;
                            }

                            &:nth-child(4) {
                                .news-item-inner {

                                    &::after {
                                        content: '';
                                        position: absolute;
                                        top: 0;
                                        right: -16px;
                                        width: 100%;
                                        height: 100%;
                                        border-right: 0;
                                        box-sizing: border-box;
                                        pointer-events: none;
                                    }
                                }
                            }

                            &:nth-child(6) {
                                margin-right: 0;
                            }

                        }
                    }
                }

                .details-advertisment-bottom {
                    img {
                        /* max-width: 320px; */
                        max-width: 300px;
                        /* height: 100px; */
                        height: auto;
                    }
                }
            }
        }


        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .news-details {
            article.main-article {
                header {
                    .title{
                        h1{
                            font-size: 36px;
                        }
                    }
                    .news-info-and-share {
                        .sharing {
                            .social {
                                li {
                                    a {
                                        height: 28px;
                                        width: 28px;

                                        i {
                                            font-size: 12px;
                                        }

                                        span {
                                            font-size: 12px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                .main>img {
                    padding-bottom: 20px;
                    max-width: 300px;
                }

                .main>div>img {
                    padding-bottom: 20px;
                    max-width: 300px;
                }

                .related-news__wrapper {
                    .details__related-news {
                        grid-template-columns: repeat(1, 1fr);

                        .news-item {
                            &:nth-child(1) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }

                            &:nth-child(2) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }

                            &:nth-child(3) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }

                            &:nth-child(4) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }

                            &:nth-child(5) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }

                            &:nth-child(6) {
                                margin-left: 0;
                                padding-right: 0;

                                .news-item-inner {

                                    &::after {
                                        right: 0;
                                        border-right: none;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .sidebar {
            .siderbar-ads {
                .ads {

                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* News Details Page Style End */




/* Category Page Style Start */
.catogory-page {

    .category-advertisment-top {
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: #eaedf033; */
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid lightgray;
    }

    .news-local-search-form {
        font-size: 18px;
        background-color: #E8F7FA;
        padding: 12px 40px;
        margin-bottom: 1rem;
        border-radius: 6px;
        display: grid;
        gap: 24px;
        grid-template-areas: "name bivag zila upazila search";
        grid-template-columns: repeat(4, 1fr) 116px;
        align-items: center;
        overflow: hidden;

        .form-item {

            &:first-child {
                grid-area: name;
            }

            &:nth-child(2) {
                grid-area: bivag;
            }

            &:nth-child(3) {
                grid-area: zila;
            }

            &:nth-child(4) {
                grid-area: upazila;
            }

            &:last-child {
                grid-area: search;
            }
        }

        .dropdown-list {
            select {
                width: 100%;
                padding: 8px 12px;
                border-radius: 4px;
                background-color: #E8F7FA;
                border-color: #A0AAB5;
                cursor: pointer;

                &:focus-visible {
                    outline: #A0AAB5;
                }
            }
        }

        .search-btn {
            background-color: #4C77CC;
            color: #FFFFFF;
            padding: 8px 0px;
            border: none;
            height: 100%;
            border-radius: 4px;
        }
    }


    .author-summary-details {
        padding-block: 20px;
        display: flex;
        gap: 25px;

        .author-image {
            width: 100px;
            height: 100px;

            img {
                height: 100%;
                aspect-ratio: 1;
                object-fit: cover;
                border-radius: 50%;
            }
        }

        .author-info {
            h3 {
                font-size: 24px;
                line-height: 36px;
            }

            .author-social-inks {
                ul {
                    display: flex;
                    gap: 15px;
                    margin: 0;
                    padding: 0;
                    list-style: none;

                    li {
                        a {
                            padding: 0;
                            margin: 0;
                            width: 32px;
                            aspect-ratio: 1 / 1;
                            border-radius: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;

                            &:hover {
                                border: 1px dashed;
                            }
                        }
                    }
                }
            }
        }
    }

    .container.category-page-title-container {
        padding: 0;

        .category-page-title {
            font-size: 32px;
            line-height: 44px;
            color: #1F55BF;
            border-bottom: 1px solid #1F55BF;
            margin-bottom: 1rem;
            margin-top: 0;
        }
    }

    .content-main {
        display: flex;
        align-items: start;
        justify-content: space-between;

        .news {
            padding-right: 4px;

            .news-main {
                display: grid;
                grid-template-columns: repeat(2, 1fr);

                .news-item {

                    &:nth-child(odd) {
                        padding-right: 16px;
                        padding-block: 16px;
                    }

                    &:nth-child(odd) {
                        .news-item-inner {
                            height: 100%;
                            position: relative;

                            &::before {
                                content: '';
                                position: absolute;
                                right: 0;
                                bottom: -16px;
                                width: 100%;
                                height: 100%;
                                border-bottom: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }

                            &::after {
                                content: '';
                                position: absolute;
                                top: 0;
                                right: -16px;
                                width: 100%;
                                height: 100%;
                                border-right: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }
                        }
                    }

                    &:nth-child(even) {
                        padding-left: 16px;
                        padding-block: 16px;
                    }

                    &:nth-child(even) {
                        .news-item-inner {
                            height: 100%;
                            position: relative;

                            &::before {
                                content: '';
                                position: absolute;
                                right: 0;
                                bottom: -16px;
                                width: 100%;
                                height: 100%;
                                border-bottom: 1px solid lightgray;
                                box-sizing: border-box;
                                pointer-events: none;
                            }
                        }
                    }


                    &:first-child {
                        grid-row: 1 / span 3;

                        padding-right: 16px;
                        padding-top: 0;
                        padding-left: 0;



                        .news-item-inner {
                            flex-direction: column;
                            justify-content: flex-start;
                            gap: 12px;
                            height: 100%;

                            .news-image {
                                order: 0;
                                width: 100%;
                                max-width: 100%;
                                overflow: hidden;

                                img {
                                    width: 100%;
                                    aspect-ratio: 1.7/1;
                                    object-fit: cover;
                                    scale: 1;
                                    transition: scale 0.1s linear;
                                }

                                &:hover img {
                                    scale: 1.03;
                                }
                            }

                            .news-content {
                                width: 100%;
                                max-width: 100%;

                                .news-title {
                                    font-size: 32px;
                                    padding-inline: 2px;
                                    display: -webkit-box;
                                    /* number of lines to show */
                                    -webkit-line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                    margin: 0;
                                    transition: all 0.3s linear;
                                }

                                .news-short-desc {
                                    p {
                                        color: #576370;
                                        padding-inline: 2px;
                                        overflow: hidden;
                                        display: -webkit-box;
                                        -webkit-line-clamp: 3;
                                        /* number of lines to show */
                                        line-clamp: 3;
                                        -webkit-box-orient: vertical;

                                    }
                                }
                            }
                        }
                    }

                    &:nth-child(2) {
                        padding-bottom: 16px;
                        padding-top: 0;
                        column-gap: 10px;
                    }

                    &:nth-child(3) {
                        padding-top: 16px;
                        padding-bottom: 16px;
                        padding-left: 16px;
                        padding-right: 0;
                        column-gap: 10px;

                        .news-item-inner {
                            height: 100%;

                            &::after {
                                border-right: 0;

                            }
                        }
                    }

                    &:nth-child(4) {
                        padding-top: 16px;
                        padding-left: 16px;
                        column-gap: 10px;
                    }

                    .news-item-inner {
                        display: flex;
                        align-items: start;
                        justify-content: space-between;
                        gap: 5px;
                        height: 100%;
                        /* overflow-y: hidden; */

                        .news-image {
                            width: 40%;
                            max-width: 40%;
                            order: 1;
                            overflow: hidden;

                            img {
                                width: 100%;
                                aspect-ratio: 1.6/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .news-content {
                            width: 60%;
                            max-width: 60%;

                            .news-title {
                                font-size: 20px;
                                margin-block: 0 !important;
                                padding-inline: 1px;
                                display: -webkit-box;
                                /* number of lines to show */
                                /* -webkit-line-clamp: 2; */
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                transition: all 0.3s linear;
                                margin: 0;
                            }

                            .news-short-desc {
                                p {
                                    color: #576370;
                                    padding-inline: 1px;
                                    overflow: hidden;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    /* number of lines to show */
                                    line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    margin-block: 0 !important;

                                }
                            }

                        }
                    }


                    &:hover .news-title {
                        color: var(--primary-color);
                    }
                }
            }

        }

    }

    .load-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;

        a {
            background-color: #1F2029;
            border: none;
            color: #FFFFFF;
            border-radius: 4px;
            font-size: 16px;
            line-height: 24px;
            padding: 8px 24px;
        }
    }

    .sidebar {
        display: block;
        padding-left: 16px;
        border-left: 1px solid #CCD2D8;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;

                            img {
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;
                            padding-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {

        .news-local-search-form {
            grid-template-areas:
                "name name name name"
                "bivag zila upazila search";
            grid-template-columns: repeat(3, 1fr) 116px;
        }

        .sidebar {
            border-left: 0;
            padding-left: calc(var(--bs-gutter-x)* .5);
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .category-advertisment-top {
            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
            }
        }

        .news-local-search-form {
            padding: 12px;
            grid-template-areas: unset;
            grid-template-columns: repeat(1, 1fr);

            .form-item {

                &:first-child {
                    grid-area: unset;
                }

                &:nth-child(2) {
                    grid-area: unset;
                }

                &:nth-child(3) {
                    grid-area: unset;
                }

                &:nth-child(4) {
                    grid-area: unset;
                }

                &:last-child {
                    grid-area: unset;
                }
            }
        }

        .content-main {
            .news {
                padding-right: 0;

                .news-main {
                    display: grid;
                    grid-template-columns: repeat(1, 1fr);

                    .news-item {

                        &:nth-child(odd) {
                            padding-right: 0;
                            border-right: 0;
                        }

                        &:nth-child(even) {
                            padding-left: 0;
                        }

                        &:first-child {
                            padding-right: 0;
                            padding-bottom: 20px;
                            border-bottom: 0;
                        }

                        &:nth-child(2) {
                            padding-block: 20px;
                            margin-left: 0;
                        }

                        &:nth-child(3) {
                            padding-block: 20px;
                            padding-left: 0;
                            margin-left: 0;
                        }

                        &:nth-child(4) {
                            padding-top: 20px;
                            margin-left: 0;
                        }

                        &:nth-child(odd) {
                            .news-item-inner {
                                &::before {
                                    content: '';
                                    position: absolute;
                                    right: 0;
                                    bottom: -16px;
                                    width: 100%;
                                    height: 100%;
                                    border-bottom: 1px solid lightgray;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }

                                &::after {
                                    content: '';
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    width: 100%;
                                    height: 100%;
                                    border-right: 0;
                                    box-sizing: border-box;
                                    pointer-events: none;
                                }
                            }
                        }
                    }
                }



            }
        }

        .sidebar {
            position: unset;
            width: 100%;
        }

    }

    @media only screen and (max-width: 576px) {
        .author-summary-details {


            .author-image {
                width: 75px;
                height: 75px;

                img {
                    height: 100%;
                    aspect-ratio: 1;
                    object-fit: cover;
                    border-radius: 50%;
                }
            }

            .author-info {
                h3 {
                    font-size: 20px;
                    line-height: 30px;
                }
            }

        }

        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }

    }
}

/* Category Page Style End */



/* Photo Category Page/Video Category Page Style Start */
.photo__catogory-page,
.video__catogory-page {

    .category-advertisment-top {
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: #eaedf033; */
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid lightgray;
    }

    .container.category-page-title-container {
        padding: 0;

        .category-page-title {
            font-size: 32px;
            line-height: 44px;
            color: #1F55BF;
            border-bottom: 1px solid #1F55BF;
            margin-bottom: 1rem;
            margin-top: 0;
        }
    }

    .content-main {
        display: flex;
        align-items: start;
        justify-content: space-between;

        .news {
            padding-right: 4px;

            .news-main {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 24px;

                .news-item {
                    .news-item-inner {
                        display: flex;
                        flex-direction: column-reverse;
                        align-items: start;
                        justify-content: space-between;
                        gap: 8px;
                        height: 100%;
                        /* overflow-y: hidden; */

                        .news-image {
                            width: 100%;
                            max-width: 100%;
                            order: 1;
                            overflow: hidden;
                            position: relative;

                            img {
                                width: 100%;
                                aspect-ratio: 1.85/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }

                            .video-icon{
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                -ms-transform: translate(-50%, -50%);
                                transform: translate(-50%, -50%);
                            }
                            .image-icon{
                                position: absolute;
                                top: 0;
                                right: 0;
                                padding: 6px;
                                i{
                                    color: white;
                                    font-size: 26px;
                                }
                            }
                        }

                        .news-content {
                            width: 100%;
                            max-width: 100%;

                            .news-title {
                                font-size: 20px;
                                padding-inline: 2px;
                                margin-block: 0 !important;
                                display: -webkit-box;
                                /* number of lines to show */
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;
                                overflow: hidden;
                                transition: all 0.3s linear;
                                margin: 0;
                            }

                            .news-short-desc {
                                display: none;
                                p {
                                    color: #576370;
                                    overflow: hidden;
                                    padding-inline: 2px;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    /* number of lines to show */
                                    line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                    margin-block: 0 !important;

                                }
                            }

                        }
                    }


                    &:hover .news-title {
                        color: var(--primary-color);
                    }
                }
            }

        }

    }

    .load-more-btn {
        display: flex;
        align-items: center;
        justify-content: center;

        a {
            background-color: #1F2029;
            border: none;
            color: #FFFFFF;
            border-radius: 4px;
            font-size: 16px;
            line-height: 24px;
            padding: 8px 24px;
        }
    }


    @media only screen and (max-width: 991px) {

        .content-main {
            .news {
                .news-main {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                }



            }
        }

    }

    @media only screen and (max-width: 850px) {
        .category-advertisment-top {
            img {
                max-width: 300px;
                /* max-width: 320px; */
                /* height: 100px; */
                height: auto;
            }
        }

        .content-main {
            .news {
                .news-main {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                }



            }
        }

    }

    @media only screen and (max-width: 576px) {
        .content-main {
            .news {
                .news-main {
                    display: grid;
                    grid-template-columns: repeat(1, 1fr);
                }



            }
        }

    }
}
/* Photo Category Page/Video Category Page Style End */



/* Tag News page Style Start*/

.tag-news-page {

    .tag-main-body {
        display: flex;
        align-items: start;
        position: relative;

        .tag-details-wrapper {
            width: 35%;
            position: sticky;
            top: 70px;
            left: 0;
            margin-right: 20px;


            .tag-details-inner {
                border-bottom: 1px solid #CCD2D8;

                .page-title {
                    font-size: 24px;
                    line-height: 36px;
                }

                .tag-desc {
                    font-size: 18px;
                    line-height: 27px;
                    color: #576370;
                }

                .social-share {
                    ul {
                        list-style: none;
                        display: flex;
                        padding-left: 0;
                        gap: 8px;
                        padding-top: 8px;

                        li {
                            a {
                                padding: 0;
                                margin: 0;
                                width: 32px;
                                height: 32px;
                                aspect-ratio: 1;
                                border-radius: 50%;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                position: relative;
                                -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
                                transition: opacity 0.2s ease-in, top 0.2s ease-in;

                                i {
                                    font-size: 16px;
                                    margin-right: 0;
                                }

                                &:hover {
                                    border: 1px dashed;
                                }
                            }
                        }
                    }
                }
            }

            .topics-left-advertisement {
                display: flex;
                align-items: center;
                justify-content: center;
                padding-top: 20px;
            }
        }

        .tag-news {
            width: 65%;
            padding-left: 20px;
            padding-right: 8px;
            border-left: 1px solid #CCD2D8;

            .tag-news-wrapper {
                display: grid;
                grid-template-columns: repeat(1, 1fr);

                .article-list {
                    margin-bottom: 0;
                    padding-block: 20px;
                    border-bottom: 1px solid lightgray;

                    &:first-child {
                        padding-top: 0;

                        .inner {
                            display: flex;
                            flex-direction: column;

                            figure {
                                order: initial;
                                width: 100%;

                                img {
                                    width: 100%;
                                    aspect-ratio: 1.8/1;
                                    object-fit: cover;
                                }
                            }

                            .details {
                                width: 100%;
                            }
                        }
                    }

                    /* &:nth-child(odd) {
                        padding-right: 20px;
                        padding-block: 20px;
                        border-right: 1px solid #CCD2D8;
                        border-bottom: 1px solid #CCD2D8;
                    }

                    &:nth-child(even) {
                        padding-left: 20px;
                        padding-block: 20px;
                        border-bottom: 1px solid #CCD2D8;
                    } */

                    .inner {
                        display: flex;
                        gap: 12px;

                        figure {
                            order: 1;
                            width: 40%;
                            background-color: initial;
                            float: initial;
                            height: initial;
                            aspect-ratio: initial;

                            img {
                                width: 100%;
                                aspect-ratio: 1.6/1;
                                object-fit: cover;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .details {
                            width: 60%;
                            margin-left: 0;
                            padding: 0;

                            h1 {
                                margin: 0;
                                padding-inline: 3px;

                                a {
                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .sidebar {
        display: block;
        padding-left: 16px;
        border-left: 1px solid #CCD2D8;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;
                            padding-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }


    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;
            padding-left: calc(var(--bs-gutter-x)* .5);
            border-left: 0;
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .tag-main-body {
            flex-direction: column;

            .tag-details-wrapper {
                width: 100%;
                position: initial;
                margin-right: 0;
                margin-bottom: 20px;
            }

            .tag-news {
                width: 100%;
                padding-left: inherit;
                padding-right: initial;
                border-left: 0;

                .tag-news-wrapper {
                    grid-template-columns: repeat(1, 1fr);

                    .article-list {

                        &:nth-child(odd) {
                            padding-right: 0;
                            border-right: 0;
                        }

                        &:nth-child(even) {
                            padding-left: 0;
                        }

                    }
                }
            }
        }

        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* Tag News page Style End */




/* All News Page Style Start */
.all-news-page {

    .page-title {
        color: #1F55BF;
        border-bottom: 1px solid #1F55BF;
    }

    .all-news-content {
        padding-right: 20px;

        .all-news-wrapper {
            display: grid;
            grid-template-columns: repeat(2, 1fr);

            .article-list {
                margin-bottom: 0px;

                &:nth-child(odd) {
                    padding-right: 0;
                    padding-top: 20px;
                    padding-bottom: 20px;
                    padding-right: 19px;

                    .inner {
                        position: relative;
                        height: 100%;

                        &::before {
                            content: '';
                            position: absolute;
                            bottom: -20px;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            border-bottom: 1px solid lightgray;
                            pointer-events: none;
                        }

                        &::after {
                            content: '';
                            position: absolute;
                            top: 0;
                            right: -20px;
                            width: 100%;
                            height: 100%;
                            border-right: 1px solid lightgray;
                            box-sizing: border-box;
                            pointer-events: none;
                        }
                    }

                }

                &:nth-child(even) {
                    padding-left: 0;

                    padding-top: 20px;
                    padding-bottom: 20px;
                    padding-left: 20px;

                    .inner {
                        position: relative;

                        &::before {
                            content: '';
                            position: absolute;
                            right: 0;
                            bottom: -20px;
                            width: 100%;
                            height: 100%;
                            border-bottom: 1px solid lightgray;
                            box-sizing: border-box;
                            pointer-events: none;
                        }
                    }

                }

                .inner {
                    display: flex;
                    justify-content: space-between;

                    figure {
                        order: 1;
                        width: 40%;
                        height: initial;
                        float: initial;
                        margin-bottom: 0;
                        background-color: initial;
                        aspect-ratio: initial;
                        overflow: hidden;

                        img {
                            width: 100%;
                            aspect-ratio: 1.6/1;
                            scale: 1;
                            transition: scale 0.1s linear;
                        }

                        &:hover img {
                            scale: 1.03;
                        }
                    }

                    .details {
                        order: 0;
                        width: 60%;
                        padding-block: 0;
                        padding-left: 0;
                        padding-right: 10px;
                        margin: 0;

                        time{
                            padding-inline: 2px;
                        }

                        h1 {
                            margin: 0;
                            padding-inline: 2px;

                            a {
                                &:hover {
                                    color: var(--primary-color);
                                }
                            }
                        }

                        p {
                            padding-inline: 2px;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                            -webkit-box-orient: vertical;
                            margin: 0;
                        }
                    }
                }
            }
        }
    }

    .sidebar {
        display: block;
        padding-left: 16px;
        border-left: 1px solid #CCD2D8;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            aspect-ratio: 1.6/1;

                            img {
                                width: 100%;
                                aspect-ratio: 1.6/1;
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;
                            padding-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;

            }

            aside {

                .aside-body {
                    .article-mini {
                        .inner {
                            figure {
                                width: 40%;
                            }

                            .padding {
                                width: 60%;
                            }
                        }
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .all-news-content {
            padding-right: calc(var(--bs-gutter-x)* .5);

            .all-news-wrapper {
                grid-template-columns: repeat(1, 1fr);

                .article-list {
                    &:nth-child(odd) {
                        padding-right: 0;
                        border-right: 0;
                    }

                    &:nth-child(even) {
                        padding-left: 0;
                    }
                }
            }
        }

        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* All News Page Style ENd */




/* All Videos News Page Style Start */

.all-videos-page {
    .page-title {
        color: #1F55BF;
        border-bottom: 1px solid #1F55BF;
    }

    .all-videos-content {
        .article-list {
            margin-bottom: 20px;

            .inner {
                figure {
                    height: initial;
                    width: initial;
                    float: initial;
                    background-color: initial;
                    aspect-ratio: initial;
                    overflow: hidden;

                    img {
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .details {
                    margin-left: 0;

                    h1 {
                        a {
                            &:hover {
                                color: var(--primary-color);
                            }
                        }
                    }
                }
            }
        }
    }

    .sidebar {
        display: block;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;
                            padding-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .sidebar {
            position: unset;
            width: 100%;

        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* All Videos News Page Style ENd */




/* All Audios News Page Style Start */

.all-audios-page {

    .page-title {
        color: #1F55BF;
        border-bottom: 1px solid #1F55BF;
    }

    .all-audios-content {
        .article-list {
            margin-bottom: 20px;

            .inner {
                figure {
                    height: initial;
                    width: initial;
                    float: initial;
                    background-color: initial;
                    aspect-ratio: initial;
                    overflow: hidden;

                    img {
                        scale: 1;
                        transition: scale 0.1s linear;
                    }

                    &:hover img {
                        scale: 1.03;
                    }
                }

                .details {
                    margin-left: 0;

                    h1 {
                        a {
                            &:hover {
                                color: var(--primary-color);
                            }
                        }
                    }
                }
            }
        }
    }

    .sidebar {
        display: block;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;
                            padding-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* All Audios News Page Style ENd */




/* About Page and other static page Style Start */

.about-page,
.page.top {
    .sidebar {
        display: block;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }

    @media only screen and (max-width: 850px) {
        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* About Page other static page Style End */


/* Search Result Page Style Start  */
.search-result-page {
    .sidebar {
        display: block;

        .siderbar-ads {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
            justify-content: center;

            .aside-body {

                figure {
                    margin: 0;

                    a {
                        display: block;
                        margin-bottom: 1rem;
                    }
                }
            }
        }

        aside {

            .aside-title {
                font-size: 20px;
                color: #1F55BF;

                &::before {
                    content: "\2022";
                    margin-right: 5px;
                }

                &::after {
                    content: " ";
                    position: absolute;
                    bottom: -10px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    background-color: #1F55BF;
                }
            }

            .aside-body {
                .article-mini {
                    border-bottom: 1px solid #CCD2D8;

                    .inner {
                        display: flex;

                        figure {
                            order: 1;
                            width: 35%;
                            height: auto;
                            overflow: hidden;

                            img {
                                scale: 1;
                                transition: scale 0.1s linear;
                            }

                            &:hover img {
                                scale: 1.03;
                            }
                        }

                        .padding {
                            width: 65%;
                            margin-left: 0;

                            h1 {
                                font-size: 18px;
                                line-height: 27px;
                                -webkit-line-clamp: 3;

                                a {
                                    transition: all 0.3s linear;

                                    &:hover {
                                        color: var(--primary-color);
                                    }
                                }
                            }
                        }
                    }

                    &:last-child {
                        border-bottom: 0;
                    }
                }
            }
        }
    }

    @media only screen and (max-width: 991px) {
        .sidebar {
            position: unset;
            width: 100%;
            margin-top: 32px;

            .siderbar-ads {
                display: flex;
                align-items: center;
                justify-content: center;

            }
        }
    }

    @media only screen and (max-width: 850px) {
        .sidebar {
            position: unset;
            width: 100%;
        }
    }

    @media only screen and (max-width:576px) {
        .sidebar {
            .siderbar-ads {
                .ads {
                    img {
                        max-width: 300px;
                    }
                }
            }
        }
    }
}

/* Search Result Page Style End  */



/* News Details Page Photo Modal  Style Start */
.single-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.95);



    /* Modal Content (image slider) */
    .modal-content {
        position: absolute;
        margin: auto;
        width: 90%;
        max-width: 1200px;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* Hide the slides by default */
    .mySlides {
        display: none;
        text-align: center;
    }

    /* Show the first slide */
    .mySlides:first-child {
        display: block;
    }

    /* The Close Button */
    .close {
        color: #fff;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }

    /* The Close Button */
    .slide-index {
        color: #fff;
        position: absolute;
        top: 0;
        left: 25px;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }

    .close:hover,
    .close:focus {
        color: #ccc;
        text-decoration: none;
        cursor: pointer;
    }

    /* Next and previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -25px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        user-select: none;
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* Position the "previous button" to the left */
    .prev {
        left: 0;
        border-radius: 0 3px 3px 0;
    }

    /* Fading animation for modal images */
    .mySlides img {
        width: 100%;
        aspect-ratio: 1.6/1;
        object-fit: cover;
        margin-bottom: 0;
        animation-name: fade;
        animation-duration: 0.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }


    @media only screen and (max-width:850px) {
        .modal-content {
            width: 100%;
        }
    }

}

/* News Details Page Photo Modal  Style End */


/* Bangla Converter Page Style Start */
.header-wrapper {
    .brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        .current-date {
            padding-top: 10px;
        }
    }
}

.bangla-converter-page {

    .bangla-converter-wrapper {
        .unicode-input-group {
            .unicode_textarea {
                background-color: #FFFAF0;
                width: 100%;
                height: 300px;
                font-family: SolaimanLipi;
                font-size: 18px;
                color: #000;
                border: 1px solid #999;
                outline: none;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                padding: 5px;
                _resize: none;

                &:focus {
                    width: 100%;
                    height: 300px;
                    border: 1px solid #5ab4e6;
                    box-shadow: 0 0 5px #7dbef1;
                    -moz-box-shadow: 0 0 5px #7dbef1;
                    -webkit-box-shadow: 0 0 5px #7dbef1;
                    _resize: none;
                }
            }
        }

        .button-input-group {
            padding-block: 20px;
            text-align: center;

            .convert_buttons {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                gap: 10px;

                .bijoy_button {
                    color: #fff;
                    background-color: #337ab7;
                    border-color: #2e6da4;
                    border-radius: 6px;

                    &:hover {
                        color: #fff;
                        background-color: #286090;
                        border-color: #204d74;
                    }
                }

                .unicode_button {
                    color: #fff;
                    background-color: #5cb85c;
                    border-color: #4cae4c;
                    border-radius: 6px;

                    &:hover {
                        color: #fff;
                        background-color: #449d44;
                        border-color: #398439;
                    }
                }

                .reset_button {
                    color: #fff;
                    background-color: #d9534f;
                    border-color: #d43f3a;
                    border-radius: 6px;

                    &:hover {
                        color: #fff;
                        background-color: #c9302c;
                        border-color: #ac2925;
                    }
                }
            }
        }

        .bijoy-input-group {
            .bijoy_textarea {
                background-color: #FFFAF0;
                width: 100%;
                height: 300px;
                font-family: SutonnyMJ;
                font-size: 18px;
                color: #000;
                border: 1px solid #999;
                outline: none;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                padding: 5px;
                _resize: none;

                &:focus {
                    width: 100%;
                    height: 300px;
                    border: 1px solid #5ab4e6;
                    box-shadow: 0 0 5px #7dbef1;
                    -moz-box-shadow: 0 0 5px #7dbef1;
                    -webkit-box-shadow: 0 0 5px #7dbef1;
                    _resize: none;
                }
            }
        }
    }

}

/* Bangla Converter Page Style End */


.error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 2rem; */

    .error-image {}

    h1 {
        text-align: center;
    }

    p {
        text-align: center;
        font-size: 1rem;
    }

    .error-back {
        border: 1px solid #1F2029;
        color: #1F2029;
        font-size: 1rem;
        padding: 0.5rem 1rem;
        border-radius: 0.3rem;
    }
}

/* Load More button style */
.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;

    a {
        background-color: #1F2029;
        border: none;
        color: #FFFFFF;
        border-radius: 4px;
        font-size: 16px;
        line-height: 24px;
        padding: 8px 24px;
    }
}

.footer-advertisment {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #EEEEEE;
    padding-top: 3px;
    z-index: 9999;

    transition: all 3s linear;

    .footer-ad-close {
        position: absolute;
        bottom: 100%;
        background: #EDEDEE;
        padding: 0.5rem;
        right: 0.5rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
    }
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
}




    /* Welcome Popup Section */
    .welcome__popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999;


      #innercontainer {
        /* background-color: #fff;
        padding: 20px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        /* width: 1000px;
        height: 500px; */
        position: relative;

        img{
            max-width: 100%;
            object-fit: contain;
            max-height: 75vh;
        }
      }

      #closePopup {
        position: absolute;
        top: -10px;
        right: -10px;
        background-color: red;
        color: white;
        padding: 5px;
        cursor: pointer;
        font-size: 16px;
        border: none;
        height: 25px;
        width: 25px;
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }

      @media only screen and (max-width: 850px){
        #innercontainer {
            /* width: 80%; */
            /* height: auto; */
            width: 320px;
            height: 480px;
        }
      }
    }


/* =====Print Css Start===== */
@media print {
    .hideOn__print{
        display: none !important;
    }
    .news-details-page {
        & .news-details {
            & article.main-article {
                & header {
                    & .title {
                        h1 {
                            font-size: 32px;
                            font-weight: 400;
                        }
                    }
                }
                .main{
                    .image-container{
                        img{
                            max-width: 60%;
                            object-fit: contain;
                            display: block;
                            margin-inline: auto;
                        }
                    }
                }
                .main>p,
                .main>div>p,
                .main>div,
                .main>figure {
                    font-size: 18px !important;
                    line-height: 26px !important;
                }
                .main>figure.player {
                    display: none;
                }
            }
        }
    }


    .fullWidthOn__print{
        width: 100% !important;
    }

    .fontSizeOn__print{
        li{
            a,
            span{

                font-size: 20px !important;
                line-height: 40px !important;
                color: #1F2029 !important;
            }
        }
    }

    .news-details-page{
        .main>p,
        .main>div>p,
        .main>div,
        .main>.figure {
            max-width: 100% !important;
            width: 100% !important;
            margin-inline: auto !important;
            font-size: 22px !important;
            line-height: 44px !important;
        }
    }


    .footer-wrapper{
        display: flex !important;
        flex-direction: column !important;
        align-items: self-start !important;
        justify-content: start !important;
        border-bottom: 0 !important;
        padding-bottom: 0 !important;

        .about-us{
            border-right: 0 !important;
            padding-right: 0 !important;

            .footer-desc{
                font-size: 26px !important;
                line-height: 44px !important;
            }
        }

        .contact-us{
            text-align: start !important;
            padding-inline: 0 !important;
            border-right: 0 !important;
            font-size: 26px !important;
            line-height: 44px !important;
        }
    }

    .footer-bottom-section{
        text-align: start !important;
        padding-block: 0 !important;
        display: flex !important;
        align-items: self-start !important;
        justify-content: start !important;

        span{
            font-size: 26px !important;
            line-height: 44px !important;
            color: #1F2029 !important;
        }
    }


}
/*
@media (min-width: 850px) and (max-width: 1024px) {
    .container, .container-sm {
        max-width: 540px;
    }
} */


.adsbygoogle{
    display: block !important;
    margin-inline: auto;
    margin-bottom: 1rem;
}
