body {
    font-family: "Noto Serif Bengali",
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    font-family: 'Noto Serif Bengali', sans-serif;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
    letter-spacing: 1px;
    box-shadow: none;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Button End ***/



/*** back to Top Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** back to Top End ***/



/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 10px;
    font-weight: 400;
    font-family: 'Noto Serif Bengali', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Noto Serif Bengali', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-light);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/

 .border-end-bold {
    border-right: 2px solid #dee2e6 !important;
}


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

@media (min-width: 1200px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 575px;
    }
}

@media (max-width: 1199px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        height: 275px;
    }
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0% {
        width: 100%;
        height: 100%;
    }

    25% {
        width: 115%;
        height: 115%;
    }

    50% {
        width: 130%;
        height: 130%;
    }

    75% {
        width: 120%;
        height: 120%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: -10px;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .9));
    display: flex;
    align-items: end;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    border: 1px solid white;
    background: ffffff;
    color: var(--bs-white);
    border-radius: 0 20px 20px 0;
}

.header-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 0 20px 20px 0;
}


.header-carousel .owl-nav .owl-next {
    position: absolute;
    top: 15px;
    Right: 45px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    border: 1px solid white;
    background: ffffff;
    color: var(--bs-white);
    border-radius: 20px 0 0 20px;
}

.header-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 20px 0 0 20px;
}

/*** Carousel Hero Header Eed ***/


/*** Features Start ***/
.features-carousel .features-carousel-item img {
    object-fit: cover;
}

@media (min-width: 1200px) {

    .features-carousel .features-carousel-item,
    .features-carousel .features-carousel-item img {
        height: 120px;
    }
}

@media (max-width: 1199px) {

    .features-carousel .features-carousel-item,
    .features-carousel .features-carousel-item img {
        height: 110px;
    }
}

.features-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    display: flex;
    align-items: end;
    padding: 0px 0px 0px 0px;
}


.features .features-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 55px;
    right: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-right: -22px;
    border: 1px solid white;
    background: ffffff;
    color: var(--bs-primary);
    border-radius: 0 20px 20px 0;
}

.features-carousel.owl-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 0 20px 20px 0;
}


.features .features-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 55px;
    left: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-left: -22px;
    border: 1px solid white;
    background: ffffff;
    color: var(--bs-primary);
    border-radius: 20px 0 0 20px;
}

.features-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 20px 0 0 20px;
}

/*** Features End ***/



/*** underline ***/
.underline {
    position: relative;
    max-width: 700px;
    margin: 0 auto 0px auto;
}

.underline {
    position: relative;
    padding-bottom: 5px;
}

.underline::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: var(--bs-orange);
}

/*** underline ***/



/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: var(--bs-orange);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    bottom: 0px;
    background: #ffffff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 6px;
    height: 5px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 65px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}



/*** Ads ***
.ads-1 img {
	position: relative;
	padding: 0 180px 0 180px;
	object-fit: cover;
}

@media (max-width: 1199.98px) {
.ads-1 img {
	padding: 0 0 0 0;
}


.ads-2 img {
	position: relative;
}

@media (max-width: 1199.98px) {
.ads-2 img {
	padding: 0 50px 0 50px;
	object-fit: cover;
}
/*** Ads ***/



/*** -------------------Top News Start------------------- ***/
/*** shorts ***/
.shorts .shorts-carousel.owl-carousel {
    position: relative;
}

.shorts-carousel .shorts-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    display: flex;
    align-items: end;
    padding: 0px 0px 15px 15px;
}

.shorts .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 185px;
    right: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-right: -20px;
    border: 2px solid primary;
    background: var(--bs-warning);
    color: var(--bs-white);
    border-radius: 0 20px 20px 0;
}

.shorts-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 0 20px 20px 0;
}


.shorts .shorts-carousel .owl-nav .owl-next {
    position: absolute;
    top: 185px;
    left: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-left: -20px;
    border: 2px solid primary;
    background: var(--bs-warning);
    color: var(--bs-white);
    border-radius: 20px 0 0 20px;
}

.shorts-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 20px 0 0 20px;
}

/*** -------------------Top News End------------------- ***/




/*** -------------------All News Start------------------- ***/
/*** allnews ***/
.allnews {
    position: relative;
}

.allnews .tab-class .nav-item a.active {
    background: #bed8fe !important;
}


/*** bg Naba ***/
.bg-naba1 {
    background-color: #ffc107 !important;
}


.bg-naba2 {
    background-color: #ffffe7 !important;
}


/*** division click ***/
.divisionclick {
    transition: 0.3s;
    display: inline-block;
}

.divisionclick:hover {
    background: var(--bs-warning);
    transform: scale(1.1);
    color: var(--bs-white) !important;
    border-radius: 4px;
}


/*** vertical Line ***/
.verticalline {
    position: relative;
    margin-left: 0px;
    padding-left: 20px;
}

.verticalline {
    position: relative;
    padding-top: 12px;
    padding-bottom: 5px;
}

.verticalline::before {
    position: absolute;
    content: "";
    width: 12px;
    height: calc(100% - 10px);
    top: 8px;
    left: 0;
    background: var(--bs-orange);
    border-radius: 5%;
}


/*** border ***/
.border-right {
    border-right: 1px solid #dee2e6 !important;
}

@media (max-width: 1199.98px) {
    .border-right {
        border-right: none !important;
    }
}


.border-none {
    border-top: none !important;
}

@media (max-width: 1199.98px) {
    .border-none {
        border-top: 1px solid #dee2e6 !important;
        padding-top: 11px;
    }
}

/*** -------------------All News End------------------- ***/














/*** Chabi Start ***/
.chabi {
    position: relative;
}

.chabi .owl-nav .owl-prev {
    position: absolute;
    top: -45px;
    right: 65px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
    border-radius: 20px;
}

.chabi .owl-nav .owl-next {
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 20px;
    margin-right: 5px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
    border-radius: 20px;
}

.chabi .owl-nav .owl-prev:hover,
.chabi .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border: var(--bs-primary);
    border-radius: 20px;
}

.chabi .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}


.chabi-carousel .chabi-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    display: flex;
    align-items: end;
    padding: 0px 0px 5px 0px;
}

/*** Chabi End ***/



/*** ----------------------------Video start---------------------------- ***/
.video-carousel .video-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    display: flex;
    align-items: end;
    padding: 0px 0px 5px 0px;
}


.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 0%;
    left: 0%;
    transform: translate(-0%, -13%);
    margin-left: 0px;
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 45px;
    border-radius: 50%;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0%;
    top: 0%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 330px;
    height: 330px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 20000ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    height: 30px;
    background: var(--bs-red);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 15%;
    border-left: 15px solid var(--bs-white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: var(--bs-white);
    background: var(--bs-dark);
    opacity: 1;
}

/*** Bg Naba ***/
.bg-naba3 {
    background-color: #333333 !important;
}

/*** ----------------------------Video End---------------------------- ***/


/*** Side Border-0 Start ***/
.sideborder-0 {
    position: relative;
}

.sideborder-0::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-light);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    right: 0;
    opacity: 0.2;
}

/*** Side Border-0 End ***/


/*** Category Start ***/
.category .category-carousel.owl-carousel {
    position: relative;
}

.category-carousel .category-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
    display: flex;
    align-items: end;
    padding: 0px 0px 10px 5px;
}

.category .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 130px;
    right: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-right: -20px;
    border: 2px solid primary;
    background: var(--bs-warning);
    color: var(--bs-white);
    border-radius: 0 20px 20px 0;
}

.category-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 0 20px 20px 0;
}


.category .category-carousel .owl-nav .owl-next {
    position: absolute;
    top: 130px;
    left: 0px;
    font-size: 20px;
    padding: 1px 5px;
    transition: 0.5s;
    margin-left: -20px;
    border: 2px solid primary;
    background: var(--bs-warning);
    color: var(--bs-white);
    border-radius: 20px 0 0 20px;
}

.category-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-warning);
    border-radius: 20px 0 0 20px;
}


.category-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid var(--bs-secondary);
    transition: .5s;
}

.category-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 3px;
    left: 3px;
    background: var(--bs-secondary);
    border-radius: 5px;
    border: 2px solid white;
    color: var(--bs-primary);
}

.category-carousel .owl-dot.active {
    background: var(--bs-primary);
    border-color: var(--bs-warning);
}

/*** Category End ***/





/*** Footer CSS ***/
.footer-menu {
    position: relative;
}


.footer-menu .f-menu {
    font-size: 0;
    text-align: center;
}

.footer-menu .f-menu a {
    color: var(--bs-dark);
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--bs-secondary);
    line-height: 1.9rem;
}

.footer-menu .f-menu a:hover {
    color: var(--bs-primary);
}

.footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*** Footer End ***/











































/*** Topbar Start ***
.sticky-top {
    transition: 0.5s;
    background: var(--bs-dark);
}

.topbar {
    padding: 7px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
    display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 15s infinite;
    animation-timing-function: linear ;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {right: -735px;}
    to {right: 735px;}
}
/*** Topbar End ***/


.thumb-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* Cover the image */
    margin: auto;
    padding: 0;
}




.thumb-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover the image */
    object-position: center;
    margin: auto;
    padding: 0;
}


.product-offer img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}





/*** Footer ***/
.newsletter {
    position: cover;
    margin-top: -55px !important;
    margin-bottom: -110px !important;
    z-index: 1;
}






.bg-naba4 {
    background-color: #fff3e0 !important;
}

/* Details CSS */
.details-page {
    position: relative;
}


.details-page .f-page {
    font-size: 0;
    text-align: relative;
}

.details-page .f-page a {
    color: var(--bs-dark);
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid var(--bs-secondary);
    line-height: 1.9rem;
}

.details-page .f-page a:hover {
    color: var(--bs-primary);
}

.details-page .f-page a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Details End */