﻿@font-face {
    font-family: 'Sentient-Extralight';
    src: url('../fonts/Sentient-Extralight.eot') format('embedded-opentype'), url('../fonts/Sentient-Extralight.ttf') format('truetype'), url('../fonts/Sentient-Extralight.woff') format('woff'), url('../fonts/Sentient-Extralight.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(92, 217, 255, 0.97);
    border-top: 6px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page {
    float: left;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover !important;
}

.objects {
    position: relative;
    width: 416.5588px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.object1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 223.9807px;
    height: 380.2675px;
    z-index: 1;
    opacity: 0;
}

.object2 {
    position: absolute;
    top: 84px;
    right: 13.2794px;
    width: 178.5919px;
    height: 220.5797px;
    z-index: 2;
    opacity: 0;
}

.object3 {
    position: absolute;
    bottom: 4px;
    right: 39px;
    width: 204.9435px;
    height: 149.4541px;
    z-index: 3;
    opacity: 0;
}

.object4 {
    position: absolute;
    top: -550px;
    left: 60px;
    width: 11.1486px;
    height: 550px;
    z-index: 4;
    opacity: 1;
}

.object5 {
    position: absolute;
    bottom: 27px;
    left: 33px;
    width: 293.9617px;
    height: 172.3196px;
    z-index: 5;
    opacity: 0;
}

.object6 {
    position: absolute;
    top: 103px;
    left: 84px;
    width: 259.3919px;
    height: 364.9324px;
    background: rgba(92, 217, 255, 0.97);
    z-index: 6;
    opacity: 0;
}

    .object6 .content {
        float: left;
        width: 200px;
        height: 300px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .object6 .content .logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 82.7026px;
        }

        .object6 .content .hu {
            position: absolute;
            top: 69px;
            left: 0;
            width: 100%;
            font-family: "Poppins", sans-serif;
            font-size: 26.68px;
            line-height: 27.18px;
            color: #262626;
            font-weight: 200;
        }

        .object6 .content .text {
            position: absolute;
            bottom: 54px;
            left: 0;
            width: 100%;
            font-family: "Sentient-Extralight", sans-serif;
            font-size: 22.2px;
            line-height: 26.32px;
            color: #262626;
        }

        .object6 .content .cta {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            font-family: "Poppins", sans-serif;
            font-size: 9.99px;
            line-height: 13.33px;
            color: #262626;
            font-weight: 200;
        }

            .object6 .content .cta a {
                font-weight: 600;
                color: #262626;
            }

.object7 {
    position: absolute;
    top: 70px;
    right: 2px;
    width: 109.6284px;
    height: 162.027px;
    z-index: 7;
    opacity: 0;
}

.object8 {
    position: absolute;
    bottom: 212px;
    right: 63px;
    width: 18.8315px;
    height: 18.8315px;
    z-index: 8;
    opacity: 0;
}

@media (max-width: 700px) {
    .objects {
        transform: translate(-50%, -55%) scale(0.8);
    }
}