.-YC-Category,.category_box_item {
    position: relative;
    overflow: hidden
}

.category-contant {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.category_box_item {
    padding: 35px;
    max-width: 441px;
    min-width: 350px;
    flex: 1;
    border-radius: var(--miniradius);
    transition: .3s;
    background: white;
    cursor: pointer;
}

.-defualt-object--center .category_box_item {
    background: var(--background);
} 

.category_box_item:hover::after {
    height: 100%
}

.category_box_item::after {
    content: '';
    background: var(--uicolor);
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: .3s
}

.category_icom {
    background: #fff;
}

.Cat-Grid-Ar {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.category_box_item i {
    height: 85px;
    width: 85px;
    color: var(--uicolor4);
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    background: rgb(var(--uicolor-code)/10%);
    transition: 180ms all ease;
}

.category_box_item:hover i {
    background: white;
}

.-defualt-object--center .category_box_item i {
    background: white;
}

.category_title a h3 {
    font-size: 24px;
    font-weight: 500;
    transition: .3s
}

.category_box_item:hover .category_content,.category_box_item:hover .category_title a {
    color: #fff
}

.category_title {
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.category_content {
    font-size: 18px;
    line-height: 1.5;
    opacity: .9;
    color: var(--secondarytext);
    transition: .3s;
    position: relative;
    z-index: 1
}
 

.CATEGORY-shape.two SVG {
    bottom: -337px;
    top: auto;
    background: var(--background-color)
}

.CATEGORY-shape.two SVG path {
    fill: white
}

.CATEGORY-shape SVG path:first-child {
    opacity: .9
}

.CATEGORY-shape SVG path:nth-child(2) {
    opacity: .6
}

.CATEGORY-shape SVG path:nth-child(3) {
    opacity: .3
}

.CATEGORY-shape SVG path:nth-child(4) {
    opacity: .2
}

.category_box {
    position: relative;
    z-index: 7;
    margin-bottom: 15px;
}

.-YC-Category {
    margin: -8px
}

.category-backgroung {
    background: linear-gradient(180deg,#f3f1fa,var(--background-color));
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 253px;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.category-backgroung::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, #000000ed 80%);
    top: 0;
    opacity: 0.95;
}
 
.category-nummper > span {
    font-size: 13px;
    color: white;
    font-family: var(--font-family);
    margin-bottom: 5px;
}
.-ycw-section.-ycwt-cat {
    background: var(--background);
    overflow: hidden;
    padding-top: var(--separator-padding);
    padding-bottom: var(--bseparator-padding);
}