/* latin */
/* @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(http://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
        local("Roboto"),
        url("https://fonts.gstatic.com/l/font?kit=KFOmCnqEu92Fr1Me4GZNCzcPbOHTt6tqXl2TMWgtUADtbNE0FwjR60ub0BtuliV9nzY5opeRF6O-FnZsaJLetvV-9mXgaxv7xBV8jmt2chWZ7OuZw6siU4A&skey=a0a0114a1dcab3ac&v=v30")
            format("woff2");
}

@keyframes slidein {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(0px);
    }

    33% {
        transform: translateY(-1lh);
    }

    63% {
        transform: translateY(-1lh);
    }

    66% {
        transform: translateY(-2lh);
    }

    96% {
        transform: translateY(-2lh);
    }

    99% {
        transform: translateY(-3lh);
    }
    99.01% {
        transform: translateY(0px);
    }
}

.text-scroller {
    animation-name: slidein;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    display: inline-block;
    position: absolute;
    height: 1lh;
    text-align: left;
}

.text-scroller-wrapper {
    overflow: hidden;
    height: 1lh;
    position: relative;
    width: 20rem;
    height: 1lh;
    text-align: start;
    margin-top: 40vh;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin-left: auto;
    margin-right: auto;
}

.title-text {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 40vh;
}

@media only screen and (max-width: 600px) {
    .title-text {
        font-size: 2rem;
    }
}

.invoicing-Solution {
    text-align: center;
}

.pretty-invoices {
    position: relative;
    width: 100%;
    height: 850px;
    margin: 0px !important;
}

.pretty-invoices-img-0 {
    position: absolute !important;
    width: 100%;
    top: 0px;
    left: 0px;
}

.pretty-invoices-img-1 {
    position: absolute !important;
    width: 100%;
    top: 0px;
    left: 0px;

    animation: slice-image 1s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
}

@keyframes slice-image {
    to {
        height: translateX(-100%);
    }
}

.splash-screen {
    min-height: 60vh;
    position: relative;
    text-align: center;
}

.highlight-text {
    /*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=135192&c2=368c4d&gt=r&gd=dtr
*/
    background-image: linear-gradient(122deg, #0ee647ff 0%, #359e4eff 57%, #0ee647ff 99%);
    background-clip: text;
    color: transparent;
}

.call-to-action {
    font-size: 1rem;
    color: #eee;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    transition-duration: 100ms;
    border-radius: 5px;
    background-color: #076115;
    border-style: none;
}

.call-to-action:hover {
    cursor: pointer;
    color: #fff;
    background-color: #07a125;
    box-shadow: 0px 0px 5px #000;
}

.info-section {
    display: flex;
    align-items: center;
    margin-left: 2em;
    margin-right: 2em;
}

.info-section-alt {
    flex-direction: row-reverse;
}

.info-section > * {
    width: 50%;
    margin: 2em;
}

.info-section img,
.info-section .clip {
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

.image-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    background: rgba(20, 20, 20, 0.7);
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .info-section {
        flex-direction: column;
    }

    .info-section > * {
        width: 100%;
    }
}

.icon-button > img {
    height: 1em;
}

.icon-button {
    font-size: 1rem;
    font-weight: 700;
    background-color: transparent;
    display: flex;
    justify-content: center;
    transition-duration: 100ms;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
}

.icon-button:hover {
    cursor: pointer;
    color: #fff;
}

.download-button {
    font-size: 1rem;
    color: #eee;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    transition-duration: 200ms;
    border-radius: 4px;
    background-image: linear-gradient(122deg, #0ee647ff 0%, rgb(12, 67, 27) 99%);

    border-style: none;
    cursor: pointer;
}

.download-button:hover {
    color: #fff;
    box-shadow: 0px 0px 5px #000;
}

.download-section {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    width: 90%;
    padding: 2em;
    border-radius: 20px;
    margin: 2em;
}

@media only screen and (max-width: 1200px) {
    .download-section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
