@import url('https://fonts.googleapis.com/css2?family=Anton&family=Comfortaa:wght@300..700&family=Lexend:wght@100..900&family=Liter&family=Playwrite+IT+Moderna:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Press+Start+2P&family=Rubik+Mono+One&display=swap');

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7eb;
    overflow-x: hidden;
}

section{
    min-height: 100vh;
    scroll-snap-align: start;
    align-items: center;
    display: flex;
    flex-direction: column;
}

h1{
    color: #1a1919;
    margin: -48px 0px 0px 0px;
    font-family: 'Anton';
    font-size: 128px;
}

h2{
    color: #848484;
    margin: 0px 0px -4px 0px;
    font-family: 'Liter';
    font-weight: 100;
}

a{
    text-decoration: none;
    color: inherit;
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: #d1d1d100;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #9882d4;
    border-radius: 10px;
    transition: all 1s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #7f6cb3;
    transition: all 1s ease;
}

.sectionContent{
    margin-top: 128px;
    width: 70%;
}

.searchIcon{
    width: 16px;
    margin-right: 8px;
}

.searchDiv{
    height: 72px;
}

.search{
    min-width: 175px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 12px;
    width: 30%;
    border-radius: 20px;
    margin: 6px;
    margin-bottom: 8px;
}

.icon_home{
    width: 26px;
}

.interface{
    height: 100vh;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}

.scaleAnimation{
    transition: all 0.5s ease;
}

.scaleAnimation:hover{
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.table{
    margin: 16px 0px 64px 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.column{
    text-align: center;
    display: flex;
    border-radius: 24px;
    margin: 12px;
    width: 128px;
    justify-content: center;
    min-height: 92px;
    height: auto;
    padding: 14px 24px 14px 24px;
    background-color: #f8f8f8;
}

.column h2{
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 8px 6px 0px 6px;
    color: #1a1919;
    line-height: 17px;
    font-size: 16px;
    font-family: 'Press Start 2P';
}
.column_content{
    display: block;
}

.show{
    opacity: 1;
    transform: translateX(0px);
    filter: blur(0px);
    transition: all 1.5s;
}

.hidden{
    transform: translateX(-100px);
    opacity: 0;
    filter: blur(3px);
}

.icon{
    width: 64px;
    margin-top: 6px;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.4));
}

.navbar{
    z-index: 1000;
    position: fixed;
    width: 80%;
    margin-top: 18px;
    padding: 4px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    box-shadow: 0px 0px 10px rgba(7, 7, 7, 0.1);
    background-color: #f5f5f5;
    font-family: 'Liter';
    font-style: normal;
    color: #363434;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.navbar img{
    width: 72px;
    margin-left: 6px;
}

.navbar ul{
    list-style: none;
    display: flex;
}

.navbar li{
    margin-right: 24px;
    align-items: center;
    display: flex;
}

#firstSection{
    margin-top: 128px;
}

#searchInput{
    border: none;
    outline: none;
    background-color: transparent;
    font-family: "Liter";
}

#logo_navbar{
    cursor: pointer;
}

#navbarMobile{
    display: none;
}

#iconDarkMode{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

#darkModeMobile{
    display: none;
}

#menu-mobile{
    width: 28px;
    margin-right: 12px;
}

#close-menu{
    display: none;
    width: 16px;
}

#closeMenuDarkmode{
    display: flex;
    padding-right: 16px;
}

@media (max-width: 900px){
    ::-webkit-scrollbar {
        display: none;
    }
    .table{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px){
    .search{
        width: 75%;
    }
    .navbar{
        height: 52px;
    }
    #logo_navbar img{
        width: 48px;
    }
    #close-menu{
        display: block;
    }
    #navbarPC.activeMobileNavbar{
        transform: translateX(-50%);
    }
    #navbarMobile.activeMenuSimple{
        opacity: 0;
        visibility: hidden;
    }
    #navbarMobile{
        display: block;
    }
    #navbarPC{
        position: fixed;
        width: 100vw;
        height: 100vh;
        right: 0;
        margin: 0;
        transform: translateX(100%);
        border-radius: 0;
        display: block;
        justify-content: space-around;
        z-index: 1000;
    }
    #navbarPC ul{
        display: flex;
        height: 70%;
        margin-top: 20px;
        flex-direction: column;
    }
    #navbarPC li{
        order: 2;
        padding-top: 6px;
        font-size: 18px;
    }

    #darkModeMobile{
        display: block;
    }
    #darkModePC{
        display: none;
    }
}

@media (max-width: 475px){
    .table{
        grid-template-columns: auto;
    }
}

@media (max-width: 348px){
    .table{
        grid-template-columns: auto;
    }
    h1{
        font-size: 64px;
    }
    h2{
        font-size: 12px;
    }
}