.elementor-kit-5{--e-global-color-primary:#101820;--e-global-color-secondary:#000000;--e-global-color-text:#101820;--e-global-color-accent:#61CE70;--e-global-color-ee0f5a0:#0B2E59;--e-global-color-68b1ec4:#FFFFFF;--e-global-color-b7f8026:#FFFFFF00;--e-global-color-b537dad:#C9A94F;--e-global-color-c111f18:#D4AF37;--e-global-color-560a004:#B89B30;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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 */html,body{
    overflow-x:hidden;
}


.gold-text {
  background: linear-gradient(
    180deg,
    #c9ae80 0%,
    #c9ae80 18%,
    #c6ab7d 38%,
    #bea475 58%,
    #b2986d 78%,
    #a18a67 100%
  );
    letter-spacing: 6px;


  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}

.btn-fill-black .elementor-button .elementor-button-text,.btn-fill-white .elementor-button .elementor-button-text {
    align-content: center;
}





/* טקסט */
.btn-fill-black .elementor-button:hover .elementor-button-icon svg path  {
  fill: #fff !important;
  transition-delay: 0.45s;
}
.btn-fill-black .elementor-button {
  padding: 14px 25px;
  font-size: 18px;
  color: #000;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0px;
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.25s ease;
}

.btn-fill-black .elementor-button span {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px){
/* פס */
.btn-fill-black .elementor-button::before {
  content: "";
  position: absolute;
  top: -250%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #000;
  transform: scale(2) rotate(30deg);
  z-index: 2;
}

/* אנימציה פס */
.btn-fill-black .elementor-button:hover::before {
  animation: slide-black 0.5s linear;
}

/* מילוי */
.btn-fill-black .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.btn-fill-black .elementor-button:hover::after {
  transform: scale(1);
  transition-delay: 0.45s;
}

.btn-fill-black .elementor-button:not(:hover)::after {
  transform: scale(0);
}

/* טקסט */
.btn-fill-black .elementor-button:hover {
  color: #fff !important;
  transition-delay: 0.45s;
}
}
/* אנימציה */
@keyframes slide-black {
  0% { top: -250%; }
  50% { top: 0%; }
  100% { top: 250%; }
}


.btn-fill-white .elementor-button {
  padding: 14px 25px;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  letter-spacing: 3px;
    border-radius: 0px;

  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.25s ease;
}

.btn-fill-white .elementor-button span {
  position: relative;
  z-index: 3;
}

/* פס */
.btn-fill-white .elementor-button::before {
  content: "";
  position: absolute;
  top: -250%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #fff;
  transform: scale(2) rotate(30deg);
  z-index: 2;
}

/* אנימציה פס */
.btn-fill-white .elementor-button:hover::before {
  animation: slide-white 0.5s linear;
}

/* מילוי */
.btn-fill-white .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.btn-fill-white .elementor-button:hover::after {
  transform: scale(1);
  transition-delay: 0.45s;
}

.btn-fill-white .elementor-button:not(:hover)::after {
  transform: scale(0);
}

/* טקסט */
.btn-fill-white .elementor-button:hover {
  color: #000 !important;
  transition-delay: 0.45s;
}

/* אנימציה */
@keyframes slide-white {
  0% { top: -250%; }
  50% { top: 0%; }
  100% { top: 250%; }
}

.btn-fill-gold .elementor-button {
  padding: 14px 25px;
  font-size: 18px;
  color: #c9ae80;
  background: transparent;
  border: 1px solid #c9ae80;
  border-radius: 0px;
  letter-spacing: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.25s ease;
}

.btn-fill-gold .elementor-button span {
  position: relative;
  z-index: 3;
}

/* שינוי צבע אייקון */
.btn-fill-gold .elementor-button:hover .elementor-button-icon svg path {
  fill: #000 !important;
  transition-delay: 0.45s;
}

@media (min-width: 768px){

/* פס */
.btn-fill-gold .elementor-button::before {
  content: "";
  position: absolute;
  top: -250%;
  left: 0;
  width: 100%;
  height: 30%;
  background: #c9ae80;
  transform: scale(2) rotate(30deg);
  z-index: 2;
}

/* אנימציה פס */
.btn-fill-gold .elementor-button:hover::before {
  animation: slide-gold 0.5s linear;
}

/* מילוי */
.btn-fill-gold .elementor-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #c9ae80;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.btn-fill-gold .elementor-button:hover::after {
  transform: scale(1);
  transition-delay: 0.45s;
}

.btn-fill-gold .elementor-button:not(:hover)::after {
  transform: scale(0);
}

/* טקסט */
.btn-fill-gold .elementor-button:hover {
  color: #000 !important;
  transition-delay: 0.45s;
}
}

/* אנימציה */
@keyframes slide-gold {
  0% { top: -250%; }
  50% { top: 0%; }
  100% { top: 250%; }
}

/* מצב התחלתי - כל טקסט בתוך הבלוק */
.fade-text :is(h1,h2,h3,h4,h5,h6){
    opacity: 0;
    transform: translateY(50px);

    margin: 20px 15px;
    border-right: 0px solid #fafafa;

    transition:
        opacity 1s ease,
        transform 1s ease,
        border-right .4s ease;
}


/* מצב התחלתי - כל טקסט בתוך הבלוק */
.fade-text :is(p){
    opacity: 0;
    transform: translateY(50px);

    margin: 20px 15px;
    padding: 0 15px;

    border-right: 0px solid #fafafa;

    transition:
        opacity 1s ease,
        transform 1s ease,
        border-right .4s ease;
}




/* מצב פעיל */
.fade-text.active :is(h1,h2,h3,h4,h5,h6){
    opacity: 1;
    transform: translateY(0);

}
/* מצב פעיל */
.fade-text.active :is(p){
    opacity: 1;
    transform: translateY(0);

    border-right: 3px solid #ededed;
}


/* דיליי הדרגתי */
.fade-text.active > *:nth-child(1){ transition-delay: .15s; }
.fade-text.active > *:nth-child(2){ transition-delay: .45s; }
.fade-text.active > *:nth-child(3){ transition-delay: .75s; }
.fade-text.active > *:nth-child(4){ transition-delay: 1.05s; }
.fade-text.active > *:nth-child(5){ transition-delay: 1.35s; }
.fade-text.active > *:nth-child(6){ transition-delay: 1.65s; }
.fade-text.active > *:nth-child(7){ transition-delay: 1.95s; }
.fade-text.active > *:nth-child(8){ transition-delay: 2.25s; }
.fade-text.active > *:nth-child(9){ transition-delay: 2.55s; }
.fade-text.active > *:nth-child(10){ transition-delay: 2.85s; }


.swiper-button-disabled {
    display: none !important;
}/* End custom CSS */