.body {
  display: grid;
  grid-template-rows: 60vh auto auto;
  margin: 0px 0px 0px 0px;
}

.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60vh;
  z-index: -1;
  overflow: hidden;
}

.hero__background__image {
  width: 100vw;
  height: 60vh;
  object-fit: cover;
  filter: blur(2px);
  transform: scale(1.1);
}

.hero__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 4rem;
  color: #f5f5f5;
  gap: 1rem;
  position: absolute;
  top: 5rem;
  width: 30rem;
}

.hero__aside__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  box-sizing: unset;
  margin: unset;
}

.hero__aside__description {
  font-size: 1rem;
  font-weight: 400;
}

.hero__aside__button {
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
  background-color: #b77e66;
  color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header {
  display: flex;
  width: 100%;
  max-width: 100vw;
  align-items: flex-start;
  padding: 1rem 0.5rem;
  justify-content: space-between;
  min-height: fit-content;
  background: linear-gradient(#000000d0 0%, #00000000 10%);
}

.header__logo {
  width: 100px;
  object-fit: contain;
}

.header__nav {
  padding: 1rem 2rem;
}

.header__nav__list {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  color: #f5f5f5;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}

.main__open-hours {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  height: 300px;
  background-image: url("./assets/landing_open-hours.webp");
  background-color: #00000010;
}

.main__open-hours__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #f5f5f5;
  padding: 1rem 3rem;
  border-radius: 4px;
  background-color: #0000004f;
}

.main__open-hours__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
}

.main__open-hours__time-date {
  color: #f5f5f5;
}

.main__open-hours__time-date__time {
  font-size: 1.5rem;
  font-weight: 700;
}

.main__open-hours__time-date__date {
  font-size: 1rem;
  font-weight: 400;
}

.main__maps {
  background-color: #e3d9d5;
  padding: 1rem;
}

.main__maps__title {
  color: #b77e66;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.main__maps__iframe {
  border: #b77e66 5px solid;
  height: 20rem;
}

.main__menu {
  display: grid;
  grid-template-rows: 100px 1fr;
  width: 100%;
  height: 700px;
  padding-top: 3rem;
  text-align: center;
  background: url("./assets/landing_menu.webp") no-repeat center center;
  background-size: cover;
}

.main__menu__title {
  color: #f5f5f5;
  font-size: 2rem;
  font-weight: 700;
  background-color: #b77e6680;
}

.main__menu__carousel {
  width: 90%;
  max-width: 100vw;
  margin: 0px auto;
  gap: 1rem;
}

.main__menu__carousel > .slick-slide {
  margin: 10px;
}

.main__menu__carousel > .slick-prev::before,
.main__menu__carousel > .slick-next::before {
  content: "";
}

.main__menu__carousel__button {
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
  background-color: #b77e66;
  color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main__menu__carousel__button > .ph {
  color: #b77e66;
  font-size: 32px;
}

.main__menu__carousel__item {
  padding: 1rem 2rem;
  height: 100%;
  background-color: #b77e66;
  margin: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-height: 10rem;
}

.main__menu__carousel__item__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}

.main__menu__carousel__item__title {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
}

.main__menu__carousel__item__description {
  color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 400;
}

.main__menu__carousel__item__order-now {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}

.main__menu__carousel__item__order-now__price {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
}

.main__menu__carousel__item__order-now__button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #b77e66;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main__menu__carousel__item__order-now__button:hover {
  background-color: #d9b4a3;
  color: #f5f5f5;
}

.main__ratings {
  display: grid;
  grid-template-rows: 150px 1fr;
  width: 100%;
  height: 700px;
  padding-top: 3rem;
  text-align: center;
  background: url("./assets/landing_ratings.webp") no-repeat center center;
  background-size: cover;
}

.main__ratings__title {
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0px 2rem;
}

.main__ratings__title__text {
  font-size: 2rem;
  font-weight: 700;
  min-height: fit-content;
}

.main__ratings__title__line {
  width: 90%;
  height: 1px;
  background-color: #cbcbcb;
  margin: 1rem auto;
}

.main__ratings__carousel {
  width: 90%;
  max-width: 100vw;
  margin: 0px auto;
  gap: 1rem;
}

.main__ratings__carousel > .slick-slide {
  margin: 10px;
}

.main__ratings__carousel > .slick-prev::before,
.main__ratings__carousel > .slick-next::before {
  content: "";
}

.main__ratings__carousel__button {
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
  background-color: #b77e66;
  color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main__ratings__carousel__button > .ph {
  color: #f5f5f5;
  font-size: 32px;
}

.main__ratings__carousel__item {
  position: relative;
  padding: 1rem 2rem;
  height: 100%;
  background-color: #b77e66;
  margin: 16px;
  margin-top: 32px;
  border-radius: 4px;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-height: 10rem;
}

.main__ratings__carousel__item__image {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}

.main__ratings__carousel__item__title {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
}

.main__ratings__carousel__item__description {
  color: #cbcbcb;
  font-size: 0.75rem;
  font-weight: 400;
}

.main__ratings__carousel__item__order-now {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
}

.main__ratings__carousel__item__order-now__price {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 700;
}

.main__ratings__carousel__item__timestamp {
  color: #f7f7f7;
  font-size: 0.75rem;
  font-weight: 400;
}

.main__ratings__carousel__item__stars {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 0px 0px 0px;
}

.main__ratings__carousel__item__stars__star {
  font-size: 1.5rem;
}

.main__ratings__carousel__item__stars__star--selected {
  color: #ffd700;
}

.main__ratings__carousel__item__stars__star--unselected {
  color: #cbcbcb;
}

.main__see-more {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 700px;
  gap: 1rem;
  padding: 2rem;
  position: relative;
  height: 700px;
}

.main__see-more__image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 4px;
  position: absolute;
  z-index: -1;
}

.main__see-more__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding: 2rem;
}

.main__see-more__title {
  color: #b77e66;
  font-size: 2rem;
  font-weight: 700;
}

.main__see-more__description {
  text-align: end;
  color: #363636;
  font-size: 1rem;
  font-weight: 400;
}

.main__see-more__button {
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
  background-color: #b77e66;
  color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
