.elementor-kit-6{--e-global-color-primary:#EFF8EC;--e-global-color-secondary:#FFA24B;--e-global-color-text:#000000;--e-global-color-accent:#73C992;--e-global-color-161c634:#484F51;--e-global-color-8ad1fb3:#0D8839;--e-global-typography-primary-font-family:"Heebo-Local";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo-Local";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo-Local";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo-Local";--e-global-typography-accent-font-weight:500;background-color:#EFF8EC;font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000FFF;font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 a:hover{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h1{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h2{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h3{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h4{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h5{font-family:"Heebo-Local", Heebo-Local;}.elementor-kit-6 h6{font-family:"Heebo-Local", Heebo-Local;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    overflow-x: hidden;
}

.elementor-section {
    overflow: hidden;
}

.rotated{
    animation: 100s linear infinite rotate-animation;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.floating {
    animation: floating-animate 4s infinite linear;
}
@keyframes floating-animate {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(-30px);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Heebo-Local';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://shirdendigital.co.il/wp-content/uploads/2024/04/Heebo-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */