* {
    line-height: 1.5;
}

html {
    font-size: 24px;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-family: "Roboto","Helvetica","Arial",sans-serif; 
}

body {
    font-size: 1rem;
    background: url(../img/logo-background-cube.png) repeat #111; 
    color: #FFF;
}


@media screen and (max-width: 900px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 12px;
    }
}

@media screen and (max-height: 480px) {
    html {
        font-size: 10px;
    }
}

header {
    margin: 0 0 1rem 0;
    padding: 0;
    background: #000;
}

h1 {
    margin: 0;
    font-size: 3rem;
}
h2 {
    font-size: 2rem;
}

.center {
    text-align: center;
}

.page {
    margin: 8rem 20%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    border-radius: 2px;
    background-image: linear-gradient(-35deg, rgba(45, 0, 170,.9), rgba(137, 0, 198,.9));
    padding: 4rem;
}

@media screen and (max-width: 1280px) {
    .page {
        margin: 2rem;
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .page {
        margin: 1rem;
        padding: 0;
    }
    .md-none {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .sm-none {
        display: none;
    }
}

video {
    width: 100%;
    height: calc(100% / 16 * 9);
}

h1, h2, h3 {
    padding: 1rem;
    line-height: 1.5;
}

p, ul, ol {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

ul, ol {
    list-style-type: none;
}

ul.features li {
    margin: 1em 0;
}

.clients-wrapper {
    background: rgba(255,255,255,.2);
    padding: .5rem;
    margin-left: 40px;
    box-shadow: white 0 0 1px;
}

.client-logo {
    border-radius: 20px;
    box-shadow: black 0 0 6px;
    max-width: 100%;
    border: #7d33c7 solid 1px;
    height: 78px;
}

ul.clients {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 260px;
    overflow-x: auto;
    background: rgba(0,0,0,.1);
    border: 1px solid rgba(255,255,255,.1);
}

ul.clients li {
    padding: 1rem;
    flex: 0 0 auto;
}

.client-card {
    text-align: center;
}

.client-card div{
    line-height: 3;
}


.h5p-images {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-height: 260px;
    overflow-x: auto;
    background: rgba(0,0,0,.1);
    border: 1px solid rgba(255,255,255,.1);
    margin: 1em 0;
}
.h5p-images img {
    max-height: 100px;
    width: auto;
    flex: 0 0 auto;
    padding: 1em;
}

a, a:hover, a:visited {
    color: #EEE;
    text-decoration: none;
    font-weight: normal;
}

a.decoration, a.decoration:hover, a.decoration:visited {
    text-decoration: underline;
}

footer a, footer a.-webkit-any-link {
    text-decoration: none;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
}

footer {
    margin: 0;
    background: rgba(0,0,0,.7);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

table {
    margin: auto;
}

td {
    font-size: 0.7rem;
    padding: 8px;
    min-width: 2rem;
    text-align: center;
}

tr:hover {
    background: rgba(255,255,255,0.1);
}

tr th {
    text-align: left;
    font-size: 0.7rem;
    padding: 8px;
    font-weight: normal;
}

table td.option-yes {
    background: rgba(8, 75, 8);
}

table td.option-select {
    background: rgb(179, 187, 179);
}

table td button {
    background: rgba(0,0,0,0.5);
    border-radius: 0.5rem;
    border: none;
    width: 1rem;
    height: 1rem;
}

table td.option-no {
    background: #C60606;
}

.m-0 {
    margin: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.table-price-wrapper {
    max-height: 20rem;
    overflow: auto;
    border: 1px solid rgba(255,255,255,.2);
}

.btn-action {
    margin: auto;
    font-size: 2rem;
    border-radius: 1em;
    display: block;
    padding: 0.5rem 3rem;
    border: none;
    background: rgba(8, 75, 8);
    color:white;
    cursor:pointer;
}
.btn-action:hover {
    background:rgba(7, 65, 7);
}

.btn-feature {
    margin: 2rem 0 2rem 0; 
    font-size: 1.2rem;
    border-radius: 2px;
    display: block;
    padding: 0.5rem;
    border: none;
    width:100%;
    text-align: center;
    cursor: pointer;
    color: white;
    background: rgba(0,0,0,0.2);
}
.btn-feature:hover {
    background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 420px) {
    .no-mobile {
        display: none;
    }
}


*::-webkit-scrollbar {
    background-color: rgba(0,0,0,.5);
    width: 1rem;
}
*::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,0);
}



.free {display: none;}

.embed-content h2 {
    font-size: 2em;
    padding: 0;
    margin:0;
}
.embed-content iframe {
    height: 90vh;
    width: 100%;
    border: 1px solid rgba(255,255,255,.2);
    box-sizing: border-box;
}
.demo-device-android {
    width: 466px;
    height: 800px;
    background: url(../img/android.png) center top no-repeat;
    background-size: 467px;
    margin: 0 auto;
    display: inline-block;
}

.embed-content img {
    margin: auto;
}

.embed-content.feature {
    text-align: center;
}

.embed-content.feature img {
    max-height: 60vh;
    max-width: 100%;
}

/*
.scrollbutton a {
    position: absolute;
    bottom: 6px;
    left: 25%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrollbutton a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.scrollbutton a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
*/