@font-face {
  font-family: Cutepixel;
  src: url('../fonts/CutePixel.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Japanese Robot;
  src: url('../fonts/Japanese-Robot.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.main_wrapper {
  background-image: linear-gradient(#ee9500, #ffd77d);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.background {
  mix-blend-mode: normal;
  background-image: linear-gradient(#0000 35%, #ffd77d), url('../images/pattern.png');
  background-position: 0 0, 0 0;
  background-size: auto, 650px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.mountains {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: url('../images/mountain.svg'), url('../images/mountain.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 100%, auto 100%;
  width: 100%;
  height: 48%;
  position: absolute;
  inset: auto 0% 27%;
}

.hill_front {
  z-index: 4;
  background-image: url('../images/hill_front.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.hill_back {
  z-index: 2;
  background-image: url('../images/hill_back.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto 0% 0%;
}

.horse {
  z-index: 3;
  height: 33%;
  position: absolute;
  inset: auto auto 12%;
}

.image {
  position: absolute;
  inset: 0% auto auto;
}

.lanterns {
  z-index: 5;
  background-image: url('../images/lanterns.png');
  background-position: 100% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 25%;
  position: absolute;
  inset: 0% 0% auto;
}

.shadow {
  z-index: 3;
  opacity: .33;
  height: 4.5%;
  position: absolute;
  inset: auto auto 10%;
}

.grain {
  z-index: 2000;
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/grain.png');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.header_left {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  margin: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.x {
  background-color: #201d1e;
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  border: 2px solid #ffd969;
  border-bottom-width: 5px;
  border-radius: 10px;
  width: 55px;
  height: 57px;
}

.x:hover {
  border-top-width: 5px;
  border-bottom-width: 2px;
}

.logo {
  height: 70px;
  margin: 25px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.buy {
  color: #302200;
  background-color: #201d1e;
  background-image: linear-gradient(-45deg, #ffbe1b, #ffde81);
  border: 2px solid #664900;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin-right: 10px;
  padding: 4px 25px 0;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.buy:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
  padding-top: 3px;
  padding-bottom: 0;
}

.ca {
  z-index: 10;
  color: #302200;
  background-color: #201d1e;
  background-image: linear-gradient(-45deg, #ffbe1b, #ffde81);
  border: 2px solid #664900;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin: 0 10px 0 0;
  padding: 4px 25px 0;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.ca:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
  padding-top: 3px;
  padding-bottom: 0;
}

.buy-copy {
  color: #302200;
  background-color: #201d1e;
  background-image: linear-gradient(-45deg, #ffbe1b, #ffde81);
  border: 2px solid #664900;
  border-bottom-width: 6px;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin-right: 10px;
  padding: 4px 25px 0;
  font-family: Japanese Robot, Impact, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.buy-copy:hover {
  border-top-width: 6px;
  border-bottom-width: 2px;
  padding-top: 3px;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .mountains {
    height: 600px;
    margin-bottom: 333px;
    bottom: 0%;
  }

  .hill_front {
    height: 250px;
  }

  .hill_back {
    height: 500px;
  }

  .horse {
    height: 350px;
    margin-bottom: 150px;
    bottom: 0%;
  }

  .lanterns {
    background-position: 50% 100%;
    height: 400px;
  }

  .shadow {
    height: 50px;
    margin-bottom: 133px;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .mountains {
    margin-bottom: 257px;
  }

  .hill_front {
    height: 200px;
  }

  .hill_back {
    height: 400px;
  }

  .horse, .lanterns {
    height: 300px;
  }

  .shadow {
    height: 35px;
  }

  .header_left {
    margin: 111px 0 0;
    right: auto;
  }

  .logo {
    z-index: 50;
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .mountains {
    height: 450px;
  }

  .hill_front {
    height: 210px;
  }

  .hill_back {
    height: 600px;
  }

  .horse {
    height: 250px;
    margin-bottom: 138px;
  }

  .lanterns {
    height: 150px;
  }

  .shadow {
    height: 33px;
  }

  .header_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .x {
    width: 230px;
  }

  .buy {
    width: 230px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .ca {
    width: 230px;
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Cutepixel';
  src: url('../fonts/CutePixel.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Japanese Robot';
  src: url('../fonts/Japanese-Robot.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}