body {
    font-family: 'Dosis', sans-serif;
    padding-bottom: 0;
}
.navbar-brand {
    background-color: #ffc107;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-weight: bold;
}
.navbar-brand span {
    color:#272727;
}
.navbar-brand:hover {
    color:#272727;
}
.navbar-brand:hover span {
    color:#fff;
}
.nav-item {
    border-bottom: 2px solid #fff;
}
.nav-item.active {
    border-color:#272727;
}
.nav-item .nav-link {
    color:#999;
}
.nav-item.active .nav-link {
    color:#272727;
}
.btn {
    border-radius:0;
}
header nav {
    background-color: #F8F8F8;
}
#products {
    position:relative;
    z-index:100;
}
.count-particles {
    display: none;
}
#amazing {
    height:400px;
    z-index:0;
}
#amazing-title {
    position:absolute;
    z-index:100;
    background-color: #FDC10F;
    color:#000;
    font-size:30px;
    top:20%;
    left:50%;
    width:600px;
    margin-left:-300px;
    padding:30px 50px;

    -webkit-box-shadow: 0px 0px 49px 4px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 49px 4px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 49px 4px rgba(0,0,0,0.18);

}
#amazing-title h1 {
    font-size:26px;
    border-bottom: 10px solid #fff;
    padding-bottom: 20px;
    position: relative;
}
#amazing-title h2 {
    font-size:78px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: bolder;
}
#amazing-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 50px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right:-6%;
    bottom:-20px;
}
.carousel-item {
    background-color: #22A9C7;
    color:#fff;
}
.carousel {
    margin:0;
}
.carousel-item {
    height:800px;
}
.carousel-item > img {
    height: auto;
}
#invest .bg-light {
    padding:4rem 0;
}
.strike {
    text-decoration: line-through;
    color:#666 !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
#future {
    background-color: #0FBBE6;
    color:#fff;
}
#history {
    /*background: rgb(1,230,254);*/
    /*background: linear-gradient(69deg, rgba(1,230,254,1) 0%, rgba(49,86,175,1) 48%);*/
    /*color:#fff;*/
    /*background:#FDC10F !important;*/
}
h1 {
    text-transform: uppercase;
}
h2.product  {
    margin:-20px auto 0 auto;
    padding:5px 10px;
    font-size:16px;
    color:#fff;
    background-color: #22c0e8;
    display: inline-block;
}
.card-img-top {
    border-top:4px solid #22c0e8;
}
.card-text {
    border-top:4px solid #22c0e8;
    padding-top:10px;
}
.d-flex .text-muted{
    font-weight: bold;
    display: block;
    background-color: #FDC10F;
    padding:10px;
    color:#000 !important;
}
#elements {
    border-top:4px solid #22c0e8;
    border-bottom:4px solid #22c0e8;
}
.sky {
    color:#22c0e8;
}




/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}

/* Border Box */
* {
    box-sizing: border-box;
}

#timeline {
    /*padding: 100px 0;*/
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}
@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto;
    }
}
#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}
#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}
@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }

}
@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}
@media (max-width: 1000px) {
    #amazing-title {
        width:80%;
        left:10%;
        padding:3%;
        top:30%;
        margin-left:0;
    }
    #amazing-title h2 {
        font-size:30px;
    }
}
@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}
#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}
footer {
    background-color: #FDC10F;
    padding:50px 0 30px 0;
    margin:50px 0 0 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem;
    }
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}
#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}
@media (min-width: 1000px) {
    #timeline .demo-card .body {
        /*height: 315px;*/
    }
}
#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline .demo-card--step1 {
    background-color: #666;
}
#timeline .demo-card--step1 .head::after {
    border-color: #666;
}
#timeline .demo-card--step2 {
    background-color: #FDC10F;
}
#timeline .demo-card--step2 .head::after {
    border-color: #FDC10F;
}
#timeline .demo-card--step3 {
    background-color: #22c0e8;
}
#timeline .demo-card--step3 .head::after {
    border-color: #22c0e8;
}
#timeline .demo-card--step4 {
    background-color: #666;
}
#timeline .demo-card--step4 .head::after {
    border-color: #666;
}
#timeline .demo-card--step5 {
    background-color: #22c0e8;
}
#timeline .demo-card--step5 .head::after {
    border-color: #22c0e8;
}
#timeline .demo-card--step6 {
    background-color: #FDC10F;
}
#timeline .demo-card--step6 .head::after {
    border-color: #FDC10F;
}
