@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Luckiest+Guy&family=Rubik+Wet+Paint&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
}
.navbar .logo {
  height: 80px;
  margin-top: 0px;
  float: left;
}
.navbar .container-fluid {
  position: relative;
  display: block;
}
.navbar .menu-items {
  float: right;
  height: 50px;
  min-width: 100px;
  margin-top: 5px;
  margin-right: 15px;
  width: fit-content;
}
.navbar .menu-items a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right: 25px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 15px;
  float: left;
}
.navbar button {
  float: right;
  display: block;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  margin-right: 25px;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  background-image: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border: 1px solid #6cae763d;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #d1ffbf;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0px 0px 18px #00ff0042;
  font-size: 14px;
}
.navbar .socials {
  float: right;
  height: 60px;
  min-width: 100px;
  border-left: 1px solid #102b17;
  padding-left: 5px;
}
.navbar .socials img {
  width: 40px;
  margin-top: 10px;
  float: right;
  margin-left: 10px;
}
.firstpage-hero {
  width: 100%;
  height: auto;
  min-height: 120vh;
  background-image: url('../img/hero.jpg');
  background-size: cover;
  background-position: left top;
  padding-top: 160px;
}
.firstpage-hero .socials a {
  text-decoration: none;
}
.firstpage-hero .socials img {
  width: 50px;
}
.firstpage-hero .bsc {
  width: 100px;
}
.firstpage-hero h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 30px;
}
.firstpage-hero h1 small {
  color: #36E42F;
  text-shadow: 0px 0px 18px lime;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
.firstpage-hero h2 {
  color: #84977b;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
.button-container {
  width: 100%;
  max-width: 450px;
}
.button-container button {
  width: 100%;
  height: 60px;
  background-image: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border: 2px solid #294C2E;
  border: 2px solid #6cae763d;
  margin-bottom: 20px;
  border-radius: 9px;
  color: #d1ffbf;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 0px 12px lime;
}
.section {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #211d1e;
}
.section-two {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1a1019;
  position: relative;
  overflow: hidden;
}
.section-two h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  margin-bottom: 25px;
}
.section-two img.egg {
  position: absolute;
  left: 50%;
  height: 190%;
  top: -45%;

}
.section-two p {
  color: #84977b;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
.section-two p b {
  color: white;
}
.section-two p span {
  color: #36E42F;
text-shadow: 0px 0px 18px lime;
font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
font-size: 14px;
font-weight: 900;
letter-spacing: 1px;
}
.section .panel {
  width: 100%;
  min-height: 400px;
  background: linear-gradient(0deg, #09481e00, #00000042);
  padding: 30px;
  border-radius: 10px;
}
.section .panel span {
  display: block;
  padding: 20px;
  font-size: 30px;
  background-image: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border: 1px solid #6cae763d;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #d1ffbf;
  width: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section .panel h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-size: 18px;
}
.section .panel p {
  color: #84977b;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.2px;
  margin-bottom: 50px;
}
.notify {
  width: 100%;
  height: auto;
  min-height: 70px;
  background-color: red;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
h5.noactive {
  color: white;
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 26px;
}
h5.noactive img {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 40px;
}
.notify.error {
  background: linear-gradient(45deg, #333333, #dd1818);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.notify.success {
  background: linear-gradient(45deg, #11998e, #38ef7d);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.notify p {
  width: 100%;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin: 0px;
  font-size: 15px;
}
.dashboard-holder {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  overflow: hidden;
  background-image: url('../img/bg1.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.timeLeft p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 12px;
  color: #bebebe;
}
.timeLeft p.first {
  text-align: left;
  font-size:11px !important;
}
.timeLeft p.second {
  font-size: 11px !important;
  text-align: right;
}
.dashboard-holder button {
  background: transparent;
  font-family: 'Rubik Wet Paint', cursive;
  letter-spacing: 0px;
  font-size: 20px;
  margin-top: 30px;
  color: #2dff50;
  font-weight: 300;
  border: none;
}
.dashboard-holder button img {
  width: 40px;
}
.dashboard-holder .panel {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,0.8);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.activeNft {
  width: 100%;
}
.activeNft img {
  width: 100%;
  max-width: 200px;
}
.activeNft p {
  font-family: 'Inter', sans-serif;
  color: white;
  text-align: left;
}
.earningProgress {
  width: 100%;
  height: 20px;
  background-color: #00000094;
  margin-top: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 3px #1fcd1854;
  overflow: hidden;
}
.earningProgress .progress {
  width: 50%;
  float: left;
  height: 20px;
  background: linear-gradient(45deg, #13aa30, #27e704);
  border-right: 2px solid #1d770a8f;
}
.footer {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-color: #211d1e;
}
.footer p {
  font-family: 'Inter', sans-serif;
  margin-top: 40px;
  font-size: 10px;
  color: gray;
  display: block;
  float: left;
}
.dashboard {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: linear-gradient(45deg, #114f00ed, #061700), url('../img/bg1.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 120px;
}
.dashboard .payoutBanner {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border: 1px solid #6cae763d;
  box-shadow: 0px 0px 18px #00ff0042;
  text-align: center;
  color: white;
  display: flex;
  padding-left: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.dashboard .payoutBanner img {
  height: 30px;
}
.dashboard .activePepe {
  width: 100%;
  max-width: 240px;
  pointer-events: none;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #6cae763d;
  box-shadow: 0px 0px 18px #00ff0042;
  background: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border-radius: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: pepeDance 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  margin-bottom: 50px;
}
.dashboard .activePepe.sad {
  box-shadow: none;
  animation: pepeSad 4s;
  border: none;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  margin-bottom: 30px;
}
.dashboard h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 30px;
}
.dashboard h2 small {
  color: #36E42F;
  text-shadow: 0px 0px 18px lime;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}
.dashboard .panel button {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  background-image: radial-gradient(circle at 50% 50%, #18a845 0%, #09421b 100%);
  border: 1px solid #6cae763d;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #d1ffbf;
  text-transform: uppercase;
  font-weight: 900;
  box-shadow: 0px 0px 18px #00ff0042;
  font-size: 20px;
}
.fee {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h3.fp {
  font-family: 'Roboto Condensed', sans-serif;
  color: white;
}
.dashboard .panel button img {
  height: 40px;
}
table.pepeToplist img {
  height: 30px;
  border-radius: 6px;
}
table.pepeToplist * {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  text-align: left;
  border: none;
}
.table > tbody > tr > td {
     vertical-align: middle;
}
@keyframes pepeDance {
  0%   {transform: translateY(0px);}
  50%  {transform: rotateY(-25deg) translateY(-20px);}
  100%  {transform: rotateY(35deg) translateY(20px) scale(1.2); box-shadow: 0px 0px 508px 100px #00ff0042;}
}
@keyframes pepeSad {
  0%   {transform: rotateZ(0px);}
  50%  {transform: rotateZ(-10deg);}
  100%  {filter: grayscale(1); transform: rotateZ(12deg) scale(0.9);}
}

.dashboard .panel {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0,0,0,0.5);
  border-radius: 8px;
  overflow: visible;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.dashboard .panel p {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.dashboard .panel p b {
  color: #36E42F;
  text-shadow: 0px 0px 18px lime;
}
.dashboard h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .dashboard .panel {
    padding: 15px;
  }
  .firstpage-hero {
    background-image: url('../img/mobile-hero.jpg');
    background-size: cover;
    background-position: top right;
    padding-top: 120px;
  }
  .firstpage-hero h1 {
    font-size: 21px;
  }
  .firstpage-hero h1 small {
    font-size: 18px;
  }
  .navbar .socials {
    display: none;
  }
  .navbar .dapp {
    display: none;
  }
  .navbar .menu-items {
    display: none;
  }
  .dashboard-holder {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 150px;
    display: block;
    padding-bottom: 100px;
  }
  h5.noactive img {
    display: none;
  }
  h5.noactive img.first {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
  }
}
