
.c-root {
    position: relative;
    width: 100%;
    height: calc(100svh - 3rem);
    overflow: hidden;
    background: #050508;
    margin-top: 3rem;
    border-radius: 12px;
}

.track-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.track {
    /*position: absolute;*/
    /*inset: 0;*/
    display: flex;
    height: 100%;
    will-change: transform;
}

.slide {
    /*position: absolute;*/ 
    /*inset: 0; */ 
    /*display: flex; */ 
    /*align-items: center; */ 
    /*justify-content: center; */ 
    /*will-change: transform, opacity; */
    flex: 0 0 100%;
    height: 100%;
    position: relative;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.gradient1 {
    background: radial-gradient(ellipse 80% 80% at 30% 60%, #1a0a2e 0%, #050508 70%);
}

.gradient2 {
    background: radial-gradient(ellipse 80% 80% at 70% 30%, #0d1f0d 0%, #050508 70%);
}

.gradient3 {
    background: radial-gradient(ellipse 80% 80% at 50% 80%, #1a0c08 0%, #050508 70%);
}

/*.slide.active .slide-bg {
    opacity: 1;
}*/

.grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    /*background-size: 256px;*/ 
    opacity: 0.4;
    pointer-events: none;
    /*mix-blend-mode: overlay;*/ 
}

.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.7s ease;
    transition-delay: 0.15s;
}

.slide.active .slide-content {
    transform: translateY(0);
    opacity: 1;
}

.slide-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 1.2rem;
    letter-spacing: -0.02em;
}

.slide-title em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.55);
}

.slide-sub {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.4);
    max-width: 340px;
    margin: 0 auto;
    line-height: 1.8;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    /*pointer-events: none;*/ 
    /*will-change: transform;*/ 
    opacity: 0.6;
    /*transition: opacity 0.8s ease;*/
}

.orb1 {
    width: 500px;
    height: 500px;
    top: -100px;
    left: -80px;
    background: #4b1fa8;
}

.orb2 {
    width: 300px;
    height: 300px;
    bottom: -60px;
    right: 40px;
    background: #1a0f3d;
}

.orb3 {
    width: 400px;
    height: 400px;
    top: 60px;
    right: -60px;
    background: #0f4a1e;
}

.orb4 {
    width: 250px;
    height: 250px;
    bottom: -40px;
    left: 80px;
    background: #0a2e12;
}

.orb5 {
    width: 450px;
    height: 450px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #5a1a06;
}

.orb6 {
    width: 200px;
    height: 200px;
    top: 20px;
    left: 40px;
    background: #2e1204;
}

.slide.active .orb {
    opacity: 1;
}

.grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    /*pointer-events: none;*/ 
}

.progress-bar {
    position: absolute;
    bottom: 0;
    /*left: 0;*/ 
    width: 100%;
    height: 2px;
    background: #222;
    /*width: 100%;*/
    /*z-index: 10;*/ 
}

.progress-fill {
    height: 100%;
    background: #fff;
    width: 0%;
    /*transition: none;*/ 
}

.nav-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    /*z-index: 10;*/ 
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #777;
    cursor: pointer;
    /*transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);*/ 
}

.dot.active {
    background: #fff;
    width: 20px;
    /*border-radius: 2px;*/ 
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*z-index: 10;*/ 
    background: rgba(255, 255, 255, 0.1);
    /*border: 0.5px solid rgba(255, 255, 255, 0.1);*/ 
    /*color: rgba(255, 255, 255, 0.5);*/ 
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*font-size: 14px;*/ 
    /*transition: all 0.2s ease;*/ 
    /*backdrop-filter: blur(8px);*/ 
}

.arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.arrow-left {
    left: 20px;
}

.arrow-right {
    right: 20px;
}

.slide-number {
    position: absolute;
    top: 20px;
    right: 20px;
    /*z-index: 10;*/ 
    font-size: 12px;
    /*letter-spacing: 0.15em;*/ 
    color: #aaa;
}

.velocity-line {
    position: absolute;
    height: 0.5px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    left: 0;
    right: 0;
    pointer-events: none;
}

.title-area {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 7%; 
    padding-left: 10px;
    padding-right: 10px;
    /*left: 50%;*/ 
    /*transform: translateX(-50%);*/ 
    pointer-events: none;
    text-align: center;
    z-index: 10;
}

.title-area h1 {
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #fff 40%, rgba(74, 243, 255, 0.7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Inter', sans-serif;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 9999;
}

.image1 {
    background-image: url('/sliderImg/cy1.png');
    opacity: 0.2;
    mix-blend-mode: screen;
}

.image2 {
    background-image: url('/sliderImg/sc1.png');
    opacity: 0.2;
    mix-blend-mode: screen;
}

.image3 {
    background-image: url('/sliderImg/sc2.png');
    opacity: 0.2;
    mix-blend-mode: screen;
}

/* DELETE LATER */
.title_background {
    background: #121d35bd;
    border-radius: 10px;
    padding: 10px;
    justify-content: center;
}

@media(width <= 768px) {
    .sliderbutton {
        font-size: 0.7ric;
        padding: 0.6rem 1.5rem;
        font-weight: bold;
    }

    .title-background {
        padding: 0px;
    }

    .title-area h1 {
        font-size: 1.6rem !important;
    }

    .sliderdates { 
        margin-top: 0px;
    }
}
