@font-face{
    font-family:'blanka';
    src:url('../font/Blanka-Regular.otf') format('opentype');
    font-weight: normal;
    font-style:normal;  
}

body{
    /* font-family: 'blanka', sans-serif; */
    overflow-x: hidden;
}

.blanka, .nav-link{
    font-family: 'blanka', sans-serif;
}

.typing-effect{
    font-family: 'Courier New', Courier, monospace;
}

.cursor{
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: white;
    animation: blink 0.7s steps(2) infinite;
}

@keyframes blink{
    0%,100%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}

.about{
    height: 100vh;
}

.icons img{
    width: 50px;
}

#horizontal-scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    /* position: relative; */
}

.horizontal-scroll-content {
    display: flex;
    /* width: 100%;
    height: 100vh; */
}

.containers {
    flex: 0 0 auto;
    width: 100vw;  /* Ensure each container takes full viewport width */
    white-space: normal;
}

.flip-image{
    transform:scaleX(-1)
}


.land-snr-01{
    height: 100vh;
}