@font-face {
    font-family: 'DB_Hindi';
    src: url('./fonts/DB-Hindi.ttf') format('truetype');
}

@font-face {
    font-family: 'DB_Hindi_ultra';
    src: url('./fonts/DB-Hindi-5-Ultra.ttf') format('truetype');
}

@font-face {
    font-family: 'DB_Hindi';
    src: url('../../fonts/DB-Hindi.ttf') format('truetype');
}

/* for header font*/
@font-face {
    font-family: 'DB_Hindi_ultra';
    src: url('../../fonts/DB-Hindi-5-Ultra.ttf') format('truetype');
}


.DB-Hindi {
    font-family: 'DB_Hindi', sans-serif;
}

.DB-Hindi-ultra {
    font-family: 'DB_Hindi_ultra', sans-serif;
}

/*  */
.orange-dot {
    width: 1rem;
    height: 1rem;
    background-color: #f97316;
    /* Tailwind orange-400 */
    border-radius: 50%;
    margin: 1rem auto;
}

ul>li {
    text-align: justify;
}

.small-text-muted {
    font-size: 0.75rem;
    /* text-xs */
    color: #9ca3af;
    /* Tailwind gray-400 */
    font-weight: 600;
    margin-bottom: 1rem;
}

.bottom-text {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 1rem;
}


@media print {
    .main-container {
        margin: 0 !important;
    }
}

/*  */
.main-container {
    width: 75.6rem !important;
    height: 122.85rem !important;
    /* background-color: yellow; */
    margin: auto;
    position: relative;
}

body {
    margin: 0;
    padding: 0;

}

p {
    text-align: justify;
}

.header-container {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    position: relative;
}

/* Header wrapper */
.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 75rem;
    height: 13.86rem;
    background-color: #ffffff;
    border-bottom: 7px solid gray;
    margin-top: -18px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;

}

.left-text {
    font-size: 20px;
    color: #333;
    margin-top: 77px;
}

.right-text {
    font-size: 14px;
    color: #333;
    text-align: right;
    margin-top: 77px;
}

.main-logo {
    text-align: center;
    height: 180px;
}


.container-2 {
    display: flex;
    gap: 400px;
}

.set {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    /* border-radius: 50%; */
}

.gray {
    background-color: #9ca3af;
}

/* Tailwind gray-400 */
.cyan {
    background-color: #22d3ee;
}

/* Tailwind cyan-400 */
.pink {
    background-color: #f472b6;
}

/* Tailwind pink-400 */
.yellow {
    background-color: #fde68a;
}

/* Tailwind yellow-400 */
.p {
    margin-bottom: 0px !important;
    font-size: 13px !important;
}


.blue-box {
    background-color: #cfe2ff;
    color: #1e3a8a;
    font-size: 1rem;
    padding: 0px;
    margin-top: -27px !important;
}

.blue-box-header {
    background-color: #4b65af !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 0rem 0.90rem !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 768px) {
    .blue-box {
        font-size: 1.125rem;
    }

    .blue-box-header {
        font-size: 1.125rem;
    }
}

/* //left upper news// */
.left-news {
    /* background: #df6767; */
    color: #1a1a1a;
    width: 515px;
    padding: 0px 5px;
    position: absolute;
    top: 13.5rem;
    right: 4px;
}

.headline-small {
    font-weight: 600;
    font-size: 25px;
    color: #4a4a4a;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    text-align: center;
}

.headline-large {
    /*font-weight: 900;*/
    font-size: 60px;
    line-height: 1;
    width: 489px;
    word-spacing: 10px;
    text-align: center;
    margin-bottom: 0px;

}

.article-text {
    font-size: 13px;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: justify;
}

.highlight-box {
    /* background-color: #f3f3f3; */
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding: 0.3rem 0.6rem;
    color: #1a1a1a;
    text-align: right;
}

.red-box {
    background-color: #b91c1c;
    color: white;
    font-weight: 700;
    font-size: 13px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.15rem;
    text-align: center;
    line-height: 1.2;
}

.side-text-box {
    background-color: #f3f3f3;
    font-size: 13px;
    line-height: 1.3;
    padding: 0.75rem 1rem;
    border-radius: 0.25rem;
    color: #1a1a1a;
}

.side-text-box p {
    margin-bottom: 0.3rem;
}

.side-text-box p:first-child {
    font-weight: 700;
}

.modi {
    height: 200px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .headline-large {
        font-size: 24px;
    }

    .article-text {
        font-size: 13px;
    }

    .highlight-box,
    .red-box,
    .side-text-box {
        font-size: 12px;
    }
}

.header1 {
    background-color: #b91c1c;
    /* Tailwind red-700 */
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    padding: 0rem 0.75rem;
    text-align: center;
    padding-top: 10px;
}


.contentt p {
    font-size: 13px;
    line-height: 1.2;
    text-align: start;
}

.contentt .bold-title1 {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0.25rem;
}

.contentt .bold-text1 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    width: 99px;
}

.container-custom1 {
    width: 278px;
    border: 1px solid #d1d5db;
    height: 265px;
    background-color: rgb(117 208 195);
    /* Tailwind gray-300 */
}


.mid-news {
    position: absolute;
    top: 62.2rem;
    left: 10.5rem;
    width: 30rem;
}

.subheading-m {
    font-weight: 600;
    font-size: 25px;
    width: 368px;
    padding: 0px 17px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 4px;
}

.agency {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid gray;
    margin-bottom: 10px;
}

.article-text-m {
    font-size: 13px;
    line-height: 1.2;
}

.red-banner-m {
    background-color: #b91c1c;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    padding: 0.2rem 0;
    margin-top: -5px;
}

.containercol {
    position: absolute;
    top: 60.5rem;
    left: 35.8rem;
    width: 150px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.rgt-news{
    position: absolute;
    top: 62.2rem;
    right: 0px;
    width: 30rem;
}
.subheading-r{
    font-weight: 600;
    font-size: 25px;
    width: 450px;
    padding: 0px 17px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 4px;
}
.agency1{
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid gray;
    margin-bottom: 10px;
}
.article-text-r{
     font-size: 13px;
    line-height: 1.2;
}

.red-banner-r {
    background-color: #eb9729;
    color: white;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 0.2rem 0;
    margin-top: 0px;
}

   .red-labell {
            background-color: #dc2626;
            color: white;
            font-weight: 600;
            font-size: 26px;
            padding: 3px 20px;
            margin-left: 140px;
        }