/***************
* Landing Page *
****************/
html {
    scroll-behavior: smooth;
}

html, body {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-rendering: optimizeLegibility;

}

h1, h2, h3 {
    font-weight: 400;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 200%;
    color: rgba(19, 19, 180, 0.8);
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    margin: 30px;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
}

.form-control {
    font-size: 16px;
    padding: 0.5rem .75rem;
}

.form-control:focus {
    border-color: #000090;
    outline: none;
    box-shadow: none;
}

.btn-full {
    display: inline-block;
    border-radius: 200px;
    border-style: solid;
    border-color: rgba(196, 196, 255, 0.8);
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    background-color: rgba(196, 196, 255, 0.8);
}

.btn-full:hover {
    color: #000000;
}

.btn-ghost {
    display: inline-block;
    border-radius: 200px;
    border-style: solid;
    border-color: rgba(196, 196, 255, 0.8);
    color: #000000;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 300;
    text-decoration: none;
}

.btn-ghost:hover {
    background-color: rgba(196, 196, 255, 0.8);
    color: #000;
}

.btn-animate {
    animation: bg-anim 1.5s infinite;

}

@keyframes bg-anim {
    from {
        background-color: rgba(196, 196, 255, 0.8);
        color: #000;
    }
    to {
        background-color: transparent;
    }
}

/*.btn:hover {*/
/*color: #000;*/
/*}*/
/*.btn.btn-primary {*/

/*}*/
/*.btn.btn-secondary {*/
/*!* background-color:transparent; *!*/
/*}*/
.long-copy {
    line-height: 125%;
    text-align: justify;
}

/************
 * Header   *
 ************/
.landing-page #header {
    background: url(../images/open_office.jpg) center center / cover no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

#header:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

#header .container {
    position: relative;
}

#header .logo {
    max-width: 200px;
}

#header .main-nav.sticky {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 76px;
    z-index: 99;
}

#header .main-nav.sticky .logo {
    max-width: 125px;
}

#header .main-nav.sticky .navbar-collapse {
    background: #ffffff;
}

#header .navbar-nav .nav-item a {
    color: #000090;
    font-size: 90%;
    margin: 5px;
    position: relative;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#header .navbar-nav .nav-item a:after {
    content: '';
    background-color: #000090;
    height: 3px;
    right: 0;
    left: auto;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
}

#header .navbar-nav .nav-item a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

#header .navbar-toggler {
    border: none;
    border-radius: 4px;
    padding: 5px 10px 7px;
    outline: none;
}

#header .navbar-toggler .navbar-toggler-icon {
    height: auto;
}

#header .navbar-toggler[aria-expanded="true"] {
    background-color: rgba(196, 196, 255, 0.8);
}

#header .hero-section {
    padding: 20px;
}


@media only screen and (max-width: 991px) {
    h1 {
        font-size: 150%;
    }

    #header .logo {
        max-width: 130px;
        margin-left: 10px;
    }

    #header .main-nav:not(.sticky) {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    #header .main-nav .navbar-collapse {
        background: #ffffff;
        z-index: 99;
        width: 100%;
        padding: 0;
        left: 0;
    }

    #header .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

    #header .hero-section {
        padding-top: 33% !important;
    }
}


/* Start Direction Section */
#director-section {
    background-color: #f0f0f0;
    padding: 50px 0;
}

/* End Direction Section */

/* Start Pricing Block */
.plan-container .card {
    min-height: 25vh;
}

.price-card {
    background-color: #f1f1f7;
    background: linear-gradient(to right, #f1f1f7, #f1f1f7);
    border-radius: 1rem;
    cursor: pointer;
    padding: 1rem 0.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.2s;
    min-height: 345px;
    font-size: 94%;
    text-align: center;
}

.price-card:hover {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-.25rem);
    -moz-transform: translateY(-.25rem);
    transform: translateY(-.25rem);
}

.price-card ul {
    min-height: 140px;
    margin: 0;
    padding: 0;
}

.price-card .price-footer {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 198px;
    bottom: 20px;
}

.loading {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #20416c;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 6px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* End Pricing Block */


section#gdpr p, section#legal p, #terms-modal p, #privacy-modal p, #cookie-modal p {
    /*font-size: 70%;*/
    text-align: justify;
}

section#gdpr h6, section#legal h6 {
    font-weight: 400;
    text-transform: uppercase;
}

.modal-body-long {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-small {
    font-size: 70%;
}

.nav-tabs {
    font-size: 70%;
}

.tab-content p {
    font-size: 70%;
}

.switch-container {
    height: 35px;
    margin-left: 5px;
}

.switch-container .btn:focus, .switch-container .btn.active {
    box-shadow: none !important;
}

.onoffswitch {
    position: relative;
    width: 86px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 50px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 12px;
    background-color: #67C31B;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 12px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 24px;
    margin: -5.4px -3.5px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 66px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    height: 1.8rem;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.floating-go-to-video-button {
    position: fixed;
    bottom: 15%;
    right: 1%;
    z-index: 9;
    background: #007bff;
    border-radius: 6px;
    padding: 10px 15px;
    color: #fff;
}

.floating-go-to-video-button:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}