﻿html, body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    padding-top: 50px;
    overflow-x: hidden;
    background-color: #eeeeee;
}

.navbar {
    margin-bottom: 0px;
}

.invid-flash {
    height: calc(100vh - 100px);
    font-family: 'Exo 2', 'Segoe UI', 'Noto Sans', sans-serif;
    background-color: #000;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    --animation-name: bganimation;
    --animation-duration: 40s;
    --animation-iteration-count: infinite;
    --animation-direction: alternate-reverse;
    --animation-timing-function: linear;
}
@keyframes bganimation {
    0% {
        background-size: 130%;
    }
    100% {
        background-size: 100%;
    }
}
@keyframes mobbganimation {
    0% {
        background-position-x: -100vh;
    }
    100% {
        background-position-x: 0vh;
    }
}
.invid-flash-content {
    text-align: center;
    padding-top: 150px;
}
.invid-flash-content h1 {
    font-size: 63px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 #222222;
}
.invid-flash-content h2 {
    font-size: 21px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 150%;
    text-shadow: 1px 1px 0 #222222;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 0px 10px 0px;
}
.invid-flash-content h2 a, .invid-flash-content h2 a:visited, .invid-flash-content h2 a:hover {
    font-size: 21px;
    color: #fff;
    font-weight: 200;
}
a.invid-trial-button {
    display: inline-block;
    background-color: rgba(100, 175, 80, 0.45);
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 13px 20px;
    border: 1px solid #fff;
}
a.invid-trial-button:hover {
    text-decoration: none;
    background-color: rgba(100, 175, 80, 0.8);
}

a.invid-moreinfo-button {
    display: inline-block;
    background-color: rgba(100, 175, 80, 0.45);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 13px 20px;
    border: 1px solid #fff;
    width: 370px;
    margin-left: 10px;
    margin-right: 10px;
}

    a.invid-moreinfo-button:hover {
        text-decoration: none;
        background-color: rgba(100, 175, 80, 0.8);
    }

.invid-login {
    color: #000;
    padding: 10px 20px 20px 20px;
    min-width: 400px;
}
.invid-login h3 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.invid-login p {
    font-size: 14px;
    font-style: italic;
}
.invid-login-azure {
    margin-bottom: 20px;
}

.invid-trial {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgba(100, 175, 80, 0.75);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.invid-trial-content {
    max-width: 600px;
    margin: auto;
    height: auto;
    background-color: #fff;
    border: 1px solid #888;
    padding: 20px;
}

.invid-landing {
    margin: 0px 0px;
}
.invid-landing h2 {
    text-align: center;
    font-size: 26px;
}
.invid-landing h3 {
    font-size: 24px;
}
.invid-landing > div > div > div > p, .invid-landing > div > div > div > ul {
    max-width: 940px;
    margin: 10px auto;
}
.invid-landing-content {
}
.invid-landing-simpleflowchart {
    padding-top: 60px;
    text-align: center;
}
.invid-landing-simpleflowchart img {
    width: 100%;
    max-width: 1200px;
}
.invid-landing-simpleflowchart p {
    margin: 0px;
}
.invid-landing-packages {
    background-color: #e3e3e3;
    padding-top: 60px;
    padding-bottom: 20px;
}
.invid-landing-packages > p, .invid-landing-packages > ul {
    max-width: 900px;
    margin: auto;
    margin-bottom: 20px;
}
.invid-packages-list {
    display: flex;
    justify-content: center;
}
.invid-package {
    margin: 20px;
    background-color: #fff;
    border-top-right-radius: 20px;
    padding: 20px 40px;
    width: 450px;
}
.invid-package h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.invid-package p {
    margin-bottom: 20px;
}
.invid-landing-customers {
    padding-top: 60px;
    padding-bottom: 40px;
}
.invid-landing-customers > h2 {
    padding-bottom: 20px;
}
.invid-landing-customers > p {
    width: 70%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.invid-landing-logos {
    width: 70%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.invid-landing-logos img {
    width: 200px;
}
.invid-landing-faq {
    background-image: url('/Content/Landing/fc_5.png');
    background-size: cover;
    padding-bottom: 40px;
}
.invid-landing-faq > h2 {
    width: 70%;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.invid-landing-faq > p {
    width: 70%;
    margin: auto;
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}
.invid-questions {
    width: 70%;
    max-width: 1200px;
    background-color: #fff;
    padding: 0px;
    margin: auto;
}
.invid-questions > div {
    border-bottom: 1px solid #e3e3e3;
}
.invid-questions > div > a {
    display: block;
    padding: 20px;
    background-color: #f7f7f7;
    font-weight: bold;
}
.invid-questions > div > a:visited, .invid-questions > div > a:hover, .invid-questions > div > a:active {
    color: #000;
}
.invid-questions > div > div {
    padding: 20px;
    display: none;
    border-top: 1px solid #e3e3e3;
}
.invid-questions li {
    margin-bottom: 10px;
}
.invid-questions li br {
    display: block;
    content: " ";
    margin-bottom: 10px;
}

.invid-arrow-down {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 48.5%;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 50px;
    text-align: center;
    height: 50px;
    transition: .4s all;
    background-color: rgba(255,255,255,.25) !important;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    animation-name: hvr-hang-sink,hvr-hang;
    animation-duration: .3s,1.5s;
    animation-delay: 0s,.3s;
    animation-timing-function: ease-out,ease-in-out;
    animation-iteration-count: 5;
    animation-fill-mode: forwards;
    animation-direction: normal,alternate;
}
.invid-arrow-down svg {
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
}
.invid-arrow-down svg:not(:root) {
    overflow: hidden;
}
.invid-arrow-down:hover {
    color: #64af50;
    background-color: transparent !important;
    border-color: rgba(255,255,255,.3) !important;
}
@keyframes hvr-hang-sink {
    100% {
        transform: translateY(14px);
    }
}
@keyframes hvr-hang {
    0% {
        transform: translateY(14px);
    }

    50% {
        transform: translateY(7px);
    }

    100% {
        transform: translateY(14px);
    }
}
.grecaptcha-badge {
    display: none !important;
}


#OrderForm .invid-trial-content {
    min-width: 400px;
}
.invid-order-button {
    display: block;
    width: 80%;
    margin: auto;
}

@media (max-width: 1024px) {
    #navbar {
        padding-left: 20px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .invid-login {
        background-color: #fff;
        min-width: unset;
    }

    .invid-arrow-down {
        left: 42%;
    }

    .invid-landing {
        margin: 30px 0px;
    }
    .invid-landing-simpleflowchart img {
        width: 100%;
        max-width: 100%;
    }
    .invid-packages-list {
        flex-wrap: wrap;
    }
    .invid-package {
        width: 100%;
        margin: 5px;
    }
    .invid-package ul {
        padding-left: 20px;
    }
    .invid-landing > div > div > div > p, .invid-landing > div > div > div > ul {
        max-width: 100%;
    }
    .invid-landing-packages > p, .invid-landing-packages > ul {
        padding: 10px;
        margin-bottom: 0px;
    }
    .invid-landing-customers > p, .invid-landing-logos {
        width: 100%;
    }
    .invid-landing-logos img {
        width: 150px;
    }
    .invid-flash-content {
        padding-top: 30px;
    }
    .invid-flash-content h1 {
        font-size: 45px;
    }
    .invid-flash-content h1 > span {
        display: none;
    }
    .invid-flash-content h2, .invid-flash-content h2 a, .invid-flash-content h2 a:visited, .invid-flash-content h2 a:hover {
        font-size: 18px;
    }
    .invid-flash {
        height: 400px;
        background-size: cover;
        --animation-name: mobbganimation;
    }
    .invid-arrow-down {
        display: none;
    }
    .invid-landing-sharepoint > p,
    .invid-landing-faq > h2,
    .invid-landing-faq >p,
    .invid-questions {
        width: 95%;
    }
}
