/* *{
    cursor: none;
} */
* {
    user-select: none;
    scroll-behavior: smooth;
}


body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.bg-vid {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: -1;
    position: fixed;
    filter: brightness(0.2);
    top: 0;
}


.hero {
    color: #fff;
    /*height;800px;*/
    padding-top: 170px;
    padding-bottom: 100px;
    z-index: 2;

}

.heroChild2 {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;

    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 8vw, 100px);
}


.heroChild2 span {
    color: #000;
    text-shadow: 1px 1px 0px rgb(0, 217, 255);
    animation: pulse 2.4s ease-in-out infinite;
}

.about-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100vw;
    position: relative;
    z-index: 2;
    padding: 2px;
    box-sizing: border-box;
}


.glass-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    width: 80%;
    width: 900px;
    height: 350px;
    text-align: justify;
    overflow: hidden;
}

.typewriter {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px;
    color: #fff;
    white-space: normal;
}

.caret {
    display: inline-block;
    width: 1px;
    animation: blink-caret 0.75s step-end infinite;
    color: rgba(255, 255, 255, 0.75);
}



@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: rgba(255, 255, 255, 0.75);
    }
}

/* Pulse Animation */
@keyframes pulse {
    50% {
        color: rgb(0, 255, 255);
        text-shadow: 1px 1px 0px rgb(0, 0, 0);
    }
}









/* @media screen and (max-width: 1100px) {
    .heroChild ,.heroChild2{
        max-width: 720px;
    }
}
@media screen and (max-width: 900px) {
    .heroChild ,.heroChild2{
        max-width: 520px;
    }
}
@media screen and (max-width: 660px) {
    .heroChild ,.heroChild2{
        max-width: 340px;
        font-size: 23px;
    }
    .heroChild2{
        font-size: 60px;
    }
}
@media screen and (max-width: 420px) {
    .heroChild ,.heroChild2{
        max-width: 260px;
        
        font-size: 23px;
    }
    .heroChild2{
        font-size: 60px;
    }
} */
@media screen and (max-width: 1100px) {

    .heroChild,
    .heroChild2 {
        max-width: 720px;
    }
}

@media screen and (max-width: 900px) {

    .heroChild,
    .heroChild2 {
        max-width: 520px;
    }

}

/* @media screen and (max-width: 660px) {
    .heroChild ,.heroChild2{
        max-width: 340px;
        font-size: 23px;
    }
    .heroChild2{
        font-size: 60px;
    }

} */

@media screen and (max-width: 600px) {
    .main {

        height: 100vh;
        z-index: -1;
        margin-bottom: 400px;
    }

    .heroChild,
    .heroChild2 {
        max-width: 260px;

    }

    .heroChild2 {
        font-size: 60px;
    }

}