﻿.checkboxes ul {
    list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;
}

.checkboxes li {
    display: block;
    line-height: 24pt;
}

    .checkboxes li:before {
        content: "check";
        font-family: 'Material Icons';
        float: left;
        font-weight: bold;
        font-size: 24pt;
        color: #5cb85c;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        direction: ltr;
    }

.arrows li:before {
    content: "arrow_right";
}

.arrows li.li-pink:before {
    color: #FF5AB0;
}

.arrows li.li-purple:before {
    color: #AB3DF5;
}

.arrows li.li-blue:before {
    color: #3C8DF6;
}

.polka-dot {
    background: url("data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><foreignObject width=%22100px%22 height=%22100px%22><div xmlns=%22http://www.w3.org/1999/xhtml%22 style=%22color:rgba(0,0,0,.03);background-clip:text;-webkit-background-clip:text;font-size:70px%22>🏠</div></foreignObject></svg>") #fff;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
    background-repeat: repeat;
}

.growarea {
    position: relative;
    margin: auto;
}

.flower {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    transform: rotate(180deg);
}

.stem {
    position: absolute;
    left: 35px;
    width: 5px;
    height: 0%;
    background: linear-gradient(-90deg, #0d0, #0a0);
    animation-delay: 2s;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-name: grow;
    /*animation: grow 4s ease-in forwards;*/
}

@keyframes grow {
    1% {
        height: 0;
    }



    100% {
        height: 80%;
    }
}

.leaf {
    position: absolute;
    width: 25px;
    top: calc(10% - 30px);
    left: 28px;
    height: 38px;
    border-radius: 1% 100%;
    background: linear-gradient(70deg, #0e0, #0a0);
    transform-origin: bottom;
    transform: rotate(-110deg);
    animation: leaf-1 10s linear;
}

@keyframes leaf-1 {
    0% {
        transform: scaleY(0) rotate(-180deg);
    }

    38% {
        transform: scaleY(0) rotate(-110deg);
    }

    50% {
        transform: scaleY(1) rotate(-110deg);
    }
}

.leaf:before {
    position: absolute;
    content: '';
    top: 18px;
    left: -33px;
    width: 30px;
    height: 45px;
    border-radius: 1% 100%;
    background: linear-gradient(70deg, #0e0, #0a0);
    transform: rotate(110deg);
    animation: leaf-2 10s linear;
}

@keyframes leaf-2 {
    0% {
        transform: scaleY(0) rotate(110deg);
    }

    45% {
        transform: scaleY(0) rotate(110deg);
    }

    52% {
        transform: scaleY(1) rotate(110deg);
    }
}

.leaf:after {
    position: absolute;
    content: '';
    top: -20px;
    left: -60px;
    width: 25px;
    height: 35px;
    border-radius: 1% 100%;
    background: linear-gradient(70deg, #0e0, #0a0);
    transform-origin: bottom;
    animation: leaf-3 10s linear;
}

@keyframes leaf-3 {
    0% {
        transform: scaleY(0);
    }

    55% {
        transform: scaleY(0);
    }

    72% {
        transform: scaleY(1);
    }
}

.dot {
    position: absolute;
    bottom: 45px;
    left: 32px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #f8d545;
    box-shadow: 0 0 0 4px #d85, 0 0 8px 4px #444, inset 0 0 8px #fd0;
    opacity: 0;
    animation-delay: 4s;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-name: flower;
}

@keyframes flower {
    from {
        opacity: 1;
    }

    64% {
        opacity: 1;
        transform: scale(1.5,1.5);
    }

    to {
        opacity: 1;
        transform: scale(1,1);
    }
}

.petal-pink {
    background: linear-gradient( 185deg, #941346 0%, #E63B94 50%, #FF5AB0 75%, #FF7DC1 100%);
}

.petal-purple {
    background: linear-gradient( 185deg, #6C09AE 0%, #900CE9 50%, #AB3DF5 75%, #C477F8 100%);
}

.petal-blue {
    background: linear-gradient( 185deg, #07489C 0%, #0B6CEA 50%, #3C8DF6 75%, #63A3F8 100%);
}

.petal {
    position: absolute;
    width: 0px;
    height: 40px;
    border-radius: 100% 0% 50% 50% /50% 0% 100% 50%;
    opacity: 0;
    animation-delay: 4s;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-name: petal;
}

@keyframes petal {
    from {
        opacity: 0;
        width: 40px;
    }

    30% {
        opacity: 1;
        width: 40px;
    }

    to {
        opacity: 1;
        width: 40px;
    }
}

.petal-1 {
    /*top: 155px;*/
    bottom: 10px;
    left: -1px;
}

.petal-2 {
    /*top: 125px;*/
    bottom: 40px;
    left: -10px;
    transform: rotate(60deg);
}

.petal-3 {
    /*top: 105px;*/
    bottom: 60px;
    left: 13px;
    transform: rotate(120deg);
}

.petal-4 {
    /*top: 110px;*/
    bottom: 55px;
    left: 43px;
    transform: rotate(180deg);
}

.petal-5 {
    /*top: 140px;*/
    bottom: 25px;
    left: 50px;
    transform: rotate(240deg);
}

.petal-6 {
    /*top: 160px;*/
    bottom: 6px;
    left: 26px;
    transform: rotate(300deg);
}

.water-can {
    position: absolute;
    opacity: 0;
    animation: show 5s linear;
}

@keyframes show {
    from {
        opacity: 1;
    }

    30% {
        transform: rotate(40deg);
    }

    75% {
        opacity: 1;
        transform: rotate(40deg);
    }

    to {
        opacity: 0;
    }
}

.water {
    position: absolute;
    width: 20px;
    height: 50px;
    border-radius: 50% 50% 0 0;
    border-right: 4px dashed #0bf;
    bottom: 40px;
    left: 323px;
    z-index: 1;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-name: water;
    /*animation: water 20s linear;*/
}

@keyframes water {
    from {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.water:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 52px;
    top: -2px;
    left: -10px;
    border-radius: 70% 80% 20% 0;
    border-right: 4px dashed #0bf;
    z-index: 1;
}

.water:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 62px;
    top: -10px;
    left: -10px;
    border-radius: 70% 90% 28% 0;
    border-right: 4px dashed #0bf;
    z-index: 1;
}
