The problem is that. the images go behind the footer although i increase the z-index I put margin padding the problem is still there. When i remove the layout, it works but i need to put it within the layout.
It looks like the issue is that the z-index of the images is not high enough to be above the footer. You can try increasing the z-index of the images to a higher value, such as z-index: 10000000000000000;. Additionally, you can try adding position: relative; to the images to ensure that the z-index is being applied correctly.