*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p{
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

a{
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body{
    background-color: #FFFFF8;
}

.logo img{
    height: 150px;
    width: 150px;
}

.logo{
    display: flex;
    height: 220px;
    justify-content: center;
    align-items: center;
}

.menu{
    height: 70px;
    border-bottom: solid #452728 1px;
    border-top: solid #452728 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #FFFFF8;
}

header {
    color: white;
    background-color: #FFFFF8;
    }

.menu a {
    color: black;
    margin-left: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: 0.3s;
}
.menu a:hover {
    color: #452728;
    text-decoration: underline;
}

.hamburger {
    display: none;
    cursor: pointer;
    width: 40px;
}
#mobileMenu {
    display: none;
    flex-direction: column;
    background: #FFFFF8;
    text-align: center;
}
#mobileMenu a {
    color: black;
    padding: 15px;
    text-decoration: none;
    border-bottom: solid #452728 1px;
}

.hero{
    height: 780px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
h1{
    font-size: 64px;
}
button{
    width: 167px;
    height: 39px;
    background-color: #452728;
    color: #FFFFF8;
    font-size: 16px;
    border-radius: 5px;
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.herotekst{
    border-bottom: solid #452728 1px;
    border-top: solid #452728 1px;
    text-align: center;
    height: 531px;
}

.herotekst h1{
    margin-top: 1em;
    margin-bottom: 45px;
}

.herotekst p{
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 45px;
    line-height: 1.4;
}


h2{
    font-size: 40px;
    text-align: center;
}
.h2{
    margin-top: 275px;
    height: 141px;
    border: solid #452728 1px;
    background: #F5F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.slika{
    height: 685px;
    border: solid #452728 1px;
    width: 33.33%;
    background: #F5F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slika2{
    height: 685px;
    border: solid #452728 1px;
    width: 50%;
    background: #F5F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slika img{
    width: 259px;
    height: auto;
}
.slika2 img{
    width: 483px;
    height: auto;
}
.tekst{
    height: 685px;
    border: solid #452728 1px;
    width: 33.33%;
    background: #F5F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    line-height: 1.4;
    text-align: center;
}
.tekst2{
    height: 685px;
    border: solid #452728 1px;
    width: 50%;
    background: #F5F5ED;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    line-height: 1.4;
    text-align: center;
    flex-direction: column;
}
.tekst2 button{
    margin-top: 20px;
}
.trikolumne{
    display: flex;
    justify-content: center;
}
.dvijekolumne{
    display: flex;
    justify-content: center;
}
.drugi{
    height: 518px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid #452728 1px;
}
.h22{
    height: 143px;
    margin-top: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.drugi p{
    text-align: center;
    padding-left: 28em;
    padding-right: 28em;
    line-height: 1.4;
}
.boja{
    height: 255px;
    background-color: #452728;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boja p{
    font-style: italic;
    font-weight: 200;
    text-align: center;
    padding-left: 28em;
    padding-right: 28em;
    color: #FFFFF8;
    line-height: 1.4;
}
button:hover{
    background-color: #F5F5ED;
    color: #452728;
    border: solid #452728 1px;
}
footer{
    background-image: url(slike/footer.jpg);
    height: 534px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.menu2 a{
    color: #FFFFF8;
    margin-left: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    transition: 0.3s;
}
.hamburgerdiv{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.herotekst2{
    border-bottom: solid #452728 1px;
    border-top: solid #452728 1px;
    text-align: center;
    height: 200px;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.menu2{
    text-align: center;
}
.menu2 a:hover{
    text-decoration: underline;
}
.drugi2{
    height: 815px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid #452728 1px;
}
.zaposlenici{
    background-color: #452728;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.zaposlenici img{
    padding-top: 90px;
    padding-bottom: 90px;
}
.tekst2 p{
    padding-left: 5em;
    padding-right: 5em;
}
button a{
    text-decoration: none;
    color: #FFFFF8;
    font-size: 16px;
    font-family: "Bellota Text", sans-serif;
}
button a:hover{
    color: #452728;
}
 #backToTopBtn {
      position: fixed; 
      bottom: 20px; 
      right: 30px; 
      z-index: 99; 
      border: none; 
      outline: none;
      background-color: #F5F5ED; 
      color: #452728; 
      cursor: pointer; 
      width: 60px; 
      height: 60px; 
      border-radius: 50%; 
      font-size: 16px; 
      font-family: "Bellota Text", sans-serif;
      transition: background-color 0.3s, transform 0.3s; 
      display: flex; 
      justify-content: center; 
      align-items: center; 
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
    }
    #backToTopBtn:hover {
      background-color: #452728; 
      color: #FFFFF8;
      transform: translateY(-3px);
    }
.bojakontakt{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #452728;
    padding: 100px;
    height: 679px;
}


.kontakt{
    color: #FFFFF8;
    text-align: center;
    padding-right: 150px;
    border-right: 1px solid #FFFFF8; 
    height: 679px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.karta{
    width: 600px;
    margin-left: 150px;
}

.karta iframe{
    width: 100%;
    height: 350px;
}
input {
      background-color: #FFFFF8; 
      border: none;
      border-bottom: solid #452728 2px;
      width: 400px;
      padding: 10px; 
      margin: 10px 0; 
    }
form button{
    margin-top: 37px;
}
@media (max-width: 1400px) {
    .drugi p{
        padding-left: 20em;
        padding-right: 20em;  
    }
    .boja p{
        padding-left: 20em;
        padding-right: 20em; 
    }
    }

@media (max-width: 1000px) {
    .drugi p{
        padding-left: 20em;
        padding-right: 20em;
    }
}
@media (max-width: 1200px) {
    .heroslika{
        display: none;
    }
   
    p{
        font-size: 16px;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 30px;
    }
    .zaposlenici{
        flex-direction: column;
    }
    .slika2 img{
        width: 259px;
        height: auto;
    }
    }

@media (max-width: 900px) {
    .heroslika{
        display: none;
    }
    .drugi p{
        padding-left: 10em;
        padding-right: 10em;  
    }
    .boja p{
        padding-left: 10em;
        padding-right: 10em; 
    }
    .velika{
        display: none;
    }
    .slika2{
        width: 100%;
    }
    .tekst2{
        width: 100%;
    }
    .dvijekolumne{
        flex-direction: column;
    }
    .tekst2 p{
        padding-left: 7em;
        padding-right: 7em;
    }
    .slika2 img{
        width: 350px;
        height: auto;
    }
    .slika img{
        width: 150px;
        height: auto;
    }
    .bojakontakt{
        flex-direction: column;
    }
    .kontakt{
        border-right: none; 
        padding-right: 0;
        border-bottom: 1px solid white; 
        padding-bottom: 30px;
    }
    .karta{
        margin-left: 0;
        width: 100%;
        margin-top: 50px;
    }
    }
@media (max-width: 768px) {
      .menu {
        display: none;
      }
      .hamburger {
        display: block;
      }
      #mobileMenu.show {
        display: flex;
      }
    .drugi p{
        padding-left: 7em;
        padding-right: 7em;  
    }
    .boja p{
        padding-left: 7em;
        padding-right: 7em; 
    }
    .trikolumne{
        flex-direction: column;
    }
    
    .slika{
        width: 100%;
    }
    .tekst{
        width: 100%;
    }
    
    .herotekst{
        height: 600px;
    }
    .tekst2 p{
        padding-left: 4em;
        padding-right: 4em;
    }
    .slika img{
        width: 259px;
        height: auto;
    }
    }
.footerp{
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #FFFFF8;
}