.elementor-kit-6{--e-global-color-primary:#E65726;--e-global-color-secondary:#3E3937;--e-global-color-text:#D2D2D2;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Saira Stencil One";--e-global-typography-primary-font-size:6.5vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Saira SemiCondensed";--e-global-typography-secondary-font-size:2.7vw;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Saira SemiCondensed";--e-global-typography-text-font-size:2.5vw;--e-global-typography-text-font-weight:700;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-size:1.1vw;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.2em;--e-global-typography-3b82746-font-family:"Saira";--e-global-typography-3b82746-font-size:1.1vw;--e-global-typography-3b82746-font-weight:700;--e-global-typography-3b82746-line-height:1.2em;--e-global-typography-4ca689f-font-family:"Saira SemiCondensed";--e-global-typography-4ca689f-font-size:1.1vw;--e-global-typography-4ca689f-font-weight:700;--e-global-typography-4ca689f-line-height:1.2em;--e-global-typography-2dc1141-font-family:"Saira SemiCondensed";--e-global-typography-2dc1141-font-size:1.8vw;--e-global-typography-2dc1141-line-height:1.2em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF00;font-family:"Saira SemiCondensed", Sans-serif;font-size:1.1vw;font-weight:700;line-height:1.2em;color:var( --e-global-color-secondary );border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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-6{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:24px;--e-global-typography-accent-font-size:16px;--e-global-typography-3b82746-font-size:16px;--e-global-typography-4ca689f-font-size:16px;--e-global-typography-2dc1141-font-size:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body{overflow-x: hidden;}

::selection{   background-color:#3E3937;    color:#fff;  }


::-webkit-scrollbar {
    width: 10px; /* רוחב פס הגלילה */
    height: 10px; /* גובה פס הגלילה האופקי */
}

::-webkit-scrollbar-track {
    background: #3E3937; /* צבע הרקע של המסילה */
    border-radius: 10px; /* עיגול הקצוות */
}

::-webkit-scrollbar-thumb {
    background: #E65726; /* צבע פס הגלילה */
    border-radius: 0px; /* עיגול הקצוות */
}

::-webkit-scrollbar-thumb:hover {
    background: #D2D2D2; /* צבע פס הגלילה במעבר עכבר */
}

::-webkit-scrollbar-corner {
    background: #3E3937; /* צבע הפינה של המסילה */
}

.elementor-kit-6 svg{
width: 4vw; 
}

@media only screen and (max-width: 767px){
.elementor-kit-6 svg{
width: 50px; 
}
}



.elementor-kit-6 .elementor-button {
  --border-size: 3px;
  --corner-size: 10px;

  position: relative;
  min-height: 50px;
  padding: 0 30px;

  border-style: solid !important;
  border-width: 0 !important;

  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible;
  box-sizing: border-box;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  transition: transform 0.12s ease;
}

.elementor-kit-6 .elementor-button::before,
.elementor-kit-6 .elementor-button::after,
.elementor-kit-6 .elementor-button-content-wrapper::before,
.elementor-kit-6 .elementor-button-content-wrapper::after {
  content: "";
  position: absolute;
  width: var(--corner-size);
  height: var(--corner-size);
  box-sizing: border-box;
  pointer-events: none;
  border-color: inherit !important;
  transition: width 0.45s ease, height 0.40s ease;
}

.elementor-kit-6 .elementor-button::before {
  top: 0;
  left: 0;
  border-top: var(--border-size) solid;
  border-left: var(--border-size) solid;
}

.elementor-kit-6 .elementor-button::after {
  top: 0;
  right: 0;
  border-top: var(--border-size) solid;
  border-right: var(--border-size) solid;
}

.elementor-kit-6 .elementor-button-content-wrapper {
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-color: inherit !important;
}

.elementor-kit-6 .elementor-button-content-wrapper::before {
  bottom: 0;
  left: 0;
  border-bottom: var(--border-size) solid;
  border-left: var(--border-size) solid;
}

.elementor-kit-6 .elementor-button-content-wrapper::after {
  right: 0;
  bottom: 0;
  border-right: var(--border-size) solid;
  border-bottom: var(--border-size) solid;
}

.elementor-kit-6 .elementor-button:hover::before,
.elementor-kit-6 .elementor-button:hover::after,
.elementor-kit-6 .elementor-button:hover .elementor-button-content-wrapper::before,
.elementor-kit-6 .elementor-button:hover .elementor-button-content-wrapper::after {
  width: 50%;
  height: 50%;
}

.elementor-kit-6 .elementor-button:active {
  transform: scale(0.95);
}

.elementor-kit-6 .elementor-button-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Saira Stencil One';
	font-display: auto;
	src: url('https://ai.rafaelstraus.com/wp-content/uploads/2026/05/SairaStencilOne-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Saira SemiCondensed';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://ai.rafaelstraus.com/wp-content/uploads/2026/05/SairaSemiCondensed-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Saira SemiCondensed';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ai.rafaelstraus.com/wp-content/uploads/2026/05/SairaSemiCondensed-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Saira';
	font-display: auto;
	src: url('https://ai.rafaelstraus.com/wp-content/uploads/2026/05/Saira-VariableFont_wdthwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */