.elementor-53 .elementor-element.elementor-element-846a8e3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:-67px;--margin-left:0px;--margin-right:0px;--padding-top:2vw;--padding-bottom:1vw;--padding-left:0vw;--padding-right:0vw;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon-wrapper{text-align:center;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon{font-size:7vw;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon svg{height:7vw;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon{font-size:13vw;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon svg{height:13vw;}}@media(max-width:1024px) and (min-width:768px){.elementor-53 .elementor-element.elementor-element-846a8e3{--content-width:80%;}}@media(max-width:767px){.elementor-53 .elementor-element.elementor-element-846a8e3{--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon{font-size:24vw;}.elementor-53 .elementor-element.elementor-element-5f90688 .elementor-icon svg{height:24vw;}}/* Start custom CSS for icon, class: .elementor-element-5f90688 */.top-logo svg {
height: auto !important;    
}

.elementor-icon-wrapper{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2873948 *//* בסיס */
.custom-nav-toggle {
  display: none;
}

.custom-nav-button {
  display: inline-block;
  width: 42px;
  height: 38px;
  position: relative;
  cursor: pointer;
  z-index: 1110;
}

.custom-nav-button span,
.custom-nav-button span::before,
.custom-nav-button span::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  background: #ededed;

  transition: 0.3s;
}

.custom-nav-button span {
  top: 18px;
    right: 0px;
}

.custom-nav-button span::before {
  top: -7px;
}

.custom-nav-button span::after {
  top: 7px;
}

.custom-nav-toggle:checked + .custom-nav-button span {
  background: transparent;
}

.custom-nav-toggle:checked + .custom-nav-button span::before {
  transform: rotate(-45deg);
  top: 0;
  background: #0F0F0F;
}

.custom-nav-toggle:checked + .custom-nav-button span::after {
  transform: rotate(45deg);
  top: 0;
  background: #0F0F0F;
}

/* תפריט מובייל */
#custom-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ededed;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  transition: 0.3s;
}

.custom-nav-toggle:checked ~ #custom-nav-menu {
  opacity: 1;
  visibility: visible;
}

.custom-nav-structure {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.custom-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-nav-list li {
  margin: 30px 0;
  display: flex;
  padding: 0vw 12vw;

  /* אנימציית כניסה/יציאה */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.custom-nav-toggle:checked ~ #custom-nav-menu .custom-nav-list li {
  opacity: 1;
  transform: translateY(0);
}

.custom-nav-toggle:checked ~ #custom-nav-menu .custom-nav-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.custom-nav-toggle:checked ~ #custom-nav-menu .custom-nav-list li:nth-child(2) {
  transition-delay: 0.2s;
}
.custom-nav-toggle:checked ~ #custom-nav-menu .custom-nav-list li:nth-child(3) {
  transition-delay: 0.3s;
}
.custom-nav-toggle:checked ~ #custom-nav-menu .custom-nav-list li:nth-child(4) {
  transition-delay: 0.4s;
}
/* הוסף עוד לפי הצורך */

.custom-nav-list a {
  font-size: 9vw;
  font-weight: 600;
  color: #0F0F0F;
  text-decoration: none;
  text-transform: capitalize;
  text-align: left;
  line-height: 1.2em
}

#menu-item-523 a {
  background: #D5FF00;
  padding: 0.2em 1em;
  color: #0F0F0F;
  font-weight: bold;
  margin-left: -1em;
}

/*tablet*/
@media (min-width: 600px) and (max-width: 1024px) {
.custom-nav-list a {
  font-size: 6vw;

}

}
/* desktop */
@media (min-width: 1024px) {
  .custom-nav-toggle,
  .custom-nav-button {
    display: none;
  }

  #custom-nav-menu {
    all: unset;
  }

  .custom-nav-structure {
    position: static;
    transform: none;
  }

  .custom-nav-list {
    display: flex;
    gap: 3vw;
    align-items: center;
  }

  .custom-nav-list li {
    margin: 0;
    padding: 0;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .custom-nav-list a {
    font-size: 1.1vw;
    font-weight: 500;
    color: #ededed;
    text-transform: capitalize;
    transition: 0.2s;
  }

  .custom-nav-list a:hover {
    color: #D5FF00;
  }

  #menu-item-523 a {
    background: #D5FF00;
    padding: 0.5em 2em;
    color: #0F0F0F;
    font-weight: bold;
  }

  #menu-item-523 a:hover {
    background: #ededed;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-846a8e3 */@media only screen and (min-width: 600px) {

.website-header .e-con-inner {
    transition: all 0.5s ease;
}

.website-header.elementor-sticky--effects .e-con-inner {
    padding-top: 1vw !important;
}
}

.website-header.elementor-sticky--effects  {
    background:#0F0F0F;
}/* End custom CSS */