* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.lisa-header {
  background-image: url(/images/fpagebg.jpg);
  background-size: cover;
  height: auto;
  justify-content: space-between;
  position: relative;
}
.goldcoins{
  position: absolute;
  width:40%;
  left:28%;
  bottom:0;
}
.stachu {
  width: 25vw;
}

.box-img {
  position: relative;
  right: 50px;
  width: 400px;
  z-index: 1;
  -webkit-animation: 1.8s ease-in-out infinite hero;
  animation: 1.8s ease-in-out infinite hero;
}
.stachu .stachu-img {
  position: relative;
  z-index: 2;
  -webkit-animation: 1.8s ease-in-out infinite hero;
  animation: 1.8s ease-in-out infinite hero;
}
.header-text {
  margin: auto;
  text-shadow: 0 3px 0 #ff7901;
  color: #f6e94f;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}
.lisastachu img {
  position: relative;
  top: 50px;
  -webkit-animation: 1.8s ease-in-out infinite hero;
  animation: 1.8s ease-in-out infinite hero;
}
.text1,
.text2,
.text3 {
  font-size: 40px !important;
}
.rg-btn-green {
  background-color: #3ed70b;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3ed70b),
      to(#3ed70b)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a0ff00), to(#68f284));
  background-image: -o-linear-gradient(#3ed70b, #3ed70b),
    -o-linear-gradient(#a0ff00, #68f284);
  background-image: linear-gradient(#3ed70b, #3ed70b),
    linear-gradient(#a0ff00, #68f284);
  background-clip: padding-box, border-box;
  background-size: cover, calc(100% + 20px) calc(100% + 20px);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left -10px top -10px;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25), 0 4px 0 0 #37b751,
    0 2px 15px 3px #a0ff00;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.25), 0 4px 0 0 #37b751,
    0 2px 15px 3px #a0ff00;
}

.rg-btn {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 62px;
  border-radius: 60px;
  cursor: pointer;
  max-width: 100%;
  border: 5px solid transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 10px 78px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}
.rg-btn:hover {
  color: white;
}
@media screen and (max-width: 1024px) {
  .stachu .stachu-img {
    width: 250px;
    position: relative;
    right: 20px;
  }
  .box-img {
    position: relative;
    /* bottom: 50px; */
    right: 70px;
    width: 400px;
  }
  .text1,
  .text2,
  .text3 {
    font-size: 30px !important;
  }
  .lisastachu img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .stachu .stachu-img {
    width: 200px;
    position: relative;
    right: 20px;
  }
  .box-img {
    position: relative;
    /* bottom: 50px; */
    right: 70px;
    width: 300px;
  }
  .lisastachu img {
    width: 600px;
  }
}
@media screen and (max-width: 736px) {
  .stachu {
    display: none;
  }
  .lisastachu {
    display: none;
  }
  .lisastachu img {
    width: 600px;
  }
}
@media screen and (max-width: 576px) {
  .text1,
  .text2,
  .text3 {
    font-size: 20px !important;
  }

  .rg-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 52px;
    font-size: 18px;
    padding: 7px 58px;
    transition: all 0.3s;
  }
  .header-text {
    margin: auto;
    text-shadow: 0 1px 0 #ff7901;
    color: #f6e94f;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .text1,
  .text2,
  .text3 {
    font-size: 18px !important;
  }
}
