.cat-sec-wrap{
    display: flex;
    flex-direction: column;
}

.cat-sec-head{
    width: 100%;
    text-align: center;
}

.cat-sec-head .g-content{
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.cat-sec-list{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: stretch;
}

.Category_swiper_1{
    position: relative;
    flex: 1;
    min-width: 320px;
    max-width: calc(33.333% - 19px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 28px 26px;
    background: #fff;
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    overflow: hidden;
    transition: .45s cubic-bezier(.22,.61,.36,1);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

.-defualt-object--center .Category_swiper_1 {
    max-width: 510px;
}


.Category_swiper_1::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 22px;
    height: 0;
    right: 0;
    width: 7px;
    border-radius: 14px 0 0 14px;
    background: var(--uicolor);
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 38px #00000012;
}

.Category_swiper_1:hover::before{
    opacity: 1;
}

.Category_swiper_1:hover::after{
    height: 100%;
} 
.Category_swiper_1_img1{
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
    border-radius: 16px;
    background: rgb(var(--uicolor-code) / 8%);
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1:hover .Category_swiper_1_img1{
    background: var(--uicolor);
    transform: translateY(-3px) rotate(-11deg);
}

.Category_swiper_1_img1 img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1:hover .Category_swiper_1_img1 img{
    filter: brightness(0) invert(1);
    transform: scale(1.05);
}

.Category_swiper_1_img1 svg,
.Category_swiper_1_img1 i{
    color: var(--uicolor);
    font-size: 26px;
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1:hover .Category_swiper_1_img1 svg,
.Category_swiper_1:hover .Category_swiper_1_img1 i{
    color: #fff;
}

.Category_swiper_1_img1_d4{
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.Category_swiper__h3{
    width: 100%;
    margin: 0;
}

.Category_swiper__h3_link{
    color: var(--primary-text);
    text-decoration: none;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    transition: .35s ease;
}

.Category_swiper_1:hover .Category_swiper__h3_link{
    color: var(--uicolor);
}

.Category_content{
    width: 100%;
}

.Category_swiper_1_p{
    margin: 0;
    color: var(--secondarytext);
    font-size: 18px;
    line-height: 1.6;
}

.Category_swiper_1_A{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--uicolor);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1_A span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .45s cubic-bezier(.22,.61,.36,1);
}

.Category_swiper_1:hover .Category_swiper_1_A{
    letter-spacing: .2px;
}

.Category_swiper_1:hover .Category_swiper_1_A span{
    transform: translateX(-5px);
}

@media (max-width: 1199px){
    .cat-sec-list{
        gap: 22px;
    }

    .Category_swiper_1{
        min-width: 280px;
        max-width: calc(50% - 11px);
        padding: 26px 22px 24px;
        border-radius: 24px;
    }

    .Category_swiper__h3_link{
        font-size: 20px;
    }

    .Category_swiper_1_p{
        font-size: 16px;
    }

    .Category_swiper_1_A{
        font-size: 16px;
    }
}

@media (max-width: 767px){
    .cat-sec-wrap{
        gap: 24px;
    }

    .cat-sec-list{
        gap: 16px;
    }

    .Category_swiper_1{
        min-width: 280px;
        max-width: 100%;
        padding: 22px 18px 20px;
        border-radius: 20px;
    }

    .Category_swiper_1_img1{
        width: 48px;
        height: 48px;
        margin-bottom: 20px;
        border-radius: 14px;
    }

    .Category_swiper_1_img1 img{
        width: 22px;
        height: 22px;
    }

    .Category_swiper__h3_link{
        font-size: 19px;
    }

    .Category_swiper_1_p{
        font-size: 15px;
        line-height: 1.8;
    }

    .Category_swiper_1_A{
        font-size: 15px;
    }
}

@media (max-width: 575px){
    .Category_swiper_1{
        padding: 18px 14px 18px;
    }

    .Category_swiper__h3_link{
        font-size: 17px;
    }

    .Category_swiper_1_p{
        font-size: 14px;
    }
}
