﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('/fonts/DINPro/DINPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'DINPro-Light';
    src: url('/fonts/DINPro/DINPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('/fonts/DINPro/DINPro-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('/fonts/DINPro/DINPro-Regular.otf') format('opentype');
}

/*font*/
body, h1, h2, h3, h4, p, .rightsearchopen input[type='text'], .newsletterfooter input[type="text"], input[type="text"], textarea, input[type="submit"], .contactform input[type="text"], .contactform input[type="submit"], .contactform textarea {
    font-family: 'DINPro-Regular';
}
/*end font*/

body {
    /*background-image: url(/Assets/img/slider/thumb-1920-384265.jpg);*/
}

.full-screen {
}



video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


.img-button img {
    position: relative;
    background: rebeccapurple;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    cursor: pointer;
    padding: 0;
    /*border: 2px solid;*/
    z-index: 3;
    box-shadow: 0 15px 30px 0 rgb(255 255 255 / 80%);
}

.s-m {
}

    .s-m a {
        display: inline-flex;
        width: 40px;
        height: 40px;
        background: #2c3e50;
        color: white;
        margin: 0 6px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
        font-size: 22px;
        text-decoration: none;
    }

        .s-m a:hover {
            background: #e67e22;
        }

        .s-m a i {
            transition: 0.4s all;
        }

        .s-m a:hover > i {
            transform: scale(1.6) rotate(25deg);
        }

.ml5 {
    margin-top: 100px;
    position: relative;
    font-weight: 300;
    font-size: 2.3em;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .ml5 {
        position: relative;
        font-weight: 300;
        font-size: 2em;
        color: #fff;
    }

    .img-button img {
        max-width: 100px !important;
        max-height: 100px !important;
    }
}

.ml5 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
    line-height: 1em;
}

.ml5 .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0.5 0;
}

.ml5 .ampersand {
    font-family: Baskerville, serif;
    font-style: italic;
    font-weight: 400;
    width: 1em;
    margin-right: -0.1em;
    margin-left: -0.1em;
}

.ml5 .letters {
    display: inline-block;
    opacity: 0;
}



.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.overlay-off .video-overlay {
    z-index: 0;
}

video,
.ie8-poster {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    z-index: 1;
}



#timeCounter {
    z-index: 20;
    position: absolute;
    top: 50px;
    color: #fff;
    font-size: 1.3em;
    font-family: 'DINPro-Regular' !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#canvas {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
}

