@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  background-color: #070511 !important;
}
button {
  cursor: pointer;
}
.container {
  max-width: 1380px !important;
}
.main-header {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
li {
  cursor: pointer;
}

.btn-close {
  background-image: url(/Images/icons8-close.svg) !important;
}
.home-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nav-cus {
  background-color: blur(24px);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgb(68, 68, 68);
  position: fixed;
  top: 0;
  z-index: 999;

  width: 100%;
}
.timeline {
  width: 40%;
  margin: auto;
}
.mobile-menu {
  position: fixed;
  top: 0;
  backdrop-filter: blur(24px);
  width: 100%;
  z-index: 999;
}
.nav-cus li {
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 28.8px;
  transition: all 0.5s ease-in-out;
}
.nav-cus li:hover {
  color: #7d6cff;
}
.navbar-brand {
  font-size: 35px !important;
  font-weight: 900 !important;
}

.offcanvas {
  background-color: black !important;
  color: white !important;
}
.btn-bg {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(188deg, #7d6cff 0%, #8a23da 100%);
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.25) inset;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
  border: none !important;
}
.btn-black {
  border: none !important;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #171717;
  border: 1px #7d6cff solid !important;
  box-shadow: -2px 2px 4px rgba(63.43, 63.43, 63.43, 0.25) inset;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
}
.nav-cus ul {
  margin: 0px;
  padding: 0px;
  color: white;
  display: inline-flex;
  list-style-type: none;
  gap: 40px;
}
.header-content {
  position: relative;
}
.header-content h1 {
  text-align: center;
  background: linear-gradient(
    to right,
    white 0%,
    white 60%,
    #974bee 85%,
    #974bee 100%
  );
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 96px;
}
.header-content p {
  font-size: 20px;
  color: white;
}
.mobile-menu {
  background-color: blur(24px);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgb(68, 68, 68);
}
.mobile-menu span {
  width: 20px;
  color: white;
  height: 10px;
}
.why h2 {
  color: #d9d2e8;
  font-size: 48px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 62.4px;
}
.why p {
  color: #acabb2;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 36px;
}
.why h3 {
  color: #d9d2e8;
  font-size: 24px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 31.2px;
}
.how-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px rgba(248, 249, 250, 0.2) solid;
  min-height: 480px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.how-card:hover {
  border: 1px #7d6cff solid;
}
.how-card h3 {
  color: white;
  font-size: 40px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 72px;
}
.how .card-icon {
  width: 200px;
  height: 160px;
  object-fit: contain;
}
.how h2 {
  color: #d9d2e8;
  font-size: 48px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 62.4px;
}
.how p {
  color: #acabb2;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 28.8px;
}
.feature h2 {
  text-align: center;
  color: #d9d2e8;
  font-size: 48px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 62.4px;
}
.feature h3 {
  color: #d9d2e8;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
}
.feature p {
  color: #acabb2;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 28.8px;
}
.token {
  background: linear-gradient(180deg, #0c0a1b 3%, #070511 94%);
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 390px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;

  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}
.flip-card-front p {
  color: #03000a;
  font-size: 14px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 25.2px;
}
.flip-card-back {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  background: #03000a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px #7d6cff solid;
  transform: rotateY(180deg);
  color: #acabb2;
}
.flip-card-back h3 {
  color: #d9d2e8;
  font-size: 24px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 31.2px;
}
.flip-card-back p {
  color: #acabb2;
  font-size: 18px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 32.4px;
}
.join {
  background-image: url(/Images/join-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 933px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join h2 {
  color: white;
  font-size: 64px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 76.8px;
}
.join p {
  text-align: center;
  color: #acabb2;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 28.8px;
}
.input-groups {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #110f25;
  box-shadow: -2px 2px 4px rgba(63.43, 63.43, 63.43, 0.25) inset;
  border-radius: 32px;
  border: 1px #7d6cff solid;
  width: 400px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.input-groups input {
  background-color: transparent;
  align-items: start;
  color: #acabb2;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 27.2px;
  border: none;
  outline: none;
}
.footer h2 {
  color: white;
  font-size: 24px !important;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 31.2px;
}
.footer li {
  color: #acabb2 !important;
  font-size: 18px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 32.4px;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
}
a {
  color: #acabb2 !important;
}
.footer li {
  color: #acabb2 !important;
}
.footer li:hover {
  color: #7d6cff !important;
}
.footer p {
  color: #acabb2 !important;
}
.border {
  opacity: 0.1;
  border: 1px white solid;
  margin: 20px 0px !important;
}
.year {
  padding: 8px;
  background: #110f25;
  box-shadow: -2px 2px 4px rgba(63.43, 63.43, 63.43, 0.25) inset;
  border-radius: 73px;
  border: 1px #7d6cff solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  width: fit-content;
  width: 200px;
}
.inner-year {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #03000a;
  border-radius: 44px;
  border: 1px rgba(248.23, 248, 250, 0.1) solid;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: #7d6cff;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
  width: 185px;
}
.roadmap p {
  color: #acabb2;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 28.8px;
}
.roadmap h3 {
  color: #d9d2e8;
  font-size: 20px !important;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
}
.year1::after {
  content: "";
  height: 32%;
  width: 1px;
  background-color: #7d6cff;
  position: absolute;
  top: 71px;
}
.eco {
  min-height: 600px !important;
}
.year2::after {
  content: "";
  height: 32%;
  width: 1px;
  background-color: #7d6cff;
  position: absolute;
  top: 344px;
}
a {
  text-decoration: none !important;
}

.offcanvas-body li {
  margin-bottom: 15px;
}
.offcanvas li:hover {
  color: #7d6cff !important;
}
.timeline-item {
  margin-bottom: 475px !important;
  position: relative;
}
.omni h1 {
  font-size: 48px;
  font-family: Hanken Grotesk;
  font-weight: 500;
  line-height: 62.4px;
  background: linear-gradient(
    to right,
    white 0%,
    white 50%,
    #974bee 75%,
    #974bee 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.omni p {
  color: #acabb2;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 36px;
}

.omni button {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #110f25;
  box-shadow: -2px 2px 4px rgba(63.43, 63.43, 63.43, 0.25) inset;
  border-radius: 32px;
  border: 1px #7d6cff solid;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
}
.omni-card {
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 56px;
  padding-bottom: 56px;
  background: rgba(248, 249, 250, 0.05);
  border-radius: 16px;
  border: 1px rgba(248, 249, 250, 0.2) solid;
}
.omni-card h3 {
  color: #d9d2e8;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  line-height: 36px;
}
.omni-card p {
  color: #acabb2;
  font-size: 20px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  line-height: 36px;
}
.omni-card li {
  color: white;
  font-size: 16px;
  font-family: Hanken Grotesk;
  font-weight: 600;
  line-height: 28.8px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.timeline::before {
  content: "";
  background-color: #7d6cff;
  position: absolute;
  border: 1px solid #7d6cff;
  height: 120%;
  top: 0px;
  left: 92px;
  z-index: -1;
}
.marker {
  position: absolute;
  left: 85px;
  top: 170px;
  width: 15.31px;
  height: 15.31px;
  background: #826aff;
  box-shadow: 0px 0px 17px rgba(243.23, 229.6, 253.94, 0.69);
  border-radius: 9999px;
}
.marker::after {
  border: 1px dashed #826aff;
  content: "";
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.marker::before {
  border: 1px dashed #826aff;
  content: "";
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -22px;
  left: -22px;
}
.connector {
  position: relative;
}

.content {
  max-width: 350px;
  position: absolute;
  top: 160px;
  left: 36%;
}
.timeline {
  position: relative;
}


@media only screen and (max-width: 1207px) {
  .flip-card {
    width: 100%;
  }
  .flip-card-back {
    height: 340px;
  }
}
@media only screen and (min-width: 1161px) {
  .mobile-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 1160px) {
  .nav-cus {
    display: none;
  }
  .mobile-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1154px) {
  .how-card {
    min-height: 576px;
  }
  .eco {
    min-height: 576px !important;
  }
}
@media only screen and (max-width: 991px) {
  .timeline {
    width: 70%;
    margin: auto;
  }
  .team-card {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .how-card {
    min-height: auto;
  }
  .eco {
    min-height: auto !important;
  }
  .container {
    padding: 0px 30px !important;
  }
  .header-content h1 {
    font-size: 50px;
    line-height: 66px;
  }
  .main-why {
    width: 100%;
  }
  h2 {
    font-size: 38px !important;
  }
  .how-card h3 {
    font-size: 30px;
  }
  .how-card {
    margin-bottom: 20px;
  }
  .chart {
    width: 100%;
  }
  .flip-card {
    width: 300px;
  }
  .flip-card-back {
    height: 387px;
  }
  .black-infinet {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .black-infinet {
    width: 100%;
  }

  .left {
    width: 30%;
  }
  .right {
    width: 30%;
  }
  .inner-year {
    font-size: 14px;
  }

  .team-card {
    justify-content: center;
    display: flex;
  }
  .header-btn {
    flex-wrap: wrap;
  }
  .year1::after {
    height: 30%;
  }
  .year2::after {
    content: "";
    height: 30%;
    width: 1px;
    background-color: #7d6cff;
    position: absolute;
    top: 347px;
  }
  .omni h1 {
    font-size: 38px;
  }
  .omni br {
    display: none;
  }
}
@media only screen and (max-width: 643px) {
  .timeline {
    width: 100%;
  }
  .year1::after {
    height: 32%;
  }
  .year2::after {
    content: "";
    height: 32%;
  }
  .omni-card {
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 434px) {
  .omni button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .team-card {
    justify-content: center;
    display: flex;
  }
  .year1::after {
    height: 31%;
  }
  .year2::after {
    content: "";
    height: 31%;
  }
  .header-btn {
    flex-wrap: wrap;
  }
  .header-btn button {
    width: 100%;
  }
  .header-btn a {
    width: 100%;
  }
  .input-groups {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .content {
    max-width: 350px;
    position: absolute;
    top: 160px;
    left: 43%;
  }
}
