@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;


  






 

}


html{
  scroll-behavior: smooth;
}
/* 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;
}
body{
    margin: 0;
    padding: 0;
    font-family: var(--rw);
    overflow-x: hidden;
    background-color: var(--primary);
}

.landing-bg{
  width: 100vw;
  background-image: url('./img/novostilanding.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 37.40vw;
}



.hero-content {
  position: absolute;
  z-index: 2; /* iznad gradienta */
  background-color: transparent;
  top: 0;
}



/*header*/



.novosti-main{
  width: var(--landing-width);
  margin: auto;
 
}

.novosti-main .heading{

font-weight: 500;

font-size: var(--d80);

line-height: var(--d110);
color: white;
margin-top: -13.4vw;
border-bottom: 1px solid var(--Card-stroke, #E0DBCE33);
padding-bottom: var(--d34);



}

.location-cards{
  display: flex;

  margin: auto;
  margin-top: -5vw;
  margin-left: 23.96vw;
  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);


}











.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;
}








.vizija-tekst{
    display: flex;
    justify-content: space-between;
}

.vizija-tekst h2{
    font-family: var(--rw);
font-weight: 600;

font-size: var(--d24);

line-height: var(--d30);
color: #FFFFFF;
margin-top: var(--d64);
margin-bottom: var(--d44);



}

.vizija-tekst p{

    font-family: var(--rw);
font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
color:#FFFFFFCC ;
width:31.04vw ;
margin: 0;
margin-bottom: var(--d120);


}





























 

  @media screen and (max-width:900px){

    









    

    
  }

  