.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#F6EFE1;--e-global-color-text:#EB4E18;--e-global-color-accent:#007CD5;--e-global-color-66f2190:#00000000;--e-global-typography-primary-font-family:"discordia";--e-global-typography-primary-font-size:2vw;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"discordia";--e-global-typography-secondary-font-size:1.5vw;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"discordia";--e-global-typography-text-font-size:1.5vw;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"discordia";--e-global-typography-accent-font-size:1.3vw;--e-global-typography-accent-font-weight:400;--e-global-typography-97960c5-font-family:"discordia";--e-global-typography-97960c5-font-size:1vw;--e-global-typography-97960c5-font-weight:400;--e-global-typography-97960c5-line-height:1.3em;--e-global-typography-dfbf475-font-family:"discordia";--e-global-typography-dfbf475-font-size:1vw;--e-global-typography-dfbf475-font-weight:500;--e-global-typography-dfbf475-line-height:1.3em;--e-global-typography-faf56d1-font-family:"discordia";--e-global-typography-faf56d1-font-size:1.3vw;--e-global-typography-faf56d1-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-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: #F6EFE1;
}
::-webkit-scrollbar-thumb {
  background: #1A1A1A;
  border-radius: 100px;
  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://playdate.center/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://playdate.center/wp-content/uploads/2025/12/Discordia-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */