﻿.nav a {
    font-weight: bold;
    text-align: center;
    color: #3c3f40;
}

    .nav a:hover, .nav a.active {
        color: #f48720;
    }

        .nav a:hover img, .nav a.active img {
            filter: none;
        }

    .nav a, .nav a img {
        filter: grayscale(1);
        width: 6rem;
        height: 6rem;
    }

.navbar-brand-logo {
    width: 160px !important;
}

@media (min-width: 1200px) {
    .navbar-expand-md .navbar-toggler {
        display: block;
    }
}

.nav-link {
    color: #333438;
    font-size: 18px;
    font-size: calc($value / 16)rem;
}

    .nav-link.current {
        font-weight: bolder;
    }

.nav-item {
    margin: 0 14px;
    position: relative;
}

    .nav-item:last-of-type {
        margin-right: 0;
    }

.nav-item-home {
    background: transparent url("../../assets/icons/home-icon.jpg") no-repeat center;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    top: 5px;
    position: relative;
}

.nav-item_submenu {
    list-style: none;
    padding-left: 20px;
}

@media (min-width: 1400px) {
    .nav-item_submenu {
        border: 1px solid #cacaca;
        border-top: 0;
        position: absolute;
        top: auto;
        background-color: #ffffff;
        padding: 30px 20px;
        border-bottom-right-radius: 65px;
        display: none;
        z-index: 9;
    }
}

@media (min-width: 1400px) {
    .nav-item_submenu.login {
        right: 0;
    }
}

.nav-item_submenu-link {
    font-size: 15px;
    font-size: calc($value / 16)rem;
    text-decoration: none;
    color: #3c3f40;
    white-space: nowrap;
    padding-bottom: 10px;
    display: block;
}

    .nav-item_submenu-link.current {
        font-weight: bold;
    }

.nav-as-progressbar {
    border: none;
}

    .nav-as-progressbar::after {
        content: "";
        height: calc($value / 16)rem;
        display: block;
        background-color: #626262;
        width: 100%;
        border-radius: 50px;
    }

    .nav-as-progressbar .nav-link {
        font-size: 14px;
        font-size: calc($value / 16)rem;
        line-height: 20px;
        line-height: calc($value / 16)rem;
        border: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        height: 100%;
    }

@media (min-width: 992px) {
    .nav-as-progressbar .nav-link {
        font-size: 18px;
        font-size: calc($value / 16)rem;
        line-height: 26px;
        line-height: calc($value / 16)rem;
    }
}

@media (min-width: 1200px) {
    .nav-as-progressbar .nav-link {
        font-size: 26px;
        font-size: calc($value / 16)rem;
        line-height: 30px;
        line-height: calc($value / 16)rem;
    }
}

.nav-as-progressbar .nav-link.active {
    border: 0;
}

    .nav-as-progressbar .nav-link.active::after {
        content: "";
        height: calc($value / 16)rem;
        display: block;
        background-color: #f48720;
        width: 100%;
        border-radius: 50px;
        position: absolute;
        bottom: -calc($value / 16)rem;
    }

.nav-as-progressbar .nav-link:focus {
    isolation: unset;
}

.nav-as-progressbar .nav-item {
    flex: 1;
    margin: 0;
    text-align: center;
    height: 60px;
    position: relative;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-input {
    background-color: #ededed;
    border: transparent;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    width: 100%;
    padding: 20px;
}

    .form-input:focus, .form-input:focus-visible {
        outline: none !important;
        border: 1px solid #00a9d1;
        box-shadow: 0 0 5px #00a9d1;
    }

.login-box {
    width: 400px;
    border: 1px solid #878787;
    border-radius: 35px;
    border-top-left-radius: 0;
    overflow: hidden;
}

.button {
    border: transparent;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 21px;
    display: inline-block;
    width: auto;
    padding: 15px 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: calc($value / 16)rem;
    text-decoration: none;
}

.button-secondary {
    color: #ffffff;
    background-color: #00a9d1;
}

.button-secondary--inverse {
    color: #00a9d1;
    background-color: #ffffff;
}

.forget-pass {
    color: #f48720;
    text-decoration: none;
}

    .forget-pass:hover {
        text-decoration: underline;
    }

.login-box_header {
    color: #fff;
    background: rgb(255,178,86);
    background: radial-gradient(circle, rgba(255,178,86,1) 0%, rgba(244,135,32,1) 100%);
}

.bg-primary {
    background-color: #f48720 !important;
    color: #ffffff !important;
}

.bg-secondary {
    background-color: #00a9d1 !important;
    color: #ffffff !important;
}

/*footer*/

.footer-logo {
    width: 150px;
}

@media (min-width: 1200px) {
    .footer-logo {
        width: 230px;
    }
}

.footer-branding-heading {
    font-size: 1.5rem;
    margin: 0;
}

    .footer-branding-heading .loc {
        font-weight: 800;
        font-style: italic;
        font-size: 1.9rem;
    }

    .footer-branding-heading .dot {
        color: #53bfe0;
        font-weight: 800;
        font-size: 1.5rem;
    }

.footer-branches {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    grid-template-rows: 1fr;
    font-size: 0.8rem;
    padding-bottom: 2rem;
}

    .footer-branches div {
        margin-right: 0.5rem;
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

        .footer-branches div:last-child {
            border: 0;
        }

@media (min-width: 1200px) {
    .footer-branches div {
        border-right: 1px solid #fff;
    }
}

.footer-branches img {
    width: 40px;
    margin-bottom: 1rem;
}

.footer-branches-heading {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
}

.footer-copyright-text {
    color: #626262;
    font-weight: bold;
    margin: 0;
    font-size: 10px;
    font-size: calc($value / 16)rem;
}

/* Icons */

.icon {
    padding-left: 35px;
    background-color: transparent;
    background-position: center left;
    background-size: auto 25px;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    line-height: 30px;
}

.icon-facebook {
    background-image: url("../../assets/icons/facebook-icon.svg");
    width: 30px;
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 576px) {
    .icon-facebook {
        width: auto;
        display: block;
    }
}

.icon-whatsapp {
    background-image: url("../../assets/icons/whatsapp-icon.svg");
    width: 30px;
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 576px) {
    .icon-whatsapp {
        width: auto;
        display: block;
    }
}

.icon-linkedin {
    background-image: url("../../assets/icons/linkedin-icon.svg");
    width: 30px;
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 576px) {
    .icon-linkedin {
        width: auto;
        display: block;
    }
}

.icon-instagram {
    background-image: url("../../assets/icons/instagram-icon.svg");
    width: 30px;
    overflow: hidden;
    display: inline-block;
}

@media (min-width: 576px) {
    .icon-instagram {
        width: auto;
        display: block;
    }
}
