@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Luckiest Guy", cursive;
  color: #221b02;
}

.content {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

header,
.about,
.tokenomics,
.how-to-buy,
footer,
.footer-content {
  height: 100vh;
}

header {
  width: 100vw;
  background-image: url("./imgs/old_header_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.04166vw 3.125vw;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 1.04166vw;
}

.left-nav,
.right-nav {
  display: flex;
  align-items: center;
  gap: 2.0833vw;
}

.right-nav {
  gap: 1.04166vw;
}

.brand {
  width: 4.270833vw;
}

nav a {
  font-size: 1.145833vw; /* 22px */
  color: #fee2a6;
  text-shadow: -0.104166vw -0.104166vw 0 #221b02,
    /* -2px -2px */ 0 -0.104166vw 0 #221b02,
    /* 0 -2px */ 0.104166vw -0.104166vw 0 #221b02,
    /* 2px -2px */ 0.104166vw 0 0 #221b02,
    /* 2px 0 */ 0.104166vw 0.104166vw 0 #221b02,
    /* 2px 2px */ 0 0.104166vw 0 #221b02,
    /* 0 2px */ -0.104166vw 0.104166vw 0 #221b02,
    /* -2px 2px */ -0.104166vw 0 0 #221b02, /* -2px 0 */ 0 0.208333vw 0 #221b02,
    /* 0 4px */ -0.104166vw 0.208333vw 0 #221b02,
    /* -2px 4px */ 0.104166vw 0.208333vw 0 #221b02,
    /* 2px 4px */ 0.15625vw 0.15625vw 0.15625vw rgba(0, 0, 0, 0.5); /* 3px 3px 3px */
  transition: all 0.3s ease;
  display: block;
}

nav a:hover {
  transform: scale(1.05);
}

.right-nav a {
  border: 0.2604166vw solid #221b02;
}

.nav-social {
  background-color: #fee2a6;
  width: 2.1875vw;
  height: 2.1875vw;
  display: flex;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-social img {
  width: 75%;
}

.nav-buy {
  display: flex;
  align-items: center;
  gap: 0.520833vw;
  padding: 0 1.04166vw;
  border-radius: 999px;
  background: #f7a61d;
  background: linear-gradient(
    90deg,
    rgba(247, 166, 29, 1) 0%,
    rgba(255, 189, 23, 1) 100%
  );
}

.nav-buy img {
  width: 2.0833vw;
}

.images-container,
.about,
.tokenomics,
.how-to-buy {
  position: relative;
}

.images-container,
.footer-layer,
.section-text-container {
  width: 100%;
  height: 100%;
}

.images-container,
.section-text-container,
.token-container,
.copy-btn,
.how-to-buy-text-container,
.how-to-buy-text-container .style-container,
.footer-content {
  display: flex;
}

.images-container,
.token-container,
.copy-btn,
.footer-content {
  justify-content: center;
}

.copy-btn,
.how-to-buy-text-container .style-container,
.footer-content {
  align-items: center;
}

.images-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.header-layer,
.about-layer,
.tokenomics-layer,
.how-to-buy-layer {
  position: absolute;
}

.header-layer {
  height: 90%;
  bottom: 0;
}

.about,
.tokenomics,
.how-to-buy {
  background-color: #ffbd17;
}

.about-layer,
.tokenomics-layer {
  bottom: 5%;
}

.about-layer {
  width: 70%;
  right: 5%;
}

.tokenomics-layer,
.how-to-buy-layer {
  width: 60%;
}

.how-to-buy-layer {
  width: 65%;
  bottom: 0;
  left: 0;
  transform: rotateY(180deg);
}

footer {
  background-image: url("imgs/footer.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.footer-layer {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* ---------------------------------------------- */

.section-title {
  font-size: 4.166vw;
  text-shadow: -0.520833vw 1.3020833vw 0px #f4a325;
}

.small-title-text {
  font-size: 3.125vw;
}

.orange-color {
  color: #dc4c0f;
}

.left-rotate {
  transform: rotate(-5deg);
}

.section-text-container,
.how-to-buy-text-container,
.how-to-buy-text-container .style-container,
.footer-content {
  flex-direction: column;
}

.section-text-container {
  gap: 100px;
  padding: 5% 7.5%;
}

.section-text {
  font-size: 1.3020833vw;
  width: 50%;
}

.link-btn,
.copy-btn,
.copy-btn img,
.social-btn,
.social-btn img {
  transition: all 0.3s ease;
}

.link-btn,
.copy-btn {
  background-color: #dc4c0f;
}

.link-btn {
  width: fit-content;
  font-size: 1.666vw;
  color: #fee2a6;
  padding: 0.65104166vw 1.3020833vw;
  border-radius: 0.520833vw;
}

.link-btn:hover,
.copy-btn:hover {
  background-color: #aa3604;
  color: #c7ae78;
}

.tokenomics-text-container {
  padding: 1.3020833vw;
}

.tokenomics-text-container .section-title {
  font-size: 5.20833vw;
  text-align: center;
}

.token-container {
  gap: 2.0833vw;
  padding: 4.166vw 0 0;
}

.token {
  background-color: #fee2a6;
  font-size: 1.5vw;
  padding: 1.171875vw 3.125vw 0.5vw;
  border-radius: 999px;
  border: 0.520833vw solid #221b02;
  display: flex;
  align-items: center;
}

.copy-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 0.520833vw solid #221b02;
  cursor: pointer;
}

.copy-btn img {
  width: 70%;
}

.copy-btn:hover img {
  transform: rotate(5deg);
}

.how-to-buy-text-container {
  align-items: end;
  padding: 1.5625vw 6.25vw 0 0;
}

.how-to-buy-text-container .section-title,
.how-to-buy-text-container .style-container {
  width: fit-content;
}

.how-to-buy-text-container .section-title {
  font-size: 6vw;
  text-align: center;
}

.how-to-buy-text-container .section-title .small-title-text {
  font-size: 4vw;
}

.how-to-buy-card {
  width: 39.0625vw;
}

.how-to-buy-text-container .style-container {
  gap: 2.604166vw;
}

.how-to-buy-card h3 {
  color: #dc4c0f;
  font-size: 1.875vw;
}

.how-to-buy p {
  font-size: 1.5vw;
  color: #fee2a6;
  text-shadow: -0.104166vw -0.104166vw 0 #221b02,
    /* -2px -2px */ 0 -0.104166vw 0 #221b02,
    /* 0 -2px */ 0.104166vw -0.104166vw 0 #221b02,
    /* 2px -2px */ 0.104166vw 0 0 #221b02,
    /* 2px 0 */ 0.104166vw 0.104166vw 0 #221b02,
    /* 2px 2px */ 0 0.104166vw 0 #221b02,
    /* 0 2px */ -0.104166vw 0.104166vw 0 #221b02,
    /* -2px 2px */ -0.104166vw 0 0 #221b02, /* -2px 0 */ 0 0.208333vw 0 #221b02,
    /* 0 4px */ -0.104166vw 0.208333vw 0 #221b02,
    /* -2px 4px */ 0.104166vw 0.208333vw 0 #221b02,
    /* 2px 4px */ 0.15625vw 0.15625vw 0.15625vw rgba(0, 0, 0, 0.5); /* 3px 3px 3px */
}

.footer-content {
  position: relative;
  gap: 3.125vw;
}

.social-btn {
  border: 0.2604166vw solid #221b02;
  height: 3.125vw;
  width: 3.125vw;
  border-radius: 0.520833vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-btn:hover img {
  transform: rotate(5deg);
}

.social-btn img {
  width: 80%;
}

.footer-cards-button {
  display: flex;
  align-items: center;
  gap: 1.04166vw;
  width: fit-content;
}

.footer-card {
  background-color: #fee2a6;
  width: fit-content;
  width: 52.0833vw;
  padding: 2.0833vw;
  border-radius: 2.0833vw;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 2.0833vw;
  border: 0.2604166vw solid #221b02;
}

.footer-card .section-text {
  width: 100%;
}

.footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}

.footer-bottom-wave {
  width: 100%;
  position: absolute;
  bottom: -5.20833vw;
  left: 0;
}

.copy-right-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding-bottom: 1.04166vw;
  font-size: 1.04166vw;
}

.music-intro-panel {
  width: 100vw;
  height: 100vh;
  background-color: #fff6e9;
  position: relative;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24px;
  overflow: hidden;
}

#intro-nav-brand {
  width: 220px;
  opacity: 1;
  transform: scale(1);
  position: relative;
  z-index: 10000000;
}

.intro-text {
  transform: scale(3);
  opacity: 0;
  animation: monkeyScaleDown 1.5s ease forwards 0.5s;
  display: none;
}

#intro-btn {
  color: #332941;
  border-bottom: 3px solid #332941;
  padding: 0px 20px 5px;
  font-size: 34px;
  cursor: pointer;
  margin-top: 40px;
  opacity: 0;
  transform: scale(3);
  animation: monkeyScaleDown 1.5s ease forwards 1s;
}

#intro-btn:hover {
  border-bottom: 3px solid #ff7f3e;
}

.loading-screen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10000000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.loading-screen::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2000%;
  height: 2000%;
  background: repeating-conic-gradient(
    from -15deg at center,
    #fcb836 0deg 15deg,
    #ff9d00 15deg 30deg
  );
  transform-origin: center;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.loading-text {
  font-size: 32px;
  position: relative;
  color: #fee2a6;
  text-shadow: -0.104166vw -0.104166vw 0 #221b02,
    /* -2px -2px */ 0 -0.104166vw 0 #221b02,
    /* 0 -2px */ 0.104166vw -0.104166vw 0 #221b02,
    /* 2px -2px */ 0.104166vw 0 0 #221b02,
    /* 2px 0 */ 0.104166vw 0.104166vw 0 #221b02,
    /* 2px 2px */ 0 0.104166vw 0 #221b02,
    /* 0 2px */ -0.104166vw 0.104166vw 0 #221b02,
    /* -2px 2px */ -0.104166vw 0 0 #221b02, /* -2px 0 */ 0 0.208333vw 0 #221b02,
    /* 0 4px */ -0.104166vw 0.208333vw 0 #221b02,
    /* -2px 4px */ 0.104166vw 0.208333vw 0 #221b02,
    /* 2px 4px */ 0.15625vw 0.15625vw 0.15625vw rgba(0, 0, 0, 0.5); /* 3px 3px 3px */
}

/* Enter button (hidden at start) */
.enter-btn {
  display: none;
  margin-top: 20px;
  padding: 15px 40px 10px;
  font-size: 32px;
  background: #fee2a6;
  color: #221b02;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-family: "Luckiest Guy", cursive;
  border: 4px solid #221b02;
  transition: all 0.3s ease;
}

.enter-btn:hover {
  transform: scale(1.025);
  background-color: #fcb836;
}

/* .glitch-text {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  color: black;
  text-shadow: 3px 3px 0px red, -3px -3px 0px cyan, 2px -2px 0px green;
}

.glitch-text .highlight {
  color: orangered;
} */
