@import "home/preloader.css";
@import "home/hero.css";
@import "home/controller.css";
@import "home/selection.css";
@import "home/menu.css";
@import "home/gallery.css";
/* Fine Section */

#tabs-1, #tabs-2, #tabs-3 {
    min-height: 400px;
}
/*.title {
    text-align: center;
}*/
html {
    overflow: hidden;
}
body {
    height: 100vh;
    /*overflow-y: hidden;*/
    touch-action: manipulation;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

#preloader {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
    width: 100vw;
    height: 100vh;

    background: black;
}

section {
    /*overflow-y: scroll;
    height: 100vh;*/
    scroll-snap-align: start;
}

#homeController {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    height: 100dvh;
    width: 100vw;
    min-width: 100vw;
    display: none;
    z-index: 999;
    background: #242424aa;
    /*padding: 4vh 2vw;
    padding: 4dvh 2vw;*/
}

#homeController.view {
    display: flex;
}

#homeController.list {
    background: whitesmoke;
}
ul {
    overflow-y: scroll;
}