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

.font-bangla{
    font-family: 'SolaimanLipi', sans-serif !important;
}




/*====== Header Topbar ======*/

.top {
    padding-top: 15px;
}

.jab-user-nav {
    padding: 0;
    margin: 0;
    text-align: right;
}

.jab-user-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}

.jab-user-nav a {
    font-size: 20px;
    color: #777777;
    text-decoration: none;
}

.landing-dark-switcher .mod-switcher {
    color: #777777;
}

.mod-switcher {
    display: flex;
    width: auto;
    align-items: center;
    padding: 2px 8px;
    border: 1px solid #539592;
    border-radius: 5px;
    margin-left: 8px;
    max-width: 80px;
}

.landing-dark-switcher .mode-icon {
    color: #777777;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 16px;
}

.mode-icon {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 16px;
    color: #f0f0f0;
}

.form-switch {
    padding-left: 2.5em;
}

.jab-top-with-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}

/*====== Header Topbar End ======*/

.jab-intro {
    max-width: 600px;
    margin: 30px auto;
}


.bar .gsc-search-box-tools .gsc-search-button {
    display: none;
}
.gsc-search-box-tools .gsc-clear-button {
    display: none;
}

.gsc-above-wrapper-area-invisible, .gsc-positioningWrapper{
    display: none;
}

.jabedin-logo{
    filter: invert(100%);
}
.jab-menu-card .jab-bd-links-nav{
    padding: 0px;
    background-color: #fff;
}

.jab-menu-card .jab-bd-links-nav li svg{
    margin-right: 10px;
}

.jab-menu-card .jab-bd-links-nav li a {
    padding: 5px 5px;
    text-decoration: none;
    font-family: "SolaimanLipi", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
    color: #0a0a0a;
    border-bottom: 1px solid rgba(208, 209, 210, 0.34);
}


.jab-menu-card .jab-bd-links-nav li a:hover{
    color: #ba3925;
}

.jab-menu-card .jab-bd-links-nav li:hover{
    background-color: #fff;
}

.contents{
    padding: 10px ;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 3px solid #f4b931;
    margin-bottom: 5px;
    color: #ba3925;
}

.youtube-logo {
    height: 70px;
    width: 100%;
}

h3.medium-head {
    font-size: 16px;
}

.poly-card {
    color: #111;
    text-decoration: none;
    position: relative;
}

.text-h2 {
    font-size: 1.5rem;
    color: #ba3925;
}

.jab-post-title {
    font-size: 1.5rem;
    color: #ba3925;
    margin-bottom: 5px;
}

.jab-date-time{
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.jab-post-card{
   font-family: "SolaimanLipi", sans-serif;
    height: 100%;

}

.jab-post-card p{
    font-size: 1.25rem;
}

.bd-footer a {
    font-size: 1.125rem;
    color: #495057;
    text-decoration: none;
}

.bd-footer .copyright {
    text-align: center;
    padding: 30px 0;
    color: #012970;
}

.jab-logo-with-search{
    margin-bottom: 60px;
}

.jab-link-inherit{
    color: inherit;
    text-decoration: none;
}

.p-footer{
    padding: 80px 40px;
}

.mt-footer{
    margin-top: 100px;
}

.jab-privacy-data p{
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.jab-privacy-data h2{
    margin-top: 1rem;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .jab-logo-with-search .jabedin-logo {
        height: 60px;
    }

    .navbar-toggler svg {
        border: 1px solid #cfd8de;
        padding: 5px 8px;
        font-size: 24px;
    }

    .d-sm-none {
        display: none;
    }

    .jab-logo-with-search {
        margin-bottom: 0px;
    }
    
    .jab-user-nav span{
        display: none;
    }

    .jab-header-topbar-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px  0;
    }

    .top{
        padding-top: 0 !important;
    }


    .jab-user-nav a {
        font-size: 16px;
        color: #000 !important;
    }
    
    .navbar-toggler svg{
        color: #000;
    }

    .mod-switcher{
        margin-top: 0 !important;
    }
    
    .jab-menu-card{
        box-shadow: none !important;
        border: none;
    }

    .jab-menu-card .card-body{
        padding: 0;
    }

    .bd-footer .jab-logo-dark-white{
        width: 100%;
        justify-content: center;
    }

    .p-footer {
        padding: 80px 20px;
    }

}

.bd-links-link {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1rem;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
}


.jab-home-input{
    padding: 5px 45px;
}

.jab-bd-sidebar {
    border-right: 1px solid rgba(108, 117, 125, 0.27);
    padding-right: 20px;
}


.page-content h1 {
    font-size: 2.125em;
    text-align: center;
    line-height: 1.2;
    word-spacing: -.05em;
    letter-spacing: -.01em;
    font-weight: 300;
    font-style: normal;
    color: #ba3925;
    text-rendering: optimizeLegibility;
    margin-top: 0.5em;
    margin-bottom: .5em;
}

.page-content .jab-date-time{
    text-align: center;
    justify-content: center;
    width: 100%;
}

.page-content p{
    font-size: 1.25rem;
}

.page-content .post-details{
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .page-content .post-details{
    padding: 5px;
}
}

.page-content{
    margin-bottom: 40px;
}

.jab-post-next-previous{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.jab-next-prev-btn{
    display: flex;
    align-items: center;
    padding: 10px 18px;
    gap: 14px;
    border: 1px solid #6c757d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    color: #0a0a0a;
}

.jab-next-prev-btn:hover{
    background-color: #f7f8f9;
    color: #ba3925;
    border-color: #ba3925;
}

.jab-next-prev-btn .icon {
    font-size: 22px;
}

.jab-next-prev-btn .jab-token-details{
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
}

.jab-next-prev-btn .jab-token-details .name{
    font-size: 16px;
}

.jab-next-prev-btn .jab-token-details .title{
    font-size: 18px;
    color: #ba3925;
}

.jab-token-details.next{
    text-align: right;
}

.footer-title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.jab-bgc-header{
    background-color: #fff;
}

.main {
    height: auto;
}

/*user*/
.l-sidebar{
    border: 1px solid #d8e2ef;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.jab-user-profile{
    margin-top: 140px;
    margin-bottom: 60px !important;
}

.jab-user-pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -80px;
    border: 2px solid rgba(14, 208, 21, 0.55) !important;
    border-radius: 50%;
}

.jab-user-pic > img {
    float: none;
    border: 5px solid #f3f3f3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
}

.jab-user-data {
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid rgba(14, 208, 21, 0.55) !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.jab-user-details{
    padding: 20px 0;
    background-color: #fff;
}

.user-follow-status {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.user-follow-status li:nth-child(1), .user-follow-status li:nth-child(2) {
    border-bottom: 0;
}

.user-follow-status li:nth-child(1), .user-follow-status li:nth-child(2) {
    border-bottom: 0;
}

.user-follow-status li {
    border-bottom: 1px solid #d8e2ef;
    border-top: 1px solid #d8e2ef;
    padding: 15px 0;
}

.jab-follow-title {
    color: #050505;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
}

.user-follow-status span {
    font-size: 18px;
    font-weight: 600;
}

.view-profile-button{
    color: #216fdb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.jab-follow-title{
    color: #050505;
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 500;
}

.fs-h2 {
    font-size: 24px;
    font-weight: 600;
}

.imgcap-image img {
    float: left;
    margin: 0 20px 0 0;
    width: 400px;
    height: 300px;
    object-fit: contain;
}

.right.imgcap-image img {
    float: right;
    margin: 0 0 0 20px;
}

.post-big-image{
    margin-bottom: 10px;
    text-align: center;
}

.post-big-image img{
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-height: 300px;
    width: 100%;
}

.text-title{
    font-size: 1.5rem;
    font-weight: 600;
}

.card-pagination{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 30px;
}

.sub-title-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(205, 210, 213, 0.47);
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-top: 5px;
}

.sub-title h2{
    margin-bottom: 0;
    color: #999a9c;
    font-size: 16px;
}

.jab-date-time {
    color: #999a9c;
    margin-bottom: 0;
    align-items: center;
}

.swiper {
  width: 1200px;
}

.slider {
    width: 100%;
    height: 200px;

    margin-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
    top: 40%;
}

.slide-image{
    display: block;
}

.slide-image img{
    width: 100%;
    height: auto;
    max-height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}


.swiper-pagination {
    padding-top: 10px;
    position: relative;
}


.jab-follow-title{
    font-size: 22px;
}


.aspect-video{
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;

}

.border-left{
    border-left: 1px solid #d0dae7;
}

.tutorial-search-icon{
    position: absolute;
    top: 8px;
    right: 7px;
    border: none;
    background-color: transparent;

}


.focus-none:focus{
    outline: none;
}

.hover-border:hover, .hover-border:active{
    border-color: #106f02 !important;
}


.play-card-header{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding: 8px 16px;
    border-radius: 5px ;
    background-color: #e8eaee;
}

.video-accordion{
    background-color: #1d2939;
    color: #fff;
    padding: 1rem;

    max-height: 650px;
    overflow: auto;
}

.accordion-title{
    font-size: 20px;
    margin-bottom: 16px;
}

.acc-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px;
}


.video-count{
    color: #f31919;
}


.video-wrapper .icon{
    font-size: 22px;
    color: #f31919;
}

.video-wrapper .content{
    width: 100%;
    flex-shrink: 1;
    font-weight: 600;
}

.tutorial-accordion .accordion-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}


.video-wrapper{
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 1px  1px #d0dae7;
}

.right-border {
    border-left: 5px solid #6f42c1;
}

.video-wrapper .time {
    color: #22292f;
    flex-shrink: 0;
}


.video-wrapper .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 0;
}

.video-type{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 2px;
    display: block;
}

.video-card{
        aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.course-video {
    border: 3px solid rgb(16, 111, 1);
    height: 100%;
}

.post{
    line-break: anywhere;
}

@media (max-width: 1400px) {
    .swiper {
        width: 1080px;
    }
}


@media (max-width: 991px) {
    .swiper {
        width: 100%;
    }
}


@media (max-width: 768px) {

    .swiper {
        width: 100%;
    }

}