:root {
    --color: oklch(0 0 0);
    --line-border-empty: oklch(0.77 0.1 259.49 / 0.45);
    --text-empty: oklch(0.52 0.18 264.05);
    --line-border-fill: #90B7F5;
    --text-fill: #90B7F5;
}

html{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-size: 30px 30px;
    background-color: #000000;
    color: white;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}





.container {
    max-width: 1500px;
    /* Maximum width of the container */
    margin: 0 auto;
    /* Center the container */
    padding: 0 0px;
    /* Horizontal padding for spacing */
}

.meta-description {
    font-family: 'Roboto', sans-serif;
    /* Specify your desired font */
    font-size: 16px;
    /* Change font size */
    color: #333;
    /* Text color */
    line-height: 1.5;
    /* Line height for better readability */
    margin: 20px 0;
    /* Margin around the text */
    padding: 10px;
    /* Padding inside the box */
}

html {
    scroll-behavior: smooth;
    /* Smooth scrolling effect */
}


a {
    text-decoration: none;
}






h2 {
    font-size: 60px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

h3 {
    font-size: 1.2em;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    font-weight: 400;
}

.variable-p {
    font-size: 30px;
    font-weight: 400;
}

.work-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.step-explanation-p {
    font-size: 1.3em;
    margin-bottom: 50px;
}

.step-h2 {
    font-size: 40px;
}

.step {
    display: None;
}

.step.show {
    display: block;
    animation: showup 7s;
}

@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }
}


details[open] summary~* {
    animation: open 0.3s ease-in-out;
}

@keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details summary::-webkit-details-marker {
    display: none;
}

details summary {
    width: 100%;
    padding: 0.5rem 0;
    border-top: 1px solid #ffffff69;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 300;
    list-style: none;
}

details summary:after {
    content: "+";
    color: #ffffff80;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;
}

details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
}

details summary {
    outline: 0;
}

details p {
    margin: 0 0 1rem;
    padding-bottom: 2rem;
}

.main-section {
    width: 90%;
    margin: auto;
}





.dynamic-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    /* background: #567fd62b; */
    position: relative;
}

.dynamic-column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.usecase-title {
    position: absolute;
    bottom: -50px;
    left: 0;
    z-index: 1;
}

/* blog stuff */
.sub-title {
    background-color: #84aff49f;
    display: inline-block;
    line-height: 1.2;
    padding: 20px 20px;
    font-size: 60px;
    border-radius: 10px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.h2-title {
    font-size: 60px;
    text-align: center;
    margin-bottom: 100px;
}

#hero-sub {
    /* font-family: Georgia; */
    font-weight: normal;
    font-size: 1.8em;
    margin-right: 20%;

}

#home {

    height: 100vh;



}


.glass-container2 {


    position: absolute;
    /* Position it relative to #home */
    bottom: 50%;
    /* Distance from the bottom for readability */
    left: 3%;
    /* Align to the left */
    width: 40%;
    top: 20%;
    /* Adjust width as needed */
    box-sizing: border-box;
    /* Optional padding inside */
    /*background: rgba(255, 255, 255, 0.7);
    /* Example for a frosted glass effect */
    border-radius: 10px;
    /* Optional styling */

}
.glass-container {
    position: absolute;
    bottom: 10%;
    left: 3%;
    width: 35%;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 10px;
}

.glass-category {
    background: rgba(7, 7, 7, 0.11);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    margin-bottom: 70px;
    padding: 10px;
}

.glass {
    /* From https://css.glass */
    background: rgba(7, 7, 7, 0.11);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    text-align: center;
    padding: 50px;
}

.glass-work {
    background: rgba(7, 7, 7, 0.11);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    text-align: center;
    margin-bottom: 100px;
}



.light {
    text-align: center;
    position: absolute;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .01);
    pointer-events: none;


}

.light::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    transform: scale(1) translateZ(0);
    filter: blur(250px);
    background: linear-gradient(to left, #183ec856,
            #1c76ec50);

    background-size: 200% 200%;

}




.icon {
    z-index: 0;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

/*


#header {
    background: #58565628;
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}




.header-button {
    height: 30px;
    width: 80px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    color: #fff;
    color: #ffffff;
    flex: 1;
    text-align: center;
}

*/


#header {
    background: rgba(88, 86, 86, 0.3);
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    box-sizing: border-box;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Hamburger menu icon (visible on small screens) */
#hamburger {
    display: none;
    font-size: 30px;
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

#nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

#nav-menu a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
}


@media (max-height: 800px) {
    #hero-sub {
        /* font-family: Georgia; */
        font-size: 1.3em;

    }
    .glass-container {
        
        bottom: 5%;
        
    }
}


#mobile-logo {
    display: none;
}

@media (max-width: 768px) {
    #mobile-logo {
        display: block;
        /* Show only on smaller screens */
        margin-right: 10px;
        margin-top: 10px;
        /* Adjust position */
    }
}



/* Change color and hover effect for menu items */
#mobile-menu .header-button {
    color: #ffffff;
    /* White color for text */
    padding: 10px 20px;
    /* Add padding */
    transition: background-color 0.3s ease;
}

#mobile-menu .header-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
    /* Lighten background on hover */
}



/* Mobile menu (initially hidden) */
#mobile-menu {
    display: none;
    flex-direction: column;
    background: rgb(33 46 76 / 86%);
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 999;
    /* Hide overflowing content */
    transition: max-height 0.5s ease-out;
}

/* Show mobile menu when active */
#mobile-menu.active {
    display: flex;
}

#mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 15px;
}

/* Media query for small screens */
@media (max-width: 768px) {
    #hamburger {
        display: block;
        /* Show hamburger on small screens */
    }

    #nav-menu {
        display: none;
        /* Hide regular menu on small screens */
    }

    #mobile-menu {
        display: none;
    }

    .glass-container {
        position: absolute;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-top: 20px;
        border-radius: 10px;
        bottom: 50%;
        top: 65%;
        text-align: center;
        left: 50%;
        width: 100%;
    }


    .glass-container2 {
            position: absolute;
            bottom: 50%;
            top: 30%;
            text-align: center;
            left: 00%;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
            border-radius: 10px;
    }
    
}

@media (min-width: 769px) {
    #hamburger {
        display: none;
        /* Hide hamburger button on large screens */
    }

    #mobile-menu {
        display: none;
        /* Ensure mobile menu is hidden on large screens */
    }

    #nav-menu {
        display: flex;
        /* Show the regular header menu */
    }

}

/*

#header {
    background: #ffffff28;
    Use rgba for transparency 
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-blend-mode: overlay;}

*/

#header logo {
    margin-right: 30px;
    /* Space between logo and links */
}

.header-button {
    margin-right: 30px;
    /* Space between buttons */
    height: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    /* Center text in buttons */
    align-items: center;
    cursor: pointer;
    color: #ffffff;
    /* Text color */
    padding: 10px 15px;
    /* Padding inside buttons */
    text-decoration: none;
    /* Remove underline */
}

.header-button:hover {
    background-color: rgba(0, 119, 182, 0.8);
    /* Hover effect */
    border-radius: 10px;
    /* Maintain border radius on hover */
}

.typewrite {
    background: -webkit-linear-gradient(#ffffff, #50aef0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(140 161 255);
}


h1 {
    font-size: 70px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

#focus-text p {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}


.category-text-icon {
    position: relative;
}


.contact-btn {
    border-radius: 50%;

    transform: translate(-50%, -50%);
}

.contact-btn:before,
.contact-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid #c4f2ff;
    border-radius: 12px;
}


.contact-btn:before {
    animation: ripple 2s linear infinite;
}

.contact-btn:after {
    animation: ripple 2s linear 2s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


.contact-btn:before {
    animation: ripple 2s linear infinite;
}

.contact-btn:after {
    animation: ripple 2s linear 2s infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.category {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2em;
    margin-bottom: 3em;
    border-radius: 8px;
    padding: 1.5rem;
    background: #4747477b;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4e4e4e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3a3a3a;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 350px;
    margin: 0 auto;
}

.progress-container::before {
    content: '';
    background-color: var(--line-border-empty);
    position: absolute;
    top: 18px;
    left: 20px;
    transform: translateY(-50%);
    height: 4px;
    width: 80%;
    z-index: -1;
}

.progress {
    background-color: var(--line-border-fill);
    position: absolute;
    top: 18px;
    left: 20px;
    transform: translateY(-50%);
    height: 4px;
    max-width: 80%;
    width: 0%;
    z-index: -1;
    transition: 400ms ease;
}

.text-wrap {
    display: inline-block;
    text-align: center;
    width: 75px;
}

.text-wrap p {
    font-weight: 400;
    font-size: 12px;
    color: var(--text-empty);
}

.text-wrap.active p {
    font-weight: 500;
    color: var(--text-fill);
    transition: 400ms ease;
}

.circle {
    background-color: var(--color);
    border: 3px solid var(--line-border-empty);
    color: var(--text-empty);
    font-weight: 600;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: relative;
    /* Position the child element */
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms ease;
}

.text-wrap.active div.circle {
    border-color: var(--line-border-fill);
    color: var(--text-fill);
}

.btn {
    background-color: var(--line-border-fill);
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: inherit;
    padding: 10px 30px;
    margin: 5px;
    font-size: 14px;
}

.btn:active {
    transform: scale(0.98);
}


.btn:focus {
    outline: 0;
}

.btn:disabled {
    background-color: var(--line-border-empty);
    cursor: not-allowed;
    color: var(--color);
    transform: none;
}



@media (max-width: 1000px) {

    body {
        font-size: 0.8em;
    }

    .category-text-icon {
        position: relative;
        text-align: center;
    }

    .h2-title {
        font-size: 50px;
        margin-bottom: 100px;
    }

    .usecase-title {

        position: static;

    }

    .sub-title {
        font-size: 40px;
        padding: 15px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dynamic-column {
        flex-basis: 100%;
        padding: 0;
        margin: 0;
    }

    .dynamic-container {
        padding: 0;
    }



    h2 {
        font-size: 50px;
    }


}

#language-switcher {
    margin-left: auto;
    color: #ffffff
        /* Pushes the language switcher to the right */
}

@media (max-width: 690px) {
    h1 {
        font-size: 62px;
        line-height: 100%;
        color: #fff;
        text-decoration: none;
    }
    .glass-container {
        position: absolute;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-top: 20px;
        border-radius: 10px;
        bottom: 50%;
        top: 65%;
        text-align: center;
        left: 50%;
        width: 100%;
    }


    .glass-container2 {
            position: absolute;
            bottom: 50%;
            top: 30%;
            text-align: center;
            left: 00%;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
            border-radius: 10px;
    }

}

/* Adjust width for smaller screens */
@media (max-width: 500px) {

    .icon {
        height: 120px;
    }
    #home {

        height: 100vh;
        align-items: center;
    
    
    
    }
    

    h1 {
        font-size: 50px;
        line-height: 100%;
        color: #fff;
        text-decoration: none;
    }
    .step-h2 {
        font-size: 35px;
    }

    .step-explanation-p {
        font-size: 1em;
    }

    #hero-sub {
        font-size: 1.3em;
        margin-left: 5%;
        margin-right: 5%
    }

    .category {
        margin-left: 0;
        margin-right: 0;
    }


    .flex-container {
        display: flex;
        flex-direction: row;
        margin: 0 0;
    }

    .variable-p {
        font-size: 10px;
    }

    .glass {
        backdrop-filter: none;
        background: #0707075e;
    }

    .glass-category {
        backdrop-filter: none;
        background: #0707075e;
    }

    .glass-work {
        backdrop-filter: none;
        background: #0707075e;
        margin-bottom: 100px;
    }



    h1 {
        font-size: 50px;
        line-height: 100%;
        color: #fff;
        text-decoration: none;
    }

    h2 {
        font-size: 35px;
    }

    p {
        font-weight: 200;
    }

    .glass-container {
        position: absolute;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-top: 20px;
        border-radius: 10px;
        bottom: 50%;
        top: 65%;
        text-align: center;
        left: 50%;
        width: 100%;
    }


    .glass-container2 {
            position: absolute;
            bottom: 50%;
            top: 30%;
            text-align: center;
            left: 00%;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
            border-radius: 10px;
    }
    


}

/* Default style for mobile */
#video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* Apply styles for larger screens */
@media (min-width: 1300px) {

    /* Adjust the breakpoint as needed */
    #video {

        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
}


/* Adjust width for smaller screens */
@media (max-width: 400px) {

    .icon {
        height: 120px;
    }
    #home {

        height: 100vh;
        align-items: center;
    
    
    
    }
    

    h1 {
        font-size: 50px;
        line-height: 100%;
        color: #fff;
        text-decoration: none;
    }
    .step-h2 {
        font-size: 35px;
    }

    .step-explanation-p {
        font-size: 1em;
    }

    #hero-sub {
        font-size: 1.3em;
        margin-left: 5%;
        margin-right: 5%
    }

    .category {
        margin-left: 0;
        margin-right: 0;
    }


    .flex-container {
        display: flex;
        flex-direction: row;
        margin: 0 0;
    }

    .variable-p {
        font-size: 10px;
    }

    .glass {
        backdrop-filter: none;
        background: #0707075e;
    }

    .glass-category {
        backdrop-filter: none;
        background: #0707075e;
    }

    .glass-work {
        backdrop-filter: none;
        background: #0707075e;
        margin-bottom: 100px;
    }



    h1 {
        font-size: 50px;
        line-height: 100%;
        color: #fff;
        text-decoration: none;
    }

    h2 {
        font-size: 35px;
    }

    p {
        font-weight: 200;
    }

    .glass-container {
        position: absolute;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-top: 20px;
        border-radius: 10px;
        bottom: 50%;
        top: 65%;
        text-align: center;
        left: 50%;
        width: 100%;
    }


    .glass-container2 {
            position: absolute;
            bottom: 50%;
            top: 30%;
            text-align: center;
            left: 00%;
            width: 100%;
            box-sizing: border-box;
            padding-top: 20px;
            border-radius: 10px;
    }



/* Footer styling */
footer {
    background-color: #111; /* Adjust as needed */
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: auto; /* Ensure footer stays at the bottom */
}
/* Main content area */
body > *:not(footer) {
    flex-grow: 1; /* Make the main content take up remaining space */
}

}

