.wp-active-card-prj-1{position:relative;width:100%;height:300px;border-radius:10px;overflow:hidden}.wp-active-card-prj-1 .card-image{position:relative;object-fit:cover;width:100%;height:100%;z-index:10}.wp-active-card-prj-1 .details-holder{position:absolute;inset:0;width:100%;height:100%;padding:15px;text-align:center;z-index:12;background:rgba(0,0,0,.5647058824);visibility:hidden;opacity:0;transition:all .3s}.wp-active-card-prj-1 .details-holder a{display:flex;color:#fff;transition:all .3s}.wp-active-card-prj-1 .details-holder .viewer-btn{width:44px;height:44px;background:var(--ae-color-dark);border-radius:50px}.wp-active-card-prj-1 .details-holder .viewer-btn svg{fill:#fff}.wp-active-card-prj-1 .details-holder .title{font-size:16px;font-weight:700}.wp-active-card-prj-1:hover .details-holder{visibility:visible;opacity:1}