/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Version: 1.0.1711206403
*/

.hero-fx-zoom .swiper-slide.swiper-slide-active img {
	transition: all 15s;
	transform: scale(1.2);	
}

.service-carousel__card .elementor-image-carousel-wrapper {
	padding: 40px;
}

.swiper-wrapper {
	column-gap: 20px;
}

.service-carousel__card .swiper-slide, .service-carousel__card .swiper-slide img {
	border-radius: 50px;
	transition: all .5s;
}

.service-carousel__card .swiper-slide img:hover {
    box-shadow: 0px 0px 20px 0px #cccccc;
	transition: all .5s;
}

// Portfolio
.recent_works__style1 figure {
	position: relative;
}

.recent_works__style1 figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 50%;
	right: 0;
	color: black;
	transform: translateY(-25%);
}
