.lateef-extralight {
  font-family: "Lateef", serif;
  font-weight: 200;
  font-style: normal;
}

.lateef-light {
  font-family: "Lateef", serif;
  font-weight: 300;
  font-style: normal;
}

.lateef-regular {
  font-family: "Lateef", serif;
  font-weight: 400;
  font-style: normal;
}

.lateef-medium {
  font-family: "Lateef", serif;
  font-weight: 500;
  font-style: normal;
}

.lateef-semibold {
  font-family: "Lateef", serif;
  font-weight: 600;
  font-style: normal;
}

.lateef-bold {
  font-family: "Lateef", serif;
  font-weight: 700;
  font-style: normal;
}

.lateef-extrabold {
  font-family: "Lateef", serif;
  font-weight: 800;
  font-style: normal;
}

html {
  font-size: 142.5%;
  box-sizing: border-box;
}
body {
  background-color: #EDEDE5;
  margin: 0;
  
}

nav svg {
  height: 80px;
}
nav .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  max-width: calc(min(1200px, 100%) - 2rem);
  margin-inline: auto;

}
nav ul {
  all: unset;
  box-sizing: border-box;
  list-style:none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap:12px; */
  /* margin-inline-end: 50px; */
  
}
nav ul a {
  all: unset;
  box-sizing: border-box;
  height: 100%;
  border-radius: 8px;
  padding-inline: 12px;
  padding-block: 12px;
  transition: all 0.2s ease;

  

}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.hero h1 {
  padding-inline: 2rem;
  margin-inline: auto;
  text-align: center;
  z-index: 3;
}

.hero {
  position: relative;
  height: 600px;
}

.hero img {
  position: absolute;
  max-width: 100%;
}

.hero .table {
  inset-block-start: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.hero .cup {
  inset-inline-start: 60%;
  inset-block-end: 300px;
  width: 20%;
  min-width: 130px;
  max-width: 170px;
  z-index: -1;
}

.hero .grapes {
  inset-inline-end: 50%;
  inset-block-end: 300px;
  width: 35%;
  min-width: 200px;
  max-width: 300px;
}
@media (max-width: 550px) {
  .hero .grapes {
    inset-inline-end: auto;
    inset-inline-start: 50px;
  }
 .hero .cup {
    inset-inline-start: auto;
    inset-inline-end: 60px;
  }
}


footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
footer ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
footer ul svg {
  fill:  rgba(0,0,0, 0.5);
  position: relative;
  width: 24px;
  height: 24px;
}

footer {
  margin-block-start: auto;
}
button {
  cursor: pointer;
}
footer {
  background-color: rgba(255, 255, 255, 0.5);
}
footer p a:hover {
  text-decoration: underline;
}
footer .wrapper {
  padding-inline: 1rem;
  padding-block: 1rem;
}
