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


.container{
  width: 60%;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 30px;
 
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.upload-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f0e4cc;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #aaa;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.upload-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.upload-box {
  position: relative;
  border: 2px dashed transparent;
  transition: border 0.3s;
}

.upload-box.drag-over {
  border: 2px dashed #aaa;
}

.delete-btn {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #fff;
  border: none;
  color: #333;
  font-size: 18px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.upload-box:hover .delete-btn {
  display: block;
}


#confirm-btn {
  all: unset;
  cursor: pointer;
  margin-top: 25px;
  padding: 5px 15px;
  align-items: center;
  font-family: Alef;
  font-size: 14px;
  line-height: 150%;
  color: #EFEFED;
  display: flex;
  margin: auto;
  border-radius: 10px;
  text-decoration: none;
  background-color: #2f090d;
}

#confirm-btn:hover {
  background-color: #0f0304;
}

.preview-button{
  all: unset;
  cursor: pointer;
  margin-top: 25px;
  padding: 5px 15px;
  align-items: center;
  font-family: Alef;
  font-size: 14px;
  line-height: 150%;
  color: #EFEFED;
  display: flex;
  margin: auto;
  border-radius: 10px;
  text-decoration: none;
  background-color: #2f090d;
}

.preview-button: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;
}
