/* Template: Leno Mobile App Website Bootstrap HTML Template
   Author: Inovatik
   Description: Master CSS file
*/


/*****************************************
Table Of Contents:

- General Styles
- Navigation
- Header
- Testimonials
- Features
- Video
- Details 1
- Details 1 Lightbox
- Details 2
- Statistics
- Screenshots
- Download
- Footer
- Copyright
- Back To Top Button
- Extra Pages
******************************************/


/*****************************************
Colors:
- Backgrounds - light dark blue #2f2c3d
- Background, navbar - dark blue #262431
- Input fields, text-box - light dark blue #423f52
- Buttons, icons - blue #00c9db
- Body text, heading text - light gray #f1f1f8
******************************************/


/**************************/


/*     General Styles     */


/**************************/

body,
html {
    width: 100%;
    height: 100%;
    background-color: #2f2c3d;
}

body,
p {
    color: #f1f1f8;
    font: 400 1rem/1.75rem "Open Sans", sans-serif;
}

h1 {
    color: #f1f1f8;
    font: 700 2.75rem/3.5rem "Montserrat", sans-serif;
}

h2 {
    color: #f1f1f8;
    font: 700 2rem/2.625rem "Montserrat", sans-serif;
}

h3 {
    color: #f1f1f8;
    font: 700 1.5rem/2.25rem "Montserrat", sans-serif;
}

h4 {
    color: #f1f1f8;
    font: 700 1.375rem/2.125rem "Montserrat", sans-serif;
}

h5 {
    color: #f1f1f8;
    font: 700 1.125rem/1.625rem "Montserrat", sans-serif;
}

h6 {
    color: #f1f1f8;
    font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font: 700 1rem/1.5rem "Montserrat", sans-serif;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
}

a {
    color: #f1f1f8;
    text-decoration: underline;
}

a:hover {
    color: #f1f1f8;
    text-decoration: underline;
}

.blue {
    color: #00c9db;
}

.hr-heading {
    display: inline-block;
    width: 4.5rem;
    height: 0.125rem;
    margin-top: 0;
    border: none;
    background-color: #00c9db;
}

.bg-dark-blue {
    background-color: #262431;
}

.mb-6 {
    margin-bottom: 6rem;
}

.pt-6 {
    padding-top: 6rem;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #00c9db;
    border-radius: 2rem;
    background-color: #00c9db;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    border: 1px solid #00c9db;
    background-color: transparent;
    color: #00c9db;
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.625rem 2.5rem 1.625rem 2.5rem;
    border: 1px solid #00c9db;
    border-radius: 2rem;
    background-color: #00c9db;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-lg:hover {
    border: 1px solid #00c9db;
    background-color: transparent;
    color: #00c9db;
    text-decoration: none;
}

.btn-solid-lg .fab {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    line-height: 0;
    vertical-align: top;
}

.btn-solid-lg .fab.fa-google-play {
    font-size: 1rem;
}

.btn-outline-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #f1f1f8;
    border-radius: 2rem;
    background-color: transparent;
    color: #f1f1f8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-reg:hover {
    border: 1px solid #f1f1f8;
    background-color: #f1f1f8;
    color: #2f2c3d;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.5rem 2.375rem 1.5rem 2.375rem;
    border: 1px solid #f1f1f8;
    border-radius: 2rem;
    background-color: transparent;
    color: #f1f1f8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    border: 1px solid #f1f1f8;
    background-color: #f1f1f8;
    color: #2f2c3d;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #f1f1f8;
    border-radius: 2rem;
    background-color: transparent;
    color: #f1f1f8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    border: 1px solid #f1f1f8;
    background-color: #f1f1f8;
    color: #2f2c3d;
    text-decoration: none;
}


/**********************/


/*     Navigation     */


/**********************/

.navbar {
    background-color: #262431;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.3);
}

.navbar .navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .logo-image img {
    width: 6.625rem;
}

.navbar .logo-text {
    color: #f1f1f8;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1rem;
    text-decoration: none;
}

.offcanvas-collapse {
    position: fixed;
    top: 3.25rem;
    /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #262431;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #f1f1f8;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #00c9db;
}


/* Dropdown Menu */

.navbar .dropdown .dropdown-menu {
    animation: fadeDropdown 0.2s;
    /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar .dropdown-menu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
    background-color: #262431;
}

.navbar .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #f1f1f8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-decoration: none;
}

.navbar .dropdown-item:hover {
    background-color: #262431;
    color: #00c9db;
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem auto 0.5rem auto;
    border: none;
    background-color: #3a3942;
}


/* end of dropdown menu */

.navbar .social-icons {
    display: block;
}

.navbar .fa-stack {
    width: 2em;
    margin-top: 0.25rem;
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.navbar .fa-stack-2x {
    color: #00c9db;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: #00c9db;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/*****************/


/*    Header     */


/*****************/

.header {
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url('../images/header-background.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header h1 {
    margin-bottom: 1rem;
}

.header h1 #js-rotating {
    color: #00c9db;
}

.header .p-large {
    margin-bottom: 2.5rem;
}

.header .btn-solid-lg {
    margin-right: 0.375rem;
    margin-bottom: 1.125rem;
    margin-left: 0.375rem;
}

.header .text-container {
    margin-bottom: 4rem;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.row,
.col-lg-6 {
    max-height: 100vh;
}

.img-fluid {
    max-height: 480px !important;
    margin-top: 50px;
}

.col-lg-6 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
}

.admin-login {
    border: 2px solid #15c033;
    border-radius: 5px;
    background: #15c033;
    color: #fff !important;
    margin: 0 0 0 10px;
}

.admin-login:hover {
    background: transparent;
    color: #15c033 !important;
}


/*************************/


/*     Media Queries     */


/*************************/

@media only screen and (max-width: 991px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .row,
    .col-lg-6 {
        max-height: 100%;
    }
    .header {
        height: auto;
        padding: 150px 0 50px;
    }
    .admin-login {
        margin: 0;
        text-align: center;
    }
    .navbar {
        text-align: center;
    }
    .navbar-nav li {
        margin: 5px 0;
    }
}


/* Min-width 768px */

@media (min-width: 768px) {
    .header .btn-solid-lg {
        margin-bottom: 0;
    }
    .header .text-container {
        margin-bottom: 5rem;
    }
    /* end of header */
}


/* Min-width 992px */

@media (min-width: 992px) {
    /* General Styles */
    h1 {
        font-size: 2.25rem;
        line-height: 4.125rem;
    }
    .h2-heading {
        width: 32rem;
        margin-right: auto;
        margin-left: auto;
    }
    .p-heading {
        width: 34rem;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of general styles */
    /* Navigation */
    .navbar {
        padding-top: 1.75rem;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s;
    }
    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        background-color: #262431;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.3);
    }
    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }
    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }
    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar .nav-item .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
    .navbar .dropdown-menu {
        margin-top: 0.25rem;
        box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.025);
    }
    .navbar .dropdown-divider {
        width: 90%;
    }
    .navbar .social-icons {
        margin-left: 0.5rem;
    }
    .navbar .fa-stack {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0.25rem;
    }
    /* end of navigation */
    /* Header */
    .header {
        text-align: left;
    }
    .header .text-container {
        margin-top: 4rem;
        margin-bottom: 0;
    }
    .header .btn-solid-lg {
        margin-right: 0.625rem;
        margin-left: 0;
    }
    /* end of header */
}


/* Min-width 1200px */

@media (min-width: 1200px) {
    .header img {
        margin-left: 2.5rem;
    }
    /* end of header */
}