:root {
  --background: 0 0% 100%;
  --foreground: 232 96% 10%;
  --muted: 0 0% 77%;
  --muted-foreground: 0 0% 62%;
  --popover: 0 0% 100%;
  --popover-foreground: 210 12% 20%;
  --border: 223 34% 82%;
  --input: 214.3 31.8% 91.4%;
  --card: 229 100% 98%;
  --card-foreground: var(--foreground);
  --card-border-color: 0 0% 96%;
  --primary: 232 96% 10%;
  --primary-foreground: 0 0% 100%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 100% 50%;
  --destructive-foreground: 210 40% 98%;
  --ring: 215 20.2% 65.1%;
  --radius: 1.25rem;
  --ellipse-top-position: -110px;
  --ellipse-container: 1039px;
  --ellipse2-container: 792px;
  --ellipse3-container: 697px;
  --btn-gradient: linear-gradient(90deg, #5b12de 7.68%, #0090f7 96.09%);
  --btn-hover-gradient: linear-gradient(90deg, #0090f7 7.68%, #5b12de 96.09%);
  @media (max-width: 1023px) {
    --ellipse-container: 839px;
    --ellipse2-container: 592px;
    --ellipse3-container: 497px;
  }
  @media (max-width: 767px) {
    --ellipse-top-position: -50px;
    --ellipse-container: 639px;
    --ellipse2-container: 492px;
    --ellipse3-container: 397px;
  }
  @media (max-width: 639px) {
    --ellipse-top-position: 0;
    --ellipse-container: 439px;
    --ellipse2-container: 392px;
    --ellipse3-container: 297px;
  }

  @media (max-width: 439px) {
    --ellipse-container: 339px;
    --ellipse2-container: 292px;
    --ellipse3-container: 197px;
  }
}
.dark {
  --dark-purple-900: #1e1c44;
  --background: 224 71% 4%;
  --foreground: 213 31% 91%;
  --muted: 223 47% 11%;
  --muted-foreground: 215.4 16.3% 56.9%;
  --accent: 216 34% 17%;
  --accent-foreground: 210 40% 98%;
  --popover: 224 71% 4%;
  --popover-foreground: 215 20.2% 65.1%;
  --border: 216 34% 17%;
  --input: 216 34% 17%;
  --card: 232, 96%, 10%;
  --card-foreground: 0 0% 100%;
  --primary: 210 40% 98%;
  --primary-foreground: 0 0% 96%;
  --secondary: 238 100% 60%;
  --secondary-foreground: 210 40% 98%;
  --destructive: 0 63% 31%;
  --destructive-foreground: 210 40% 98%;
  --ring: 216 34% 17%;
  --radius: 1.25rem;
  --outline: #12122b;
}
.bg-card {
  background-color: hsl(var(--card));
}
body {
  font-family: 'DM Sans', sans-serif;
}
.container {
  @media (min-width: 1440px) {
    max-width: 1440px !important;
    --bs-gutter-x: 5rem * 2;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Bai Jamjuree', sans-serif;
}
.gradient-text {
  background: linear-gradient(90deg, #5b12de 7.68%, #0090f7 96.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ellipse {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--ellipse-container);
  min-height: var(--ellipse-container);
  border-radius: 100%;
  opacity: 0.15;
  top: var(--ellipse-top-position);
  z-index: 2;
  pointer-events: none;
}
.ellipse::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  background: linear-gradient(90deg, #5b12de 7.68%, #0090f7 96.09%);
  filter: blur(126.40499877929688px);
  z-index: -1;
  pointer-events: none;
}

.ellipse2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ellipse2-container);
  height: var(--ellipse2-container);
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.ellipse3 {
  width: var(--ellipse3-container);
  height: var(--ellipse3-container);
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.ellipse4 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ellipse2-container);
  height: var(--ellipse2-container);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.ellipse5 {
  width: var(--ellipse3-container);
  height: var(--ellipse3-container);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
}
/* .heroContainer {
  min-height: 897px;
}
@media (max-width: 1279px) {
  .heroContainer {
    min-height: 750px;
  }
}
@media (max-width: 1023px) {
  .heroContainer {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .heroContainer {
    min-height: auto;
  }
} */
.blockChain-feature .ellipse-overlay {
  background: #f4f6ff url('assets/images/ellipse-overlay.png') no-repeat center / cover;
}
.leading-normal {
  line-height: normal !important;
}
.team-card:hover .avatar {
  outline: 5px solid rgba(255, 255, 255, 0.2);
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-marquee {
  display: flex;
  animation: marquee 20s linear infinite;
}
.announcement {
  border-radius: 10px;
  border: 1px solid #f4f6ff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(0px);
  .pulse {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    animation: pulse 1.5s infinite;
  }
  .pulse::before {
    opacity: 0.2;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    background: var(--btn-gradient);
  }

  .pulse::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background: var(--btn-gradient);
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 767px) {
  .announcement {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 50;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
