@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
  font-family: 'HN';
  src: url('/fonts/HN.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/fonts/HN.woff2') format('woff2')
}

body {

  margin: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
  background-color: #141414;
  background-image: url('/img/logofinalblurs.png');
  background-size: cover;

  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: white;
  
  display: flex;
  

  align-items: center;
  flex-direction: column;
  animation: fadeIn 0.4s;
  


}

.blackbg {
 
  border-radius: 15px;
  margin-left: 15px;
  padding-bottom: 20px;
  max-width: 100%;
}

.dropdown-menu > li > a:hover {
  color: #ffc8f6;
  background-color: rgba(210, 210, 210, 0.066);
  margin-inline: 0px;
}



.navbar-collapse {
  flex-direction: column;
  align-items: center;
  align-content: center;
 
   flex-direction: column;


}

li {
  color: #b7cad4;
}

hr {
  border: 1px solid #ff78d2;
  margin-top: 30px;
}

li img {
  height: 14px;
  width: auto;
  margin-left: 5px;
  margin-bottom: 5px;

}

.words strong {
  font-size: 20px;
  color: white;
}

.content {
  text-align: center;
 
  background-image:linear-gradient(135deg, #14141487, #141414, #14141487);
  min-height: 100vh;
  padding-inline: 20px;
  max-width: 910px;
  
  



}

.appstore {
  width: 150px;
  height: auto;
  padding-top: 30px;
}

a {
  color: #ff63a9;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  background-color: #ff63a919;
  padding: 5px;
  border-radius: 10px;
}

.modeicon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.117);
  border-radius: 20px;
  padding:10px;
  margin-bottom: 5px;

}


.image-container {
  position: relative;
  height: 25%;
  /* Set to the desired image height */
  z-index: 0;
  
}

.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  /* Ensures images fit within container */
  height: auto;
  padding-inline:10%;
  /* Optional: to ensure full coverage */
}

.below-content {
  margin-top: 20px;
  /* Add spacing */
}

.below-content img {
  width: 50px;
  /* Set the desired small width */
  height: auto;
  /* Maintain aspect ratio */
  margin-top: 10px;
  /* Add spacing if needed */
}


.nav-item a {
  color: pink;
  text-shadow: 0 0 15px rgba(103, 23, 150, 0.517);
}

.dropdown-menu {

  color: white;
  background: rgba(47, 29, 53, 0.644);
  border-radius: 20px;

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.847);
  backdrop-filter: blur(10.2px);
  -webkit-backdrop-filter: blur(10.2px);
  border: 3px solid rgba(255, 135, 247, 0.69);
  z-index: 999;
 
}

.dropdown-item {
  text-shadow: 0 0 15px rgba(255, 172, 247, 0.69);
  font-size: 20px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  margin-inline: 1px;
  margin-block: -1px;

}


.upgradelist {
  background-image: linear-gradient(to right, #000000, #090909);
  border-radius: 20px;
  list-style: none;
  padding: 20px;
  border: 2px solid rgba(255, 135, 247, 0.19);

}

.upgrade strong {
  font-size: 16px;
  color: white;
  text-align: left;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.upgrade {
  font-size: 12px;
  color: rgba(255, 128, 255, 1);
  text-align: left;
  background-color: black;
  border: 1px solid rgba(255, 135, 247, 0.19);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;

}

.screenshot {
  width: 30%;
  height: auto;
  border-radius: 20px;
  margin: 5px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.847);
  border: 5px solid rgba(0, 0, 0, 0.69);
 

}

.youtube {
  text-align: center;
  align-items: center;
}

.lucid {
  color:#ff63ed;
  font-weight: bold;
}

.extractioncolor {
  color: rgb(28, 194, 189)
}

.invasioncolor {
  color:rgb(255, 219, 115)
}

.hordecolor {
  color:rgb(176, 143, 255);
}

.vid {
  max-width: 95vw;
  height: 50vh;
 
}

.fadeaway{
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(0, 0, 0, 1),rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0));
}

.phone {
  width: 30%;
  height: auto;
  margin: 5px;

}

h2 {
  padding-top: 15px;
  text-align: left;
  font-size: 50px;
  font-family: 'HN', 'Arial', sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
}

h3 {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding-top: 15px;
  text-align: left;
  width: 100%;
  font-size: 30px;


}

.fx {
  background-image: linear-gradient(to right, #00fff2, #ffffff);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.words {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
  font-weight: regular;
  text-align: left;
  
}

.centered {
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
}

.navbar-brand {
  padding-left: 20px;
  background-color: transparent;
  background-image: none;
  color: transparent;
 

}


.navbar-nav li a{
 
  z-index: 99999;
 
}

.navbar-nav li a:hover {
  color: #ff63a9;
}
.navbar-collapse {
  background-color:#232323c4;
  border-radius: 50px;

}


.nav-item a {

  color: white;
  letter-spacing: -0.5px;
  z-index: 99999;

}

#hellamentaltext {
  font-family: 'HN', 'Arial', sans-serif;
  font-style: italic;
  text-shadow: 0 0 5px rgb(255, 135, 247);
  text-shadow: 0 0 5px rgb(215, 112, 236);
  letter-spacing: -1px;
  margin-left: -25px;
  padding-right: 50px;
}

nav {
  background-color:#060608;
  color: white;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: bolder;
  font-size: 25px;
  max-width: 100%;
  height: 60px;
  letter-spacing: -0em;
  border-radius: 50px;
  /* Optional: Add border radius for rounded corners */
  margin-top: 20px;
  box-shadow: 0 20px 40px black;
  
  z-index: 99999;
}

.bold-bottom-right {
  font-weight: bold;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  /* Ensure it is on top of other elements */

}

.bold-bottom-right a{
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --background: #060608;
  --color: #FAFAFA;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: Arial;
}



.right {
  text-align: right;
  width: 100%;
}

.stack {
  display: grid;
  grid-template-columns: 1fr;
}

.stack span {
  font-family: 'HN', 'Arial', 'sans-serif';
  letter-spacing: -1px;
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: 10vw; /* Adjust this value as needed */

  padding-top: 25px;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46, .29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) {
  --glitch-translate: 8px;
}

.stack span:nth-child(even) {
  --glitch-translate: -8px;
}

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -5px 3px 0 rgb(162, 243, 255), 2px -3px 0 plum;
  }

  ;

  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }

  80% {
    transform: none;
    opacity: 1;
    text-shadow: 5px -3px 0 rgb(173, 225, 255), -2px 3px 0 plum;
  }

  100% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0% {
    text-shadow: -5px 3px 0 rgb(162, 243, 255), 2px -3px 0 plum;
    transform: translate(var(--glitch-translate));
  }

  2% {
    text-shadow: 5px -3px 0 rgb(162, 243, 255), -2px 3px 0 plum;
  }

  4%,
  100% {
    text-shadow: none;
    transform: none;
  }
}



@media (min-width: 1200px) {
  .stack span {
    font-size: 6vw; /* Adjust this value as needed */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .stack span {
    font-size: 9vw; /* Adjust this value as needed */
  }
}

@media (max-width: 991px) {
  .stack span {
    font-size: 10vw; /* Adjust this value as needed */
  }
}

@media (max-width: 768px) {
  .stack span {
    font-size: 12vw; /* Adjust this value as needed */
  }
}

@media (max-width: 576px) {
  .stack span {
    font-size: 14vw; /* Adjust this value as needed */
  }
}