/* Simple Style Reset  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Recommended Default Lenis Styles  */
html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
/*************************************/



.animation{
    width: 100%;
    height: 100vh;
}

