﻿/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



#track {
    width: 100vw;
    height: 100vh;
}


html, body {
    /* */
    font-family: 'Intr093Y';
    font-weight: 300;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box !important;
    color: #1F3A56;
}

.contact-link {
    opacity:0.7;
}

.contact-link:hover {
   opacity: 1;
}


.technology-table-tab {
    height: 150px;
    width: 12.5%;
    min-height: 140px;
    text-align: center;
}




.light {
    font-family: 'Intr093Y';
    /*letter-spacing: 0px !important;*/
    font-weight: 200;
   
}

.regular {
    font-family: 'Intr093Y';
    font-weight: 300;
    /*letter-spacing: -0.5px !important;*/
    
}

.semibold {
    font-family: 'Intr093Y';
    font-weight: 500;
    /*letter-spacing: 0.5px !important;*/
    
}

.bold {
    font-family: 'Intr093Y';
    font-weight: 700;
    /*letter-spacing: 0.5px !important;*/
}


a.dot {
    color: #ffffff;
    opacity: 0.7;
    /*color: #beefb3;
    opacity: 1;*/
    font-size: 15px;
    margin-right: 20px;
    font-weight: 300;
    text-decoration: auto;
    cursor: pointer;
    display: inline-block;
    font-family: 'Intr093Y';
    letter-spacing: 0.2px; 
}

.dot-active {
    display: inline-block;
    opacity: 1 !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    transition-duration: 0.5s;
    font-family: 'Intr093Y';
    letter-spacing: 0.2px;
}


.add-arrow-right::after {
    position: absolute;
    right: -10px;
    right: -9px;
    top: 50%;
    content: '→';
    /*content: '>';*/
    opacity: 0.5;
    font-size: 11px;
}

.add-arrow-right1::after {
    position: absolute;
    right: -10px;
    right: -9px;
    top: 23%;
    content: '→';
    /*content: '>';*/
    opacity: 0.5;
    font-size: 11px;
}

.add-arrow-right1::before {
    position: absolute;
    right: -10px;
    right: -9px;
    top: 73%;
    content: '→';
    /*content: '>';*/
    opacity: 0.5;
    font-size: 11px;
}


ul li.ul1::before {
    content: "⚠";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

ul li.ul2::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
}

li.ul1 {
    list-style: none; /* Hide default bullet */
    position: relative;
    display: list-item;
}

li.ul2 {
    list-style: none; /* Hide default bullet */
    position: relative;
    display: list-item;
}


a, .btn-link {
    color: #0366d6;
    text-decoration: none;
}


    a.social-link {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 15px;
        background: transparent;
        opacity: 0.25;
        border: 1px solid #283847;
    }

    a.social-link:hover {
        opacity: 0.5;
    }


summary {
    color: #ffffff;
    font-size: 20px;
    padding: 5px 0px;
}



.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.visit-website {
    transition: 0.75s;
    
}

.visit-website:hover {
    filter: brightness(0.9);
    transition: 0.75s;
    transform: scale(0.9);
}


.dots-top {
    opacity: 1;
    margin-top: 0px;
    transition: 1s;
}


.navbar-container {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    width: 100vw;
    height: 50px;
    position: fixed;
    background: #010E1C;
    background: #011326;
    background: #ffffff;
    background: #073054;
    background: transparent;   
    z-index: 1000;
}

.column1 {
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;   
}


.column2 {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.column3 {
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #dddddd; 
    /*margin-right: 20px;*/
}



summary {
    cursor: pointer;
}

summary::marker {
    content: "";
}

details summary::before {
    content: "+";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'Intr093Y';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

details[open] summary::before {
    content: "-";
    /*position: absolute;
    right: 10%;*/
    color: #0065d1;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    font-family: 'Intr093Y';
    padding-right: 10px;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

.logo {
    width: 140px;
    padding-left: 20px;
    padding-top: 5px;
}


.page {
    width: 100%;
    height: 100vh;
    position: absolute;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dots-bottom {
    position: absolute;
    left: 0;
    height: 3px;
    top: 0;
    width: 0%;
    background: #ED3426;
    background: #0072ed;
    background: #dd3603;
    background: #F73A2C;
    background: #ffb000;
    background: #0065d1;
    background: #ffcc00;
    opacity: 1;
    z-index: 1000;
    display: none;
    transition: 0.5s;
}



/*Book */

.link-up {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: #ffa000;
    background: #0065D1;
    background: #45BA30;
    background: #14ad0c;
    z-index: 11;
    cursor: pointer;
}

    .link-up div {
        margin: 27px 20px 0px 20px; /*25px 20px 0px 20px*/
    }

.arrow-up i {
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin: -5px 0px 5px -5px;
    color: #ffffff;
}

.arrow-down {
    position: absolute;
    left: calc(50% - 40px);
    bottom: 0;
    width: 60px;
    height: 40px;
    background: #ED3426;
    z-index: 4;
}

    .arrow-down div {
        margin: 6px 20px 0px 18px;
    }

    .arrow-down i {
        border: solid #ffffff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }


/*#value1, #value2, #value3, #value4 {
    transition: all 0.2s;
    background: #ffffff;
}


#value1:hover, #value2:hover, #value3:hover, #value4:hover {
    border: 1px dotted #167DF0;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
    background: #167DF0;
    color: #ffffff;
}*/


#value0 .headline, #value1 .headline, #value2 .headline, #value3 .headline, #value4 .headline, #value5 .headline, #value6 .headline {
    color: #ffffff;
    opacity: 0.7;
}

#value0:hover .headline, #value1:hover .headline, #value2:hover .headline, #value3:hover .headline, #value4:hover .headline, #value5:hover .headline, #value6:hover .headline {
    color: #0065d1;
    color: #2c4c6b;
    color: #ffffff;
    opacity: 1;
}

.service-card {
    transition: all 0.5s;
    max-width: 270px;
}

    .service-card:hover {
        box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
        border-radius: 10px;
        transform: translateY(-5px) scale(1.01);
    }


.solution-card {
    transition: all 0.3s;
}

    .solution-card:hover {
        /*border: 1px dashed #167df0;
        border: 1px dashed #cccccc;*/
        box-shadow: 2px 2px 20px rgba(0,0,0,0.15);
        border: 1px solid #dfdfdf;
        transform: translateY(-5px) scale(1.01);
        background: #ffffff;
    }



.products {
    width: 90%;
    height: 70vmin;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-card {
    height: 70vmin;
    width: 33.3%;
    position: relative;
    border: none;
    /*z-index: 2;*/
    transform: scale(1);
    transition: all 0.3s ease-in;
    animation-duration: 1s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #021933;
    background: #021d38;
    background: #01162b;
    background: #021933;
}

    .product-card:hover {
        /*box-shadow: 2px 2px 10px 10px #eeeeee;*/
        /*transform: scale(1.015);*/
    }


.product-card-container {
    width: 96%;
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-card-headline {
    font-size: 26px;  
    font-weight: 600;
    margin-bottom: 10%;
}

.product-card-description {
    font-size: 1.2vw;
    font-weight: 300;
    margin-bottom: 10%;
    letter-spacing: 0.5px;
}



#service1 p, #service2 p, #service3 p, #service4 p, #service5 p, #service6 p, #service7 p, #service8 p {
    color: #3A4958;
}

#service1:hover p, #service2:hover p, #service3:hover p, #service4:hover p, #service5:hover p, #service6:hover p, #service7:hover p, #service8:hover p {
    color: #ffffff
}



#service1:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service2:hover {
    transition: background 0.2s ease;
    background: #00A042;
    background: #00aa44;
}

#service3:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service4:hover {
    transition: background 0.2s ease;
    background: #d60887;
    background: #d30878;
}


#service5:hover {
    transition: background 0.2s ease;
    background: #ffb000;
}

#service6:hover {
    transition: background 0.2s ease;
    background: #00A042;
}

#service7:hover {
    transition: background 0.2s ease;
    background: #167DF0;
}

#service8:hover {
    transition: background 0.2s ease;
    background: #d60887;
}


.blog-list-card {
    transition: all 0.5s;  
}

    .blog-list-card:hover {
        border: 1px dashed #167df0;
        transform: translateY(0px) scale(1);
        box-shadow: 2px 2px 25px rgba(0,0,0,0.15);
    }

        .blog-list-card:hover > div > p {
            /*color: #ffffff;*/
        }


.picture-block-leaf {
}

    .picture-block-leaf:hover .canister-picture-leaf {
        filter: drop-shadow(5px 0px 40px rgba(255, 204, 0, 0.5));
    }

    .picture-block-leaf:hover .canister-button {
        color: #ffffff;
        opacity: 1;
        border: 1px solid rgba(255,255,255,0.5) !important;
    }


.picture-block-seed {

}

    .picture-block-seed:hover .canister-picture-seed {
        filter: drop-shadow(5px 20px 40px rgba(255, 204, 0, 0.5));
    }

    .picture-block-seed:hover .canister-button {
        color: #ffffff;
        opacity: 1;
        border: 1px solid rgba(255,255,255,0.5) !important;
    }


/*
.canister-picture-leaf {
}

    .canister-picture-leaf:hover {
        filter: drop-shadow(5px 20px 40px rgba(255, 204, 0, 0.4));
    }


.canister-picture-seed {
}
    .canister-picture-seed:hover {
        filter: drop-shadow(5px 20px 50px rgba(255, 204, 0, 0.7));
    }

*/
/*
.canister-button {
}
    .canister-button:hover {
        color: #ffffff;
        opacity: 1;
        border: 1px solid rgba(255,255,255,0.9);
    }*/


/*
#product1, #product2, #product3 {
    transition: background 1s ease-out;
}

    #product1:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #fff000 0%, #ed008c 74%);
        
    }

    #product2:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, rgba(200, 255, 0, 0.9) -40%, rgba(0, 135, 0, 0.95) 100%);     
    }

    #product3:hover {
        transition: background 1s ease-out;
        background: linear-gradient(315deg, #08c8f6 0%, #4d5dfb 74%);
    }
*/
.stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,0.5);
}



.button-blue {
    border-radius: 25px;
    padding: 12px 25px;
    color: #0065D1;
    /*background: #EAF4FF;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
}

    .button-blue:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }



.button-blue-contact {
    border-radius: 25px;
    padding: 12px 25px;
    color: #ffffff;
    color: #0065D1;
    /*background: #0065D1;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
}

    .button-blue-contact:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }





.button-white {
    border-radius: 25px;
    padding: 12px 25px;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #ffcc00;
    border: 1px solid rgba(255,255,255,0.7);
    color: rgba(255,255,255,0.7);
}

    .button-white:hover {
        cursor: pointer;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #ffcc00;
        border: 1px solid rgba(255,255,255,1);
        border: 1px solid #ffcc00;
        color: rgba(255,255,255,1);
        background: #ffcc00;
    }



.button-blue-home {
    border-radius: 25px;
    padding: 12px 25px;
     color: #aaaaaa;
    /*background: #EAF4FF;*/
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 300;
    border: 1px solid #a2c5e8;
    border: 1px solid #167DF0;
    border: 1px solid #dddddd;
}

    .button-blue-home:hover {
        cursor: pointer;
        background: #0065D1;
        color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
        border: 1px solid #0065D1;
        /* border: 1.5px solid #167DF0;*/
    }


/*
@media screen and (max-width:768px) {
}


@media screen and (max-width: 992px) and (min-width: 768px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 1200px) and (min-width: 992px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }
}


@media screen and (max-width: 10000px) and (min-width: 1200px) {

    .logo {
        width: 120px;
        padding-left: 20px;
        padding-top: 5px;
    }

    .page {
        height: calc(100vh);
    }

}*/

.circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    background: none;
    margin-right: 5px;
    cursor: pointer;
}


.circle-active {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #167DF0;
    border: 1px solid #167DF0;
    background: #dddddd;
    border: 1px solid #dddddd;
}


.circle:hover {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #167DF0;
    border: 1px solid #167DF0;
}

.next-slide-arrow {
   font-size: 12px;
   font-weight: 300;
   color: #cccccc;
   cursor: pointer;
   margin-left: 10px;
}


.item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: 38%;
    left: 10%;
    right: 10%;
    /*width: 100%;*/
    /*height: 100px;*/
    display: block;
    position: absolute;
    z-index: 0;
    transform: translate3d(0,0,0) !important;
}

.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    overflow: hidden !important;
    bottom: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    text-shadow: none !important;
    background: transparent;    
}


    .carousel-caption span {
        font-size: 16px;
        width: 100%;
        position: absolute;
        line-height: 1.6;
        font-family: 'Intr093Y';
        letter-spacing: 3px;
        font-weight: 300;
        text-align: center;
        margin: 0;
        padding: 0;
        opacity: 1;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
        background: transparent;
        color: rgb(255, 255, 255, 1);
        color: rgb(40, 56, 71, 0.6);
        color: #1f3a56;
        text-transform: uppercase;
    }


#caption0, #caption1, #caption2, #caption3, #caption4, #caption5 {
    opacity: 0;
}

.active {
    transition-property: opacity;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    opacity: 1 !important;
}


.disactive {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    opacity: 0 !important;
}

.run-animation {
    -ms-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -webkit-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    -moz-animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
    animation: carouselCaption 9.9s cubic-bezier(.26,.43,.25,.73);
}

@keyframes carouselCaption {

    0% {
        opacity: 0;
        -ms-transform: translateY(70px);
        -webkit-transform: translateY(70px);
        -moz-transform: translateY(70px);
        transform: translateY(70px);
        background: transparent;
    }


    15% {
        opacity: 0.6;
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

    85% {
        opacity: 1;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0);
    }

}





/*
.bubble {
    width: 50vmin;
    height: 50vmin;
    background: #6bb0ff;
    border: 4.5vmin solid #9ecbff;
    position: absolute;
    top: calc(50% - (50vmin * .49));
    left: calc(50% - (50vmin * .49));
    overflow: visible;
    border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
    animation: rotate 35s infinite linear;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(1turn);
    }
}

.bubble:before {
    content: '';
    position: absolute;
    top: 5vmin;
    left: 5vmin;
    width: calc(100% - (50vmin * .3));
    height: calc(100% - (50vmin * .3));
    background: #057aff;
    border: 3.25vmin solid #3895ff;
    border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
    z-index: -2;
    animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
    0% {
        transform: rotate(-2turn);
    }
}

.bubble:after {
    content: '';
    position: absolute;
    top: 10vmin;
    left: 10vmin;
    width: calc(100% - (25vmin));
    height: calc(100% - (25vmin));
    background: #004a9e;
    border: 2.5vmin solid #0062d1;
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
    0% {
        transform: rotate(2turn);
    }
}*/


/*
.bubble {
    width: 50vmin;
    height: 50vmin;
    background: #83ff6b;
    border: 4.5vmin solid #aeff9e;
    position: absolute;
    top: calc(50% - (50vmin * .49));
    left: calc(50% - (50vmin * .49));
    overflow: visible;
    border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
    animation: rotate 35s infinite linear;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(1turn);
    }
}

.bubble:before {
    content: '';
    position: absolute;
    top: 5vmin;
    left: 5vmin;
    width: calc(100% - (50vmin * .3));
    height: calc(100% - (50vmin * .3));
    background: #2eff05;
    border: 3.25vmin solid #59ff38;
    border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
    z-index: -2;
    animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
    0% {
        transform: rotate(-2turn);
    }
}

.bubble:after {
    content: '';
    position: absolute;
    top: 10vmin;
    left: 10vmin;
    width: calc(100% - (25vmin));
    height: calc(100% - (25vmin));
    background: #199b00;
    border: 2.5vmin solid #22ce00;
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
    0% {
        transform: rotate(2turn);
    }
}
*/

/*
.bubble {
    width: 50vmin;
    height: 50vmin;
    background: #22ce00;
    border: 4.5vmin solid #0c9900; 
    position: absolute;
    top: calc(50% - (50vmin * .49));
    left: calc(50% - (50vmin * .49));
    overflow: visible;
    border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
    animation: rotate 35s infinite linear;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(1turn);
    }
}

.bubble:before {
    content: '';
    position: absolute;
    top: 5vmin;
    left: 5vmin;
    width: calc(100% - (50vmin * .3));
    height: calc(100% - (50vmin * .3));
    background: #59ff38;
    border: 3.25vmin solid #2eff05;
    border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
    z-index: -2;
    animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
    0% {
        transform: rotate(-2turn);
    }
}

.bubble:after {
    content: '';
    position: absolute;
    top: 10vmin;
    left: 10vmin;
    width: calc(100% - (25vmin));
    height: calc(100% - (25vmin));
    background: #aeff9e;
    border: 2.5vmin solid #83ff6b;
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
    0% {
        transform: rotate(2turn);
    }
}
*/



.bubble {
    width: 50vmin;
    height: 50vmin;
    background: #00CE00;
    border: 4.5vmin solid #12b20c;
    position: absolute;
    /*top: calc(50% - (50vmin * .49));
    left: calc(50% - (50vmin * .49));*/
    overflow: visible;
    border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
    animation: rotate 35s infinite linear;
    z-index: 0;
    
}

@keyframes rotate {
    0% {
        /*transform: rotate(1turn);
        transform-style: preserve-3d;*/
    }
}

.bubble:before {
    content: '';
    position: absolute;
    top: 5vmin;
    left: 5vmin;
    width: calc(100% - (50vmin * .2));
    height: calc(100% - (50vmin * .2));
    background: #02dd02;
    /*border: 3.25vmin solid #05ff05;
    border: 2.5vmin solid #02e502;*/
    border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    z-index: -2;
    animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
    0% {
        /*transform: rotate(-2turn);
        transform-style: preserve-3d;*/
    }
}
/*
.bubble:after {
    content: '';
    position: absolute;
    top: 10vmin;
    left: 10vmin;
    width: calc(100% - (25vmin));
    height: calc(100% - (25vmin));
    background: #9eff9e;
    border: 2.5vmin solid #6bff6b;
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
    0% {
        transform: rotate(2turn);
    }
}
*/