body {
    font-family: 'Abel', sans-serif;
    font-weight: bold;
    height: 100%;
    width: 100%;
    background: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.section{
    margin: 50px 0;
    padding: 50px 15%;
    text-align: center;
}

.section-styled{
    background: #181818;
}

.section-title{
    font-family: 'Bebas Neue', cursive;
    font-size: 45px;
    color: #02deb6;
    text-align: center;
    margin-bottom: 35px;
}

.section-title-styled{
    color: white;
}

.section-title-small{
    font-size: 30px;
    margin-top: -25px;
}

header{
    height: 400px;
    position: relative;
    padding: 0 15%;
    background: rgb(0,170,204);
    background: linear-gradient(140deg, rgba(0,170,204,0.08865553057160369) 0%, rgba(0,174,204,0.39957990031950286) 100%);
    margin-bottom: 250px;
}

.logo{
    height: 75px;
}

.nav-link{
    margin-top: 25px;
}

.topnav {
    overflow: hidden;
    background-color: inherit;
}

.topnav a {
    float: left;
    display: block;
    color: #181818;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue', cursive;
}

.topnav a:hover {
    color: #02deb6;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.header-title{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 50px;
    color: #02deb6;
}

.header-text{
    font-size: 30px;
}

.header-content{
    background: white;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: -225px;
    width: 70%;
    text-align: center;
    padding: 50px 0;
    -webkit-box-shadow: 0 10px 9px -5px #02deb6;
    -moz-box-shadow: 0 10px 9px -5px #02deb6;
    box-shadow: 0 10px 9px -5px #02deb6;
}

.header-service-container{
    margin: 25px 0;
}

.order-service-card{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 20%;
    border-radius: 5px;
    text-align: center;
    transition: all .2s;
    text-decoration: none;
    color: #404040;
    background: #181818;
    border: 3px dashed transparent;
}

.order-service-card:hover{
    border: 3px dashed #02deb6;
}

.platform-service-icon{
    width: 80px;
    display: block;
    margin: 25px auto;
}

.order-service-card span{
    display: block;
}

.service-name{
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-size: 25px;
    letter-spacing: 1px;
}

.service-info{
    margin-top: 10px;
    padding: 10px 0;
    font-size: 18px;
    background: #02deb6;
    color: #181818;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.service-price{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 25px;
}

/* ######################## SECTION ######################## */

.image-right, .text-left{
    display: inline-block;
    vertical-align: middle;
    margin-top: 50px;
}

.image-right{
    width: 45%;
}

.text-left{
    font-size: 18px;
    width: 54%;
}

.section-paragraph{
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

/* ######################## SECTION ######################## */
.all-platform-card{
    width: 45%;
    margin: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #181818;
    border: 2px solid #181818;
    height: 150px;
}

.platform-icon-container, .all-platform-info{
    display:inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.platform-icon-container{
    width: 25%;
    height: 100%;
    background: white;
}

.all-platform-icon{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.all-platform-info{
    width: 70%;
    padding-left: 15px;
}

.all-platform-info span{
    display: block;
    color: white;
}

.platform-info-name{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 25px;
}

.platform-info-price{
    font-size: 20px;
}

.platform-button{
    background-color: #02deb6;
    border-radius: 15px;
    color: white;
    margin-top: 10px;
    padding: 12px 32px;
    width: 185px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 20px;
    font-family: 'Bebas Neue', cursive;
    transition: all .2s;
    border: 2px dashed transparent;
}

.platform-button:hover{
    border: 2px dashed #02deb6;
    background: transparent;
}

/* ######################## SECTION ######################## */
.step-card{
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}

.step-card:not(:last-child){
    border-right: 1px solid #02deb6;
}

.step-icon{
    width: 125px;
}

.step-title{
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    margin: 20px 0;
    color: white;
}

.step-number{
    color: #02deb6;
}

.step-text{
    padding: 0 50px;
    color: white;
}

/* ######################## SECTION ######################## */

.reason-card{
    padding: 50px 75px;
    width: 100%;
    margin-bottom: 35px;
    display: block;
    border: 2px solid #02deb6;
    text-align: left;
}

.reason-info, .reason-image{
    display: inline-block;
    vertical-align: middle;
}

.reason-info{
    width: 59%;
    padding-left: 75px;
}

.reason-image{
    width: 40%;
}

.reason-title, .order-reason-title{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 35px;
    color: #181818;
}

.reason-text, .order-reason-text{
    margin-top: 30px;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-size: 18px;
    color: #181818;
}

/* ######################## FAQ ######################## */
.faq-container, .support-container{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.faq-section{
    text-align: left;
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.faq-card{
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: white;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}

.faq-card:last-of-type {
    padding-bottom: 0;
}

.open-faq{
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.open-faq:checked ~ .faq-question {
    color: #02deb6;
}

.open-faq:checked ~ .faq-answer {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.open-faq:checked ~ .open-faq-icon:before {
    transform: translate(2px, 0) rotate(45deg);
}

.open-faq:checked ~ .open-faq-icon:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.open-faq-icon{
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}

.open-faq-icon:before, .open-faq-icon:after {
    transition: all 0.3s;
    content: "";
    position: absolute;
    background-color: #02deb6;
    width: 3px;
    height: 9px;
}

.open-faq-icon:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.open-faq-icon:after {
    transform: translate(2px, 0) rotate(-45deg);
}


.faq-question{
    color: #02deb6;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
}

.faq-answer{
    color: #181818;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}

.support-container{
    background: white;
    margin-left: 10px;
    color: #222;
    padding: 50px;
}

.support-title{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 25px;
    text-align: center;
    display: block;
    color: #02deb6;
}

.support-text{
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 1.5em;
    font-size: 18px;
    text-align: justify;
    padding: 0 20px;
    color: #181818;
}

.support-button{
    background-color: #02deb6;
    border-radius: 15px;
    border: 2px solid #02deb6;
    color: white;
    padding: 12px 32px;
    text-align: center;
    width: 200px;
    margin: 20px auto 0 auto;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    transition: all .2s;
}

.support-button:hover{
    background: white;
    color: #02deb6;
}

/* ######################## FOOTER ######################## */
.section-bottom{
    background: rgb(225, 225, 225);
    margin:  0;
}

.statistics-card{
    width: 24%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.statistics-card-border{
    border-left: 1px solid #02deb6;
}

.statistics-icon{
    width: 75px;
}

.statistics-icon, .statistics-info{
    display: inline-block;
    vertical-align: middle;
}

.statistics-info{
    margin-left: 10px;
}

.statistics-number, .statistics-title{
    display: block;
}

.statistics-number{
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size:35px;
    color: #02deb6;
    text-align: left;
}

.footer{
    background: #181818;
    height: auto;
    color: white;
    padding: 75px 15% 0 15%;
}

.footer-logo{
    width: 175px;
}

.footer-left, .footer-right{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.footer-left{
    padding-right: 100px;
    text-align: justify;
    line-height: 1.5em;
}

.footer-right{
    text-align: right;
}

.links-container{
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    text-align: left;
    line-height: 1.5em;
}

.links-container-title{
    display: block;
    color: #02deb6;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-link{
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 3px;
}

.footer-bottom{
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0 25px 0;
    border-top: 2px solid #02deb6;
    margin-top: 50px;
}

/* ###################################### NEW PAGE ######################################  */
.header-text-order{
    width: 100%;
    text-align: center;
}

.header-text-small-order{
    margin:0;
}

.header-text-big{
    color: #02deb6;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
    font-size: 50px;
}

.order-service-container{
    text-align:center;
    padding: 25px 0;
    background: white;
    margin: 25px 0 150px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 9px -5px #02deb6;
    -moz-box-shadow: 0 10px 9px -5px #02deb6;
    box-shadow: 0 10px 9px -5px #02deb6;
}

.order-reason-icon, .order-reason-info{
    display: inline-block;
    vertical-align: middle;
}

.order-reason-icon{
    width: 125px;
    height: 125px;
}

.order-reason-info{
    width: 85%;
    margin-left: 15px;
}

.order-reason-title, .order-reason-text{
    margin: 0;
}

/* ###################################### MEDIA QUERY MOBILE ######################################  */
@media screen and (max-width: 600px) {
    .section-title{
        font-size: 35px;
        margin-bottom: 20px;
    }

    .section{
        margin: 25px 0;
        padding: 25px 2%;
        text-align: center;
    }

    /* ######################## HEADER ######################## */
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
        z-index: 1;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        z-index: 1;
    }

    header{
        height: 600px;
        padding: 0 2%;
        margin-bottom: 300px;
    }

    .logo{
        height: 30px;
    }

    .nav-link{
        margin-top: 5px;
    }

    .header-title{
        font-size: 40px;
    }

    .header-text{
        font-size: 25px;
    }

    .header-content{
        bottom: 0;
        margin-bottom: -200px;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        padding: 25px 0;

    }

    .header-service-container{
        margin: 25px 0;
    }

    .order-service-card{
        margin: 10px;
        width: 40%;
    }

    .platform-service-icon{
        width: 50px;
        margin: 25px auto;
    }

    .service-name{
        font-size: 22px;
    }

    .service-info{
        font-size: 18px;
    }

    .service-price{
        font-size: 22px;
    }

    /* ######################## SECTION ######################## */
    .image-right, .text-left{
        display: block;
    }

    .image-right{
        width: 90%;
        margin: 0 auto 25px auto;
    }

    .text-left{
        padding-left: 0;
        font-size: 18px;
        width: 100%;
    }

    /* ######################## SECTION ######################## */
    .all-platform-card{
        width: 100%;
        margin: 20px 0 10px 0;
        height: 150px;
    }

    .platform-icon-container{
        width: 35%;
    }

    .all-platform-icon{
        width: 70%;
    }

    .all-platform-info{
        width: 60%;
        padding-left: 15px;
    }

    .platform-info-name{
        font-size: 22px;
    }

    .platform-info-price{
        font-size: 18px;
    }

    .platform-button{
        font-size: 18px;
    }

    /* ######################## SECTION ######################## */
    .step-card{
        width: 100%;
        display: block;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .step-card:not(:last-child){
        border-bottom: 1px solid #02deb6;
        border-right: none;
    }

    .step-icon{
        width: 75px;
    }

    .step-title{
        font-size: 22px;
        margin: 20px 0;
    }

    .step-text{
        padding: 0 25px;
    }

    /* ######################## SECTION ######################## */
    .reason-card{
        padding: 25px;
        width: 100%;
        margin-bottom: 35px;
        display: block;
        border: 2px solid #02deb6;
        background: white;
        text-align: center;
    }

    .reason-info, .reason-image{
        display: block;
        vertical-align: middle;
    }

    .reason-info{
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
    }

    .reason-image{
        width: 200px;
        margin: 0 auto;
        display: block;
    }

    .reason-title, .order-reason-title{
        font-size: 25px;
    }

    /* ######################## FAQ ######################## */
    .faq-container, .support-container{
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .support-container{
        margin-left: 0;
        padding: 25px;
    }

    /* ######################## FOOTER ######################## */
    .statistics-card{
        width: 24%;
    }

    .statistics-icon{
        width: 50px;
    }

    .statistics-number{
        font-size: 20px;
        margin: 10px 0;
        text-align: center;
    }

    .statistics-title{
        font-size: 18px;
    }

    .footer{
        padding: 25px 2% 0 2%;
    }

    .footer-left, .footer-right{
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .footer-left{
        padding-right: 0;
        text-align: justify;
        line-height: 1.5em;
        margin: 10px 0;
    }

    .footer-right{
        text-align: right;
    }

    .links-container{
        margin-left: 0;
        margin-top: 15px;
        width: 45%;
    }

    .links-container-title{
        display: block;
        font-family: 'Viga', sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer-link{
        display: block;
        text-decoration: none;
        color: white;
        margin-bottom: 3px;
    }

    .footer-bottom{
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px 0 25px 0;
        border-top: 2px solid white;
        margin-top: 50px;
    }
}
