.part2 {
    min-height: 70vh;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffffff;
    padding-top: 8px;
}

.cate_part_main {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: auto;
}

.cate_item_box {
    width: 33.33%
}

.cate_item {
    box-shadow: inset 1px 1px 12px 6px rgb(0 0 0 / 55%);
    margin-right: 5px;
    background-color: #9e9e9e;
    min-height: 60px;
    width: unset;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
}

.cate_item2 {
    min-height: 60px;
    text-transform: capitalize;
    text-shadow: 0px 0px 6px #0c0a0a;
    color: white;
    display: flex;
    height: 100%;
    width: 100%;
    background: linear-gradient(181deg, rgb(255 255 255 / 0%) 29%, rgb(135 56 8) 100%);
    align-items: flex-end;
    padding-bottom: 4px;
    padding-left: 3px;
    font-size: 100%;
    font-weight: 900;
}

.modale_item_title {
    padding-bottom: 5px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.modale_item_name {
    text-transform: capitalize;
    font-size: 1.3rem;
    font-weight: 700;
    ;
    line-height: initial;
}

.lang_items {
    padding: 0px 10px;
    cursor: pointer;
}


/* for computer start */

@media screen and (min-width: 768px) {
    .cate_item_box {
        width: 20%;
    }
    .itemss {
        width: unset;
    }
    body {
        margin: 0px;
        width: 98vw;
    }
}


/* for computer end */


/* for under 400px */

@media (max-width: 400px) {
    .lang_items {
        font-size: 15px;
    }
}


/* for under 400px */