@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&display=swap');

body {
  min-height: 100vh;
  background-color: #1b1b31;
  color: white;
  font-family: 'Pixelify Sans', sans-serif;
}
.loader {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 13, 31, 0.9);
    display: none;
    align-items: center;
}
.loader img {
    display: block;
    width: 40px;
    margin-right: auto;
    margin-left: auto;
}
.loader.display {
    display: flex;
}
.game-container {
    width: 100%;
    min-height: 110vh;
    overflow: hidden;
    background-color: #0e102d;
    position: relative;
}

.game-container .content {
    position: relative;
    width: 50vw;
    min-width: 300px;
    display: flex;
    align-items: center;
    max-width: 500px;
    float: right;
    min-height: calc(100vh - 80px);
    margin-right: 10vw;
    z-index: 2;
    margin-top: 80px;
}
.game-container .content .game-panel {
    width: 100%;
    aspect-ratio: 668/814;
    background-image: url('../img/panel-bg.png');
    background-size: cover;
    background-position: center;
    box-shadow: 0px 2px 40px 0px #b897d614;
    border-radius: 2%;
    display: flex;
    align-items: center;
    padding: 30px;
}
.experience {
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    height: auto;
}
.bar {
    width: 100%;
    background-color: #353552;
    height: 30px;
    position: relative;
}
.bar .progression {
    width: 0%;
    float: left;
    position: relative;
    z-index: 2;
    background-color: #ff403f;
    height: 30px;
    margin-left: 1px;
}
.bar .borderImg {
    position: absolute;
    height: 34px;
    margin-top: -2px;
    top: 0;
    z-index: 3;
}
.bar .borderImg.left {
    left: 0;
}
.bar .borderImg.right {
    right: 0;
}
.experience h5.text-right {
    text-align: right;
}
.experience h5 small {
    color: #a5bfec;
    font-size: 13px;
}
.opacityHolder .audit {
    position: absolute;
    z-index: 4;
    width: 170px;
    bottom: 30px;
    left: calc(50% - 85px);
    text-align: center;
}
.opacityHolder .audit p {
    color: black;
    margin-bottom: 0px;
}
.opacityHolder .audit img {
    width: 100%;
}
.gold-container h1 {
    text-align: center;
    font-size: 60px;
    line-height: 45px;
    margin-top: 0px;
}
.gold-container h1 small {
    color: #a5bfec;
    font-size: 13px;
}
.gold-container button {
    border: none;
    padding: 0px;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff403f;
    color: white;
}
.action-container {
    margin-top: 50px;
}
.action-container button {
    border: none;
    width: 100%;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    height: 47px;
    margin-top: 13px;
    margin-right: auto;
    background-color: #353552;
    color: white;
}
.action-container button.sub {
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.3;
    transition-duration: 0.2s;
}
.action-container button.sub.active {
    opacity: 1;
    filter: unset;
    border: 2px solid #ff403f;
    box-shadow: 0px 0px 15px 0px #ff403f;
    background: #bb3232;
    transform: scale(1.08);
    transition-duration: 0.2s;
    pointer-events: all;
}
.game-container .background {
    width: 100%;
    margin-left: calc(-25%);
    position: absolute;
    top: 50%; /* Move the top edge to the center of the container */
    left: 50%; /* Move the left edge to the center of the container */
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
.game-container .tamacontainer {
    width: 100%;
    margin-left: calc(-25%);
    position: absolute;
    top: 50%; /* Move the top edge to the center of the container */
    left: 50%; /* Move the left edge to the center of the container */
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}
#hasNFT {
    display: none;
}
#noNFT {
    display: none;
}
.game-container .tamacontainer.level0 .tama.level0 {
    display: block;
}
.game-container .tamacontainer.level1 .tama.level1 {
    display: block;
}
.game-container .tamacontainer.level2 .tama.level2 {
    display: block;
}
.game-container .tamacontainer.level3 .tama.level3 {
    display: block;
}
.game-container .tamacontainer.level4 .tama.level4 {
    display: block;
}
.game-container .tamacontainer .tama {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    pointer-events: none;
}
.start-custom-navbar {
  z-index: 20;
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 70px;
}
.start-custom-navbar .menu-items {
  float: right;
}
.start-custom-navbar .menu-items a.menu-item {
  float: left;
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  transition-duration: 0.2s;
}
.start-custom-navbar .menu-items a.menu-item.cta {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  background: #ff403f;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 12px;
  margin-right: 20px;
  border-radius: 6px;
  color: black;
}

.custom-navbar-scrolled {
  z-index: 20;
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 70px;
  background-color: #353552;
  border: 3px solid #121e2a;
  border-radius: 5px;
  transform: translateY(-100px);
}
.custom-navbar-scrolled.triggerd {
  transform: translateY(0px);
}
.custom-navbar-scrolled .corners {
  position: absolute;
  height: 70px;
  margin-top: -4px;
}
.custom-navbar-scrolled .corners.corner-left {
  margin-left: -5px;
  left: 0;
}
.custom-navbar-scrolled .corners.corner-right {
  margin-right: -5px;
  right: 0;
}
.custom-navbar.scrolled {

}
.custom-navbar-scrolled .menu-items {
  float: right;
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.custom-navbar-scrolled .menu-items a.menu-item {
  float: left;
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #a5bfec;
  transition-duration: 0.2s;
}
.custom-navbar-scrolled .menu-items a.menu-item.cta {
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  background: #ff403f;
  line-height: 40px;
  margin-left: 15px;
  margin-top: 12px;
  margin-right: 20px;
  border-radius: 6px;
  color: black;
}
.graph {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: -65px;
}
.custom-navbar-scrolled .menu-items a.menu-item:hover {
  color: white;
  transition-duration: 0.2s;
}
.custom-navbar-scrolled .logo {
  float: left;
  margin-left: 10px;
  width: 220px;
  margin-right: 20px;
  margin-top: -26px;
}
.trigger1 {
  position: absolute;
  top: 0;
}
.section22 {
  background-image: linear-gradient(0deg, rgba(27,27,49,0.8), rgba(27,27,49,0.8)), url('../img/section-two-banner.jpg');
  background-size: cover;
  background-position: right center;
}
.section4 {
  background-image: linear-gradient(0deg, rgba(27,27,49,0.8), rgba(27,27,49,0.8)), url('../img/section-three-banner.jpg');
  background-size: cover;
  margin-bottom: 70px;
  background-position: right center;
}
.panel {
  width: 100%;
  aspect-ratio: 668/814;
  background-image: url('../img/panel-bg.png');
  background-size: cover;
  background-position: center;
  box-shadow: 0px 2px 40px 0px #b897d614;
  border-radius: 2%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.panel p {
  text-align: center;
  font-size: 16px;
  color: #a5bfec;
}
.panel h4 {
  text-align: center;
  font-size: 30px;
}
.panel img.icon {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.trigger2 {
  top: 400px;
  position: absolute;
}
.logo-holder {
  position: absolute;
  z-index: 5;
  width: 30vw;
  left: calc(50% - 15vw);
  top: 3%;
}
.logo-holder.triggerd {
  transform: translateY(-120vh) scale(3);
}
.hero-logos {
  position: absolute;
  width: 100%;
  top: 0;
}
.hero-logos.layer1 {
  z-index: 1;
  animation-name: nogg3;
  animation-delay: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hero-logos.layer2 {
  z-index: 2;
}
.hero-logos.layer3 {
  z-index: 3;
}
.hero-logos.layer4 {
  z-index: 4;
  animation-name: nogg2;
  animation-delay: 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hero-logos.layer5 {
  z-index: 1;
  animation-name: nogg4;
  animation-delay: 0;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.firstpage-hero {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.firstpage-hero .foreground-bg {
  z-index: 3;
  position: absolute; /* Fix the position of the image */
  top: 5%; /* Align the top edge of the image with the top of the viewport */
  left: -10%; /* Align the left edge of the image with the left of the viewport */
  width: 120%; /* Stretch the image to the full width of the viewport */
  height: 110%; /* Stretch the image to the full height of the viewport */
  object-fit: cover; /* Cover the viewport while maintaining aspect ratio */
}
.firstpage-hero .sky-bg {
  z-index: 2;
  top: -30%;
  position: absolute; /* Fix the position of the image */
  height: 100%; /* Stretch the image to the full height of the viewport */

  animation-name: skyAnim;
  animation-delay: 0;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.firstpage-hero .background-bg {
  width: 100%;
  position: absolute; /* Fix the position of the image */
  top: 0; /* Align the top edge of the image with the top of the viewport */
  left: 0; /* Align the left edge of the image with the left of the viewport */
  width: 100%; /* Stretch the image to the full width of the viewport */
  height: 100%; /* Stretch the image to the full height of the viewport */
  object-fit: cover; /* Cover the viewport while maintaining aspect ratio */
  opacity: 0;
}
.firstpage-hero .background-bg-2 {
  width: 100%;
  position: absolute; /* Fix the position of the image */
  top: 0; /* Align the top edge of the image with the top of the viewport */
  left: 0; /* Align the left edge of the image with the left of the viewport */
  width: 100%; /* Stretch the image to the full width of the viewport */
  height: 100%; /* Stretch the image to the full height of the viewport */
  object-fit: cover; /* Cover the viewport while maintaining aspect ratio */
  z-index: 1;

  animation-name: glow;
  animation-delay: 0;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.firstpage-hero .background-bg.triggerd {
  opacity: 1;
}

.firstpage-hero .opacityHolder {
  z-index: 3;
  overflow: hidden;
  position: absolute; /* Fix the position of the image */
  top: 0; /* Align the top edge of the image with the top of the viewport */
  left: 0; /* Align the left edge of the image with the left of the viewport */
  width: 100%; /* Stretch the image to the full width of the viewport */
  height: 100%; /* Stretch the image to the full height of the viewport */
}
.firstpage-hero .opacityHolder.triggerd {
  transform: scale(8) translateY(-10%);
}
.firstpage-hero .foreground-bg.triggerd {
  transform: scale(8) translateY(-10%);
}
.firstpage-hero .hero-content {
  position: fixed;
  z-index: 3;
  top: 1;
  left: 1;
  width: 100%;
  height: 100%;
  transform: scale(1);
  opacity: 0;
  pointer-events: none;
}
.divider {
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, #1b1b31, #1b1b31f5, #1b1b3100);
}
.teampanel {
  width: 100%;
  aspect-ratio: 668/814;
  background-image: url(../img/panel-bg.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0px 2px 40px 0px #b897d614;
  border-radius: 2%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.chart-explainer .color {
  float: left;
  height: 15px;
  width: 30px;
  margin-top: 6px;
  border-radius: 3px;
  margin-right: 10px;
}
.partner-container {
  width: 100%;
  height: auto;
  min-height: 80px;
  background-color: #131315;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid black;
}
.partner-container .partner {
  width: 100%;
}
.teampanel h4 {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0px;
  margin-top: 30px;
}
.teampanel h4 small {
  color: #a5bfec;
  font-size: 16px;
}
.teampanel img.dev {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  border: 2px solid black;
  width: 100%;
}
.firstpage-hero .hero-content.triggerd {
  opacity: 1;
  transform: scale(1.2);
  pointer-events: auto;
}
.firstpage-hero.relativePosition {
  position: relative;
  margin-top: 750px;
}
.firstpage-hero.relativePosition .opacityHolder {
  opacity: 0 !important;
}
.firstpage-hero.relativePosition .hero-content {
  position: absolute;
  top: 0 !important;
  opacity: 1 !important;
  transform: scale(1.2) !important;
}
.firstpage-hero.relativePosition .hero-content .background-bg {
  opacity: 1 !important;
}
.firstpage-hero .hero-content .pet-container {
  width: 100%;
  max-width: 400px;
  height: 300px;
  transform: scale(0.8);
  position: absolute;
  z-index: 5;
  left: calc(50% - 200px);
  bottom: 20vh;
}
.firstpage-hero .hero-content .pet-container img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.firstpage-hero .hero-content .pet-container img.body {
  z-index: 1;
}
.firstpage-hero .hero-content .pet-container img.head {
  z-index: 2;

  animation-name: nogg;
  animation-delay: 0;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.section1 h1 {
  font-weight: 600;
  font-size: 3rem;
}
p.paragraph {
  font-weight: 400;
  color: #9eb8f7;
}
.section1 p.titleDesc {
  max-width: 900px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.socials {
  float: left;
  margin-top: 15px;
  width: fit-content;
}
.socials img {
  width: 35px;
  float: left;
  margin-right: 20px;
}
.footer {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #25253b;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.footer .logo {
  width: 100%;
  max-width: 280px;
  margin-top: -50px;
  margin-left: -12px;
  margin-bottom: -30px;
}
.footer a.link {
  display: block;
  width: 100%;
  height: auto;
  min-height: 30px;
  line-height: 30px;
  color: #a5bfec;
  float: left;
  text-decoration: none;
}
#petAction.countdown {
    pointer-events: none;
    filter: grayscale(1);
}
#petAction .countdownData {
    display: none;
}
#petAction.countdown .countdownData {
    display: block;
}
#petAction.actionText {
    display: block;
}
#petAction.countdown .actionText {
    display: none;
}
.footer h4 {

}

.start-custom-navbar .menu-items a.menu-item img {
    float: left;
    height: 17px;
    margin-top: 23px;
    margin-right: 7px;
}
.custom-navbar-scrolled .menu-items a.menu-item img {
    float: left;
    height: 17px;
    margin-top: 23px;
    margin-right: 7px;
}
@keyframes nogg {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}
@keyframes nogg2 {
    0% {
        transform: translateY(-25px);
    }

    100% {
        transform: translateY(-20px);
    }
}
@keyframes nogg3 {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(-25px);
    }
}
@keyframes nogg4 {
    0% {
        transform: translateY(0px) scale(1);
    }

    100% {
        transform: translateY(20px) translateX(5px) scale(1.04);

    }
}
@keyframes skyAnim {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-300vh);
    }
}
@keyframes glow {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.8;
    }
}

.mobile-menu-button {
    float: right;
    height: 60px;
    position: relative;
    width: 90px;
    background-color: #ff403f;
    text-align: center;
    line-height: 60px;
    display: none;
    color: #fff;
}
.mobile-menu-button .open {
    display: block;
}
.mobile-menu-button .close {
    display: none;
}
.mobile-menu-button .corners {
    position: absolute;
    height: 100%;
}
.mobile-menu-button .corners.corner-left {
    left: -1px;
    top: 0;
}
.mobile-menu-button .corners.corner-right {
    right: -1px;
    top: 0;
}

.mobile-menu {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 19;
    background-color: #353552;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mobile-menu.open {
    display: flex;
}

.mobile-menu .menu-item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    min-width: 50px;
    height: 40px;
    color: #a5bfec;
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
}
.mobile-menu .menu-item img {
    float: left;
    width: 25px;
    margin-top: 8px;
    margin-right: 7px;
}

.mobile-menu .menu-item.cta {
    width: 100%;
    max-width: 400px;
    text-align: center;
    height: 50px;
    background-color: #ff403f;
    color: #fff;
    border-radius: 6px;
    line-height: 50px;
}
#mintTama {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: #ff403f;
}

@media screen and (max-width: 1000px) {
    .custom-navbar-scrolled .socials {
        display: none;
    }
    .mobile-menu-button {
        display: block;
    }
    .game-container .content .game-panel {
        margin-top: 100vw;
    }
  .custom-navbar-scrolled .logo {
    margin-right: 0px;
    width: 180px;
    margin-top: -15px;
  }
  .menu-items {
    display: none !important;
  }
  .logo-holder {
    position: absolute;
    z-index: 5;
    width: 100vw;
    left: 0;
    top: 15%;
  }
  .footer h4 {
    margin-top: 30px;
  }
    .game-container .background {
        width: 100%;
        position: absolute;
        top: 30vw;
        left: unset;
        transform: unset;
        margin: unset;
    }
    .game-container .tamacontainer {
        width: 100%;
        top: 30vw;
        left: 0;
        transform: unset;
        margin: 0px;
    }
    .game-container .content {
        width: 100%;
        min-height: unset;
        float: unset;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -10vw;
        margin-bottom: 100px;
    }
}
