:root {
    --dark-bg: #010214;
    --card-bg: #1e1530;
    --text-color: #ffffff;
    --highlight-color: #a45ee5;
    --border-color: #4a3e60;
    --font-family: "Plus Jakarta Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  width: 100%;
  background-color: var(--dark-bg);
    color: var(--text-color);
    font-family: var(--font-family);
    line-height: 1.6;
  overflow-x: hidden;
}

#fillup{
  width: 100%;
  height: 4.8125rem;
  position: absolute;
  top: 0%;
  background-color: #663DDC;
}
/* Nav starts */

.con-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 4.8125rem;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: rgba(102, 61, 220, 0);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
} 

.header-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-text {
    margin-left: 5px;
    font-size: 13px;
    font-weight: 600;
}

.navbar
{
    border-radius: 100px;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    width: 40vw;
    background: rgba(1, 2, 20, 0.50);
    backdrop-filter: blur(50px);
    min-width: 500px;
}

.navbar a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.navbar a:hover {
    opacity: 1;
}

.join-button {
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    padding: 10px 30px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.3s, border-color 0.3s;
    margin: 0 70px ;
}

.join-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--highlight-color);
}

.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: white;
}

/* Nav ends  */

/* Landing Start  */

#landingBG{
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 80vh;
}
.bg{
  height: 100%;
}
#bg1,#bg12{
  width: 2.5%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);
}
#bg2,#bg11{
  width: 9.5%;
  height: 90%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);
}
#bg3,#bg10{
  width: 9.5%;
  height: 80%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);}
#bg4,#bg9{
  width: 9.5%;
  height: 70%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);
}
#bg5,#bg8{
  width: 9.5%;
  height: 60%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);
}
#bg6,#bg7{
  width: 9.5%;
  height: 50%;
  background: linear-gradient(0deg, rgba(102, 61, 220, 0.00) 0%, #663DDC 100%);
}

#landingIntro{
  position:absolute;
  top: 30%;
  width: 100%;
}
#landingHead{
  color: #FFF;
  text-align: center;

  font-family: "Plus Jakarta Sans";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4rem; /* 114.286% */
  letter-spacing: -0.035rem;
  margin-bottom: 15px;
}
#landingDesc{
  color: #FFF;
  text-align: center;
  width: 80vw;
  margin: auto;
  font-family: "Plus Jakarta Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem; /* 136.364% */
  margin-bottom: 40px;
}
#landingNav{
  display: flex;
  justify-content: center;
  gap: 15px;
}
#reg{
  /* margin-left: 33%; */
  display: flex;
  width: 14rem;
  height: 3.125rem;
  padding: 1rem 3.625rem 1rem 3.5625rem;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 9.9375rem;
  border: 1px solid #6747F6;
  background: linear-gradient(144deg, #6A52B4 11.39%, #3A208E 79.95%);
}
#tim{
  /* margin-right: 33%; */
  display: flex;
  width: 14rem;
  height: 3.125rem;
  padding: 1rem 2.5rem;
  justify-content: center;
  align-items: center;

  border-radius: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.41);
  background: #000;
  mix-blend-mode: exclusion;
}
#tim a{
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

/* landing ends  */

/* collab and time line starts */

#collabHead{
  width: 100%;
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 40px;
}

.scroll-container {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin: auto;
        }

        .scroll-wrapper {
            display: flex;
            gap: 20px;
            animation: scroll 15s linear infinite;
        }

        .scroll-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse 45% 55% at center, transparent 0%, #010214 100%);
            pointer-events: none;
            z-index: 10;
        }

        .scroll-wrapper:hover {
            animation-play-state: paused;
        }

        .svg-item {
            min-width: 200px;
            height: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            flex-shrink: 0;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                /* Move by exactly 9 items + gaps */
                transform: translateX(calc(-200px * 9 - 20px * 9));
            }
        }

/* collab and time line ends */

/* timeline starts */

  .timeline-section {
  padding-block: 5rem;
  background: var(--neutral, #010214);
  width: 80vw;
  margin: auto;
  margin-bottom: 50px;
}

.timeline-wrapper {
  position: relative;
  padding: 3rem 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-50%);
  z-index: 0;
}

.timeline-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.timeline-item {
  flex: 1;
  min-width: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: center;
  min-height: 200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.timeline-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  z-index: 2;
  pointer-events: none;
}

.timeline-star-dull {
  opacity: 1.0;
  filter: brightness(1.0);
}

.timeline-star-bright,
.timeline-star-bright-fallback {
  opacity: 1.0;
  filter: brightness(1.0);
  width: 60px;
  height: 60px;
}

.timeline-month {
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid #454444;
  padding: 6px 29px;
  border-radius: 40px;
  font-size: 0.85rem;
  color: rgba(150, 150, 150, 0.8);
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  z-index: 3;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-item:hover .timeline-month {
  border-color: rgba(150, 150, 150, 0.5);
  color: rgba(200, 200, 200, 0.9);
}

.timeline-item-active .timeline-month {
  background: rgba(10, 10, 20, 0.95);
  border: none;
  color: #FFFFFF;
  position: relative;
  padding: calc(0.5rem + 2px) calc(1rem + 2px);
}

.timeline-item-active .timeline-month::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  padding: 2px;
  background: linear-gradient(90deg, #FF0066 0%, #A694F8 25%, #A694F8 50%, #6747F6 75%, #6747F6 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
  filter: drop-shadow(0 0 8px rgba(255, 0, 150, 0.6)) drop-shadow(0 0 12px rgba(103, 71, 246, 0.6));
}

.timeline-event {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(217, 217, 217, 0.7);
  margin-top: 5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  white-space: normal;
  text-align: center;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-item-active .timeline-event {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
}


/* timeline ends  */

.heading3{
  margin: auto;
  text-align: center;
font-family: "Plus Jakarta Sans";
font-size: 2.5rem;
font-style: normal;
font-weight: 700;
line-height: 3rem;
letter-spacing: -0.0125rem;
margin-bottom: 60px;
max-width: 60vw;

}



.parent1 {
  margin: auto;
    width: 80vw;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 100px;
}
    
.div11 {
    overflow: hidden;
    position: relative;
    grid-column: span 3 / span 3;
    grid-row: span 4 / span 4;
    background-color: #121326;
    border-radius: 1rem;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 100px;
}

.div12 {
  overflow: hidden;
    position: relative;
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    background-color: #121326;
    border-radius: 1rem;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.div13 {
  overflow: hidden;
    position: relative;
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 3;
    background-color: #121326;
    border-radius: 1rem;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.sphere{
  position: absolute;
  /* width: 16.375rem; */
  height: 100%; 
  aspect-ratio: 1;
  border-radius: 22.5rem;
  background: rgba(86, 44, 205, 0.39);
  filter: blur(50px);
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
}
.div11 #heading31{
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
}
.div11 #heading32{
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}
.div12 #heading33 span , .div13 #heading35 span{
  color: #8F79EF;
  font-family: "Plus Jakarta Sans";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4rem; /* 114.286% */
  letter-spacing: -0.035rem;
  display: inline-block;
  padding-right: 20px;
  }
.div12 #heading33 , .div13 #heading35{
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.div12 #heading34 , .div13 #heading36{
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.625rem;
  color: rgba(217, 217, 217, 0.50);
}

.partition
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.part1
{
    width: 50vw;
    height: 2.8125rem;
    background: linear-gradient(90deg, rgba(86, 44, 205, 0.15) 0%, rgba(148, 112, 244, 0.15) 50%, rgba(86, 44, 205, 0.15) 100%);
    filter: blur(50px);
}
.part2
{
    width: 100vw;
    height: 0.05rem;
    background: linear-gradient(90deg, rgba(207, 192, 249, 0.12) 0%, rgba(207, 192, 249, 0.48) 50%, rgba(207, 192, 249, 0.12) 100%);
}
.part3
{
    width: 95vw;
    height: 2.8125rem;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgba(86, 44, 205, 0.15) 0%, rgba(148, 112, 244, 0.30) 50%, rgba(86, 44, 205, 0.15) 100%);
    filter: blur(50px);
}

#parent2{
  width: 80vw;
  display: flex;
  gap: 12px;
  margin: auto;
  margin-bottom: 100px;
}
#div21 , #div22{
  background-color: #121326;
  width: 100%;
  border-radius: 1rem;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#div211 p,#div221 p{
  display: inline;
  font-family: "Plus Jakarta Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.00438rem;
  margin-left: 30px;
}
#div211, #div221{
  margin-bottom: 30px;
}
#div222 h1,#div212 h1{
  color: var(--Typo-Typo-3, rgba(217, 217, 217, 0.50));
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 50px;
}
#div213, #div223{
  margin-left: 30px;
}
.faq-section, .contact-section{
    max-width: 80vw;
    margin: 0 auto 100px auto;
}

.faq-items {
    margin-top: 50px;
}

.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.faq-item:hover {
    opacity: 0.8;
}

.faq-question {
    font-size: 18px;
    font-weight: 500;
    /* flex-grow: 1; */
}

.faq-toggle {
    font-size: 24px;
    color: var(--highlight-color);
    font-weight: bold;
    user-select: none;
}

.faq-answer {
    display: none;
    padding-top: 20px;
    font-size: 16px;
    opacity: 0.7;
}
.faq-qa
{
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.faq-item.open .faq-answer {
    display: block;
    text-align: left;
}

.faq-item.open .faq-toggle {
    content: "";
}
.section-title
{
    margin-top: 100px;
    text-align: left;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 120% */
    letter-spacing: -0.0125rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.arrow-icon
{
    display: flex;
    align-items: center;
}
.arrow-icon svg
{
    width: 3rem;
    height: 3rem;
    aspect-ratio: 1/1;
}

.contact-cards {
  display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    flex-wrap: wrap;
}

.contact-card {
    min-width: 300px;
    padding: 15px;
    min-height: auto;
    text-align: left;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    background-color: #121326;
    margin-bottom: 30px;
}
.text-center
{
    text-align: center;
}

.contact-card .profile-image {
    width: 99%;
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: #3b3052;
    /* border-radius: 50%; */
    margin: 0 auto 20px auto;
    border: 2px solid var(--highlight-color);
    flex: 0 0 auto;
}
#img1{
  background-image: url(./assests/abhishek.jpeg);
  background-size: cover;
  background-position: top center;
}
#img2{
  background-image: url(./assests/annirudh.jpeg);
  background-size: cover;
  background-position: top center;
}
#img3{
  background-image: url(./assests/anurag.jpeg);
  background-size: cover;
  background-position:50% 20%;
}
.contact-card .card-title {
    margin-bottom: 5px;
}

.contact-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.cc-logo
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    color: var(--text-color);
    font-size: 20px;
    margin: 0 10px;
}

.csection-title
{
    margin-top: 100px;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 120% */
    letter-spacing: -0.0125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
  background: var(--neutral, #010214);
  border-top: 1px solid var(--border-color);
  padding: 4rem 2rem;
  position: relative;
}


.footer-content {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 0 60px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.footer-col-left {
  display: flex;
  flex-direction: column;
}

.footer-col-middle {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.footer-logo {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0;
}

.footer-logo-img {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-logo-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white);
  line-height: 1.2;
}

.footer-logo-location {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.footer-description {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  margin-top:1.5rem;
  max-width: 300px;
}

.footer-follow {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.follow-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-white);
}

.footer-social {
  display: flex;
  gap: 1.5rem;
}

.footer-social-icon {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  padding: 0;
}

.footer-social-icon:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.footer-social-icon img,
.footer-social-icon svg {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.footer-links {
  list-style: none;
  margin-bottom: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--accent-purple);
}

.footer-bottom {
  text-align: right;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.journey{
  width: 80vw;
  margin: auto;
  margin-bottom: 100px;
}

#j1{
  margin-top: 50px;
  display: flex;
  flex-direction: row;

}
#j11,#j12{
  width: 50%;
}
#j11{
  padding-right: 10vw;
  color:rgba(255, 255, 255, 0.80);
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
#j121{
text-align: center;
border-radius: 2.5rem;
border: 1px solid  rgba(217, 217, 217, 0.50);
background:  #010214;
box-shadow: 0 0 16px 0 #6747F6;
padding: 10px 0px;
}
#j12{
  padding: 0px 5vw;
}
#j2{
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  margin-top: 50px;
  position: relative;
}
#jgap{
  width: 0.2%;
  background: #8D51F2;
}
#j21{
  width: 49.9%;
}
#j22{
  padding-left: 3vw;
  width: 49.9%;
  display: flex;
  flex-direction: column;
}
.h1{
  display: inline-block;
  color: #EEE;

/* Heading/H4-MinorHead */
font-family: "Plus Jakarta Sans";
font-size: 1.375rem;
font-style: normal;
font-weight: 600;
line-height: 1.875rem; /* 136.364% */
padding-left: 5px;
margin-bottom: 15px;
}
.h2{
  color: #EEE;
font-family: "Plus Jakarta Sans";
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 1.625rem; /* 162.5% */
margin-bottom: 20px;
}
.h3{
  color:  rgba(217, 217, 217, 0.50);

/* Body/B2-Large */
font-family: "Plus Jakarta Sans";
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.625rem; /* 162.5% */
margin-bottom: 50px;
}
#ball1{
  position: absolute;
  top: 0px;
  left: 50%; /* Center on the line */
  transform: translate(-50%,-50%);
}
#ball2{
  position: absolute;
  bottom: 0px;
  left: 50%; /* Center on the line */
  transform: translate(-50%,50%);
}
#ball3{
  position: absolute;
  top: 50%;
  left: 50%; /* Center on the line */
  transform: translate(-50%,-50%);
}
#j3{
  margin: auto;
  text-align: center;
  margin-top: 40px;
}
.journey svg, #j3 img{
  transform: translateY(5px);
}
#j4{
  text-align: center;
  margin-bottom: 50px;
}
#j52{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#j52 div{
  width: 27%;
  aspect-ratio: 1;
  background-color: #121326;
  filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#j5{
  position: relative;
}
#j51{
  width: 100%;
  /* top: 50%; */
  position:absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#j51 div{
  z-index: 100;
  width: 27%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: #FFF;

  font-family: "Plus Jakarta Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem; /* 128.571% */
  letter-spacing: -0.00438rem;
}


/* tablet */
@media(max-width:1000px){
  .header-content{
    justify-content: space-between;
    padding: 0px 10px;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 260px;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

    background: rgba(1, 2, 20, 0.95);
    backdrop-filter: blur(20px);

    transition: right 0.3s ease;
    border-radius: 0;
    min-width: unset;
  }

  .navbar.active {
    left: 0;
  }

  .hamburger {
    display: block;
  }

  /* Optional: hide join button on mobile */
  .join-button {
    display: none;
  }
}

@media(max-width:700px){
  #landingNav{
    flex-direction: column;
    align-items: center;
  }
  .svg-item{
            min-width: 100px;
            height: 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                /* Move by exactly 9 items + gaps */
                transform: translateX(calc(-100px * 9 - 20px * 9));
            }
    }
    .parent1{
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    #parent2{
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    #j21{
      display: none;
    }
    #j2 svg{
      left: 0%;
    }
    #j51 div{
      font-size: small;
    }
    .footer-content{
      display: flex;
      flex-direction: column;
    }
    .footer-col{
      margin-bottom: 30px; ;
    }
    #j1{
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    #j11,#j12{
  width: 100%;
    }
    #j22{
      width: 98%;
    }
}