/*
Theme Name: Aries Asset
Author: Aries Asset
Version: 1.0.0
Text Domain: ariesassetconceptgmbh
*/

@font-face {
    font-family: 'Ubuntu';
    src: url('assets/ubuntu-font/Ubuntu-Regular.ttf');
}

* {
    font-family: 'Ubuntu', sans-serif !important;
}

html {
    scroll-padding-top: 100px;
}

.text-aries-green {
    color: #1b4d28
}

.bg-aries-green {
    background: #1b4d28
}

.container_slider {
    width: 100%;
    height: 100px;
    font-size: 2em;
    font-style: italic;
    font-weight: lighter;
    color: #444;
    overflow: hidden;
    position: relative;
}

.scroller {
    white-space: nowrap;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
}

.scroller span {
    padding: 0 30px;
}


@media (min-width: 800px) {
    .container_slider {
        font-size: 3em;
    }
    .scroller span {
        padding: 0 40px;
    }
}

