@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

h1,
h2,
h3 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

p,
h4 {
    font-family: "Montserrat", sans-serif;
    Fallback,
    sans-serif;
}

@media (hover: hover) and (pointer: fine) {
    :root {
        --varif: 100vw;
        --varih: 100vh;
        --varimh: 100vh;
        --varresol: translate(70px, 0px);
        --postnew1: 50vh;
        --bigpostnew1: 100vh;
        --mobilof: visible;
        --leadpad: 35vh;
        --respad3: 25%;
        --mobilhide: flex;
        --oknew: 155vh;
        --resovar2: 170vh;
        --projectw: 100vw;
        --projectml: calc(6vw + 8vh);
        --transx: 80px;
        --transy: 0px;
        --transx2: 20px;
        --transy2: 0px;
        --titleop: 0;
    }
}

@media (hover: none) and (pointer: coarse) {
    :root {
        --varif: auto;
        --varih: auto;
        --varimh: auto;
        --varresol: translate(0px, 70px);
        --postnew1: 100vw;
        --bigpostnew1: 100%;
        --mobilof: hidden;
        --leadpad: 10vh;
        --respad3: 10vh;
        --mobilhide: none;
        --oknew: 100vw;
        --resovar2: 100vw;
        --projectw: 100vw;
        --projectmt: calc(6vw + 8vh);
        --transx: 0px;
        --transy: 80px;
        --transx2: 0px;
        --transy2: 20px;
        --titleop: 1;
    }
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
    :root {
        --postnew1: 100vw;
        --bigpostnew1: 100vw;
        --leadpad: 35vh;
        --respad3: 25%;
        --mobilhide: flex;
    }
}

#body {
    overscroll-behavior: none !important;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bgcolor);

    a:hover {
        color: var(--brandcolor);
    }

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

:root {
    --bgcolor: #f2eff2;
    --switchfill: black;
    --brandcolor: #d61820;
    --thumbBG: rgb(180, 180, 180);
    --logocolor: #2a2a2a;
    --logopostnew1height: 100vw;
}

[data-theme="dark"] {
    --bgcolor: #131313;
    --switchfill: white;
    --thumbBG: #2f2d37;
}

body::-webkit-scrollbar {
    width: 12px;
}

body,
html {
    scrollbar-width: thin;
    scrollbar-color: #303030 black;
}

body::-webkit-scrollbar-track {
    background: black;
}

body::-webkit-scrollbar-thumb {
    background-color: #303030;
    border-radius: 10px;
    border: 4px solid black;
}

::-moz-selection {
    color: var(--bgcolor);
    background: rgba(214, 24, 32, 0.99);
}

::selection {
    color: var(--bgcolor);
    background: rgba(214, 24, 32, 0.999);
}

.textlink,
a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

img[data-srcset],
[data-srcset] {
    opacity: 0;
    transform: translate(var(--transx), var(--transy));
}

img,
[srcset] {
    opacity: 1;
    transition: opacity 1.25s 0s, transform 0.8s ease 0.5s;
    transform: translate(0px, 0px);
}

.hoover {
    opacity: var(--titleop);
    transform: translateY(var(--transx2));
}

.hootrigger:hover .hoover {
    opacity: 1;
    transform: translateY(0px);
}

#page {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

.section {
    flex: 0 0 var(--varif);
    height: var(--varih);
    min-height: var(--varimh);
    width: 100vw;
    max-width: 100%;
    background-color: var(--bgcolor);
    transition: background-color 1s;
}

.anm {
    will-change: transform;
    transition: transform 0.7s;
}

.anm2,
.menushow {
    will-change: transform;
}

.revealer {
    will-change: transform;
    transition: opacity 0.3s ease-in-out, transform 1s, color 0.6s ease;
}

.active {
    opacity: 0;
    transform: translateY(20px);
}

.inverter {
    mix-blend-mode: difference;
}

.pik>source,
.pik>img {
    will-change: transform;
    width: 100%;
    object-fit: cover;
}

.unshow {
    opacity: 0;
    transform: translate(var(--transx2), var(--transy2));
}

h1 {
    transition: opacity 2s 1s, transform 1s 1s;
}

h1 {
    font-size: 30px;
}

@media screen and (min-width: 320px) {
    h1 {
        font-size: calc(30px + 36 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 2000px) {
    h1 {
        font-size: 100px;
    }
}

h2 {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    h2 {
        font-size: calc(18px + 6 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 2000px) {
    h2 {
        font-size: 30px;
    }
}

h3,
p {
    font-size: 12px;
    line-height: 150%;
}

@media screen and (min-width: 320px) {

    h3,
    p {
        font-size: calc(12px + 1 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 2000px) {

    h3,
    p {
        font-size: 15px;
    }
}

h4 {
    font-size: 18px;
    line-height: 160%;
}

@media screen and (min-width: 320px) {
    h4 {
        font-size: calc(18px + 3 * ((100vw - 320px) / 680));
    }
}

@media screen and (min-width: 2000px) {
    h4 {
        font-size: 26px;
    }
}

#nextwrap {
    width: calc(47vw - 4vh);
    right: calc(3vw + 4vh);
}

#next {
    text-align: right;
}

@media screen and (orientation: portrait) {
    #nextwrap {
        width: 100%;
        right: 0px;
    }

    #next {
        text-align: center;
    }
}

#mainmenu-side>a {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: white;
}

#mainmenu-side>p {
    font-family: "Montserrat", sans-serif;
    font-weight: 550;
    font-size: 13px;
    line-height: 26px;
    color: white;
}

#mainmenu-side {
    display: flex;
}

@media (max-width:800px) {
    #mainmenu-side {
        display: none;
    }
}

#mainmenu>a,
#next {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    sans-serif;
    font-size: 70px;
    letter-spacing: -0.04em;
    color: white;
    height: 17%;
    cursor: pointer !important;
}

@media (max-height:850px) {

    #mainmenu>a,
    #next {
        font-size: 70px;
        height: 15%;
    }
}

@media (max-height:770px) {

    #mainmenu>a,
    #next {
        font-size: 55px;
    }
}

@media (max-height:650px) {

    #mainmenu>a,
    #next {
        font-size: 50px;
    }
}

@media (max-height:500px) {

    #mainmenu>a,
    #next {
        font-size: 40px;
    }
}

#mainmenu>a:hover,
#wwu:hover {
    color: black;
}

.nextflex {
    flex-direction: column;
}

.nextbgs {
    height: 20vh;
    background: var(--bgcolor);
}

.nexttarget {
    height: 30vh;
}

@media screen and (orientation: portrait) {
    .nextflex {
        flex-direction: row;
        height: 100vw;
    }

    .nextbgs {
        width: 23vw;
        max-height: 100vw;
    }

    .nexttarget {
        width: 100vw;
        max-height: 100vw;
    }
}

.pik {
    transition: transform 0.3s ease-out;
}

#nextwrap {
    height: 100%;
    max-width: var(--postnew1);
    max-height: var(--bigpostnew1);
}

@media (pointer: coarse) and (orientation: portrait) {
    #nextwrap {
        max-height: 100vw;
        bottom: 0px;
    }
}

@media (pointer: coarse) and (orientation: landscape) {
    #nextwrap {
        max-height: 20vw;
        bottom: 0px;
        width: calc(94vw - 8vh);
    }

    #next {
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    #logo {
        left:calc(3vw + 1.5vh) !important;
    }
}