.catepagesl{
    position: relative;
    z-index: 0;
}
.catesl__Slide{
    height: 450px;
    position: relative;
    z-index: 0;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}
.catesl__Slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.47;
    z-index: -1;
}
.catesl__h3{
    position: absolute;
    bottom: 20%;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    z-index: 999;
}
.catePageSec{
    padding-bottom: 60px;
}
.catePageSec-wrpr{
    row-gap: 25px;
    margin-bottom: 80px;
}
.catepgCrd{
    width: 100%;
    background-color: rgb(31, 28, 46,0.27);
    padding: 50px 25px 25px 25px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.catepgCrd__img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catepgCrd__hdr{
    max-width: 235px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.catepgCrd__hdr:hover .catepgCrd__img{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.catepgCrd__img{
    transition: all 0.3s ease-in-out;
}
.catepgCrd__h2{
    font-size: 24px;
    font-weight: bold;
    color: var(--main);
    text-align: center;
}
@media(max-width:1399px){
    .catesl__Slide{
        height: 340px;
    }
    .catepgCrd__hdr {
        max-width: 200px;
        height: 140px;
    }
    .catepgCrd__h2 {
        font-size: 20px;
    }
    .catePageSec {
        padding-bottom: 20px;
    }
}
@media(max-width:767px){
    .catesl__Slide {
        height: 225px;
    }
    .catesl__h3 {
        bottom: 9%;
        font-size: 20px;
    }
    .catePageSec .cate__top{
        column-gap: 10px;
    }
    .catePageSec .cate__top{
        padding: 18px 15px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
}
@media(max-width:539px){
    .catePageSec .cate__top{
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
    .catePageSec-wrpr {
        margin-bottom: 40px;
    }
}