@font-face {
  font-family: Cabin Sketch;
  src: url(fonts/Cabin_Sketch/CabinSketch-Regular.ttf);
}
@font-face {
  font-family: Cabin Sketch Bold;
  src: url(fonts/Cabin_Sketch/CabinSketch-Bold.ttf);
}
b {
  font-family: Cabin Sketch Bold;
}
.reddd {
  color:#780803;
}
.blue {
  color:blue;
}
.green {
  color:green;
}
canvas {
  margin-top:10px;
  margin-bottom:25px;
}
body, html {
    margin: 0;
    font-family: Arial, sans-serif;
    cursor:default;
    background-color:#070707;
}

body::before, body::after {
    content: '';
    display:none;
    position: absolute;
    background-color: white;
    pointer-events: none;
    z-index: 10001;
}

body::before {
    width: 2px;
    height: 40px;
    transform: translate(-50%, -50%);
}

body::after {
    width: 40px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.crosshair-circle {
    width: 32px;
    height: 32px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10001;
    display:none;
}

body::before, body::after, .crosshair-circle {
    top: var(--cursor-y);
    left: var(--cursor-x);
    display: var(--display-cursor);
}

.section {
    width: 100%;
    min-height: 100vh;
    display: none;
    position: relative;
    z-index: 1;
    color:#ACACAC;
    background-color:#070707;
    position: sticky;
}

.hero {
    margin-top:0;
    background-color:#070707;
    display:block;
    background-image: url('images/hero_latest.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:col;
    position:sticky;
   top:0;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index:9998;
  width:100%;
  display:flex;
  justify-content: flex-start;
  gap:20px;
  align-items:center;
  padding: 10px 20px;
  background-color:#070707;
}
    .header .logo img#logo {
      height: auto;
      width:500px;
      margin-left:40px;
    }
  .header .menu {
    margin-left: auto;
    margin-right: auto;
  }
    .header .menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 20px;
    }
      .header .menu ul li {
      }
        .header .menu ul li a {
          cursor: none;
          font-family:Cabin Sketch Bold;
          color:#B7B7B7;
          text-decoration:none;
          text-transform:uppercase;
          font-size:1.2em;
        }
        .header .menu ul li a.buy_now {
          color:#780804;
        }
        .header .menu ul li a:hover {
          text-decoration:underline;
        }

.burger-menu {
    display: none;
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
    color: #B7B7B7;
}

h1 {
  font-family:Cabin Sketch Bold;
  text-transform:uppercase;
  text-align:center;
  margin-top:156px;
  font-size:48px;
  margin-bottom:96px;
}
.talent {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.talent .person-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
    text-align: center;
}

.talent .person-container .person {
    margin: 0 40px;
}

.talent .person-container .person img {
    max-width: 100%;
    height: auto;
    border: 1px solid #b9b9b9;
}

.talent .person-container .person p {
    text-align: left;
    max-width: 100%;
    font-family: Cabin Sketch;
}

.song {
    background-color:rgb(0,0,0,0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .song .song_description {
    width:55%;
    background-color:#111;
    font-family: Cabin Sketch;
    border-radius:8px;
    padding:16px;
    margin-top:-48px;
    margin-bottom:96px;
 }
.song h2 {
  font-family: Cabin Sketch Bold;
  margin-top: 96px;
}
 .song .song_holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
 }
 .song .song_link {
    display: flex;
    align-items: center;
    gap: 20px;
 }
 .song .song_link a {
    cursor:none;
 }
 .song .song_link img {
    height: auto;
    border:1px solid #b9b9b9;
    padding:2px;
 }
  
.token {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0% 0;
    margin-top:-50px;    
}
  .token_hero {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    min-height:100vh;
  }
    .token_hero div.text {
      width:52%;
      margin-left:3%;
      margin-right:5%;
    }
      .token_hero div.text p {
        width:70%;
        font-family: Cabin Sketch;
      }
      .token_hero div.text button {
        flex: 1;
        background-color: #780804;
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 12px 20px;
        font-size: 18px;
        cursor: none;
        max-width:240px;
        margin-left:0;
        margin-top:24px;
        font-family: Cabin Sketch;
      }
.token_hero div.text button:hover {
  background-color: #00b356;
}

    .token_hero div.vid {
      position: relative;
      overflow: hidden;
      width:40%;
      margin-top:15%;
    }
    .token_holder {
      display: flex;
      justify-content: space-between;
      width: 80%;
      max-width: 1200px;
    }

    .token_utility {
      width: 70%;
      text-align:center;
      min-height:100vh;
      height:auto;
      font-family: Cabin Sketch;
      position:relative;
    }
      .token_utility .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10%;
        margin-top:48px;
      }

      .token_utility .grid > div {
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align:center;
        width:90%;
      }
      .token_utility .grid > div img {
        width:128px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:32px;
      }
      .token_utility .grid > div strong {
        margin-bottom: 10px;
        text-align:center;
        width:100%;
      }

    .token  h1 {
      font-size: 7em;
      text-align: left;
      margin-bottom: 20px;
    }

  .token_hero div.vid::after {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
    .token iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 80%;
      height:80%;
    }

    .token h2 {
        font-size: 2em;
        margin-top: 20px;
    }

    .token ul {
        list-style-type: disc;
        margin-left: 40px;
    }

    .token li {
        margin-bottom: 10px;
    }

.token_business_plan {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}
  .token_business_plan h2 {
    width:100%; 
    font-family: Cabin Sketch;
    text-align:center;
    font-size:2em;
  } 
  .token_business_plan p.top {
    text-align:center;
    font-family: Cabin Sketch;
    width:100%;
  }
.timeline {
    position: relative;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    min-height: 100px; /* Adjust as needed */
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;   
    left: 50%;
    width: 4px;
    background: #780803;
    z-index: -1;
}

.event {
    font-family: Cabin Sketch;
    position: relative;
    width: 40%;
    margin-bottom: 40px;
    clear: both;
}

.event:nth-child(odd) {
    float: right;
    padding-right: 10%;
    text-align: left;
    margin-left:10px;
}

.event:nth-child(even) {
    float: left;
    padding-left: 10%;
    text-align: right;
    margin-right:10px;
}

.event .content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: transparent;

}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.event:nth-child(odd)::before {
    content: '';
    position: absolute;
    top: 50%; /* This will center the dot vertically with the event content */
    left: calc(0% + 2px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff; /* Adjust color as needed */
    z-index: 1;
    transform: translateX(-50%) translateY(-50%); /* This will center the dot horizontally and vertically */
}
.event:nth-child(even)::before {
    content: '';
    position: absolute;
    top: 50%; /* This will center the dot vertically with the event content */
    left: calc(100% + 2px);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff; /* Adjust color as needed */
    z-index: 1;
    transform: translateX(-50%) translateY(-50%); /* This will center the dot horizontally and vertically */
}


.tokenomics {
  display: flex;
  flex-direction: column;
  align-items:center;
  background-color:rgb(0,0,0,0.7);
}
 .tokenomics ul {
   margin-left:-15px;
 }
 .tokenomics .tokenomics_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
 }
  .tokenomics .tokenomics_holder .token_tokenomics {
    width:60%;
    margin-left:30%;
    background-color:#111;
    font-family: Cabin Sketch;
    border-radius:8px;
    padding:16px;
  }
  .tokenomics .tokenomics_holder .token_valuation {
    width:60%;
    margin-left:5%;
    background-color:#111;
    font-family: Cabin Sketch;
    border-radius:8px;
    padding:16px;
  }
    .tokenomics .tokenomics_holder li {
      margin-bottom:10px;
    }
 
.buy {
  display: flex;
  flex-direction: column;
  align-items:center;
}
.buy .exchange_link {
  margin-top:48px;
  margin-bottom:48px;   
  border:1px solid #c00;
}
.buy .exchange_info {
  width:80%;
  text-align:center;
}

  .buy .exchange_info a {
    color:#fff;
  }
.buy .ieo_coming_soon {
  width:40%;
  background-color:#111;
  font-family: Cabin Sketch;
  border-radius:8px;
  padding:16px;
  margin-bottom:96px;
}
  .buy .ieo_coming_soon a {
    cursor:none;
    color:#fff;
  }

.buy .mailsub {
  background-color: #111;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(255,255,255, 0.1);
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-family: Cabin Sketch;
  margin-bottom:48px;
}

.buy .mailsub .form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.buy .mailsub .form-row label {
  flex: 1;
  margin-right: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ccc;
  text-align:right;
}

.buy .mailsub .form-row input[type="text"] {
  flex: 2;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  margin-right:120px;
}

.buy .mailsub .form-row button {
  flex: 1;
  background-color: #780804;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: none;
  max-width:240px;
  margin-left:auto;
  margin-right:auto;
  font-family: Cabin Sketch;
}

.buy .mailsub .form-row button:hover {
  background-color: #00b356;
}
.buy .mailsub .form-row span.warning {
  text-align:center;
  font-size:0.8em;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:24px;
}
.buy .countdown {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  font-size: 4rem;
  font-family: Cabin Sketch Bold;
  margin-bottom:128px;
  height:auto;
}
.buy .countdown .empty {
  display:flex;
  grid-column: span 1; /* Takes up one column */
}
.buy .countdown .digit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #111;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}

.buy .countdown .label {
  font-size: 1rem;
  color: #000;
  margin-top: 100px;
  background-color:#fff;
  margin-left:-132px;
  width:122px;
  text-align:center;
}

.footer {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  width:50%;
  color:#666;
  font-size:10px;
  padding:5%;
  z-index:9998;
  background-color:rgb(0,0,0,0.7);
  position:relative;
}
 .footer a {
   cursor:none;
   color:#fff;
 }

.clear {
  clear:both;
}
.disclaimer {
    background-color:#000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('images/bars.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    transition: top 3s ease-out;
    z-index: 10000;
}
  .disclaimer .disclaimer-modal {
      width: 50%;
      padding: 20px;
      background-color: rgba(50, 50, 50, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      text-align: center;
      z-index: 10000;    
  }

button {
    margin: 10px;
    padding: 10px 20px;
    cursor: none;
}
button:hover::before, button:hover::after {
    display: block;
}
.notification {
  position:fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1279px) {
    .event, .event:nth-child(odd), .event:nth-child(even) {
        width: 95%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .event:nth-child(odd)::before, .event:nth-child(even)::before {
        display: none; /* This hides the dots */
    }
    .timeline::before {
        display: none; /* This hides the line */
    }

    .token_hero {
        flex-direction: column;
        align-items: center;
    }

    .token_hero div.text {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .token_hero div.text h1 {
        font-size: 3em;
    }

    .token_hero div.text p {
        width: 90%;
        margin: 0 auto;
        text-align:center;
        font-size:0.8em;
        margin-top:24px;
        margin-bottom:24px;
    }
    .token_hero div.text button {
       margin:0;
       margin-top:24px;
       margin-bottom:48px;
    }
    .token_hero div.vid {
        margin-top: 20px;
        min-height:200px;
        min-width:300px;
    }
    .token_utility {
      margin-bottom:500px;
    }
    .token_utility .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5%;
        height:auto;
    }

    .token_utility .grid > div {
        width: 100%;
    }

    .token h1 {
        text-align:center;
        font-size: 4em;
    }

    .token h2 {
        font-size: 1.5em;
    }
    .token_business_plan h2 {
       font-size:2em;
    }
    .token iframe {
        width: 350px;
        height: 250px;
        position:relative;
    }
    .token {
      margin-top:0;
    }
    .buy .mailsub {
      width:90%;
    }
    .buy .mailsub .form-row input[type="text"] {
      margin-right:10%;
    }
    .buy .ieo_coming_soon {
      width:85%;
    }
    .buy .countdown {
      font-size:2rem;
    }
    .buy .countdown .digit {
      width:60px;
      height:80px;
    }
    .buy .countdown .label {
      font-size:0.8rem;
      width:62px;
      margin-top: 60px;
      background-color:#fff;
      margin-left:-72px;
    }
    .hero {
      margin-top:100px;
      min-height:100vh;
      display: block;
      background-image: url(images/hero_mobile_latest.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 100%;
    }
    .song .song_holder {
        grid-template-columns: 1fr;
    }
    .talent .person-container {
        grid-template-columns: 1fr;
    }
    .token .token_holder {
        grid-template-columns: 1fr;
    }
    .tokenomics .tokenomics_holder {
        grid-template-columns: 1fr;
    }

    .token .token_holder .token_intro,
    .token .token_holder .token_utility,
    .token .token_holder .token_business_plan,
    .tokenomics .tokenomics_holder .token_tokenomics,
    .tokenomics .tokenomics_holder .token_valuation {
      margin-left:auto;
      margin-right:auto;
      width:85%;
      margin-bottom:25px;
    }

    .footer {
      width:85%;
    }
    .talent .person-container .person {
    }
    .header .logo img#logo {
      width:65%;
      margin-left:0;
    }
    .burger-menu {
        display: block;
    }

    .header .menu {
        position: absolute;
        top: 70px;
        right: 0;
        width: 50%;
        background-color: #070707;
        z-index: 9999;
    }

    .menu:not(.active) {
        display: none;
    }

    .header .menu ul {
        flex-direction: column;
        gap: 10px;
    }

    .header .menu ul li a {
        font-size: 1em;
    }

    .token {
        flex-direction: column; /* Stack the children vertically */
    }
    .token .token_intro, .token .token_utility {
        max-width: 100%;       /* Allow each child to take up the full width */
    }

}
@media only screen and (min-width: 1280px) {
    .menu {
        display: block !important;
    }
    .hero {
      margin-top:0px;
    }
}

@media only screen and (max-width: 800px) {
    .hero {
      margin-top:0px;
    }
    .disclaimer {
        background-size: 100% 100%;
    }
    .song .song_description {
      width:75%;
    }
}

