@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Fredoka:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');

* {
    
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input{
    caret-color: black;
}
p{
    user-select:text;
}
body {
    background-color: #011016;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
    
}

.interface {
    position: absolute;
    top: 0;
    width: 100%;
}

/* Hero Section */
.hero {
    user-select: none;
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.hero-image {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-image2{
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    z-index: 10;
    width: 80%;
    left: -20px;
    top: 0px;
   
}
.hero-content {
    position: absolute;
    bottom: 40%;
    left: 6%;
    z-index: 10;
    max-width: 80%;
}

.hero-content h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.267);
    margin-bottom: 1rem;
}

.hero-content .first {
    color: #ffce47;
    font-weight: 500;
}

.hero-content p {
    font-family: "Zalando Sans", sans-serif;
    font-size: 1.2rem;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.267);
}

/* Services Section - DJI Style */
.slide-hint{
    position: absolute;
    top: 50%;
    left: 95%;
    z-index: 10;
}
.slide-hint i{
    opacity: 50%;
    font-size: 50px;
}
.slide-hint i {
    display: inline-block;
    animation: arrowSlide 1.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes arrowSlide {
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(12px) scale(1.1);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}
.slide-hint-hero{
    position: absolute;
    top: 85%;
    
    left: 49%;
    z-index: 10;
}
.slide-hint-hero h2{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}
.slide-hint-hero i{
    opacity: 90%;
    
    font-size: 40px;
}
.slide-hint-hero {
    display: inline-block;
    animation: arrowSlideDown 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes arrowSlideDown {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(12px) scale(1);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
.services-section {
    padding: 5rem 0;
    
    top: 30%;
}

.section-title {
    background: rgba(5, 16, 20, 0.678);
    padding: 1rem 3rem;
    border-radius: 10px;
    max-width: 90%;
    backdrop-filter: blur(5px);
    position: absolute;
    left: 50%;
    opacity: 100%;
    transform: translateX(-50%); /* This centers the element */
    z-index: 10;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 500;
}
.services-slider {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}

.services-container {
    display: flex;
    width: 600%;
    height: 100%;
    transition: transform 0.5s ease;
}

.service-slide {
    width: 16.666%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    background-size: cover;
    background-position: center;
}

.slide-content {
    background: rgba(5, 16, 20, 0.7);
    padding: 1rem;
    border-radius: 6px;
    max-width: 90%;
    margin: 0 auto;
    backdrop-filter: blur(5px);
}

.slide-title {
    font-size: 1.5rem;
    color: #FDCD49;
    margin-bottom: 0.5rem;
}

.slide-description {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.learn-more {
    background-color: #FDCD49;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    color: #011016;
    transition: 0.2s;
    display: inline-block;
    text-decoration: none;
    font-size: 0.9rem;
}

.slider-indicators {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    z-index: 20;
}

.slider-dash {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dash.active {
    background: #FDCD49;
}

.dashed-line {
    position: absolute;
    bottom: 4rem;
    left: 5%;
    right: 5%;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 10px, rgba(255,255,255,0.3) 10px, rgba(255,255,255,0.3) 20px);
    background-size: 20px 1px;
    background-repeat: repeat-x;
}

/* Applications Section */
.applications-section {
    padding: 0.2rem 0;

}

/* CTA Section */
.cta-section {
    user-select: text;
    text-align: center;
    padding: 4rem 2rem;
    background-color: #060f13;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    font-family: "Lato", sans-serif;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    padding: 1rem 2rem;
    background-color: transparent;
    border: 2px solid #B2E6D4;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.cta-button a{
    color: #fff;
    text-decoration: none;
}
.cta-button:hover {
    background-color: #B2E6D4;
    
}
.cta-button:hover a {
    color: #011016;
}



/* Responsive Design */
@media screen and (max-width: 768px) {
    .hero-content h2 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .slide-title {
        font-size: 1.3rem;
    }
    
    .services-slider {
        height: 1000vh;
    }
    
    .slide-content {
        max-width: 95%;
        padding: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    .hero-content {
        left: 5%;
        bottom: 15%;
    }
    
    .hero-content h2 {
        font-size: 2rem;
    }
    
    .service-slide {
        padding: 0.5rem;
    }
    
    .slide-content {
        max-width: 100%;
    }
    
    .slider-dash {
        width: 20px;
    }
}

.scroll-indicator {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    z-index: 100;
    opacity: 1;
    transition: opacity 0.3s;
}
.scroll-indicator.unactive{
    opacity: 0;
    transition: opacity 0.3s;
}
/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(5, 16, 20, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.slider-arrow:hover {
    background: rgba(5, 16, 20, 0.9);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow i {
    font-size: 24px;
    color: #FDCD49;
}

.left-arrow {
    left: 20px;
}

.right-arrow {
    right: 20px;
}

/* Hide arrows when not needed */
.slider-arrow.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .slider-arrow {
        width: 40px;
        height: 40px;
    }
    
    .slider-arrow i {
        font-size: 20px;
    }
    
    .left-arrow {
        left: 10px;
    }
    
    .right-arrow {
        right: 10px;
    }
}
.slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: rgba(5, 16, 20, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .slider-arrow:hover {
            background: rgba(5, 16, 20, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .slider-arrow i {
            font-size: 24px;
            color: #FDCD49;
        }

        .left-arrow {
            left: 20px;
        }

        .right-arrow {
            right: 20px;
        }

        .slider-arrow.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        @media screen and (max-width: 768px) {
            .slider-arrow {
                width: 40px;
                height: 40px;
            }
            
            .slider-arrow i {
                font-size: 20px;
            }
            
            .left-arrow {
                left: 10px;
            }
            
            .right-arrow {
                right: 10px;
            }
        }