/*cover image*/
.shape-trigger:hover .plat-img02.project-cover-image img{
    transform:matrix(0.65,0,0,0.65,-20,-20);
    transition:0.5s ease;
} 


/*icon*/
.project-icons {
    transform: scale(0.8)!important;
    transform-origin: left top;
}

/*platinum gemilang*/
@media (max-width: 767px){
.mobile-bg-overlay .sppb-row-overlay {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 0) 100%) transparent!important;
}}