/*** Navbar ***/




/*.navbar-light .navbar-brand img {
            max-height: 80px;
            transition: .5s;
        }
        */
.sticky-top.navbar-light .navbar-brand .img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background-color: #c18f59;
    color: var(--bs-white);
}





@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-light);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}



.search-box {
    position: relative;
    height: 40px;
    width: 40px;
    margin-top: -10px
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: white;
    background-color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 50px;
    padding-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 50px;
    width: 300px;
    background: var(--bs-primary);
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    /* z-index:9999*/
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: var(--bs-primary);
    /*z-index: 9999*/
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--bs-primary);
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
    /*z-index: 9999*/
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
    /* z-index: 9999*/
}

@media only screen and (min-device-width:100px) and (max-device-width:200px) {
}

@media only screen and (min-device-width:201px) and (max-device-width:300px) {
}

@media only screen and (min-device-width:301px) and (max-device-width:333px) {
}

@media only screen and (min-device-width:334px) and (max-device-width:366px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 314px);
        top: 80px;
        height: 38px;
        width: 266px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 255px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:367px) and (max-device-width:400px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 325px);
        top: 80px;
        height: 38px;
        width: 273px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 260px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:401px) and (max-device-width:500px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 325px);
        top: 80px;
        height: 38px;
        width: 273px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 260px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:501px) and (max-device-width:600px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 325px);
        top: 80px;
        height: 38px;
        width: 273px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 260px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:700px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 325px);
        top: 80px;
        height: 38px;
        width: 273px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 30px;
        width: 260px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:701px) and (max-device-width:800px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 370px);
        top: 80px;
        height: 40px;
        width: 315px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 32px;
        width: 298px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}

@media only screen and (min-device-width:801px) and (max-device-width:920px) {
    .search-box {
        position: relative;
        height: 40px;
        width: 40px;
        margin-top: -10px
    }

    .navbar .search-box i {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        color: white;
        background-color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        border-radius: 50px;
        padding-bottom: 10px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .navbar .search-box .input-box {
        position: absolute;
        right: calc(100% - 370px);
        top: 80px;
        height: 40px;
        width: 315px;
        background: var(--bs-primary);
        border-radius: 6px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        /* z-index:9999*/
    }

    .navbar.showInput .search-box .input-box {
        top: 3px;
        opacity: 1;
        pointer-events: auto;
        background: var(--bs-primary);
        /*z-index: 9999*/
    }

    .search-box .input-box::before {
        display: none !important
    }

    .search-box .input-box input {
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 4px;
        transform: translate(-50%, -50%);
        height: 32px;
        width: 298px;
        outline: none;
        padding: 0 15px;
        font-size: 14px;
        border: none;
        /* z-index: 9999*/
    }
}
