@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,
h5 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

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

#maintitle {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2.5s 0s, transform 1s ease 0s;
}

:root {
    --maxtextwidth: 115vh;
    --serviceimgw: auto;
    --serviceimgh: 70vw;
    --serviceimgmw: 150vh;
}

@media (orientation: portrait) {
    :root {
        --serviceheight: 100vw;
        --servicewidth: 100vw;
        --hovermove: -100vw, 0;
        --toptext: 10vh;
    }
}

@media (orientation: landscape) {
    :root {
        --servicewidth: 75vh;
        --serviceheight: 100vh;
        --hovermove: 0, 100vh;
        --toptext: 0px;
    }
}

@media (hover: hover) and (pointer: fine) {
    :root {
        --varif: 100vw;
        --varih: 100vh;
        --varimh: 100vh;
        --varresol: translate(70px, 0px);
        --postnew1: 55vh;
        --bigpostnew1: 120vh;
        --mobilof: visible;
        --leadpad: 35vh;
        --leadpad2: 25vh;
        --respad3: 25%;
        --mobilhide: flex;
        --oknew: 155vh;
        --resovar2: 177.8vh;
        --bcwidth: ;
        --leftmargin: 15vw;
        --topmargin: 0px;
        --transx: 80px;
        --transy: 0px;
        --mobileshow: none;
        --blackw: 108vh;
        --circlew: 30vh;
        --cinside: 30vh;
        --nomobile: block;
    }
}

@media (hover: none) and (pointer: coarse) {
    :root {
        --varif: auto;
        --varih: auto;
        --varimh: auto;
        --varresol: translate(0px, 70px);
        --postnew1: 100vw;
        --bigpostnew1: 100%;
        --mobilof: hidden;
        --leadpad: 5vh;
        --leadpad2: 10vh;
        --respad3: 10vh;
        --mobilhide: none;
        --oknew: 100vw;
        --resovar2: 100vw;
        --bcwidth: 100vw;
        --leftmargin: 0px;
        --topmargin: 10vh;
        --transx: 0px;
        --transy: 80px;
        --blackw: 100vw;
        --circlew: 100vw;
        --cinside: 100vw;
    }

    .lines {
        max-height: 2px;
        --serviceimgw: 100vw;
        --mobileshow: block;
        --nomobile: none;
    }
}

@media (hover: none) and (pointer: coarse) and (orientation: landscape) {
    :root {
        --postnew1: 100vw;
        --bigpostnew1: 100vw;
        --leadpad: 35vh;
        --leadpad2: 25vh;
        --respad3: 25%;
        --mobilhide: flex;
        --servicewidth: 100vw;
        --serviceheight: 100vw;
        --hovermove: -100vw, 0;
        --maxtextwidth: 100vw;
        --serviceimgh: auto;
        --serviceimgmw: 100vw;
    }
}

@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
    :root {
        --serviceimgmw: 100vw;
    }
}

#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: #FF0043;
    --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(228, 4, 66, 0.99);
}

::selection {
    color: var(--bgcolor);
    background: rgba(228, 4, 66, 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);
}

#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;
}

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

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

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

h1 {
    font-size: 55px;
}

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

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

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;
    }
}

.unshow {
    opacity: 0;
}

h6 {
    transition: opacity 1s;
}

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;
    }
}

h5 {
    font-size: 40px;
}

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

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

h6 {
    font-size: 14px;
    line-height: 160%;
}

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

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

#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;
    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;
    }
}

#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;
    }
}

.modalhide {
    transform: translateY(30px);
    opacity: 0;
    pointer-events: none;
}

.modalbghide {
    opacity: 0;
    pointer-events: none;
}

#webpic {
    transition: all 0.6s ease-in-out;
}

#webpic:hover {
    opacity: 0.25;
}

.showing {
    transform: translate(0, 0) !important;
}

.bgfade {
    background: rgba(0, 0, 0, 0);
    transition: all 1s;
}

.clients {
    width: calc(7vh + 4vw + 20px);
    margin: 6vh 6vw;
}

span {
    transition: color 0.3s;
    border-bottom: 1px solid var(--brandcolor);
}

span:hover {
    border-bottom: 1px solid transparent;
}

#hoveres {
    font-size: 20px;
}

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

@media screen and (min-width: 2000px) {
    #hoveres {
        font-size: 35px;
    }
}

#maintitle:hover {
    transform: scale(1.3);
}

.disable-hover,
.disable-hover * {
    pointer-events: none !important;
}

.fancy {
    animation: anim1 1s ease-out;
}

.alt1.fancy {
    animation: anim2 1s ease-out;
}

.alt2.fancy {
    animation: anim3 1s ease-out;
}

.alt3.fancy {
    animation: anim4 2s ease-out;
}

.alt4.fancy {
    animation: anim2b 1s ease-out;
}

.alt5.fancy {
    animation: anim1b 2s ease-out;
}

@keyframes anim1 {
    0% {
        opacity: 0;
        transform: scale(0.65);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes anim1b {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes anim2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anim2b {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anim3 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes anim4 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    25% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

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