* {
  box-sizing: border-box;
}


body {
    font-family: 'Alef', sans-serif;
    background-color: #e7e7e4;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }


  h4{
    color: #828282;
    font-weight: normal;
  }

  h3{
    color: #330A0E;
    font-weight: normal;

  }
  .Hero{
    display: flex;
    margin: auto;
    width: 1140px;
    height: 530px;
    padding: 36px 44px;
    gap: 10px;
    border-radius: 3px;
    flex-direction: column;
    background-image: url(images/1000.png);
    background-size: cover;
    margin-top: 50px;
  }

  nav{
    display: flex;
    height: 39px;
    justify-content: left;
    flex-shrink: 0;
    align-self: stretch;
  } 

  .button{
    background: none;
    border: none;
    color: #EFEFED;
    display: flex;
    margin-right: 30px;;
    padding: 10px 20px;
    align-items: center;
    font-family: Alef;
    font-size: 17px;
    line-height: 150%;
    text-shadow: 0.5px 0.5px 0px #330A0E;
    transition: background-color 0.3s ease;
    text-decoration: none;

  }

  .button:hover {
    color: white;
    text-decoration: none;
  }



  #order{
    background: black;
    margin-right: 30px;;
    padding: 10px 20px;
    align-items: center;
    font-family: Alef;
    font-size: 17px;
    line-height: 150%;
    color: #EFEFED;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    background-color: none;

  }

  #order:hover {
    color: white;
    text-decoration: none;
    background-color: #25070a;
  }

  .home-link, .SubTitle {
    display: inline;
    margin: 0;

  }
  
  .home-link{
    color: inherit; /* יורש את צבע הטקסט הרגיל */
    text-decoration: none;
    font-size: 40px;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    text-shadow: 0.5px 0.5px 0px #330A0E;
  }

  

  .SubTitle {
    font-size: 16px;
    font-weight: normal;
    color: #fdfdfd;
    letter-spacing: 4px;
    line-height: 2;
    text-shadow: 0.5px 0.5px 2px #240105;
    border-color: #000000;
    border-width: 15px;
    }
    
  .HeroTitle{
    padding-top:  30px;
    padding-right: 20px;}


.Content { 
  display: flex;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 25px;
  width: 1140px;
  padding: 30px 44px;
  flex-direction: column;
  text-align: center;
  background-color: #F7F7F7;
  line-height: 0px;
}

.Content h4 {
  font-style: italic;
  line-height: 0px;
}


.site-footer {
  margin-top: 50px;
  width: 100%;
  background-color: #090f11;
  color: whitesmoke;
  border-top: 3px solid #ffffff;
  padding: 0px 90px;
  direction: rtl;
  white-space: nowrap;

}


@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

.footer-container {
  display: flex;
  justify-content: space-between; /* קצה ימין וקצה שמאל */
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: auto;
  direction: rtl;
}

.footer-columns-left {
  display: flex;
  gap: 100px;
}


.footer-column {
  flex: 1 1 200px;
  margin: 30px 0px 50px 0px
}

.footer-column h4 {
  margin-bottom: 10px;
  font-size: 14px;
  color:whitesmoke;
}

.footer-column a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s;
  white-space: nowrap;
}

.footer-column p {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s;
  white-space: nowrap;
}

.footer-column a:hover{
  color: #ccc;}

.footer-column.brand p {
  font-size: 13px;
  margin-bottom: 10px;
  align-items: start;
}

.social-icons a {
  margin-left: 10px;
  color: white;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ccc;
}


.container {
  display:flex;
  justify-content: space-evenly;
  align-content: space-evenly;
  margin: auto;
  margin-top: 50px;
  max-width: 1140px;
  max-height: 650px;
  padding: 36px 44px;
  flex-direction: row;
  gap: 55px;
  padding: 55px 60px;
  background-color: #F7F7F7;
}

.text-box {
flex: 1;
display: block;
padding-top: 0px;
margin-top: 0px;
flex-direction: column;
object-fit: cover;
align-items: flex-start;

}

.text-box h4 {
  font-size: 16px;
  line-height: 1.4; /* או 1.3 / 1.2 לצמצום */
  color: #666;
  margin: 0;
}




.text-box h2 {
font-size: 40px;
margin-top: 0px;
font-weight: bold;
text-align: center;
margin-bottom: 40px;
}

.text-box h3 {
font-size: 20px;
font-weight: 600;
font-weight: normal;
margin-bottom: 10px;

}

.text-box h4 {
font-size: 16px;
font-weight: 400;
color:#828282;
line-height: 1.5;
font-weight: normal;
margin-bottom: 40px;
letter-spacing: 0.5px;
}


.image-box {
flex: 1;
display: flex;
max-width: 50%;
}

.image-box img{
object-fit: cover;
height: 100%;
max-width: 100%;
border-radius: 15px;

}
.Hbutton{
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
  gap: 10px;}
  
  .outline {
      all: unset;
      cursor: pointer;
      background-color: #E6E6E6;
      margin-right: 0px;;
      padding: 5px 15px;
      align-items: center;
      font-family: Alef;
      font-size: 14px;
      line-height: 150%;
      display: flex;
      border-radius: 10px;
      text-decoration: none;
      }
      
  .outline:hover{
    all: unset;
    cursor: pointer;
    background-color: #c8c8c8;
    margin-right: 0px;;
    padding: 5px 15px;
    align-items: center;
    font-family: Alef;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
  }
  
  .solid{
    all: unset;
    cursor: pointer;
    margin-right: 0px;;
    padding: 5px 15px;
    align-items: center;
    font-family: Alef;
    font-size: 14px;
    line-height: 150%;
    color: #EFEFED;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    background-color: #2f090d;
  }
  
  .solid:hover{
    all: unset;
    cursor: pointer;
    margin-right: 0px;;
    padding: 5px 15px;
    align-items: center;
    font-family: Alef;
    font-size: 14px;
    line-height: 150%;
    color: #EFEFED;
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    background-color: #0f0304;
  }

  .site-footer {
    margin-top: 50px;
    width: 100%; /* הרקע השחור פרוש על כל הרוחב */
    background-color: #090f11;
    color: whitesmoke;
    border-top: 3px solid #ffffff;
    padding: 0px; /* בלי padding פנימי */
    direction: rtl;
    white-space: nowrap;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1140px;  /* מתואם לשאר העמוד */
    width: 100%;
    margin: auto;
    padding: 40px 20px; /* קצת ריווח פנימי */
    box-sizing: border-box;
    direction: rtl;
  }
  
  .footer-columns-left {
    display: flex;
    gap: 100px;
  }
  
  .footer-column {
    flex: 1 1 200px;
    margin: 0px 0px 30px 0px;
  }
  
  .footer-column h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: whitesmoke;
  }
  
  .footer-column a,
  .footer-column p {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
    transition: color 0.3s;
    white-space: nowrap;
  }
  
  .footer-column a:hover {
    color: #ccc;
  }
  
  .footer-column.brand p {
    font-size: 13px;
    margin-bottom: 10px;
    align-items: start;
  }
  
  .social-icons a {
    margin-left: 10px;
    color: white;
    font-size: 18px;
    transition: color 0.3s;
  }
  
  .social-icons a:hover {
    color: #ccc;
  }
  