@import url("https://fonts.googleapis.com/css2?family=Pattaya&family=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");

body {
  margin: 0;
  background-color: #494949;
  height: 100%;
}

h1 {
  font-family: "Pattaya", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-shadow: #241509 3px 3px;
}

h2 {
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: 0;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.bakground {
  background-image: url(images/bakround-3.webp);
  max-width: 420px;
  overflow: hidden;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -100;
  position: absolute;
}
.blok {
  z-index: 100;
  padding: 15px 15px;
}

header {
  color: white;
  font-size: 50px;
  align-items: center;
}

header img {
  width: 100%;
}

#supe,
#principal,
#garnir,
#salate,
#desert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

#supe img,
#principal img,
#garnir img,
#salate img,
#desert img {
  width: 100%;
  height: 150px;
}

.supe {
  background-color: #f2f2f3;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(34, 33, 33, 0.481);
  max-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.supe img {
  height: 100%;
}

.supe h2 {
  margin-left: 10px;
  font-size: 19px;
  font-weight: bolder;
  color: #241509;
  margin-bottom: 0;
}

.supe p {
  margin-left: 15px;
  margin-top: 10px;
}

.supe h3 {
  margin-left: 15px;
  font-size: 35px;
  color: #241509;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 10px;
}

.price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
}

.btn button {
  background-color: #e6b93e;
  border: none;
  color: white;
  font-size: 30px;
  font-weight: 700;
  padding: 0px 10px;
  border-radius: 15px;
}

.content {
  margin-bottom: 130px;
}

.bottom-bar {
  position: fixed;
  bottom: 30px;
  display: flex;
  flex: 1 1 0;
  background-color: rgb(43, 42, 42, 0.5);
  backdrop-filter: blur(15px);
  box-shadow: rgb(172, 172, 172, 0.3) 0px 3px 8px 4px;
  border: 2px rgb(255, 255, 255, 0.3) solid;
  width: 380px;
  height: 80px;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}

.despre-noi {
  grid-area: a;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  width: 70px;
  margin-left: 15px;
  padding-top: 10px;
}

.despre-noi i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
}

.despre-noi p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "Teko", sans-serif;
  font-size: 20px;

}

.centr-logo {
  grid-area: b;
  background-color: rgb(43, 42, 42, 1);
  backdrop-filter: blur(15px);
  box-shadow: rgb(172, 172, 172, 0.3) 0px 3px 8px 4px;
  border: 2px rgb(255, 255, 255, 0.3) solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centr-logo img {
  width: 60px;
}

.cos {
  grid-area: c;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  width: 70px;
  padding-top: 10px;

}

.link-cos {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.cos {
  position: relative;
  display: inline-flex;
}

.cos i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 30px;
}

.scor {
  position: absolute;
  color: #241509;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Teko", sans-serif;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 1px;
  border: #241509 1px solid;
  top: 5px;
  right: 10px;
}

.cos p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "Teko", sans-serif;
  font-size: 20px;
}

.activePage{
  color: white;
}
