.container,
.container-fluid,
section {
    max-width: 2400px; /* Adjust this value according to your desired width */
    margin-left: auto;
    margin-right: auto;
}

:root {
    --darkblue: #002147;
}

.bg-darkblue {
    background-color: var(--darkblue);
}

label {
    font-size: 1.2rem;
    font-weight: 600;
}

[aria-expanded="false"] .bi-chevron-up,
[aria-expanded="true"] .bi-chevron-down {
    display: none;
}

@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,600;1,200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@100&family=Tiro+Devanagari+Hindi:ital@0;1&display=swap");

@font-face {
    font-family: "Tiro";
    src: url(/font/Tiro/TiroDevanagariHindi-Regular.ttf);
}
@font-face {
    font-family: "Khand";
    src: url(/font/Khand/Khand-SemiBold.ttf);
    /* Add more formats if necessary */
}
@font-face {
    font-family: "Mukta";
    src: url(/font/Mukta/Mukta-Bold.ttf);
    /* Add more formats if necessary */
}
@font-face {
    font-family: "Mukta-reg";
    src: url(font/Mukta/Mukta-ExtraLight.ttf);
    /* Add more formats if necessary */
}
@font-face {
    font-family: "Mukta-light";
    src: url(font/Mukta/Mukta-ExtraLight.ttf);
    /* Add more formats if necessary */
}

@font-face {
    font-family: "Mukta-bold";
    src: url(font/Mukta/Mukta-ExtraBold.ttf);
}
.khand {
    font-family: "Khand" !important;
}

.mukta-bold {
    font-family: "Mukta-bold";
}

.mukta {
    font-family: "Mukta";
}
* {
    font-family: "Mukta";
}

.bg-5 {
    background-color: #0a4095 !important;
}

/* Navbar */
ul.navbar-nav {
    margin-bottom: -8px;
}
.nav-item > .active {
    color: #fff;
    background-color: #ef7d00;
    font-weight: bold;
    text-decoration: none;
}

/* Card Shadow */
.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 body {
    margin: 0;
    padding: 0;
    font-family: "Tiro Devanagari Hindi", serif;
}

/* text color */
.txt-1 {
    color: #0a4d68 !important;
}

.txt-2 {
    color: #4942e4 !important;
}

.txt-3 {
    color: #8696fe !important;
}

.txt-4 {
    color: #454545 !important;
}

.txt-5 {
    color: #f6fa70 !important;
}

/* background color */
.bg-1 {
    background-color: #11009e !important;
}

.bg-2 {
    background-color: #dbd4d469 !important;
}

.bg-3 {
    background-color: #ed2b2a !important;
}

/* for text justify */
.txt-justified {
    text-align: justify;
}

/* for card design  */
.card-shadow {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
        rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
        rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.card-shadow-1 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-shadow-2 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 10px -8px;
}

/* common headline hover */
.headline-hover a:hover,
.headline-hover h1:hover,
.headline-hover h2:hover,
.headline-hover span a:hover,
.headline-hover span:hover,
.hovery .col-md-4:hover,
.headline-hover > h4:hover,
.hovery .sec-hover:hover {
    color: #ed2b2a !important;
    cursor: pointer;
    transition: ease-in(0.6s);
}

/* decoration none for a tag */
.txt-dec-none {
    text-decoration: none;
    color: black;
}

/* mouse hover for main news and news */
.hovery .col-md-4 {
    cursor: pointer;
}

img {
    border-radius: 3px;
}

.news-img img {
    border-radius: 3px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.sec-title {
    margin: 0 0 5px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

a.more {
    font-family: #d12229;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6901960784);
    background: #fff;
    position: relative;
    z-index: 1;
    padding-left: 13px;
}

/* for image hover headline */
.img-hover img:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* responsive screen for mobile */
@media (max-width: 600px) {
    .ad-container {
        display: none;
    }
    .new-item img {
        width: 100% !important;
        height: 250px !important;
    }
}

@media (max-width: 480px) {
    .responsive {
        scale: 0.9;
    }

    .center-items {
        display: flex;
    }
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: left;
    height: 1.5em;
    opacity: 10;
    font-size: larger;

    &:before {
        content: "";
        background: linear-gradient(to right, transparent, blue, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    &:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: rgba(0, 0, 0, 0.131);

        padding: 0 0.5em;
        line-height: 1.5em;
        color: red;
        background-color: #fcfcfa;
    }
}

/* for sub main news title with horizontal line section design  */
.line-heading {
    position: relative;
    border-bottom: 3px solid #80808057;
    padding: 3px 0;
}

.line-heading .title-line {
    position: relative;
    display: inline-block;
}

.line-heading .title-line::after {
    position: absolute;
    content: "";
    display: block;
    background-color: red;
    width: 100%;
    height: 3px;
    margin-top: 3px;
}

.line-heading-footer {
    position: relative;
    border-bottom: 3px solid #80808057;
    padding: 3px 0;
}

.line-heading-footer .title-line {
    position: relative;
    display: inline-block;
}

.line-heading-footer .title-line::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #ef7d00;
    width: 100%;
    height: 3px;
    margin-top: 3px;
}

.footer-hover ul li a :hover,
.footer-hover ul li a i span :hover {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}
/* entertainment section styling  */
.news-item,
.new-item {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.custom-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.news-item img {
    display: block;
    width: 100%;
    height: auto;
}
.new-item img {
    width: 100%;
    height: 400px;
    object-fit: fill;
}
.news-item .custom-img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.news-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.407);
    color: #fff;
    padding: 10px;
}

.news-item .category-button,
.new-item .category-button {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    background-color: #fff;
    padding: 5px 10px;
    color: #000;
}

.news-item .post-time {
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.news-item .headline {
    font-size: 18px;
    margin-bottom: 5px;
}

.news-item .headline-sub {
    font-size: 10px;
    margin-bottom: 2px;
}

.news-item .subheadline {
    font-size: 14px;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
}

.news-item .subheadline-sub {
    font-size: 7px;
    margin-top: auto;
    margin-bottom: 0;
    text-align: center;
}

.news-item .category-button,
.new-item .category-button {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    /* Decrease the font size */
    background-color: #fff;
    padding: 3px 8px;
    /* Adjust the padding */
    color: #000;
}
