

a{
text-decoration: none;
}
p{
margin:0px;
padding:0px;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SolaimanLipi', 'Siyam Rupali', 'Noto Sans Bengali', sans-serif!important;
}

.navbar {
    background: #052717;
    padding: 20px 0px;
}
.nav-link {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.socialIcon{
    margin-left: 40px;
}
.socialIcon a{
    font-size: 20px;
    color:#fff;
    padding-left: 10px;
}
.homeSection{
    background: #052717;
    padding: 60px 0px;
}
.category{
    font-size: 16px;
    color:#fff;
    text-align: center;
    padding: 25px 0px 15px 0px;
    display: block;
}
.newsOneItem .title{
    font-size: 36px;
    line-height: 52px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding-top: 20px;
}
.newsOneItem p{
    font-size: 18px;
    line-height: 28px;
    color:#fff;
    text-align: center;
}
.newsOneImg{
    overflow: hidden;
       border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.newsOne{
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
}
.newsOne:hover{
  scale: 1.1;
}

.newsTwoItem .titleTwo{
    font-size: 22px;
    line-height: 28px;
    color:#fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding-top: 15px;
}
.newsMT{
    margin-top: 200px;
}
.newsTwoItem{
    position: relative;
}
.homeSection{
    position: relative;
}
.iconImg{
    position: absolute;
    content: "";
    right: 0;
    top:0;
}
.categoryThree{
    font-size: 14px;
    color:#01310f;
    text-align: center;
    display: block;
}
.titleThree{
    font-size: 24px;
    line-height: 30px;
    color:#555555;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
}
.paddingBottom{
    padding-bottom: 60px;
}

.electionHeading p{
   color:#006A4E;
   font-size: 24px;
   font-weight: bold;
}
.electionHeading h2{
   color:#006A4E;
   font-size: 38px;
   font-weight: bold;
   padding:30px 0px;
}
.counterSection{
    padding: 100px 0px;
    position: relative;
}
.counterSection:after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.counterItem{
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    padding: 30px;
    z-index: 11;
    position: relative;
}
.counterItem h3{
    font-size: 20px;
    color:#052717;
    padding-top: 30px;
    font-weight: bold;
}
.iconBox{
    text-align: center;
    background: #052717;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    display: inline-block;
}
.iconBox img{
    width: 64px;
}
.sectionPadding{
    padding: 60px 0px;
}
.titleFour{
    font-size: 36px;
    color:#01310f;
    font-weight: bold;
    line-height: 52px;
}
.titleFive{
    font-size: 24px;
    color:#333;
    font-weight: bold;
    line-height: 32px;
    padding-top: 10px;
    display: inline-block;
}
.newsMt{
    margin-top: 50px;
}

.activitySection{
    position: relative;
    padding:100px 0px;
}
.activitySection:after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;

}
.activityContent{
    position: relative;
    z-index: 11;
    text-align: center;
}
.activityContent h3{
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 52px;
    position: relative;
}
.activityButton{
    display: inline-block;
    padding: 10px 50px;
    border-radius: 40px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
    color:#fff;
    background-color: #052717;
    font-size: 20px;
    margin-top: 30px;
}
.activityButton:hover{
    color:#fff;
    background-color: #c10e47;
}
.GridItem{
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 30px;
    gap: 15px;
}
.counterItem a{
    display: block;
    font-size: 20px;
    color:#00210b;
    font-weight: bold;
}
.textRight{
    text-align: right;
}

.footerSection{
    background: #052717;
}
.footerLink a{
    color:#fff;
    font-size: 18px;
    display: block;
}
.footerText h3 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 24px;
}
.footerText p{
    color:#fff;
    font-size: 18px;
}
.footer p{
    color:#fff;
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover {
    color: #e84747;
}
.nav-link.active{
    color: #e84747;
}
.subscriberSection{
    padding: 90px 0px;
    border-top: 1px solid #abbeb5;
}
.checkbox{
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0px;
    color:#776590;
}

.subscribarHeading h2 {
    color: #006A4E;
    font-size: 38px;
    font-weight: bold;
    padding: 0px 30px;
}
.searchBox{
    text-align: center;
}
.searchButton{
    
}

/* photoframe css */

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.select2-container {
    width: 100%;
}
.formSearch {
    display: flex;
    align-items: end;
    gap: 30px;
    justify-content: center;
    background: #f1f0f7;
    padding: 15px 0px 20px 0px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.form-label{
    display: block;
    font-weight: bold;
}
.memberListTitle{
   color: #2e7a49;
   padding: 5px 10px 12px 10px;
    background: #f1f0f7;
    font-size: 24px;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	border: 1px solid #000;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(172 181 190);
}

.cropper-container{
    width: 100%!important;
}
.preview {
    text-align: center;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid #ff9f9f;
    border-radius: 5px;
}
.cropButton{
    padding-left: 15px;
}

img {
    display: block;
    max-width: 100%;
}


.upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 39px;
    background: #e2e3e5;
    color: #212529;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
    transition: background 0.2s ease, transform 0.1s ease;
    width: 100%;
}

.upload-btn:active {
    transform: scale(0.98);
}

input[type="file"] {
    display: none;
}

.show-image {
    width: 200px;
    box-shadow: 0px 0px 4px 1px #b8d4ff;
    border-radius: 5px;
    margin-top: 15px;
    text-align: center;
    margin: 10px auto;
}

.photo-card {
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 16px;
}

.photo-img {
    width: 100%;
    border-radius: 8px;
    border: 3px solid transparent;
    transition: 0.2s ease;
    box-shadow: 0px 0px 10px -2px #959297;
}

/* Radio Button Style */
.photo-radio {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 18px;
    height: 18px;
    z-index: 2;
}

/* Selected State */
.photo-radio:checked~.photo-img {
    border-color: #198754;
    box-shadow: 0 0 10px rgba(25, 135, 84, 0.5);
}

#previewImg {
    border: 1px solid #ddd;
    margin-top: 10px;
}
.framScroll{
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.framFlex{
    column-count: 3;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 1200px;
    margin: 30px auto;
    padding: 10px;
}
/* .framScroll{
    position: relative;
}
.previewButton{
    position:absolute;
    content:"";
    top:50%;
    right:0px;
} */
.searchBox{
    padding: 40px 0px;
}
.searchBox h3{
    margin-bottom: 10px;
}
.searchField{
    display: flex;
    justify-content: center;
}
.searchField input{
    border: 1px solid red;
    padding: 5px 25px;
}
.searchButton {
    padding: 5px 10px;
    background-color: red;
    font-size: 20px;
    color: #fff;
    border: none;
    padding: 5px 25px;
}
.description{
    font-size: 20px;
}
.mobileMenu{
    display: none;
}
.photoItem{
    background-color: #052717;
    cursor: pointer;
    margin-bottom: 20px;
}
.photoTitle{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    padding: 5px;
}
.modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
}
.desImg{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.description p{
    font-size: 20px!important;
}
.simplefilter{
    list-style-type: none;
}
.simplefilter li {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #052717;
    border-radius: 3px;
    padding: 4px 20px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
}
.simplefilter li.active{
    background: #e84747;
}
a:hover{
    color:#e84747;
}
.vbox-content{
    justify-items: center;
}
.dropdown-item {
    font-size: 18px;
    font-weight: bold;
}

.filtr-item img{
    margin-bottom: 20px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 1.5rem;
}
.pagination {
    justify-content: center;
    margin-top: 26px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #052717;
    border-color: #052717;
}
.page-link {
    position: relative;
    display: block;
    color: #052717;
}
.nirbachoniItem{
    margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .framFlex { column-count: 3; }
}

@media (max-width:767px) {
    .framFlex { column-count: 1; }
    .logo {
        width: 100%;
        justify-content: center;
        display: flec;
        display: flex;
    }
    /* .logo img {
        width: 140px;
    } */
     .homeSection {
        padding: 15px 0px 60px 0px;
    }
    .footer{
        text-align: center;
        margin-bottom: 30px;
    }
    .footerLogo{
        text-align: center;
        margin-bottom: 20px;
        margin:auto;
        margin-bottom:20px;
    }
    .navbar-nav{
        margin-top: 15px;
    }
    .mobileMenu {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 12px;
        align-items: center;
        overflow-x: scroll;
        font-size: 18px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-top: 1px solid #5d5b5b;
        border-bottom: 1px solid #5d5b5b;
    }
    .mobileMenu a{
        display: block;
        white-space: nowrap;
    }
    .logoText {
        font-size: 15px;
        font-weight: bold;
    }
    .navbar-toggler {
        padding: .2rem .5rem;
        font-size: 1.25rem;
        line-height: 1;
        border: 1px solid #000;
    }
    .nav-item {
        border-right: none;
        padding: 0px 15px;
    }
    .nav-item .nav-link {
        display: inline-block;
        padding: 7px 0px !important;
    }
    .preview {
        margin: 10px auto;
    }
    .cropButton{
        padding-left: 0px;
        text-align: center;
        margin: 0px auto;
    }
    .iconImg {
        display: none;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff;
        display: none;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.2em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .counterItem {
        margin-bottom: 15px;
    }
    .nirbachoniItem{
        margin-bottom: 35px;
    }
    .GridItem {
        grid-template-columns: 1fr;
    }
    .footer p {
        color: #fff;
        font-size: 18px;
    }
    .newsOneItem .title {
        font-size: 24px;
        line-height: 36px;
    }
    .newsOneItem{
        margin-bottom: 35px;
    }
    .newsMT {
        margin-top: 35px;
    }
    .electionHeading p {
        font-size: 20px;
    }
    .electionHeading h2 {
        color: #006A4E;
        font-size: 28px;
        font-weight: bold;
        padding: 24px 0px;
    }
    .titleFour {
        font-size: 28px;
        color: #01310f;
        font-weight: bold;
        line-height: 40px;
    }
    .titleThree {
        font-size: 20px;
        line-height: 30px;
        color: #555555;
        text-align: center;
        font-weight: bold;
        display: inline-block;
    }
    .activityContent h3 {
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        position: relative;
    }
    .footerText h3 {
        margin-top: 35px;
        color:#fff;
    }
    .GridItem {
        gap: 0px;
        margin-bottom: 40px;
    }
}



