/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
    background-color: #4633af;
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    font: 700 0.75rem/2rem "Montserrat", sans-serif;
    /*transition: all 0.2s ease;*/
}

.navbar-custom .navbar-brand.logo-image img {
    width: 180px;
    height: 55px;
    margin-bottom: 1px;
    -webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
    font: 700 2.375rem/1.5rem "Montserrat", sans-serif;
    color: #fff;
    letter-spacing: -0.5px;
    text-decoration: none;
}

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

.navbar-custom .nav-item .nav-link {
    padding: 0 0.75rem 0 0.75rem;
    color: #fff;
    background-color: #4633af;
    text-decoration: none;
    /*transition: all 0.2s ease;*/
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
    background-color: #4633af;
    color: #00c9db;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
    display: block; /* this makes the dropdown menu stay open while hovering it */
    min-width: auto;
    animation: fadeDropdown 0.2s; /* required for the fade animation */
}

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

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
    outline: 0;
}

.navbar-custom .dropdown-menu {
    margin-top: 0;
    border: none;
    border-radius: 0.25rem;
    background-color: #4633af;
}

.navbar-custom .dropdown-item {
    color: #fff;
    text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
    background-color: #4633af;
}

.navbar-custom .dropdown-item .item-text {
    font: 700 0.75rem/1.5rem "Montserrat", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
    color: #00c9db;
}

.navbar-custom .dropdown-items-divide-hr {
    width: 100%;
    height: 1px;
    margin: 0.25rem auto 0.25rem auto;
    border: none;
    background-color: #b5bcc4;
    opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
    display: none;
}

.navbar-custom .navbar-toggler {
    border: none;
    color: #fff;
    font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
    display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
    display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
    display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
    display: inline-block;
    margin-right: 0.125rem;
}

.navbar-custom {
    padding: 2.125rem 1.5rem 2.125rem 2rem;
    box-shadow: none;
    background: transparent;
}

.navbar-custom .navbar-brand.logo-text {
    color: #fff;
}

.navbar-custom .navbar-nav {
    margin-top: 0;
}

.navbar-custom .nav-item .nav-link {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    color: #fff;
}

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

.navbar-custom.top-nav-collapse {
    box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
    background-color: #4633af;
}

.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
    color: #fff;
}

.navbar-custom.top-nav-collapse .nav-item .nav-link {
    color: #fff;
}

.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
    color: #00c9db;
}

.navbar-custom .dropdown-menu {
    box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
}

.navbar-custom .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-custom .dropdown-items-divide-hr {
    width: 84%;
}
/* end of navigation */
@media (min-width: 992px) {

    /* Navigation */
    .navbar-custom .social-icons {
        display: block;
        margin-left: 0.5rem;
    }

    .navbar-custom .fa-stack {
        margin-bottom: 0.1875rem;
        margin-left: 0.375rem;
        font-size: 0.75rem;
    }

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

    .navbar-custom .fa-stack-1x {
        color: #fff;
        /*transition: all 0.2s ease;*/
    }

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

    .navbar-custom .fa-stack:hover .fa-stack-1x {
        color: #00c9db;
    }
    /* end of navigation */


    /* General Styles */
    .p-heading {
        width: 65%;
    }
    /* end of general styles */


    /* Header */
    .header .header-content {
        padding-top: 9rem;
        padding-bottom: 5rem;
        text-align: left;
    }

    .header .text-container {
        margin-top: 6.5rem;
    }
    /* end of header */


    /* Features */
    .tabs .card-body {
        padding: 1rem 0 1.5rem 0;
    }

    .tabs #tab-1 .card.left-pane {
        text-align: right;
    }

    .tabs #tab-1 .card.left-pane .text-wrapper,
    .tabs #tab-1 .card.right-pane .text-wrapper {
        width: 68%;
    }

    .tabs #tab-1 .card.left-pane .card-icon {
        float: none;
        margin-right: 0;
        margin-left: 1rem;
    }

    .tabs #tab-1 img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tabs #tab-2 .icon-cards-area {
        margin-top: 2.25rem;
    }

    .tabs #tab-2 .icon-cards-area .card {
        width: 45%;
        margin-right: 3.5rem;
    }

    .tabs #tab-2 .icon-cards-area .card p {
        margin-bottom: 0.5rem;
    }

    .tabs #tab-3 .icon-cards-area .card {
        width: 45%;
        margin-right: 3.5rem;
    }

    .tabs #tab-3 .icon-cards-area .card p {
        margin-bottom: 0.5rem;
    }
    /* end of features */


    /* Video */
    .basic-1 .image-container {
        max-width: 53.125rem;
        margin-right: auto;
        margin-left: auto;
    }
    /* end of video */


    /* Details 1 */
    .basic-2 img {
        margin-bottom: 0;
    }

    .basic-2 .text-container {
        margin-top: 2.625rem;
    }
    /* end of details 1 */


    /* Details 2 */
    .basic-3 .text-container {
        margin-top: 2.5rem;
        margin-bottom: 0;
    }
    /* end of details 2 */


    /* Details Lightboxes */
    .lightbox-basic img {
        margin-bottom: 0;
        margin-left: 0;
    }

    .lightbox-basic h3 {
        margin-top: 0.25rem;
    }
    /* end of details lightboxes */


    /* Screenshots */
    .slider-2 .swiper-container {
        width: 92%;
    }
    /* end of screenshots */


    /* Download */
    .basic-4 {
        padding-top: 6.75rem;
    }

    .basic-4 .text-container {
        margin-top: 2rem;
        margin-bottom: 0;
        text-align: left;
    }
    /* end of download */


    /* Statistics */
    .counter {
        padding-top: 6rem;
        padding-bottom: 4.5rem;
    }

    .counter #counter .cell {
        width: 8rem;
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }

    .counter #counter .counter-value {
        font: 700 4.25rem/4.5rem "Montserrat", sans-serif;
    }
    /* end of statistics */


    /* Extra Pages */
    .ex-header h1 {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .ex-basic-2 {
        padding-bottom: 5rem;
    }

    .ex-basic-2 .text-container.column {
        margin-bottom: 0;
    }
    /* end of extra pages */
}
