/* style.css - Styles principaux */
@font-face {
  font-family: adigianaui;
  src: url(assets/fonts/adigianaui.ttf);
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-family: 'adigianaui', sans-serif;
  line-height: 1.6;
  font-size: 2.3vmin;
  word-wrap: break-word; /* Ensure long words will break to the next line */
  overflow-wrap: break-word; /* Standard property for breaking long words */
  white-space: normal; /* Ensure the text will wrap normally */
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
body {
  background: #fff;
	background-attachment: fixed;
  color: #000;
  font-weight: 500;
  height: 100vh;
}
/*### Header ###*/
header {
    padding: 1rem;
    display: flex;
}

#header_logo img {
  max-width: 215px;
}

header nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 2;
  text-align: center;
  align-items: center;
  z-index: 10;
}
header nav a {
    text-decoration: none;
    color: #0992f9;
}
header .menu_link {
  height: 30px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .menu_svg {
  height: 30px;
  width: 30px;
  margin: 10px;
}
header a:hover {
  color: #47e77a;
}

/* Hide the link that should open and close the topnav on small screens */
#myHeader .icon {
  display: none;
  font-size: 3.5vmax;
}
#mobile_nav {
  display: none;
}
#unity-fullscreen-button { 
  cursor:pointer; 
  width: 50px; 
  height: 50px; 
  background: url('JeetBuster/TemplateData/fullscreen-button.png') no-repeat center ;
  margin: 5px;
}
#unity-canvas { 
  background: #231F20;
  width: 75%;
}
#unity-progress-bar-empty { 
  width: 141px; 
  height: 18px; 
  margin-top: 10px; 
  margin-left: 6.5px; 
  background: url('JeetBuster/TemplateData/progress-bar-empty-dark.png') no-repeat center; 
}
#unity-progress-bar-full { 
  width: 0%; 
  height: 18px; 
  margin-top: 10px; 
  background: url('JeetBuster/TemplateData/progress-bar-full-dark.png') no-repeat center; 
}
#unity-footer {
  display: flex;
  width: 75%;
  margin: auto;
  justify-content: end;
  align-items: center;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: #eee;
  z-index: 20;
}
.sticky > #header_logo{
  display: none;
}
/*### Sections ###*/

section {
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    z-index: 5;
}
section h1 {
  font-size: 3.5vmin;
}
section p {
  max-width: 1024px;
  margin: auto;
}
#banner {
  padding: 20px 0;
}
#banner p {
  background: #47e77a;
  color: black;
  border: 3px solid #000;
  border-right: 0;
  border-left: 0;
  text-shadow: none;
  max-width: 100%
}
#banner img {
  max-width: 75%;
}
#roadmap img {
  max-width: 75%;
}

#buy, #sell {
  color: #fff;
  padding: 10px;
  margin: 15px;
  border-radius: 10px;
}
#buy:hover, #sell:hover {
  color: #0992f9;
}

#buy {
  background-color: #47e77a;
}
audio {
  margin: 25px;
}
#sell {
  background-color: #ed3b6c;
}
footer {
   /* background: rgba(26,230,230,.4);*/
    text-align: center;
    padding: 10px;
    color: #000;
}
/* Border in corners only */
.corner_bg {
 /* background-color: rgba(134,70,150,.5);*/
  width: fit-content;
  border-radius: 5%;
  margin: 20px auto;
}
.corner_bg:hover {
  /*background-color: rgba(134,70,150,.75);*/
  font-weight: bold;
 }
.corner_border {
  --s: 15px; /* the size on the corner */
  --t: 3px;  /* the thickness of the border */
  --g: 5px; /* the gap between the border and image */
  
  padding: calc(var(--g) + var(--t));
  /*outline: var(--t) solid #efc055; /* the color here */
  outline-offset: calc(-1*var(--t));
  mask:
    conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
    0 0/calc(100% - var(--s)) calc(100% - var(--s)),
    linear-gradient(#000 0 0) content-box;
  transition: .1s;
  /*background-color: rgba(26,230,230,.25);*/
  color: #0992f9;
  width: fit-content;
  border-radius: 5px;
}

.corner_border a {
  color: #0992f9;
}

#buy_sizer {
  height: 40px;
  width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#adventure_sizer {
  height: 50px;
  width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#buy_sizer a {
  font-size: 1.5rem;
}

.title_sizer{
  height: 35px;
  width: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_sizer h1{
  font-size: 2.6vmin;
}

/* ### Multiple container ### */
.multiple_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.multiple_text {
  max-width: 512px;
  margin-right: 25px;
  margin-left: 25px;
}
.multiple_text h3, #Tokenomics h3{
  font-weight: bold;
  font-size: 2.6vmin;
}
.multiple_text h3>span, #Tokenomics h3>span{
  color:#0992f9;
  font-size: 3vmin;
}
.tokenomics {
  color: #000!important;
  font-size: 2.6vmin !important; 
}
#contract {
  margin: 15px auto;
}
.multiple_img img{
  max-width: 512px;
}
.multiple_slider{
  max-width: 512px;
  opacity: 0.85;
}
.img_multiple_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;

}
.rotate{
  transform: rotate(0deg);
}
.rotate_l{
  transform: rotate(-5deg);
}
.rotate_r{
  transform: rotate(5deg);
}

.green {
  color: #00ff00;
}


#highway_lambo a:hover {
  /* color: rgb(234, 183, 250);*/
   color: #47e77a;
  /* filter: drop-shadow(0 0 .4rem rgb(0, 0, 0));*/
   /*stroke: #ffffff;
   stroke-width: 1px;
   stroke-linecap: round;*/
 }
 #highway_lambo a{
   color: #0992f9;
   padding: 5px;
   margin: 5px;
   /*filter: drop-shadow(0 0 .15rem rgba(0, 0, 0, 1));*/
 }

/* ### SVG ### */

#socials{
  text-align: center;
}
svg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

 svg:hover {
 /* color: rgb(234, 183, 250);*/
  color: #47e77a;
 /* filter: drop-shadow(0 0 .4rem rgb(0, 0, 0));*/
  /*stroke: #ffffff;
  stroke-width: 1px;
  stroke-linecap: round;*/
}
svg{
  color: #0992f9;
  /*filter: drop-shadow(0 0 .15rem rgba(0, 0, 0, 1));*/
}

/*### Slider CSS ###*/
.custom-slider { display: none; }
.slide-container {
    position: relative;
    margin: auto;
    max-width: 512px;;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    background-color: rgba(26,230,230,0);
    transition: background-color 0.6s ease;
}
.prev{ left: -45px; }
.next { right: -45px; }
.prev:hover, .next:hover {
    background-color: rgba(217, 94, 255, 0.5);;
}
.slide-text {
    position: absolute;
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.slide-index {
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}
.slide-img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slide-dot{ text-align: center; }
.dot{
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover{ background-color: #ffffff; }
.fade {
    animation-name: fade;
    animation-duration: 1s;
}
@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}

.link_deco{
  color: #ffffff;
}
.link_deco:hover{
  font-weight: bold;
  text-shadow:0 0 .4rem #ffffff;
}

.center_image{
  max-width: 512px;
}

#tweet_feed{

  max-width: 780px; /* Set a fixed width or use a percentage */
}
.feed{
  /*max-height: 500px; /* Set your desired maximum height */
  overflow-y: auto; /* Enable vertical scrolling */
 /* max-width: 780px; /* Set a fixed width or use a percentage */
}

#generator img {
  max-width: 450px;
}
#generator textarea {
  padding: 10px;
  border: none;
}
#generator a {
  text-decoration: none;
  color: #0992f9;
  text-shadow: 0.1em 0.1em 0.2em black;
}

#generator a:hover {
/* color:rgb(250, 232, 255);*/
color: #fff;
text-shadow:0 0 .4rem rgb(0, 0, 0);
font-weight: bold;
}
#downloadLink, #resetButton {
  display: none;
}

.hidden {
  opacity: 0;
}
.futuristic {
  display: inline-block;
  text-align: center;
  white-space: nowrap; /* Prevents text from wrapping */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensures the text stays within the element */
}
.futuristic_noflex {
  text-align: center;
}
#matrix_rain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Make sure it's behind everything else */
}

#copied-message {
  position: absolute;
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  z-index: 1000;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  pointer-events: none; /* Ensure it doesn't interfere with mouse events */
}

#copied-message.visible {
  opacity: 1;
}

.hidden {
  display: none;
}

/* Coin flip*/

:root {
  --lowlight: #111;
  --side: #966f19;
  --side-dark: #120e08;
  --coin-size: 350px;
  --coin-face: url('assets/images/corporate/coin.png');
}

.coin {
  height: var(--coin-size);
  width: var(--coin-size);
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coin::before {
  content: '';
  display: block;
  position: relative;
  height: var(--coin-size);
  width: var(--coin-size);
  border-radius: 50%;
  background-color: var(--face);
  animation: spin 3s linear infinite;
  background-image: var(--coin-face);
  background-size: 100% 100%;
  background-position: center;
  background-blend-mode: overlay;
}

.coin.flip::before {
  animation-name: flip;
}

.coin.copper::before {
  filter:
    hue-rotate(-40deg)
    brightness(0.75)
    contrast(115%);
  animation-delay: -0.25s;
}

.coin.silver::before {
  filter: saturate(0);
  animation-delay: -0.5s;
}

/* animation definitions */

@keyframes spin {
  0% {
    width: var(--coin-size);
    box-shadow:
      0 0 0 var(--side-dark);
    animation-timing-function: ease-in;
  }
  
  49.999% {
    width: 0.1rem;
    box-shadow:
      0.05rem 0 0 var(--side),
      0.1rem 0 0 var(--side),
      0.15rem 0 0 var(--side),
      0.2rem 0 0 var(--side),
      0.25rem 0 0 var(--side),
      0.3rem 0 0 var(--side),
      0.35rem 0 0 var(--side),
      0.4rem 0 0 var(--side),
      0.45rem 0 0 var(--side),
      0.5rem 0 0 var(--side),
      0.55rem 0 0 var(--side),
      0.6rem 0 0 var(--side),
      0.65rem 0 0 var(--side),
      0.7rem 0 0 var(--side),
      0.75rem 0 0 var(--side);
    transform: translateX(-0.375rem);
    background-color: var(--lowlight);
    animation-timing-function: linear;
  }
  
  50.001% {
    width: 0.1rem;
    box-shadow:
      -0.05rem 0 0 var(--side),
      -0.1rem 0 0 var(--side),
      -0.15rem 0 0 var(--side),
      -0.2rem 0 0 var(--side),
      -0.25rem 0 0 var(--side),
      -0.3rem 0 0 var(--side),
      -0.35rem 0 0 var(--side),
      -0.4rem 0 0 var(--side),
      -0.45rem 0 0 var(--side),
      -0.5rem 0 0 var(--side),
      -0.55rem 0 0 var(--side),
      -0.6rem 0 0 var(--side),
      -0.65rem 0 0 var(--side),
      -0.7rem 0 0 var(--side),
      -0.75rem 0 0 var(--side);
    transform: translateX(0.375rem);
    background-color: var(--lowlight);
    animation-timing-function: ease-out;
  }
  
  100% {
    width: var(--coin-size);
    box-shadow:
      0 0 0 var(--side-dark);
  }
}

@keyframes flip {
  0% {
    height: var(--coin-size);
    box-shadow:
      0 0 0 var(--side-dark);
    animation-timing-function: ease-in;
  }
  
  49.999% {
    height: 0.1rem;
    box-shadow:
      0 0.05rem 0 var(--side),
      0 0.1rem 0 var(--side),
      0 0.15rem 0 var(--side),
      0 0.2rem 0 var(--side),
      0 0.25rem 0 var(--side),
      0 0.3rem 0 var(--side),
      0 0.35rem 0 var(--side),
      0 0.4rem 0 var(--side),
      0 0.45rem 0 var(--side),
      0 0.5rem 0 var(--side),
      0 0.55rem 0 var(--side),
      0 0.6rem 0 var(--side),
      0 0.65rem 0 var(--side),
      0 0.7rem 0 var(--side),
      0 0.75rem 0 var(--side);
    transform: translateY(-0.375rem);
    background-color: var(--lowlight);
    animation-timing-function: linear;
  }
  
  50.001% {
    height: 0.1rem;
    box-shadow:
      0 -0.05rem 0 var(--side),
      0 -0.1rem 0 var(--side),
      0 -0.15rem 0 var(--side),
      0 -0.2rem 0 var(--side),
      0 -0.25rem 0 var(--side),
      0 -0.3rem 0 var(--side),
      0 -0.35rem 0 var(--side),
      0 -0.4rem 0 var(--side),
      0 -0.45rem 0 var(--side),
      0 -0.5rem 0 var(--side),
      0 -0.55rem 0 var(--side),
      0 -0.6rem 0 var(--side),
      0 -0.65rem 0 var(--side),
      0 -0.7rem 0 var(--side),
      0 -0.75rem 0 var(--side);
    transform: translateY(0.375rem);
    background-color: var(--lowlight);
    animation-timing-function: ease-out;
  }
  
  100% {
    height: var(--coin-size);
    box-shadow:
      0 0 0 var(--side-dark);
  }
}

