@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap');

*{
        font-family: 'IBM Plex Sans', sans-serif;
        padding: 0;
        box-sizing: border-box;
        margin: 0;
}
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&display=swap");
* {
    font-family: "IBM Plex Sans", sans-serif;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.nav-items {
    display: flex;
    justify-content: space-around;
    width: 30%;
    margin-top: 3px;
}

.navbar {
    background-color: rgb(238, 238, 238);
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    height: 70px;
    padding-top: 20px;
}
.navbar h1 {
    font-size: 28px;
}

a {
    text-decoration: none;
    color: black;
    transition: 0.4s ease-in-out all;
}
.navbar a:hover {
    color: rgb(142, 137, 137);
}

#home {
    margin-left: 15px;
    margin-top: 50px;
    display: flex;
}

#home h1 {
    font-size: 20px;
    text-align: center;
}

#home .home-text {
    margin-top: 70px;
    margin-left: 40px;
    padding-right: 20px;
}
#home .home-text h3 {
    font-size: 14px;
    margin-top: 40px;
    margin-left: 37px;
    color: rgb(54, 54, 54);
    font-weight: 500;
}
#home img {
    width: 100%;
    margin-top: 20px;
}

.info {
    margin-top: 70px;
}
.info h1 {
    font-size: 20px;
    margin-left: 3.5%;
}

img {
    width: 50%;
}

.images img {
    width: 200px;
    color: black;
}

.images {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 50px;
}

.benefits {
    width: 180px;
    text-align: center;
}
.benefits h3 {
    font-size: 16px;
    color: rgb(54, 54, 54);
    font-weight: 500;
}
#about {
    margin-top: 40px;
    text-align: center;
}
#about h1 {
    margin: 10px 0px 2.5px 0px;
}
#about img {
    margin-top: 40px;
    width: 65%;
    height: 40%;
}

.sub-about {
    display: flex;
}

.idea {
    width: 50%;
    margin-top: 80px;
}
.idea h1 {
    padding-left: 47%;
}
.idea h3 {
    color: rgb(54, 54, 54);
    padding: 70px 50px 60px 100px;
    font-weight: 500;
    font-size: 14px;
}
#ideja_slika {
    height: 400px;
    margin-right: 20px;
    padding-right: 30px;
    margin-bottom: 50px;
    border-radius: 50px;
}
.sub-about img {
    height: 400px;
    width: 50%;
    margin-top: 60px;
}
.futer {
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(233, 233, 233);
    height: 300px;
}
.futer h3 {
    margin-bottom: 10px;
}
.futer h4 {
    margin-bottom: 10px;
}
#mapa {
    width: 400px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;

    border: solid 3px;
    border-radius: 25px;
}

.kontakti h4 {
    font-size: 14px;
}
.karta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.naslovi h3 {
    margin-bottom: 20px;
}
#adresa {
    font-size: 14px;
}

@media screen and (max-width: 1040px) {
    #home {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sub-about {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .idea {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    #ideja_slika {
        width: 70%;
        height: 460px;
        margin-right: 0;
        padding-right: 0;
    }
    .idea h1 {
        padding-left: 0px;
    }
}

@media screen and (max-width: 922px) {
    #ideja_slika {
        height: 400px;
    }
}

@media screen and (max-width: 774px) {
    #ideja_slika {
        height: 300px;
        width: 80%;
        margin-top: 0px;
    }
    iframe {
        width: 250px;
    }
    .benefits h3 {
        font-size: 13px;
    }
}
@media screen and (max-width:500px) {
    .nav-items { 
        width: 35%;
        font-size: 14px;
    }
    #ideja_slika {
        height: 200px;
    }
}
@media screen and (max-width: 430px) {
    iframe {
        width: 100%;
    }
    .futer .kontakti h4{
        font-size: 12px;
    }
    .futer h3 {
        font-size: 18px;
    }
    .copyright {
        margin-bottom: 5px;
    }
    .karta {
        width: 200px;
    }
    .futer {
        justify-content: space-evenly;
        padding: 0px 5px;
    }
    .naslovi {
        display: none;
    }
    #adresa {
        font-size: 12px;
    }
    .idea h3 {
        padding-right: 50px ;
        padding-left: 50px;
    }
    #home .home-text h3 {
        margin-left:0px ;
    }
    #home .home-text {
        margin-left: 20px;
    }
    .nav-items {
        width: 40%;
    }
    .nav-items h3 {
        padding: 0xp 10px;
    }
}