*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    list-style: none;
}

.container-main{
    width: 76.5rem !important;
    height: 122.85rem !important;
    /* background-color: yellow; */
}

@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');
}


.DB-Hindi {
    font-family: 'DB_Hindi', sans-serif;
}

.DB-Hindi-ultra {
    font-family: 'DB_Hindi_ultra', sans-serif;
}

/* header css and print media */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');

.left-red-box,
.right-red-box {
    background-color: #a81034;
    color: white;
    font-weight: 700;
    
    font-size: 2.125rem;
    /* 18px */
    padding: 0.25rem 1rem;
    line-height: 1.2;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    /* Increased height */
    min-width: 50px;
}

.right-red-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.orange-bar {
    background-color: #f39200;
    height: 28px;
    flex-grow: 1;
    margin-top: 42px;
    width: 250px;
}

.center-logo .orange-text {
    color: #f39200;
}

.center-logo .black-text {
    color: black;
}

.right-text {
    
    font-size: 15px !important;
    color: black;
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
    user-select: none;
}

.right-text span.uppercase {
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    line-height: 1.1;
}



.div-email {
    text-align: end;
    padding-right: 5px;
}

.div-day {
    position: absolute;
    top: 19px;
    right: 110px;
}

main{
    /* max-width: 1350px; */
    margin: auto;
    padding: 0.5rem;
    /* background-color: #fbf0f0af; */
    /* box-shadow: 2px 1px #ded5d5; */
}
.bg-warning{
    background-color: orange ;
    position: relative;
    width: 100%;
    
}
.value::after{
    content: '';
    position: absolute;
    left: 28%;
    bottom: -10px;
    height: 20px;
    width: 20px;
    background-color:rgb(134, 34, 34);
    transform: rotate(45deg);

}
.same{
    width: 10px;
    height: 10px;
    display: inline-block;
}
.red{
    background: red;
}
.yellow{
    background: yellow;
}
.green{
    background-color: green;
}
.blue{
    background-color: blue;
}
.flex{
    flex: 1;
    border-bottom: 2px dashed #ded5d5;
}

h6,
p,
span
{
    font-size: 13px;

}
.bg-primary{
    position: relative;
}
.bg-primary::after{
    content: "";
    position:absolute;
    background:rgb(225, 58, 58);
    width: 100px;
    right: 10%;
    top: -18px;
    height: 110px;
}
.bg-primary::before{
    content: "";
    position:absolute;
    background:#0D6EFD;
    width: 100%;
    right: -50%;
    z-index: -1;
    height: 20px;

}
.d-flex{
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.sapdeep{
    background: rgb(98, 16, 16);
    font-size: 32px;
    color:#fff;
    font-weight: 400;
    padding: 1rem;

}
.line{
    margin-top: 1.9rem;
    background:orange;
    height: 20px;
    position: relative;
    width: 100%;
}
.line::before{
    content: "बिजनेस, न्यूज";
    position: absolute;
    background-color: rgb(170, 14, 14);
    height: 50px;
    width: 500px;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#fff;
    left: 50%;
    font-size: 38px;
    top:-5px;
    font-weight: 900;

}

.last{
    color:#393939;
    padding-right: 1rem;
}
.last p{
    font-size: 24px;
}
.last span{
    color:#393939;
}
.absoute{
    background-color: black;
    margin-left: -12px;
    color: #fff;
    padding: 0.5rem;
}
.borderf{
    border-right: 10px solid orange !important;
    height: 74px;
}
.bg-sant{
        background: rgb(98, 16, 16);
        padding: 1.5rem 2.5rem;
        color: #fff;
        text-align: center;
        font-size: 24px;

}
.pak
{
    font-size: 18px;
    text-align: center !important;
}

@media print{
    .container-main{
        margin: 0;
    }
}