:root {
  --border: 5vw;
  --logo-width: 6vw;
  --nav-height: 9vh;
  --nav-padding: 1vh;
  --background-image: url("../assets/images/backgrounds2.png");
  --color-p: #b026ff;
  --color-d: #8b5cf6;
  --color-d-shadow: rgba(176, 38, 255, 0.56);
  --color-l: #b026ff;
  --color-text: #ffffff;
  --color-text-title: #ffffff;
  --color-background: #0a0a0a;
  --color-primary-background: #0a0a0a;
  --color-primary-dark: #8b5cf6;
  --font-p: calc(0.7em + 1vmin);
  --font-h1: calc(0.75em + 1vmin);
  --font-h2: calc(0.75em + 1vmin);
}

.primary, .primary path {
  background-color: var(--color-primary-background);
  stroke: var(--color-primary-background);
}

.layout-core {
  width: 100%;
}

.layout-core > div {
  scroll-margin-top: 13vh;
}

.layout-core > div {
  width: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 1.5vh;
}

.section-title p {
  color: #888;
  font-size: 0.6rem;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
}

.section-title h2, .section-title h1 {
  font-size: 1.8rem;
  line-height: 3rem;
  text-transform: capitalize;
  position: relative;
  font-weight: 300 !important;
  font-family: 'Orbitron', sans-serif;
  padding-bottom: 1.5vh;
  color: var(--color-text);
}

.section-title h1 {
  font-size: 2rem;
  font-weight: 100;
}

.line {
  position: absolute;
  left: 50%;
  margin-left: -4vw;
  height: 0.2vh;
  width: 8vw;
  background: linear-gradient(45deg, var(--color-primary-dark), var(--color-p));
  content: "";
  margin-top: -1.5vh;
}

.section-title-animation ::before {
  -webkit-animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation-delay: 0.2s;
}

.img-background {
  height: 60vh;
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-attachment: fixed !important;
}

.img-3 {
  background: url('../assets/images/backgrounds2.png') center no-repeat;
}

.img-1 {
  background: url('../assets/images/backgrounds2.png') center no-repeat;
}

.img-2 {
  background: url('../assets/images/backgrounds2.png') center no-repeat;
}

.svg-shadow.custom-shape-divider-top {
  -webkit-filter: drop-shadow(3px 37px 12px rgba(0, 0, 0, .4));
  filter: drop-shadow(3px 37px 12px rgba(0, 0, 0, .4));
}

.svg-shadow.custom-shape-divider-bottom {
  -webkit-filter: drop-shadow(-3px -37px 12px rgba(0, 0, 0, .4));
  filter: drop-shadow(-3px -37px 12px rgba(0, 0, 0, .4));
}

.svg-top {
  transform: scale(-1, -1);
}

.custom-shape-divider-top {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 15%;
  background-color: transparent !important;
  margin-top: -1vh;
}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
}

.custom-shape-divider-bottom {
    position: absolute;
    bottom: -0.5vh;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: transparent !important;
    pointer-events: none;
}

.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  height: 12vh;
  width: calc(100% + 1.3px);
}

.shape-fill {
  fill: var(--color-primary-background);
}

.project {
  padding: 1.5vh 0;
}

.stat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1000px;
  gap: 1.5rem;
  padding: 0.5rem 0;
}

.elm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6rem;
}

.stat .elm i {
  font-size: 1rem;
  color: var(--color-p);
  margin-bottom: 0.4rem;
}

.stat .elm p {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text);
  font-family: 'Orbitron', sans-serif;
}

.stat .elm .title {
  font-size: 0.4rem;
  color: #aaa;
  margin: 0.3rem 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.elm .title::first-letter {
  text-transform: uppercase;
}

.subtitle {
  color: var(--color-text);
  font-size: 0.7rem;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  margin: 1.2rem 0 0.8rem 0;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  font-family: 'Orbitron', sans-serif;
}

.subtitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-p), transparent);
}

.content-value {
  display: inline-flex;
  align-items: baseline;
  gap: 0.1rem;
}

.join-container {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.join-card {
  flex: 1 1 200px;
  min-width: 200px;
  display: flex;
}

.join-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.7rem 1.5rem;
  background: linear-gradient(135deg, var(--color-p), var(--color-d));
  border-radius: 0.75rem;
  color: white;
  font-family: 'Orbitron', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(176, 38, 255, 0.4);
  width: 100%;
}

.join-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(176, 38, 255, 0.6);
}

.join-button i {
  font-size: 1.2rem;
}

.timeline {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.timeline .elm {
  margin-bottom: 1.5rem;
}

.timeline .container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.timeline .container.left {
  flex-direction: row;
}

.timeline .container.right {
  flex-direction: row-reverse;
}

.timeline .content {
  flex: 1;
}

.timeline .content .title {
  font-size: 1.2rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 0.75rem;
}

.timeline .content .text {
  font-size: 0.75rem;
  color: #aaa;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.timeline .assets {
  flex: 1;
}

.timeline .assets img {
  width: 100%;
  max-width: 300px;
  border-radius: 0.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .timeline .container {
    flex-direction: column !important;
  }
  
  .timeline .container.left,
  .timeline .container.right {
    flex-direction: column;
  }
}