.catImageHovMain{overflow:hidden}.catImageHovMain img{transition:transform .4s ease}.catImageHovMain img:hover{transform:scale(1.06)}.containerItem{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;position:relative;z-index:2}.listingArea{position:relative;overflow:hidden;transition:background-color .3s ease}.listingArea::before{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,0);transition:background-color .3s ease;z-index:1}.listingArea:hover::before{background-color:rgba(0,0,0,.5)}.listingArea:hover .containerItem{opacity:1;transform:translateY(0)}.listingArea:hover .containerItem:nth-child(1){transition-delay:.1s}.listingArea:hover .containerItem:nth-child(2){transition-delay:.2s}.listingArea:hover .containerItem:nth-child(3){transition-delay:.3s}.listingArea:hover .containerItem:nth-child(4){transition-delay:.4s}