.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#F4DC9C;--e-global-color-text:#18191B;--e-global-color-accent:#000000;--e-global-color-a0d6e11:#FFFFFF;--e-global-typography-primary-font-family:"Discovery";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Discovery";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Discovery";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Discovery";--e-global-typography-accent-font-weight:500;font-family:"Discovery", Sans-serif;font-size:24px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Discovery", Sans-serif;font-size:80px;font-weight:700;}.elementor-kit-6 h3{font-family:"Discovery", Sans-serif;font-size:30px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0%;--container-default-padding-right:5%;--container-default-padding-bottom:0%;--container-default-padding-left:5%;}.elementor-widget:not(:last-child){margin-block-end:0%;}.elementor-element{--widgets-spacing:0% 0%;--widgets-spacing-row:0%;--widgets-spacing-column:0%;}{}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 */html {
  scroll-behavior: smooth;
}
html, body{
	overflow-x: hidden;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* animation for categories */

.effect-shadow img {
    transition: 0.2s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.effect-shadow img:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.2s ease;
    z-index: 5;
    transform: translatey(-4px);
}

/* change to built in animation */
.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;
    }
}
#n2-ss-3-arrow-previous {
    border-radius: 50px 0 0 0 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Light.woff2') format('woff2'),
		url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Light.woff') format('woff');
}
@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Regular.woff2') format('woff2'),
		url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Bold.woff2') format('woff2'),
		url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Discovery';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Black.woff2') format('woff2'),
		url('https://together.kristech.co.il/wp-content/uploads/2024/09/Discovery_Fs-Black.woff') format('woff');
}
/* End Custom Fonts CSS */