/* moving elements */

/* .elementor-shape {
	overflow-x: hidden;
	
	animation: slideleft 22s cubic-bezier(0.3, 0.4, 0.6, 0.5) infinite;
	width: 200%;
	
} */

/* @keyframes slideleft {
		0% {
			margin-left: 0px;
		}
		
		50% {
			margin-left: -100%;
		}
		
		100% {
			margin-left: 0px;
		}
} */

@keyframes changemargin {
	0% {
		margin-top: 0px;
	}
	
	50% {
		margin-top: -7px;
	}
	
	100% {
		margin-top: -14px;
	}
}

/* Resize on hiver */

.size-full:hover {
	transition: 0.6s;
	transform: scale(1.1);
}

.size-full {
	transition: 0.6s;
}
/* 
.elementor-column-gap-default:hover {
	transition: 0.4s;
	transform: scale(0.9);
}

.elementor-column-gap-default {
	transition: 0.4s;
	transform: scale(1);
	margin-right: 0px;
	margin-left: 0px;
}

.elementor-inner-column:hover {
	transition: 0.4s;
	transform: scale(1.3);
	margin-right: 100px;
	margin-left: 50px;
}

.elementor-inner-column {
	transition: 0.4s;
} */

.show-card > div > div {
	flex-direction: column;
}

.show-card > div > div > div.elementor-widget-button {
	margin-top: auto;
}

.show-card:hover {
	
}

.tile-button {
	position: absolute;
	bottom: 0px;
}