/*---------- Root Section Start ----------*/

:root{
    /*-- Heading Root Start --*/
    --FF:'Anek Bangla';
    --news_ff:  'Noto Serif Bengali', 'Calibri', 'SutonnyMJ', 'Siyamrupali', 'Arial', Georgia, "Times New Roman", Times, serif;
    --news_title_fs:26px;
    --news_p_fs:16px;
    --news_title_color: rgb(0, 0, 0);
    --news_p_color: rgb(82, 82, 82);
    --news_section_hover: #cd2127;
    --border_common: 0.5px solid rgba(0, 0, 0, 0.175);

    --heading_BC: #007bffd5;
    --heading_BC_light: #007bffd5;
    --main_color: #006563;
    --secondary_color:#fff;

    

    --bdfs: 20px;
    --mainLogoSize: 70px;
    --social_link_a:23px;
    --social_link_a_margin:0 5px;
    
    --menu_list-padding: 2.5px 10px;
    --menu_list-margin:0 5px;
    --sub_menu_list_bg:rgba(237, 237, 237, 0.582);
    --menu_a_fs: 20px;
    --sub_menu_list_a_fs:16px;
    /*-- Heading Root Start --*/

    --box_shadow-light: 0 1px 2px rgb(0 0 0 / 20%);
    --box_shadow-dark: 0 1px 2px rgb(0 0 0 / 20%);
}
.line2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*---------- Root Section End ----------*/
.national_content_section{
    height: auto !important;;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: var(--box_shadow-dark);
    position: relative;
}
.national_content_section_left{
    height: auto !important;
    width: 74%;
    display: flex;
    flex-direction: column;
}
.national_content_section_heading{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF3F4;
    box-shadow: var(--box_shadow-dark);
    margin-bottom: 10px;
}
.national_content_section_heading span{
    display: block;
    font-family: var(--news_ff);
    font-size: 20px;
    font-weight: 600;
    padding: 5px 10px;
    color: var(--main_color);
}
.national_content{
    display: grid;
    align-items: initial;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr;
}
.national_content a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 5px;
    box-shadow: var(--box_shadow-dark);
    cursor: pointer;
}
.national_content_img{
    height: 140px;
    width: 225px;
}
.national_content_img img{
    height: 100%;
    width: 100%;
}
.national_content_title{
    width: 50%;
    height: 100%;
    padding-left: 7px;
}
.national_content_title h3{
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    font-family: var(--news_ff);
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.4;
    color: var(--news_title_color);
}
#datetime{
    font-size: 14px;
    font-weight: 400;
    font-family: var(--news_ff);
    color: var(--news_p_color);
}
.national_content_section_right{
    height: 100vh !important;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0 0 0 10px;
    border-left: var(--border_common);
    position: relative;
}
.national_content_section_right_heading{
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    background: #CD2127;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: h_color 1.5s infinite alternate linear;
    margin-bottom: 10px;
}
@keyframes h_color {
  0% {
    background-color: red; /* Start color */
  }
  100% {
    background-color: rgb(0, 0, 0);; /* End color */
  }
}
.national_content_section_right_heading span{
    display: inline-flex;
    align-items: center;
    position: relative;
    font-family: var(--news_ff);
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.national_content_section_right_bottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.national_content_section_right_bottom a{
    height: 100%;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2.5px;
    box-shadow: var(--box_shadow-dark);
    margin-bottom: 10px;
}
.national_content_section_right_bottom_img{
    height: 70px;
    width: 100px;
    margin-right: 5px;
}
.national_content_section_right_bottom_img img{
    height: 100%;
    width: 100%;
}
.national_content_section_right_bottom_title{
    height: auto;
    width: 70%;
    margin-top: 5px;
}
.national_content_section_right_bottom_title h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  font-family: var(--news_ff);
  line-height: 1.4;
  color: var(--news_title_color);
}
.national_content_section_right_bb{
    padding: 5px 10px;
    border-radius:  0 0 10px 10px;
    background: #CD2127;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: h_color 1.5s infinite alternate linear;
    margin-bottom: 10px;
}
.national_content_section_right_bb span{
    display: inline-flex;
    align-items: center;
    position: relative;
    font-family: var(--news_ff);
    font-size: 20px;
    color: transparent;
    font-weight: 500;
    text-align: center;
}

.nnews{
    height: auto;
    width: 100%;
}
.nnews_title{
    height: auto;
    width: 100%;
    padding: 0 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nnews_title h1{
    font-family: var(--news_ff);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
}
.nnews_img{
    height: auto;
    width: 100%;
    padding: 0 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nnews_img img{
    height: 100%;
    width: 100%;
}
.nnews_p{
    height: auto;
    width: 100%;
    padding: 0 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nnews_p p{
    font-size: 20px;
    font-weight: 500;
    font-family: var(--news_ff);
    text-align: justify;
}