
*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  color: white;
  background-color: black;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 100%;
}

.body_wrapper {
  margin: 2rem 10rem 0 10rem;
}

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}


img {
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: white;
}


.music-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 1rem;
  position: fixed;
  right: 150px;
  bottom: 50px;
  z-index: 5;
  mix-blend-mode: difference;

}

:root {
  --color-primary: #0054ff;

  --font-size-xs: 0.5rem;
  --font-size-s: 0.75rem;
  --font-size-m: 1rem;
  --font-size-l: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-size-3xl: 5rem;

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-s: 1rem;
  --space-m: 1.5rem;
  --space-l: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;
}

/* LANDING */

.landing {
  margin-top: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing h1 {
  font-size: 2rem;
}

.landing_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

#enter_button {
  padding: 2rem 6rem 2rem 6rem;
  border-radius: 8rem;
  margin-top: 2rem;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:3rem;
  text-transform: uppercase;
  letter-spacing:0.25rem ;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;
  background-color: var(--color-primary);
}

#enter_button:hover {
  color: white;
  background-color: black;
  outline: 4px solid white;

}

.age-input {
  width: 100%; 
  max-width: 300px; 
  padding: 0.5rem; 
  font-size: 2rem;
  border: 2px solid #ccc;
  border-radius: 0.1rem;
  box-sizing: border-box; 
  text-align: center; 
  outline: none; 
  transition: border-color 0.3s ease; 
}

.age-input:focus {
  border-color: var(--color-primary); 
}

.age-input::placeholder {
  color: #999;
}


/* NAV */

nav {
  outline: 0.1rem solid white;
  border-radius: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 3;
}

nav ul {
  padding: 0;
  margin: 0 1rem 0 1rem;
  display: flex;
  flex-direction: row;
  list-style: none;
}

nav ul li {
  margin: 0 1rem;
}

nav ul li a {
  text-transform: uppercase;
  font-weight: 800;

}

nav ul li a.active, nav ul li.active a {
  color:var(--color-primary);
}

.logo {
  margin: 1.5rem 3rem;
  width: 8rem;
  fill: black;
  stroke: #fff;
  stroke-width: 0.25rem;
}

.logo_container {
  outline: 0.1rem solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo_text {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.logo_text * {
  padding-right: 1rem;
}

/* HOME */

.content {
  margin-top: 5rem;
  position: absolute;
  top:0;
  z-index: 1;
}

.burger {
  transform: translateY(3rem);
  position: sticky;
  pointer-events:none;        
  top: 0;
  left: 0;
  z-index: 2;
}

.title {
  margin-top: 12rem;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:6rem;
  letter-spacing:0.25rem ;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;
}


.home_description {
  padding-top: 4rem;
  max-width: 70ch;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

.home_description p {
  margin-bottom: 2rem;
}


.burger_container {
  max-width: 38rem;
  max-height: fit-content;
  margin: 0 3rem 0 3rem;
}

.home_scroll{
  margin-top: -3rem;
  display: flex;
  flex-direction: row;
}

.home_nav {
  margin-top: 5rem;
  width: fit-content;
  display: flex;
  flex-direction: column;
  pointer-events:auto;
  align-items: flex-start;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:6rem;
  letter-spacing:0.25rem ;
  text-align: left;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;
}

.home_nav a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.home_nav a:hover {
  color: var(--color-primary);
}

.home_nav div{
  margin-bottom: 3rem;
  font-size:1rem;
  letter-spacing:0.25rem ;
}

/* QUIZ */
.quiz_container {
  margin:2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}

.back_button {
  z-index: 3;
  font-size: 1.5rem;
  font-weight: 200;
}

.next_button {
  z-index: 5;
  margin-top: 3rem;
  padding: 1rem 4rem 1rem 4rem;
  border-radius: 2rem;
  font-size: 2rem;
  background-color: var(--color-primary);
}

.next_button:hover {
  background-color: black;
  outline: white;
  outline: 2px solid white;

}

.quiz_button {
  pointer-events:default;        
  display: inline-block;
  z-index: 5;
  margin-top: 2rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 4rem;
  font-size: 1.3rem;
  background-color: var(--color-primary);
}

.quiz_button:hover {
  outline: 2px solid white;
  background-color: black;
  color: white;
}

.question {
margin-top: 1rem;
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 3rem;
max-width: 25ch;
font-style: normal;
font-weight: 700;
line-height: 125% ;
}

.question_desc {
  margin-top: 2rem;
  font-weight: 200;
  font-size: 1rem;
}

.progress_bar {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.progress_bar div {
  margin-right: 0.25rem;
}

.line_active {
  border-radius: 2rem;
  border: 2px solid white;
  width:50px;
}

.line_notactive {  
  border-radius: 2rem;
  opacity: 50%;
  border: 2px solid white;
  width:30px;
}

.exit {
  align-self: end;
}

.quiz_left{
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 5rem 0 0 5rem;
  width: fit-content;
}

.experience_svg_container {
  position: fixed;
  align-self: center;
  bottom: 0;
}

.experience_svg_outline {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: .66px;
}
.experience_svg_text{
  pointer-events:none;        
  font-size: 13.84px;
  fill: #000;
  font-family: PlusJakartaSans-Bold, 'Plus Jakarta Sans';
  font-variation-settings: 'wght' 700;
  font-weight: 700;
}
.experience_svg_rectangle {
  fill: #fff;
  stroke-width: 0px;
  transition: all 0.3s ease;
}
.experience_svg_rectangle:hover {
  fill: var(--color-primary);
  stroke-width: 0px;
}


.expectations_wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.expectations {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin: 5rem 5rem 0 0;
  z-index: 3;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:6rem;
  letter-spacing:0.25rem ;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;}

.select_item {
  cursor: pointer;
  transition: transform 0.3s, color 0.3s;
  text-align: center;
}

.select_item h2 {
  color: white;
  text-align: center;
  transition: .2s all;
  margin-bottom: 4rem;
}

.select_item.active h2 {
  color: blue;
  font-size: 9rem;
  font-variation-settings:
  "BLED" 0,
  "SCAN" 50;
}

.who {
  margin-top: -5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.select_bubble {
margin: 0.5rem;
border-radius: 50%;
width: 300px;
height: 300px;
background-color: white;
color: black;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease;

}

.select_bubble:hover {
  outline: 2px solid  var(--color-primary);
}

.select_bubble.active{
border-radius: 50%;
width: 500px;
height: 500px;
background-color: white;
}

.bubble_title {
  font-size: 2rem;
  transition: font-size 0.3s ease, color 0.3s ease, margin-bottom 0.3s ease, text-decoration 0.3s ease;
}

.bubble_title.active {
  align-self: center;
  font-size: 4rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 3rem;
  text-decoration: underline black ;
  text-decoration-thickness:2px;
  text-underline-offset: 2rem;
}

.bubble_description {
  display: none;
  transition: display 0.3s ease, max-width 0.3s ease;

}

.bubble_description.active {
  display: inherit;
  max-width: 30ch;
  text-align: center;
}

.allergens {
margin-left: 20rem;  
margin-top: -5rem;
align-self: center;
display: grid;
grid-template-columns: repeat(5, 11rem);
grid-template-rows: repeat(3, 6rem);
gap: 5px;
}

.allergen_icon {
  position: absolute;
  backface-visibility: hidden;
}

.allergen_card {
  width: 3rem;
  height: 2rem;
  padding: 2rem 4rem 2rem 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  background-color: white;
  color: black;
  transition: border 0.3s ease;
  transform-style: preserve-3d;
}

.allergen_card:hover {
  animation: flip 0.6s ease;
}

@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}

.allergen_card.active {
  outline:  4px solid var(--color-primary);
}

.allergen_card:nth-child(1) {
  grid-area: 1 / 2 / 1 / 2;
}

.allergen_card:nth-child(2) {
  grid-area: 1 / 4 / 1 / 4;
}

.allergen_card:nth-child(3) {
  grid-area: 2 / 1 / 2 / 1;
}

.allergen_card:nth-child(4) {
  grid-area: 2 / 3 / 2 / 3;
}

.allergen_card:nth-child(5) {
  grid-area: 2 / 5 / 2 / 5;
}

.allergen_card:nth-child(6) {
  grid-area: 3 / 2 / 3 / 2;
}

.allergen_card:nth-child(7) {
  grid-area: 3 / 4 / 3 / 4;
}

.allergen_text {
  display: block;
  opacity: 0;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  position: absolute;
}

.allergen_card:hover .allergen_icon{
  animation: hideIcon 0.6s ease forwards;
}

@keyframes hideIcon {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.allergen_card:hover .allergen_text {
  animation: showText 0.6s ease forwards;
  text-align: center;
  color: black;
}

@keyframes showText {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.allergen_card:checked .allergen_text{
  display: none;
}

.allergen_card:checked {
  background-color: var(--color-primary);
}

/*PAGES */

.page_title {
  margin-top: 3rem ;
  text-transform: uppercase;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:6rem;
  letter-spacing:0.25rem ;
  text-align: left;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;
}

/* ABOUT */
.about {
  background-image: url("../assets/ribbon.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%;
}
.about_truck{
  width: 100%;
  height: 75vh;
  background-image:  url("../assets/truck.png");
  background-position: center calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_desc{
  font-weight: 400;
  line-height: 2rem;
}

.about_desc2 {
  transform: translate(-22rem ,  5rem);
  transform: translate();
  max-width: 45ch;
  font-size: 1.25rem;
}

.about_desc1 {
  transform: translate(18.5rem ,  -13rem);
  transform: translate();
  max-width: 30ch;
  font-size: 1.25rem;
}

.chef_picture {
  margin-bottom: 10rem;
  max-width: 25rem;
  height: 100%;
}

.about_chef {
  display: flex;
  flex-direction: row;
}
.chef_container {
  display: flex;
  flex-direction: column;
  width: 50ch;
  line-height: 1.5rem;
  margin: 3rem;
}

.chef_name {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 4rem;
}

.chef_desc {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

/* MENU */
.menu {
  justify-self: center;
  display: grid;
  grid-template-rows: repeat(5, 20vh);
  grid-template-columns: repeat(2, 40rem);
  margin-left: 3rem;
}

.menu_desc {
  margin-top: 1rem;
  max-width: 60ch;
  line-height: 1.5rem;
}

#item_1 {
  grid-row: 1;
  grid-column: 2;
}

#item_2 {
  grid-row: 2;
  grid-column: 1;
}

#item_3 {
  grid-row: 3;
  grid-column: 2;
}

#item_4 {
  grid-row: 4;
  grid-column: 1;
}

#item_5 {
  grid-row: 5;
  grid-column: 2;
}


.menu h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-left:2rem ;
  margin-top: 1rem;
  }

.menu_item_right {
  display: flex;
  flex-direction: row;
}


.menu_item_content_right {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  color: black;
}


.menu_item_left {
  display: flex;
  flex-direction: row-reverse;
}

.menu_item_content_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  color: black;
}

.salvia_sensation {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  color: black;
}

.salvia_sensation h3 {
  margin-left: 5rem;
}

.salvia_sensation p {
  margin-left: 5rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 200;
  max-width: 40ch;
}

.menu_item_content_left p {
  margin-left:2rem ;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 200;
  max-width: 40ch;
}

.menu_item_content_right p {
  margin-left:2rem ;
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 200;
  max-width: 40ch;

}


.menu_img_left {
  max-width: 100%;
  max-height: 100%;
  padding-left: 3rem;
  background-color: white;
  border-radius: 5rem 0 0 5rem;
}

.menu_img_right {
  max-width: 100%;
  max-height: 100%;
  padding-right: 3rem;
  background-color: white;
  border-radius:0 5rem 5rem 0;
  }

/*RESULT*/

.result {
  display: flex;
  flex-direction: row;
}

.result_door {
  max-width: 10rem;
  height: 40rem;
  margin: 3rem;
  margin-top: 9rem;
}

.result_content {
  display: flex;
  flex-direction: row;
  width: 60%;
}

.result_text {
  margin: 3rem;
  display: flex;
  flex-direction: column;
}

.result_thanks {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 700;
}
.result_thanks_desc {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.result_thanks_desc p {
max-width: 40ch;
margin-top: 2rem;
font-size: 1.2rem;
font-weight: 200;
}

.recommended_dish{
  margin-top: 9rem;
  font-weight: 200;
}

.result_title {
  margin-top: 0.5rem;
  font-size: 4rem;
  font-weight: 700;
}
.result_desc {
  margin-top: 3rem;
  margin-bottom: 5rem;
  max-width: 35ch;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.75rem;
}
.result_meal {
  background-color:white ;
  color: black;
  width: 40%;
  height: 100vh;
  padding: 2rem;
}

.result_image {
  position: absolute;
  max-width:50%;
  right: 0;
  bottom: 0;
}

.back_home_button {
  pointer-events:default;        
  display: inline-block;
  z-index: 5;
  margin-top: 2rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 4rem;
  font-size: 1.3rem;
  outline: 2px solid white;
  background-color: black;
  color: white;
}

.back_home_button:hover {
  background-color: var(--color-primary);
  color: white;
}

.menu_button {
  pointer-events:default;        
  display: inline-block;
  z-index: 5;
  margin-top: 2rem;
  padding: 1rem 3rem 1rem 3rem;
  border-radius: 4rem;
  font-size: 1.3rem;
  background-color: var(--color-primary);
  color: white;
}

.menu_button:hover {
  outline: 2px solid black;
  background-color: white;
  color: black;
}

/*TESTIMONIALS */ 

.testimonials{
  display: flex;
  flex-direction: row;
}

.testimonials_title {
  margin-left: 2rem;
  margin-top: 3rem ;
  text-transform: uppercase;
  font-family: "Workbench", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size:4rem;
  letter-spacing:0.25rem ;
  text-align: left;
  font-variation-settings:
    "BLED" 0,
    "SCAN" -15;
}

.testimonials_text {
  margin-left: 2rem;
  margin-top: 3rem;
  max-width: 50ch;
  line-height: 1.25rem;
  font-weight: 400;
}

.testimonials_name {
  margin-left: 2rem;
  margin-top: 2rem;
  font-style: italic;
}

.testimonials_content{
  display: flex;
  flex-direction: column;
  background-color: white;
  color: black;
  width: 50%;
  border-radius: 2rem;
  margin-top: 1rem;
}

.testimonials_img {
  max-width: 50%;
  height: 100%;
}

#next-review-button {
  text-decoration: underline;
  align-self: flex-end;
  margin-right:2rem ;
  margin-top: -1rem;
}


.add_review {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  margin-left: 2rem;  
}

.add_review h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.add_review_button {
  margin-top: 2rem;
  padding: 1rem 2rem 1rem 2rem;
  background-color: var(--color-primary);
  color: white;
  border-radius: 3rem;
  text-transform: uppercase;
}

.add_review_button:hover {
  background-color: white;
  outline: 2px solid black;
  color: black;
}

.form__field label{
  display: flex;
  flex-direction: column;
}

#description.input {
  max-width: 25rem;
  max-height: 5rem;
  margin-top: 0.5rem;
}

#name_input {
  max-width: 25rem;
  margin-bottom: 0.5rem;
}

.error {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: 200;
}

/* SCHEDULE */

.schedule_desc {
  margin: 2rem 0 4rem 0;
  max-width: 70ch;
  line-height: 1.25rem;
  font-weight: 400;
}
.schedule_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.schedule_circle {
  width: 12rem;
  height: 12rem;
}


.festival {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content:center ;
}

.festival_content {
  background-color: white;
  width: 40rem;
  border-radius: 10rem;
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.festival_info {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 1rem 0 1rem 1rem;
  padding: 2.5rem;
  outline: 1px solid black;
  border-radius: 5rem 0 0 5rem;
}

.festival_info h3 {
  font-size: 2rem;
  font-weight: 600;
}
.festival_status {
  width:30%;
  padding: 3.5rem;
  color: black;
  font-size: 2rem;
  font-weight: 800;
  
}

.festival_status a {
  color:var(--color-primary);}