@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --rw:"Raleway", sans-serif;

  --primary:#111214;
  --siva:#FFFFFF17;
  --light:#878F57;
  --textwhite:#F6F8EB;
  --landing-width:79.17vw;
  --landing-width-mobile:86vw;
  --boxshadow:0px 0px 30px 0px #0000000F;

--d10:0.52vw;
   --d11:0.57vw;
 
   --d12:0.63vw;
   --d13:0.68vw;
    --d14:0.73vw;
    --d15:0.78vw;
    --d16:0.83vw;
    --d18:0.94vw;
    --d20:1.04vw;
    --d22:1.15vw;
    --d24:1.25vw;
    --d25:1.3vw;
    --d28:1.46vw;
    --d30:1.56vw;
    --d34:1.77vw;
    --d36:1.88vw;
    --d44:2.29vw;
    --d40:2.08vw;
    --d48:2.5vw;
    --d54:2.81vw;
    --d56:2.92vw;
    --d64:3.33vw;
    --d80:4.17vw;
    --d84:4.38vw;
    --d100:5.21vw;
    --d110:5.73vw;
    --d120:6.25vw;
    --d156:8.13vw;
    --d904:47.08vw;


    --m10:2.78vw;
    --m11:3.06vw;
    --m12:3.33vw;
    --m13:3.61vw;
    --m14:3.89vw;
    --m15:4.17vw;
    --m16:4.44vw;
    --m18:5vw;
    --m20:5.56vw;
    --m24:6.67vw;
    --m25:6.94vw;
    --m32:8.89vw;
    --m36:10vw;
    --m40:11.11vw;
    --m48:13.33vw;
    --m64:17.78vw;
    --mmt: 27.78vw;

  






 

}
/* width */
::-webkit-scrollbar {
    width: 10px;
   
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: white;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--primary);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
  }
.pcshow{
  display: block;
}

.pchide{
  display: none;
}
html{
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: var(--rw);
    overflow-x: hidden;
    background-color: var(--primary);
    
}

.main-bg{
  height: 76.88vw;
  width: 100vw;
  background-size: cover;
  background-image: url('./img/landingbg.png');

}





.hero{
  text-align: center;
  width: 100vw;
}

.hero .pp{
  
  width: 13.49vw;
 
margin: auto;
margin-top:11.46vw ;







line-height: 100%;
letter-spacing: 27%;
font-variant: small-caps;

}
.hero h2{

font-weight: 500;
font-style: Medium;
font-size: 5.00vw;

line-height: 100%;

text-align: center;
color: white;
margin-top: var(--d34);
margin-bottom: var(--d56);

}
.hero p{

font-weight: 500;

font-size: var(--d16);

line-height:var(--d30);
letter-spacing: 0%;
text-align: center;
width: 47.08vw;
margin: auto;
margin-bottom: var(--d64);
color: white;

}

.hero-cards{
  width: 79.22vw;
 
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 8.13vw;

}
.hero-card{
  width: 23.91vw;
  height: 29.22vw;
border: 1px solid #E0DBCE33;
border-radius: var(--d24);
background: linear-gradient(180deg, #111214 0%, #17191C 100%);
transition: margin 0.5s ease;



}

.hero-card.hovered{
  background: linear-gradient(180deg, #17191C 37.75%, #26292D 100%);
  margin-top: -2.50vw;


}
.hero-card .cardimg{
  width: 23.91vw;
  border-radius: var(--d16) var(--d16) 0 0;
}
.hero-card h1{
  font-family: Raleway;font-weight: 600;

font-size: var(--d28);

line-height: 100%;
color: white;
margin-left: var(--d54);
margin-top: var(--d44);
margin-bottom: 0;


}

.hero-card p{
  
font-weight: 500;

font-size: var(--d16);

line-height:var(--d30);

color: #FFFFFFA6;
margin-left: var(--d54);
margin-top: var(--d34);
width: 18.28vw;


}

.hero-card-info{
  display: flex;
  width: 18.28vw;
  justify-content: space-between;
  margin: auto;
  margin-bottom: var(--d64);
  
}

.hc2{
    margin-bottom: var(--d44);
}
    


.hero-card-info img{
  height: var(--d30);
}

.about-landing{
  width: var(--landing-width);
  margin: auto;

}
.about-top{
  display: flex;
  justify-content: space-between;
  margin-top: var(--d156);
}

.about-top h1{
  width: 40%;
  color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 5.73vw;
margin: 0;


}

.about-top p{
  width: 36.56vw;
  color: #FFFFFFCC;
  line-height: var(--d30);
  margin: 0;
  margin-top: var(--d40);
  line-height: var(--d30);
  font-size: var(--d16);
}

.about-bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 4.79vw;
}

.about-bottom .bottom-left img{
  width: 22.92vw;
  margin-bottom: var(--d25);
}


.about-bottom .bottom-left p{
  width:26.15vw;
  color: #FFFFFFCC;
  line-height: var(--d30);
  font-size: var(--d16);
  font-weight: 500;
  margin: 0;
  margin-top: var(--d30);

}
.about-bottom .bottom-right img{
  width: var(--d904);
}

.about-right img{
  width: 47.08vw;
}

.about-bottom .bottom-left .about-bottom-saznaj-vise{
  width: 8.96vw;
  height: 2.66vw;
  margin: 0;
  margin-top: var(--d44);
  cursor: pointer;

}

.card4{
  margin-top: var(--d120);
  background: linear-gradient(90deg, #111214 0%, #17191C 111.94%);
  padding-bottom: var(--d64);

}




.card4 h1{
    text-align: center;
    
    width: 30%;
  color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 5.73vw;
margin: auto;
padding-top: var(--d64);
margin-bottom:5.73vw ;

}
.double-card{
  width: var(--landing-width);
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--d84);
}

.single-card{
  display: flex;
  width: 37.40vw;
  position: relative;
  height: 13.85vw;
}

.single-card .card-left{
  position: absolute;
  top: 2.03vw;
  z-index: 1;
  
}
.single-card .card-left img{
  width:9.79vw

}
.single-card .card-right{
  width: 32.5vw;
  height: 13.85vw;
background: linear-gradient(180deg, #111214 -9.67%, #17191C 150.5%);









border-radius: var(--d34);
border: 1px solid var(--Card-stroke, #E0DBCE33);
position: absolute;
left: 4.90vw;
transition: background 3s ease;


 
}

.single-card .card-right:hover{
  background: linear-gradient(205.2deg, rgba(255, 255, 255, 0.14) -56.16%, rgba(255, 255, 255, 0) 33.99%);

}

.single-card .card-right .card-heading{
  display: flex;
  margin-left: 7.19vw;
  margin-top: var(--d48);
}


.single-card .card-right .card-heading h2{
  color:white ;

font-weight: 500;

font-size: var(--d24);

line-height: var(--d30);
letter-spacing: 0%;
margin-right: var(--d20);


}
.card-heading .arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Kada se hovera nad cijelom karticom, sakrij sve strelice */

/* Ali prikaži samo strelicu od hoverane kartice */
.card-right:hover  .arrow {
  opacity: 1;
}


.single-card .card-right p{

font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
 margin-left: 7.19vw;
 width: 22.98vw;

color: #FFFFFFA6;

}

.location-landing{
  width: var(--landing-width);
  margin: auto;
}

.location-landing .location-top{
  display: flex;
  margin-top: var(--d110);
  margin-bottom: var(--d110);
  justify-content: space-between;
}


.location-top h1{
  width: 40%;
  color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 5.73vw;
margin: 0;


}

.location-top p{
  width:36.56vw;
  color: #FFFFFFCC;
  line-height: var(--d30);
  margin: 0;
  font-weight: 500;
  margin-top: var(--d40);
  font-size: var(--d16);
}

.vizija-landing{
 
  width: var(--landing-width);
  margin: auto;
   margin-top: var(--d156);
}
.vizija-top{
  display: flex;
}

.vizija-top .top-left p{
  width: 37.66vw;
  color: #FFFFFFCC;
  font-weight: 500;
  line-height: var(--d30);
  margin: 0;
    font-size: var(--d16);
    margin-top: var(--d40);
  
}

.vizija-top .top-right h1{
   
  color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 5.73vw;
margin: 0;
text-align: right;

}

.vizija-top .top-left img{
  margin-top: var(--d44);
  width: 8.96vw;
}
.location-slider{
  width: var(--landing-width);
  margin: auto;
  margin-top: var(--d84);
}


.location-slider .slick-dots li {
    border: 0px solid black;
    border-radius: 50%;
    
    content: '';
    width: 3.91vw;
    height: 2px;
}


.location-slider .slick-dots  {
   bottom: -3.3vw!important;
   left: 0;
   text-align: left!important;
}




.location-slider .slick-dots li:not(.slick-active){
    
    background-color: #FFFFFF4D!important;
}
    

.location-slider .slick-dots .slick-active {
    
    background-color: white;
}

.location-slider .slick-dots li button:before {
    display: none;
}

.location-cards{
  display: flex;

  margin: auto;
  margin-top: -5vw;
  margin-left: 34.38vw;
  gap: var(--d64);
}

.location-card{
  backdrop-filter: blur(70px);
  border: 1px solid #FFFFFF30;
  border-radius: var(--d30);
  width: 23.33vw;
  
  max-height: 10.99vw;
   overflow: hidden;
  position: relative;
  transition: max-height 1s ease;


}

.location-card.open {
  max-height: 1000px; /* dovoljno da prikaže sav tekst */
}

.location-card  h2{

font-weight: 700;

font-size: var(--d18);
color: white;

line-height:var(--d30);


margin-top: var(--d34);
margin-left: var(--d44);
margin-bottom: var(--d10);

}



.location-card  p{


font-weight: 500;

font-size: var(--d16);
margin-left: var(--d44);

line-height:var(--d30);
color: #FFFFFFCC;
margin-top: 0;
margin-bottom: var(--d16);







}


.location-card p {

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: max-height 1s ease;
}

.location-card.open p {
  max-height: 1000px;
  -webkit-line-clamp: unset;
}

/* stil za link sa strelicom */
.location-card a.toggle {
  display: inline-flex;
  align-items: center;
  gap: 1.3rem;

  cursor: pointer;
 
  text-decoration: none;
  
}

/* rotacija strelice kada je otvoreno */
.location-card a.toggle img {
  transition: transform 1s ease;
}

.location-card.open a.toggle img {
  transform: rotate(180deg); /* okret prema gore */
}

.location-card  a{
 

font-weight: 500;

font-size: var(--d16);

line-height:var(--d30);
color: #FFFFFF;
margin: 0;
margin-left: var(--d44);
margin-bottom: var(--d34);


}


.vijesti-landing{
  width: var(--landing-width);
  margin: auto;
  margin-top: var(--d156);
 
}

.vijesti-landing .vijesti-top{
   display: flex;
  justify-content: space-between;
  align-items: center;
}

.vijesti-landing .vijesti-top h1{
   color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 100%;
margin: 0;

}

.vijesti-top a img{
  width:12.08vw ;
}




.vijesti-cards{
  width: 79.22vw;
 
  display: flex;
  justify-content: flex-start;
  margin: auto;
  margin-top: 8.13vw;
  gap:3.75vw;

}
.vijesti-card{
  width: 23.91vw;
  height: 29.22vw;
border: 1px solid #E0DBCE33;
border-radius: var(--d24);
background: linear-gradient(180deg, #111214 0%, #17191C 100%);
transition: margin 0.5s ease;


}

.vijesti-card.hovered{

    background: linear-gradient(180deg, #17191C 37.75%, #26292D 100%);
  margin-top: -2.50vw;

}
.vijesti-card .cardimg{
  width: 23.91vw;
  border-radius: var(--d16) var(--d16) 0 0;
  height:12.76vw;
     object-fit: cover; /* slika se reže da popuni okvir, bez izobličenja */
  
}
.vijesti-card h2{
font-weight: 600;

font-size: var(--d28);

line-height: var(--d34);
color: white;
margin-left: var(--d54);
margin-top: var(--d44);
margin-bottom: 0;


}

.vijesti-card p{
  
font-weight: 500;

font-size: var(--d16);

line-height:var(--d30);

color: #FFFFFFA6;
margin-left: var(--d54);
margin-top: var(--d34);
width: 18.28vw;


}

.vijesti-info{
  display: flex;
  width: 18.28vw;
  justify-content: space-between;
  margin: auto;
  margin-top: 1vw;
  

  
}

.vijesti-info p{
  margin: 0;
}

.vijesti-info a img{
  height: var(--d30);
}



.location-map{
  position:relative;
}
.mapa-info{
  position: absolute;
  width: 25.99vw;
  height: 9.95vw;
  top:  16.48vw;
  left:  44.55vw;
  background: #FFFFFF0F;

  border: 1px solid #FFFFFF30;
  backdrop-filter: blur(70px);
  border-radius: var(--d30);
  display: flex!important;


}

.none{
  display: none!important;
}

.mapa-info h1{

font-weight: 600;

font-size:var(--d20);

line-height: var(--d20);
color: white;
margin-top: var(--d34);
margin-left: var(--d34);
margin-bottom: 0;


  
}


.mapa-info span{

font-weight: 400;

font-size: var(--d16);

line-height: var(--d30);
margin: 0;
margin-left: var(--d34);

color: #FFFFFFB0;


  
}


.mapa-info p{


font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
letter-spacing: 0%;
color: #FFFFFFCC;
margin: 0;
margin-left: var(--d34);
margin-top: var(--d10);
width: 14.69vw;

  
}

.mapa-info .mapa-slika img{
 width: 6.41vw;
 height: 5.99vw;
  margin-top: var(--d34);
  margin-left: var(--d34);
}

.location-map img{
  width: var(--landing-width);
  display: flex;
  justify-content: center;
  margin: auto;
}

.map-point {
  position: absolute;
  width: 2.14vw;
  height: 2.14vw;
  background: url('./img/BBI.svg');
  border-radius: 50%;
  background-size: cover;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2); /* povećanje 10% */
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.map-point.adr{
  background: url('./img/adr.svg');
      background-size: cover;
       width: 3.91vw;
  height: 3.91vw;
  display: block;
  animation: none!important;
  transition: none!important;

}

.map-point:not(.adr):hover {
  transform: translate(-50%, -50%) scale(1.3);
    background: url('./img/whitepoint.svg');
      background-size: cover;
}

  /* Intro fullscreen */
  #intro-container {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
  }

  #intro-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Animacija fade out */
  .fade-out {
    animation: fadeOut 1s ease forwards;
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }

  @media screen and (max-width:900px){

    









    

    
  }

  