/* Font Start */

@font-face {
    font-family: "Canela Black";
    src:          url("fonts/Emilfrey/Canela-Black-Web.woff2") format("woff2"),
         url("fonts/Emilfrey/Canela-Black-Web.woff") format("woff"),
         url("fonts/Emilfrey/Canela-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela-Black";
    src:          url("fonts/Emilfrey/Canela-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Black";
    src:          url("fonts/Emilfrey/EFSans-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Semibold";
    src:          url("fonts/Emilfrey/EFSans-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Regular";
    src:          url("fonts/Emilfrey/EFSans-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Bold";
    src:          url("fonts/Emilfrey/EFSans-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Light";
    src:          url("fonts/Emilfrey/EFSans-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Savoye";
    src:          url("fonts/Emilfrey/savoye-webfont.woff2") format("woff2"),
         url("fonts/Emilfrey/savoye-webfont.woff") format("woff"),
         url("fonts/Emilfrey/savoye.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EFSans-Semibold";
    src:     url("fonts/Emilfrey/EFSans-Semibold.eot?#iefix");
    src: url("fonts/Emilfrey/EFSans-Semibold.eot?#iefix") format("eot"),
         url("fonts/Emilfrey/EFSans-Semibold.woff2") format("woff2"),
         url("fonts/Emilfrey/EFSans-Semibold.woff") format("woff"),
         url("fonts/Emilfrey/EFSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





/*@font-face {*/
/*    font-family: NouvelR-Semibold;*/
/*    font-display: swap;*/
/*    src: url(font/NouvelR/NouvelR-Semibold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: NouvelR-Light;*/
/*    font-display: swap;*/
/*    src: url(font/NouvelR/NouvelR-Light.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: NouvelR-Bold;*/
/*    font-display: swap;*/
/*    src: url(font/NouvelR/NouvelR-Bold.ttf) format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: NouvelR-Regular;*/
/*    font-display: swap;*/
/*    src: url(font/NouvelR/NouvelR-Regular.ttf) format('truetype');*/
/*}*/

/* Font End */

/* Variable Start */
:root {

    /* Color Start */
    --white: #fff;
    --primary: #1A2130;
    --secondary: #0033a1;
    --tertiary: #0073ac;
    --yellow: #ffce06;
    --nissan: #0033a1;
    --dacia: #0073ac;
    --renault: #ffce06;
    --secondary-opacity: rgba(35, 62, 122, .7);

    --primary-mask: rgba(0, 0, 0, .55);
    /* Color End */

    /* Font Start */
    --primary-font-size: 16px;
    --primary-font-family-light: EFSans-Light, sans-serif;
    --primary-font-family-regular: EFSans-Regular, sans-serif;
    --primary-font-family-medium: EFSans-Semibold, sans-serif;
    --primary-font-family-bold: EFSans-Bold, sans-serif;
    /* Font End */

    /* Transition Start */
    --primary-transition: all .3s ease-in-out;
    --secondary-transition: all .5s ease-in-out;
    /* Transition End */

    /* Background Start */
    --secondary-background: #f7f7f7;
    /* Background End */

    /* Background Start */
    --primary-box-shadow: rgb(0 0 0 / 8%) 0px 6px 16px;
    /* Background End */

}

/* Variable End */


/* Default Start */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 16px;
}

body {
    box-sizing: border-box;
    font-family: var(--primary-font-family-regular);
    color: var(--primary);
}

ul {
    list-style: none !important;
}

.content ul {
    list-style: initial !important;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    user-select: none;
}

/* Default End */


/* Scroll Start */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--secondary) var(--white);
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--white);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 20px;
    border: 3px solid var(--white);
}

/* Scroll End */

.bg-primary {
    background-color: var(--secondary) !important;
}

.badge.bg-primary {
    background-color: #fff !important;
    color: var(--secondary) !important;
}

.border-none {
    border: none !important;
}

.navbar-brand {
    letter-spacing: 3px;
    font-size: 2rem;
    font-weight: 500;
}

.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars {
    color: #fff;
}

.navbar-scroll {
    box-shadow: none;
}

.navbar-scrolled {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
    color: #4f4f4f;
}

.navbar-scrolled {
    background-color: #fff;
}



.display-1 {
    font-weight: 500 !important;
    letter-spacing: 40px;
}

@media (min-width: 1600px) {
    .display-1 {
        font-size: 5rem;
    }
}


.countdown-unit {
    width: unset !important;
    color: #fff !important;
}

.countdown-unit-separator {
    color: #fff !important;
}

.navbar-brand {
    background: rgb(255 255 255 / 60%) !important;
    padding: 0 !important;
    border-radius: 0.3rem !important;
    height: 60px;
    max-width: 160px;
}

.nav-item.nav-button {
    background-color: var(--secondary-background);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin-right: 0 !important;
    border-right: 1px solid rgb(0 0 0 / 8%);
}

.nav-icon {
    width: 25px;
    height: 25px;
}

.header-bottom {
    height: 90px;
}

.navbar {
    padding-left: 60px !important;
}

.nav-link h2,
.nav-link h3 {
    margin: 0;
    font-family: NouvelR-Regular, sans-serif;
    font-size: 14px !important;
}

.nav-link h2 {
    text-transform: uppercase;
}

.nav-link h3 {
    text-transform: capitalize;
}

.nav-link h2:hover,
.nav-link:hover h2 {
    color: #0033a1;
}

.nav-item {
    margin-right: 30px;
}

.header-top {
    height: 35px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.header.fixed {
    height: 0;
    transition: all 0.5s ease-in-out;
}

h1 {
    font-size: 14px;
    font-family: NouvelR-Light, sans-serif;
    margin: 0 !important;
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    top: 0;
}

.border-right {
    border-right: 1px solid rgb(0 0 0 / 8%);
}


@media (min-width: 1200px) {
    .nav-link:hover h2::after {
        transform: scaleX(1);
    }

    .nav-link h2::after {
        display: block;
        content: '';
        border-bottom: 1px solid #0033a1;
        transform: scaleX(0);
        transition: transform .2s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .container-fluid {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

/* Footer Bottom End */
.margin-top-section {
    margin-top: 125px !important;
    transition: all 0.5s ease-in-out;
}

/* Footer Bottom End */
.margin-top-section.ancor-margin {
    margin-top: 175px !important;
    transition: all 0.5s ease-in-out;
}

.section-title {
    line-height: 1;
    font-family: NouvelR-Regular, sans-serif;
    font-size: 30px;
    position: relative;
    padding-bottom: 0 !important;
    text-align: center;
    margin-bottom: 1rem;
}

.text-justify-last-center {
    text-align: justify;
    text-align-last: center;
    max-height: 90px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.text-justify-last-center.single {
    max-height: 1000px;
}

.text-justify-last-center.show {
    text-align: justify;
    text-align-last: center;
    max-height: 350px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.navbar-brand img {
    min-width: 150px;
}

.less,
.show .more {
    display: none;
}

.show .less {
    display: flex;
}

.section-subtitle {
    text-align: center;
    font-family: NouvelR-Semibold, sans-serif !important;
    color: var(--nissan);
}

.ref-logo {
    width: 135px;
    margin: 50px auto;
}

.text-justify {
    text-align: justify !important;
}

.btn {
    border-radius: 0 !important;
    min-width: 180px !important;
    max-width: 150px !important;
    font-size: 14px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-width: 1.5px !important;
    line-height: 1 !important;
    font-family: NouvelR-Regular, sans-serif;
    text-transform: uppercase;
}

.btn:hover {
    background-color: var(--secondary) !important;
    color: #fff !important;
    border-color: var(--secondary) !important;
}

.bg-light {
    background-color: var(--secondary-background) !important;
}

.absolute-button {
    position: absolute;
    bottom: 15px;
    right: calc(var(--mdb-gutter-x)/2);
}

.vozilo-icon {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vozilo-icon.black {
    filter: brightness(0) invert(0);
}

.vozilo-icon-black {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(0);
    margin-right: 1rem;

}

.vozilo-icon-tab {
    filter: brightness(0) invert(0);
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}

.nav-tabs .nav-link {
    padding: 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 8%);
}

.vozilo-card {
    cursor: pointer;
}

.vozilo-card-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1) 100%);
}

.vozilo-desc {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.77);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.vozilo-card:hover .vozilo-desc {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 55%, rgba(0, 0, 0, .67) 100%);
}

.carousel-control-next,
.carousel-control-prev {
    width: 30px;
    height: 60px;
    background-color: #c62037;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next img,
.carousel-control-prev img {
    filter: brightness(0) invert(1);
    width: 20px;
}

.modal-button {
    border: 2px solid #000;
    transition: all 0.5s ease-in-out;
}

.modal-button-icon {
    width: 75px;
    height: 75px;
}

.modal-button-icon.index-2 {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.modal-button-icon.small {
    width: 27px;
    height: 27px;
    margin-right: 5px;
}

.modal-button-icon img {
    filter: brightness(0) invert(0);
    transition: all 0.5s ease-in-out;
}

.modal-button:hover .modal-button-icon img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

.modal-button:hover {
    background-color: var(--secondary);
    color: #fff;
    cursor: pointer;
    border: 2px solid var(--secondary);
    transition: all 0.5s ease-in-out;
}

.vozilo-description {
    flex: 2;
    font-size: 1rem;
}

.nav-tabs .nav-link {
    text-transform: unset !important;
    color: #000 !important;
}

.vozilo-card-desc.with-background {
    background: rgba(0, 0, 0, 0.77);
    transition: all 0.5s ease-in-out;
}

.multi-carousel-item:hover .vozilo-card-desc.with-background {
    background: var(--secondary);
    transition: all 0.5s ease-in-out;
}

.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: transparent !important;
    transform: translateY(0);
}

.multi-carousel .carousel-control-next {
    right: calc(1.5rem/2) !important;
}

.multi-carousel .carousel-control-prev {
    right: calc(55px + calc(1.5rem/2)) !important;
    left: unset;
}

.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
    top: -60px;
}

.header.fixed .header-top {
    height: 0 !important;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.margin-top-section.fixed {
    margin-top: 90px !important;
    transition: all 0.5s ease-in-out;
}

.nav-item.nav-button .nav-link {
    width: 100%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
}

.nav-item.nav-button .nav-link:hover {
    background-color: var(--secondary);
    transition: all 0.5s ease-in-out;
}

.nav-item.nav-button .nav-link img {
    transition: all 0.5s ease-in-out;
}

.nav-item.nav-button .nav-link:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px !important;
    }

    .container.narrow {
        max-width: 900px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }

    .container.narrow {
        max-width: 900px !important;
    }
}

.multi-carousel .multi-carousel-inner .multi-carousel-item {
    padding-right: calc(1.5rem/2);
    padding-left: calc(1.5rem/2);
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
    max-height: unset;
}

.multi-carousel .carousel-control-next img,
.multi-carousel .carousel-control-prev img {
    filter: brightness(0) invert(0);
    width: 40px;
}

.card {
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        height: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:992px) {
    .margin-top-section {
        margin-top: 95px !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse:not(.show) {
        display: unset;
        right: 0;
        left: 100%;
        overflow: hidden;
        top: 95px;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }

    .navbar-collapse {
        justify-content: flex-start !important;
        display: flex;
        bottom: 0;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 95px;
        transition: all 0.5s ease-in-out;
        padding-right: calc(1.5rem/2) !important;
        padding-left: calc(1.5rem/2) !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-link {
        padding: 15px 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu .nav-link {
        border-bottom: 0;
    }

    .header.fixed .navbar-collapse {
        top: 70px;
        transition: all 0.5s ease-in-out;
        overflow-y: scroll;
    }

    .navbar-collapse .navbar-nav {
        margin: 0 !important;
        height: 100% !important;
        width: 100% !important;
    }

    .navbar-collapse .navbar-nav .nav-item {
        margin: 0 0 0 0 !important;
    }

    .navbar-collapse .navbar-nav .nav-link h2 {
        white-space: nowrap !important;
    }

    .hero-mobile {
        height: 100vw !important;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        width: 25% !important;
    }
}


@media (max-width: 991px) {
    .margin-top-section.ancor-margin {
        margin-top: 141px !important;
    }

    .navbar-scroll {
        background-color: #fff;
    }

    .navbar-scroll .navbar-brand,
    .navbar-scroll .nav-link,
    .navbar-scroll .fa-bars {
        color: #4f4f4f !important;
    }

    .action-car-info .border-right {
        border: none !important;
    }

    .header-top {
        height: 25px;
    }

    .header-bottom {
        height: 70px;
    }

    .navbar-brand {
        max-width: 140px;
        margin: 0 !important;
    }

    .gallery-img-holder.large {
        height: 250px !important;
    }
}

@media (max-width: 450px) {
    #intro {
        height: 950px !important;
    }
}

@media (min-width: 550px) and (max-width: 750px) {
    #intro {
        height: 1100px !important;
    }
}

@media (min-width: 800px) and (max-width: 990px) {
    #intro {
        height: 600px !important;
    }
}

@media (min-width: 768px) {
    .footer-logo {
        width: 50% !important;
    }
}

.multi-carousel .multi-carousel-inner .multi-carousel-item img {
    border-radius: 0 !important;
}

.multi-carousel .multi-carousel-inner {
    border-radius: 0 !important;
}

/* Footer Bottom Start */
.footer-bottom {
    background-color: white;
    font-size: 14px;
    padding: 25px 0;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner {
    display: flex;
    align-items: center;
}

.footer-inner-left {
    justify-content: flex-start;
}

.footer-inner-right {
    justify-content: flex-end;
}

.footer-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-right: 10px;
}

.footer-image a img {
    width: 40px;
}

.footer-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0 !important;
}

.footer-link {
    display: inline-block !important;
    text-align: center !important;
    transition: color .2s ease-in-out;
    color: #fff !important;
}

.footer-link:hover {
    color: #c62037 !important;
    transition: color .2s ease-in-out;
}

.footer-heading {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.footer-link {
    transition: color .2s ease-in-out;
}

.footer-link h5 {
    font-size: 14px;
    text-align: left;
}

.footer-link:hover h5 {
    color: #c62037 !important;
    transition: color .2s ease-in-out;
}

.footer-link:last-of-type {
    margin: 0 !important;
}

/* Footer Bottom End */
.social-icon {
    width: 40px;
    height: 40px;
    margin-left: 15px;
}

.social-icon img {
    transition: all 0.5s ease-in-out;
    filter: brightness(0) invert(0);
}

.social-icon:hover img {
    filter: unset;
    transition: all 0.5s ease-in-out;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.footer-bottom * {
    color: #fff !important;
}

.footer-bottom .footer-link:hover {
    color: #000 !important;
}

.seo-links {
    padding-left: 0;
}

a:hover,
.nav-link:focus,
.nav-link:hover,
.nav-link.active {
    color: var(--secondary);
}

.car-holder {
    background: transparent;
    border-bottom: 3px solid transparent;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    min-height: 150px;
}

.car-holder:hover {
    background: #fff;
    border-bottom: 3px solid var(--secondary);
    transition: all 0.5s ease-in-out;
}

.car-holder .img-holder img {
    transform: scale(1);
    transition: var(--primary-transition);
}

.car-holder:hover .img-holder img {
    transform: scale(1.03);
    transition: var(--primary-transition);
}

.hero-car-item.active {
    flex: 3;
}

.hero-car-item {
    flex: 1;
}

.hero-image-wrapper {
    min-height: 600px;
    overflow: hidden;
    width: 100%;
}

.hero-image {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* Max Width Start */
@media (max-width: 1260px) {
    .footer-inner-right {
        flex-direction: column;
    }

    .footer-inner-right .footer-line {
        display: none;
    }

    .footer-bottom .footer-inner-right>* {
        margin-bottom: 10px !important;
    }

    .footer-bottom .footer-inner-right .footer-heading {
        margin-bottom: 0 !important;
    }
}


@media (max-width: 1150px) {
    .footer-inner-left {
        flex-direction: column;
    }

    .footer-image {
        margin-bottom: 10px;
    }

    .footer-top-column:not(:last-of-type) {
        margin-bottom: 3rem;
    }
}


@media (max-width: 992px) {
    .footer-inner-left {
        margin-bottom: 10px;
    }

    .header-top-info {
        display: none !important;
    }

    .social .d-flex {
        flex-direction: column !important;
    }

    .social .social-icons {
        flex-direction: row !important;
    }

    .navbar {
        padding-right: calc(1.5rem/2) !important;
        padding-left: calc(1.5rem/2) !important;
    }
}

@media (max-width: 768px) {
    .nav-tabs-vehicle li {
        margin-right: 0 !important;
    }

    .nav-tabs-vehicle button {
        margin: 0 0 1rem;
        width: 100%;
    }
}


@media (max-width: 410px) {
    .footer-details {
        flex-direction: column;
    }

    .footer-inner-left .footer-line {
        display: none;
    }

    .footer-details :not(:last-child) {
        margin-bottom: 10px !important;
    }
}

.bg-secondary h1 {
    color: #fff;
}

.bg-secondary .header-info-links .header-info-link {
    color: #fff !important;
    font-size: 14px !important;
}

.bg-secondary .border-right {
    border-color: #fff !important;
}

.bg-secondary .nav-icon {
    filter: brightness(0) invert(1);
}

.slider-container {
    background: black;
    height: 100%;
    display: flex;
    gap: 0.3rem;
    overflow: hidden;
}

.slide {
    flex: 1;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    transition: 250ms ease;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    opacity: 0.7;
    z-index: -1;
    transition: inherit;
}

.slide:hover {
    cursor: pointer;
}

.slide:hover::before {
    opacity: 0;
}

.slide h3 {
    writing-mode: vertical-rl;
    color: white;
    line-height: 1.2;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 350ms ease;
    font-size: 1rem;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

.slide.renault {}

.slide.active h3 {
    opacity: 0;
    visibility: hidden;
}

.slide.active {
    flex: 15;
}

.slide.active .slide-active-flex {
    display: flex !important;
}

.slide.active::before {
    opacity: 0;
}

.bg-tertiary {
    background-color: var(--yellow);
}

.bg-reno {
    background-color: var(--renault);
}

.bg-nisan {
    background-color: var(--nissan);
}
.bg-hitauto img{
    filter: unset !important;
}
.bg-dacija {
    background-color: var(--dacia);
}

.icon-white {
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
}

.dropdown-menu .nav-tabs .nav-link {
    height: 40px !important;
    display: flex !important;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    justify-content: start;
}

.dropdown-menu.bg-light .nav-tabs .nav-link {
    height: 40px !important;
    display: flex !important;
    border-bottom: 0;
    justify-content: start;
}

.dropdown-menu.bg-light .nav-tabs .nav-item.show .nav-link,
.dropdown-menu.bg-light .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-bottom: 0px solid #000 !important;
}

.dropdown-menu.bg-light .nav-tabs .nav-item.show .nav-link span,
.dropdown-menu.bg-light .nav-tabs .nav-link.active span {
    padding: 5px 0;
    border-bottom: 1px solid;
}

.dropdown-menu.bg-light .nav-tabs {

    border-bottom: 0 !important;
}

.dropdown-hover:hover>.dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
    left: 0;
    background: #f7f7f7;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-bottom: 3px solid var(--nissan) !important;
}

.ancor-links {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 125px;
    transition: all 0.5s ease-in-out;
    align-items: center !important;
    z-index: 22;
}

.ancor-links.fixed {
    top: 90px;
    transition: all 0.5s ease-in-out;
}

.ancor-button {
    border: 1px solid var(--nissan);
    transition: all 0.5s ease-in-out;
    width: 185px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.ancor-button:hover {
    background-color: transparent !important;
    color: var(--nissan) !important;
}

.car-info-item-desc {
    font-size: 27px !important;
    font-family: var(--primary-font-family-medium);
}

.small-text {
    font-size: 16px !important;
    font-family: var(--primary-font-family-light);
}

.price {
    color: var(--nissan) !important;
    font-family: var(--primary-font-family-regular) !important;
}

.small-car-info {
    font-size: 13px !important;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.small-car-info.color {
    color: var(--nissan) !important;
    justify-content: end !important;
}

.large-car-info {
    font-size: 16px;
    font-family: var(--primary-font-family-bold);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.car-info-button {
    font-size: 10px !important;
    padding: 3px !important;
    line-height: 10px !important;
    margin-bottom: 5px !important;
}

.list-group-border>.list-group-item-disc {
    border-width: 0 0 0 0 !important;
    background-color: transparent !important;
    text-transform: lowercase !important;
    list-style: none !important;
    padding-left: 15px;
    position: relative;
}

.list-group-border>.list-group-item-disc::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: var(--nissan);
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: var(--nissan) !important;
    background-color: transparent !important;
    border: 2px solid var(--nissan) !important;
}

.action-car-info {
    position: relative;

}

.action-car-info .modal-button-icon {
    position: absolute;
    top: -25px;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: var(--nissan) !important;
    border-radius: 50%;
}

.action-car-info .modal-button-icon img {
    filter: brightness(0) invert(1);
}

.about-icon {
    height: 50px;
    display: flex;
}

.ancor-links.bg-light {
    background-color: #FFF !important;
}

.ancor-link {
    color: #000 !important;
}

.ancor-link:hover {
    color: var(--nissan) !important;
}

.card,
.card-img,
.card-img-top,
.rounded-bottom,
.rounded-start {
    border-radius: 0 !important;
}

.gallery-img-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 250px;
}

.gallery-img-holder.large {
    height: calc(500px + 1.5rem);
}

.gallery-img-holder img {
    position: absolute;
    width: auto;
    max-width: unset;
    transition: all 0.5s ease-in-out;
}

.gallery-img-holder:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.gallery-image-mask {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.77);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.gallery-img-holder:hover .gallery-image-mask {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.gallery-image-mask i {
    width: 25px !important;
    pointer-events: none;
    color: #fff !important;
    font-size: 25px;
}

.nav-tabs .nav-link:hover {
    background-color: #fff !important;
    color: var(--nissan) !important;
    border-bottom: 1px solid var(--nissan) !important;
}

.kratak-opis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin-bottom: 0 !important;
}

.kratak-opis p {
    margin-bottom: 0 !important;
}

.dropdown-toggle:after {
    display: none !important;
}

.card {
    border: 1px solid rgba(0, 0, 0, 8%);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-notch {
    display: none !important;
}

.form-outline {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 1rem;
}

.bg-lighter {
    background-color: #fbfbfb !important;
}

iframe {
    border: 0;
    height: 75vh !important;
}

/* Scroll Start */
iframe {
    scrollbar-width: thin !important;
    scrollbar-color: var(--secondary) var(--white) !important;
}

iframe::-webkit-scrollbar {
    width: 12px !important;
}

iframe::-webkit-scrollbar-track {
    background: var(--white) !important;
}

iframe::-webkit-scrollbar-thumb {
    background-color: var(--secondary) !important;
    border-radius: 20px !important;
    border: 3px solid var(--white) !important;
}

.contact-title::after {
    display: block;
    content: '';
    border-bottom: 1px solid #ffffff !important;
    transform: scaleX(0.1);
    transition: transform .2s ease-in-out;
}

.action-car-info.modal-button:hover {
    cursor: pointer !important;
    border: 0 !important;
}

.action-car-info.modal-button:hover .contact-title::after {
    transform: scaleX(1) !important;
    color: var(--nissan) !important;
}

.modal-content {
    border-radius: 0 !important;
}

.carousel-indicators [data-mdb-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid #fff;
    border-top: 2 solid #fff;
    border-bottom: 2 solid #fff;
    opacity: 1;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--nissan);
    border: 2px solid var(--nissan) !important;
}

@media (max-width:1024px) {
    .container {
        flex-direction: column;
    }

    .slide h3 {
        writing-mode: horizontal-tb;
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
}

@media (max-width:992px) {
    .navbar-toggler {
        border: 0;
        width: 20px;
        height: 20px;
        padding: 0;
    }

    #carouselExampleIndicators .carousel-control-next,
    #carouselExampleIndicators .carousel-control-prev {
        top: 50vw !important;
    }

}

@media (max-width:500px) {

    .slider-container.single,
    .hero.single {
        max-height: 100vw !important;
    }
}


.menu-anchor {
    position: fixed;
    left: 0;
    top: 95px !important;
    width: 100%;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.menu-anchor.fixed {
    top: 70px !important;
    transition: all 0.5s ease-in-out;
}

.menu-anchor-content {
    display: flex;
    flex-direction: column;
}

.menu-anchor-content-top {
    background-color: #000;
}

.menu-anchor-content-bottom {
    background-color: var(--secondary);
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
}

.menu-anchor-content-link {
    color: #fff;
    padding: 10px 0;
}

.mobile-icon img {
    width: 22px;
}




.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.vozilo-icon.pdf-icon:hover {
    filter: brightness(0) invert(0) !important;
}

.img-holder {
    overflow: hidden;
}

.img-holder img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.img-holder:hover img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.reference-list>ul>li,
.finance-content>ul>li,
.narrow ul>li {
    position: relative;
    margin-bottom: 10px !important;
}

ol>li,
ol>li {
    position: relative;
    margin-bottom: 10px !important;
}

.reference-list>ul>li::before,
.finance-content>ul>li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: -15px;
    top: 12px;
}

@media (min-width:1300px) {
    .vozilo-card-desc.with-background {
        background: rgba(0, 0, 0, 0.77);
        transition: all 0.5s ease-in-out;
        height: 82px;
    }
}

@media (max-width:1500px) {
    .nav-item {
        margin-right: 15px;
    }
}

@media (min-width:992px) and (max-width:1400px) {
    .nav-item {
        margin-right: 10px !important;
    }

    .nav-link h2 {
        font-size: 10px !important;
    }
}

@media (max-width:768px) {
    .text-justify-last-center {
        max-height: 180px;
    }

    .single .slide {
        overflow: visible;
        height: calc(100% - 150px) !important;
    }

    .slider-container.single,
    .hero.single {
        max-height: calc(100vw + 150px) !important;
    }

    .single .vozilo-card-desc {
        bottom: -150px;
        height: 150px;
    }

    .single .vozilo-card-desc.about {
        bottom: -130px;
        height: 130px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .pogodnosti {
        flex-direction: column !important;
    }

    .car-holder {
        border-bottom: 3px solid var(--secondary) !important;
        transition: all 0.5s ease-in-out !important;
        margin-bottom: 1rem !important;
        background-color: #fff !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .carousel-caption {
        position: relative;
        right: unset;
        bottom: unset;
        left: unset;
        padding-bottom: 30px;
        height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }

    h1 {
        font-size: 14px;
        padding: 5px 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
}

b,
strong {
    font-weight: 400;
    font-family: NouvelR-Semibold, sans-serif !important;
}

.error-link {
    color: var(--nissan) !important;
    margin-left: 3px;
}

.error-link:hover {
    color: var(--white) !important;
}

.sticky-div {
    position: sticky;
    top: 150px;
}

@media (min-width:1200px) {

    .carousel-control-next.home-slider,
    .carousel-control-prev.home-slider {
        width: 45px;
        border-radius: 50%;
        height: 45px;
        background-color: #0133a1;
        top: calc(50% - 52px);
        transform: translateY(-50%);
    }

    .carousel-control-next.home-slider {
        right: 60px;
        opacity: 1 !important;
    }

    .carousel-control-prev.home-slider {
        left: 60px;
        opacity: 1 !important;
    }
}

.ancor-header .navbar {
    box-shadow: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 8%) !important;
}

.ancor-links {
    border-bottom: 1px solid rgba(0, 0, 0, 8%) !important;
}


@media (min-width: 501px) {
    .carousel-inner-mobile {
        display: none;
    }
}

@media (max-width: 501px) {
    .carousel-inner-desktop {
        display: none;
    }
}
.form-control {
    border-radius: 0 !important;
    min-height: 45px !important;
    border-color: #e3e3e3 !important;
    outline: none !important;
    box-shadow: none !important;
}
.modal-body {
    max-height: 80vh;
    overflow: auto;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    margin-bottom: 1rem;
    background-image: none;
    border-color: #f93154 !important;
    outline: none !important;
    box-shadow: none !important;
}
.required {
    color: #f93154 !important;
}