.-Post-box-single-item {
    min-width: 300px;
    max-width: 330px;
    display: flex;
    position: relative;
    flex-direction: column;
    transition: 250ms;
    flex: 1;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    padding: 20px 20px 30px;
    box-shadow: var(--box-shadow-defult);
}
.-Post-box-item-Info, .-Post-box-item-Thumb, .-Post-box-single-item {
    border-radius: var(--largeradius);
}.-Post-box-item-Thumb {
    margin-bottom: 15px;
    background: top center / 100% 100% no-repeat #212529;
    height: 221px;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    background-image: var(--bg-intro);
}
.-Post-box-single-item:hover{
    box-shadow:0 8px 53px rgba(13,9,54,.05)
}
.-Post-box-item-Thumb:before{
    position:absolute;
    content:"";
    top:100%;
    left:0;
    height:100%;
    width:100%;
    -webkit-transition:.4s .2s;
    transition:.4s .2s;
    z-index:1;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    opacity:0;
    visibility:hidden
}
.-Post-box-single-item:hover .-Post-box-item-Thumb img{
    transform:scale(1.1)
}
.-Post-box-single-item:hover .-Post-box-item-Thumb:before{
    top:0;
    opacity:1;
    visibility:visible;
    -webkit-transition:.4s;
    transition:.4s;
    z-index:1
}
.-Post-box-single-item:hover .-Post-box-item-Thumb:after{
    height:250%;
    transition:.5s linear!important;
    background-color:transparent
}
.-Post-box-item-Thumb:after{
    content:"";
    position:absolute;
    width:300%;
    height:0%;
    left:50%;
    top:50%;
    background-color:rgba(255,255,255,.2);
    transform:translate(-50%,-50%) rotate(-45deg);
    z-index:1
}
 
.-Post-box-item-Thumb img{
    transition:.4s;
}.-Post-box-item-Info{
    padding-top:0;
    display:flex;
    flex-direction:column;
    flex:1;
    box-sizing:border-box;
    transition:.3s cubic-bezier(.37, .75, .61, 1.05);
    z-index:1;
    position:relative;
    padding-bottom:0
}

.-single-bottom-list-category-terms{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px
}.-Post-box-item-Info a{
    display:block;
    font-size:25px;
    line-height:1.3;
    font-weight:700;
    color:var(--primary-text);
    max-height:80px;
    overflow:hidden;
    padding-bottom:5px
}.-P-content{
    color:var(--secondarytext);
    display:block;
    font-size:17px;
    overflow:hidden;
    text-align:right;
    margin-top:5px;
    line-height:1.4;
    flex:1
}

.-single-bottom-list-category-terms p {
    transition: .2s;
    color: var(--primary-text);
    font-size: 15px;
    font-weight: 500;
    FONT-WEIGHT: 500;
    border-radius: var(--miniradius);
    display: flex;
    align-items: center;
    height: 33px;
    padding-inline:11px;background: #f6f6ff
}