body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    caret-color: var(--green);
    scroll-padding-top: 40px;
    scroll-snap-type: y mandatory;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: Unica, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}

::selection {
    background-color: white);
    color: rgb(1, 139, 66);
}

:root {
    --green: rgb(1, 139, 66);
}

[contenteditable="true"]:focus {
    outline: none;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

button {
    z-index: 998 !important;
}

button.light {
    background: rgba(255, 255, 255, 0.8) !important;
    color: black !important;
}

header {
    position: fixed;
    margin: 10px !important;
    height: auto;
    width: calc(100% - 20px);
    z-index: 999;
    pointer-events: none;
}

header div {
    clear: both;
    float: right;
}

img {
    width: 100%;
}

section {
    overflow: auto;
}

section img {
    object-fit: cover;
}

section video {
    transform-origin: center;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spline_container {
    height: 99%;
    position: relative;
    font-family: Varia_0;
}

.menu {
    display: block;
    background: rgb(20, 20, 20);
    color: white;
    padding: 9px 4px 4px !important;
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 24.99%;
}

.col-4 {
    width: 33.32%;
}

.col-5 {
    width: 41.65%;
}

.col-6 {
    width: 49.98%;
}

.col-7 {
    width: 58.31%;
}

.col-8 {
    width: 66.64%;
}

.col-9 {
    width: 74.97%;
}

.col-10 {
    width: 83.3%;
}

.col-11 {
    width: 91.63%;
}

.col-12 {
    width: 100%;
}

.container {
    display: inline-block;
    float: left;
}

.box-grey {
    background: rgba(0, 0, 0, 0.05);
    border-bottom: solid white 10px;
    aspect-ratio: 1 / 1;

}

.box-black {
    background: black;
    border-bottom: solid white 10px;
    aspect-ratio: 1 / 1;
    color: white;
}

.box-green {
    background: var(--green);
    border-bottom: solid white 10px;
    aspect-ratio: 1 / 1;
    color: white;
}

.container + .container {
    border-left: solid white 10px;
}

.Varia_0 {
    font-family: Varia_0 !important;
}

.Varia_4 {
    font-family: Varia_4 !important;
}

.Varia_8 {
    font-family: Varia_8 !important;
}

.text-container {
    margin-right: -4px;
    border-bottom: solid white 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    aspect-ratio: inherit;
}

.top-gradient {
    position: fixed;
    z-index: 500;
    width: 100vw;
    height: 70px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

.full-height {
    height: 105vh;
    overflow: hidden;
    aspect-ratio: inherit;
}

.margin-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.stickerBlock {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: rgb(242, 242, 242);
    height: 37px;
    width: 158px;
    z-index: 998;
}

.info {
    position: absolute;
    top: 10px;
    left: 10px;
}

.p-M {
    font-size: 100px;
    line-height: 95%;
    text-align: center;
}

.p-XL {
    font-size: 150px;
    line-height: 90%;
    text-align: center;
}

.p-XXL {
    font-size: 430px;
    line-height: 75%;
    text-align: center;
}

.p-XXXL {
    font-size: 32vw;
    line-height: 75%;
    text-align: center;
    letter-spacing: -20px;
}

.p-box-XL {
    font-size: 23cqw;
    text-align: center;
    white-space: nowrap;
}

.p-box-L {
    font-size: 14cqw;
    text-align: center;
    line-height: 90%;
}

.p-box-S {
    font-size: 3.5cqw;
    text-align: center;
    line-height: 110%;
}

.p-box-XS {
    font-size: 15px;
    line-height: 120%;
}


.commandcontrol {
    /* display: inline-block; */
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 998;
}

.commandcontrol.posright {
    display: inline-block;
    position: absolute;
    right: 0;
}

.commandcontrol button {
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 11px;
    transition: 0.2s ease-in-out;
}

button + button {
    margin-left: 5px;
}

.commandcontrol button:hover {
    background-color: var(--green) !important;
    color: white !important;
}

.landingText {
    display: flex;
    position: sticky;
    justify-content: space-between;
    top: 50%;
    z-index: 100;
}

.landingText p {
    display: inline-block;
}

.landingVideo {
    margin-top: -15px;
}

.typewriter {
    overflow: hidden;
}

.typed-cursor {
    font-family: Varia_0;
    color: var(--green);
}

.parallax-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#menu1 {
    width: 0%;
    opacity: 0%;
}

#menu2 {
    width: 0%;
    opacity: 0%;
}

#menu3 {
    width: 0;
    opacity: 0;
}

#menu4 {
    width: 0;
    opacity: 0;
}

@font-face {
    font-family: Varia_0;
    src: url("../fonts/varia_0.otf") format("opentype");
}

@font-face {
    font-family: Varia_4;
    src: url("../fonts/varia_4.otf") format("opentype");
}

@font-face {
    font-family: Varia_8;
    src: url("../fonts/varia_8.otf") format("opentype");
}

@font-face {
    font-family: Unica;
    src: url("../fonts/Unica77LL-Medium.otf") format("opentype");
}

@media only screen and (max-width : 1600px) {

    .p-XL {
        font-size: 105px;
        line-height: 93%;
    }

    .p-XXL {
        font-size: 340px;
        line-height: 78%;
        text-align: center;
    }

}

@media only screen and (max-width : 1200px) {

    .p-XL {
        font-size: 80px;
        line-height: 93%;
    }

    .p-XXL {
        font-size: 280px;
        line-height: 80%;
        text-align: center;
    }

    .p-M {
        font-size: 75px;
        line-height: 100%;
        text-align: center;
    }

}

@media only screen and (max-width : 1000px) {

    .p-XL {
        font-size: 65px;
        line-height: 93%;
    }

    .p-XXL {
        font-size: 200px;
        line-height: 80%;
        text-align: center;
    }

    .p-M {
        font-size: 55px;
        line-height: 100%;
        text-align: center;
    }

}
