* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
     /* font-family: 'Noto Serif Devanagari', serif;  */

}

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

@font-face {
  font-family: 'DB-Madhu-heading';
  src: url('../../fonts/DB Madhurima Regular.ttf') format('truetype');
}

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

.DB-Madhu-heading {
  font-family: 'DB-Madhu-heading', sans-serif;
}


/*  */

.orange-bg {
      background-color: #f28c00;
      color: white;
      font-weight: 700;
      font-size: 36px;
      padding: 0.125rem 0.75rem; /* py-0.5 px-3 */
      user-select: none;
      line-height: 1.2;
      margin-top: 16px;
    }
    .headline {
      font-size: 42px;
      user-select: none;
      margin-bottom: 0;
      line-height: 1.2;
      margin-top: 25px;
    }
    .logo-text-orange {
      font-weight: 800;
      font-size: 1.5rem; /* text-2xl */
      color: #f28c00;
      user-select: none;
      line-height: 1;
      font-family: 'Noto Sans Devanagari', sans-serif;
    }
    .logo-text-black {
      font-weight: 800;
      font-size: 1.5rem; /* text-2xl */
      color: black;
      user-select: none;
      line-height: 1;
      font-family: 'Noto Sans Devanagari', sans-serif;
    }
    .digital-edition {
      font-size: 0.75rem; /* text-xs */
      color: #2563eb; /* blue-600 */
      font-weight: 600;
      user-select: none;
      line-height: 1;
    }
    .date-site {
      font-size: 0.75rem; /* text-xs */
      color: #4b5563; /* gray-700 */
      user-select: none;
      line-height: 1.2;
    }
    .border-orange {
      border-bottom: 5px solid #f28c00;
    }
    .logo-img {
      width: 238px;
      height: 75px;
      /* object-fit: cover; */
    }

      .top-box {
      background-color: #75746d;
      color: white;
      padding: 5px 25px;
      font-size: 18px;
      font-weight: 500;
      z-index: 2;
      width: 127px;
      margin-left: 41px;
      position: relative;
    }

    .bottom-box {
      background-color: #e50914;
      color: white;
      padding: 5px 40px;
      font-size: 20px;
      font-weight: bold;
      margin-top: -5px;
      position: relative;
      z-index: 3;
      box-shadow: 0px 14px 34px -14px rgba(0, 0, 0, 0.6);
    }
/*  */


li {
    list-style-type: square;

}

body {
    font-size: 14px !important;
    /* background: #ccc; */
    overflow-x: hidden;
}

p{
    text-align: justify;
    font-size: 14px !important;
    color:#000;
    line-height: 1.2 !important;
}

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

@media print {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;

    }
    .main-container {
        margin: auto !important;
    }
}

.dot{
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    background: #FF7F00;
}
main{
    background-color: #fff;
}
.gray-bar{
    background-color: #f28c00;
    height: 15px;
    width: 100%;
}
.heading h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}
/* .FF0000 */
.gray{
    background: #5d5858;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    margin: auto;
    padding-top: 0.5rem;
    justify-content: center;

}
.orange-bar{
    background-color: #FF7F00;
    margin-top: -2rem;
    padding: 0.5rem;
}
.position-1{
    position: relative !important;
}
.position-1::before{
    content: "";
    position: absolute !important;
    bottom: -22.8%;
    left:18%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid red;


}
.red{
    background-color: #FF0000 !important;
    height: 30px;
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    justify-content: center;

}
.border-b{
    border-bottom: 1px solid gray;
    text-align: center;
}
.bg-gray{
    background: #ccc;
}
.border-all{
    border: 1px solid gray;
}
.gray-border{
    width: 15px;
    height: 30px;
    margin: 10px 1rem;
    background-color: #ccc;
}

        .dot{
            width: 10px;
            height: 10px;
            border-radius: 50px;
        }
        .blue{
            background-color: blue;
        }
        .red{
            background-color: rgb(194, 54, 80);
        }
        .yellow{
            background-color: yellow;
        }
        .black{
            background-color: black;
        }


        

        .set{
            background-color: #ccc;
            border-radius: 25px;
            height: 10px;
            width: 100px;
            position: relative;
            display: inline-block;
        }
        .set::after{
            content: "";
            position: absolute;
            background: #fcfcfc;
            width: 12px;
            height: 10px;
            top:0;left:50%;
            transform: translateX(-50%);
            border-radius: 50%;
            
        }

    .line-container {
      position: relative;
    }

    .line {
      height: 5px;
      background: linear-gradient(to right, red 50%, gray 50%);
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
    }
    .mene{
        position: relative;
    }
    .mene::before{
        position: absolute;
        content: "";
    
        top: -32px;
      left: 5%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;

    }

    .posit::before{
        position: absolute;
        content: "";
        top:39.2%;
        left:90%;

    }

    .pointer {
      position: absolute;
      top: 0px;
      left: 45%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid red;
    }
.border-t{
    border-top: 1px solid #5d5858;
}


.img-col{
    background-color: grey;
}