.muzi-blog {
    background-image:  url(../images/muzi-blog.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 57px;
    padding-bottom: 84px;
    overflow: hidden;
}

.under-text-transparent {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under-text-transparent__line {
    flex-grow: 1;
    height: 1px;
    background-color: #df2b7d;
}

.under-text-transparent__icon{
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.muzi-blog__card-container {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
}
.muzi-blog__card-container a{
    color: inherit;
}
.muzi-blog-card {
    box-shadow: 0 0 10px 1px rgba(0, 2, 6, 0.1);
    border-radius: 15px;
    overflow: hidden;
    background-color: #282f3f;
    width: 100%;
    height: 100%;
}

.muzi-blog-card__view,
.muzi-blog-card__card-img-top {
    border-radius: 15px;
}

.muzi-blog-card__card-img-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.muzi-blog-card__view {
    padding: 10px 10px 0;
    height: 170px;
}

.muzi-blog-card__image-wrap {
    position: relative;
    height: 100%;
}


.muzi-blog-card__card-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
}

.muzi-blog-card__card-title a {
    color: #fff;
}

.muzi-blog-card__card-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    max-width: 270px;
}

.muzi-blog-card__footer {
    background-color: #1a202c;
    padding: 10px 5px;
}

.muzi-blog-card__bottom-info {
    font-size: 13px;
    line-height: 1;
    padding: 0 10px;
    width: 100%;
    font-weight: 400;
    color: #7c8390;
}

.muzi-blog-card__bottom-info img {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

.muzi-blog-card__bottom-info {
    border-right: 1px solid #2f3b50;
}

.muzi-blog-card__bottom-info:nth-child(1) {
    max-width: 145px;
    border-right: none;
}

.muzi-blog-card__bottom-info:nth-child(2) {
    max-width: 90px;
}

.muzi-blog-card__bottom-info:nth-child(3) {
    max-width: 120px;
}

.card-footer__author:hover {
    color: #7c8390;
}

.card-slide {
    display: flex;
    margin: -10px;
}

.card-slide__item {
    width: calc(100% / 3);
    padding: 15px;
}

@media screen and (max-width: 1440px) {
    .muzi-blog-card__body {
        padding: 1.45vw;
    }

    .muzi-blog {
        padding-bottom: 6vw;
    }
}

@media screen and (max-width: 1023px) {
    .card-slide__item {
        padding: 0;
        margin: 0 10px;
        max-width: 350px;
        width: 72vw;
    }

    .muzi-blog {
        padding-left: 0;
        padding-right: 0;
    }

    .muzi-blog .container-xxl{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .card-slide {
        margin: 0;
    }
    .card-slide .slick-next {
        left: 5px;
    }
    .card-slide .slick-prev {
        right: 5px;
    }


    .card-slide .slick-prev,
    .card-slide .slick-next {
        z-index: 1;
    }

    .card-slide .slick-next,
    .card-slide .slick-prev {
        background: rgba(0,0,0,0.7);
        border-radius: 100%;
        width: 47px;
        height: 47px;
        left: 5px;
    }


    .card-slide .slick-next:before,
    .card-slide .slick-prev:before{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-65%, -50%);
    }
}

@media screen and (max-width: 650px) {
    .muzi-blog-card__body {
        padding: 25px 15px 12px;
    }

    .muzi-blog-card__card-title {
        max-width: 178px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 500!important;
    }

    .muzi-blog-card__bottom-info {
        font-size: 11px;
        padding-right: 9px;
        padding-left: 9px;
    }

    .muzi-blog-card__footer {
        padding: 10px 0;
    }

    .muzi-blog-card__bottom-info:nth-child(2) {
        max-width: 85px;
    }
}

@media screen and (max-width: 450px) {
    .muzi-blog-card__bottom-info:nth-child(2) {
        width: 24%;
    }

    .muzi-blog-card__footer {
        justify-content: space-between;
    }

    .muzi-blog-card__bottom-info:nth-child(1) {
        width: 58%;
    }

    .muzi-blog-card__bottom-info:nth-child(3) {
        width: 45%;
    }
}