/*
Theme Name: Limai Events
Theme URI: https://www.limai-events.co.il
Author: Limai Dev
Author URI: https://www.limai-events.co.il
Description: Parent Theme מותאם אישית ללימאי אירועים בהשראת hermozo.co.il
Version: 1.0
Text Domain: limai-events
Tags: one-column, custom-background, custom-menu, featured-images, rtl-language-support
*/




body {  direction: rtl; margin:0; padding:0; 
    /*font-family: 'Heebo', sans-serif;
     font-family: "Assistant", sans-serif;
    */
    font-family:"Open Sans", sans-serif;
    
}




/* עיצוב בסיסי לתפריטים */
nav.site-nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

nav.site-nav ul.menu > li {
    position: relative;
}

/* --- הסתרת תת-התפריט כברירת מחדל --- */
nav.site-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;           /* חשוב ל־RTL */
    background: #111;
    padding: 10px 0;
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    z-index: 999;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease;
}

/* קישורים בתוך תת-תפריט */
nav.site-nav .sub-menu li a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    white-space: nowrap;
}

nav.site-nav .sub-menu li a:hover {
    background: rgba(255,255,255,0.1);
}

/* --- הצגה כאשר מרחפים על ה־li שמכיל תפריט --- */
nav.site-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* מניעת תזוזת תפריט, li חייב להיות position relative */
nav.site-nav li.menu-item-has-children {
    position: relative;
}


























textarea, input,select { font-family:"Open Sans", sans-serif;}
.site-header, .site-footer { background:#f9f9f9; padding:20px 0; text-align:center; }
.hero { display:flex; overflow:hidden; }
.hero .slide { flex:1; text-align:center; position:relative; }
.events-grid, .gallery-grid { display:flex; gap:20px; flex-wrap:wrap; justify-content:center; margin:20px 0; }
.event-item, .gallery-item { width:300px; text-align:center; }
.hero-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}
  #reviews_wrapper {
    width: 100%;
    max-width: 98%;
    gap: 10px;
    height: auto;
    margin: 2px auto 10px 0;
    display: flex;
    flex-wrap: wrap;
}.reviews_cube {
    min-width: unset;
    width: auto;
    width: 250px;
    background: aliceblue;
}




.hero-video-section .video-container {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;border-radius:0px;
}

.hero-video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-section .video-overlay {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.35); /* חציית overlay כהה */
    z-index: 2;
}

.hero-video-section .hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 0 20px;
}

.fly-contact {
    position: fixed;
    bottom: 5px;
    width: 100%;
    display: flex;
    z-index: 999;
    justify-content: space-around;
}
.contact-with-us{display:none}
.whatsapp {
    background: #4BBF5B;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 33px;
    border-radius: 20px;
}
.call-now{background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 33px;
    border-radius: 20px;}
.hero-title-small {
    font-size: 24px;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 30px;
}

.hero-button {
    display: inline-block;
    padding: 15px 30px;
    background: #e91e63;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s;
}

.hero-button:hover {
    background: #d81b60;
}

.scroll-down-icon {
    margin-top: 50px;
    font-size: 30px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(5px); }
}


header {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    right: 0;
    background: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
  .logo img { max-height: 100px; }
  nav { display:flex; align-items:center; }
  nav ul { list-style:none; margin:0; padding:0; display:flex; gap:20px; }
 nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 200;
    font-size: 20px;
}
  .social-icons { display:flex; gap:10px; }
  .social-icons a { color:#000; font-size:1.2em; }
  .header-buttons { display:flex; gap:10px; margin-left:20px; }
 .header-buttons a {
    text-decoration: none;
    padding: 8px 12px;
    background: #000000;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
}
  /* Mobile */
  .menu-toggle {
    display:none;
    font-size:1.5em;
    cursor:pointer;
  }

  
  
  .footer-section {
  background-color: #000;
  padding: 60px 20px;
  color: #333;
      position: relative;
    overflow-x: hidden;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 444;
}

.footer-main-title {
  font-size: 28px;color:#fff;
  margin-bottom: 25px;
  font-weight: bold;
}
.Navigation {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}
.Navigation a{width:200px;
    text-decoration: none;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;}
.Navigation img{max-width:100px;}
.footer-content {
  display: flex;    padding: 0px 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;background-color: #fff;
  align-items: flex-start;
  
  box-shadow: 2px -5px 50px 6px #ffffff;
    background: #ffffff;
  
  
}
.footer-content input {
    background-color: #ffffff;
    border-color: #000000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    font-size: 15px;
    text-align: right;
    
    padding: 7px;
}
.three{width:33%;}
.three input{max-width:100%;}
.three p {margin:0px;
    padding: 0px 20px;
}

.two{width:50%;}
.two input,.two select{max-width:100%;width:100%;}
.two p{padding:0px 20px;margin:0px}
.two select{    background-color: #ffffff;
    border-color: #000000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    font-size: 15px;
    text-align: right;
    padding: 7px;}

.one{width:100%;}
.one textarea{max-width:100%;width:100%; border-color: #000000;
    border-width: 0px 0px 1px 0px;font-size:15px;
    border-radius: 0px;}
.one p{padding:0px 20px;margin:0px}

.footer-content input:focus,.footer-content textarea:focus,.footer-content select:focus {
 outline: 1px solid #eee;
}
.sendform{    display: flex;
    flex-wrap: wrap;}

 .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

.footer-form-title {
  font-size: 22px;
  margin-bottom: 15px;
}



.footer-form .wpcf7 input[type="submit"] {
    background-color: #000000;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    min-width: 300px;
    text-align: center;
}

.footer-form .wpcf7 input[type="submit"]:hover {
  background-color: #000;
}

.footer-notes {
  font-size: 17px;
  line-height: 17px;width:100%;
}

.custom-section{position:relative;}
     .parallax-text {  pointer-events: none;

      position: fixed;
      font-size: 4rem;
      font-weight: bold;
      color: #333;
      white-space: nowrap;
      transition: transform 0.1s linear;
    }

    #text1 {
      top: 0%;font-size:200px;color:rgb(0 0 0 / 3%);
      left: 0%;z-index:0;
    }

    #text2 {
      top: 30%;font-size:170px;z-index:0;
      left: 60%;
      color: rgb(0 0 0 / 3%) /* צבע שונה לאפקט */
    }
   #text3 {
    top: 38%;
    font-size: 200px;
    color: #ffffff3b;
    left: -31%;
    z-index: 0;
}
   #text4 {
     top: 50%;
    font-size: 170px;
    z-index: 0;
    left: 60%;
    color: #ffffff33 /* צבע שונה לאפקט */;
}
.media-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    z-index: 9;
    position: relative;
}
.btn{position:relative;z-index:999;}
#menuMobile {
     position: fixed; /* כדי שיכסה את כל המסך */
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: black;
  
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%); /* מתחבא למעלה */
  
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
  z-index: 9999;
}

 #menuMobile.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* יורד למטה */
}
.logo-mobile{text-align:center;background:#000;}



.menu-toggle{display:none!important;}












@media (max-width: 768px) {
	.hero-title-small {font-size:60px!important;}
    .menu-toggle{display:block!important;}
#menuMobile a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}#menuMobile li{margin-top:10px;}
.header-phone a,.header-phone {color:#fff;text-decoration:none;font-size:26px!important;text-align:center;display:block;}
.center{text-align:center;margin-bottom:0px;}
 header{padding:0px!important;justify-content:space-around!important}
 
  .footer-content {
    flex-direction: column;
    text-align: right;
  }
  
  .three p, .two p  {
    padding: 0px 17px;margin-bottom:10px;
}
	.footer-form .wpcf7 input[type="submit"]{width:100%}
  .three,.two{width:100%;}
  .columnfront  img{max-width:100%;}
	i.fas.fa-bars.menu-toggle{color:#fff}
 header {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    right: 0;
    background: #000;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}.logo img {
    max-height: 80px;
}
.site-nav,.header-buttons{display:none;}

.footer-content {
   
    padding: 0px 8px;
 
}
body,html{overflow-x:hidden;}
.footer-content{display:flow;}

    #text1 {
    top: 19%;
    font-size: 72px;
    color: rgb(0 0 0 / 3%);
    left: -40%;
    z-index: 0;
}
    #text2 {
    top: 16%;
    font-size: 66px;
    z-index: 0;
    left: 27%;
    color: rgb(0 0 0 / 3%) /* צבע שונה לאפקט */;
}
   #text3 {
    top: 71%;
    font-size: 44px;
    color: #ffffff3b;
    left: -96%;
    z-index: 0;
} 
  #text4 {
    top: 35%;
    font-size: 71px;
    z-index: 0;
    left: 110%;
    color:rgb(255 255 255 / 21%); /* צבע שונה לאפקט */
}  
}

  
  
  .custom-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.custom-gallery .cg-item {
    overflow: hidden;
    border-radius: 10px;
}

.custom-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.custom-gallery img:hover {
    transform: scale(1.08);
}

  
  @media(max-width:768px){
    nav ul { display:none; flex-direction:column; background:#fff; position:absolute; top:60px; right:0; width:200px; padding:10px; box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
    nav ul.show { display:flex; }
    .menu-toggle { display:block; }
    .header-buttons { display:none; }
	  .contact-with-us{display:block}
	
}
  
  



