/* Hero Section Overrides */
.pepecoin_hero_section {
  position: relative;
  z-index: 1;
}

.pepecoin_hero_section .shape_leaf_top,
.pepecoin_hero_section .shape_leaf_bottom,
.pepecoin_hero_section .shape_cloud {
  opacity: 1 !important;
  z-index: 0;
  display: block !important;
}

.pepecoin_hero_image {
  position: relative;
  min-height: 600px;
  z-index: 2;
}

.pepecoin_hero_image .pepe_coin_image {
  left: 0;
  right: 0;
  top: 60px;
  text-align: center;
  position: absolute;
  z-index: 3;
}

.pepecoin_hero_image .hero_image_1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  z-index: 1;
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 475px) {
  .pepecoin_hero_image .hero_image_1 {
    transform: translateX(-50%) scale(1.2);
  }
}
@media screen and (min-width: 770px) {
  .pepecoin_hero_image .hero_image_1 {
    top: 60px;
    transform: translateX(-50%) scale(1.8);
  }
}
.pepecoin_hero_image .hero_image_1 img {
  width: 100%;
  height: auto;
  display: block;
}

.pepecoin_hero_image .hero_image_2 {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  transform: scale(0.8);
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 375px) {
  .pepecoin_hero_image .hero_image_2 {
    bottom: 25%;
  }
}
@media screen and (min-width: 475px) {
  .pepecoin_hero_image .hero_image_2 {
    bottom: 20%;
  }
}
@media screen and (min-width: 768px) {
  .pepecoin_hero_image .hero_image_2 {
    bottom: -25%;
  }
}
@media screen and (min-width: 1000px) {
  .pepecoin_hero_image .hero_image_2 {
    bottom: 1%;
  }
}
@media screen and (min-width: 1200px) {
  .pepecoin_hero_image .hero_image_2 {
    bottom: -20%;
  }
}
.pepecoin_hero_image .hero_image_2 img {
  width: 100%;
  height: auto;
  display: block;
}

.pepecoin_hero_section .shape_tree {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  max-width: 120px;
  width: auto;
  height: auto;
  z-index: 1;
}

.pepecoin_hero_section .shape_tree img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
