/* css for video section start */
.ksv_video_block {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.ksv_video_block .col-md-4 {    
    overflow: hidden;
    width: 33.33%;
    padding: 0 5px 10px;
}

.ksv_item-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EBECEC;
    background: #fff;
    position: relative;
}

.ksv_item-content a.ksv_video_cover {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.ksv_video_cover div img {
    aspect-ratio: 2/3;
    object-fit: cover;
    width: 100%;
}

.ksv_item-content a.ksv_video_cover .ksv_vid_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 25%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: contain;
    background: transparent;
    opacity: 1;
}

.ksv_video_info {
    padding: 0px 10px 13px;
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: end;
}

.ksv_video_info .ksv_tag_title h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    font-weight: 400;
    height: 40px;
}

.ksv_video_user {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.kl_video_avaitor img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    object-fit: cover;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff;
}

.ksv_video_user > span a,
.kl_user_profile_name {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0px 0px 6px #00000059;
}

.kl_user_profile_name:hover {
    color: #fff;
}

.ksv_video_block .ksv_video_info span {
    color: #403F3F;
    font-weight: 400;
}

.ksv_video_block .ksv_video_hastag {
    display: none;
}

.ksv_tag_prod {
    position: absolute;
    margin: 0 auto;
    bottom: 62px;
    width: 90%;
    max-width: 220px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000017;
    padding: 7px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.ksv_tag_prod_img_holder {
    flex: 0 0 30%;
    max-width: 56px;
    margin-right: 4px;
    border-radius: 6px;
}

.ksv_tag_prod_img_holder img {
    aspect-ratio: 1;
    object-fit: contain;
}

.ksv_tag_prod p {
    color: #35B9A8;
    padding: 4px 0 2px;
    font-size: 12px;
}

.ksv_tag_prod h5 {
    margin: 0;
}

.ksv_tag_prod h5 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
/* css for video section end */


/* css for blog section start  */
.bk_home_blog {
    margin-bottom: 20px;
}

.bk_home_blog ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bk_home_blog ul li {
    overflow: hidden;
    width: 33.33%;
    padding: 5px;
}

.bk_home_blog ul li .bk_home_blog_outer {
    overflow: hidden;
    border: 1px solid #EBECEC;
    border-radius: 10px;
    background: #fff;
}

.bk_home_blog_p {
    padding: 10px;
}

.bk_home_blog_p > a > p, 
.bk_home_blog_p h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    color: #202121;
    padding: 0;
}

.bk_home_blog_p h4 {
    -webkit-line-clamp: 1;
    margin: 0 0 6px;
    font-size: 14px;
}

.bk_home_blog_p p {
    display: none;
}

.bk_home_blog_img img {
    object-fit: cover;
    aspect-ratio: 2/3;
}
/* css for blog section end */

/* css for tablet view or less devices */
@media (max-width: 767px) {
    .bk_home_blog ul li,
    .ksv_video_block .col-md-4 {
        width: 50%;
    }
}

/* css for collection block start */
.bk_collection_gal__wrapper::-webkit-scrollbar {
    display: none;
}

.bk_collection_gal__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 10px;
}

.nowrap {
    flex-wrap: nowrap;
    overflow: auto;
}

.bk_collection_gal__item {
    border: 1px solid #DFDEE3;
    border-radius: 10px;
    padding: 10px;
    background: #F1F1F1;
}

.bk_collection_gal__item > a {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.bk_collection_gal__item.w-300 {
    flex: 0 0 280px;

}

.bk_collection_gal__item:hover {
    box-shadow: 0px 0px 6px #00000020;
}

.bk_collection_gal__userInfo {
    font-size: 12px;
    font-weight: 500;
    color: #323C4A;
    display: inline-block;
    margin-bottom: 5px;
}

.bk_collection_gal__userInfo img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin-right: 4px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #FFFFFF;
}

.bk_collection_gal__title {
    margin: 10px 0 5px;
    color: #1B1C1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bk_collection_gal__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #202121;
    min-height: 20px;
}

.bk_collection_gal_products {
    position: relative;
    margin-top: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto auto;
    height: 140px;
    gap: 2px;
    border-radius: 16px;
}

.bk_collection_gal_imgBlock {
    background: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bk_collection_gal_imgBlock > img {
    aspect-ratio: 3 / 1;
    width: 100%;
    object-fit: contain;
    height: 100%;
    transition: 1s;
    background: #fff;
}

.bk_collection_gal_imgBlock:has(figure) > img {
    object-fit: cover;
}

.bk_collection_gal_imgBlock > img:hover {
    transform: scale(1.2);
}

.bk_collection_gal_imgBlock:nth-child(3) {
    grid-area: 1 / 1 / span 2 / span 1;
}

.bk_collection_gal_imgBlock:nth-child(3) > img {
    aspect-ratio: 1;
}

.bk_collection_gal_products .video_playBtn {
    position: absolute;
    width: 28px;
    aspect-ratio: 1;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}
/* css for collection block end */