/**************************** STRANICA ************************/
*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    box-sizing: border-box;
}
html, body{
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
p{
    color: #6D6D6D;
}
h2{
    color: #4E6F43;
    font-size: 55px;
    margin-bottom: 60px;
}
button{
    cursor: pointer;
}
a{
    text-decoration: none;
    color: white;
}
/**************************** NASLOVNA ************************/
.pozadina{
    position: relative;
    height: 100vh;
    padding: 50px 120px;
    background-image: url("slike/pozadina.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 230px;
}
.navigation{
    list-style-type: none;
}
.navigation li{
    display: inline;
    padding-left: 50px;
}
.navigation li a{
    color: white;
    text-decoration: none;
    font-size: 28px;
    font-weight: 500;
}
.navigation li a:hover{
    color: #dadada;
}
h1{
    color: white;
    font-weight: 600;
    font-size: 100px;
    position: absolute;
    top: 45%;
    padding-right: 50px;
    font-family: 'Larken';
    font-style: italic;
}


/**************************** SADRZAJ ************************/
.sadrzaj{
    padding: 120px;
}
.lijevi, .desni{
    width: 48%;
}
.lijevi{
    order: 1;
}
.desni{
    order: 2;
}

/**************************** O NAMA ************************/
.o-nama{
    display: flex;
    gap: 4%;
    margin-bottom: 120px;
}
.o-nama .desni{
    align-self: center;
}
.mid{
    display: none;
}
.small{
    display: none;
}
/**************************** USLUGE ************************/
.usluge .lijevi, .usluge .desni{
    align-self: center;
}
.usluge h2{
    text-align: center;
}
.usluge-item{
    display: flex;
    gap: 4%;
    margin-bottom: 60px;
}
.usluge-item:nth-of-type(5){
    margin-bottom: 120px;
}
.usluge-item h3{
    text-align: center;
    font-size: 40px;
    color: #668f4f;
    margin-bottom: 30px;
}
.lista{
    list-style: none;
}
.lista li{
    background-image: url("slike/ikona.png");
    background-size: 30px;
    line-height: 30px;
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #6D6D6D;
}

/**************************** KONTAKT ************************/
.kontakt{
    background-color: #9bc27e;
}
.kontakt h2{
    text-align: center;
    color: white;
    padding-top: 60px;
}
.kontakt-sadrzaj{
    display: flex;
    gap: 4%;
    padding-bottom: 60px;
}
.kontakt p{
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
}
.kontakt-sadrzaj .desni{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
iframe{
    width: 80%;
    height: 450px;
    border: 0;
    display: block;
    margin: auto;    
}

/**************************** KONTAKT ************************/
footer{
    background-color: #252125;
    padding: 120px 0;
    color: white;
    font-size: 20px;
    position: relative;
}
footer img{
    display: block;
    margin: auto;
    width: 200px;
    margin-bottom: 60px;
}
footer li{
    margin-bottom: 15px;
}
.footer-sadrzaj{
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
}
.footer-sadrzaj .lijevi ul{
    float: right;
    list-style-type: none;
    text-align: right;
}
.footer-sadrzaj li a{
    text-decoration: none;
    color: white;
}
.footer-sadrzaj li a:hover{
    color: #dadada;
}
.footer-sadrzaj .desni ul{
    list-style-type: none;
}
.footer-sadrzaj .lijevi, .footer-sadrzaj .desni{
    width: 48%;
}
.footer-eu{
    width: 350px;
    margin: 60px auto 0 auto;
    background-color: white;
}
.klik{
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    font-size: 16px;
}
.klik a:hover{
    color: #EFEF16;
}

/**************************** NASLOVNA MOBITEL ************************/
.hamburger{
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 100;
}
@media only screen and (max-width: 1500px){
    .mid{
        display: block;
    }
    .normal{
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    .small{
        display: block;
    }
    .mid{
        display: none;
    }
    .pozadina{
        padding: 50px 50px;
    }
}
@media only screen and (max-width: 1020px){
    .navigation{
        display: none;
    }
    .hamburger{
        display: block;
    }
    .pozadina{
        background-attachment: initial;
    }
    h1{
        font-size: 80px;
    }
    h2{
        text-align: center;
    }
    .sadrzaj{
        padding: 60px 80px;
    }
    .o-nama-tekst{
        margin-bottom: 20px;
    }
    .normal{
        display: block;
    }
    .small, .mid{
        display: none;
    }
    .usluge-item, .o-nama{
        display: block;
    }
    .lijevi, .desni{
        width: 100%;
    }
    .lista{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px){
    .sadrzaj{
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 700px){
    .kontakt-sadrzaj{
        display: block;
    }
    .kontakt-sadrzaj .desni{
        width: 80%;
        margin: auto;
    }
    .kontakt-sadrzaj p{
        font-size: 20px;
    }
    .kontakt-sadrzaj .lijevi{
        margin-bottom: 20px;
    }
    .footer-sadrzaj .lijevi ul, .footer-sadrzaj .desni ul{
        float: none;
        text-align: center;
    }
    .footer-sadrzaj{
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px){
    .logo{
        width: 150px;
    }
    .hamburger img{
        width: 50px !important;
    }
    h1{
        font-size: 60px;
    }
    .normal{
        display: none;
    }
    .mid{
        display: block;
    }
}


.hamburger img{
    width: 80px;
}
.navigation-hamburger{
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.4s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #9bc27e;
    color: white;
    list-style: none;
    padding-top: 180px;
}
.navigation-hamburger li{
    padding: 20px 0 20px 50px;
    border-top: 2px solid white;
}
.navigation-hamburger li:nth-of-type(4){
    border-bottom: 2px solid white;
}
.navigation-hamburger li:hover{
    background-color: #8bad72;
}
.showMenu {
    transform: translateY(0);
}
.menuItem{
    text-decoration: none;
    color: white;
    font-size: 30px;
    display: block;
}


.bold p, .bold li, .bold a {
    font-weight: bold !important;
}

/***************** Helper bočna traka ********************/
.sticky-button {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00438b;
    padding: 10px;
    border: none;
    cursor: pointer;
}
.sticky-button img{
    width: 70px;
}
@media only screen and (max-width: 1200px){
    .sticky-button img{
        width: 30px;
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 150;
}

.overlay-content {
    position: absolute;
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #252125;
    overflow-x: hidden;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-weight: 700;
    color: white;
}
.overlay-content button{
    width: 100%;
    padding: 20px 0;
    font-size: 30px;
    background-color: transparent;
    font-weight: 700;
    color: white;
    border: 2px solid white;
    margin-bottom: 10px;
}
.overlay-content button:hover{
    background-color: #353135;
}
.overlay-content div{
    font-size: 30px;
    padding: 20px 0;
}
.close-btn{
    margin-bottom: 30px !important;
    background-color: #00438b !important;
    color: white;
    border: none;
}
.close-btn:hover{
    background-color: #014fa1 !important;
}
/*****************************************************************************/
.kontakt-sadrzaj .lijevi img{
    width: 100%;
}
.kontakt-sadrzaj .lijevi{
    padding-left: 4%;
}
@media only screen and (max-width: 700px){
    .kontakt-sadrzaj .lijevi{
        padding-right: 4%;
    }
}
