.up1 {
  transition: transform 0.3s ease-in-out;
  z-index: 100 !important;
}

.up1:hover {
  transform: translateY(-10px);
  cursor: pointer;
}


.up2 {
  transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
  border: 2px solid rgba(255, 0, 0, 0);
  border-radius: 15px;
  padding: 10px;
}

.up2:hover {
  transform: translateY(-10px);
  border: 2px solid red !important;

  cursor: pointer;
}

.card22 {
  background-color: rgb(13, 47, 87);
  background-image: url('images/12.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  border: 4px solid rgb(193, 42, 42);
}

.rimg333 {
  width: 25%;
  height: auto;
}

.imgyy {
  margin-left: 35%;
}

.up11 {
  color: #fff;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.up11:hover {
  transform: scale(1.1);
  color: #0051FF;
}


.above11 {
  background-color: #0c3ca5;
  background-image: url('images/herobg.jpg');
  background-position: center;
  background-size: cover;
  overflow: hidden;
  /* padding-top: 14%; */
  position: relative;
}

.above11::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo1 {
  width: 20%;
  height: auto;
}

.heroh1 {
  /* text-shadow: 2px 2px 4px #b63e20; */
  font-size: 70px;
  /* color: #FF5930; */
  /* text-shadow: rgb(86, 1, 1) 4px 4px 0px; */
  color: #ff5930e4;
  text-shadow: black 2px 2px 6px;
  color: rgba(0, 255, 132, 0.95);
  filter: drop-shadow(rgba(0, 197, 102, 0.95) 0em 0em 0.0165313em) drop-shadow(rgba(0, 197, 102, 0.75) 0em 0em 0.0826563em) drop-shadow(rgba(0, 197, 102, 0.44) 0em 0em 0.247969em);

  /* filter: drop-shadow(#ff5930e4 0em 0em 0.0165313em) drop-shadow(#ff5930bc 0em 0em 0.0826563em) drop-shadow(#ff593086 0em 0em 0.247969em); */
}

.vm1 {
  background-color: #000000;
  padding: 100px 0;
  overflow: hidden;
}

.vm2 {
  background-color: #000000;
  padding-bottom: 100px;
  overflow: hidden;
}

.hero1 {
  font-size: 70px;
  color: #fff;
  text-shadow: 2px 2px 6px black;
}


.nftcard {
  background-color: #0051ff;
  border: 3px solid white;
  border-radius: 12px;
  background-image: url('https://flash.monster/images/ee.avif');
  background-position: center;
  background-size: cover;
  position: relative;
}

.nftcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.263);
  z-index: 1;
}

.high {
  padding: 10px;
  font-size: 60px;
  font-weight: 600;
}

.text-muted1 {
  position: relative;
  text-align: center;
  margin: 0 !important;
  color: #fff !important;
  font-size: 25px;
}

.kag {
  padding-top: 12rem;
}

.updown {
  animation: updown 1.5s ease-in-out infinite;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* roadmap */
/* Timeline container styling */
.timeline-container {
  display: flex;
  flex-direction: column;
  /* Make it vertical by default */
  gap: 33.5px;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 67px;
}

/* Individual timeline point styling */
.timeline-point {
  transition-duration: 0.5s;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e2125, #23282c);
  box-shadow: 13.4px 13.4px 40.2px #1c1f23, -13.4px -13.4px 40.2px #262b2f;
  display: grid;
  place-items: center;
  width: 134px;
  height: 134px;
  position: relative;
  color: var(--color);
}

.timeline-point::before {
  content: "";
  width: 200px;
  height: 200px;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
  background: conic-gradient(var(--color) var(--angle),
      transparent 0deg 360deg);
  animation: rotateBorder 1s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd)::before {
  transform: rotate(0deg);
}

.timeline-point:nth-child(even)::before {
  transform: rotate(178deg) scaleY(-1);
}

/* Custom property for angle */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

/* Common styling for timeline points */
.timeline-point:nth-child(1) {
  --color: #c1121f;
  --delay: 0s;
}

.timeline-point:nth-child(2) {
  --color: #ffc300;
  --delay: 1s;
}

.timeline-point:nth-child(3) {
  --color: #2ec4b6;
  --delay: 2s;
}

.timeline-point:nth-child(4) {
  --color: #6536ff;
  --delay: 3s;
}

.timeline-point:nth-child(5) {
  --color: #3a86ff;
  --delay: 4s;
}

/* Popup styling */
.popup {
  width: 321.6px;
  height: auto;
  max-height: 0;
  background-color: var(--color);
  display: grid;
  grid-template-columns: 16% 84%;
  position: absolute;
  color: white;
  border-radius: 30px;
  box-shadow: 6.7px 6.7px 21.4px #17191d, -6.7px -6.7px 21.4px #212529;
  transform-origin: bottom bottom;
  animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}

.timeline-point:nth-child(odd) .popup {
  right: -435px;
}

.timeline-point:nth-child(even) .popup {
  left: -435px;
}

/* Popup number styling */
.popup-number {
  grid-row: span 2;
  display: grid;
  font-size: 2rem;
  font-weight: bold;
  place-items: center;
  cursor: auto;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
  opacity: 0;
  height: 100%;
}

/* Popup title styling */
.popup-title {
  color: var(--color);
  padding-bottom: 6.7px;
  font-size: 25px;
  font-weight: 900;
}

/* Popup details styling */
.popup-details {
  padding: 20.1px;
  background-color: #1c1f23;
  border-radius: 30px;
  opacity: 0;
  font-weight: 500;
  user-select: none;
  cursor: auto;
  overflow: hidden;
  font-size: 0.8rem;
  text-align: justify;
  background: linear-gradient(145deg, #16181b, #22262b);
  margin: 3.35px;
  animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
}

.timeline-point:nth-child(odd) .popup:before {
  content: "";
  width: 63px;
  height: 0;
  border-radius: 4px;
  background-color: var(--color);
  position: absolute;
  left: -23%;
  top: -41.9px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}

.timeline-point:nth-child(odd) .popup:before {
  top: calc(100% + -56px);
  transform: rotateX(100deg);
  transform-origin: top;
}



.timeline-point:nth-child(even) .popup:before {
  content: "";
  width: 63px;
  height: 0;
  border-radius: 4px;
  background-color: var(--color);
  position: absolute;
  left: 107%;
  top: 25.1px;
  display: flex;
  animation: drawLine 0.5s linear var(--delay) forwards;
}

.timeline-point:nth-child(even) .popup:before {
  top: calc(100% + -47px);
  transform: rotateX(100deg);
  transform-origin: top;
}





/* Hover effect for timeline points */
.timeline-point:hover {
  background: linear-gradient(145deg, var(--color), #1e2125);
  color: white;
}

/* Animation for border rotation */
@keyframes rotateBorder {
  from {
    --angle: 0deg;
  }

  to {
    --angle: 180deg;
  }
}

/* Animation for popup expansion */
@keyframes expandPopup {
  0% {
    max-height: 0;
  }

  100% {
    max-height: 200px;
  }
}

/* Animation for line drawing */
@keyframes drawLine {
  0% {
    height: 0%;
    opacity: 0;
  }

  100% {
    height: 33.5px;
    opacity: 1;
  }
}

/* Animation for fade-in effect */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1050px) {
  body {
    height: auto;
    display: block;
  }

  .timeline-container {
    flex-direction: column;
    height: auto;
    width: 100%;
    padding: 100px 0px;
  }

  .timeline-point {
    height: 134px;
    flex-shrink: 0;
    left: calc(24px / 2);
    margin: 0px 0px;
    position: relative;
  }

  .timeline-point:nth-child(odd)::before {
    transform: rotate(0deg);
  }

  .timeline-point:nth-child(even)::before {
    transform: rotate(0deg) scaleX(-1);
  }

  .timeline-point .popup:before {
    display: none;
  }

  .timeline-point:nth-child(odd) .popup {
    bottom: auto;
    right: -276px;
  }

  .timeline-point:nth-child(even) .popup {
    top: auto;
    left: 160px !important;
  }
}


@media screen and (max-width: 768px) {

  .timeline-container {
    flex-direction: column;
    height: auto;
    width: 19% !important;
    padding: 100px 0px;
  }

  .popup {
    width: 194px;
    height: auto;
  }

  .timeline-point::before {
    width: 170px;
    height: 200px;
  }

  .timeline-point {
    width: 84px;
  }

  .left22 {
    margin-left: 0px !important;
  }

  .timeline-point:nth-child(even) .popup:before {
    left: -32% !important;
  }

  .hero1 {
    font-size: 42px !important;
  }

  .logoText {
    font-size: 34px;
  }

}

.conbtn {
  padding: 5px 10px 5px 10px !important;
  border-radius: 7px !important;
  /* border: 4px solid #DF2B26 !important; */
  font-size: 25px !important;
  letter-spacing: 2px !important;
  background-color: #ffffff;
  color: #000000 !important;
  /* box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.341); */
  box-shadow: 2px 2px 6px black;
  overflow: hidden !important;
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}

.conbtn:hover {
  background-color: #FF5930 !important;
  color: #fff;
  /* box-shadow: 0 0 30px 5px #df2c26a2 !important; */
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  color: #fff !important;
}

.conbtn11 {
  /* padding: 5px 10px 5px 10px !important; */
  border-radius: 7px !important;
  /* border: 4px solid #DF2B26 !important; */
  font-size: 25px !important;
  letter-spacing: 2px !important;
  background-color: #ffffff;
  color: #000000 !important;
  /* box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.341); */
  box-shadow: 2px 2px 6px black;
  overflow: hidden !important;
  -webkit-transition: all 0.2s ease-in !important;
  -moz-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}

.conbtn11:hover {
  background-color: #FF5930 !important;
  color: #fff;
  /* box-shadow: 0 0 30px 5px #df2c26a2 !important; */
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  transition: all 0.2s ease-out !important;
  color: #fff !important;
}




.copy222 {
  transition: transform 0.3s ease-in-out;
}

.copy222:hover {
  transform: translateY(-10px);
  color: #ff6200;
  cursor: pointer;
}


.migglebtn {
  background-color: #f1f1f1;
  border-radius: 5px;
  border: none;
  border: 2px solid rgba(0, 0, 0, 0.105);
  transition: transform 0.3s ease-in-out background-color 0.3s ease-in-out !important;
}

.migglebtn:hover {
  transform: scale(1.05);
  background-color: #0c3ca5;
  color: #fff !important;
}



.left22 {
  margin-left: 40px;
}

.btn222 {
  padding: 10px 30px;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid white;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none !important;
}


.btn222:hover {
  transform: translateY(-10px);
  background-color: #FF5930;
  color: #ffffff;
  cursor: pointer;
}


.rimg {
  width: 40%;
  height: auto;
  border-radius: 10px;
}

.htbimg {
  width: 30%;
  height: auto;
  border-radius: 20px;
}

.abimg {
  width: 80%;
  height: auto;
  border-radius: 20px;
}

.size22 {
  width: 100%;
  height: auto;
  border-radius: 20px;
}


.road1 {
  background-color: #000000ff;
  position: relative;
  overflow: hidden;
}


.road1::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 73%;
  left: 52%;
  transform: translate(-50%, -50%) rotate(89.541deg);
  width: 283.716px;
  height: 1312.954px;
  border-radius: 1312.954px;
  opacity: 0.26;
  background: linear-gradient(99deg, #2ee6a6ac 1.93%, #3e55c883 47.51%, #7c3ec897 96.04%);
  filter: blur(180.0999984741px);
}

.htb11 {
  background-color: #000000ff;
  position: relative;
  overflow: hidden;
}



.htb11::after {
  content: '';
  max-width: 477px;
  width: 100%;
  height: 250px;
  background: #30e9a1;
  opacity: 0.2;
  filter: blur(150.0999984741px);
  border-radius: 250px;
  position: absolute;
  top: 65%;
  left: 33%;
}



.meme {
  background-color: #000000ff;
  position: relative;
  overflow: hidden;
}

.meme::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(89.541deg);
  width: 283.716px;
  height: 1312.954px;
  border-radius: 1312.954px;
  opacity: 0.26;
  background: linear-gradient(99deg, #2ee6a686 1.93%, #3e55c883 47.51%, #7c3ec897 96.04%);
  filter: blur(50.0999984741px);
}





.progress-bar {
  margin: auto;
  height: 20px;
  width: 80%;
  background-color: lightgrey;
  border-radius: 45px;
  overflow: hidden;
  border: 2px solid #f87321;
}

.progress-fill {
  height: 100%;
  width: 0;
  background-color: #00087a;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-1 {
  height: 100%;
  width: 0;
  background-color: #dd8614;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-2 {
  height: 100%;
  width: 0;
  background-color: #00bb99;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-3 {
  height: 100%;
  width: 0;
  background-color: #1a3952;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-4 {
  height: 100%;
  width: 0;
  background-color: #fbf28d;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-5 {
  height: 100%;
  width: 0;
  background-color: #58B7E7;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-6 {
  height: 100%;
  width: 0;
  background-color: #9966ff;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}

.progress-fill-7 {
  height: 100%;
  width: 0;
  background-color: #c9cbcf;
  border-radius: 10px;
  transition: width 2s ease-in-out;
}


.road1 {
  background-image: url('images/roadbg.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.road1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.668);
  z-index: 1;
}

.road1>* {
  position: relative;
  z-index: 2;
}

.rdp {
  border-top: 2px dashed;
  border-color: rgb(166, 255, 0) !important;
  margin: 0;
  padding: 30px;
  color: #fff;
}



.rdp:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.rdp:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.rdp:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rdp:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.vicard {
  background-color: #3c6a39a1;
  border: 2px solid #6ab266a1;
  border-radius: 20px;
  height: 200px;
}

.fqimg {
  width: 400px;
  height: 400px;
  border-radius: 17px;
  border: 2px solid green;
}



@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background-color: #477d3d;
  border-top: 2px solid #75C867;
  border-bottom: 2px solid #75C867;
  padding: 6px 0;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* width: 960px; */
}

.slider .slide-track {
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 20);
}

.slider .slide {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.copybtn {
  width: 4%;
  height: auto;
}


.nnn222 {
  text-decoration: none;
  width: 30%;
  height: auto;
}