/* Basic styling for the email button */
.email-button {
    position: fixed;
    left: 10px;    /* Position on the left side */
    bottom: 20px;  /* Distance from the bottom of the page */
    padding: 10px 20px;
    background-color: transparent; /* Transparent background */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid white; /* Add a white border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}

/* Hover effect */
.buy-button:hover {
    background-color: #00ffaa; /* Green background on hover */
    color: black; /* Change text color on hover for better contrast */
    border-color: #00ffaa; /* Change border color to green */
    transform: scale(1.05); /* Slight scale up effect */
}
.buy-button {
    position: fixed;
    left: 10px;    /* Position on the left side */
    top: 20px;  /* Distance from the bottom of the page */
    padding: 10px 20px;
    background-color: transparent; /* Transparent background */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid white; /* Add a white border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}

/* Hover effect */
.email-button:hover {
    background-color: #00ffaa; /* Green background on hover */
    color: black; /* Change text color on hover for better contrast */
    border-color: #00ffaa; /* Change border color to green */
    transform: scale(1.05); /* Slight scale up effect */
}


    @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

     html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 28px;
      color: white;
      text-shadow: 1px 1px 3px black;
      transition: background-image 0.8s ease-in-out, opacity 0.5s ease-in-out;
      opacity: 1;
    }

    .container {
      z-index: 10;
      position: relative;
      text-align: center;
    }

    .preload {
      position: absolute;
      width: 0;
      height: 0;
      overflow: hidden;
      opacity: 0;
    }

    .flip-button {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 15px 30px;
      background-color: #ff0080;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 18px;
      text-transform: uppercase;
      box-shadow: 0 0 20px rgba(255, 0, 128, 0.9);
      transition: background-color 0.3s, transform 0.3s;
      z-index: 10;
    }

    .flip-button:hover {
      background-color: #ff66b2;
      transform: scale(1.05);
    }

    .flip-container {
      perspective: 1000px;
    }

    .flip-card {
  width: 900px;
  height: 461px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

/* Mobile-friendly width override */
@media screen and (max-width: 768px) {
  .flip-card {
    width: 300px;
    height: auto; /* Let height adjust naturally if needed */
    aspect-ratio: 16 / 9; /* Maintain proper video shape */
  }
}

    .flip-container.flip .flip-card {
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 8px;
      overflow: hidden;
    }

    .flip-card-front {
      z-index: 2;
      transform: rotateY(0deg);
    }

    .flip-card-back {
      transform: rotateY(180deg);
      background-color: black;
    }

    iframe {
      width: 100%;
      height: 100%;
      border: none;
    }

    .content {
      width: 1000px;
      height: 562px;
      border-radius: 40px;
      animation: 200s linear infinite brightness;
      position: relative;
    }

    .container-full, .face {
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .container-full {
      justify-content: center;
      transform: scale(1);
      animation: 200s linear infinite zoom-in;
    }

    .cube, .face {
      width: 870px;
      height: 190px;
    }

    .cube {
      position: relative;
      transform-style: preserve-3d;
      perspective: 2000px;
      perspective-origin: 51% 70%;
    }

    .face {
      position: absolute;
      background: transparent;
      opacity: 0.5;
    }

    .top, .bottom {
      width: 870px;
      height: 870px;
    }

    .front {
      transform: translateZ(435px);
      display: none;
    }

    .back {
      transform: translateZ(-435px) rotateY(180deg) scaleX(-1);
    }

    .left {
      transform: translateX(-435px) rotateY(-90deg) scaleX(-1);
    }

    .right {
      transform: translateX(435px) rotateY(90deg) scaleX(-1);
    }

    .top {
      transform: translateY(-435px) rotateX(90deg) scaleY(-1);
    }

    .bottom {
      transform: translateY(-245px) rotateX(-90deg) scaleY(-1);
    }

    .left p {
      margin-left: 480px;
      animation: 200s linear infinite left;
    }

    .back p {
      margin-left: -390px;
      animation: 200s linear infinite back;
    }

    .right p {
      margin-left: -1260px;
      animation: 200s linear infinite right;
    }

    p {
      white-space: nowrap;
      overflow: hidden;
      font-weight: 400;
      font-size:75px;
      padding-top: 20px;
      color: #fff;
    }

    span {
      color: red;
    }

    .container-reflect {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 380px;
      filter: blur(10px);
    }

    .container-reflect .cube {
      perspective-origin: 51% -30%;
    }

    .container-reflect .back {
      transform: translateZ(-435px) rotateY(180deg) scaleX(-1) scaleY(-1);
    }

    .container-reflect .left {
      transform: translateX(-435px) rotateY(-90deg) scaleX(-1) scaleY(-1);
    }

    .container-reflect .right {
      transform: translateX(435px) rotateY(90deg) scaleX(-1) scaleY(-1);
    }

    .container-reflect p {
      transform: scaleY(70%);
    }

    .hue {
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      height: 100%;
      position: absolute;
      mix-blend-mode: overlay;
      background: radial-gradient(ellipse at center, #1e5799 0, #7db9e8 100%);
      opacity: 1;
      animation: 8s infinite filter-animation;
    }

    @keyframes left {
      100% {
        margin-left: -54000px;
      }
    }

    @keyframes back {
      100% {
        margin-left: -54870px;
      }
    }

    @keyframes right {
      100% {
        margin-left: -55740px;
      }
    }

    @keyframes filter-animation {
      0%, 100% {
        filter: hue-rotate(0deg);
      }
      50% {
        filter: hue-rotate(100deg);
      }
    }

    @keyframes zoom-in {
      0% {
        transform: scale(1);
      }
      100% {
        transform: scale(2.5);
      }
    }

    @keyframes brightness {
      0% {
        filter: brightness(1) contrast(1);
      }
      100% {
        filter: brightness(0.8) contrast(1.3);
      }
    }

p1{
  color: lime;
  font-family: "Courier";
  font-size: 20px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
}

#blink{
  animation: blink 1s infinite;
}

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}
.console{
		box-sizing: border-box;
		padding: 15px;
	width: 100%;
	height: 180px;
	font-family: "Courier";
	background: #111;
    color: lime;
}

input[type="text"]{
	width: 100%;
	font-family: "Courier";
	background: black;
	color: lime;
	border: 0;
	padding:15px;
	font-size: 18px;
}

input[type="text"]:focus{
	outline: none;
}
/* New heal button with transparent background and positioned at bottom-right */
/* Default state for heal button with transparent background */
.heal-button {
    position: fixed;
    right: 10px;   /* Position on the right side */
    bottom: 20px;  /* Distance from the bottom of the page */
    padding: 10px 20px;
    background-color: transparent; /* Transparent background */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid white; /* White border */
    box-shadow: none; /* Remove the glow effect */
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
    display: inline-block; /* Ensures the button only takes up space as needed */
    white-space: nowrap;  /* Prevents the button from breaking into multiple lines */
}

/* Hover effect */
.heal-button:hover {
    background-color: #66ffcc; /* Light green background on hover */
    color: black; /* Change text color on hover */
    border-color: #66ffcc; /* Change border color to light green */
    transform: scale(1.05); /* Slight scale-up effect */
}

.df-button {
    position: fixed;
    right: 10px;   /* Position on the right side */
    top: 20px;  /* Distance from the bottom of the page */
    padding: 10px 20px;
    background-color: transparent; /* Transparent background */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid white; /* White border */
    box-shadow: none; /* Remove the glow effect */
    transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
    display: inline-block; /* Ensures the button only takes up space as needed */
    white-space: nowrap;  /* Prevents the button from breaking into multiple lines */
}

/* Hover effect */
.df-button:hover {
    background-color: #66ffcc; /* Light green background on hover */
    color: black; /* Change text color on hover */
    border-color: #66ffcc; /* Change border color to light green */
    transform: scale(1.05); /* Slight scale-up effect */
}





.random-message {
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: red;
  background: black;
  padding: 20px 30px;
  border: 2px solid red;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px red;
  pointer-events: none; /* Optional: so they don't block clicks */
  transition: opacity 0.5s ease-out; /* Fade-out effect */
}
.random-message2 {
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: #00ffaa;
  background: black;
  padding: 20px 30px;
  border: 2px solid #00ffaa;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px #00ffaa;
  pointer-events: none; /* Optional: so they don't block clicks */
  transition: opacity 0.5s ease-out; /* Fade-out effect */
}
.soul-refresh-btn {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: red;
  background: black;
  padding: 20px 30px;
  border: 2px solid red;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px red;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.soul-refresh-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 0 20px red;
}

/* Overlay container for messages */
.soul-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 10000;
  pointer-events: none;
}

/* Flashing glitch messages */
.glitch-message {
  position: absolute;
  font-family: "Courier New", monospace;
  font-size: 32px;
  font-weight: bold;
  color: #ff00ff; /* neon pink */
  opacity: 0.8;
  text-shadow:
    0 0 5px #ff00ff,
    0 0 15px #00ffff,
    0 0 30px #ff00ff;
  transform: translate(-50%, -50%);
  animation: flicker 0.2s infinite alternate;
}

@keyframes flicker {
  from { opacity: 0.6; transform: translate(-50%, -50%) scale(1.0) skewX(1deg);}
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1.1) skewX(-1deg);}
}
 .soul-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 0.5s ease; /* smooth fade-in/out */
}
.dragon-btn {
  position: absolute;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px; /* Match message font-size */
  color: #00ffaa;
  background: black;
  padding: 20px 30px; /* Match message padding */
  border: 2px solid #00ffaa;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px #00ffaa;
  cursor: pointer;
  transition: opacity 0.5s ease;
}



/* Neon +1 POWA effect */
.powa-message {
  position: fixed;
  color: #00ff88;
  font-size: 3rem;
  font-weight: bold;
  text-shadow:
    0 0 5px #00ff88,
    0 0 10px #00ff88,
    0 0 20px #00ff88,
    0 0 40px #00ffaa;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 10000;
}

.success-message {
  position: fixed;
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: #00ffaa;
  background: black;
  padding: 20px 30px;
  border: 2px solid #00ffaa;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px #00ffaa;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}

.success-message2 {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: #00ffaa;
  background: black;
  padding: 20px 30px;
  border: 2px solid #00ffaa;
  border-radius: 8px;
  z-index: 9999; /* Matches others now */
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px #00ffaa;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}

.error-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  color: red;
  background: black;
  padding: 20px 30px;
  border: 2px solid red;
  border-radius: 8px;
  z-index: 9999;
  opacity: 0.9;
  white-space: nowrap;
  box-shadow: 0 0 10px red;
  pointer-events: none; /* Optional: match success-message behavior */
  transition: opacity 0.5s ease-out;
}


.hidden {
  display: none;
}
.aspect-box {
  aspect-ratio: 16 / 9; /* or whatever ratio you want */
  width: 100%;
  max-width: 600px; /* optional */
  background-color: lightgray;
}
#text-rain {
  position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 999;
}
#text-rain2 {
  position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 999;
}
#text-rain3 {
  position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      pointer-events: none;
      z-index: 999;
}

#scene {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scouter {
    position: absolute;
    width: 250px;
    height: 150px;
    background-color: #333;
    border-radius: 20px;
    border: 5px solid #aaa;
    padding: 20px;
    display: none; /* Initially hidden */
    animation: scouterAnimation 3s ease-out forwards;
}

#display {
    font-size: 18px;
    text-align: center;
    color: #e74c3c;
    margin-top: 20px;
}

#lens {
    width: 50px;
    height: 50px;
    background-color: #e74c3c;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

#start-btn {
    padding: 10px 20px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
}

#start-btn:hover {
    background-color: #2980b9;
}

@keyframes scouterAnimation {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hidden {
  display: none;
}
