@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);



}

.novost{
  display: flex;
  justify-content: space-between;
  margin-top: var(--d100);
  padding-bottom: var(--d100);
  border-bottom: 1px solid var(--Card-stroke, #E0DBCE33);
}

.novost .left img{
  width: 31.04vw;
  border-radius:var(--d24);
}

.novost .right{
 width: 42.92vw;
}

.novost .right .top{
  display: flex;
  justify-content: flex-start;
}
.novost .right  .top{
  margin-top: var(--d34);
}

.novost .right  .top p{

font-weight: 600;

font-size: var(--d20);


letter-spacing:2px;
text-transform: uppercase;
color: #FFFFFF;
margin: 0;


}


.novost .right  .top span{


font-weight: 500;
font-style: Medium;
font-size: var(--d16);


color:#FFFFFFA6;
margin-left: var(--d36);
line-height:var(--d30);




}

.novost .right h1{

font-weight: 600;

font-size: var(--d36);

line-height: var(--d44);
color: white;
margin-top: var(--d34);
margin-bottom: var(--d34);



}

.novost .right p{

font-weight: 500;

font-size: var(--d16);

line-height: var(--d30);
color:#FFFFFFCC;
margin: 0;


}

.novost .right a img{
margin-top: var(--d48);
width: 9.38vw;
cursor: pointer;

}


.novost { 
  display: none; /* skriveno po defaultu, JS prikazuje po stranici */
 
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.pagination button {
 border: 1px solid var(--Card-stroke, #E0DBCE33);
  background: transparent;

  border-radius: 50%;
  width: var(--d64);
  height: var(--d64);
  margin: 0 5px;
  cursor: pointer;



  font-family: var(--rw);



 
font-weight: 700;

font-size: var(--d18);



text-align: center;
vertical-align: middle;
color: white;

}

.pagination button.active {
background: #FFFFFF14;
  color: white;
}

.pagination button:hover {
background: #FFFFFF14;

  color: white;
}


























































  @media screen and (max-width:900px){

    









    

    
  }

  