:root {
  --white: rgb(255, 255, 255);
  --sky-blue: #fdfdfd;
  --black: rgb(255, 247, 202);
}
html {
  scroll-behavior: smooth;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  
}
.stage-names{
  display: flex;
  flex-direction: row;
  font-size: 20px;
  width: 60%;
  border: 2px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}
.stage-name{
  padding-left: 10px;
  padding-right: 10px;
}
.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

@media screen and (max-width: 1280px) {
  .div-block img {
    top: 35px;
  }
}

@media screen and (max-width: 1120px) {
  .div-block img {
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .div-block img {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  
  color: var(--white);
  background: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  font-family: Sourcesanspro, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
    margin-top: 100px; /* Adjust the margin to create space under the fixed navbar */

  
}

h1  {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

a {
  text-decoration: none;
}


.security-section {
  scroll-padding-top: 100px;
}

.journal-section,
.memes-section {
  min-height: 100vh;
  padding-top: 100px;
}

.block {
  margin-bottom: 40px;
}

.journal-hero,
.memes-hero {
  padding-top: 40px;
}

.journal-section h2,
.memes-section h2 {
  font-size: 60px;
  margin-bottom: 20px;
  color: var(--sky-blue);
}

.journal-section h3,
.memes-section h3 {
  color: var(--sky-blue);
}

.journal-section .info,
.block-list .info {
  display: flex;
  align-items: start;
  gap: 5px;
}

.journal-section .info h3,
.block-list .info h3 {
  /* text-wrap: nowrap !important;
  word-spacing: nowrap !important; */
  white-space: nowrap !important;
  margin: 0;
  color: var(--sky-blue);
}

.journal-section .info p,
.block-list .info p {
  margin: 0;
}

.block-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.w-locales-items {
  display: flex;
  flex-direction: column;
}

.w-locales-items span {
  display: inline-block;
}

.page-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.main-background-video {
  min-height: 100vh;
  opacity: 0.7;
  box-shadow: inset 0 -90px 200px 300px #ffffff;
}

.hero-section {
  height: 100vh;
  align-items: center;
  display: flex;
  position: relative;
}

.video {
  z-index: -1;
  min-height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container.hero {
  height: 100vh;
  align-items: center;
  display: flex;
}

.container.as-preview-in {
  text-align: center;
  text-transform: uppercase;
}

.hero-component {
  height: 100%;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.button {
  z-index: 1;
  background-color: var(--sky-blue);
  color: var(--black);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
  position: relative;
}

button[disabled],
html input[disabled] {
  background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  opacity: 0.6;
  cursor: not-allowed;
}

.button.small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
}

.welcome_vid {
  display: block;
  margin: 0 auto;
}

.welcome_vid {
  display: block;
  margin: 0 auto;
  width: 150%;
  height: auto;
}

.spacer-62 {
  padding-top: 20px;
}

.video-overlay {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-left {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-right {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-bottom: 7rem;
  display: grid;
}

.hero-right.hide-desktop {
  display: none;
}

.hero-image {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50% 64%;
  position: relative;
  transform: scale(1.5);
}

.div-block {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.story-component {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 10px;
  display: grid;
}

.story-section {
  max-width: 100%;
  background-image: none;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
}

.tokenomics-section {
  margin-top: -100px;
  padding-top: 100px;
}



.mint-section {
  margin-top: -100px;
  padding-top: 100px;
}

.stake-section {
  margin-top: -100px;
  padding-top: 100px;
}


.burnometer-section {
  margin-top: -100px;
  padding-top: 100px;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 15px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  color: gold;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) { /* Tablet and below */
  .burnometer-section {
    padding: 10px 10px; /* Adds space on left and right */
    font-size: 80%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) { /* Mobile screens */
  .burnometer-section {
    padding: 10px 10px; /* Adds space on left and right */
    font-size: 70%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}


.tokenomics-component {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 100px;
}

.burn-component {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-component {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  margin-bottom: 40px;
}



.smart-component {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}


.mint-component {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;


}


.stake-component {
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 30px;
 
}

.tokenomics-paragraph {
  max-width: 1150px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.security-section {
  background-image: none;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
}

.tokenomics-columns {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 45px;
  padding-bottom: 45px;
  display: grid;
  position: relative;
}

.security-text {
  color: var(--sky-blue);
  text-align: center;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-top: 8px;
}

.security-icons-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 3.75rem;
  display: flex;
}

.security-heading {
  letter-spacing: 0.56px;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 600;
}

.security-para {
  color: var(--sky-blue);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.security-highlight {
  color: var(--white);
  font-weight: 700;
}

.security-video {
  z-index: -1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.smart-contract-component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.sc-h2 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}

.minter {
  width: 460px;
  height: 520px;
  max-width: 50%; 
  border: 1px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.sc-address {
  letter-spacing: 1.6px;
  background-color:  #F0B90B;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 20px 48px;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
}

.presale-address {
  letter-spacing: 1.6px;
  background-color: #514f4f;
  border-radius: 50px;
  margin-bottom: 8px;
  padding: 20px 48px;
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

.sc-para {
  margin-top: 90px;
  margin-bottom: 50px;
}

.logo-wrapper {
  min-width: 200px;
  background-color: #101010;
  border: 1px solid #292929;
  justify-content: center;
  align-items: center;
  padding: 16px 38px;
  display: flex;
}

.logos-wrapper {
  width: 100%;
  min-width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.shibainu-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  margin-top: -9rem
}

.shiba-para {
  max-width: 50rem;
  text-align: center;
  margin-top: 400px;
}

.socials-component {
  max-width: 914px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.socials-para {
  letter-spacing: 0.64px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
}

.socials-para2 {
  margin-bottom: 48px;
}

.socials-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  display: flex;
}

.social-link {
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.footer {
  margin-top: 100px;
  background: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00); /* Sets the background to red */
  color: white;   
  height: 100px; /* Ensures text is readable */
  display: flex; /* Flexbox for better alignment */
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  text-align: center; /* Center text alignment for smaller screens */
  padding: 10px; /* Adds spacing around the content */
  flex-direction: column;
}

.footer a {
  color: white;          /* Ensures links are visible */
  text-decoration: none; /* Removes underlines from links */
}

.footer a:hover {
  text-decoration: underline; /* Adds underline on hover for better UX */
}






.footer-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 0px;
  padding-bottom: 50px;
  padding-left: 20px;
  display: grid;
  position: absolute; /* Or relative if needed */
  left: 0; /* Move to the left border */
}


.footer-link {
  padding-top: 30px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #0c2565;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  gap: 20px;
}


.footer-link:hover {
  color: var(--white);

}

.copy-right {
  
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 60px;
  font-size: 1rem;
  font-weight: 600px;
}

.footer-icon {
  max-width: 46px;
}



.navbar-logo-left {
  z-index: 10;
  background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  display: flex;
}

.nav-Tokenomics-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #4f082d;
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 30px;
  line-height: 1.25;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  border-radius: 4px;
  outline: 2px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  border-radius: 4px;
  outline: 2px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.nav-link.w--current {
  white-space: nowrap;
}

.hide {
  display: none;
}




.baby-sinSOWL {
  width: 60%;
  display: block;
  transform: scale(1.4);
}



.locales-wrapper {
  display: inline-block;
}

.lan-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown {
  display: flex;
}

.icon {
  color: #7a7a7a;
  margin-right: -8px;
}

.dropdown-list {
  top: 4px;
}

.dropdown-list.w--open {
  background-color: #0d0a0b;
  top: 35px;
  right: -53.735px;
}

.ico-component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.pump-h2 {
 
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.16;
}





.howtobuy-section {
  scroll-padding-top: 100px;
}

.howtobuy-section {
  background-image: none;
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
}

.howtobuy-component {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 45px;
  padding-bottom: 45px;
  display: grid;
  position: relative;
}

.howtobuy-component {
  grid-template-columns: 1fr;
}

.howtobuy-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.howtobuy-text {
  font-size: 0.8753rem;
  line-height: 1.2;
}

.howtobuy-icons-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.howtobuy-heading {
  font-size: 17px;
}



.coins-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.select-coin {
  border: 1.5px solid var(--sky-blue);
  color: var(--sky-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.29);
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  margin: 6px;
}

.select-coin.active {
  background-color: var(--sky-blue);
  color: var(--black);
}

@media (max-width: 767px) {
  .select-coin {
    flex: 1;
  }
}

.input-field {
  min-height: 3.125rem;
  border: 1px solid var(--sky-blue);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  margin-bottom: 0;
}

.form-relative {
  position: relative;
}

.field-selected {
  background-color: var(--sky-blue);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: auto;
  right: 4px;
}

.SOWL-received-symbol {
  color: var(--black);
}

.SOWL-rec-wrapper {
  min-height: 52px;
  background-color: var(--sky-blue);
  border-radius: 30px;
  justify-content: space-between;
  padding: 8px 32px;
  display: flex;
}

.SOWL-wrap {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.form-wrap {
  margin-bottom: 0;
}

.coins-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.btn-wrap1 {
  border: 1px solid rgba(78, 240, 250, 0.32);
  border-radius: 50px;
  padding: 8px;
}

.btn-wrap-2 {
  border: 1px solid rgba(78, 240, 250, 0.16);
  border-radius: 50px;
  padding: 8px;
}

.cramer {
  display: none;
}

.avatar {
  z-index: 4;
  height: 400px;
  cursor: pointer;
  object-fit: contain;
  position: relative;
  transform: scale(1.3);
}

.avatar._3 {
  transform: rotate(-6deg) scale(1.3);
}

.avatar.middle {
  transform: translate(15px, 15px) scale(2);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) { /* Tablet and below */
  .avatar.middle {
    transform: translate(10px, 10px) scale(1.5); /* Adjusted for smaller screens */
  }
}

@media (max-width: 480px) { /* Mobile screens */
  .avatar.middle {
    transform: translate(5px, 5px) scale(1.3); /* Further adjustment for mobile */
  }
}

.bgv {
  z-index: 1;
  aspect-ratio: 2 / 3;
}

.svg {
  display: none;
  position: absolute;
  transform: scale(1.01);
}

.svg._2 {
  transform: scale(1.2);
}

.btn-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rect {
  display: block;
}

.home-cta {
  z-index: 1;
  background-color: #F0B90B;
  color: var(--black);
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 11px;
  display: inline-block;
  position: relative;
}

/* Responsive adjustments */

/* For screens smaller than 768px (tablets and smaller devices) */
@media (max-width: 768px) {
  .home-cta {
    padding: 15px 20px;
    font-size: 0.8rem;
    line-height: 9px;
  }
}

/* For screens smaller than 480px (phones) */
@media (max-width: 480px) {
  .home-cta {
    padding: 10px 15px;
    font-size: 0.8rem;
    line-height: 8px;
  }
}

/* For very small screens, you may also consider making the button full-width */
@media (max-width: 320px) {
  .home-cta {
    width: 100%;
    text-align: center;
  }
}



/* For very small screens, you may also consider making the button full-width */
@media (max-width: 320px) {
  .home-cta {
    width: 100%;
    text-align: center;
  }
}


.home-cta.small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.8rem;
}

.step-4-info-wrapper,
.step-5-info-wrapper {
  border: 2px solid var(--sky-blue);
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.paragraph-m {
  letter-spacing: -0.4px;
  font-size: 20px;
}
--background
.text-light-grey {
  color: rgba(255, 255, 255, 0.65);
}

.center-div {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.step-3-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step {
  min-width: 120px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.white-line {
  width: 2px;
  height: 100%;
  background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.black {
  background-color: rgba(10, 10, 10, 0);
}

.step-2-info-wrapper {
  border: 2px solid var(--sky-blue);
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-1-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
  position: static;
}

.step-2-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.black-line {
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
  position: absolute;
  left: 19px;
  right: 20px;
}

.container-2 {
  z-index: 2;
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-2.small {
  max-width: 920px;
}

.container-2.small.flex {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.step-3-info-wrapper {
  border: 2px solid var(--sky-blue);
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.step-heading {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.step-heading.margin-xs {
  color: var(--sky-blue);
}

.timeline-wrapper {
  width: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.step-wrapper.margin-l {
  margin-bottom: 36px;
}

.process-image {
  width: 240px;
  height: 240px;
  background-image: url("../images/Process_step_background.png");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-4-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.step-1-info-wrapper {
  border: 2px solid var(--sky-blue);
  border-radius: 16px;
  flex: 1;
  align-items: center;
  padding: 24px;
  display: flex;
}

.grey-line {
  width: 2px;
  height: 82%;
  background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  position: relative;
}

.step-5-number {
  z-index: 2;
  border: 8px #161616;
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  overflow: hidden;
}

.section_roadmap {
  margin-top: -100px;
  padding-top: 100px;
}

.roadmap-component {
  width: 100%;
  max-width: 650px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 0.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.roadmap_card-heading {
  color: var(--sky-blue);
  line-height: 1.4;
}

.roadmap_card-text {
  z-index: 5;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.bg {
  z-index: 1;
  width: 100%;
  height: 20%;
  background-color: var(--black);
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dark-bg-line {
  width: 0.375rem;
  height: 100%;
  background-color: #101010;
  border-radius: 20px;
}

.circle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  border-radius: 3.125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  /* right: 0%; */
}

.line-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.tag {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.dark-bg-sblue {
  width: 0.375rem;
  background-color: var(--sky-blue);
  border-radius: 20px;
  position: relative;
}

.video-avartar {
  z-index: 11;
  width: 100%;
  height: 100%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: none;
}

.video-avartar.hide {
  display: none;
}

.avartar-bg-video {
  width: 300px;
  height: 400px;
}

.ikonik-jgabj {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-pulsex {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-9mm {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-9inch {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.path-cels1,
.ikonik-qra6 {
  color: #000;
}

.close-avatar {
  z-index: 13;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 18%;
}

.avatar-pop-up {
  width: 100vw;
  height: 100vh;
  background-color: #fcfffc;
  position: relative;
}

.pop-up-wrapper {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.security_image {
  max-width: 400px;
  margin: 4 auto;
}

.meme_image {
  max-width: 500px;
  margin: 4 auto;
}

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

.pop-up-wrapper2,
.pop-up-wrapper3 {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ed {
  display: none;
}

.marquee {
  position: relative;
  width: 100%;
    max-width: 800px;
  overflow: hidden;
    margin: 0 auto;          /* center horizontally */
  white-space: nowrap;

  cursor: grab; /* Default cursor when not dragging */
  padding-bottom: 1rem;
}



.marquee-content {
  display: flex;
  animation: scroll-right 20s linear infinite;
}

.marquee-content .marquee-image {
  flex-shrink: 0;
  width: 128px;
  height: auto;
  border-radius: 15px;
  border: 2px solid black;
  margin-right: 20px;
}

/* The cloned content */
.marquee-content:after {
  content: '';
  display: flex;
  width: 100%;
}

/* Keyframes to make the scrolling seamless */
@keyframes scroll-right {
  0% {
    transform: translateX(-100%); /* Start at the leftmost position */
  }
  100% {
    transform: translateX(0%); /* Move to the left, passing the full width of the container */
  }
}









.flex {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-banner {
  background-color: var(--sky-blue);
  color: var(--black);
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.1rem;
  display: block;
}

.ikonik-77fwl {
  width: 100%;
  max-width: 4rem;
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.social-logo {
  width: 61.0044px;
}

._100vh {
  height: 100vh;
}

.tokenomics-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ikonik-89zii,
.ikonik-yp3ka,
.ikonik-hrlva,
.ikonik-emjca {
  color: #7a7a7a;
}

.ikonik-p7oqm {
  width: 13px;
  color: #7a7a7a;
  margin-left: -11px;
}

.SOWL-image-logo {
  width: 100%;
  max-width: 3.75rem;
}

.absolute-nav {
  height: 0;
  position: absolute;
  top: 96px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.SOWL-tag {
  font-size: 1rem;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.ikonik-imo {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-kinta {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-4fdvnl {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-gldea {
  color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
}

.ikonik-gldea.x {
  max-width: 42px;
}

.tokenomics-image-wrapper {
  width: 100%;
  max-width: 48rem;
  min-height: 27rem;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
}

.button-sec {
  z-index: 1;
  background-color: var(--sky-blue);
  color: var(--black);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
  position: relative;
}

.button-sec.small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
}

.button-th {
  z-index: 1;
  background-color: var(--sky-blue);
  color: var(--black);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  display: inline-block;
  position: relative;
}

.button-th.small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875rem;
}

.brand {
  grid-column-gap: 0.8rem;
  grid-row-gap: 0.8rem;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 40rem;
  display: block;
}

.image-1 {
  max-width: 50rem;
  display: block;
}

.image-banner {
  max-width: 80rem;
  display: block;
  border-radius: 15px;
  border: 2px solid black;
  margin-top: 40px; 
  
}

.image-NFT {
  max-width: 14rem;
  display: block;
  border-radius: 15px;
  margin: 0 auto; /* This centers the image horizontally */
}

/* Mobile responsiveness for tablets and larger mobile screens */
@media (max-width: 768px) {
  .image-3 {
    max-width: 80%; /* Adjusts the image to fit the screen width */
    margin: 0 auto;  /* Centers the image */
  }
  .image-1 {
    max-width: 100%;
  }

  .image-banner {
    max-width: 100%; /* Adjusts the image to fit the screen width */
    margin-top: 60px; 
    margin: 0 auto;  /* Centers the image */
  }
  .image-NFT {
    max-width: 65%; /* Adjusts the image to fit the screen width */
    margin: 0 auto;  /* Centers the image */
  }
}

/* Additional responsiveness for smaller mobile screens */
@media (max-width: 480px) {
  .image-3 {
    max-width: 80%; /* Ensures the image fits the screen even on smaller devices */
    margin: 0 auto;  /* Centers the image */
  }
  .image-banner {
    max-width: 100%; /* Ensures the image fits the screen even on smaller devices */
    margin: 0 auto;  /* Centers the image */
    margin-top: 60px; 
  }
  .image-NFT {
    max-width: 60%; /* Ensures the image fits the screen even on smaller devices */
    margin: 0 auto;  /* Centers the image */
  }
}

.image-4 {
  height: 4rem;
}

@media screen and (max-width: 991px) {
  .nav-Tokenomics-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-Tokenomics-two {
    background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .Tokenomics-button {
    padding: 12px;
  }

  .Tokenomics-button.w--open {
    color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
    background-color: linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  }

  .step-4-info-wrapper,
  .step-5-info-wrapper {
    align-items: flex-start;
  }

  .paragraph-m {
    font-size: 18px;
  }

  .step {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: -19px;
    bottom: auto;
    left: 24px;
    right: auto;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .step-2-info-wrapper {
    align-items: flex-start;
  }

  .black-line {
    display: none;
  }

  .container-2.small.flex {
    width: 100%;
    max-width: none;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .step-3-info-wrapper {
    align-items: flex-start;
  }

  .timeline-wrapper {
    display: none;
  }

  .step-1-info-wrapper {
    align-items: flex-start;
  }


}

@media screen and (max-width: 767px) {
  .shibainu-component {
    margin-top: -6rem;
  }

  .block-list .info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  h1 {
    text-align: center;
    font-size: 1rem;
  }

  h2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1;
  }

  h3 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 0.9;
  }

  h4 {
    text-align: center;
    font-size: 1rem;
    line-height: 0.8;
  }

  p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }

  .block-list .info h4 {
    margin: 0 auto !important;
  }

  .journal-section,
  .memes-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section,
  .container.hero {
    height: auto;
  }

  .hero-component {
    height: auto;
    grid-template-columns: 1fr;
  }

  .hero-left {
    height: auto;
    padding-top: 139px;
  }

  .hero-right {
    height: auto;
  }

  .hero-right.hide-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-right.hide-mobile {
    display: none;
  }

  .story-component,
  .tokenomics-columns {
    grid-template-columns: 1fr;
  }

  .security_image,
  .security_content {
    margin: 0.2 auto;
  }

  .sc-address {
    font-size: 0.5rem;
  }

  .presale-address {
    font-size: 1rem;
  }

  .logos-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logos-wrapper.scroll {
    flex-wrap: nowrap;
  }

  .shiba-para {
    max-width: 100%;
    margin-left: 0;
  }

  .copy-right {
    display: flex;
    font-size: 0.6rem;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-Tokenomics-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .inu-logo {
    width: 110px;
    transform: translate(1px, -2px);
  }

  .footer-logo {
    display: block;
  }

  .footer-component {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative; 
  }

  .baby-sinSOWL {
    transform: none;
  }

  .click-on-avatars {
    padding-top: 10px;
  }

  .SOWL-wrap {
    flex-direction: column;
  }

  .step-4-info-wrapper,
  .step-5-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step {
    left: 16px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-2-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-info {
    margin-left: 0;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-3-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .process-image {
    width: 100%;
    background-image: url("../images/Process-Image-Background-Mobile.png");
    background-size: cover;
    margin-bottom: 24px;
  }

  .step-1-info-wrapper {
    flex-direction: column;
    padding: 16px;
  }

  
  .pump-h2 {
    margin-bottom: 12px;
    font-size: 38px;
    font-weight: 600;
  }

  .marquee-image.hide-mobile,
  .coin.hide-mobile {
    display: none;
  }

  .tokenomics-component {
    padding-top: 0;
    padding-bottom: 90px;
    margin-bottom: 180px;
  }

  .about-component {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .smart-component {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .footer-icon {
    max-width: 32px;
  }
  .footer-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    flex-direction: column;
  }

}

@media screen and (max-width: 479px) {

  .inu-container {
    padding-top: 0 !important;
    margin-top: -40px;
  }

  .socials-component {
    margin-top: 1rem;
    line-height: 0.7;
  }

  h1 {
    text-align: center;
    font-size: 0.8rem;
  }

  h2 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1;
  }

  h3 {
    text-align: center;
    font-size: 1rem;
    line-height: 0.9;
  }

  h4 {
    text-align: center;
    font-size: 0.8rem;
    line-height: 0.8;
  }
  

  p {
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .container.hero {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .container.as-preview-in {
    font-size: 26px;
  }

  .container.roadmap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    line-height: 1.2;
  }

  .button.smart-contract {
    padding: 6px 16px;
    font-size: 0.875rem;
  }

  .spacer-62 {
    padding-top: 20px;
  }

  .hero-left {
    align-items: center;
    padding-top: 83px;
  }

  .hero-right.hide-desktop {
    padding-bottom: 0;
  }

  .hero-image.mobile {
    display: block;
  }

  .story-component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .tokenomics-component {
    padding-top: 0;
    padding-bottom: 90px;
    margin-bottom: 180px;
  }
  .about-component {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .smart-component {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .tokenomics-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .security-text {
    font-size: 0.8753rem;
    line-height: 1.2;
  }

  .security-icons-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .security-heading {
    font-size: 17px;
  }

  .smart-contract-component {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sc-h2 {
    margin-top: 0;
    font-size: 16px;
  }

  .sc-address {
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 0.35rem;
  }

  .presale-address {
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 0.6rem;
  }

  .sc-para {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .shibainu-section {
    margin-bottom: 24px;
  }

  .shibainu-component {
    grid-template-rows: auto;
    margin-top: 0;
  }

  .shiba-para {
    margin-top: 250px;
  }

  .socials-para {
    margin-top: -30px;
    font-size: 1.2rem;
  }

  .socials-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .social-link {
    max-width: 52px;
  }

  .footer-component {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative; 
  }

  .footer-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    flex-direction: column;
  }

  .copy-right {
    justify-content: center;
    font-size: 0.4rem;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand {
    width: 110.257px;
    align-items: center;
  }

  .navbar-brand.w--current {
    width: 100%;
    height: 37.3304px;
    max-width: 119px;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: 0.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .nav-Tokenomics-two {
    background-color: var(--black);
    flex-direction: column;
  }

  .Tokenomics-button.w--open {
    background-color: rgba(166, 177, 191, 0);
  }

  .inu-logo {
    width: 79px;
    transform: translate(-2px, 1px);
  }

  .footer-logo {
    max-width: 10rem;
  }

  .baby-sinSOWL {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .ico-component {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .pump-h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 600;
  }

  .time-label {
    font-size: 0.875rem;
  }

  .clock-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    margin-bottom: 28px;
    padding: 10px 36px;
  }

  .time-number {
    font-size: 1.5rem;
  }



  .select-coin {
    padding: 6px 18px;
    font-size: 0.875rem;
  }

  .input-field {
    width: 100%;
    min-height: 2.75rem;
  }

  .field-selected {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875rem;
  }

  .SOWL-received-symbol {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .SOWL-rec-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .SOWL-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .coins-wrapper {
    margin-bottom: 16px;
  }

  .avatar {
    height: 300px;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .roadmap_card-heading {
    font-size: 16px;
    text-align: left;
  }

  .roadmap_card-text {
    font-size: 1rem;
    line-height: 1.2;
  }

  .story-left {
    text-align: center;
  }

  .security_image {
    max-width: 220px;
  }

  .vertical-flex {
    margin-bottom: 41px;
  }

  .marquee {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }

  .marquee-image {
    max-width: 200px;
  }

  .marquee-image.b {
    max-width: 200px;
    padding: 8px 14px;
  }

  .flex {
    margin-bottom: 31px;
  }

  .coin {
    display: none;
  }

  .heading {
    font-size: 3rem;
  }

  .tokenomics-image {
    border-radius: 8px;
  }

  .text-block {
    font-size: 0.8rem;
  }

  .Tokenomicslist {
    flex-direction: column;
    display: flex;
  }

  .logo-image {
    max-width: 95px;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .hero-heading {
    width: 100%;
  }

  .ikonik-p7oqm {
    margin-left: -7px;
  }

  .SOWL-image-logo {
    max-height: 37px;
  }

  .tokenomics-image-wrapper {
    max-width: 18.75rem;
    min-height: 10rem;
  }

  .SOWL-text {
    max-height: 18.6652px;
  }

  .scroll {
    height: 43px;
  }

  .img-scroll {
    height: 36px;
  }

  .SOWL-img-receive {
    height: 14px;
  }

  .button-sec {
    line-height: 1.2;
  }

  .button-sec.smart-contract {
    padding: 6px 16px;
    font-size: 0.875rem;
  }

  .button-th {
    line-height: 1.2;
  }

  .button-th.smart-contract {
    padding: 6px 16px;
    font-size: 0.875rem;
  }

  .brand {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }



  .image-4 {
    height: 4rem;
  }

  .footer-icon {
    max-width: 32px;
  }
  
}



#w-node-_2fe4251d-357d-79ec-6263-fff8c97ac64f-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2fe4251d-357d-79ec-6263-fff8c97ac650-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_2fe4251d-357d-79ec-6263-fff8c97ac652-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_278bd585-4d8e-839e-753f-eefd0eaac288-85e878c5 {
  align-self: center;
}

#w-node-_6f553f29-af4f-0277-8b9a-343a262e2b91-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_599907d2-16c7-d20e-78b9-ec6758827574-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: center;
}

#w-node-_65164ae0-7aa5-6316-8c40-f2db633b4aa3-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2abe2243-6369-7bf8-62e1-cda7541371cb-85e878c5,
#w-node-_7a7a659d-2403-e75c-0269-5d128b454e21-85e878c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5844a47e-2718-5dcf-91ea-569c7ff925e0-85e878c5 {
  align-self: center;
}

#w-node-_568a8419-01c5-e8d2-340d-c82042298059-85e878c5 {
  align-self: stretch;
  justify-self: center;
}

#w-node-_402c4b1b-253e-2148-a96c-89229f55433f-85e878c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b70267-c522-1acb-22ee-cabc7bfa342f-85e878c5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_725d963a-ac6f-8401-922a-389bf2e7cce9-85e878c5 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-fd22e83e-9fae-59ec-93f2-565850f515a7-85e878c5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9fa84366-f0b0-d26b-8b85-5d33215e881c-85e878c5 {
  grid-area: 1 / 2 / 4 / 3;
  align-self: auto;
  justify-self: center;
}

#w-node-_341210c5-70c2-2a97-56fa-ca81c0d248e1-85e878c5,
#w-node-_369595ff-917c-9657-1f7a-33f6ca519bf5-85e878c5 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_39d5344d-1904-46e5-4a10-4cea0cc9b347-85e878c5,
#w-node-_6dbd065e-9027-9616-78c6-7f39281e706e-85e878c5,
#w-node-_1333e674-9be4-55b1-e7bc-40100738267f-85e878c5,
#w-node-_6341c3b9-7e6c-72dd-9266-d7b8edfc8105-85e878c5,
#w-node-_1457c815-f90f-d19b-f975-11de41f0a4ec-85e878c5,
#w-node-_7acadf27-4c72-7eeb-3ed3-0c8b1fb145fd-85e878c5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c23411aa-4530-e93b-7a07-e0e307260fa1-85e878c5 {
  justify-self: start;
}

#w-node-_0f0be9e6-08b0-6c18-b4eb-7e66d433b48b-85e878c5 {
  justify-self: center;
}

@media screen and (max-width: 991px) {

  #w-node-_2fe4251d-357d-79ec-6263-fff8c97ac64f-85e878c5,
  #w-node-_2fe4251d-357d-79ec-6263-fff8c97ac652-85e878c5,
  #w-node-_6f553f29-af4f-0277-8b9a-343a262e2b91-85e878c5,
  #w-node-_65164ae0-7aa5-6316-8c40-f2db633b4aa3-85e878c5 {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_2fe4251d-357d-79ec-6263-fff8c97ac64f-85e878c5,
  #w-node-_2fe4251d-357d-79ec-6263-fff8c97ac652-85e878c5 {
    align-self: end;
  }

  #w-node-_278bd585-4d8e-839e-753f-eefd0eaac288-85e878c5 {
    align-self: center;
  }

  #w-node-_6f553f29-af4f-0277-8b9a-343a262e2b91-85e878c5,
  #w-node-_65164ae0-7aa5-6316-8c40-f2db633b4aa3-85e878c5 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a615a2f4-acb2-44c0-f5e5-39c5e502f158-85e878c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fe4251d-357d-79ec-6263-fff8c97ac64f-85e878c5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-cd78606d-0da2-f357-3706-699ba9788c86-85e878c5 {
    align-self: center;
  }

  #w-node-c506a063-69ce-dc09-e8e0-acb6a42fb0d1-85e878c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a7a659d-2403-e75c-0269-5d128b454e21-85e878c5 {
    grid-area: 3 / 1 / 3 / 2;
  }

  #w-node-d9b485dd-58a8-c1da-6c88-2d177d1b27c4-85e878c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6341c3b9-7e6c-72dd-9266-d7b8edfc8105-85e878c5 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c23411aa-4530-e93b-7a07-e0e307260fa1-85e878c5 {
    align-self: center;
    justify-self: center;
  }
}

@font-face {
  font-family: "Sourcesanspro";
  src: url("../fonts/classy.ttf") format("truetype");
  
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesanspro";
  src: url("../fonts/classy.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesanspro";
  src: url("../fonts/classy.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




.icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-left: 6px;
}

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

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

.video-overlay {
  background: radial-gradient(44.47% 51.02% at 50% 40.23%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.92) 100%);
}

.home-cta,
.button {
  box-shadow: 0 0 0 0 gold;
  animation: pulsing-outline 2s infinite;
}

@keyframes pulsing-outline {
  0% {
    box-shadow: 0 0 0 0 linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(70, 240, 250, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(70, 240, 250, 0);
  }
}

.cardpresale {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  border: 1px solid linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
}

.button-row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.custom-button {
  border: 1.5px solid var(--sky-blue);
  color: var(--sky-blue);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.29);
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin: 8px;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-left: 6px;

}

.custom-button.active {
  background-color: var(--sky-blue);
  color: var(--black);
}

@media screen and (max-width: 600px) {
  .custom-button {
    padding: 10px;
    font-size: 12px;
    margin: 8px;
  }

  .icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  margin-left: 4px;

  }
}

.inputContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.start-box{
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-Bottom: 10px;
}
.top-box{
  margin-top: 20px;
}
.inputContainer>div {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}

.labelContainer {
  display: flex;
  align-items: center;
}

.labelContainer label {
  margin-right: 10px;
}

.inputBox {
  position: relative;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}
.start-date-input{
  color: #000;
  border: 1px solid #000;
  width: 48%;
  height: 40px;
}
.start-date-input-stage{
  color: #000;
  border: 1px solid #000;
  width: 99%;
  height: 40px;
}
.ant-modal-footer{
display: none !important;
}
input {
  border: 1px solid var(--sky-blue);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  width: calc(100% - 40px);
  height: 48px;
  padding: 10px;
  margin-right: 10px;
  outline: none;
}

@media only screen and (max-width: 600px) {
  .inputContainer>div {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  input {
    width: calc(100% - 20px);
    margin-right: 10;
  }

  .journal-section .info {
    flex-direction: column;
  }
}



.scroll {
  animation: scroll 20s linear infinite;
}

.reverse {
  animation-direction: reverse;
}

.marquee-image {
  -webkit-transform: translateZ(0);
}

.home-cta,
.button {
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  animation: pulsing-outline 2s infinite;
}

@keyframes pulsing-outline {
  0% {
    box-shadow: 0 0 0 0 linear-gradient(to right, #CCFF00, #A8D900, #CCFF00);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(70, 240, 250, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(70, 240, 250, 0);
  }
}




.twitter-embed-container {
  display: flex;              /* Use Flexbox for centering */
  justify-content: center;    /* Center horizontally */
  align-items: center;        /* Center vertically */
  margin: 20px auto;          /* Add some margin for spacing */
  max-width: 600px;           /* Optional: limit the width */
  padding: 0 10px;            /* Add padding for smaller screens */
  box-sizing: border-box;     /* Ensure padding doesn’t exceed width */
}

@media (max-width: 600px) {
  .twitter-embed-container {
    max-width: 100%;         /* Full width on small screens */
    margin: 10px;            /* Reduce margin for mobile */
  }
}



/* App.css */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
}

.grid-container img {
  width: 100%;
  height: auto;
  border-radius: 15px; /* Rounded corners */
  border: 2px solid gold; /* Black border */
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 column on mobile phones */
  }
}


/* Navbar styles */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px; /* Set a fixed height for the navbar */
  background-color: rgba(236, 4, 4, 0); /* Initially visible with some transparency */
  padding: 20px;
  display: flex;
  justify-content: center; /* Center navbar content */
  align-items: center;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  
}

/* For tablets and smaller devices (e.g., up to 768px) */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column; /* Stack items vertically */
    padding: 10px;
    height: auto; /* Allow height to adjust */
    
  }

  .navbar .burger-menu {
    display: block; /* Show burger menu */
  }
  .logo {
    top: 5px;
    font-size: 0.5rem; /* Adjust logo size */
    width: 80%; 
  }

  .navbar .menu-items {
    display: none; /* Initially hidden */
    flex-direction: column; /* Stack menu items */
    width: 100%; /* Full width for dropdown */
    text-align: center;
    background-color: #444; /* Optional: Dropdown background */
  }

  .navbar.active .menu-items {
    display: flex; /* Show menu items when active */
  }
}

/* For very small screens (e.g., up to 480px) */
@media (max-width: 480px) {
  .navbar {
    padding: 5px; /* Minimize padding */
  }

  .logo {
    width: 80%; 
    top: 5px;
  }

  .navbar .burger-menu {
    font-size: 1.2rem; /* Adjust burger menu size */
  }

  .navbar .menu-items {
    gap: 10px; /* Reduce spacing between items */
    padding: 10px 0; /* Add padding for better clickability */
  }
}



/* Content within the navbar */
.navbar-content {
  display: flex;
  justify-content: center; /* Center content */
  align-items: center;
  width: 100%; /* Make sure it spans the whole width */
}

/* Logo styles */
.logo {
  width: 130px; /* Set logo width */
  height: auto; /* Maintain aspect ratio */
  position: fixed;
  top: 0px; /* Position logo outside the bottom of the navbar initially */
  left: 50%; /* Position horizontally at the center */
  transform: translateX(-50%); /* Adjust for the logo width to perfectly center */
  transition: top 0.3s ease, opacity 0.3s ease;
  z-index: 101; /* Ensure logo stays on top */
}


@keyframes burnGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes fireFlicker {
  0% {
    opacity: 0.6;
    transform: translateY(1px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(-2px) scale(1.05);
  }
}

/* When the logo is hidden (scrolling down) */
.logo.hidden {
  opacity: 0; /* Optional: ensures the logo is not visible */
  top: 120px; /* Adjusts position, though it's not strictly needed if using visibility */
  pointer-events: none; /* Disables mouse events (unclickable) */
}

/* When logo is visible (scrolling up) */
.logo.visible {
  opacity: 1; /* Make logo visible */
  top: 80px; /* Adjust this value to align the logo within the navbar */
  pointer-events: auto; /* Enables mouse events (clickable) */
}

.parallax-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.layer1 {
  background-image: url('layer1.png');
  background-position: center;
  background-size: cover;
}

.layer2 {
  background-image: url('layer2.png');
  background-position: center;
  background-size: cover;
}

.background-image {
  background-image: url('background.jpg');
  background-position: center;
  background-size: cover;
  height: 100%;
}


.social-links-right {
  position: absolute;
  right: 250px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 45px;
  opacity: 0; /* Initially hidden */
  transform: translateX(100%); /* Positioned off-screen to the right */
  transition: opacity 0.3s, transform 0.3s ease-out;
  z-index: 102; /* Ensure social links are above the navbar but below the logo */
}

/* Make it invisible and unclickable on mobile */
@media (max-width: 768px) {
  .social-links-right {
    display: none; /* Completely hide the element */
  }
}

/* Make it invisible and unclickable on mobile */
@media (max-width: 480px) {
  .social-links-right {
    display: none; /* Completely hide the element */
  }
}

.social-links-right.show {
  opacity: 1; /* Make visible */
  transform: translateX(0); /* Move to the correct position */
}

/* Social icon image styling */
.social-links-right a img {
  width: 4vw;  /* Adjust based on viewport size */
  height: 4vw; /* Same here for maintaining aspect ratio */
  max-width: 64px;  /* Set a maximum width */
  max-height: 64px; /* Set a maximum height */
  object-fit: contain;
}

/* Social icon link styling */
.social-links-right a {
  opacity: 0;
  transform: translateX(20px); /* Slightly shifted for animation */
  animation: slideIn 0.5s forwards;
}

.social-links-right a:nth-child(1) {
  animation-delay: 0.3s; /* Delay for first icon */
}
.social-links-right a:nth-child(2) {
  animation-delay: 0.4s; /* Delay for second icon */
}
.social-links-right a:nth-child(3) {
  animation-delay: 0.5s; /* Delay for third icon */
}
.social-links-right a:nth-child(4) {
  animation-delay: 0.6s; /* Delay for fourth icon */
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0); /* Slide to normal position */
  }
}


/* Social links positioned on the left */
.social-links-left {
  position: absolute;
  left: 250px; /* Adjust based on where you want the social links to appear on the left */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  opacity: 0; /* Initially hidden */
  transform: translateX(-100%); /* Positioned off-screen to the left */
  transition: opacity 0.3s, transform 0.3s ease-out;
  z-index: 102; /* Ensure social links are above the navbar but below the logo */
}

/* Make it invisible and unclickable on mobile */
@media (max-width: 768px) {
  .social-links-left {
    display: none; /* Completely hide the element */
  }
}

/* Make it invisible and unclickable on mobile */
@media (max-width: 480px) {
  .social-links-left {
    display: none; /* Completely hide the element */
  }
}

.social-links-left.show {
  opacity: 1; /* Make visible */
  transform: translateX(0); /* Move to the correct position */
}

/* Social icon image styling */
.social-links-left a img,
.social-links-right a img {
  width: 4vw;  /* Adjust based on viewport size */
  height: 4vw; /* Same here for maintaining aspect ratio */
  max-width: 64px;  /* Set a maximum width */
  max-height: 64px; /* Set a maximum height */
  object-fit: contain;
}

/* Social icon link styling */
.social-links-left a,
.social-links-right a {
  opacity: 0;
  transform: translateX(20px); /* Slightly shifted for animation */
  animation: slideIn 0.5s forwards;
}

.social-links-left a:nth-child(1),
.social-links-right a:nth-child(1) {
  animation-delay: 0.3s; /* Delay for first icon */
}
.social-links-left a:nth-child(2),
.social-links-right a:nth-child(2) {
  animation-delay: 0.4s; /* Delay for second icon */
}
.social-links-left a:nth-child(3),
.social-links-right a:nth-child(3) {
  animation-delay: 0.5s; /* Delay for third icon */
}
.social-links-left a:nth-child(4),
.social-links-right a:nth-child(4) {
  animation-delay: 0.6s; /* Delay for fourth icon */
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0); /* Slide to normal position */
  }
}




.info-table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  margin: 10px auto;
  background-color: #F0B90B;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
 
}

.info-table th, .info-table td {
  padding: 12px 20px;
  text-align: center;
  font-size: 20px;
}

.info-table th {
  background-color: #F0B90B;
  font-weight: bold;
}

.info-table td {
  background-color: #ffd035;
}

.info-table tr:nth-child(even) td {
  background-color: #ffd035;
}

.info-table tr:hover td {
  background-color: #fd9a7c;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .info-table {
    font-size: 24px; /* Reduce font size */
  }

  .info-table th, .info-table td {
    padding: 10px 15px; /* Adjust padding */
    font-size: 14px; /* Adjust text size */
  }
}

/* Extra small screens (e.g., phones) */
@media (max-width: 480px) {
  .info-table {
    font-size: 20px; /* Further reduce font size */
    overflow-x: auto; /* Allow horizontal scroll if needed */
  }

  .info-table th, .info-table td {
    padding: 8px 10px;
    font-size: 12px; /* Further adjust text size */
  }
}


.features-frame {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  margin: 10px auto;
  background-color: #F0B90B;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;

  /* Adding an additional gloss shine effect */
}



/* Responsive adjustments for smaller screens */
@media only screen and (max-width: 768px) {
  .features-frame {
    font-size: 14px; /* Adjust font size for smaller screens */
    padding: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .features-frame {
    font-size: 12px; /* Even smaller text for very small screens */
    padding: 8px;
  }
}


/* Hide social icons in the navbar on mobile */
@media (max-width: 768px) {
  .social-links {
    display: none; /* Hide navbar icons */
  }
}





/* Hide navbar image link on larger screens */
.fourmeme-link {
  left: 30px;
  width: 50px;
  color: gold;
  cursor: pointer;
  display: none; /* Hidden on larger screens */
  transition: opacity 0.3s ease, pointer-events 0s ease 0.3s;
}

/* For tablets and smaller devices */
@media (max-width: 768px) {
  .fourmeme-link {
    display: block;
    margin-left: auto; /* Push the icon to the right */
    margin-right: 100px; /* Add some space from the edge */
    margin-top: 10px;
    transform: translateX(-50%); /* Maintain centering */
  }

  .fourmeme-image {
    width: 50px; /* Adjust image size as needed */
    height: auto;
  }
}

/* For smaller devices, like mobile phones */
@media (max-width: 480px) {
  .fourmeme-link {
    right: 10px;  /* Reduce spacing for smaller screens */
    top: 40%;     /* Adjust vertical positioning */
  }

  .fourmeme-image {
    display: block;
    margin-left: auto;
    margin-right: 100px; /* Add some space from the edge */
    margin-top: 10px;
    font-size: 1.5rem; /* Adjust size for better visibility */
    padding: 5px; /* Add some padding for better touch targets */
    transform: translateX(-50%); /* Maintain centering */
  }
}


/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: gold;
}

::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 50px;
  border: 5px solid gold;
}


.stake-image {
  max-width: 20rem;
  transition: all 0.3s ease; /* Optional: to make the transition smooth */
}

.stake-image:hover {
  content: url('/images/stake_open.png');
}


.glow {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.85);
}


.staking-yield {
  font-size: 1.2em;
  color: #08FF08; /* Initial green color */
  text-shadow: 0 0 10px black, 0 0 20px #08FF08, 0 0 30px #08FF08; /* Glowing text effect */
  display: inline-block;
  animation: levelUp 1.5s ease-in-out infinite; /* Infinite loop of animation */
}

@keyframes levelUp {
  0% {
    transform: translateY(0); /* Start at the original position */
    opacity: 1;
    color: #08FF08; /* Green at the start */
    text-shadow: 0 0 10px black, 0 0 20px #08FF08, 0 0 30px #08FF08; /* Green glow */
  }
  50% {
    transform: translateY(-80px); /* Moves up */
    opacity: 0; /* Disappears */
    color: gray; /* Changes color to gray */
    text-shadow: 0 0 10px black, 0 0 20px gray, 0 0 30px gray; /* Gray glow effect */
  }
  100% {
    transform: translateY(-100px); /* Moves further up */
    opacity: 0; /* Fully invisible */
    color: gray; /* Stays gray at the end */
    text-shadow: 0 0 10px black, 0 0 20px gray, 0 0 30px gray; /* Gray glow effect */
  }
}







/* Style the language selector */
.language-selector {
  position: absolute;
  left: 40px; /* Default value for larger screens */
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%); /* Vertically center the element */
  z-index: 1010; /* Ensure it's above other elements */
}

/* Language Selector - Show only on mobile devices with responsiveness */
@media (max-width: 768px) {
  .language-selector {
    top: 0;
    left: 30px;
    display: block;
    margin-top: 45px;
    transform: translateY(-50%); /* Vertically center the element */
  }
}

/* Adjustments for smaller mobile devices */
@media (max-width: 480px) {
  .language-selector {
    top: 0;
    left: 30px;
    display: block;
    margin-top: 45px;
    transform: translateY(-50%); /* Vertically center the element */
  }
}






/* Language dropdown styling */
.language-dropdown {
  display: none;
  position: absolute;
  top: 30px; /* Position the dropdown below the language selector */
  left: 0;
  background-color: red; /* Background color of the dropdown */
  border: 1px solid black;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  border-radius: 15px;
  z-index: 1010; /* Ensure it's above other elements */
}

/* Language dropdown link styling */
.language-dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  z-index: 10; /* Ensure it's above other elements */
}

/* Hover effect for dropdown links */
.language-dropdown a:hover {
  background-color: rgb(255, 138, 138);
  border-radius: 15px;
  z-index: 10;
}

/* Show dropdown on hover */
.language-selector:hover .language-dropdown {
  display: block;
  z-index: 10;
}

/* Style for flag icons (using flag-icons library) */
.fi {
  font-size: 64px; /* Adjust size of flag */
  margin-right: 8px; /* Space between flag icon and text */
}

@media (max-width: 768px) {
  .fi {
    font-size: 50px; /* Adjust size of flag */
  }
}

/* Adjustments for smaller mobile devices */
@media (max-width: 480px) {
  .fi {
    font-size: 50px; /* Adjust size of flag */
  }
}


.fi-gb-icon {
  background-image: url('/images/england.png');
  width: 64px;
  height: 64px;
}



.fi-cn-icon {
  background-image: url('/images/china.png');
  width: 64px;
  height: 64px;
}






/* Golden burger icon styling */
.burger-icon {
  left: 30px;
  width: 50px;
  height: 50px;
  color: gold;
  cursor: pointer;
  display: none; /* Hidden on larger screens */
  transition: opacity 0.3s ease, pointer-events 0s ease 0.3s;
  z-index: 1200; /* Above the menu */
}

/* Scrollable menu styling */
.scrollable-menu {
  position: fixed;
  top: 0;
  left: -100%; /* Initially off-screen on the left side */
  width: 75%; /* Set width to 75% of the viewport */
  height: 100%; /* Full height of the screen */
  background-color: #333; /* Dark background for the menu */
  color: white; /* White text */
  overflow-y: auto; /* Enable vertical scrolling if content overflows */
  transition: left 0.3s ease-in-out; /* Smooth transition for sliding effect */
  z-index: 1100; /* Ensure the menu appears above other content */
}

.scrollable-menu .menu-content {
  padding: 20px;
}

.scrollable-menu a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
}

.scrollable-menu a img {
  margin-right: 10px; /* Space between image and text */
  width: 24px;
  height: 24px;
}

.scrollable-menu a:hover {
  color: gold;
}

/* Show the burger icon only on mobile devices */
@media (max-width: 768px) {
  .burger-icon {
    display: block;
    margin-left: auto; /* Push the icon to the right */
    margin-right: 30px; /* Add some space from the edge */
    margin-top: 40px;
    transform: translateY(-50%); /* Maintain centering */
  }
}



/* Adjust for smaller phones (max-width: 480px) */
@media (max-width: 480px) {
  .burger-icon {
    display: block;
    margin-left: auto; /* Push the icon to the right */
    margin-right: 30px; /* Add some space from the edge */
    margin-top: 40px;
    transform: translateY(-50%); /* Maintain centering */
  }
}
