.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#D19F5C;--e-global-color-text:#000000;--e-global-color-accent:#D19F5C;--e-global-color-75e679c:#141313;--e-global-color-952776d:#B38039;--e-global-color-2ef907a:#FFD08E;--e-global-color-070b26e:#D19F5C;--e-global-color-c4aa92b:#FFFFFF;--e-global-color-176162f:#FFFBFB;--e-global-color-352563e:#FFD08E17;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.2em;--e-global-typography-44071c9-font-family:"Assistant";--e-global-typography-44071c9-font-size:22px;--e-global-typography-44071c9-font-weight:700;--e-global-typography-44071c9-line-height:1em;--e-global-typography-a37215d-font-family:"Assistant";--e-global-typography-a37215d-font-size:18px;--e-global-typography-a37215d-font-weight:400;--e-global-typography-a37215d-line-height:1.2em;--e-global-typography-309bfc3-font-family:"Assistant";--e-global-typography-309bfc3-font-size:4.3vw;--e-global-typography-309bfc3-font-weight:400;--e-global-typography-309bfc3-line-height:1em;--e-global-typography-37ba65d-font-family:"Assistant";--e-global-typography-37ba65d-font-size:28px;--e-global-typography-37ba65d-font-weight:400;--e-global-typography-37ba65d-line-height:1em;background-color:var( --e-global-color-176162f );font-family:"Assistant", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Assistant", Sans-serif;}.elementor-kit-7 h1{font-family:"Assistant", Sans-serif;}.elementor-kit-7 h2{font-family:"Assistant", Sans-serif;}.elementor-kit-7 h3{font-family:"Assistant", Sans-serif;}.elementor-kit-7 h4{font-family:"Assistant", Sans-serif;}.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);}.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-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-309bfc3-font-size:12vw;--e-global-typography-37ba65d-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,html{
    overflow-x: clip;
}


/*שבירות שורה*/
@media screen and (min-width: 992px) {
.br-desk{
   display:block !important; 
}
.br-mobile{
   display:none !important; 
}
}
@media screen and (max-width: 767px) {
.br-desk{
   display:none; 
}
.br-mobile{
   display:block; 
}
}
/*שבירות שורה*/


.gold-gra{
    background: #D19F5C;
background: linear-gradient(to right, #D19F5C 0%, #FFD08E 50%, #D19F5C 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.gold-gra-bg{
background: linear-gradient(to right, #D19F5C 0%, #FFD08E 50%, #D19F5C 100%);

}

/*undeline button color hover*/
.fill-line-button {
  position: relative;
  overflow: hidden;
}

.fill-line-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #dfac31; /* צבע ירקרק */
  transition: width 0.4s ease, left 0.4s ease;
}

.fill-line-button:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
/*undeline button color hover*//* End custom CSS */