.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#515151;--e-global-color-accent:#5EFA00;--e-global-color-27d5628:#2813D6;--e-global-color-33fb2e6:#A2FEE5;--e-global-color-e91d39f:#9431F1;--e-global-color-d7fd3e1:#FD3641;--e-global-color-d3cc8c5:#00000000;--e-global-typography-primary-font-family:"Unbounded";--e-global-typography-primary-font-size:3.9vw;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"Unbounded";--e-global-typography-text-font-size:1.04vw;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Unbounded";--e-global-typography-accent-font-size:20.5vw;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:0.76em;--e-global-typography-2c5078d-font-family:"Unbounded";--e-global-typography-2c5078d-font-size:1.04vw;--e-global-typography-2c5078d-font-weight:300;--e-global-typography-2c5078d-text-transform:none;--e-global-typography-2c5078d-line-height:1.5em;--e-global-typography-f0b6e78-font-family:"Unbounded";--e-global-typography-f0b6e78-font-size:2vw;--e-global-typography-f0b6e78-font-weight:400;--e-global-typography-f0b6e78-text-transform:uppercase;--e-global-typography-f0b6e78-line-height:1.4em;--e-global-typography-13892d6-font-family:"Unbounded";--e-global-typography-13892d6-font-size:20.5vw;--e-global-typography-13892d6-font-weight:400;--e-global-typography-13892d6-text-transform:uppercase;--e-global-typography-13892d6-line-height:0.76em;--e-global-typography-d016244-font-family:"Unbounded";--e-global-typography-d016244-font-size:3.125vw;--e-global-typography-d016244-font-weight:500;--e-global-typography-d016244-text-transform:uppercase;--e-global-typography-d016244-line-height:1.4em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h6{font-size:0.7vw;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{padding:0vw 0vw 2vw 2vw;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-primary-font-size:6vw;--e-global-typography-secondary-font-size:2.5vw;--e-global-typography-text-font-size:1.3vw;--e-global-typography-text-line-height:2.1em;--e-global-typography-2c5078d-font-size:1.3vw;--e-global-typography-2c5078d-line-height:1.6em;--e-global-typography-f0b6e78-font-size:2.6vw;--e-global-typography-d016244-font-size:6vw;}.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:15px;--e-global-typography-text-font-size:11px;--e-global-typography-2c5078d-font-size:11px;--e-global-typography-f0b6e78-font-size:14px;--e-global-typography-d016244-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #FFF;
}
::-webkit-scrollbar-thumb {
background-image: linear-gradient(to bottom, #9431F1, #FD3641);  border-radius: 100px;
  transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
background-image: linear-gradient(to top,  #9431F1, #FD3641);   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 */