@font-face {
    font-family: "Newake";
    src: url('/assets/fonts/Newake.woff2') format('woff2'),
        url('/assets/fonts/Newake.otf') format('opentype'),
        url('/assets/fonts/Newake.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jacquard";
    src: url('/assets/fonts/Jacquard12.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue";
    src: url('/assets/fonts/BebasNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    box-shadow: none;
}

body {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: none;
    user-select: none;
}

h1 {
    font-size: inherit;
    font-weight: inherit;
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.logo-container {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.fontlogo {
    font-family: "Newake", Sans-Serif;
    font-style: italic;
    font-size: 12vi;
    letter-spacing: .03em;
    line-height: 1;
    color: #000;
}

.logo {
    position: relative;
    z-index: 2;
    animation: heartbeat-logo 2s ease-in-out infinite;
}

.aura {
    position: absolute;
    top: 100;
    left: 100;
    opacity: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: heartbeat-shadow 2s infinite;
}

.darkmode-filter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
    pointer-events: none;
    user-select: none;
    mix-blend-mode: difference;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.darkmode-filter.active {
    display: block;
    opacity: 1;
}

/* Grid */

.grid-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;

    /* padding: 10px; */
}

.grid,
.sub-grid {
    display: flex;
    flex-wrap: wrap;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.grid-item {
    position: relative;
    display: flex;
    width: 50%;
    height: 25%;
    pointer-events: auto;
    color: #000;
    letter-spacing: .03em;
    z-index: 0;
    background-color: white;
    overflow: hidden;
}

.grid-item.sub {
    width: 50%;
    height: 50%;
}

.grid-item.tbd {
    border: solid 0px rgba(0, 0, 0, 0);
}

.section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Sections - Shop */

.section.shop {
    transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section.shop .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    padding-top: .133em;
    font-family: "BebasNeue", Sans-Serif;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: .133em;
    text-decoration: none;
    white-space: nowrap;
    cursor: none;
}

.section.shop .title p:nth-child(1) {
    margin-left: 1em;
}

.section.shop .title p:nth-child(2) {
    margin-left: .5em;
}

.section.shop .title p:nth-child(3) {
    margin-left: 0em;
}

.section.shop .title p:nth-child(4) {
    margin-left: -.5em;
}

.section.shop .title p:nth-child(5) {
    margin-left: -1em;
}

.section.shop .title p {
    line-height: 10vi;
    font-size: 9.5vi;
    position: relative;
    margin-top: 0px;
    padding: 0px;
    color: white;
    transition-duration: .3s;
    text-stroke: .01em black;
    -webkit-text-stroke: .01em black;
}

.section.shop .title .text-wrapper.even {
    transform: scaleY(1.25) skewX(-30deg);
}

.section.shop .title .text-wrapper.odd {
    transform: scaleY(1.25) skewX(30deg);
}

.section.shop .title .text-wrapper {
    display: inline-block;
    transform: scaleY(1);
    transition-duration: .3s;
}

.section.shop .title> :nth-child(odd) {
    animation: section-shop-anim 5s linear normal infinite;
}

.section.shop .title> :nth-child(even) {
    animation: section-shop-anim 5s linear reverse infinite;
}

/* Sections - Darkmode */

.section.darkmode { 
    
}
.section.darkmode .title {
    line-height: 0em;
    color: black;
    font-size: 5em;
    transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section.darkmode .sun,
.section.darkmode .moon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .2s;
}

.section.darkmode .moon {
    transition: 0.3s ease;
}

.section.darkmode .sun {
    animation: section-darkmode-sun-spin 30s linear infinite;
}

.section.darkmode .sun p,
.section.darkmode .moon p {
    position: absolute;
}

.section.darkmode .sun p:nth-child(1) {
    transform: rotate(45deg);
}

.section.darkmode .moon {
    transform: scale(0);
}

.section.darkmode .moon p:nth-child(1) {
    color: white;
    font-size: 2.5em;

}

.section.darkmode .moon p:nth-child(2) {
    opacity: 0;
    color: black;
    font-size: 2.7em;
    transform: rotate(-20deg);
}

/* Curseurs */

.cursor-circle,
.cursor-dot {
    display: none;
}

.cursor-circle,
.cursor-dot {
    display: none;
}