﻿body {
    margin: 0;
    font-family:  Arial, sans-serif;
    background: black;
    color: white;
    min-height: 100vh;
}

.embed-wrap {
    width: min(1100px, 90vw);
    margin: 0 auto 3rem auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
    position: relative;
    padding-top: 56.25%;
    background: #02060c;
}
.embed-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (min-width: 721px) {
}

@media (max-width: 720px) {
}


/* Extracted from css/danielrandus.css for plantaz/game.html */

.menu-bar {
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
}

.menu-bar .burger {
display: none;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border: 1px solid #fff;
    transition: background 0.2s;
}

.menu-bar .burger:hover {
background: #222;
}

.menu-bar .menu-links {
display: flex;
    gap: 1rem;
}

.menu-link {
display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem; 
    padding: 0.2rem 1rem; 
    border: 1px solid #fff; 
    border-radius: 40px; 
    background: transparent;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.menu-link:hover {
background-color: #001eff; 
    color: #fff;
}

@media (max-width: 900px) {
.menu-bar {
flex-direction: row;
}

.menu-bar .burger {
display: flex;
}

.menu-bar .menu-links {
display: none;
        position: absolute;
        top: 3.5rem;
        right: 0;
        background: #222;
        border-radius: 1rem;
        box-shadow: 0 4px 16px rgba(0,0,0,0.3);
        min-width: 180px;
        padding: 1rem 0.5rem;
        flex-direction: column;
        border: 1px solid #fff;
        z-index: 101;
}

.menu-bar.open .menu-links {
display: flex;
}

.menu-link {
display: block;
        width: 100%;
        text-align: left;
        padding: 0.5rem 1rem;
}

}

:root {
font-size: 16px;
}

@media screen and (max-width: 991px) {
:root {
font-size: 14px;
}

}

@media screen and (max-width: 479px) {
:root {
font-size: 12px;
}

}

@media screen and (max-width: 360px) {
:root {
font-size: 10px;
}

}

body {
color: hsl(100, 50%, 95%);
    font-size: 1rem;
    font-family: Manrope,sans-serif;
    background: hsl(213, 28%, 12%);
}

.bottom-shadow {
position: absolute;
    bottom: 0;
    transform: translateY(-100%);
    width:100%;
    height:4rem;
    border-radius: 0 0 2rem 2rem;
    box-shadow: inset 0px -13px 13px -16px rgb(225 255 255 / 117%);
    pointer-events: none;
    
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.bottom-shadow-black {
width:100%;
    height:4rem;
    border-radius: 0 0 2rem 2rem;
    
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, rgba(12, 17, 24, 1) 100%);
    margin-bottom: -4rem;
}

.top-shadow {
width: 100%;
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, rgba(12, 17, 24, 1) 100%);
    height: 4rem;
    border-radius: 2rem 2rem 0 0;
    
    transform:translateY(-100%)
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.column[data-cols="1"] { flex-basis: 8.3333%; max-width: 8.3333%; }
.column[data-cols="2"] { flex-basis: 16.6667%; max-width: 16.6667%; }
.column[data-cols="3"] { flex-basis: 25%; max-width: 25%; }
.column[data-cols="4"] { flex-basis: 33.3333%; max-width: 33.3333%; }
.column[data-cols="6"] { flex-basis: 50%; max-width: 50%; }
.column[data-cols="8"] { flex-basis: 66.6667%; max-width: 66.6667%; }
.column[data-cols="10"] { flex-basis: 83.3333%; max-width: 83.3333%; }
.column[data-cols="12"] { flex-basis: 100%; max-width: 100%; }

a {
color:#4cb0f5;
	text-decoration: none;
}


.highlight {
font-weight: 700;
    color: rgb(188, 26, 70);
    background: -webkit-linear-gradient(263deg, rgb(240 255 53) 0%, rgb(255 169 0) 100%);
     
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




h4 {
font-size:2rem;
    line-height: 2rem;
    color: hsl(100, 50%, 95%);
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    display: inherit;
}


.leader {
font-size: 2rem !important;
}

.lead {
font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: 0.00rem;
    color: hsl(100, 50%, 95%);
    font-family: Manrope,sans-serif;
    font-weight: 300;
}

.lead-indent {
text-indent: 2rem;
}

.leaditalic {
font-size: 1.3rem;
    line-height: 1.15;
    letter-spacing: 0.02rem;
    color: hsl(100, 50%, 95%);
    font-family: Manrope,sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lead-date {
color: hsl(100, 50%, 95%) !important;
    font-size: 1.25rem;
    padding: 1rem;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    display: inherit;
    white-space: nowrap;
}

.question {
font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0.02rem;
    color: #b3cfe1;
    font-family: Manrope, sans-serif;
}


.background {
position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.background img {
position: absolute;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

video.showreel {
object-fit: contain !important;
}

.slide {
margin:0 0 0 0 !important;
    padding-right:0 !important;
    overflow-x: hidden;
}

.btn {
background:transparent;
}

.page-loading {
background-color:black;
    position:fixed;
    width:100%;
    height:100vh;
}

.row.introrow {
margin-bottom: 1rem;
}

.row.introrow .column {
margin-bottom: 0;
}

.row.portfolio {
margin-bottom: 0;
}

.row-vertical {
column-gap: 1rem;
    flex-flow: wrap;
}

.firstvideos {
padding-left: 0;
    padding-right: 0;
}

.row.firstvideos {
margin-bottom: 0;
}

.level3 .row.firstvideos {
margin-bottom: -4rem !important;
}

.last {
margin-bottom: 0 !important;
}

.last-padding {
padding-bottom: 0 !important;
}

.last-row {
padding: 0 1rem 1rem 1rem !important;
}

.last-margin {
margin-bottom: 1rem !important;
}

.above-margin {
margin-top:1rem;
}

.first-margin {
margin-bottom: 0 !important;
    margin-right: 1rem !important;
}

.top-margin {
margin-top:0;
}

.corner {
width:100%;
}

.middle-container {
width: 50vw;
    padding: 10rem 0 0 0;
    margin: auto;
}

.middle-container-game {
padding: 0 0 5rem 0;
    margin: 2rem auto auto auto;
}

.middle-container-aboutme {
padding-top: 4rem;
    margin: auto;
}

.level2game .middle-container-game {
padding: 0 !important;
    margin: 0 !important;
}

.story {
padding: 10rem 0 6rem 0;
    width: 70vw;
    margin: auto;
    align-content: center;
}

.story-row {
display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.story-column {
    margin-bottom: 0 !important;
    padding: 1rem;
    border-radius: 1rem;
    flex: 1 1 240px;
    border: 1px solid rgb(255 255 255 / 25%);
}

.story-icon-headline {
align-items: center;
    display: flex;
    gap: 0.5rem;
}

.story-icon-headline .icon-column-symbol {
    position: relative;
    flex: 0 0 4rem;
    height: 4rem;
}

.story-icon-headline .text-column {
    flex: 1 1 auto;
}

.story-icon-headline .icon-audio {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icon {
width: 100%;
}

.howtoplay {
    margin-bottom: 0;
}

.howtoplay-card {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1rem;
    padding: 1rem;
    backdrop-filter: blur(6px);
}

.howtoplay-two {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
    flex-wrap: wrap;
}

.howtoplay-template {
    width: calc(100vw - 2rem);
    margin: 2rem auto 0 auto;
}

.howtoplay-media,
.howtoplay-textblock {
    display: block;
}


.howtoplay-textblock .lead {
    font-size: 1.2rem;
}


.howtoplay-text {
padding: 1rem;
}

.howtoplay .column {

}

.howtoplay video {
box-shadow: hsl(220deg 100% 90.05%) 0 0 0rem 0.1rem;
}

.howtoplay .video-container {
height:auto;
}

.icon-column {
width:6rem !important;
    max-width: 6rem;
}

.icon-column-story {
width:6rem !important;
    max-width: 80px;
}

.icon-column-symbol {
    width:6rem !important;
    max-width: 4rem;
}

.icon-column-symbol img{
    width: 100%;
}

.levelaboutme .icon-column-symbol {
max-width: 2rem;
}

.icon-column-symbol .icon {
transform: translate(50%, 40%)!important;
    width: 50%;
    left: 0;
}

.text-column {
width:70% !important;
}

.icon-headline {
    position: absolute;
    z-index: 2;
    bottom: 0;
}


.icon-headline .column {
margin: 0 !important;
}

.middle-container-game .column {
margin: 0 !important;
}

.icon {
position:absolute;
    left: 0;
}

.btn:hover {
background: transparent;
}

.corner img {
padding:0 0 0 0;
    height:2rem;
    vertical-align: baseline;
}

.corner .number {
right: 0;
    transform: translate(0, -50%);
    color: white;
    background: black;
}

a.corner {
transform: translate(100%,0)
}

.corner-link {
color:white;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    height: 2rem;
    line-height: 30px;
    box-shadow: 0px 5px 20px 0px rgb(225 255 255 / 15%);
    border-radius: 0 0 1rem 1rem;
    margin: 0 0.5rem;
    border-bottom: 1px white solid;
}

.corner-nav-left .corner-link {
margin-right: 1rem;
}

.corner-nav .corner-link {
margin-left: 0;
    margin-right: 0;
}

.number {
background: black;
    width: 1rem;
    height: 1rem;
    line-height: 0;
    font-size: 1rem;
    position: absolute;
    border: 1px white solid;
    border-radius: 1rem;
    padding: 0.5rem 1rem 0rem 0.5rem;
}

.column {
margin-right:0px;
    margin-left:0px;
    position:relative;
}

.column.gallery {

}

.column.gallery img {
border: 1px white solid;
    border-radius: 15px;
    object-fit: cover;
}

.column.gallery video {
border: 1px white solid;
    border-radius: 15px;
    object-fit: cover;
    height:100%;
    width:100%;
}

.column-margin {
margin-bottom: 2rem !important;
}

.row.gallery {
position: relative;
    z-index: 2;
    max-height: 35vh;
    flex-flow: nowrap;
    padding-bottom: 4rem !important;
    align-items: end;
}

.videobg {
position:fixed;
    width:100vw;
    height:100%;
    background-color: black;
}

.videobg-out {
display: none;
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100%;
    background-color: black;
}

.playoverlay {
position: fixed;
    width:100%;
    height:100%;
    margin: auto;
}

.playoverlay-out {
position: relative;
    width:auto;
    height:auto;
    border-radius: 1rem;
    line-height: 0px;
}

.playoverlay video {
width: 100%;
    border-radius: 1rem;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.playoverlay-intro {
height:100%;
}

.playoverlay.playoverlay-out video {
opacity: 0.85;
}

.playoverlay.playoverlay-out video:hover {
opacity: 1;
}

.play {
width: 100%;
    height: 100%;
    z-index: 10;
    cursor:pointer;
    max-width:20rem;
}

.play-container {
position:relative;
    width: 10rem;
    height: 3rem;
    z-index: 10;
    cursor:pointer;
    margin: 1rem auto;
}

.play-container-gallery {
width: 12rem;
    cursor:pointer;
    justify-self: center;
}

.play-middle {
border-radius: 2rem;
    top: 75%;
    left: 50%;
    position: absolute;
    width: 6.7rem;
    height: 2.5rem;
    mix-blend-mode: difference;
    transform: translate(calc(-50% - 0.8rem), -50%);
}

.play-left {
padding-top: 0.25rem;
    border-radius: 2rem;
    top: 100%;
    left: 0;
    position: absolute;
    width: 6.7rem;
    height: 2.5rem;
    transform: translate(0.8rem, calc(-100% - 1rem));
}

.play-left:hover {
background-color: blue;
}

.play-middle-corner {
pointer-events: none;
    padding-top: 0.25rem;
    border-radius: 2rem;
    top: 100%;
    left: 100%;
    position: absolute;
    width: 6.9rem;
    height: 2.5rem;
    
    transform: translate(calc(-100% - 0.8rem), calc(-100% - 1rem));
}

.play-middle-above {
padding-top: 0.5rem;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 10rem;
    height: 3rem;
    transform: translate(-50%,0);
}

.play img {
object-fit: fill !important;
}

.back-archive {
display: none;
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 101;
    cursor: pointer;
}

.back {
display: none;
    position: fixed;
    width: 100vw;
    height: 3rem;
    z-index: 101;
    top: 1rem;
    cursor: pointer;
    transform: translateY(100%);
}

.cancel img {
width: 40px;
    height: 40px;
    z-index: 150;
    justify-content: center;
    object-fit: fill;
}

.row.mobile {
position:absolute;
    width:100vw;
    height:100vh;
    display:grid;
    margin-bottom: 0;
    object-fit: cover;
}

.row.gallery img video {
display: inherit !important;
}


.description a {
color:white;
    font-family: 'DM Sans', sans-serif;
    margin-top: 12px;
    font-size:14px;
    line-height: 16px;
    background-color: blue;
}

.textover {
position:absolute;
    width:80%;
    height:80%;
    text-align: center;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.icons {

}

.fp-viewing-art-nftplant .slidernav-button__text {
background-color: blue;
}

.scrollable {
overflow-y: scroll;
    overflow-x: hidden;
}

.button-folder-open {
cursor: pointer;
}

.folder-open {
display: none;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.archive-year .folder-open {
height:100vh;
}

.folder-inside {
overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% - 2rem);
    height: calc(100% - 6rem);
    position: absolute;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 1rem;
    border: 1px solid white;
    border-radius: 2rem;
    transform: translateX(1rem);
    background: rgba(6, 19, 54, 0.85);
}

.folder-inside .row {
margin-bottom: 0;
    grid-gap: 1rem !important;
}


.folder-inside video, .folder-inside img {
width:calc(100% - 1rem);
    margin-left: 1rem;
    border-radius: 1rem;
}

.folder-container {
color:white;
    padding: 1rem 1rem 1rem 0;
}

.text {
color: hsl(100, 50%, 95%);
    padding: 1rem;
    border-radius: 1rem;
    background: rgb(255 255 255 / 85%);
}

.folder-blurbg {
position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display:none;
    bottom: 0;
}

.folder-cancel {
position: absolute;
    width: 3rem;
    height: 3rem;
    left: 50%;
    transform: translateX(-50%);
}

.folder-cancel img {
width: 40px;
    height: 40px;
    z-index: 150;
    justify-content: center;
    object-fit: fill;
}

.folder-back {
position: absolute;
    width: 100vw;
    height: 3rem;
    z-index: 1001;
    top: 0;
    cursor: pointer;
    transform: translateY(1rem);
}

.spacearound1 {
padding:1rem;
}

.archive-year .row {

}

.archive-year .column {
margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.archiveshow .column {
margin-bottom: 1rem;
    padding-left: 0;
}

.archive-open .row {
display:flex;
    margin-bottom: 0 !important;
    grid-gap: 0.5rem;
}

.button-archive-open img {
width: 100%;
    height: 100%;
}

.videofolder {
position: absolute;
    width: 100%;
    border-radius: 0 1rem 1rem 1rem !important;
}


.portfolio-item {
background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    
    display: flex;
    flex-wrap: wrap-reverse;
    align-content: space-between;
    border-radius: 0 0 1rem 1rem;
}

.portfolio-item .inner {
position: absolute;
    opacity: 1;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    left: 0;
    box-sizing: border-box;
    border-radius: 0.8vw;
    margin: 1rem;
    z-index: 1;
    pointer-events: none;
}


.project-name {
position: absolute;
    top: 0;
    text-align: left;
    transform: translateY(-25%);
}

.project-job {
position: absolute;
    top:0;
    text-align: left;
    transform: translateY(75%);
}

.project-client {
position: absolute;
    margin-bottom: 0 !important;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.project-datum {
position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    transform: translateY(-25%);
}

.portfolio-item h4 {
margin: 0 auto;
    position: relative;
    text-align: center;
    top: 38%;

    transform: translateY(-50%);
}

.portfolio-item:hover .inner {
opacity: 0.3;
	    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.portfolio-item img {
height: 100%;
    width: 100%;
    border-radius: 0.8vw;
    object-fit: cover;
}

.portfolio-item .video-thumbnail img {
transition: opacity 200ms;
}

.video-player {
position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.8vw;
    display: block; 
    transition: opacity 750ms;
}

.video-container {
width: 100%;
    height: 100%;
}

.video-thumbnail {
position:relative;
    width: 100%;
    height: 100%;
}

.video-thumbnail img {
display:block;
    width:  100%;
    height: 100%;
    object-fit: cover;
}

.faq .video-thumbnail {
height: auto;
}

.faq .video-thumbnail img {
height: auto;
}

.faq .video-container {
height: auto;
}

.video-container .video-player, .video-container img {
border-radius: 1rem;
}

.archive-year .video-thumbnail img, .archive-year .video-thumbnail video {
border-radius: 1rem 1rem 1rem 1rem !important;
}

.archive-year .spacearound .folder-main img, .archive-year .spacearound .folder-main video {
border-radius: 0 1rem 1rem 1rem !important;
}

.portfolio-item video {
position: absolute;
    height: 100%;
    box-shadow: hsl(220deg 100% 90.05%) 0 0 0rem 0.1rem;
    transition: opacity 750ms;
}

.portfolio-item:hover video {
transition: opacity 750ms;
}

.column .socials {
text-align: center;
    height: 100%;
    align-items: center;
    margin-right: 0px;
}


.row.faq-section {
display: block !important;
}

.faq-slides {
margin-bottom: 2rem !important;
}

.row .faq {
display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.row .faq .column {
margin-bottom:0 !important;
}

.box {
padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: rgb(0 0 0 / 50%);
}

.faqimage {

}

.faqimage-container {
max-width: 100px;
    object-fit: contain;
    width: 20% !important;
    max-width: 80px;
}

.row.me {
margin-top: -4rem;
    flex-wrap: inherit;
    justify-content: end;
    align-items: anchor-center;
    height: 100%;
}

.row .history {
display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.row.me .column[data-cols="1"] {
height:0;
}

.row.me .column.socials-column {
padding: 0 1rem 0 1rem;
    margin-right: 0 !important;
}

.row.me .column {
margin-bottom: 0 !important;
}

.column.me {
margin-bottom:0 !important;
    padding-left:1rem;
    padding-right:1rem;
}

.me img {
width: 100%;
    border-radius: 10vw;
    aspect-ratio: 1 / 1;
    margin: auto;
}


.row.socials img {
width:auto !important;
}

.row.socials {
flex-flow: column;
}

.row.socials .column[data-cols="2"] {
width: 300px;
    margin-bottom: 1rem !important;
}

.row.socials img {
object-fit: contain;
}

.info {
height: 50px;
}


.levelcontact .icon-headline {
align-self: center;
    display: block;
}

.levelcontact .text-column {
place-content: center;
    text-align: center;
}

.levelaboutme .icon-headline {
align-self: center;
}

.levelaboutme {

}

.level {
background: linear-gradient(0deg, rgba(16,25,35,1) 0%, rgba(12,17,24,1) 100%);
    border-radius: 0 0 2rem 2rem;
}

.level.level1 {
position: relative;
    z-index: 9;
}

.level1 .middle-container {
padding-top: 10rem;
    height: 100vh;
    margin-bottom: -4rem;
}

.level1bg {
overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    border-radius: 0 0 2rem 2rem;
}

.level1bg-intro {
overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    border-radius: 0 0 2rem 2rem;
    margin-top:-2rem;
}

.level1bg.lighter {
opacity:1 !important;
}

.levelbg-padding {
overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.levelbg-last {
overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    pointer-events: none;
    margin-top: -2rem;
    border-radius: 2rem 2rem 0 0;
}

.lighter {
mix-blend-mode: plus-lighter;
}

.objectfit {
object-fit: cover;
    height: 100%;
    width: 100%;
    opacity:1;
}

.level.level2 {
position: relative;
    z-index: 8;
    background: hsl(213, 33%, 7%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, rgb(61 87 92) 100%);
    margin-top: -2rem;
}


.level.level2game {
    position: relative;
    z-index: 7;
    background: hsl(213, 33%, 7%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, hsl(85 20% 30% / 1) 100%);
    padding-top: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.level3 {
    position: relative;
    z-index: 6;
    background: hsl(213, 42%, 4%);
    background: linear-gradient(180deg, rgb(17 20 22) 0%, rgb(29 34 39) 100%);

    margin-top: -2rem;
}

.level.level3game {
    position: relative;
    z-index: 6;
    background: hsl(213, 33%, 7%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, hsl(85 20% 30% / 1) 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.level4 {
    position: relative;
    z-index: 5;
    background: hsl(213, 42%, 4%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, hsl(85 20% 30% / 1) 100%);
    padding-top: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.level5 {
    position: relative;
    z-index: 4;
    background: hsl(213, 42%, 4%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, hsl(85 20% 30% / 1) 100%);
    padding-top: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.level6 {
    position: relative;
    z-index: 3;
    background: hsl(213, 33%, 7%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, rgb(168 188 140) 100%);
    padding-top: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.level7 {
    position: relative;
    z-index: 2;
    background: hsl(213, 33%, 7%);
    background: linear-gradient(180deg, rgba(16, 25, 35, 1) 0%, rgb(168 188 140) 100%);
    padding-top: 2rem;
    border-radius: 0 0 2rem 2rem;
    margin-top: -2rem;
}

.level.levellast {
    position: relative;
    width:100%;
    z-index: 9;
    background: hsl(213, 33%, 30%);
    background: linear-gradient(0deg, rgba(16,25,35,1) 0%, rgba(12,17,24,1) 100%);
    margin-top: 4rem;
}

.level.levellast-game {
    position: relative;
    width:100%;
    z-index: 9;
    background: hsl(213, 33%, 30%);
    background: linear-gradient(0deg, rgba(16,25,35,1) 0%, rgba(12,17,24,1) 100%);
    margin-top: 4rem;
}

footer {
    position: relative;
    height:50vh;
    background: hsl(213, 33%, 30%);
    background: linear-gradient(0deg, rgba(16,25,35,1) 0%, rgba(12,17,24,1) 100%);
    padding: 1rem;
}

footer img {
width:50vw;
}

.footer .row {
display: block;
}

.footer .row .column {
margin-right: 0 !important;
}

.footer-container {
place-content: center;
    display: flex;
}

.footer-container img {
width:100%;
}

.footer-container a {
margin-bottom: 1rem;
    text-align: center;
}

.footer-container-link {
text-align: right;
}

.footer-container-link a {
display: block;
}

.peak-icons-container {
width:10rem;
}

.allign-end {
align-items: anchor-center;
    flex-flow: row;
}

.slidenav-container {
position: fixed;
    width:80%;
    height: 5vh;
    bottom:0;
    left:10%;
    z-index: 1;
    text-align: end;
    transform: translateY(100px);
}

.slidernav-button {
margin:0 1rem 0 1rem;
}

.slidenav-container ul::-webkit-scrollbar {
display: none;
}

.slidenav-container ul {
display: inline-block;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    white-space: nowrap;
    border-radius: 1rem;
    background: #ffffff33;
    margin: 0 !important;
    padding: 0 !important;
}

.showreel:hover .play-middle {
background-color:blue;
}

.corner-link:hover {
background-color:blue;
}

#fp-nav a:hover {
background-color:blue;
}

.play-middle-corner:hover {
background-color:blue;
}

.button-archive-open:hover .button-open {
background-color:blue;
}

.portfolio-item:hover .button-open {
background-color:blue;
}

.imgexplain {
width: 5rem;
}

.button-open-inline {
width: 110px;
    position:relative;
    display: inline-grid;
    pointer-events:auto;
}

.button-play-inline {
width: 73px;
    height: 23px;
    position:relative;
    display: inline-grid;
    pointer-events:auto;
}

.inner-window {
width: 90vw;
    height: 90vh;
    transform: translate(5vw, 0);
    align-items: end;
    display: flex;
}

.sound-container {
width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 10%;
    transition: all 0.3s ease;
    transform-origin: center;
    overflow: hidden;
}

.splitter {
width: 95%;
    height: 0.1rem;
    background-color: #ffffffe6;
    justify-self: center;
    filter: drop-shadow(0 0 10px rgba(0, 200, 255, 0.7)) drop-shadow(0 0 9px rgba(0, 62, 255, 0.4));
}

.slide-arrows-yourplant {
top: 100%;
            
            font-size: 40px;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 20;
            user-select: none;
            background: rgba(0, 0, 0, 0.7);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: flex
        ;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.slide-arrows-yourplant:hover {
color: white;
            background: rgba(0, 0, 0, 0.9);
            border-color: rgba(255, 255, 255, 0.6);
            
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.slide-prev {
left: 1rem;
}

.slide-next {
right: 1rem;
}

.play-container-gallery {
margin-top: 1rem;
}

.play {
    transition: background 0.3s ease, transform 0.3s ease;
    transform: perspective(500px) translateZ(0);
    animation: pulse 2s infinite;
    background: transparent;
}

.play:hover {
    transform: perspective(500px) translateZ(10px);
    background: rgba(0, 0, 255, 0.2);
}

#lottie-play {
filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.play:before {
content: ''; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; border-radius: 2rem; z-index: -1;
}

.platforms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.platforms-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.6rem 0.9rem;
    color: #101417;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 1rem;
}

.platforms-item img {
    width: 2.2rem;
    height: 2.2rem;
    object-fit: contain;
    display: block;
}

.platforms-item + .platforms-item {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.platforms-label {
    font-size: 1.1rem;
}

@media (max-width: 900px) {
    .platforms {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .platforms {
        grid-template-columns: 1fr;
    }
}


.level1bg.lighter {
position: absolute;
}

.level1bg.lighter:after {
content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at center, rgba(0, 0, 255, 0.1) 0%, rgba(0, 0, 255, 0) 70%); pointer-events: none; z-index: 1;
}

.level.level1:before {
content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); pointer-events: none; z-index: 2;
}

@keyframes pulse {
0% { transform: scale(1); } 70% { transform: scale(1.05); } 100% { transform: scale(1); }
}

/* Modern section theme */
.level-modern {
    position: relative;
    background: #0b0f14;
}

.level-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.18;
    pointer-events: none;
}

.level-modern::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(190,255,88,0.12), transparent 45%),
                radial-gradient(circle at 80% 10%, rgba(255,255,255,0.08), transparent 40%);
    opacity: 0.6;
    pointer-events: none;
}

.level-modern .levelbg-padding {
    opacity: 0.25;
    mix-blend-mode: screen;
}

.level-modern .levelbg-padding img,
.level-modern .levelbg-padding video {
    filter: saturate(0.7) brightness(0.55) contrast(1.1);
}
.level-modern h4 {
    color: #f8fafc;
    background: none;
    -webkit-text-fill-color: unset;
}

.level-modern .box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;
    backdrop-filter: blur(10px);
}

.level-modern .question {
    color: #e2e8f0;
    font-size: 1rem;
    line-height: 1.4;
}

.level-modern .lead,
.level-modern .leaditalic {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.5;
}



@media (max-width: 600px) {
    .plantaz-intro-text {
        padding: 0;
    }
}

.plantaz-intro-text .lead {
    color: #e2e8f0;
}

.plantaz-intro-text .platforms {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.25rem;

}

.plantaz-intro-text .platforms-item {
    color: white;
}

/* Global text measure */
.plantaz-page .lead,
.plantaz-page .leaditalic,
.plantaz-page .question {
    max-width: 70ch;
}

/* Peak image fit */
.level3game #Peak_Image {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.04);
}

.level3game #Peak_Image {
    max-width: 100%;
    max-height: 240px;
    display: block;
    margin: 0 auto;
}

/* Level 3 section width */
.level3game section {
    width: calc(100vw - 2rem);
    margin: 0 auto;
}

/* Level 2 section width */
.level2game section {
    width: calc(100vw - 2rem);
}

.level3game .video-panel {
    position: relative;
}

.level3game .video-panel .video-label {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    margin-top: 0;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: rgba(7, 12, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    z-index: 2;
}

.level3game .card-tile {
    max-height: 30vh;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.level3game .card-tile .video-thumbnail {
    flex: 1;
}

.level3game .card-tile .video-thumbnail img,
.level3game .card-tile .video-thumbnail video {
    height: 100%;
}

.level3game .shrinked {
    max-width: 950px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .level3game .card-tile {
        height: auto;
        max-height: none;
    }
}
