.cate_item {
    position: relative;
    padding: 35px;
    max-width: 442px;
    min-width: 430px;
    flex: 1;
    border-radius: var(--largeradius);
    transition: all 300ms ease;
    background: #fff;
    cursor: pointer;
    padding-bottom: 50px
}

.category_box_item:hover {
    transform: translate(0,-5px)
}

.category_box_item:hover .category_header::before {
    width: 100%
}

.-primary-body .cate_item {
    background: var(--background)
}

.-Cate-Grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}

.-primary-body .-Cate-Grid {
    margin-bottom: 30px
}

.category_icom {
    height: 65px;
    min-width: 65px;
    background: var(--uicolor2);
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 65px;
    transition: 0.5s all ease
}

.category_box_item:hover .category_icom {
    background: var(--uicolor)
}

.category_title a {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-text);
    transition: 300ms all ease
}

.category_title {
    position: relative;
    z-index: 1
}

.category_content {
    font-size: 17px;
    line-height: 1.5;
    opacity: .9;
    color: var(--secondarytext);
    transition: 300ms all ease;
    position: relative;
    z-index: 1;
    max-width: 85%;
    font-weight: 300
}

.CATEGORY-shape SVG {
    position: absolute;
    top: -387px;
    bottom: auto;
    z-index: 1;
    height: 468px
}

.CATEGORY-shape.two SVG {
    bottom: -337px;
    top: auto;
    background: var(--background-color)
}

.CATEGORY-shape.two SVG path {
    fill: #fff
}

.CATEGORY-shape SVG path:nth-child(1) {
    opacity: .9
}

.CATEGORY-shape SVG path:nth-child(2) {
    opacity: .6
}

.CATEGORY-shape SVG path:nth-child(3) {
    opacity: .30
}

.CATEGORY-shape SVG path:nth-child(4) {
    opacity: .2
}

.category_box {
    position: relative;
    z-index: 7
}

.-YC-Category {
    position: relative;
    margin: -8px
}

.category-backgroung {
    background: var(--background-color)
}

.category-nummper {
    position: absolute;
    z-index: 1;
    background: var(--background);
    left: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: var(--f-number);
    font-weight: 600;
    border-radius: 50% 50% 0 0;
    bottom: 0;
    transition: 300ms all ease;
    padding: 10px 10px 0 10px;
    width: 70px;
    height: 60px
}

.-primary-body .category-nummper {
    background: #fff
}

.category-nummper::after,.category-nummper::before {
    .category-nummper::after;content: "";
    position: absolute;
    background-color: #fff0;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--background);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    left: 100%;
    right: inherit
}

.-primary-body .category-nummper::before {
    box-shadow: 0 20px 0 0 #fff
}

.-primary-body .category-nummper::after {
    box-shadow: 0 20px 0 0 #fff
}

.category-nummper::after {
    transform: rotateY(180deg);
    left: auto;
    right: 100%
}

.category-nummper svg path {
    fill: var(--uicolor2);
    transition: all 300ms ease
}

.category_box_item:hover .category-nummper svg path {
    fill: #fff
}

.-primary-body .category-nummper i {
    background: var(--background)
}

.category_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--diver);
    padding-bottom: 17px;
    position: relative
}

.category_header::before {
    content: "";
    position: absolute;
    right: 0;
    background: var(--uicolor2);
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s all ease
}

.category-nummper-svg {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: var(--uicolor2);
    border-radius: 50%;
    transform: rotate(87deg);
    transition: all 300ms ease
}

.category-nummper-svg svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s ease-in-out;
    transform: rotate(45deg);
    opacity: 1
}

.category-nummper-svg svg:last-child {
    position: absolute;
    left: 30px;
    transform: translate(15%,100%) rotate(45deg);
    opacity: 0
}

.category_box_item:hover .category-nummper-svg svg {
    transform: translate(-100%,-100%) rotate(45deg);
    opacity: 0
}

.category_box_item:hover .category-nummper-svg svg:last-child {
    transform: translate(-14px,0) rotate(45deg);
    opacity: 1
}

.category_box_item:hover .category-nummper-svg {
    background: var(--uicolor2)
}

.category_title a h3 {
    font-weight: inherit
}

.-ycw-section.-ycwt-cat {
    background: var(--background);
}

.category-contant {
    text-align: center;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
