
/* Navbar */
.navbar-logo {
    width: 11rem;
}

.navbar {
    z-index: 10;
    padding: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2)
}

    .navbar a {
        text-decoration: none !important;
    }

.navbar-bg {
    background: var(--white);
}

.nav-item {
    padding: 1.5rem 1rem;
    cursor: pointer;
}

.nav-link {
    color: var(--dark-blue) !important;
}

.nav-item:hover {
    background: rgba(45, 150, 205, 0.1);
    padding-bottom: 1rem;
    border-bottom: 5px solid var(--light-blue);
}

.nav-item.active {
    background: rgba(45, 150, 205, 0.1);
    padding-bottom: 1rem;
    border-bottom: 5px solid var(--light-blue);
}

.nav-item:hover .nav-link {
    color: var(--light-blue) !important;
}

.btn-bg {
    background: var(--dark-blue);
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 0.5rem 10rem 0.5rem 10rem;
}

    .btn-bg:hover {
        background: var(--light-blue);
        color: var(--white);
    }

.navigation-city-container {
    display: flex;
    flex-direction: column;
    color: #0F294B;
    padding-bottom: 10px;
    padding-top: 5px;
    margin:0px 2rem;
}

.navigation-city-title {
    font-family: FordAntennaCondBold;
    font-size: 2rem;
}

.naviagtion-city-text {
    font-family: FordAntennaLight;
    font-size: 0.8rem;
}

    .naviagtion-city-text a {
        color: #0F294B
    }

#navbarSupportedContent {
    justify-content: center;
}

.header-line {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: 60px;
    width: 1px;
    border: 1px solid black !important;
    opacity: 1 !important;
}

/* hamburger menu */
#hamburger-menu {
    position: fixed;
    top: 59px;
    z-index: 999;
    background: #1B394E;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 15rem;
}

    #hamburger-menu .hamburger-link {
        padding: 1rem 1.25rem;
        border-bottom: #fff solid 1px;
        cursor: pointer;
    }

        #hamburger-menu .hamburger-link a {
            text-decoration: none;
            color: var(--white);
        }

    /* Nav accordion */
    #hamburger-menu .accordion-button {
        background: #1B394E;
        color: #fff;
    }

        #hamburger-menu .accordion-button::after {
            background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
        }

    #hamburger-menu :focus {
        outline: 0 !important;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    }

    /* Modeli accordion */
    #hamburger-menu .modeli-accordion .accordion-button {
        background: var(--white);
        color: var(--dark-blue);
    }

    #hamburger-menu .modeli-accordion .accordion-item {
        border: none !important;
    }

.modeli-accordion a {
    text-decoration: none;
    color: var(--dark-blue)
}


#hamburger-menu .modeli-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/* Main Banner */
.header-banner_img {
    margin-top: 88px;
    overflow: hidden;
    position: relative;
}

    .header-banner_img img {
        object-fit: cover;
        width: 100%;
    }

.header-banner_content a {
    text-decoration: none;
}

.banner-btn {
    background: var(--light-blue);
    color: var(--white);
    padding: 1rem;
    font-size: 1.15rem;
    border-radius: 3px;
    border: none;
}

    .banner-btn:hover {
        background: var(--dark-blue);
        color: var(--white);
    }

.text-overlay_single {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.5rem;
    color: white;
    backdrop-filter: blur(1px) brightness(65%);
    text-align: right;
}


/* carousel */
.carousel-indicators [data-bs-target] {
    width: 126px !important;
    height: 7px !important;
    background-color: #B8B5C0 !important;
}

.carousel-indicators {
    position: absolute !important;
    top: 102% !important;
}

    .carousel-indicators [data-bs-target] button .active {
        background: var(--light-blue) !important;
    }

.header-banner_content-wrapper {
    position: absolute;
    top: 32%;
    width: 23%;
    background: rgba(31, 55, 80, 0.5);
    color: var(--white);
    padding: 2rem;
}

/* Dropdown nav */
.nav-second {
    position: fixed;
    z-index: 10;
    top: 88px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background: var(--white);
}

.nav-third {
    position: fixed;
    z-index: 5;
    left: 0px;
    top: 160px;
    width: 100%;
    background: var(--white);
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

#nav-modeli a {
    text-decoration: none !important;
    color: var(--light-blue);
}

@media(max-width: 1600px) {
    .header-banner_content-wrapper h1 {
        font-size: 1.75rem;
    }

    .header-banner_content-wrapper h2,
    .header-banner_content-wrapper a button {
        font-size: 1.25rem;
    }
}

@media(max-width: 1500px) {
    .nav-item {
        padding: 2rem 0rem;
    }
}

@media(max-width: 1300px) {
    .text-overlay_single {
        padding: .8rem;
    }

    .header-banner_content-wrapper h1 {
        font-size: 1.5rem;
    }

    .header-banner_content-wrapper h2,
    .header-banner_content-wrapper a button {
        font-size: 1rem;
    }

    .nav-third {
        top: 170px;
    }
}

@media(max-width: 1200px) {
    .header-banner_content-wrapper {
        padding: 1.5rem;
    }
}

@media(max-width: 1100px) {
    .header-banner_content-wrapper h1 {
        font-size: 1.2rem;
    }

    .header-banner_content-wrapper h2,
    .header-banner_content-wrapper a button {
        font-size: .6rem;
    }
}

@media(max-width: 992px) {
    .navbar-logo {
        width: 87px;
    }

    .header-banner_img {
        margin-top: 60px;
    }

    .carousel-indicators [data-bs-target] {
        width: 60px !important;
    }
}

@media(max-width: 768px) {
    .btn-bg {
        font-size: 0.7rem;
    }

    .header-banner_content-wrapper {
        top: 65%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 1.25rem;
    }

    .banner-btn {
        margin: 0rem;
        padding: 0.5rem;
        width: 100%;
    }

    .header-banner_content-wrapper h1 {
        font-size: 1.45rem;
    }

    .header-banner_content-wrapper h2,
    .header-banner_content-wrapper a button {
        font-size: 1rem;
    }
}

@media (max-width:576px) {
    .text-overlay_single {
        font-size: 1rem;
    }

    .header-banner_content-wrapper {
        top: 55%;
        width: 70%;
    }
}

@media (max-width:320px) {
    .banner-btn {
        font-size: .7rem !important;
    }

    .header-banner_content-wrapper {
        top: 60%;
        width: 80%;
    }
}
