/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.bubble1 .elementor-widget-container img {
	animation: circle_animation-one 6s ease-in-out infinite !important;
}
@keyframes circle_animation-one {
	0% {
		transform: translatey(0px);
	}
	25% {
		transform: translatey(-10px);
	}
	50% {
		transform: translatex(-20px);
	}
	75% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.bubble2 .elementor-widget-container img {
	animation: circle_animation-two 6s ease-in-out infinite !important;
}
@keyframes circle_animation-two {
	0% {
		transform: translatey(0px);
	}
	25% {
		transform: translatex(-10px);
	}
	50% {
		transform: translatey(-20px);
	}
	75% {
		transform: translatex(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.polly-collections-container .elementor-loop-container .elementor-grid {
    grid-template-columns: repeat(3, 1fr) !important;
	display: flex;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
}

.polly-collection {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

