/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2025 | 19:12:29 */
.swiper-slide img {
	/*box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, .2) !important;*/
	transition: transform .5s ease /*, box-shadow .5s ease*/;
}

.swiper-slide img:hover {
	transform: translateY(-15px);
	/*box-shadow: 0px 6px 7px 6px  rgba(0, 0, 0, .2) !important;*/
	
}

.swiper {
	padding: 30px !important;
}