.section_hero {
  background-image: url('../images/stars.gif');
  background-position: 50%;
  background-size: 150px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.mountains {
  background-image: url('../images/mountains.png');
  background-position: 5% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 73%;
  position: absolute;
  inset: auto 0% 0%;
}

.rope_left {
  height: 40%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.rope_right {
  height: 25%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_plants {
  background-image: url('../images/plant_bottom.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.plants_bottom {
  height: 25%;
  position: absolute;
  inset: auto auto 0%;
}

.monkey_hero {
  height: 85%;
  position: absolute;
}

.pilar_left {
  height: 63%;
  position: absolute;
  inset: auto auto 0% 16%;
}

.pilar_right {
  height: 63%;
  position: absolute;
  inset: auto 16% 0% auto;
}

.logo {
  height: 25%;
  position: absolute;
  inset: 8% auto auto 8%;
}

.fishbowl {
  height: 30%;
  margin-left: 480px;
  position: absolute;
  inset: auto auto 21%;
}

.fishfood {
  height: 45%;
  margin-right: 450px;
  position: absolute;
  inset: auto auto 8%;
}

.section_about {
  background-color: #180e02;
  background-image: url('../images/marble_texture.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 75px;
  display: flex;
  position: relative;
}

.about_paper {
  z-index: 1;
  height: 500px;
  margin-top: 0;
  position: relative;
}

.spiderman {
  height: 400px;
  margin-top: 0;
  position: relative;
}

.image-2 {
  height: 550px;
  margin-top: -469px;
}

.monkey_spiderman {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: -20px;
  display: flex;
  position: relative;
}

.image-3 {
  position: absolute;
  inset: auto auto -76% -3%;
}

.ray {
  mix-blend-mode: screen;
  width: 70%;
  margin-top: -365px;
  position: absolute;
  inset: 0% auto auto;
}

.section_bill {
  background-color: #1f1f1f;
  width: 100%;
  height: 800px;
  display: none;
}

.div-block-2 {
  background-color: #353535;
  background-image: url('../images/transition_ornament.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-top: 9px #000;
  border-bottom: 3px #000;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-3 {
  background-color: #151515;
  width: 100%;
  height: 100%;
}

.image-4 {
  height: 500px;
}

.div-block-4 {
  background-image: linear-gradient(#473b2e, #0000 2%);
  position: absolute;
  inset: 0%;
}

.logo_about {
  z-index: 4;
  height: 35%;
  position: relative;
  inset: auto;
}

.spider {
  z-index: 3;
  height: 350px;
  margin-top: -18px;
  position: relative;
}

.message {
  height: 450px;
  margin-top: -86px;
  position: relative;
}

.batman {
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grass_about {
  background-image: url('../images/planabout.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 65px;
  position: absolute;
  inset: auto 0% 0%;
}

.nyc {
  height: 600px;
  margin-top: 79px;
  position: absolute;
}

.section_buy {
  background-image: url('../images/forest.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.grass_buy {
  transform-style: preserve-3d;
  background-image: url('../images/planabout.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 65px;
  margin-top: -1px;
  position: static;
  inset: auto 0% 0%;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.block_good {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.yes {
  border: 5px solid #000;
  width: auto;
  height: 100%;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 400px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.no {
  border: 5px solid #000;
  width: auto;
  height: 100%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.h1 {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  line-height: 40px;
}

.image-5 {
  height: 400px;
  margin-top: -25px;
}

.section_memes {
  background-image: url('../images/stars.gif');
  background-position: 50%;
  background-size: 150px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 75px;
  display: flex;
}

.block_meme {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.meme {
  width: 400px;
  height: 400px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.header {
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.socials {
  background-color: #000;
  border: 3px solid #fff;
  border-bottom-width: 6px;
  margin-left: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.socials:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

.ca {
  z-index: 50;
  background-color: #000;
  border: 3px solid #fff;
  border-bottom-width: 6px;
  margin: 15px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.ca_mobile {
  z-index: 50;
  background-color: #000;
  border: 3px solid #fff;
  border-bottom-width: 6px;
  margin: 15px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  line-height: 22px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ca_mobile:hover {
  border-top-width: 6px;
  border-bottom-width: 3px;
}

@media screen and (max-width: 991px) {
  .logo {
    z-index: 15;
    height: 18%;
    inset: auto auto 2%;
  }

  .message {
    margin-right: 150px;
  }

  .batman {
    height: 25%;
  }

  .grass_about, .grass_buy {
    height: 40px;
  }

  .ca, .ca_mobile {
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .rope_left {
    height: 13%;
  }

  .monkey_hero {
    height: auto;
    inset: auto;
  }

  .pilar_left {
    height: 27%;
    left: -3%;
  }

  .pilar_right {
    height: 27%;
    right: -7%;
  }

  .logo {
    bottom: 6%;
  }

  .fishbowl {
    height: 13%;
    inset: auto 6% 30% auto;
  }

  .fishfood {
    height: 16%;
    inset: auto auto 28% 0%;
  }

  .logo_about {
    width: 90%;
    height: auto;
  }

  .batman {
    right: -12%;
  }

  .nyc {
    height: auto;
  }

  .h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .ca {
    display: none;
  }

  .ca_mobile {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .rope_left {
    height: 15%;
  }

  .plants_bottom {
    height: 14%;
  }

  .monkey_hero {
    width: 80%;
    height: auto;
  }

  .pilar_left {
    inset: auto auto 0% 0%;
  }

  .pilar_right {
    inset: auto 0% 0% auto;
  }

  .logo {
    height: auto;
    bottom: 12%;
  }

  .fishbowl {
    height: 12%;
    bottom: 18%;
  }

  .fishfood {
    height: 25%;
    bottom: 74%;
    left: 3%;
  }

  .message {
    height: 280px;
    margin-right: auto;
  }

  .batman {
    height: 18%;
  }

  .block_good {
    flex-flow: column;
  }

  .div-block-5 {
    margin-bottom: 15px;
  }

  .image-5 {
    margin-top: -72px;
  }

  .meme {
    width: 300px;
    height: 300px;
  }
}
