
*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Nunito Sans',sans-serif;
font-weight:300;
background:#fff;
color:#363231;
overflow-x:hidden;
}




.navigacija{
position:fixed;
top:0;
left:0;
width:100%;
background:#363231;
color:#fff;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 30px;
z-index:1000;
}

.logo{
font-family:'Sansation',sans-serif;
font-weight:200;
font-size:25px;
letter-spacing:2px;
margin-left:6px;
}

.nav-menu{
display:none;
position:absolute;
top:70px;
left:0;
width:100%;
background:#363231;
flex-direction:column;
text-align:center;
padding:20px 0;
}

.nav-menu.active{
display:flex;
}

.nav-menu a{
text-decoration:none;
color:#fff;
font-size:18px;
padding:12px 0;
display:block;
transition:0.3s;
font-weight:300;
}

.nav-menu a:hover{
color:#d4c8b6;
}

.hamburger{
display:flex;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.hamburger span{
width:28px;
height:3px;
background:#fff;
}




@media(max-width:768px){

.navigacija{
padding:12px 20px;
}

.logo{
font-size:20px;
}

.nav-menu a{
font-size:16px;
}

}



.hero-sekcija {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #363231;
  color: #fff;
  flex-wrap: nowrap; 
  min-height: 500px;
}

.hero-sekcija img {
  width: 50%;        
  height: 100%;
  object-fit: cover;
  display: block;     
}

.tekst-hero {
  width: 50%;        
  text-align: right;
  padding: 0 70px 0 30px; 
  box-sizing: border-box;
}

.tekst-hero p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: 300;
}

.btn {
  padding: 10px 25px;
  border: 1.5px solid;
  background: transparent;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  margin-top: 15px;
}

.btn:hover {
  background: #fff;
  color: #363231;
}


@media (max-width: 768px) {
  .hero-sekcija {
    flex-direction: column; 
    text-align: center;
    min-height: auto;
      padding-bottom: 50px;
  }

  .hero-sekcija img {
    width: 100%;       
    height: auto;
    margin-bottom: 20px;
  }

  .tekst-hero {
    width: 100%;
    padding: 0 20px;  /
    text-align: center;
  }

  .tekst-hero p {
    font-size: 16px;
    line-height: 1.6;
  }

  .btn {
    margin-left: 0;
    margin-bottom: 50px;
  }
}




.svijetla-sekcija{
text-align:center;
margin:200px 0;
font-size:20px;
line-height:1.6;
padding:120px 80px;
}



@media(max-width:768px){

.svijetla-sekcija{
margin:120px 20px;
font-size:18px;
}

}




.tamna-sekcija{
background:#363231;
color:#fff;
display:flex;
justify-content:space-between;
align-items:center;
gap:50px;
padding:120px 80px;
flex-wrap:wrap;
}

.tamna-sekcija div{
width:45%;
}

.tamna-sekcija h2{
font-family: 'Sansation', sans-serif; 
font-size:80px;
margin-bottom:20px;
font-weight:200;
}

.tamna-sekcija p{
font-size:20px;
line-height:1.5;
}

.tamna-sekcija img{
width:45%;
border-radius:10px;
}

.usbtn{

padding:10px 25px;
border:1.5px solid;
background:transparent;
color:white;
font-size:16px;
border-radius:8px;
text-decoration:none;
font-weight:300;
display:inline-block;
margin-top:25px;
margin-left:0; 
}



@media(max-width:768px){

.tamna-sekcija{
flex-direction:column;
padding:80px 20px;
text-align:center;
}

.tamna-sekcija div{
width:100%;
}

.tamna-sekcija img{
width:100%;
}

.tamna-sekcija h2{
font-size:50px;
}

}




.usluge{
text-align:center;
padding:120px 80px;
}

.usluge h2{
font-size:80px;
margin-bottom:50px;
font-weight:200;
}

.usluge-kontejner{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.usluge-kontejner div{
width:240px;
}

.usluge-kontejner img{
width:100%;
border-radius:8px;
margin-bottom:10px;
}

.usluge .btn{
margin-top:40px;
border-color:#363231;
color:#363231;
}

.usluge .btn:hover{
background:#363231;
color:#fff;
}




@media(max-width:768px){

.usluge{
padding:80px 20px;
}

.usluge h2{
font-size:50px;
}

.usluge-kontejner{
gap:25px;
}

}




.trgovina-sekcija{
display:flex;
align-items:center;
justify-content:space-between;
padding:120px 80px;
flex-wrap:wrap;
}

.trgovina-slika{
width:45%;
border-radius:10px;
}

.trgovina-desno{
width:50%;
}

.trgovina-grid{
display:flex;
gap:20px;
margin-bottom:140px;
}

.trgovina-grid img{
width:32%;
border-radius:8px;
}

.trgovina-tekst h2{
font-size:80px;_
margin-bottom:15px;
font-weight:200;
    padding-top: 60px;
}

.trgovina-tekst p{
font-size:20px;
margin-bottom:20px;
line-height:1.5;
}

.trgovina-tekst h2{
font-size:80px;
margin-bottom:15px;
font-weight:200;
padding-top:60px;
}

.trgovina-tekst .btn{
border-color:#363231;
color:#363231;
}

.trgovina-tekst .btn:hover{
background:#363231;
color:#fff;
}




@media(max-width:768px){

.trgovina-sekcija{
flex-direction:column;
padding:80px 20px;
}

.trgovina-slika{
width:100%;
margin-bottom:40px;
}

.trgovina-desno{
width:100%;
}

.trgovina-grid{
flex-direction:column;
margin-bottom:60px;
}

.trgovina-grid img{
width:100%;
}

.trgovina-tekst h2{
font-size:50px;
}

}




.izlozbeni-centar{
text-align:center;
padding:120px 80px;
}

.izlozbeni-centar h2{
font-size:80px;
margin-bottom:25px;
font-weight:200;
}

.izlozbeni-centar p{
max-width:800px;
margin:0 auto 50px;
font-size:20px;
line-height:1.5;
}

.slike-centar{
display:flex;
justify-content:center;
gap:30px;
margin-bottom:40px;
}

.slike-centar img{
width:320px;
border-radius:10px;
}

.izlozbeni-centar .btn{
border-color:#363231;
color:#363231;
}

.izlozbeni-centar .btn:hover{
background:#363231;
color:#fff;
}



@media(max-width:768px){

.izlozbeni-centar{
padding:80px 20px;
}

.izlozbeni-centar h2{
font-size:50px;
}

.slike-centar{
flex-direction:column;
align-items:center;
}

.slike-centar img{
width:100%;
max-width:350px;
}

}




.edukacija-sekcija{
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
background:#E5E5E5;
padding:120px 80px;
flex-wrap:wrap;
}

.edukacija-lijevo{
width:50%;
}

.edukacija-lijevo h2{
font-size:100px;
line-height:1.1;
font-weight:200;
}

.edukacija-lijevo p{
font-size:20px;
margin-top:25px;
line-height:1.5;
}

.edukacija-desno img{
width:500px;
}




@media(max-width:768px){

.edukacija-sekcija{
flex-direction:column;
padding:80px 20px;
text-align:center;
}

.edukacija-lijevo{
width:100%;
}

.edukacija-lijevo h2{
font-size:60px;
}

.edukacija-desno img{
width:100%;
max-width:400px;
}

}




.footer{
background:#363231;
color:#fff;
padding:120px 80px 200px;
position:relative;
}

.footer-tekst{
position:absolute;
top:40px;
left:80px;
font-size:20px;
font-weight:400;
line-height:27px;
}

.footer-tekst.desno{
right:80px;
left:auto;
text-align:right;
}

.footer-logo{
text-align:center;
font-size:170px;
font-family:'Sansation',sans-serif;
margin-top:100px;
font-weight:200;
color: #2c2828;
}




@media(max-width:768px){

.footer{
padding:80px 20px 120px;
}

.footer-tekst{
position:static;
text-align:center;
margin-bottom:20px;
}

.footer-tekst.desno{
text-align:center;
}

.footer-logo{
font-size:80px;
margin-top:40px;
}

}












