* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url(images/cafe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Beiruti", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  direction: rtl;
  font-weight: 400;
}

.button-grid {
  width: 90%;
  max-width: 600px;
  background-color: hsla(0, 0%, 0%, 0.3);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px;
  margin: 35px 0 35px 0;
}

.over-welcome-text {
  display: flex;
}

.welcome-text {
  text-align: center;
  padding: 40px 0 40px 0;
  color: #fff;
  margin: 0 30px 0 30px;
}

.main-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#p1 {
  background-color: hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  align-items: center;
  font-size: 18px;
}
#p2 {
  background-color: hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;

}

.header-link {
  text-decoration: none;
  color: none;
  color: #fff;
  font-weight: 400;
}

li {
  display: flex;
  justify-content: center;
  align-items: center;
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding-right: 3px;
  padding-left: 3px;
}

.button {
  width: 100px;
  height: 130px;
  background-color: hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease, transform 0.5s ease;
  margin-bottom: 15px;
}

.button i {
  font-size: 24px;
  margin-bottom: 10px;
}

.button img {
  width: 55px;
  height: 55px;
  margin-bottom: 25px;
}

.button span {
  font-size: 14px;
  font-weight: bold;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}

.address {
  text-align: center;
  color: #fff;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}

.address-photo {
  width: 25px;
  height: 25px;
  margin-left: 5px;
}

/* items css */

.button-grid-items {
  width: 90%;
  max-width: 600px;
  background-color: hsla(0, 0%, 0%, 0.3);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px;
  margin: 35px 0 35px 0;
}

.category {
  text-align: center;
  padding: 20px 0 40px 0;
  color: #fff;
  margin: 0 30px 0 30px;
}

ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
}

.button-items {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.3);
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s ease, transform 0.5s ease;
  margin-bottom: 0px;
}

.button-items img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 7px 7px 0 0;
  object-fit: cover;
}

.button-items span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.price {
  margin-bottom: 20px;
}

.information {
  margin-bottom: 30px;
}
