/**
Theme Name: vw-theme
Author: Samuele Bertolucci
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vw-theme
Template: astra
*/

@font-face {
    font-family: 'VW Head Bold';
    font-style: normal;
    font-weight: normal;
    src: local('VW Head Bold'), url('VWHeadBold.woff') format('woff');
}

@font-face {
    font-family: 'VW Text Bold';
    font-style: normal;
    font-weight: normal;
    src: local('VW Text Bold'), url('VWTextBold.woff') format('woff');
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.progress-bar-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 16;
    opacity: 1;
}

.progress-bar {
    opacity: 1;
}

.animation {
    -webkit-animation: fadein 1.5s ease-in-out alternate infinite;
    -moz-animation: fadein 1.5s ease-in-out alternate infinite;
    animation: fadein 1.5s ease-in-out alternate infinite;
}

.animationText {
    pointer-events: none;
}

.loading {
    color: #000000;
    font-size: 2vw;
    opacity: 1;
    font-family: 'VW Text Bold';
    font-weight: normal;
}

.buttons_div {
    visibility: hidden;
    opacity: 0;
}

@-webkit-keyframes fadein {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.4;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.4;
    }
}

@keyframes fadein {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.4;
    }
}

.text-animation {
    opacity: 0;
    display: none;
    font-family: 'VW Head Bold';
    font-weight: 900;
    text-shadow: 2px 2px 4px black;
}

a {
    font-family:'VW Text Bold';
    font-weight: 900;
}

.claim-img-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 13;
    opacity: 0;
}

.claim-img {
    opacity: 0;
    width: 45%;
}

.transition-final {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 1);
    flex-direction: column;
    z-index: 15;
    opacity: 0;
}
.top-p {
    transform: translateX(-50%);
    color: white;
    font-family: 'VW Text Bold';
    font-size: 2em;
    font-weight: 900;
    position: fixed;
    display: none;
    left: 50%;
    top: 5%;
    z-index: 14;
    opacity: 0;
}
.bottom-p-first {
    transform: translateX(-50%);
    color: white;
    font-size: 1.1em;
    font-family: 'VW Text Bold';
    position: fixed;
    display: none;
    left: 50%;
    bottom: 8%;
    z-index: 14;
    opacity: 0;
}
.bottom-p-last {
    transform: translateX(-50%);
    color: white;
    font-size: 2em;
    font-family: 'VW Text Bold';
    font-weight: 900;
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    z-index: 14;
    opacity: 0;
}