/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #232323;
    font-family: 'Jost', sans-serif;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #232323;
    text-decoration: none;
}

a:hover {
    color: #232323;
    text-decoration: none;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/slider-bg.jpg) no-repeat center center;
    background-size: cover;
}

.slider-container {
    height: 100vh;
    width: 100%;
    display: flex;
}

.coming-soon {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.coming-soon h1 {
    display: block;
    color: #FFF;
    padding: 0px;
    margin: 0px;
    font-size: 50px;
    font-family: 'Staatliches', cursive;
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.coming-soon h3 {
    display: block;
    color: #f10;
    padding: 0px;
    margin: 0px;
    font-family: 'Smooch', cursive;
    font-size: 38px;
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.coming-soon img {
    width: 30vh;
    margin-bottom: 20px;
}

.margin {
    margin: 0px 0px 0px 30px;
}


/* ----------------------------------------------
 * Generated by Animista on 2022-6-23 16:54:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {
    .flex-reversable {
        flex-direction: column-reverse;
    }
    .coming-soon img {
        width: 150px;
        margin-bottom: 20px;
    }
    .coming-soon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 50vh;
        align-items: center;
    }
    .slider-container {
        height: 50vh;
        width: 100%;
        display: flex;
    }
    .coming-soon h1 {
        font-size: 24px;
    }
    .coming-soon h3 {
        font-size: 24px;
    }
    .margin {
        margin: 0px;
    }
}