.elementor-kit-6{--e-global-color-primary:#321B53;--e-global-color-secondary:#FFF8EF;--e-global-color-text:#F5F5FF;--e-global-color-accent:#3C3700;--e-global-color-8a434d2:#E07962;--e-global-color-a6d34aa:#FFEBD5;--e-global-color-d4d76df:#FFFFFF;--e-global-color-3f3e169:#00000000;--e-global-typography-primary-font-family:"discordia";--e-global-typography-primary-font-size:3.95vw;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"discordia";--e-global-typography-secondary-font-size:3.2vw;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"simona";--e-global-typography-text-font-size:1.45vw;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"simona";--e-global-typography-accent-font-size:1.45vw;--e-global-typography-accent-font-weight:500;--e-global-typography-7fcfbd8-font-family:"simona";--e-global-typography-7fcfbd8-font-size:1.45vw;--e-global-typography-7fcfbd8-font-weight:600;--e-global-typography-dabefa8-font-family:"simona";--e-global-typography-dabefa8-font-size:1.25vw;--e-global-typography-dabefa8-font-weight:500;--e-global-typography-04d0074-font-family:"simona";--e-global-typography-04d0074-font-size:1.04vw;--e-global-typography-04d0074-font-weight:300;--e-global-typography-f0622e5-font-family:"simona";--e-global-typography-f0622e5-font-size:1.04vw;--e-global-typography-f0622e5-font-weight:400;--e-global-typography-d260264-font-family:"simona";--e-global-typography-d260264-font-size:1.04vw;--e-global-typography-d260264-font-weight:500;--e-global-typography-98705d7-font-family:"simona";--e-global-typography-98705d7-font-size:0.83vw;--e-global-typography-98705d7-font-weight:500;--e-global-typography-a95195d-font-family:"simona";--e-global-typography-a95195d-font-size:2.08vw;--e-global-typography-a95195d-font-weight:500;}.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-kit-6{--e-global-typography-text-font-size:1.8vw;--e-global-typography-accent-font-size:1.8vw;--e-global-typography-7fcfbd8-font-size:1.8vw;--e-global-typography-dabefa8-font-size:1.7vw;--e-global-typography-04d0074-font-size:1.5vw;--e-global-typography-f0622e5-font-size:1.5vw;--e-global-typography-d260264-font-size:1.5vw;--e-global-typography-98705d7-font-size:1.3vw;}.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:30px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;--e-global-typography-7fcfbd8-font-size:18px;--e-global-typography-dabefa8-font-size:16px;--e-global-typography-04d0074-font-size:14px;--e-global-typography-f0622e5-font-size:14px;--e-global-typography-d260264-font-size:14px;--e-global-typography-98705d7-font-size:12px;--e-global-typography-a95195d-font-size:22px;--e-global-typography-a95195d-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
    overflow-x: hidden;
}

::placeholder {
  opacity: 1 !important; 
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #E07962;
  border-radius: 100px;
  transition: 0.5s;
}


ריכוך אנימציות כניסה 
.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown2 !important;
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0,-40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight2 !important;
}
@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.zoomin{
    animation-name: zoomin2 !important;
}
@keyframes zoomin2 {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*טעינה*/
/* פרילודר מלא */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #311B53; /* שנה לפי הצבע הרצוי */
  z-index: 9999;
  overflow: hidden;
}

/* החור העגול */
#preloader .hole {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* האנימציה לפתיחה */
@keyframes expandHole {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 300vw; /* גדול מספיק כדי לכסות הכל */
    height: 300vw;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'discordia';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/Discordia-Regular.woff') format('woff');
}
@font-face {
	font-family: 'discordia';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/Discordia-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'simona';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/SimonaPro-Thin.woff') format('woff');
}
@font-face {
	font-family: 'simona';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/SimonaPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'simona';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/SimonaPro-Medium.woff') format('woff');
}
@font-face {
	font-family: 'simona';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://tovimmeorot.com/wp-content/uploads/2025/12/SimonaPro-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */