:root {
    --primary-color: #2F2484;
    --secondary-color: #FEFEFE;
    --tertiary-color: #01953F;
}

#ciljevi img {
    width: 500px;
}

html {
    scroll-behavior: smooth;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;1,300&display=swap');



body {

    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    /* font-weight: bold; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Exo 2', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Exo 2', sans-serif;
    font-family: 'Montserrat', sans-serif; */


    /* font-family: 'Exo 2', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans', sans-serif; */


    font-family: 'Exo 2', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 600;
    scroll-behavior: smooth;

}

header {
    background-color: var(--secondary-color);
    padding: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    position: fixed;
    top: 0px;
    font-size: 1.1rem;
    left: 0px;
    width: 100%;
    z-index: 1000;
    border-bottom: 0.5px solid #97c4aa;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}

.navbar img {
    max-width: 100px;
    /* Prilagodite veličinu prema potrebi */
}

.navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin-right: 20px;
}

.navbar a {
    text-decoration: none;
    color: var(--tertiary-color);
    padding: 5px 0px;
}

.navbar a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    transition: 0.3s;
}

.navbar .contact a {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 5px;
    border: 2px solid var(--secondary-color);
}

.navbar .contact a:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    transition: 0.3s;
}


/* Dodatak za responsivnost */
.menu-icon {
    display: none;
    cursor: pointer;
    font-size: 24px;
}




#pocetna {
    /* background-image: url("novipazar.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */

    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
    color: var(--tertiary-color);
}

#pocetna .img1 {
    /* position: relative; */
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("novipazar.webp"); */
    /* background-image: url("team-starting-project_74855-4818.avif");
    background-size: cover;
    background-position: center; */
    background-repeat: no-repeat;
    /* box-shadow: 1px 7px 14px #2f248486; */
    margin: 0px 10px;
    height: 100%;
    width: 50%;
}

#pocetna p {
    line-height: 1.4;
    font-weight: 400;
}


#pocetna p span {
    /* color: var(--primary-color); */
    background-color: var(--tertiary-color);
    color: white;
    padding: 0px 2px;
    font-weight: 600;
}

#pocetna h1 {
    font-size: 2.1rem;

}

#pocetna p {
    width: 100%;
    font-size: 1.3rem;
    margin: 0px;
    padding: 0px;
    color: var(--tertiary-color);

}

.tekst-sec1 {
    padding: 20px;
    border-radius: 15px;
    width: 30%;
    background-color: #ffffffd3;
    bottom: 10px;
    left: 296px;

    /* box-shadow: rgba(177, 178, 181, 0.1) 3px 20px 25px 5px, rgba(63, 65, 66, 0.04) 2px 10px 10px -5px;
     */

    /* -webkit-box-shadow: 1px -3px 48px -18px rgba(179, 179, 179, 1);
    -moz-box-shadow: 1px -3px 48px -18px rgba(179, 179, 179, 1);
    box-shadow: 1px -3px 48px -18px rgba(179, 179, 179, 1); */

    -webkit-box-shadow: 2px 0px 48px -18px rgba(179, 179, 179, 1);
    -moz-box-shadow: 2px 0px 48px -18px rgba(179, 179, 179, 1);
    box-shadow: 2px 0px 48px -18px rgba(179, 179, 179, 1);
}

#oprojektu {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--primary-color);
    padding: 20px 150px;
    font-size: 1.3rem;
    text-align: center;
    background-color: rgb(249, 249, 249);

}

#oprojektu p span {
    font-weight: 1800;
    color: #0a024d;
}

#ciljevi {
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--primary-color);
    padding: 0px 150px;

    text-align: center;
    font-size: 1.3rem;
}



#ciljevi h1 span {
    font-weight: 1800;
    color: #0a024d;
    /* font-size: 1.3rem; */
}

#aktivnosti {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--primary-color);
    width: 100%;
    /* padding: 0px 110px; */
    padding-left: 0px;
    font-size: 1.3rem;
    background-color: rgb(249, 249, 249);
    padding: 40px 0px;
}

.text-akt {
    width: 40%;
    padding-left: 30px;
}

.img-akt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aktivnosti img {
    width: 70%;
    height: 100%;
    border-radius: 15px;
    /* margin: 0px 10px; */
}


#finansijkapodrska {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--tertiary-color);
    padding: 0px 150px;
    font-size: 1.3rem;
    text-align: center;
}

#finansijkapodrska .img-fp img {
    width: 100%;
    border-radius: 15px;
}

footer {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: var(--secondary-color);
    padding: 0px 150px;
    font-size: 1.3rem;
    text-align: left;
    background-color: var(--primary-color);
}

footer a {
    color: var(--secondary-color);
    text-decoration: none;
}

footer i {
    color: var(--tertiary-color)
}

.razmak {
    margin: 10px 0px;
}

.location iframe {
    height: 300px;
    border-radius: 15px;
    box-shadow: 11px 7px 14px #bfbcd486;
}

.footer-text {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.footer-text i {
    margin-right: 14px;
}

.footer-text a {
    margin-bottom: 4px;
    font-size: 1.3rem;
}



.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    padding: 0;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .navbar ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: var(--secondary-color);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 30px 0px;
    }

    .navbar {
        padding: 0px 30px 0px 0px;
    }

    .navbar ul.show {
        display: flex;
    }

    .navbar li {
        margin: 25px 0px;
        text-align: center;

        padding: 10px;
    }

    .text-akt li {
        margin: 20px 0px;
        /* text-align: center; */
        padding: 10px;
    }

    .menu-icon {
        display: block;
    }

    #pocetna {
        height: 80vh;
        flex-direction: column;
        margin-bottom: 130px;
    }

    #pocetna img {
        width: 100%;
    }

    #pocetna h1 {
        font-size: 1.4rem;
    }

    .tekst-sec1 {
        left: 10px;
        width: 60%;
        bottom: 80px;
    }

    #pocetna p {
        font-size: 1.1rem;
    }

    #oprojektu {
        padding: 0px 0px;
        width: 100%;
        font-size: 18px;
        margin: 60px 0px;
        margin-top: 100px;
        font-size: 17px;
        margin-bottom: 110px;
    }

    #oprojektu h3 {
        width: 80%;
    }

    #footer {
        margin-top: 15px;
        height: 90vh;
        flex-direction: column;
        /* padding: 0px 20px; */
        padding: 0px;
        width: 93%;
        padding-left: 34px;
        font-size: 18px;
    }

    #footer .footer-text {
        font-size: 18px;
        width: 100%;
    }

    #footer .footer-text a {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #aktivnosti {
        flex-direction: column;
        font-size: 18px;
    }

    #aktivnosti li {
        width: 100%;
        margin: 0px;
        margin-bottom: 4px;
        padding: 0px;
    }

    .navbar ul {
        height: 100vh;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: var(--secondary-color);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin: 30px 0px;
    }

    #aktivnosti img {
        width: 260px;
        margin: 0px 10px;
    }

    #finansijkapodrska {
        flex-direction: column;
        padding: 0px 20px;
        font-size: 18px;
    }

    #ciljevi {
        flex-direction: column;
        font-size: 17px;
        padding: 0px 20px;
        margin-bottom: 28px;

    }

    .location {
        width: 100%;
    }

    iframe {
        width: 80vw;
        height: 10px;
        margin-top: 20px;
    }

    #ciljevi img {
        width: 300px;
    }

    #ciljevi {
        color: var(--tertiary-color);
    }

    .text-akt {
        width: 80%;
        margin: 0px;
        padding: 0px;
    }

    #pocetna .img1 {
        width: 100%;
        margin-top: 50px;
    }



    .menu {
        display: flex;
    }

    .img-akt {
        display: none;
    }

}













.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu {
    transition: transform 0.3s ease-in-out;
}

.menu.active {
    transform: translateX(0);
}