.elementor-kit-6{--e-global-color-primary:#F9F8F2;--e-global-color-secondary:#0E3323;--e-global-color-text:#F6E217;--e-global-color-accent:#F34901;--e-global-color-0a0d883:#0CB6FE;--e-global-color-ee1d945:#196047;--e-global-color-8113f4c:#C987CC;--e-global-color-f6543b3:#FFFFFF;--e-global-color-25f9cea:#00000000;--e-global-typography-primary-font-family:"discordia";--e-global-typography-primary-font-size:7.8vw;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"discordia";--e-global-typography-secondary-font-size:6.25vw;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"discordia";--e-global-typography-text-font-size:4.89vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1em;--e-global-typography-accent-font-family:"discordia";--e-global-typography-accent-font-size:3.125vw;--e-global-typography-accent-font-weight:400;--e-global-typography-2c87626-font-family:"discordia";--e-global-typography-2c87626-font-size:3.125vw;--e-global-typography-2c87626-font-weight:600;--e-global-typography-71d0f86-font-family:"polin";--e-global-typography-71d0f86-font-size:3.125vw;--e-global-typography-71d0f86-font-weight:600;--e-global-typography-0728ec5-font-family:"polin";--e-global-typography-0728ec5-font-size:2.29vw;--e-global-typography-0728ec5-font-weight:600;--e-global-typography-0728ec5-line-height:1em;--e-global-typography-9444aa0-font-family:"polin";--e-global-typography-9444aa0-font-size:1.87vw;--e-global-typography-9444aa0-font-weight:600;--e-global-typography-ea37c0c-font-family:"polin";--e-global-typography-ea37c0c-font-size:1.4vw;--e-global-typography-ea37c0c-font-weight:400;--e-global-typography-798e7b6-font-family:"polin";--e-global-typography-798e7b6-font-size:1.4vw;--e-global-typography-798e7b6-font-weight:600;--e-global-typography-69558db-font-family:"polin";--e-global-typography-69558db-font-size:1.19vw;--e-global-typography-69558db-font-weight:400;--e-global-typography-155d53e-font-family:"polin";--e-global-typography-155d53e-font-size:0.96vw;--e-global-typography-155d53e-font-weight:400;--e-global-typography-0420508-font-family:"polin";--e-global-typography-0420508-font-size:0.96vw;--e-global-typography-0420508-font-weight:600;--e-global-typography-0420508-line-height:1.1em;--e-global-typography-0420508-letter-spacing:0.06em;--e-global-typography-beeeffa-font-family:"discordia";--e-global-typography-beeeffa-font-size:0.96vw;--e-global-typography-beeeffa-font-weight:600;--e-global-typography-23c2c35-font-family:"polin";--e-global-typography-23c2c35-font-size:10.41vw;--e-global-typography-23c2c35-font-weight:200;--e-global-typography-23c2c35-line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1vw;}.elementor-element{--widgets-spacing:1vw 1vw;--widgets-spacing-row:1vw;--widgets-spacing-column:1vw;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #FFF;
}
::-webkit-scrollbar-thumb {
  background: #F34901;
  border-radius: 3px;
  transition: 0.5s;
}



/*html, body {
	overflow-x: hidden;
}

*/
ריכוך אנימציות כניסה 
.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);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'discordia';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Discordia-Regular.woff') format('woff');
}
@font-face {
	font-family: 'discordia';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Discordia-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Extralight.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Light.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Regular.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Medium.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Bold.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Extrabold.woff') format('woff');
}
@font-face {
	font-family: 'polin';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://in-d.co.il/wp-content/uploads/2026/04/Polin-Black.woff') format('woff');
}
/* End Custom Fonts CSS */