/* [data-animation-in] {
    opacity: 0;
} */
:root {
  --primary: #1b5e20;
  --bg: #e8f5e9;
  --fz-h1: 220px;
  --fz-title: 24px;
}
body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background: var(--bg);
}
.ff {
  font-family: 'Ranchers', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.h1.title-2 {
  top: 0;
  transform: translateY(-100%);
  position: absolute;
  color: #fff;
}
.text-primary {
  color: var(--primary);
}
.text-white {
  color: #fff;
}
.h1 {
  font-size: var(--fz-h1);

  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 140px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1190px;
  margin: 0 auto;
  padding: 20px;
}
.header-logo {
  margin: 0 7%;
  width: 188px;
}
.nav {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.nav-item {
  color: #000;
  /* text-transform: uppercase; */
  padding: 15px;
  text-decoration: none;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 140px;
  text-align: center;
  position: relative;
  height: 800px;
}
.plate-wrap {
  top: 24%;
  left: 30%;
  position: absolute;
  width: 40%;
  height: 60%;
  text-align: center;
}
.plate-item {
  position: absolute;
}
.plate-item img {
  position: static;
}
.plate {
  top: 0%;
  left: 0%;
  position: absolute;
  width: 100%;
  transform-origin: center;
}
.carrots {
  top: 35%;
  left: 55%;
  transform: rotate(-180deg);
  width: 38%;
  z-index: 9;
}
.edamame {
  top: 24%;
  left: 5%;
  transform: rotate(-180deg);
  width: 35.8%;
}
.seeds {
  top: 20%;
  left: 58%;
  transform: rotate(-180deg);
  width: 39%;
  z-index: 7;
}
.mango {
  top: 4%;
  left: 12.5%;
  transform: rotate(-180deg);
  width: 48%;
}
.cabbage {
  top: 49%;
  left: 7.5%;
  transform: rotate(-180deg);
  width: 53%;
}
.radishes {
  top: 58%;
  left: 38.5%;
  transform: rotate(-180deg);
  width: 30%;
}
.rice {
  top: 4%;
  left: 45.5%;
  transform: rotate(-180deg);
  width: 39%;
  z-index: 5;
}
.salmon {
  top: 30%;
  left: 20.5%;
  transform: rotate(-180deg);
  width: 48%;
  z-index: 10;
}

.plate-item h3 {
  opacity: 0;
  visibility: hidden;
  font-family: Ranchers;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: var(--primary);
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
.step2 .plate {
  transform: scale(0.2);
  transform-origin: center;
}
.step2 .carrots {
  transform: rotate(0);
  left: -60%;
  top: -21%;
}
.step2 .edamame {
  transform: rotate(0);
  left: 135%;
  top: 15%;
}
.step2 .seeds {
  transform: rotate(0);
  left: -65%;
  top: 46%;
}
.step2 .mango {
  transform: rotate(0);
  left: 110%;
  top: 74%;
}
.step2 .cabbage {
  transform: rotate(0);
  left: 80%;
  top: -23%;
}
.step2 .raddishes {
  transform: rotate(0);
  left: 10%;
  top: -17%;
}
.step2 .rice {
  transform: rotate(0);
  left: 55%;
  top: 66%;
}
.step2 .salmon {
  transform: rotate(0);
  left: -12%;
  top: 76%;
  width: 47%;
}
.bg-primary {
  width: 100vw;
  height: 100%;
  background: var(--primary);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn {
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: center;
  background: #fff;
  color: var(--primary);
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(250%);
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1210px) {
  .hero-inner {
    max-width: 768px;
  }
  .plate-wrap {
    height: 40%;
  }
  .h1 {
    font-size: 150px;
  }
  .nav-item {
    /* display: none; */
  }
  .plate-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  .hero-inner {
    max-width: 540px;
  }
  .h1 {
    font-size: 98px;
  }
  .plate-wrap {
    height: 26%;
  }
  .nav-item {
    display: none;
  }
  .plate-item h3 {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .hero-inner {
    max-width: 400px;
  }
  .h1 {
    font-size: 68px;
  }
  .plate-wrap {
    height: 20%;
  }
  .nav-item {
    display: none;
  }
  .plate-item h3 {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .hero-inner {
    max-width: 320px;
  }
  .h1 {
    font-size: 56px;
  }
  .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .plate-wrap {
    /* height: 16%; */
    left: 26%;
    height: 19%;
    width: 46%;
  }
  .nav-item {
    display: none;
  }
  .plate-item h3 {
    font-size: 12px;
  }
  /* .plate-wrap {
    height: 16%;
  } */
}
