@import url("https://fonts.googleapis.com/css?family=Varela+Round");
body {
    background-color: #0FA3B1;
    font-size: 20px;
    font-family: "Varela Round";
    color: #B5E2FA;
    position: relative;
    padding-bottom: 3em;
}

.col-md-4 {
    min-height: 10em;
    position: relative;
    text-align: center;
    padding: 0;
    transform: translateZ(1px);
}

h1 {
    margin: 1.5em 0 0.5em 0;
    text-align: center;
    color: #B5E2FA;
    font-size: 1.5em;
    text-transform: uppercase;
}

h2 {
    text-align: center;
    font-size: 1em;
    color: #fac1a2;
}

h3 {
    font-size: 1em;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

a {
    color: #FFEFAF;
}

a:hover {
    color: #fac1a2;
}

.loading {
    background: #FFEFAF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
}

/************************************************
 7 Droplet
************************************************/

#loading7 {
    width: 0em;
    height: 0em;
    top: 60%;
    transform-origin: 50% 50%;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -moz-transform: translate(-50%, -50%) rotateX(60deg);
    -ms-transform: translate(-50%, -50%) rotateX(60deg);
    -webkit-transform: translate(-50%, -50%) rotateX(60deg);
    transform: translate(-50%, -50%) rotateX(60deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border: 0em solid rgba(255, 239, 175, 0.5);
    animation: loading7ripple 2s infinite;
    background: rgba(255, 239, 175, 0.5);
}

#loading7::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    display: block;
    width: 0.1em;
    height: 0.1em;
    border: 0em solid rgba(255, 239, 175, 0.5);
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFEFAF;
    animation: loading7ripple2 2s infinite;
}

#loading7::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    opacity: 0.0;
    background: #FFEFAF;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
    -ms-transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
    -webkit-transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
    transform: rotateX(-60deg) translate(-50%, 3em) rotateZ(45deg);
    animation: loading7drop 2s infinite;
}

@-moz-keyframes loading7drop {
    0% {
        opacity: 0.0;
        -moz-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    15% {
        opacity: 1.0;
    }
    35% {
        -moz-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 1.0;
    }
    36%, 100% {
        -moz-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 0.0;
    }
}

@-webkit-keyframes loading7drop {
    0% {
        opacity: 0.0;
        -webkit-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    15% {
        opacity: 1.0;
    }
    35% {
        -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 1.0;
    }
    36%, 100% {
        -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 0.0;
    }
}

@keyframes loading7drop {
    0% {
        opacity: 0.0;
        -moz-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        -ms-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        -webkit-transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -4em) rotateZ(45deg);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    15% {
        opacity: 1.0;
    }
    35% {
        -moz-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        -ms-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 1.0;
    }
    36%, 100% {
        -moz-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        -ms-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        -webkit-transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        transform: rotateX(-60deg) translate(-50%, -0.5em) rotateZ(45deg);
        opacity: 0.0;
    }
}

@-moz-keyframes loading7ripple {
    0%, 35% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    65% {
        background: rgba(255, 239, 175, 0.5);
        border-width: 0.3em;
    }
    85%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 3.5em;
        height: 3.5em;
        border-width: 0;
    }
}

@-webkit-keyframes loading7ripple {
    0%, 35% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    65% {
        background: rgba(255, 239, 175, 0.5);
        border-width: 0.3em;
    }
    85%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 3.5em;
        height: 3.5em;
        border-width: 0;
    }
}

@keyframes loading7ripple {
    0%, 35% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    65% {
        background: rgba(255, 239, 175, 0.5);
        border-width: 0.3em;
    }
    85%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 3.5em;
        height: 3.5em;
        border-width: 0;
    }
}

@-moz-keyframes loading7ripple2 {
    0%, 45% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    70% {
        background: #ffefaf;
        border-width: 0.5em;
    }
    90%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 2em;
        height: 2em;
        border-width: 0;
    }
}

@-webkit-keyframes loading7ripple2 {
    0%, 45% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    70% {
        background: #ffefaf;
        border-width: 0.5em;
    }
    90%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 2em;
        height: 2em;
        border-width: 0;
    }
}

@keyframes loading7ripple2 {
    0%, 45% {
        width: 0;
        height: 0;
        border-width: 0;
    }
    70% {
        background: #ffefaf;
        border-width: 0.5em;
    }
    90%, 100% {
        background: rgba(255, 239, 175, 0);
        width: 2em;
        height: 2em;
        border-width: 0;
    }
}

/************************************************
 8 bounce
************************************************/

#loading8 {
    width: 2em;
    height: 2em;
    background-color: transparent;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#loading8::before, #loading8::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    height: 2em;
    width: 2em;
    -moz-border-radius: 3em;
    -webkit-border-radius: 3em;
    border-radius: 3em;
}

#loading8::before {
    z-index: 1;
    top: 2em;
    background: rgba(0, 0, 0, 0.3);
    -moz-transform: translate(-50%, -50%) rotateX(60deg);
    -ms-transform: translate(-50%, -50%) rotateX(60deg);
    -webkit-transform: translate(-50%, -50%) rotateX(60deg);
    transform: translate(-50%, -50%) rotateX(60deg);
    animation: loading8shadow .75s infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
}

#loading8::after {
    z-index: 2;
    content: '\25CF';
    color: #fff;
    text-shadow: 0 0 0.3em #fff;
    background: #FFEFAF;
    -moz-transform: translateX(-50%) translateY(-2em);
    -ms-transform: translateX(-50%) translateY(-2em);
    -webkit-transform: translateX(-50%) translateY(-2em);
    transform: translateX(-50%) translateY(-2em);
    animation: loading8bounce .75s infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
}

@-moz-keyframes loading8bounce {
    0% {
        top: 0;
    }
    80% {
        height: 2em;
        width: 2em;
    }
    100% {
        top: 2.8em;
        height: 1.5em;
        width: 2.5em;
    }
}

@-webkit-keyframes loading8bounce {
    0% {
        top: 0;
    }
    80% {
        height: 2em;
        width: 2em;
    }
    100% {
        top: 2.8em;
        height: 1.5em;
        width: 2.5em;
    }
}

@keyframes loading8bounce {
    0% {
        top: 0;
    }
    80% {
        height: 2em;
        width: 2em;
    }
    100% {
        top: 2.8em;
        height: 1.5em;
        width: 2.5em;
    }
}

@-moz-keyframes loading8shadow {
    0% {
        width: 1em;
        height: 1em;
        filter: blur(0.2em);
    }
    90% {
        width: 2em;
        height: 2em;
        filter: blur(0);
    }
    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@-webkit-keyframes loading8shadow {
    0% {
        width: 1em;
        height: 1em;
        -webkit-filter: blur(0.2em);
        filter: blur(0.2em);
    }
    90% {
        width: 2em;
        height: 2em;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

@keyframes loading8shadow {
    0% {
        width: 1em;
        height: 1em;
        -webkit-filter: blur(0.2em);
        filter: blur(0.2em);
    }
    90% {
        width: 2em;
        height: 2em;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    100% {
        background: rgba(0, 0, 0, 0.7);
    }
}

/************************************************
 9 
************************************************/

#loading9 {
    background: transparent;
    color: #FFEFAF;
    animation: loading9b 5s infinite;
}

#loading9::before {
    content: 'Loading...';
    background: linear-gradient(to right, #ffefaf, #ffefaf 50%, #b5e2fa 55%, #b5e2fa 100%);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    transform-origin: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 100% 0;
    animation: loading9 5s infinite;
}

@-moz-keyframes loading9 {
    0%, 20% {
        background-position: 400% 0;
    }
    80% {
        background-position: 0% 0;
    }
}

@-webkit-keyframes loading9 {
    0%, 20% {
        background-position: 400% 0;
    }
    80% {
        background-position: 0% 0;
    }
}

@keyframes loading9 {
    0%, 20% {
        background-position: 400% 0;
    }
    80% {
        background-position: 0% 0;
    }
}

@-moz-keyframes loading9b {
    0%, 100% {
        opacity: 0;
    }
    20%, 80% {
        opacity: 1.0;
    }
}

@-webkit-keyframes loading9b {
    0%, 100% {
        opacity: 0;
    }
    20%, 80% {
        opacity: 1.0;
    }
}

@keyframes loading9b {
    0%, 100% {
        opacity: 0;
    }
    20%, 80% {
        opacity: 1.0;
    }
}

/* Next Button */
*{
    box-sizing: border-box;
}
body{
    height:90vh;
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

.icon--arrow-right {
    transform: scale3d(-1, -1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
.next{
    display: flex;
    justify-content: flex-end;
    position: relative;
    top:50%;
}

.next-demo {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 1.5em 2em;
    font-weight: bold;
    color: #fff !important;
}

.next-demo:hover, .next-demo:focus {
    color: var(--color-link-hover);
}
.hidden{
    width: 0;
    height: 0;
}
