@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #050507;
    color: #ffffff;
    
    
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32'><polygon points='0,0 0,32 12,24' fill='purple'/></svg>") 0 0, auto;


     
}



.hero {
    min-height: 100vh;
    padding: 48px clamp(24px, 6vw, 120px);
    background:
    radial-gradient(circle at top left, rgba(140, 61, 255, 0.15), transparent 30%),
    radial-gradient(circle at bottom right, rgba(140, 61, 255, 0.15), transparent 30%);
}

.hero-title {
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 32px;
}

.title-main {
    font-family: "Roboto Slab", serif;
    font-size: clamp(5rem, 12vw, 10rem);
    color: #ffffff;
    letter-spacing: 8px;
}

.title-accent {
    font-family: "Roboto Slab", serif;
    font-size: clamp(5rem, 12vw, 10rem);
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    text-shadow: 0 0 25px rgba(155, 92, 255, 0.45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
}


.brand {
    font-weight: 700;
    letter-spacing: 2px;
}

.brand-dot {
    width: 6px;
    height: 6px;
    background: #9b5cff;
    border-radius: 50%;
}

.tagline {
    font-size: 12px;
    opacity: 0.6;
}

.nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    opacity: 0.85;
    padding-top: 16px;
}

.nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #9b5cff, transparent);
}

.nav-left ,
.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}


.status-dot {
    width: 8px;
    height: 8px;
    background: #9b5cff;
    border-radius: 50%;
}

.btn-outline {
    background: transparent;
    border: 1px solid #9b5cff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.4s;
}

.btn-outline:hover {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 17px;
  padding-right: 17px;  

}

.hero-content {
    max-width: 900px;
    margin-top: 120px;
}

.badge {
    display: inline-block;
    background: rgba(155, 92, 255, 0.15);
    color: #9b5cff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 24px;
}

h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
}

.reg {
    font-size: 1.5rem;
    vertical-align: top;
}

.subtitle {
    font-size: 1.8rem;
    margin-bottom: 16px;
}

.accent {
    color: #9b5cff;
}

.description {
    max-width: 560px;
    font-size: 1rem;
    opacity: 0.75;
    margin-bottom: 32px;
}

.cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    border: none;
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.btn-primary:hover {
    box-shadow: 0 0 14px rgba(155, 92, 255, 0.45);
    filter: brightness(1.05);
}

.btn-secondary {
    background: #1a1a1f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.btn-secondary:hover {
    background: #202026;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.line {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #9b5cff);
}
/*-----------------------------------------------------------------------*/

.developer {
  min-height: 80vh;
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px clamp(24px, 6vw, 120px);
  background: radial-gradient(
    circle at top right,
    rgba(140, 61, 255, 0.15),
    transparent 30%
  );
  color: #fff;
}

.developer2 {
  min-height: 100vh;
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px clamp(24px, 6vw, 120px);
  background:(
    rgba(0, 0, 0, 0.884),
    transparent 30%
  );
  
  color: #fff;
}




.dev-title {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    text-shadow: 0 0 25px rgba(155, 92, 255, 0.45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}


.dev-equix {
  display: flex;
  align-items: center;
  gap: 72px;
  max-width: 1200px;
  width: 100%;
}





.card {
  width: 400px;
  background: #1b1b1b;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  
}

.card-header {
  position: relative;
  height: 120px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 18px;
  background: #a855f7;
  filter: blur(20px);
  opacity: 0.7;
  border-radius: 50%;
}

.card-header h2 {
    font-family: "Roboto Slab", serif;
  font-size: 78px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 0 15px #fff;;
  margin: 0;
}

.highlight-name {
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;     
    font-weight: 600;  
    text-shadow: 0 0 3px #9b5cff;
}

.avatar {
  position: absolute;
  top: 80px;
  left: 20px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #a855f7;
  box-shadow: 0 0 14px #a855f7;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-body {
  padding: 72px 22px 20px;
}

.name-row {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.name-row h1 {
  margin: 0;
  font-size: 26px;
}

.socials {
  display: flex;
  gap: 8px;
}
.socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #a855f7;
  font-size: 13px;
  transition: all 0.3s ease;
}

.socials a:hover {
  background: #a855f7;
  color: #000;
  transform: scale(1.1);
}


.desc {
  margin: 6px 0 12px;
  font-size: 16px;
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about {
  font-size: 14.5px;
  line-height: 1.6;
  color: #ddd;
}

.skills {
  padding: 16px 22px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skill {
  padding: 9px 16px;
  font-size: 13px;
  border-radius: 12px;
  box-shadow: 0 0 5px #a855f7;
  transition: 0.3s ease;
}


.skill:hover {
  background: #a855f7;
  color: #000;
  transform: scale(1.05);
}

.equix-founder {
  max-width: 700px;
}

.equix-quote {
  font-size: 34px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.equix-accent {
    font-size: 34px;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    color: #6b6b6b;
}

.equix-text {
    font-size: 17px;
    line-height: 1.9;       
    color: #ddd;          
}

.gradient-text {
    background: linear-gradient(135deg, #9b5cff, #6a2cff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}

.highlight {
    color: #a855f7;       
    font-weight: 600;
}

blockquote {
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 20px;
}



.process {
  padding: 80px 6%;
}

.label {
  color: #870bda;
  font-size: 12px;
  letter-spacing: 2px;
}

.process h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 16px 0 60px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 40px;

}

.step {
  position: relative;
  padding-top: 40px;
}

.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

.number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 16px;
}

.step.active .number {
  border-color: #870bda;
  color: #870bda;
}

.step h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.step p {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.6;
}


.why2 {
  position: relative;
  padding-top: 40px;
  word-spacing: 30px;
  word-spacing: -2px;
  letter-spacing: 1px;
}

.why2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}


.why2 h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.why2 p {
  font-size: 20px;
  color: #eeeef0;
  line-height: 1.6;
}



.equix-marquee {
  position: bottom;
  bottom: 30px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.equix-track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: equixMove 15s linear infinite;
}

.equix-track span {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 8px;
  color: rgba(105, 5, 219, 0.616);
  text-transform: uppercase;
}


.process2 {
  padding: 80px 6%;
}

.label {
  color: #870bda;
  font-size: 12px;
  letter-spacing: 2px;
}

.process2 h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 16px 0 60px;
}



/* Animation */
@keyframes equixMove {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%); }
}


.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1001;
}

.menu div {
  width: 32px;
  height: 3px;
  background: #870bda;
  margin: 7px 0;
  transition: 0.4s;
}

/* Small-screen tweaks to prevent overlap */
@media (max-width: 480px) {
  .equix-marquee { display: none; }
  .card-body { padding: 36px 12px 12px; }
  .title-main, .title-accent { letter-spacing: 0.5px; }
}

/* NAV BAR */
.side-nav {
  position: fixed;
  
  left: 50%;
  transform: translateX(200%);
  display: flex;
  gap: 70px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.9s ease;

}

.side-nav.active {
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

/* Links */
.side-nav a {
  text-decoration: none;
  color: #f5f4f4;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

/* Subtle underline hover */
.side-nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: currentColor;
  transition: width 0.3s ease;

}

.side-nav:hover {
opacity: 0.7;

}
.side-nav a:hover::after {
  width: 100%;
}

/* Hamburger → X */
.menu.active .bar1 {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.menu.active .bar2 {
  opacity: 0;
}

.menu.active .bar3 {
  transform: rotate(45deg) translate(-7px, -6px);
}