.gallery-grid-item:hover{
    opacity: 1;
    transition: 1s;
}
/* Blurr effect for both the Specification gallery and let's build form block */
.item-wrapper:hover,
.block-contact-card{
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    overflow: hidden;
    opacity: 1;
}

.item-wrapper{
    opacity: 0;
    overflow: hidden;
    transition: 1s;
}

.repeater-item:nth-child(1),.repeater-item:nth-child(2),.repeater-item:nth-child(3),.repeater-item:nth-child(4),.repeater-item:nth-child(5){
    background-color: transparent !important;
}    

li.inner-item-list,
.no-link,
.bricks-lightbox{
    padding: 0px !important;
}