*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Serif Bengali',serif ;
    text-align: justify;
}

p {
    font-family: 'Noto Serif Bengali', serif;
    text-align: justify !important;
    font-size: 20px;
}

.justified-text {
        font-family: 'Noto Serif Bengali', serif;
        text-align: justify !important;
        font-size: 20px;
    }
:root{
    --primary-color: #fff;
    --secondary-color: #111;
    --text-title: inherit;
    --footer-text: #8e8e8e;
}
.dark_mood{
    --primary-color: #111;
    --secondary-color: #fff;
    --text-title: #fff;
    --footer-text: #fff;
}

header ul li a{
    font-family: 'Noto Serif Bengali', sans-serif !important;
}
a{
    text-decoration: none;
}
a, button {
    color: var(--text-title);
}
ul{
    list-style: none;
}
img{
    width: 100%;
    height: auto;
}
.title{
    font-family: 'Noto Serif Bengali',serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: var(--text-title);
}
/*light and dark mood change css*/
#changeicon{
    width: 20px;
    cursor: pointer;
}
/*===========header_part css code start===============*/
header{
    background-color: var(--primary-color);
}
.container{
    max-width: 1274px;
}
#header_part .logo a img{
    width:auto;
    max-width: 30%;
    height: auto;
}
#header_part .logo a p{
    font-size: 12px;
    color: var(--secondary-color);
    font-family: 'Noto Serif Bengali', sans-serif;
}
#header_part .menu_bar{
    border-bottom: 1px solid #eee ;
    border-top: 1px solid #eee ;
}
.navbar ul li a{
    font-size: 11px;
    text-transform: uppercase;
    color: var(--secondary-color);
    font-family: 'Noto Serif Bengali', sans-serif !important;
}
.desks_side_icon{
    font-size: 12px;
    cursor: pointer;
    margin-left: 10px;
    color: var(--secondary-color);
}
.navbar .search-box{
    position: relative;
    height: 40px;
    width: 40px;
}
.navbar .search-box i{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.navbar .search-box .input-box{
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: var(--secondary-color);
    border-radius: 1px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 1;
}
.navbar.showInput .search-box .input-box{
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    color: var(--secondary-color);
}

.search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--secondary-color);
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}
.search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    border: none;
    color: #fff;
    background-color: var(--secondary-color) !important;
}
/*desktop sidebar*/
.sidenavbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenavbar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: var(--text-title);
    display: block;
    transition: 0.3s;

}

.sidenavbar a:hover{
    color: var(--text-title);
}

.sidenavbar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sitebarlogo a img{
    width:auto ;
    max-width: 300px !important;
}
.sitebarlogo a{
    align-items: left;
    display: block;
    text-align: left;
}
.navbar .text_search{
    font-size: 11px;
    color: var(--secondary-color);
}

#deskSidenav{
    align-items: flex-start;
    justify-content: flex-start;
    text-align: justify;
}
#deskSidenav .container{
    padding: 40px 0;
    width: 80%;
    max-width: 360px;
}
#deskSidenav .side_footer_bottom p{
    font-size: 15px;
    color: #8e8e8e;
    padding-left: 24px;
}
#deskSidenav .container ul{
    padding-left: unset;
}

#header_part .nav-item {
    padding: 0.5rem 0xp;
}

#header_part .dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

#header_part .dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
}
#header_part .menu_bar .navbar{
    --bs-navbar-padding-y: unset;
}
#header_part .menu_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    background-color: #111;
    border-radius: unset;
}
#header_part .menu_bar .offcanvas-body .dropdown:hover{
    background-color: #111;
    transition: 0.6s;
}
#header_part .menu_bar .offcanvas-body .dropdown:hover a{
    color: #fff;
}
#header_part .menu_bar .top_mega_text h6{
    font-size: 15px;
    padding-top: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
}
#header_part .menu_bar .offcanvas-body .dropdown .list-group-item{
    background-color: #111;
}
#header_part .menu_bar .top_mega_menu img{
    width: 100%;
    height: auto;
}
#header_part .menu_bar .offcanvas-body .dropdown .top_label_text ul li a{
    text-transform: uppercase;

}
#header_part .menu_bar .offcanvas-body .dropdown .top_label_text .first_chd{
    border-bottom: 1px solid #fff;
}
#header_part .menu_bar .offcanvas-body .dropdown .top_label_text ul li{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
}
.offcanvas{
    background-color: var(--primary-color) !important;
}
.navbar-toggler{
    color: var(--secondary-color);
}
/*===========header_part css code end====================*/
/*//image hover*/
.top_three_column_article .img img:hover,
#header_part .top_mega_menu img:hover,
.Culture_Society .all_features .img img:hover,
.Business_Money .img img:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: 0.6s;
}

/* Disable hover effect on mobile devices */
@media (hover: none) {
    .top_three_column_article .img img,
    #header_part .top_mega_menu img,
    .Culture_Society .all_features .img img,
    .Business_Money .img img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: none; /* Remove transition to avoid animation */
    }
}


.top_three_column_article .img,
#header_part .top_mega_menu,
.Culture_Society .all_features .img,
.Business_Money .img{
    transition: 0.6s;
    overflow: hidden;
}
/*//image hover*/
/*===========top_four_column_article css code start====================*/
.top_four_column_article{
    padding: 25px;
    background-color: var(--primary-color);
}
.column_one .left_img{
    position: relative;
}
.column_one .left_img img{
    width:60px;
    height: 60px;
    object-fit: cover;

}
.top_four_column_article .container{
    border-bottom: 1px solid #eee;
}

/*===========top_four_column_article css code end====================*/

/*===========top_three_column_article css code start====================*/
.top_three_column_article{
    background-color: var(--primary-color);
}
.top_three_column_article .column_one .left_img{
    padding-bottom: 25px;
}
.text h4{
    text-transform: capitalize;
    font-size: 24px;
    text-align: left;
    color: var(--secondary-color);
    font-weight: 400;
    padding-bottom: 10px;
}
.date p{
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: 'Noto Serif Bengali',sans-serif !important;
    color: var(--secondary-color) !important;
    font-weight: 400;
    text-align: justify;

}

.text h2{
    font-size: 30px;
    color: var(--secondary-color);
    padding-top: 20px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 10px;
}
.img img{
    width: 100%;
    height: auto;
    object-fit: cover;

}
.top_three_column_article .img{
    width: 100%;
    height: 100%;
    position: relative;
}
/*===========top_three_column_article css code end====================*/

/*===========feature css code start====================*/
.feature .img{
    position: relative;
    width: 100%;
    height: 100%;
}
.feature{
    padding-top: 30px;
    padding-bottom: 25px;
    background-color: var(--primary-color);
}

/*===========feature css code end====================*/

/*===========feature css code start====================*/
.Culture_Society{
    background-color: var(--primary-color);
}
.Culture_Society .title{
    padding-top: 15px;
}
.Culture_Society .all_features{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content:space-between;
    padding-top: 20px;
}
.Culture_Society .container{
    border-bottom: 1px solid #eee ;
    border-top: 1px solid #eee ;
    padding-bottom: 20px;
    padding-top: 25px;
}

/*===========feature css code end====================*/

/*===========Business_Money css code start====================*/
.Business_Money{
    padding-top: 25px;
    background-color: var(--primary-color);
}
.Business_Money .text h3{
    padding-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: var(--secondary-color);
}
/*===========Business_Money css code end====================*/

/*===========footer css code start====================*/
footer{
    padding-top: 30px;
    background-color: var(--primary-color);
}
.top_footer .menu_title h3{
    font-family: 'Noto Serif Bengali',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    color: var(--secondary-color);
    line-height: 1.2;
}
.top_footer .f_menu ul{
    padding-left: unset;
}
.top_footer .f_menu ul li{
    margin: 6px 0;
}
.top_footer .f_menu ul li a{
    font-size: 13px;
    letter-spacing: 1px;
}

.footer_bottom .f_text p{
    font-size: 12px;
    color: var(--footer-text);
    line-height: 1.66;
}

.footer_bottom{
    padding: 45px 0;
}
#myBtn {
    display: none;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    color: var(--secondary-color);
    cursor: pointer;
    background: transparent;
}
#myBtn span i{
    margin-right: 5px;
}
#myBtn span i:hover{
    transition: all .2s ease-in-out;
    transform: scale(1.5);
}

/*===========footer css code end====================*/

/*===========page_details css code start====================*/
.page_details{
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: var(--primary-color);
}
.page_details .category_date ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.page_details .category_date ul li a{
    font-family: 'Noto Serif Bengali',sans-serif !important;
    color: var(--secondary-color);
    font-size: 11px;
    text-transform: uppercase;
}
.page_details .category_date ul li{
    font-family: 'Noto Serif Bengali',sans-serif !important;
    color: var(--secondary-color);
    font-size: 11px;
    margin: 0 3px;
    text-transform: uppercase;
}
.page_details  .text h1{
    line-height: 1.3333;
    color: var(--secondary-color);
    text-align: center;
    font-size: 30px;
}
.page_details .text{
    padding-top: 10px;
}
.page_details .social_icons ul{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 25px;
    padding-top: 20px;
}
.page_details .social_icons ul li a{
    color: var(--secondary-color);
}
.first_letter::first-letter{
    font-size: 200%;
    color: var(--secondary-color);
    font-weight: 700;
    margin-right: 6px;
}
.page_details .text h2{
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 600;
}

/*===========page_details css code end====================*/


/*//responsive code*/
@media only screen and (min-width: 992px){
    .desktop_hide{
        display: none;
    }
    #offcanvasNavbarLabel img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1021px){
    .top_four_column_article .col-lg-3{
        width: 50%;
        padding-bottom: 25px
    }
}
@media screen and (max-width: 991px){
    .hide_section{
        display: none;
    }
    .navbar-toggler:focus{
        box-shadow: unset;
    }
    .navbar-toggler{
        border: unset;
        outline: unset;
    }
    #offcanvasNavbar{
        width: 100%;
    }
    #offcanvasNavbarLabel img{
        width: 50%;
        margin-right: auto
    }
    .navbar-brand img{
        width: 50%;
        margin-right: auto
    }
    #header_part .menu_bar {
        border-bottom: unset;
        border-top: unset;
    }
    #header_part .navbar-brand{
        display: contents;
    }
    .top_four_column_article{
        display: none;
    }
    .top_three_column_article .text h4{
        display: none;
    }
    .top_three_column_article .img{
        padding-top: 25px
    }
    .Culture_Society .col{
        width: 48%;
        float: left;
        margin-right: 10px;
    }
    .Culture_Society .all_features{
        display: block;
    }
    .Business_Money .text h4{
        text-align: center;
    }
    .Business_Money .TextHide{
        display: none;
    }
    .Business_Money .date{
        padding-bottom: 20px
    }
    .heading-lap{
        font-size: 20px !important;
    }
}
@media screen and (max-width: 576px){
    .Business_Money .display_flex .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .page_details .text h2{
        font-size: 22px;
    }
    .top_footer .col-sm-6{
        width: 50%;
    }
}
@media screen and (max-width: 524px){
    .Culture_Society .col{
        width: 100%;
        float: none;
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding-bottom: 25px
    }
    .Culture_Society .col img{
        width: 100px;
        height: 80px;
        object-fit: cover;
    }
    .Culture_Society .title{
        padding-top: unset;
    }
    .Business_Money .display_flex .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding-bottom: 25px
    }
    .Business_Money .display_flex .col-sm-6 .img img{
        width: 100px;
        height: 80px;
        object-fit: cover;
    }
    .Business_Money .text h3{
        padding-top: unset;
    }
    .top_three_column_article .img, #header_part .top_mega_menu, .Culture_Society .all_features .img, .Business_Money .img {
        overflow: Unset;
    }
}
@media screen and (max-height: 450px) {
    .sidenavbar {
        padding-top: 15px;
    }
    .sidenavbar a {
        font-size: 18px;
    }
}
