.section11 {
  /* padding-top: 50px !important; */
  /* padding-bottom: 100px; */
  overflow: hidden;
}

.Card_change1 {
  background-color: #FDEEE2 !important;
  border-radius: 20px !important;
  backdrop-filter: blur(18.5px);
  -webkit-backdrop-filter: blur(18.5px);
  /* border: 1px solid rgba(48, 38, 64, 0.99); */
  height: 100% !important;
  padding: 5px;
  margin-left: 0px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 12px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.314), inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);

  transition:
    scale 0.25s ease-in,
    opacity 0.25s ease-in,
    filter 0.25s ease-in;

  &:hover {
    scale: 1.05;
  }
}

.Card_change1:hover {
  box-shadow: 4px 4px 20px #41826E, inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}


.blur-row:has(.Card_change1:hover) .Card_change1:not(:hover) {
  scale: 0.8;
  opacity: 0.8;
  filter: blur(4px);
  box-shadow: 10px 10px 100px 10px #67edc4, inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1) !important;

}


/* navbar */

/* Adjust the navbar to be on the left side and full-height */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  /* Full viewport height */
  width: 140px;
  /* Adjust based on the desired width */
  backdrop-filter: blur(8px) !important;
  /* Blurred background */
  background-color: #00000031;
  /* Transparent white background */
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.151);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}

/* Make the navbar links stack vertically and use full height */
.navbar-collapse {
  height: 100%;
  /* Ensure the collapse takes full height */
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  /* Align links to the top */
  align-items: flex-start;
  /* Align links to the left */
}

.navbar-nav {
  display: flex;
  flex-direction: column !important;
  /* Stack items vertically */
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}

.nav-item {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  /* Align links to the top */
  align-items: center;
  /* Align links to the left */
}

.nav-link {
  color: #ffffff !important;
  padding: 10px 0;
  font-size: 22px !important;
  font-weight: 200 !important;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-orientation: mixed;
  width: auto;
  text-align: center;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.nav-link:hover {
  color: #00ffb3 !important;
  transform: scale(1.1),  rotate(180deg) !important;
  text-shadow: 2px 2px 6px black;
  /* text-shadow: 2px 2px 0px black; */
  /* transform: scale(1.1); */
}

.main-content {
  background-image: url('./images/112.avif');
  background-position: center;
  background-size: cover;
}


/* Mobile styles */
@media (max-width: 767px) {
  .navbar {
    height: 100vh !important;
    width: 20%; 
    position: absolute; 
    padding-left: 0;
    backdrop-filter: none !important; 
    background-color: rgba(255, 255, 255, 0) !important; 
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
}

.navbar-toggler:focus{
  box-shadow: none !important;
}

  .navbar-nav {
    flex-direction: column !important;
    justify-content: center;
    backdrop-filter: blur(20px);
    background-color: #0000003c;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.596);
  }

  .nav-link {
    color: #ffffff !important;
    writing-mode: vertical-lr !important;
    text-orientation: initial;
    padding-left: 10px;
    padding-right: 10px;
    transform: rotate(180deg) !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    /* Initially hidden off-screen */
    width: 37%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* For Safari */
    background-color: rgba(255, 255, 255, 0);
    /* Semi-transparent background */
    z-index: -1;
    transition: left 0.3s ease;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .herop {
    font-size: 41px;
  }

  .row11 {
    margin-left: 0px !important;
  }

  img {
    width: 100%;
    height: auto;
  }

  .section6 {
    padding-left: 00px !important;
  }

  .token {
    padding-left: 0px !important;
  }
  .section11{
    padding-top: 0 !important;
  }

  .section10 {
    padding-top: 40px !important;
  }

  .bg{
    background-image: url('/components/images/hero1mobile.png') !important;
    background-attachment: fixed;
  }
  
  .bg1{
    background-image: url('/components/images/hero1mobile.png') !important;
  }

  .faq-container {
    width: 100% !important;
  }

  .faq-answer {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }

  .card111 {
    background-color: #fbf2eb !important;
  }

}

.navbar-toggler {
  display: flex;
  justify-content: end;
  background-color: #5ca58f00 !important;
  outline: none !important;
  border: none !important;
}

.conbtn {
  background-color: #F3721F;
  padding: 8px 20px;
  border-radius: 10px;
  border: none !important;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.conbtn:hover {
  transform: scale(1.1);
}

.row11 {
  position: relative;
  z-index: 2 !important;
}

.animate-on-scroll {
  z-index: 2 !important;
  position: relative;
}

.image-responsive {
  width: 100%;
  height: auto;
  border-radius: 0px;
  display: inline-block;
}

.row11 {
  color: #ffffff;
}

.gif1 {
  margin-left: 100px;
}



/* about */
.section6 {
  padding-left: 150px;
  overflow: hidden;
}

.img-class {
  width: 400px;
  height: auto;
}

/* token */
.token {
  background-attachment: fixed;
  padding-left: 100px;
  overflow: hidden;
}

.card555{
  background-color: #191b34d6;
  border-radius: 30px !important;
  border: 3px solid #81f3d0;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
.card555:hover{
  transform: translateY(-12px);
  cursor: pointer;
}

.sss1{
  color: #12ba87 !important;
  transition: transform 0.3s ease-in-out;
}
.sss1:hover{
  transform: scale(1.1);
  color: #00ffb3 !important;
  cursor: pointer;
}

.bg{
  background-image: url('/components/images/hero2.png');
  background-position: center;
  background-size: cover !important;
  background-attachment: fixed;
  height: 100vh !important;
}

.bg1{
  background-image: url('/components/images/hero2.png');
  background-position: center;
  background-size: cover !important;
  background-attachment: fixed;
  height: 100vh !important;
}



.card111 {
  background-color: #fbf2eb9d ;
  border-radius: 20px !important;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.1);
}

/* roadmap */
.section10 {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}





/* faq */

.section8 {
  padding-top: 50px;
  overflow: hidden;
}

.faqimg {
  width: 400px;
  height: auto;
  border-radius: 25px;
}

.faq-container {
  width: 90%;
  background-color: #FBF2EB;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid black;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-size: 25px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.faq-answer {
  font-size: 18px;
  max-height: 0;
  overflow: hidden;
  box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 5px 0px 0px rgba(255, 255, 255, 0.2);
  transition: max-height 0.3s ease-in-out;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

.faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}

.up1{
  transition: transform 0.3s ease-in-out;
}
.up1:hover{
  transform: translateY(-10px);
}