/* nav */
#aerialotus {
    top: 0%;
    height:50%;
    right: 0%;
    position: absolute;
    z-index: 200;
    transition: all 1.5s ease;
    transform: scale(50%) translate(100%, -100%);
    transform-origin: center;
    pointer-events: all;
}

#aerialotus:hover {
    transform: scale(60%) translate(80%, -80%);
}

#aerialotus text {
    transition: opacity 0.8s ease;
}

#aerialotus text:not(#tl) {
    opacity: 0;
}

.leaf-container {
    width: 70vh;
    height: 70vh;
    top: 105%;
    right: -100%;
    transform: translate(100%, -100%);
}

.lotusappear {
    transform: scale(120%) translate(50%, -50%) !important;
    top: 30% !important;
    right: 25% !important;
}

.lotusappear text {
    opacity: 1 !important;
}

.lotusappear #tl {
    opacity: 0 !important;
    pointer-events: none;
}

.leafappear {
    right: 29vw !important;
}

#Leaf {
    width: 120%;
}

.ibnav {
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease;
}

.darkfilter {
    background-color: rgba(66, 135, 245, 0.2);
    pointer-events: all;
    backdrop-filter: blur(2px);
}

.leaf-container {
    position: absolute;
    text-align: center;
    transition: all 1.5s ease;
    animation: spin 5s linear infinite;
}

.onleaf {
    z-index: 100;
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    font-size: 3vmin;
}

.onleaf ul {
    list-style: none;
}

.mpetals, .center {
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 0.3));
}

.mpetal g {
    transform-origin: center;
    transition: all 0.8s;
}

.mpetal g:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}

#nabutton {
    position: fixed;
    top: 0;
    right: 0;
    height: calc(100vh/8);
    width: calc(100vh/8);
    z-index: 20;
    border: 1px black solid;
    opacity: 0;
}

.ddi {
    text-decoration: none;
    color: #E4E8EB;
}

.ddi:hover {
    color: #E4E8EB;
    filter: brightness(0.8);
}

#dlndd, #hpndd, #pndd, #pandd, #mndd {
    display: none;
}

#logo {
    position: fixed;
    top: 3%;
    left: 3%;
    height: 10%;
    z-index: 101;
}