.elementor-kit-7{--e-global-color-secondary:#F8F9FA;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-primary:#D9D9D9;--e-global-color-1eba651:#0C2F34;--e-global-color-795b07c:#3F7276;--e-global-color-cc5d25a:#BC9A68;--e-global-color-e10de65:#FF000000;--e-global-typography-primary-font-family:"Leon";--e-global-typography-primary-font-size:4.5vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:0.8em;--e-global-typography-secondary-font-family:"Leon";--e-global-typography-secondary-font-size:1.5vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:0.8em;--e-global-typography-text-font-family:"Leon";--e-global-typography-text-font-size:0.9vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"Leon";--e-global-typography-accent-font-size:1.2vw;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;--e-global-typography-f8f2a11-font-family:"Noto Sans Hebrew";--e-global-typography-f8f2a11-font-size:1.2vw;--e-global-typography-f8f2a11-font-weight:400;--e-global-typography-f8f2a11-line-height:1em;background-color:var( --e-global-color-1eba651 );color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-795b07c );}.elementor-kit-7 a:hover{color:var( --e-global-color-cc5d25a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:50px;--e-global-typography-primary-line-height:0.9em;--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-line-height:0.9em;--e-global-typography-text-font-size:18px;--e-global-typography-text-line-height:0.9em;--e-global-typography-accent-font-size:25px;--e-global-typography-accent-line-height:0.9em;--e-global-typography-f8f2a11-font-size:25px;--e-global-typography-f8f2a11-line-height:0.9em;font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* אנימציית ריחוף לאייקון וטקסט בכפתור - Code by LEMON SHLIF */
.lmn-animated-button .elementor-button-content-wrapper {
  transition: all 0.5s;
  gap: 1em !important;
}

.lmn-animated-button:hover .elementor-button-content-wrapper {
  gap: 2em !important;
}




/* כפתור */
.poly-btn .elementor-button {
  --cut: 0.7vw; /* זווית המצולע */
  position: relative;
  z-index: 0;
  border: none !important;
  overflow: visible;
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  ) !important;
}

.poly-btn {
  --cut: 0.75vw; /* זווית המצולע */
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% var(--cut),
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 calc(100% - var(--cut)),
    0 var(--cut)
  );
}

@media(max-width:767px){
  .poly-btn .elementor-button {
    --cut: 10px;
  }

  .poly-btn {
    --cut: 12px;
  }
}



/* אנימציית כניסה */

/* Elegant Fade In-Out - Hide all elements until they Visible in the Viewport */
.elementor-widget:not(.disable-fade-in) {
    opacity: 0;
    transition-property: opacity,transform;
    transform: translateY(34px);
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    transition-duration: .5s;
    will-change: transform, opacity;
}
/* Elegant Fade In-Out - Show */
.elementor-widget.show,
.e-preview--show-hidden-elements .elementor-widget,
.elementor-editor-active .elementor-widget,
.elementor-location-floating_buttons .elementor-widget,
.e-con.disable-fade-in .elementor-widget {
    opacity: 1;
    transform: none;
}/* End custom CSS */