/* ניקוי גרסת CSS שלא משתמשת ברספונסיביות */

* {
  box-sizing: border-box;
}

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

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

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

.Hero {
  display: flex;
  margin: auto;
  width: 100%;
  max-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;
}

.HeroTitle {
  padding-top: 30px;
  padding-right: 20px;
}

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

.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 {
  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;
}

.Content {
  display: flex;
  margin: auto;
  margin-top: 50px;
  width: 100%;
  max-width: 1140px;
  height: 530px;
  padding: 30px 44px;
  flex-direction: column;
  text-align: center;
  background-color: #F7F7F7;
}

.Content h2 {
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 0.5px;
}

.Pictures {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: space-evenly;
  padding: 20px 30px;
  gap: 10px;
  text-align: right;
  border-radius: 15px;
  flex-wrap: wrap;
}

.Pictures img {
  width: 320px;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
}

.Pictures h3, .Pictures h4 {
  line-height: 0.7;
}

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

.text-box {
  flex: 1;
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

.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: normal;
  margin-bottom: 10px;
}

.text-box h4 {
  font-size: 16px;
  color: #828282;
  line-height: 1.5;
  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, .solid {
  all: unset;
  cursor: pointer;
  padding: 5px 15px;
  align-items: center;
  font-family: Alef;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  border-radius: 10px;
  text-decoration: none;
}

.outline {
  background-color: #E6E6E6;
}

.outline:hover {
  background-color: #c8c8c8;
}

.solid {
  color: #EFEFED;
  background-color: #2f090d;
}

.solid:hover {
  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;
}
