.section1 {
  background: url('images/image-1.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #fff !important;
  overflow: hidden;
}
.leftborder{
  border-left: 2px solid #8BC849;
}
.section32 {
  /* border: 1px solid red; */
  /* padding-top: 100px; */
  padding-bottom: 10px;

  /* background: radial-gradient(at center, #ffc72cac 30%, #ff400084 100%) !important; */
  /* background: radial-gradient(at center, #82addb 30%,#ebb2b1 60%);  */
}
.bankimage{
  height: 80% !important;
}
.section3 {

  padding-bottom: 20px;
  background-color: #ffffff !important;
  background-position: center;
  background-size: cover;
  overflow: hidden !important;
  /* background: url('images/aboutback.png');
  background-size: cover;
  background-position: center; */
}

.mission1 {
  padding-bottom: 100px;
  background-color: #9F9374 !important;
}

.section4 {
  background: url('images/back44.webp');
  background-size: cover;
  background-position: center;
  background-color: #000000;
  padding-bottom: 100px;
  overflow: hidden;
}

.cardcore {
  background-color: #a75203 !important;
  border: 3px solid #C0C0C0 !important;
  background-image: url('./images/core.jpg');
  background-position: center;
  background-size: cover;
  box-shadow: 2px 2px 8px black;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.cardcore:hover {
  transform: translateY(-10px);

}

.col-blur {
  border-radius: 30px;
}

.cont-jug {
  position: relative !important;
  padding-bottom: 100px;

}


.section5>* {
  position: relative;
  z-index: 2;
}

.section5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3d96d53c;
  /* Adjust the color and opacity as needed */
  z-index: 1;
}


.yellowshade {
  /* background-color: #fbb207;  */
  box-shadow: 232px 28px 111px 2px #fbb207;
  width: 122px;
  height: 107px;
  border-radius: 50%;
}

.yellowshade2 {
  /* background-color: #fbb207;  */
  box-shadow: 1232px 28px 181px 2px #fbb207;
  width: 122px;
  height: 107px;
  border-radius: 50%;
}


.hero {
  position: relative;
  /* background-image: url('./images/heroback.png');
  background-position: center;
  background-size: cover; */

}

/* .hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
} */

.section6 {
  /* background: url('images/newbg1.webp');
  background-color: #151515;
  background-position: center;
  background-size: cover; */
  background-color: #9F9374;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}


.roadmap {
  background: linear-gradient(180deg, #FFFBF2 28.27%, #feb39052 100%);
}

.section7 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
  overflow: hidden;
}

.ctac {
  background-color: #6A994E;
  border-radius: 15px;
  border: 3px solid silver;
  box-shadow: 2px 2px 4px black;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.3s ease-in-out;
}

.ctac:hover {
  transform: translateY(-10px);
}



.ecosystem1 {
  background-color: #9F9374;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.token1 {
  background-color: #9F9374;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section8 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFFBF2;
  background: url('images/');
  background-position: center;
  background-size: cover;
}

.section9 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFFBF2;
}

.gradient-border {
  position: relative;
  padding-right: 2px;
}

.gradient-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #b87333, #c17e4a, #d19a66, #e0ac7c, #f0c39b);
  margin-right: 10px !important;
  margin-left: 10px !important;
}


.gradient-background {

  background: linear-gradient(62deg, #FBB207, #ffd063, #ffd063, #FBB207);
  animation: gradient 7s ease infinite;
  background-size: 400% 400%;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-background2 {

  background: linear-gradient(62deg, rgb(3, 3, 120), rgb(22, 22, 210), #FBB207, #856210);
  animation: gradient2 7s ease infinite;
  background-size: 400% 400%;
}

@-webkit-keyframes gradient2 {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient2 {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.rotateCube {
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);

  }
}

.box {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  padding: 40px;
  background-color: #000000;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.box:hover {
  transform: scale(1.05);
}

.box2 {
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  padding: 0 40px;
  background-color: #000000;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.box2:hover {
  transform: scale(1.05);
  background-color: #FBB207;
  color: black !important;

}

.box3:hover {
  transform: scale(1.05);
  /* background-color: #FBB207;
    color: black !important; */

}

.box2:hover p {

  color: black !important;

}

.box2:hover h1 {

  color: black !important;

}

.box2:hover ul li {

  color: black !important;

}

.box3 {


  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);

  padding: 30px;

  width: 100%;
  height: 100%;
  /* transition: transform 0.3s ease-in-out; */

}

/* .box3::after,.box3::before{
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(45deg,#310ba3,#9d03b1,#653cdf,#e101ff,#997eec,#310ba3,#9d03b1,#653cdf,#e101ff,#997eec);
  background-size: 400%;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  animation: animated-shadow 7s linear infinite alternate;
}
.box3::after{
  filter: blur(5px);
} */
@keyframes animated-shadow {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.box .bgg1 {
  position: absolute;
  width: 300px;
  height: 250px;
  background: linear-gradient(180deg, #FBB207, #FBB207);
  filter: blur(45px);
  margin: auto;
  left: -100px;
  top: -150px;
  border-radius: 100%;
}

.grad1 {
  background: linear-gradient(45deg, black, rgb(23, 23, 23));
}

.box .bgg2 {
  position: absolute;
  left: 400px;
  bottom: 0px;
  width: 300px;
  height: 300px;

}

.gradclr {
  background: linear-gradient(270deg, #000000, #000000, #222222, #000000, #000000);
  background-size: 1000% 1000%;

  -webkit-animation: AnimationName 21s ease infinite;
  -moz-animation: AnimationName 21s ease infinite;
  animation: AnimationName 21s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.htbcard {
  z-index: 1111;
  padding: 20px 5px;
  border-radius: 10px !important;
  background-color: #0000007a !important;
  border: 2px solid #B8E4EE !important;
  /* background-image: url('./images/htb.jpg');
  background-position: center;
  background-size: cover; */
  height: 100% !important;
  /* box-shadow: 0 2px 8px #89C740; */
  /* border: 7px solid silver; */
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
  position: relative;
}

.htbcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  
}

.htbcard:hover {
  transform: scale(1.1);
  z-index: 10;
  box-shadow: 0px 0px 30px #938a64;
  /* Ensures the hovered card appears on top */
}

.htbcard:not(:hover) {
  filter: blur(2px);
  transform: scale(0.9);

}

/* .container {
  display: flex;
  justify-content: space-around;
  transition: all 0.3s ease;
} */


.header1 {
  color: #ffffff;
  font-size: 40px;
  z-index: 10 !important;
}

.header13 {
  color: #ffffff;
  font-size: 40px;
  z-index: 10 !important;
}

.header15 {
  color: #ffffff;
  font-size: 40px;
  z-index: 10 !important;
}
.subheading {
  color: #ffffff;
  font-size: 15px;
  z-index: 10 !important;
  padding: 20px 220px;
}

.header12 {
  color: #000000;
  font-size: 80px;
}

.dds{
  background: linear-gradient(45deg, #5C777B, #1F3A41);
  border: 2px solid #F1E7BA;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(144, 238, 238, 0.17);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
}

.dds:hover{
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(144, 238, 238, 0.844);
}




.whycard {
  z-index: 1111;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(45deg, #9191ff, #94ffda);
  height: 400px;
  box-shadow: 0 4px 8px rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.centered-image {
  width: 100px;
  height: 100px;
  margin-top: 1rem;
  /* Adds some margin above the image */
}



.section22 {
  background-color: #9F9374;
  overflow: hidden;
  padding-bottom: 70px;
}

.utility {
  z-index: 1111;
  padding: 20px;
  border-radius: 20px;
  background-color: #8B4513;
  background-image: url('./images/roadmap.png');
  background-position: center;
  background-size: cover;
  height: 100%;
  box-shadow: 0 0px 15px #C0C0C0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.utility:hover {
  transform: scale(1.1);
}


.utility h2 {
  margin-top: 50px;
  /* Ensures headings align at the top */
}

.utility p {
  flex-grow: 1;
  /* Allows paragraphs to grow and take up available space */
  display: flex;
  align-items: center;
  /* Vertically centers text within available space */
}

.up1{
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.up1:hover{
  transform: translateY(-7px);
}


/* token details start  */

.tdbox {
  border-radius: 5px;
  border: 3px solid #4462A8;
  backdrop-filter: blur(10px) !important;
  width: 100%;
}

.img123 {
  height: 300px;
  width: auto;
  position: absolute;
  left: calc(100vw - 60vw);
  top: 170px;
}

/* token ends  */


.ut {
  padding-bottom: 100px;
  overflow: hidden;
}

/* details[open] summary:before {
  content: "⏷";
} */

.main-h1 {
  font-size: 35px;
  /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.259); */
}

@media only screen and (max-width: 480px) {
  .main-h1 {
    font-size: 30px;
  }
  .leftborder{
    border-left: 0px solid #8BC849;
  }
  .cont-jug {
    position: relative !important;
    padding-bottom: 100px;

  }

  .box3 {

    padding: 20px 5px;

    width: 100%;
    height: 100%;


  }

  .textbox {
    width: 350px !important;
  }

  .accordion-container {

    width: 95vw !important;

  }

  .box .bgg2 {
    position: absolute;
    left: 50px !important;
    bottom: 0px;
    width: 300px;
    height: 300px;

  }

  .yellowshade {
    display: none;
  }

  .yellowshade2 {
    display: none;
  }



  .row2 {
    height: 2200px !important;
    overflow: hidden;
  }
  .bankimage{
    height: 100% !important;
  }
  .claimbtn {
    width: 100% !important;
    height: 50px;
    font-size: 20px !important;
  }

  .claimbtn2 {
    width: 100% !important;
    height: 60px;

  }

  .claimbtn-box {
    padding: 20px !important;
  }
}

.chartBox {
  height: 420px !important;
  width: 420px !important;

}

.textbox {
  /* border: 2px solid rgb(38, 38, 38);
  border-radius: 25px;
  padding: 30px;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px); */
  /* margin-top: 50px; */
  /* margin-left: 20px; */
  width: 700px;
}

.section14 {

  padding-top: 50px;
}


.claimbtn2 {
  width: auto;
  border-radius: 5px !important;
  background: linear-gradient(45deg, #ff3e00, #ffc72c);
  font-size: 18px !important;
  color: white !important;
  border: 3px solid black !important;
  box-shadow: 5px 5px 5px 2px black;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
}




.accordion-container {
  display: flex;
  flex-direction: column;
  width: 55vw;

  margin: auto;
  justify-content: center;
}



details {
  width: 100%;
  color: white;
  z-index: 121;
}

details+details {
  margin-top: 10px;
}

details p {
  margin-top: -13px;
  margin-bottom: 0px;
  border-top: 0px !important;
  border: 1px solid #212121;
  padding: 20px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  min-height: 27px;
  color: white;
  position: relative;
  z-index: 33;
}

details>summary::-webkit-details-marker {
  display: none;
}

summary {
  background: #000000 !important;
  position: relative;
  padding: 32px 10px;
  padding-left: 52px;
  border: 1px solid #212121;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 250ms;
  z-index: 121;
}

summary:hover {
  background-color: #383838;
}

summary:before {
  content: "⏵";
  position: absolute;
  left: 10px;
  top: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #383838;
  border-radius: 50%;
  color: #fff;
}

details[open] summary {
  background-color: #383838;
  border-radius: 10px 10px 0px 0px;
}

details[open] summary:before {
  content: "⏷";
}





.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #fbff00 50%, #21cfca 50%);
  bottom: 0;
  left: -50%;
  opacity: .5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}



@keyframes slide {
  0% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(25%);
  }
}




@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse-animation {
  animation: pulse 2.5s infinite;
}


.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-image {
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  animation: slide 100s linear infinite !important;
}

.tokenchart {
  width: 90%;
  height: auto;
}


/* Media query for mobile */
@media (max-width: 768px) {

  .butn {
    width: 45% !important; 
    height: 50px;
  }
  
  .butner {

    width: 45% !important; 
    height: 50px;
  }

  .section1 {
    background: url('images/img1mob.png') !important;
  }

  .rd22{
    background-image: url('./images/rdbackmb.png') !important
  }




  .prip1{
    font-size: 14px !important;
  }

  .pH {
    font-size: 15px !important;
  }
  
  .pB {
    font-size: 25px !important;
  }


  .header1 {
    font-size: 45px !important;
  }

  .header12 {
    font-size: 47px !important;
  }

  .header13 {
    font-size: 32px !important;
  }

  .header15 {
    font-size: 23px !important;
  }



  .tokenchart {
    width: 100% !important;
  }

  .logo-img {
    width: 75% !important;
  }

  .utility {
    background-image: url('./images/roadmapmobile.png') !important;
  }

  .gradient-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #b8733300, #c17e4a00, #d19a6600, #e0ac7c00, #f0c39b00) !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .subheading {
    color: #ffffff;
    font-size: 15px;
    z-index: 10 !important;
    padding: 15px 1px;
  }
  .seedfont{
    font-size: 12px !important;
  }
  .stagefont{
    font-size: 12px !important;
  }

}
.tokendetails{
  background-color: #FFBF3C;
  color: rgb(0, 0, 0) !important;
  padding: 25px !important;
  font-size: 15px !important;
  border-radius: 50px !important;
  transition: transform 0.7s ease-in-out !important;
  line-height: 30px;

}
.tokendetails:hover{
  transform: scale(1.05) !important;
}
.stagefont{
  font-size: 19px;

}
.cardpresale p{
 
  padding: 5px  !important;
  margin: 26px 1px !important;
 
}
.cardpresale ul li{
 
  padding: 5px  !important;
  margin-bottom: 16px;
 
}
.seedfont{
  font-size: 19px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}












.base__header-title {
  position: relative;
  text-align: center;
}

.base__header-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 56%;
  aspect-ratio: 292 / 260;
  background-image: url(../img/base/star.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  /* Change to 1 */
  visibility: visible;
  /* Change to visible */
}

.base__header-title .mainhead {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #F6B122;
  text-shadow: .0125786164em .0377358491em 0 #000, -.0125786164em .0377358491em 0 #000, -.0125786164em .0125786164em 0 #000, -.0125786164em -.0125786164em 0 #000, .0125786164em -.0125786164em 0 #000;
  font-family: bubblegum;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 1;
  /* Change to 1 */
  visibility: visible;
  /* Change to visible */
  scale: 1;
  /* Change to 1 */
}

@media (min-width: 80.375em) {
  .base__header-title .mainhead {
    font-size: 7.9375rem;
  }
}

.base__header._watcher-view .base__header-title span:nth-child(1) {
  -webkit-animation: text .3s ease .2s forwards;
  animation: text .3s ease .2s forwards;
}

@media (max-width: 80.375em) {
  .base__header-title .mainhead {
    font-size: 3.7rem;
    /* Adjust font size for mobile view */
    word-break: break-word;
    /* Break words when necessary */
  }
}



.base__header-title .lowhead {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #F6B122;
  text-shadow: .0125786164em .0377358491em 0 #000, -.0125786164em .0377358491em 0 #000, -.0125786164em .0125786164em 0 #000, -.0125786164em -.0125786164em 0 #000, .0125786164em -.0125786164em 0 #000;
  font-family: bubblegum;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 1;
  /* Change to 1 */
  visibility: visible;
  /* Change to visible */
  scale: 1;
  /* Change to 1 */
}

@media (min-width: 80.375em) {
  .base__header-title .lowhead {
    font-size: 5.9375rem;
  }
}

@media (min-width: 20em) and (max-width: 80.375em) {
  @supports (font-size:clamp(5.5rem, 4.0300207039rem + 7.3498964803vw, 9.9375rem)) {
    .base__header-title .lowhead {
      font-size: clamp(5.5rem, 4.0300207039rem + 7.3498964803vw, 9.9375rem);
    }
  }
}



.blue-box {
  width: 300px;
  height: 100px;
  background-color: #B87333;
  border: 3px solid #C0C0C0;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.126);
}

.blue-box h2 {
  margin: 0;
  /* Remove default margin */
}






.site-footer {

  background-color: #2c4216;
  padding: 0 0 20px;
  font-size: 19px;
  line-height: 24px;
  color: #000;
}

.site-footer hr {
  border-top-color: #000;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  text-decoration: none;
  color: #000;
}

.site-footer a:hover {
  color: #fff !important;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  margin-top: 10px !important;
  display: block
}

.footer-links a {

  color: #000
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}





.slider-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #8B4513;
}

.slider {
  display: flex;
  animation: slide 10s linear infinite;
}

.slider-item {
  flex: 0 0 50px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}




@import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&family=Almendra+SC&display=swap');

.about-card {
  position: relative;
  font-family: 'MedievalSharp', cursive !important;
  background: #2b1b0f; /* dark aged parchment */
  border: 5px ridge #b8860b; /* embossed gold ridge border */
  border-radius: 8px;
  padding: 40px 45px;
  color: #f5deb3;
  letter-spacing: 1.6px;
  line-height: 2;
  background-image: url("https://www.transparenttextures.com/patterns/aged-paper.png");
  background-size: cover;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, 94% 0, 100% 14%, 100% 100%, 6% 100%, 0 88%);
  box-shadow: 
    0 14px 40px rgba(0, 0, 0, 0.95),
    inset 0 0 25px rgba(218, 165, 32, 0.25),
    inset 0 0 12px rgba(0, 0, 0, 0.7);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px double rgba(218, 165, 32, 0.7);
  border-radius: 6px;
  pointer-events: none;
  clip-path: inherit;
  box-shadow: 0 0 12px rgba(218, 165, 32, 0.4); /* glowing border */
}

.about-card:hover {
  transform: translateY(-8px) scale(1.04);
  border-color: #ffd700;
  box-shadow: 
    0 18px 45px rgba(0, 0, 0, 1),
    0 0 20px rgba(218, 165, 32, 0.75),
    inset 0 0 15px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 6px #000, 0 0 14px #ffd700;
}

.about-image {
  max-width: 100% !important;
  border-radius: 10px;
}

/* 📱 Tablet (≤768px) */
@media (max-width: 768px) {
  .about-card {
    padding: 25px 20px;
    font-size: 0.9rem;
    line-height: 1.6;
    clip-path: polygon(0 0, 96% 0, 100% 10%, 100% 100%, 4% 100%, 0 90%);
    width: 370px !important;      /* Stretch almost full width */
    max-width: 700px !important;  /* Remove the 400px cap */
   margin-left: -100px !important;
  }

  .about-card::before {
    border-width: 2px;
  }

  .about-image {
    max-width: 100%;
    margin-top: 20px !important;
  }
}







/* Section Wrapper */
.how-to-buy-section {
  background-image: url('./images/htb-section.png');
  background-position: center;
  background-size: cover;
  padding: 100px 20px;
  color: #fff;
  font-family: 'MedievalSharp', cursive !important;
}

@media (max-width:768px){
  .how-to-buy-section{
    background-image: url('./images/img3mob.png') !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

/* Grid Layout */
.how-to-buy-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  font-family: 'MedievalSharp', cursive !important;
}

/* Left Image */
.how-to-buy-image img {
  width: 100%;
  max-width: 450px;
  border: 4px solid #d4af37;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
}

/* Heading */
.how-to-buy-heading {
  font-family: 'MedievalSharp', cursive !important;
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 10px;
}

/* Step Box */
.step-box {
  position: relative;
  background: rgba(30, 20, 10, 0.85);
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'MedievalSharp', cursive !important;
}

.step-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.7);
}

/* Corner Icons */
.corner-icon {
  position: absolute;
  width: 28px;
  height: 28px;
}

.corner-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Positions */
.corner-icon.top-left { top: -14px; left: -14px; }
.corner-icon.top-right { top: -14px; right: -14px; }
.corner-icon.bottom-left { bottom: -14px; left: -14px; }
.corner-icon.bottom-right { bottom: -14px; right: -14px; }

/* Step Title */
.step-title {
  font-family: 'MedievalSharp', cursive !important;
  font-size: 1.4rem;
  color: #ffda6a;
  margin-bottom: 8px;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

/* Step Text */
.step-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #e6e6e6;
}

.highlight {
  color: #ffd700;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(255,215,0,0.4);
}

/* Responsive */
@media (max-width: 900px) {
  .how-to-buy-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .how-to-buy-heading {
    text-align: center;
  }

  .how-to-buy-image img {
    margin: 0 auto;
  }
}






/* Roadmap Section */
.roadmap-section {
  background: url('./images/roadmap-section.png') center/cover no-repeat;
  padding: 50px 20px;
  color: #fff;
  font-family: 'MedievalSharp', cursive !important;
  position: relative;
}

@media (max-width:768px){
  .roadmap-section{
    background-image: url('./images/img5mob.png') !important;
    background-position: center !important;
    background-size: cover !important;
  }
}

/* Container */
.roadmap-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.roadmap-heading {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.8);
  margin-bottom: 40px;
}

.divider {
  width: 200px;
  height: 4px;
  background: #d4af37;
  margin: 0 auto 50px auto;
  border-radius: 10px;
}

/* Timeline */
.roadmap-timeline {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Roadmap Item */
.roadmap-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;

}

.roadmap-item.left .roadmap-card {
  order: 1;
}
.roadmap-item.left .roadmap-image {
  order: 2;
}

.roadmap-item.right .roadmap-image {
  order: 1;
}
.roadmap-item.right .roadmap-card {
  order: 2;
}

/* Card */
.roadmap-card {
  position: relative; /* needed for overlay */
  background: rgba(20, 10, 0, 0.9);
  border: 4px solid #d4af37; /* thicker gold border */
  border-radius: 14px;
  padding: 25px;
  text-align: left;
  box-shadow: 
    0 0 30px rgba(212, 175, 55, 0.4), /* glowing gold aura */
    inset 0 0 15px rgba(212, 175, 55, 0.4), /* inner golden glow */
    0 0 10px rgba(0,0,0,0.8); /* medieval depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-image: url('./images/Untitled design - 2025-09-23T172207.307.png');
  background-position: center;
  background-size: cover;
  overflow: hidden; /* ensures overlay respects rounded corners */
}

/* Decorative medieval double border effect */
.roadmap-card::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid rgba(212, 175, 55, 0.6); /* inner fine gold line */
  border-radius: 10px;
  pointer-events: none;
  z-index: 3;
}

/* Overlay for darkening */
.roadmap-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* darker overlay for contrast */
  border-radius: inherit;
  z-index: 1;
}

/* Ensure text stays above everything */
.roadmap-card * {
  position: relative;
  z-index: 4;
}

/* Text */
.roadmap-year {
  font-size: 1.8rem;
  color: #ffda6a;
  margin-bottom: 8px;
}
.roadmap-subtitle {
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: bold;
  color: #fffacd;
}
.roadmap-card ul {
  margin: 0;
  padding-left: 20px;
}
.roadmap-card li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* Image */
.roadmap-image img {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  border-radius: 150% !important;
  /* border: 3px solid #d4af37;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); */
}

/* Responsive */
@media (max-width: 900px) {
  .roadmap-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .roadmap-card {
    text-align: center;
  }

  .roadmap-image img {
    margin: 20px auto;
  }
}











/* Section background */
.claim-section {

  background-position: center;
  background-size: cover;

  color: #fff;
  font-family: 'MedievalSharp', cursive !important;
}

@media (max-width:768px){
  .claim-faq-section{
    background-image: url('./images/img4mob.png') !important; /* Replace with your background */
    background-position: center !important;
    background-size: cover !important;
  }
}

/* Claim + FAQ Section */
.claim-faq-section {
  background: url('./images/gameplay-section.png') no-repeat center center/cover;
  padding: 80px 20px;
  border-top: 3px solid #d4af37;
  border-bottom: 3px solid #d4af37;
  font-family: 'MedievalSharp', cursive;
}

/* Claim Card */
.claim-card {
  background: rgba(40, 25, 10, 0.95); /* parchment-like dark background */
  border: 3px solid #d4af37; /* golden border */
  border-radius: 12px;
  padding: 35px;
  margin: 30px auto;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
  position: relative;
  width: 50%; /* desktop */
  max-width: 700px; /* prevents it from being too wide */
  background-image: url('./images/277cab01-c93b-4343-98ee-ad6662645829.webp');
  background-position: center;
  background-size: cover;
}

/* Buttons Wrapper */
.claim-buttons-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Claim Buttons */
.claimbtn {
  background: linear-gradient(145deg, #5a3a1e, #8d6e3d);
  border: 2px solid #ffd700;
  color: #fff !important;
  font-size: 18px;
  padding: 12px 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
  transition: all 0.3s ease;
}

.claimbtn:hover {
  background: linear-gradient(145deg, #8d6e3d, #5a3a1e);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
}

/* 📱 Tablet */
@media (max-width: 992px) {
  .claim-card {
    width: 70%;      /* wider on tablets */
    padding: 25px;
  }

  .claimbtn {
    font-size: 10px !important;
    padding: 10px 20px;
  }
}

/* 📱 Mobile */
@media (max-width: 576px) {
  .claim-card {
    width: 95%;      /* full width on mobile */
    padding: 20px;
  }

  .claim-buttons-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .claimbtn {
    width: 100%;      /* full width buttons on mobile */
    text-align: center;
  }
}

/* Divider */
.divider-claim {
  height: 3px;
  width: 80%;
  background: linear-gradient(90deg, transparent, #ffd700, transparent);
  margin: 60px auto;
  border-radius: 3px;
}

/* FAQ Wrapper */
.faq-wrapper1 {
  max-width: 900px;
  margin: 0 auto;
}

/* FAQ Title */
.faq-title1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

/* Accordion Item Medieval */
.accordion-item1 {
  background: rgba(40, 25, 10, 0.95);
  border: 2px solid #d4af37;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
  overflow: hidden;
  width: 100% !important;
}

/* Accordion Button Medieval */
.accordion-button1 {
  background: linear-gradient(145deg, #5a3a1e, #8d6e3d);
  color: #ffd700;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.6);
  width: 100% !important;
  padding: 10px !important;
}

.accordion-button1:focus {
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.accordion-button1:not(.collapsed) {
  background: linear-gradient(145deg, #8d6e3d, #5a3a1e);
  color: #fff;
}

/* Accordion Body Medieval */
.accordion-body1 {
  background: rgba(30, 20, 10, 0.95);
  color: #e6e6e6;
  padding: 20px;
  font-size: 1rem;
  border-top: 1px solid #d4af37;
}







/* ⚔ Medieval Footer */
.footer1 {
  background: #1a0f05;
  /* border-top: 2px solid #d4af37; */
  padding: 20px 0 10px;
  font-family: 'Cinzel', serif;
  color: #f8e7c9;
}

/* Left Disclaimer */
.footer-left1 p {
  margin: 0;
  font-size: 14px;
  color: #e6d28c;
}

/* Right Social Icons */
.footer-right1 a {
  display: inline-block;
  margin-left: 12px;
  color: #d4af37;
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer-right1 a:hover {
  color: #fff3b0;
}




/* Right Social Icons */
.footer-right2 a {
  display: inline-block;
  margin-left: 12px;
  color: #ffffff;
  font-size: 18px;
  transition: color 0.3s ease;
}
.footer-right2 a:hover {
  color: #ffffff;
}






/* Divider */
.footer-divider1 {
  border: 0;
  border-top: 1px solid #d4af37;
  margin: 15px 0;
}

/* Bottom Section */
.footer-bottom1 p {
  margin: 0;
  font-size: 13px;
  color: #c7a955;
  font-style: italic;
}
















@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

.tokenomics-box {
  font-family: 'MedievalSharp', cursive !important;
  background: rgba(20, 15, 8, 0.95);
  border: 4px solid #d4af37;
  border-radius: 15px;
  padding: 10px;
  color: #f1e7ba;
  text-shadow: 0 0 6px #d4af37, 0 0 12px rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.4), inset 0 0 20px rgba(90, 70, 40, 0.7);
  position: relative;
  overflow: visible; /* allow corners to stick out */
}

.tokenomics-title {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #f9e79f;
  border-bottom: 2px solid #d4af37;
  padding-bottom: 10px;
}

.tokenomics-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tokenomics-list li {
  font-size: 1.3rem;
  padding: 12px 15px;
  margin: 12px 0;
  background: rgba(40, 20, 10, 0.85);
  border: 2px solid #d4af37;
  border-radius: 10px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.tokenomics-list li:hover {
  background: rgba(212, 175, 55, 0.15);
  box-shadow: 0 0 25px #d4af37, inset 0 0 10px rgba(212, 175, 55, 0.4);
  transform: scale(1.01);
}

.tokenomics-list span {
  color: #ffd700;
  font-weight: bold;
}

.token-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Corner Decorations (outside border look) */
.corner {
  position: absolute;
  width: 35px;
  height: 35px;
  object-fit: contain;
  z-index: 5;
}

.corner-tl { top: -18px; left: -18px; }
.corner-tr { top: -18px; right: -18px; }
.corner-bl { bottom: -18px; left: -18px; }
.corner-br { bottom: -18px; right: -18px; }

.medieval-chart {
 
  border-radius: 12px;
  padding: 10px;
 
}






.hero-card1 {
  position: relative;
  background-image: url('./images/Untitled\ design\ -\ 2025-09-23T172207.307.png') !important;
  background-position: center;
  background-size: cover;
  border: 4px solid #d4af37;
  border-radius: 14px;
  padding: 40px 35px;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 
    0 0 40px rgba(212, 175, 55, 0.4),
    inset 0 0 25px rgba(120, 90, 30, 0.6),
    inset 0 0 50px rgba(0, 0, 0, 0.8);
  font-family: 'MedievalSharp', cursive !important;
  overflow: visible;
  position: relative;
  
}

/* Subtle medieval paper texture overlay */
.hero-card1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('./images/parchment-texture.png') repeat;
  opacity: 0.12;
  pointer-events: none;
  border-radius: 14px;
}

/* Main Heading */
.main-h1 {
  font-family: 'Cinzel Decorative', serif !important;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 
    0 0 15px #000,
    0 0 30px #f1e7ba,
    0 0 40px rgba(212, 175, 55, 0.8);
}

/* Subtitle */
.subtitle1 {
  font-size: 1.6rem;
  color: #f1e7ba;
  margin-bottom: 25px;
  text-shadow: 
    0 0 8px #000,
    0 0 12px rgba(241, 231, 186, 0.7);
  border-bottom: 2px solid rgba(212, 175, 55, 0.4);
  display: inline-block;
  padding-bottom: 5px;
}

/* Description */
.hero-desc1 {
  font-family: 'MedievalSharp', serif !important;
  color: #dcdcdc;
  line-height: 1.8;
  font-size: 1.05rem;
  max-width: 580px;
  margin: 0 auto;
  text-shadow: 0 0 6px #000;
}

/* Corner Ornaments */
.corner1 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url('./images/icon.webp') no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.8));
}

.corner-tl1 { top: -20px; left: -20px; }
.corner-tr1 { top: -20px; right: -20px; }
.corner-bl1 { bottom: -20px; left: -20px; }
.corner-br1 { bottom: -20px; right: -20px; }



/* "Selected text" style box like in-game highlight */
.hero-desc-box {
  background: rgba(25, 25, 25, 0.6);
  border: 2px solid #d4af37;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 20px auto;
  max-width: 580px;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.7), 0 0 12px rgba(212, 175, 55, 0.4);
  font-family: 'MedievalSharp', serif !important;
  color: #e8e4d9;
  text-shadow: 0 0 6px #000;
}

/* Glowish Quest Lines */
.glow-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.glow-list li {
  font-family: 'MedievalSharp', serif !important;
  font-size: 1.05rem;
  color: #f1e7ba;
  line-height: 1.7;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;

  /* Glow Selection Look */
  background: rgba(50, 0, 0, 0.55); /* subtle ruby-tinted background */
  border: 1px solid rgba(212,175,55,0.6);
  box-shadow: 
    0 0 12px rgba(255, 0, 0, 0.4),
    inset 0 0 8px rgba(212,175,55,0.3);
  text-shadow: 
    0 0 5px #000,
    0 0 10px rgba(255, 200, 200, 0.6);
  transition: 0.25s ease;
}

/* Hover effect for interactivity */
.glow-list li:hover {
  background: rgba(120, 0, 0, 0.8);
  border: 1px solid #d4af37;
  box-shadow: 
    0 0 20px rgba(255, 60, 60, 0.6),
    inset 0 0 12px rgba(241, 231, 186, 0.4);
  transform: scale(1.02);
}

/* Icon for each line */
.list-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  filter: drop-shadow(0 0 6px rgba(212,175,55,0.8));
}













.roadmap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.roadmap-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  color: #f5deb3;
}

.roadmap-list li img {
  width: 20px;   /* adjust icon size */
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

































/* Hero Card Medieval Style */
.hero-card1 {
  position: relative;
  background: #2b1b0f url("https://www.transparenttextures.com/patterns/aged-paper.png");
  border: 6px ridge #b8860b; /* gold frame */
  border-radius: 14px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.9), inset 0 0 20px rgba(218,165,32,0.25);
  background-size: cover;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-card1:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 50px rgba(0,0,0,1), 0 0 30px rgba(218,165,32,0.4);
}

/* Hero Text */
.main-h1 {
  font-family: 'Uncial Antiqua', serif;
  font-size: 2.8rem;
  color: #ffd700;
  text-shadow: 0 0 8px #000, 0 0 12px #b8860b;
}

.subtitle1 {
  font-family: 'MedievalSharp', serif !important;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #f5deb3;
  text-shadow: 0 0 6px #000;
}

.hero-desc1 {
  font-size: 1.1rem;
  color: #fdf5e6;
  line-height: 1.8;
  text-shadow: 0 0 4px #000;
}

/* Button Wrapper */
.hero-btn-wrap {
  margin-top: 25px;
  text-align: center;
}

/* 🔴 Ruby Sword Relic Button */
.ruby-sword-btn {
  display: inline-block;
  padding: 14px 38px;
  font-family: 'MedievalSharp', serif !important;
  font-size: 1rem;
  font-weight: 700;
  color: #fff3e6;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  background-image: url('./images/blue-btn.png');
  background-position: center;
  background-size: cover;
 
  border-radius: 10px;
  text-decoration: none;
 
  position: relative;
}



/* Subtle Hover */
.ruby-sword-btn:hover {
 
  transform: scale(1.05);
}

































/* Section */
.gameplay-section {
  padding: 60px 20px;

  text-align: center;
}


@media (max-width:768px){
  .gameplay-section{
    background-image: url('./images/img4mob.png') !important;
    background-position: center !important;
    background-size: cover !important;
  }
}
/* Heading */
.gameplay-heading {
  font-family: 'MedievalSharp', cursive;
  font-size: 2.5rem;
  color: #f1e7ba;
  margin-bottom: 40px;
  text-shadow: 2px 2px 0 #000, 0 0 15px #7b0000;
  letter-spacing: 3px;
  border-bottom: 3px solid #b8860b;
  display: inline-block;
  padding-bottom: 10px;
}

/* Cards Layout */
.gameplay-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Each Card */
.gameplay-card {
  background: linear-gradient(145deg, #2d241a, #1a120d);
  border: 3px solid #a67c35;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(166,124,53,0.4),
              inset 0 0 10px rgba(0,0,0,0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gameplay-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(200,150,70,0.7);
}

.gameplay-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-bottom: 3px solid #8c6a3a;
}

/* Card Body */
.card-body {
  padding: 18px 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-body h3 {
  font-family: 'MedievalSharp', cursive;
  font-size: 1.4rem;
  color: #ffdd77;
  margin-bottom: 10px;
  text-shadow: 1px 1px 0 #000;
  margin-top: 10px !important;
}

.card-body p {
  font-family: 'MedievalSharp', cursive;
  color: #e4d8c5;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Medieval Button */
.medieval-btn {
  display: inline-block;
  padding: 10px 24px;
  background-image: url('./images/brnbtn.png');
  background-position: center;
  background-size: cover;
  color: #f1e7ba;
  text-decoration: none;
  font-family: 'MedievalSharp', cursive;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
  transition: all 0.3s ease;
  margin-top: auto;
  margin-bottom: 10px !important;
  z-index: 10 !important;
}

.medieval-btn:hover {
  color: #fff3d0;
  transform: scale(1.01);

}



.nav-item{
  background-image: url('./images/stonebg.png') !important;
  background-position: center;
  background-size: cover;
}













@media (max-width:768px){
  .hero-tag{
    margin-left: 70px !important;
  }
}




.hero-tag {
  position: relative !important;
  z-index: 9999 !important;
  cursor: pointer !important;
  display: inline-block;
}

.hero-tag img {
  width: 100% ;
  height: auto;
  display: block;
}

a {
  pointer-events: auto !important;
  z-index: 9999 !important;
}


.hero-tag {
  position: absolute;
  bottom: -40%;  /* adjust as needed */
  left: 20px;    /* adjust as needed */
  width: 190px;   /* control size */
  height: auto;
  z-index: 10;
  pointer-events: none; /* ensures it doesn’t block button clicks */
}























/* 🪙 Max Supply Section */
.max-supply-box {
  margin-top: 25px;
  background: rgba(40, 20, 10, 0.85);
  border: 2px solid #d4af37;
  border-radius: 12px;
  padding: 18px 20px;
  color: #f1e7ba;
  font-family: 'MedievalSharp', cursive !important;
  text-shadow: 0 0 6px rgba(212, 175, 55, 0.4);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6),
              0 0 18px rgba(212, 175, 55, 0.3);
}

.max-supply-title {
  font-size: 1.4rem;
  margin-bottom: 12px;
  text-align: center;
  color: #ffd700;
  border-bottom: 1px solid #d4af37;
  padding-bottom: 6px;
}

.max-supply-title span {
  color: #f9e79f;
}

.max-supply-quote {
  font-style: italic;
  color: #f5deb3;
  font-size: 1rem;
  text-align: center;
  margin: 12px 0 18px;
}

.symbolic-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.symbolic-list li {
  margin: 8px 0;
  padding: 8px 10px;
  background: rgba(20, 10, 5, 0.7);
  border-left: 3px solid #d4af37;
  border-radius: 6px;
  font-size: 1rem;
}

.symbolic-list li span {
  font-weight: bold;
  color: #ffd700;
}








.pdf-link {
  margin-top: 25px;
  text-align: center;
}

.pdf-link img {
  width: 200px;
  transition: transform 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}

.pdf-link img:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px #e4c56e);
}








.token-info {
  font-size: 1rem;
  margin: 8px 0;
  color: #f3e6c8;
  text-align: center;
}

.audit-row {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.audit-text {
  font-size: 3rem;
  font-weight: bold;
  color: #e4c56e;
  text-shadow: 0 0 6px rgba(228, 197, 110, 0.6);
  font-family: 'MedievalSharp', cursive !important;
}

.audit-arrow {
  font-size: 5rem;
  color: #f0e6d2;
}

.audit-pdf {
  width: 200px;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.audit-pdf:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px #e4c56e);
}


@media (max-width:768px){
  .audit-text{
    font-size: 1rem !important;
  }
  .audit-arrow{
    font-size: 1rem !important;
  }
}

.token-inline {
  text-align: center;
  font-size: 1.1rem;
  margin: 10px 0 20px;
  color: #f3e6c8;
  font-family: 'MedievalSharp', cursive !important;
}








.o1{
  order: 1;
}

.o2{
  order: 2;
}


@media (max-width:768px){
  .o1{
    order: 2 !important;
  }

  .o2{
    order: 1 !important;
  }
  
  .text-claim{
    font-size: 10px !important;
  }
}




.text-claim{
  font-size: 12px;
}





@media (max-width:768px){
  .about-section{
    background-image: url('./images/img2mob.png') !important;
    background-position: center !important;
    background-size: cover !important;
  }
}