:root {
  --main-colour: black;
  --sec-colour: #ffffff;
}

.bigWhoop {
  position: absolute;
  height: 10rem;
  z-index: 5;
}

.whoop {
  height: 20rem;
  position: fixed;
}

.sticky-title {
  /* Add some styling to the title */
}

.fixed {
  position: sticky;
  top: 0px;
}

.sticky {
  position: sticky;
  top: 0;
}

.sheesh {
  position: relative !important;
  color: red;
}

#header {
  color: black;
  text-align: center;
  /* position: sticky; */
  top: 0;
  width: 100%;
  transition: 0.2s;
  font-size: 20vw;
  text-align: center;
  font-family: "max_fettblack_trial";
  margin: 0;
  z-index: -1000;
  padding: 2rem;
}


p {
  /* font-size: 0.625rem; */
  /* font-size: 1.8rem; */
}

h1 {}

h2 {}

h3 {
  font-size: 2rem;
}

.grain-animation {
  z-index: -1;
  background-image: url("https://i.pinimg.com/originals/10/6b/87/106b877fd2962a03e3923252b8c21305.jpg");
  animation: move-grain 1s linear infinite;
  mix-blend-mode: hard-light;
  background-repeat: repeat;
}

@keyframes move-grain {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2000px -2000px;
  }

  100% {
    background-position: 2000px 2000px;
  }
}

@font-face {
  font-family: "space_monoregular";
  src: url("spacemono-regular-webfont.woff2") format("woff2"),
    url("spacemono-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "suisse_intlmedium";
  src: url("suisseintl-medium-webfont.woff2") format("woff2"),
    url("suisseintl-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "suisse_intlmedium_italic";
  src: url("suisseintl-mediumitalic-webfont.woff2") format("woff2"),
    url("suisseintl-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "max_fettblack_trial";
  src: url("maxfett-black-trial-webfont.woff2") format("woff2"),
    url("maxfett-black-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* font-family: "suisse_intlmedium"; */
}

/* * :not(.ingredientName, .ingredientList) {
  font-family: "suisse_intlmedium";
} */

body {
  font-family: "suisse_intlmedium" !important;

  font-family: sans-serif;
  font-size: 2em;
  background-color: transparent !important;
}

.ingredientName {
  font-size: 0.75rem;
}

.bckgrndImg {
  background-image: url(assets/paper03.jpeg);
  background-size: 100% 100%;
  background-attachment: local;
  background-size: cover;
  height: 100%;
  margin: 0px;
  /* background: url(http://www.freegreatpicture.com/files/147/18380-hd-color-background-wallpaper.jpg) no-repeat center center; */
  background-size: cover;
  background-attachment: fixed;
  mix-blend-mode: plus-lighter;
}

/*Section*/

::-webkit-scrollbar {
  width: 0px;
}

/*HEADER SECTION*/
.content-box-gray .content {
  overflow: hidden;
  padding: 10px;
  font-size: 15px;
}

section {
  height: 100vh;
  width: 100vw;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  border: solid var(--main-colour) 5px;
  border-bottom: none;

  /* border-top: 2.5px; */
}

section .title {
  font-size: 18px;
  color: var(--main-colour);
  padding: 1.2em;
  border-bottom: solid var(--main-colour) 5px;
  position: relative;
  font-size: 2rem;
  padding: 0.5rem 0 0 1rem;
  height: 8vh;
}

.theTitle {
  font-size: 17rem;
  text-align: center;
  font-family: "max_fettblack_trial";
  margin: 0;
}

.container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  position: relative;
}

.one {
  height: 92vh;
}

.two {
  height: 92vh;
  position: relative;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.two ul li a:hover {
  text-decoration: none;
}

.two ul li a {
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3vw;
  letter-spacing: -0.05em;
}

.two ul li {
  border-bottom: dotted var(--main-colour) 7px;
  padding: 1.53em;
}

.two ul {
  clear: both;
  width: 100vw;
  text-align: center;
  height: 100vh;
  position: absolute;
  top: 58vh;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none;
  /* no underline */
}

.three {
  height: 92vh;
}

.four {
  height: 92vh;
  position: relative;
}

.five {
  height: 92vh;
  border-bottom: black solid 5px;
}

.ingredientPic {
  position: relative;
}

.ingredientPic img {
  width: 28rem;
  mix-blend-mode: multiply;
}

.ingredients {
  grid-area: ingr1;
}

.ingredients2 {
  grid-area: ingr2;
  border-bottom: none;
}

.ingredients video:hover {
  height: 300px;
  transition: all 0.2s ease-in-out;
}

.ingredients2 video:hover {
  height: 300px;
  transition: all 0.2s ease-in-out;
}

.ingredients video {
  transition: all 0.2s ease-in-out;
  z-index: -1000;
}

.ingredients2 video {
  transition: all 0.2s ease-in-out;
  z-index: -1000;
}

.instructions {
  padding: 1rem;
  font-size: 3rem;
}

.instructionsAndGlove {
  grid-area: recipe;
  border: none !important;
}

.step {
  grid-area: step;
  border: none !important;
  text-align: left !important;
  justify-content: left !important;
  padding: 10px 0px 0px 20px;
}

.step p {}

.nextStep {
  grid-area: nextStep;
  border: none !important;
}

.nextStep img {
  position: relative;
  left: -100px;
}

.stepNumber {
  color: white;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #000;
  line-height: 50px;
}

.grid-container {
  display: grid;
  /* grid-template-areas:
    "ingr1 recipe recipe recipe recipe recipe"
    "ingr2 recipe recipe recipe recipe recipe"; */
  mix-blend-mode: darken;
  grid-template-areas:
    "ingr1 step step step step step"
    "ingr1 recipe recipe recipe recipe recipe"
    "ingr2 recipe recipe recipe recipe recipe"
    "ingr2 nextStep nextStep nextStep nextStep nextStep";
  height: 91.5vh;
  width: 100vw;
  display: inline-grid;
}

.grid-container>div {
  text-align: center;
  border: var(--main-colour) solid 5px;
  border-top: none;
  /* border-bottom: none; */
  border-left: none;
  /* background-color: var(--sec-colour); */
  display: flex;
  justify-content: center;
  align-items: center;
}

.six {
  height: 100%;

  position: relative;
  /* or absolute */
}

.seven {}

section:nth-child(1) {}

section:nth-child(2) {}

section:nth-child(3) {}

#1 {}

#2 {}

#3 {}

#4 {}

#5 {}

#6 {}

/*SEPARATION*/

.split {
  position: absolute;
  height: 92vh;
  width: 50%;
  padding-top: 20px;
  border: var(--main-colour) solid 5px;
  border-left: none;
  border-top: none;
}

.left {
  left: 1rem;
}

.right {
  right: 0;
}

.centered {
  position: absolute;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.right img {
  height: 15em;
  box-shadow: -0px 0px 64px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -0px 0px 64px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -0px 0px 64px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
}

.tinder {
  width: 100vw;
  height: 70vh;
  /* overflow: hidden;/*/
  /* display: flex; */
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in-out, background-color 0.5s linear;
}

.loaded.tinder {
  opacity: 1;
}

.tinder--status {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1001;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.tinder--status i {
  font-size: 100px;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100px;
  margin-left: -50px;
}

.tinder_love .fa-check {
  opacity: 0.7;
  transform: scale(1);
}

.userCorrect {
  background-color: green;
  animation-name: backgrnd-green;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.userWrong {
  background-color: red;
  animation-name: backgrnd-red;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.userCorrect.restart {
  animation-name: backgrnd-green;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

.userWrong.restart {
  animation-name: backgrnd-red;
  animation-duration: 1s;
  animation-iteration-count: 1;
}

#target {
  animation-name: backgrnd-red;
  animation-name: backgrnd-green;

}

@keyframes backgrnd-green {
  0% {}

  100% {
    background-color: transparent;
  }
}

@keyframes backgrnd-red {
  0% {}

  100% {
    background-color: transparent;
  }
}

.tinder_nope .fa-remove {
  opacity: 0.7;
  transform: scale(1);
}

.tinder--cards {
  flex-grow: 1;
  padding-top: 66vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}

.tinder--card {
  display: inline-block;
  width: 90vw;
  max-width: 400px;
  height: 44vh;
  /* background: var(--sec-colour); */
  padding-bottom: 40px;
  /* border-radius: 8px; */
  overflow: hidden;
  position: absolute;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  cursor: -webkit-grab;
  cursor: grab;
  /* outline: auto;
  outline-color: var(--main-colour);
  color: var(--main-colour); */
  background-image: url("assets/STICKER_03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  white-space: pre-wrap;
}

.moving.tinder--card {
  transition: none;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.tinder--card img {
  max-width: 100%;
  pointer-events: none;
}

.tinder--card h3 {
  margin-top: 32px;
  font-size: 32px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--card p {
  margin-top: 24px;
  font-size: 20px;
  padding: 0 16px;
  pointer-events: none;
}

.tinder--buttons {
  flex: 0 0 100px;
  text-align: center;
  padding-top: 20px;
}

.tinder--buttons button {
  border-radius: 50%;
  /* line-height: 60px; */
  width: 60px;
  height: 60px;
  border: 0;
  display: inline-block;
  margin: 0 8px;
  border: var(--main-colour) solid 2px;
}

.tinder--buttons button:focus {
  outline: 0;
}

.tinder--buttons i {
  font-size: 32px;
  vertical-align: middle;
}

/* .fa-heart {
  color: #fface4;
}

.fa-remove {
  color: #cdd6dd;
} */

/*MENU*/
body {
  background-color: hsl(180, 10%, 80%);
}

iframe {
  display: none;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

button,
label {
  display: block;
}

/*Scrolling*/

.receipt {
  position: relative;
}

.ingredientList {
  position: absolute;
  bottom: 0;
  margin-top: -20px;
  font-size: 12px;
  text-align: left;
  width: 12rem;
}

#date {
  font-family: "space_monoregular";
}

.receipt p {
  font-family: "space_monoregular";
}

/* LATEST STICKER*/
.anim750 {
  transition: all 750ms ease-in-out;
}

#Awesome {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;

  backface-visibility: hidden;
}

#Awesome .sticky {
  transform: rotate(45deg);
}

#Awesome:hover .sticky {
  transform: rotate(10deg);
}

#Awesome .sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
}

#Awesome .reveal .circle {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.15);

  line-height: 140px;
  text-align: center;

  cursor: pointer;
  box-shadow: inset 0 5px 4px 0 rgb(0 0 0 / 10%);
  /* box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2),
    inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5); */
}

#Awesome .reveal .circle {
  background: #fafafa;
}

#Awesome .circle_wrapper {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

#Awesome .circle {
  position: absolute;
  width: 140px;
  height: 140px;
  margin: 20px;

  border-radius: 999px;
  cursor: pointer;
}

#Awesome .back {
  height: 10px;
  top: 30px;
}

#Awesome:hover .back {
  height: 90px;
  top: 110px;
}

#Awesome .back .circle {
  margin-top: -130px;
  background-color: #dcdcdc;

  background-image: -webkit-linear-gradient(bottom,
      rgba(251, 236, 63, 0),
      rgba(255, 255, 255, 0.8));
}

#Awesome:hover .back .circle {
  margin-top: -50px;
}

#Awesome .front {
  height: 150px;
  bottom: 0;
  top: auto;

  -webkit-box-shadow: 0 -140px 20px -140px rgba(0, 0, 0, 0.3);
}

#Awesome:hover .front {
  height: 70px;

  -webkit-box-shadow: 0 -60px 10px -60px rgba(0, 0, 0, 0.1);
}

#Awesome .front .circle {
  margin-top: -10px;
  background: #dcdcdc;

  background-image: -webkit-linear-gradient(bottom,
      rgba(251, 236, 63, 0) 75%,
      #5d5d5d 95%);
  background-image: -moz-linear-gradient(bottom,
      rgba(251, 236, 63, 0) 75%,
      #5d5d5d 95%);
  background-image: linear-gradient(bottom,
      rgba(251, 236, 63, 0) 75%,
      #5d5d5d 95%);
  background-image: -webkit-linear-gradient(bottom,
      rgba(251, 236, 63, 0) 75%,
      rgb(207 207 207) 95%) rgb(255 255 255);
}

#Awesome h4 {
  text-align: center;
  position: absolute;
  width: 180px;
  height: 140px;
  line-height: 180px;
  transition: opacity 50ms linear 400ms;
}

#Awesome:hover h4 {
  opacity: 0;

  transition: opacity 50ms linear 300ms;
}

#Awesome:hover .front .circle {
  margin-top: -90px;
  background-color: #dcdcdc;
  background-position: 0 100px;
}

.circle img {
  width: 260px;
  margin: -70px;
}

nav {
  /* display: flex; */
  /*tatata*/
}

ul.nav {
  padding-left: 0px;
  text-align: center;
  display: flex;
}

ul.nav>li {
  display: inline-block;
  padding: 10px 20px;
}

.glove {
  width: 10px;
  position: relative;
  animation-name: glove;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  /*faire dépendre du hover*/
}

.glove img:hover {
  opacity: 0.9;
  transition: 0.1s ease-in-out;
}

.glove img {
  opacity: 1;
  width: 200px;
  transition: 0.1s ease-out;
}

@keyframes glove {
  0% {
    left: 0px;
  }

  5% {
    left: 50px;
  }

  10% {
    left: 0px;
  }

  13% {
    left: 50px;
  }

  30% {
    left: 0px;
  }

  40% {
    left: 0px;
  }

  50% {
    left: 0px;
  }

  55% {
    left: 50px;
  }

  60% {
    left: 0px;
  }

  63% {
    left: 50px;
  }

  80% {
    left: 0;
  }

  90% {
    left: 0px;
  }

  100% {
    left: 0;
  }
}

.sticker {
  /* box-shadow: 1px 0px 8px -1px rgba(0, 0, 0, 0.53); */

}

.allStickers {
  position: relative;
  height: 100%;
  /* z-index: -1000; */
}

#ready {
  font-size: 1.5rem;
  padding-top: 13rem;
}

.sticker {}

body {
  margin: 0;
  --color-text: #ffffff;
  --color-bg: #ffffff;
  --color-link: #000000;
  --color-link-hover: #ffffff;
  --color-border: #000000;
  --marquee-bg: #000000;
  --marquee-text: #ffffff;
  --menu-focus: #775e41;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js .loading:after,
.js .loading:before {
  content: "";
  z-index: 1000;
}

.js .loading:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading:after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

a {
  text-decoration: underline;
  color: var(--color-link);
}

a,
a:hover {
  outline: none;
}

a:hover {
  color: var(--color-link-hover);
  text-decoration: none;
}

a:focus {
  outline: none;
  background: #d3d3d3;
}

a:focus-visible,
a:focus:not(:focus-visible) {
  background: transparent;
}

a:focus-visible {
  outline: 2px solid red;
}

.unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
}

.unbutton:focus {
  outline: none;
}

.frame {
  text-align: center;
  position: relative;
  z-index: 1000;
  padding: 0 !important;
  padding-top: 15vh;
  /* top: 12rem; */
}

.frame__logo {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: 700;
}

.frame__links {
  display: inline;
}

.frame__links a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text);
}

.menu-wrap {
  /* display: flex; */
  flex-direction: column;
  width: 100vw;
  height: calc(100vh - 13rem);
  position: relative;
  justify-content: center;
}

.menu__item {
  cursor: default;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 -5px var(--color-border);
}

.menu__item:last-child {
  box-shadow: 0 5px var(--color-border), none);
}

.menu__item-link {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.menu__item-link:focus,
.menu__item-link:focus-visible {
  color: var(--menu-focus);
}

.menu__item-link:focus:not(:focus-visible) {
  color: var(--color-link);
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: var(--marquee-bg);
  transform: translate3d(0, 101%, 0);
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
  transform: translate3d(0, -101%, 0);
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 15s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.marquee span,
.menu__item-link {
  white-space: nowrap;
  font-size: 5rem;
  line-height: 33vh;
  font-weight: 600;
  padding: 1vh 1vw 0;
  text-transform: uppercase;
}



.marquee span {
  text-align: center;
  color: var(--marquee-text);
  font-weight: 400;
}

.marquee__img {
  width: 15vw;
  height: 70%;
  margin: 0 2vw;
  border-radius: 5vw;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (min-width: 53em) {
  .frame {
    text-align: left;
    z-index: 100;
    /* top: 12rem; */
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5rem 2rem 1rem;
    pointer-events: none;
    grid-template-columns: 25% 50% 25%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo credits links""... ... ...""... ... author";
  }

  .frame__logo {
    grid-area: logo;
    margin: 0;
  }

  .frame__credits {
    grid-area: credits;
    justify-self: center;
  }

  .frame__author {
    grid-area: author;
    justify-self: end;
  }

  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end;
    text-align: right;
  }

  .frame a {
    pointer-events: auto;
  }

  .menu-wrap {
    height: 100vh;
  }
}

.bottom .bar--code {
  height: 50px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.bottom .bar--code::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  box-shadow: 10px 0 #000, 30px 0 #000, 40px 0 #000, 67px 0 #000, 90px 0 #000,
    100px 0 #000, 180px 0 #000, 165px 0 #000, 200px 0 #000, 210px 0 #000,
    135px 0 #000, 120px 0 #000;
}

.bottom .bar--code::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #000;
  top: 0;
  left: 11px;
  box-shadow: 12px 0 #000, -4px 0 #000, 45px 0 #000, 65px 0 #000, 72px 0 #000,
    78px 0 #000, 97px 0 #000, 150px 0 #000, 165px 0 #000, 180px 0 #000,
    135px 0 #000, 120px 0 #000;
}

.rect {
  width: 15px;
  height: 200px;
  background-color: black;
  transition: all 0.2s ease-in-out;
  margin: 5px;
}

.smolRect {
  width: 15px;
  height: 150px;
  background-color: black;
  transition: all 0.2s ease-in-out;
  margin: 5px;
}

.cont {
  display: flex;
}

.rect:hover {
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}

.smolRect:hover {
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}

/*menu*/


.menu-burger,
.menu-bg {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  right: 25px;
  top: 25px;
}

.menu-bg {
  background: black;
  pointer-events: none;
  transition: 0.3s;
  right: 50px;
  top: 50px;
  transform: translate3d(50%, -50%, 0);
  transform-origin: center center;
}

.menu-burger:hover {
  background: red;
  color: red;
}

.ingredientList p {
  /* font-size: 0.6rem !important; */
  line-height: 1.15;
}

.menu-bg.fs {
  transform: translate3d(50%, -50%, 0);
  width: 300vw;
  height: 300vw;
}

.menu-burger {
  color: white;
  padding-top: 11px;
  -webkit-user-select: none;
  cursor: pointer;
  transition: 0.4s;
  transform-origin: center;
}

.menu-burger.fs {
  transform: rotate(-180deg) translateY(10px);
}

.menu-items {
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 10px;
  color: white;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.4s;
  margin-top: 100px;
  transform: translateY(-200%);
  pointer-events: none;
}

.menu-items div {
  transition: 1s;
  opacity: 0;
  margin-top: 0px;
}

.menu-items.fs {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.menu-items.fs div {
  opacity: 1;
  margin-top: 75px;
}

.centeredGlove {
  position: absolute;
  top: 58%;
  left: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0%, -50%);
  text-align: center;
}

.centeredGlove img {
  width: 8rem;
  margin-left: 0;

}

.ricRac {
  left: 0;
  position: relative;

}

.coupon {
  z-index: -1000;
  position: absolute;
  top: 58%;
  -ms-transform: translate(0, -50%);
  transform: translate(0%, -50%);
}

.coupon img {
  width: 32rem;
}

.couponImg {
  position: relative;
  transform: translate(6%, -50%);
  top: 56%;
  mix-blend-mode: multiply;
}

.gloveYeet {
  display: none;
}

@media (max-width: 1200px) {
  .centeredGlove {
    transform: translate(-80%, -50%);
  }

  .ricRac {
    left: -2.5rem;
  }

  .coupon img {
    width: 26rem;
  }

  .couponImg {
    transform: translate(-6%, -50%);
  }
}

@media (max-width: 1000px) {


  .couponImg {
    transform: translate(-6%, -50%);

  }

  .centeredGlove img {
    width: 5rem;
    margin-left: -10rem;
  }
}

@media (max-width: 768px) {
  .ingredientNumber {
    display: none;
  }

  #header {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  /* CSS styles here */
  .ingredientList p {
    /* font-size: 0.6rem !important; */
    line-height: 0.8;
  }

  #date {
    font-size: 0.5rem;
  }

  #ready {
    font-size: 1.3rem;
    padding-top: 8rem;
  }

  .ricRac {
    position: absolute;
    top: 50%;
    left: 47%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .ricRac img {
    width: 15rem;
  }

  .glove {
    position: inherit;
  }

  .centeredGlove img {
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(240%, -50%);
    transform: translate(240%, -50%);
    text-align: center;
  }

  .couponImg {
    position: relative;
    transform: translate(0%, 10%);
    top: 0%;
    mix-blend-mode: multiply;
  }

  .right img {
    height: 10em;
  }

  .ingredients {
    width: 50vw;
  }

  .ingredients2 {
    width: 50vw;
    border-bottom: solid var(--main-colour) 5px !important;
  }


  .instructionsAndGlove {}

  .nextStep {
    padding-left: 7rem;
  }

  .grid-container {
    grid-template-areas:
      "ingr1 ingr1 ingr1 ingr2 ingr2 ingr2"
      "ingr1 ingr1 ingr1 ingr2 ingr2 ingr2"
      "step step step step step step"
      "recipe recipe recipe recipe recipe recipe"
      "nextStep nextStep nextStep nextStep nextStep nextStep";
    height: 91.5vh;
  }

  .grid-container h2 {
    font-size: 1em;
  }

  .grid-container img {
    width: 100px;
  }

  .glove img {
    width: 100px;
  }

  .instructions {
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  ul.nav {
    display: inline;
  }

  .split {
    width: 100%;
    height: 50%;
  }

  .left {
    right: 0;
    top: 50%;
    border-top: none;
  }

  .right {
    left: 0;
    height: 60vh;
  }
}