@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/Nissan Brand Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/Nissan Brand Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/Nissan Brand Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nissan Brand';
  src: url('../fonts/Nissan Brand Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html { scrollbar-gutter: stable; }

.vh-50{
  height:50vh;
}

.izbornik{
  position:absolute;
  z-index:5;
  width:100%;
  background: #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.znacajke .znacajke-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  height: 100%;
}

.znacajke .rail { 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  height:100%;
  gap:20px
}

.znacajke .vr-line{
  width:8px;
  background:#fff;
  flex:1 1 auto;
  transform-origin: top;
  will-change: transform;
}

.znacajke .vr-line[data-aos="grow-line"]{
  transform: scaleY(0);
}

.znacajke .vr-line[data-aos="grow-line"].aos-animate{
  transform: scaleY(1);
  transition: transform 1.3s cubic-bezier(.25,.46,.45,.94);
}

.znacajke .content-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left:50px;
}

.rotate-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 5px;
  white-space: nowrap;
}

.znacajke h2{
  font-size:50px;
  font-weight:400;
  max-width:700px;
  padding:0!important;
}

.znacajke .dole-opis{
  font-size:20px;
  font-weight:300;
  margin:0;
}

.models-overlay{
  position: fixed;
  inset: 0;
  z-index: 1085;
  background: rgba(0,0,0,0.0);
  backdrop-filter: blur(0px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease;
}
.models-overlay.show{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.models-panel{
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(-100%);
  will-change: transform, opacity;
  transition: transform .5s cubic-bezier(.22,.61,.36,1), opacity .3s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.models-overlay.show .models-panel{
  transform: translateY(0);
  opacity: 1;
}

.models-overlay.closing .models-panel{
  transform: translateY(-100%);
  opacity: 0;
}

.models-header{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.btn-close-models{
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  padding: .25rem .5rem;
  cursor: pointer;
}

.models-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: clamp(16px,2vw,28px);
}

.desna-galerija-section {
  position: relative;
}

.desna-galerija-section .rail-dark {
  position: absolute;
  left:60px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 0px; 
}

.desna-galerija-section .lijevo{
  padding-left:170px
}

.desna-galerija-section .vr-line-dark {
  width: 8px;
  background: #000;
  flex: 1 1 auto;
  transform-origin: top;
  will-change: transform;
}

.desna-galerija-section .vr-line-dark[data-aos="grow-line"] {
  transform: scaleY(0);
}

.desna-galerija-section .vr-line-dark[data-aos="grow-line"].aos-animate {
  transform: scaleY(1);
  transition: transform 1.3s cubic-bezier(.25,.46,.45,.94);
}

.desna-galerija-swiper img {
  max-height: 420px;
  object-fit: cover;
}


.desna-galerija-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 420px;
  overflow: hidden;
}

.desna-galerija-swiper .swiper-slide img {
  width: 100%;
  height: 70%;
  object-fit: cover;
  border-radius: 15px;
  transition: height .35s ease, opacity .35s ease, transform .35s ease;
  opacity: .5;
}

.desna-galerija-swiper .swiper-slide-active {
  justify-content: flex-start;
}

.desna-galerija-swiper .swiper-slide-active img {
  height: 100%;
  opacity: 1;
}

/* Wrap strelice Ã¢â‚¬â€œ ispod slidera, desno */
.desna-galerija-next-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.desna-galerija-next-btn {
  margin-top:-30px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  padding: 0;
}

.desna-galerija-next-btn i {
  font-size: 30px;
}

.desna-galerija-next-btn:hover {
  background: #fff;
  color: #6e6e6e;
  transform: translateX(2px);
}

.desna-galerija h2{
  font-size:50px!important
}

.desna-galerija {
  font-size:20px!important;
  font-weight:300;
}

.desna-galerija .btn-dark {
  background: none;
  border: none;
  color: #000;
  padding: 0;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}

.desna-galerija .btn-dark:hover {
  background: none;
  border: none;
  color: #000;
}

.desna-galerija .btn-dark::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f067";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  color: #000;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all .25s ease;
}

.desna-galerija .btn-dark:hover::before {
  background: #000;
  color: #fff;
  transform: rotate(90deg);
}

.dodatni-prikaz {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 1.25s ease;
}

.dodatni-prikaz.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.dodatni-prikaz-inner {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #fff;
  color: #000;
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition:
    transform 1.00s cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 0.35s ease;
}

.dodatni-prikaz.is-open .dodatni-prikaz-inner {
  transform: translateX(0);
  opacity: 1;
}

.dodatni-prikaz-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: #000 !important;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 9;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 10px;
}

body.dodatni-prikaz-open {
  overflow: hidden;
}

.dodatni-prikaz-inner .text-padding{
  padding:100px
}

.dodatni-prikaz-inner .wp-block-columns {
  margin:50px auto!important;
  max-width:1200px;
}

.dodatni-prikaz-inner .wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.car-swiper {
}

.car-slider-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.car-slider-description {
  font-size: 1.1rem;
}

.car-swiper .swiper-slide {
  transition: opacity .3s ease, transform .3s ease;
  opacity: 0.25;
}

.car-swiper .swiper-slide-active {
  opacity: 1;
}

.car-swiper .swiper-slide-next {
  opacity: 0.5;
}

.car-slider-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-slider-nav {
  margin-left: auto;
  display: flex;
  gap: 2rem;
}


.car-slider-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}

.car-slider-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: #ddd;
  opacity: 1;
  margin: 0;
}

.car-slider-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.car-slider-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.car-slider-nav button {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: opacity .2s ease, transform .2s ease;
}

.car-slider-nav button:hover {
  opacity: .6;
  transform: translateY(-2px);
}




@media (max-width: 1199.98px){
  .models-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 991.98px){
  .models-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px){
  .models-grid{ grid-template-columns: 1fr; }
}

.model-card{
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  padding: .75rem .25rem;
  border-radius: .25rem;
  transition: transform .18s ease, background-color .18s ease;
}
.model-card:hover{ transform: translateY(-2px); background:#f7f7f7; }
.model-card img{
  max-width: 260px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.model-title{
  font-size: .9rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: center;
}

.letter-spacing-1{ letter-spacing:.03em; }

@media (prefers-reduced-motion: reduce){
  .models-overlay,
  .models-panel{ transition: none !important; }
}

body.models-open{ overflow: hidden; }

.nav-item a{
  color:#fff;
  font-weight:400!important;
  font-size:15px;
}

.nav-item a:hover{
  color:#ffffff57;
}

.nav-item .btn.btn-link {
  color:#fff;
  font-weight:400!important;
  font-size:15px;
}

.nav-item .btn.btn-link:hover {
  color:#ffffff57;
}

.banner .opis{
  margin-top:190px;
  padding:35px  25px
  }

.banner .opis h1{
  font-weight:400;
  font-size:32px
}

.banner .opis p{
  font-weight:400;
  font-size:16px;
  margin-bottom:30px
}

.banner .opis .btn{
  background:#000;
  border-radius:50px;
  color:#fff;
}

.vozilo-blok {
  position: relative;
  overflow: hidden;

  img {
    object-fit: cover;
    object-position: center;
  }

  .vozilo-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }

  .vozilo-content {
    z-index: 2;
    position: relative;
}

.vozilo-content h2{
  font-size:24px!important;
  font-weight:bold;
}

.vozilo-content p{
  font-size:15px!important;
  font-weight:400;
  max-width:380px;
  margin-bottom:30px
}

  .vozilo-content .btn{
    background:none;
    border-width:0px 0px 3px 0px;
    color:#fff;
    padding:0;
    border-radius:0;
    padding-bottom:10px;
    font-weight:bold
  }

  .vozilo-content .btn:hover{
    color:#ffffff99;
  }
}

.lijevo-desno h2{
  font-weight:400;
  font-size:24px;
}

.lijevo-desno p{
  font-weight:400;
  font-size:16px;
  color:#797979;
  max-width: 380px
}

  .lijevo-desno .btn{
    background:none;
    border-width:0px 0px 3px 0px;
    color:#000;
    padding:0;
    border-radius:0;
    padding-bottom:10px;
    font-weight:bold
  }

  .lijevo-desno .btn:hover{
    background:none;
    color:#000000a1;
  }

.video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.video-cover {
  object-fit: cover;
  object-position: center;
}

.video-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

.video h2{
  font-size:32px;
  font-weight:300;
}

.container-uski {
  max-width:1200px;
  margin:auto;
}

.grid-sik{
  padding:100px 0;
}

.grid-sik img{
  height:310px;
  width:100%;
  object-fit:cover
}

.grid-sik .btn{
    background:none;
    border-width:0px 0px 3px 0px;
    color:#000;
    padding:0;
    border-radius:0;
    padding-bottom:10px;
    font-weight:bold
  }

.grid-sik  .btn:hover{
    background:none;
    color:#000000a1;
  }

.novosti-slider{
  background:#F0F0F0;
  padding:50px 0;
}

.novosti-slider img{
  height:300px;
  width:100%;
  object-fit:cover;
}

.novosti-slider h2{
  font-size:26px;
  font-weight:400;
  margin-bottom:30px;
}

.novosti-slider p{
  color:#797979;
  margin-top:20px
}

.novosti-slider a.link{
  border-bottom:3px #000 solid;
  padding:10px 0
}



.novosti-slider .swiper-pagination.swiper-pagination-horizontal {
  position: static;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  width: 100%;
}

.novosti-slider .swiper-pagination-bullet {
  flex: 1 1 0;
  height: 4px !important;   
  border-radius: 0px!important;
  background: #cfcfcf!important;
  opacity: 1 !important;
  margin: 0 !important;
  display: block;
  transition: background-color .25s, transform .25s, opacity .25s;
  font-size: 0;
  width: auto !important;
}

.novosti-slider .swiper-pagination-bullet-active {
  background: #7a7a7a!important;

}

@media (max-width: 576px) {
  .novosti-slider .swiper-pagination.swiper-pagination-horizontal { gap: 16px; }
  .novosti-slider .swiper-pagination-bullet { height: 3px !important; }
}

.napredni-banner .nadnaslov{
  font-size:14px;
  font-weight:bold;
}

.napredni-banner .naslov{
  font-size:50px;
  font-weight:400;
  margin-bottom:0;
}


.napredni-banner .znacajka{
  font-size:32px;
  font-weight:400;
}

.napredni-banner .tekst{
  font-size:18;
  font-weight:bold;
}

.napredni-banner .nb-overlay{
  z-index: 1;
  pointer-events: none;  
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)!important;


}
.napredni-banner .object-fit-cover{ object-fit: cover; }

.znacajke-banner.top-shadow .zn-overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)!important;
}

.znacajke-banner.buttom-shadow .zn-overlay{
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)!important;
}

.preuzimanja{
  background:#F0F0F0;
  padding:50px 0;
}

.preuzimanja h2{
  font-size:50px;
  font-weight:400;
  margin-bottom:50px
}

.preuzimanja a {
  font-size:20px;
  font-weight:400;
  margin-bottom:10px
}

.preuzimanja i {
  font-size:50px;
  margin-bottom:20px!important
}

.slider-znacajke {
  padding:50px
}

.slider-znacajke img{
  height:400px;
  width:100%;
  object-fit:cover;
}

.slider-znacajke h2{
  font-size:50px;
  font-weight:400;
}

.slider-znacajke span{
  font-weight:bold;
}

.slider-znacajke .ispod{
  color:#797979!important
}

footer h2{
  font-size:32px;
  font-weight:300;
  margin-bottom:50px
}

.dole-text p{
  color:#262626;
  font-size:15px;
  max-width:1200px;
  margin:50px auto;
}

footer a{
  font-size:12px;
  font-weight:300!important;
  color:#c9c9c9
}

footer a:hover{
  color:#000
}

.models-panel h3{
  font-weight:400;
  border-bottom: solid 1px;
  font-size:20px;
}

.podstranice{
  height:140px;
  background:#000;
}

@media screen and (min-width: 100px) and (max-width: 992px) {
.car-slider-nav {
  gap: 0rem;
  top:-20px;
  position:relative
}

.car-slider-title {
  font-size: 1.3rem;
}

.car-slider-description {
  font-size: 1.1rem;
}



.car-slider-pagination {
  gap: 1px;
}

.car-slider-pagination .swiper-pagination-bullet {
  width: 30px;
}



  
  .container{
    padding-left: 20px!important;
    padding-right: 20px!important
  }

  .container-full{
    padding:20px
  }

  .container-uski{
    padding:20px
  }

  .row {
    --bs-gutter-x: 0px!important;
}

  .nav-toggler{
    background:#fff!important;
    border:none!important
  }

 .btn-close {
  background: none;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
}

.btn-close::before {
  content: "\f00d";
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 300;
   font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}


.napredni-banner .naslov{
  font-size:30px;
}


.napredni-banner .znacajka{
  font-size:20px;
  margin-top:30px
}

.napredni-banner .tekst{
  font-size:15;
}

.preuzimanja{
  padding:30px 0;
}

.preuzimanja h2{
  font-size:25px;
}

.preuzimanja a {
  font-size:15px;
  margin-bottom:0px
}

.preuzimanja i {
  font-size:30px;
  margin-bottom:10px!important
}

.slider-znacajke {
  padding:10px 0
}

.slider-znacajke img{
  height:300px;
}

.slider-znacajke h2{
  font-size:30px;
}


footer h2{
  font-size:22px;
}

.dole-text p{
  font-size:13px;
}

.znacajke .znacajke-layout {
  gap: 0rem;
}

.znacajke .rail { 
  gap:10px
}


.znacajke .content-col {
  padding-left:20px;
}


.znacajke h2{
  font-size:30px;
}

.znacajke .dole-opis{
  font-size:15px;
  font-weight:400;
}

.desna-galerija-section .rail-dark {
  left:20px; 
  top:20px
}

.desna-galerija-section .lijevo{
  padding-left:40px
}

.desna-galerija-section .vr-line-dark {
  width: 8px;
  max-height:50px!important
}

.desna-galerija-swiper img {
  margin-top:50px
}


.desna-galerija h2{
  font-size:20px!important
}

.desna-galerija {
  font-size:15px!important;
}

.desna-galerija .btn-dark {
  font-size: 14px;
}

.desna-galerija .btn-dark::before {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.dodatni-prikaz-inner .text-padding{
  padding:50px 30px
}

.dodatni-prikaz-inner .wp-block-columns {
  margin:10px auto!important;
  display: inherit !important;
  flex-wrap: initial !important;
  padding:20px!important;
  display:none;
  }


}

.grecaptcha-badge {
    visibility: hidden !important;
}
