html {
    scroll-behavior: smooth;
    background: linear-gradient(135deg, #0a0a0a 0%, #111827 100%);
    color: #e0e0e0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
        Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Scrollbar for modern browsers */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1f2937;
}

::-webkit-scrollbar-thumb {
    background-color: #2563eb;
    border-radius: 10px;
    border: 2px solid #1f2937;
}

/* Section titles */
h2,
h3 {
    font-weight: 800;
    color: #e0e7ff;
    letter-spacing: 0.03em;
}

/* Hero */
#inicio {
    /* background: linear-gradient(135deg, #000000, #111111); */
    background: #111111;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    min-height: 100vh;
}

#inicio>div.content {
    position: relative;
    max-width: 36rem;
    z-index: 1;
}

#inicio h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: white;
    /* text-shadow: 0 3px 10px rgb(37 99 235 / 0.7); */
}

#inicio h1 {
    font-size: 3rem;

    color:white
}

#inicio p {
    font-size: 1.125rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
    line-height: 1.6;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#proyectos {

    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    min-height: 100vh;
}

#proyectos h2 {
    font-size: 4rem;

    color:white
}

#trayectoria {
    /* background: #eeeeee;
     */
        background: #000000;
     position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    min-height: 100vh;
}

#trayectoria h2 {
    font-size: 4rem;

    color:white
}

#contacto {
    /* background: #eeeeee;
     */
        background: #000000;
     position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    min-height: 20vh;
}

#trayectoria h2 {
    font-size: 4rem;

    color:white
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.carousel-mask {
  overflow: hidden;
  width: 100%;
}

.scroll-left,
.scroll-right {
  display: flex;
  width: max-content;
  gap: 2rem;
}

.scroll-left {
  animation: scroll-left 80s linear infinite;
}

.scroll-right {
  animation: scroll-right 80s linear infinite;
}




#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%);
    mix-blend-mode: screen;
    filter: drop-shadow(0 0 8px #0ea5e9);
}
#particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;

    mix-blend-mode: screen;
    filter: drop-shadow(0 0 8px #fff);

    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 1) 100%
    );

    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 1) 100%
    );
}
#particles-js3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;

    mix-blend-mode: screen;
    filter: drop-shadow(0 0 8px #fff);

    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 1) 100%
    );

    -webkit-mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 0) 40%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 1) 100%
    );
}