body {
  font-size: 18px;
  font-weight: 400;
  background: black;
  font-family: var(--default-font);
  color: white;
  line-height: 1.2em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
body::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../image/bgimage.html);
  background-position: center right;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
  animation: zooming 5s infinite alternate;
}

@keyframes zooming {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@font-face {
  font-family: "Syne", sans-serif;
}
p {
  line-height: 1.7em;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", sans-serif;
  margin: 0;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--white-color);
}

p {
  font-family: "Syne", sans-serif;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 50px;
  transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bannerMain::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #010101, transparent 15%);
}

.bannerMain2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #010101, transparent 15%);
}

.fc_section {
  padding: 100px 0;
  background-image: url(../image/bluebg.html);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.fc_section h1 {
  color: #36bb91;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature {
  position: relative;
  max-width: 21rem;
  height: 15rem;
  margin: 2rem auto;
  padding: 2em;
  border-radius: 0.75em;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  transition: transform 200ms ease-in !important;
}

.feature:hover {
  transform: scale(1.03) !important;
}

.feature__desc {
  margin-top: 0.5em;
  color: var(--Grayish-Blue);
}

.feature__img {
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.section__title {
  margin: 0 auto;
  max-width: 90%;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}

.section__title span {
  font-weight: 700;
}

.section__desc {
  max-width: 32ch;
  margin: 1rem auto 3rem;
  color: var(--Grayish-Blue);
  font-size: 1rem;
  text-align: center;
}

.feature-one {
  border-top: 5px solid red;
}

.feature-two {
  border-top: 5px solid orange;
}

.feature-three {
  border-top: 5px solid blue;
}

.feature-four {
  border-top: 5px solid blueviolet;
}

/* attribution styling */
.attribution {
  color: var(--Very-Dark-Blue);
  opacity: 0.7;
}

.attribution a {
  color: var(--Blue);
  text-decoration: underline;
}

.attribution a:hover {
  color: var(--Cyan);
}

.card {
  position: relative;
  background-color: #000;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  opacity: 0.7;
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(133, 0, 210, 0.5333333333) 0%, rgba(18, 210, 0, 0.5333333333) 30%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.4s ease;
  border-radius: 2px;
}

.abc {
  background-image: linear-gradient(114deg, #0c377c, rgba(36, 33, 190, 0.2862745098));
  padding: 1px;
}

.abc2 {
  background-image: linear-gradient(312deg, #0c377c, rgba(36, 33, 190, 0.2862745098));
  padding: 1px;
}

.roadmap-sec {
  position: relative;
}

.img-line {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -2;
  filter: hue-rotate(330deg);
  opacity: 0.5;
}

.roadmap-sec::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -3;
  opacity: 0.5;
}

.pattern {
  top: unset;
  right: unset;
  bottom: -100px;
  opacity: 0.2;
  position: absolute;
  right: 70px;
  filter: hue-rotate(340deg);
  animation: pulse 2s cubic-bezier(0.05, 0.1, 0.15, 0.2) infinite;
}

.roadmap__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
  position: relative;
}

.roadmap__main:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 50%;
  right: 50%;
  background: #3f506e;
  height: 104%;
  width: 1px;
}

.roadmap__main .icon {
  position: absolute;
  top: -52px;
  left: 49.6%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(264.28deg, #ffe400 -38.2%, #2769fe 103.12%), #ffb300;
}

.roadmap__main .icon.bottom {
  top: auto;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .roadmap__main:after {
    left: auto;
    right: 0;
  }
}
.roadmap-box {
  width: calc(50% - 30px);
  background: linear-gradient(180deg, hsla(209, 85%, 48%, 0.05), hsla(208.21, 95.52%, 50.62%, 0) 73.86%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-right: 30px;
  margin-left: 0;
  padding: 37px 30px;
  margin-bottom: 34px;
}

.roadmap-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 48%;
  right: -28px;
  width: 28px;
  height: 1px;
  background: #3f506e;
}

.roadmap-box:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 43%;
  right: -40px;
  width: 19px;
  height: 19px;
  background: linear-gradient(264.28deg, #ffe400 -38.2%, #2769fe 103.12%), #ffb300;
  border: 4px solid #3f506e;
  border-radius: 50%;
}

.roadmap-box.right {
  margin-left: 30px;
  margin-right: 0;
  transform: translateY(112px);
}

.roadmap-box.right:before {
  right: auto;
  left: -28px;
}

.roadmap-box.right:after {
  right: auto;
  left: -40px;
}

.roadmap-box .time {
  background: linear-gradient(89.96deg, hsla(0, 0%, 100%, 0.05) 0.03%, hsla(0, 0%, 100%, 0.008) 49.67%, hsla(0, 0%, 100%, 0.05) 99.96%);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 100px;
  position: absolute;
  top: -15px;
  left: 29px;
  padding: 6px 16px;
  background: linear-gradient(264.28deg, #8ec7f9 -38.2%, #2755fe 103.12%), rgba(234, 179, 8, 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  font-weight: 600;
  font-size: 12px;
}

.roadmap-box .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 21px;
}

.roadmap-box .title:after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(264.28deg, #fdfcb4 -38.2%, #2769fe 103.12%);
  border-radius: 1.2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .roadmap-box {
    width: 100%;
  }
  .roadmap-box.right {
    transform: translateY(0);
    margin: 0 30px 34px 0;
  }
  .roadmap-box.right:before {
    left: auto;
    right: -28px;
  }
  .roadmap-box.right:after {
    left: auto;
    right: -40px;
  }
}
.acd-faq-button {
  padding: 20px;
  background: linear-gradient(180deg, hsla(209, 85%, 48%, 0.05), hsla(208.21, 95.52%, 50.62%, 0) 73.86%);
  box-shadow: 0 5px 12px 0 rgba(142, 130, 45, 0.22);
  outline: none;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 7px;
  font-size: 18px;
  color: var(--text-color);
  justify-content: space-between;
  text-align: start;
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}
.acd-faq-button::after {
  filter: invert(1) brightness(3);
}
.acd-faq-button svg {
  transition: transform 0.3s ease;
  flex-shrink: 0;
  background-color: transparent;
}
.acd-faq-button.active {
  background-color: transparent;
  background-image: linear-gradient(254deg, #6b3fb9 0%, #6494ed 100%);
  color: #120436;
}

.acd-faq-header {
  margin: 0;
}

.acd-faq-body {
  border-left: 1px solid rgba(65, 85, 114, 0.5);
  border-right: 1px solid rgba(65, 85, 114, 0.5);
  border-bottom: 1px solid rgba(65, 85, 114, 0.5);
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.5s ease-in-out, 0.5s ease-in-out;
}

.acd-faq-body.open {
  max-height: 500px;
  padding: 15px;
}

.acd-faq-item {
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
  border-radius: 5px;
}

.faqOuterSection {
  position: relative;
}
.faqOuterSection .faqAssetsBox {
  text-align: center;
  position: relative;
  animation: moveUp 4s infinite ease-in-out;
}
.faqOuterSection .faqAssetsBox img {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.acd-faq-body p {
  margin: 0;
}

.acd-faq-body p a {
  color: #8a4eeb;
  text-decoration: underline;
}

@keyframes moveUp {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=main.css.map */