
.catsoftopic {
    background: #f3f3f3;
    padding: 35px 0 35px;
}

.topic .owl-carousel .owl-item img {
    width: 50%;
    margin: auto;
    border-radius: 60%;
}

.topic .owl-carousel.owl-rtl .owl-item {
    text-align: center
}

    .topic .owl-carousel.owl-rtl .owl-item h3 {
        font-size: 16px;
        margin-top: 15px;
        color: #3a3a3a;
    }

    .topic .owl-carousel.owl-rtl .owl-item a {
        background: #fff;
        transition: all 0.3s;
        border-radius: 24px;
        display: inline-block;
        width: 90%;
        padding: 5px 0 15px 0;
        box-shadow: 0px 0px 35px -30px rgb(0, 0, 0, .40);
    }

        .topic .owl-carousel.owl-rtl .owl-item a:hover {
            box-shadow: 0px 1px 35px -15px rgb(0, 0, 0, .44);
            transition: all 0.3s;
        }
.topic  .owl-stage {
    padding: 25px 0 25px 0;
}
.topic .owl-carousel.owl-rtl .owl-item img {
    border-radius: 50%;
    width: 120px;
    margin-top: 25px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .25), 0 4px 6px -7px rgba(0, 0, 0, .1);
    height: 120px;
}
.mp .c {
    display: flex;
    gap: 30px;
}
.mp .post {
    gap: 30px;
    display: flex;
    background: #ffffff;
    margin-top: 60px;
    border-radius: 24px;
    box-shadow: 0px 0px 45px -10px rgba(0, 0, 0, .10);
    padding: 30px;
    transition: all 0.3s;
}
    .mp .post img {
        height: 260px;
        width: 260px;
        margin-top: -60px;
        border-radius: 24px;
        object-fit: cover;
        box-shadow: 0 0 6px -2px #b5b5b5;
    }
.mp .newposts {
    flex: 5;
}
.mp .lside {
    flex: 2.5;
}
.mp {
    padding-top: 70px;
    background: #f9f9f9;
    padding-bottom: 120px;
}
    .mp .pdp img {
        width: 120px !important;
        height: 90px;
        border-radius: 10px;
        object-fit: cover;
    }
    .mp .leftsection .pdp {
        display: flex;
        gap: 10px;
        padding: 10px;
        box-shadow: 0px 0px 35px -30px rgb(0, 0, 0, .50);
        margin-bottom: 15px;
        background: #fff;
        justify-content: space-between;
        border-radius: 24px;
    }
        .mp .leftsection .pdp .pd > a {
            font-size: 16px;
        }
    .mp .pi {
        border-top: 1px dashed #e5e5e5;
        font-size: 15px;
        padding-top: 8px;
    }
        .mp .pi a {
            margin-left: 10px;
            color: #606060;
        }
    .mp .lside .pd {
        display: flex;
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
        justify-content: space-around;
    }