
/*kp-category start*/
.kp-category1st {
    border: 1px solid #F0F5FA;
    border-radius: var(--kp-rad4);
    height: 198px;
    padding: 20px 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.kp-category1st::before {
    position: absolute;
    content: "";
    background-image: url("../../../../../assets/img/Star 4.svg");
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -27px;
    right: 12%;
}
.kp-category1st::after {
    position: absolute;
    content: "";
    background-image: url("../../../../../assets/img/Star 3.svg");
    width: 104px;
    height: 104px;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -27px;
    right: 12%;
}
.kp-category-meta {
    width: 136px;
    height: 144px;
    margin: 0px 3px;
}
.kp-category-meta h2 {
    color: #0C1B43;
}
.kp-category-carousel {
    margin-right: 70px;
    max-width: 1025px;
    width: 100%;
}
.kp-category-carousel .kp-category-card {
    width: 150px;
    height: 150px;
    border-radius: var(--kp-rad1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F0F5FA;
    color: #3F3D3D;
    transition: var(--kp-del);
    font-weight: 500;
}
.kp-category-carousel .kp-category-card:hover {
    background-color: #E76941;
    color: #FFFFFF;
}
.kp-category-carousel .kp-category-card img {
    height: 77px;
    width: 110px;
    object-fit: contain;
}
/*kp-category end*/
@media(max-width: 1399px) {
    /*kp-category start*/
    .kp-category-carousel {
        max-width: 850px;
    }
    /*kp-category end*/
}
@media(max-width: 1199px) {

    /*kp-category start*/
    .kp-category-carousel {
        max-width: 675px;
        margin-right: 55px;
    }
    .kp-category1st {
        padding: 20px 34px;
    }
    .kp-category1st::before, .kp-category1st::after {
        right: 16%;
    }
    /*kp-category end*/
}
@media(max-width: 991px) {

    /*kp-category start*/
    .kp-category-carousel {
        max-width: 435px;
    }
    .kp-category1st::before, .kp-category1st::after {
        right: 22%;
    }
    /*kp-category end*/
}
@media(max-width: 768px) {

    /*kp-category start*/
    .kp-category1st {
        flex-direction: column;
        border: none;
        height: 250px;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    .kp-category1st::before, .kp-category1st::after {
        display: none;
    }
    .kp-category-meta {
        width: 250px;
        height: 96px;
        margin: 0;
    }
    .kp-category-carousel .kp-category-card {
        width: 114px;
        height: 114px;
        font-size: 12px;
        font-weight: 400;
        line-height: 24px;
    }
    .kp-category-carousel {
        max-width: 100%;
        margin: 0;
    }
    /*kp-category end*/
}

