@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*/


.novost-main .heading{

font-weight: 500;

font-size: var(--d80);

line-height: var(--d110);
color: white;
margin-top: -14.4vw;


text-align: center;



}

.novost-main .bred{
  width: var(--landing-width);
  margin: auto;
  display: flex;
  justify-content: center;
}

.novost-content{
  width: 55.52vw;
  margin: auto;
  
  
}

.novost-content .main-slika{
  width: 55.52vw;
  height:31.15vw;
  object-fit: cover;
  margin-top: var(--d84);
  margin-bottom: var(--d34);
  border-radius:var(--d24);
}

.novost-content .main-info{
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.novost-content .main-info .info{

  font-family: var(--rw);
font-weight: 600;

font-size: var(--d14);

line-height: var(--d30);
color: #FFFFFF;
letter-spacing: 2px;
text-transform: uppercase;





}

.novost-content .main-info .info strong{

  font-family: var(--rw);
font-weight: 600;

font-size: var(--d14);

line-height: var(--d30);
color: #FFFFFF99;
letter-spacing: 2px;





}

.novost-content .main-heading{

font-weight: 500;
font-style: Medium;
font-size:var(--d48);

line-height:var(--d64);
color: white;



}

.novost-content .tekst{

  font-family:var(--rw);
font-weight: 500;

font-size: var(--d16);

line-height:var(--d30);
color: #FFFFFFCC;



}

.novost-content .qouta{
  width: 100%;
  margin-top: var(--d44);
  margin-bottom: var(--d44);
}

.novost-content .dou-image{
  display: flex;
  justify-content: space-between;
   margin-top: var(--d64);
  margin-bottom: var(--d64);
}

.novost-content .dou-image img{
  width: 26.61vw;
  border-radius:var(--d24);
}



.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;
  border-top: 1px solid var(--Card-stroke, #E0DBCE33);
  padding-top: var(--d100);
}

.vijesti-top a img{
  width: 12.08vw;
}

.vijesti-landing .vijesti-top h1{
   color: white;

font-weight: 500;

font-size:var(--d80);

line-height: 100%;
margin: 0;



}




.vijesti-cards{
  width: 79.22vw;
 
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 8.13vw;

}
.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;
}
.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);
}



















  @media screen and (max-width:900px){

    









    

    
  }

  