/* logo color : */
/* roza boja : #DE589F */
/* crna boja : #231F20 */
/* font: 'Roboto', sans-serif  */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.div-za-sefa {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 10px;
}

.ikona-za-vlasnika-div {
    display: flex;
    /* width: 200px;
    height: 100px; */
    color: white;
    margin-right: 10px;
}

.ikona-za-sefa {
    font-size: 30px;
    color: white;
}

.navbar {
    background-color: #fff;
    padding: 1px 120px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.logo img {
    height: 90px;
    padding-top: 10px;
}

.kontakt a {
    text-decoration: none;
    color: #231F20;
    font-size: 22px;
    padding: 19px 6px;
    border: 1px solid transparent;
    font-weight: bold;
}



/* 
 */
.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}



/*  */
.navbar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-left: auto;
}

.navbar ul li {
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar ul li a {
    text-decoration: none;
    color: #231F20;
    padding: 19px 6px;
    font-size: 18px;
    border: 1px solid transparent;
    /* font-weight: bold; */

}

.navbar ul li a:hover {
    color: #DE589F;
    transition: 0.7s;
    border-bottom: 1px solid #DE589F;
}

.kontakt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #231F20;
}

.kontakt i {
    font-size: 25px;
    margin-right: 2px;
}

.citati {
    display: flex;
    padding-top: 30px;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
    height: 86.4vh;
    background-image: url('Untitled\ design\ \(3\).png');
    flex-direction: column;
}




.line {
    width: 200px;
    height: 2px;
    background-color: #d365a2;
    margin-bottom: 20px;
}

.citat {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
}

.citat2 {
    font-size: 11px;
}


.tri-kartice {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    flex-direction: row;
}

.kartica {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #ffffff7c;
    width: 350px;
    height: 46vh;
    background-color: #ffffffb6;
    flex-direction: column;
    text-align: center;
}

/* .kartica:hover{
    transform: scale(1.1); 
    transition: 0.6s;
} */

.kartica i {
    font-size: 50px;
    margin-bottom: 20px;
    margin: 0px 20px;
}

.icon {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.iconline {
    width: 20%;
    height: 2px;
    background-color: #DE589F;
    margin-bottom: 20px;
}

.naslov {
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
    color: #DE589F;
    margin-bottom: 20px;
}

.opis {
    font-size: 18px;
    color: #231F20;
}


/* DIV #2 */

.div2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66.4vh;
    background: linear-gradient(rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.699)), url('pexels-mikhail-nilov-8296970.jpg');
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    flex-direction: column;
    padding: 210px;
}

.div2 h1 {
    font-size: 59px;
    margin-bottom: 17px;
}

.div2 p {
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}

.div2 a {
    font-size: 22px;
    margin-top: 15px;
    padding: 23px;
    border-radius: 15px;
    background-color: #de58a070;
    color: white;
    border: 2px solid white;
    text-decoration: none;

}

.div2 a:hover {
    background-color: rgb(255, 255, 255);
    color: #DE589F;
    border: 2px solid #DE589F;
    transition: 0.3s;
}

.div2 i {
    color: #fa8bc6;
}





.divzanovufirmu {
    width: 100%;
    height: 150px;
    text-align: center;
    border-top: 6px solid #DE589F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divzanovufirmu a {
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 25px;
    margin-left: 50px;
    padding: 15px 36px;
    background-color: #de58a086;
}

.divzanovufirmu h1 {
    color: #231F20;
}

.divzanovufirmu a:hover {
    color: #DE589F;
    background-color: #ffeff8;
    transition: 0.3s;
    box-shadow: 5px 9px 15px 3px #888888;
}

.divzastaradimo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12.4vh;
    background: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.384)), url(pexels-tima-miroshnichenko-6694543.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    background-size: cover;
    flex-direction: column;
    text-shadow: 0px 0px 10px #b997aa;
    padding: 190px 220px;
    border-top: 4px solid #DE589F;
    border-bottom: 4px solid #DE589F;

    background-attachment: fixed;
}

.pitanje {
    font-size: 42px;
    margin-bottom: 17px;
    width: 890px;
    text-align: center;
}

.opis-rada {
    text-align: left;
    font-size: 28px;
}

/* Kako postati akademac klijent */

.informacije {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ffffff;
    height: 60vh;
    background-image: url('pozadinaaaa2.png');
    flex-direction: column;
    padding: 230px 0px;
}

.kakopostatiklijent h1 {
    font-size: 45px;
    margin-bottom: 17px;
}

.kakopostatiklijent p {
    font-size: 20px;
    width: 600px;
    text-align: center;
}

.linijazaodvajanje {
    width: 60%;
    height: 2px;
    background-color: #e4e4e4;
    margin: 20px 0px;
}

.akademac-agencijazavas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.akademac-agencijazavas h1 {
    font-size: 45px;
}

.akademac-agencijazavas h2 {
    font-size: 30px;
    margin-bottom: 17px;
}

.akademac-agencijazavas p {
    font-size: 20px;
    width: 690px;
    text-align: left;
}

.akademac-agencijazavas p i {
    font-size: 17px;
    margin-right: 10px;
}

/* kontakt i radno vreme */

.kontaktIradnovreme {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    flex-direction: column;
    padding: 180px 0px;
}

.naslovzanjih {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.naslovzanjih h1 {
    font-size: 45px;
    margin-bottom: 17px;
}

.naslovzanjih p {
    font-size: 20px;
    width: 600px;
    text-align: center;
}

footer {
    background-color: #ffffff;
    padding: 50px 170px;
    display: flex;
    flex-direction: row;
}

footer * {
    color: rgb(48, 44, 44);
}

.kontakt-div {
    display: flex;
    justify-content: center;
    align-items: left;
    width: 50%;
    height: 30vh;
    background: transparent;
    flex-direction: column;
    padding: 180px 0px;
}

.kontakt-div h1 {
    font-size: 45px;
    margin-bottom: 17px;
}

.kontakt-div a {
    font-size: 25px;
    margin-bottom: 17px;
}

.kontakt-div a i {
    margin-right: 10px;
}

.h3-kontakt-div {
    margin-bottom: 17px;
}

.kontakt-div a span {
    color: #DE589F;
    font-weight: bold;
}

.lokacija {
    display: flex;
    justify-content: center;
    align-items: left;
    width: 50%;
    height: 340px;
    background: transparent;
    flex-direction: column;
    padding-top: 15px;
}

.lokacija iframe {
    display: flex;
    margin-top: 30px;
    width: 700px;
}

.lokacija i {
    margin-right: 5px;
}












/* media */

@media only screen and (max-width: 768px) {
    .navbar {
        padding: 0px 0px;
        width: 100%;
    }

    .navbar .kontakt {

        margin-left: 0px;
    }

    .kontakt a {
        font-size: 19px;
    }

    .navbar img {
        width: 46px;
        height: 60px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
        top: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* prvi div */
    .citati {
        width: 100%;
        height: 190vh;

    }

    .tri-kartice {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    .kartica {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;

    }


    /* div "Trazite knjigovodju" */

    .div2 {
        padding: 0px;
        height: 60vh;
        /* background: linear-gradient(rgba(0, 0, 0, 0.692),rgba(0, 0, 0, 0.699)), url('pexels-mikhail-nilov-8296970.jpg'); */
        background: linear-gradient(rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.699)), url('responsive-slika-div2-.jpeg');
        background-repeat: no-repeat;

    }

    .div2 h1 {
        font-size: 30px;
    }

    /* div - "zelite li da orvorite firmu" */

    .divzanovufirmu h1 {
        font-size: 20px;
    }

    .divzanovufirmu a {
        font-size: 15px;
    }

    /* div - "divzastaradimo" */

    .divzastaradimo {
        padding: 0px;
        height: 60vh;
    }

    .divzastaradimo h1 {
        font-size: 26px;
        width: 90%;
    }

    .opis-rada {
        margin-left: 30px;

    }

    /* div za one koji zele da postanu akademac klijent */
    .informacije {
        height: 600px;
        padding: 0px;
        margin: 0px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .informacije h1 {
        font-size: 29px;
        text-align: center;
        width: 390px;
    }

    .kartica3 {
        margin-bottom: 30px;
    }

    .kakopostatiklijent p {
        font-size: 18px;
        text-align: center;
        width: 390px;
        text-align: center;
        margin: 0px;
        padding: 0px;
        margin-left: 50px;
    }

    .informacije h2 {
        font-size: 16px;
        text-align: center;
        width: 370px;
    }

    .informacije p {
        font-size: 17px;
        text-align: left;
        width: 360px;
        margin-left: 20px;
    }

    /* footer responsive */
    footer {
        padding: 0px;
        display: flex;
        justify-content: center;
        width: 55px;
        align-items: center;
        flex-direction: column;
        padding: 0px 39px;
        padding-bottom: 90px;
    }

    .h11 {
        font-size: 30px;
        width: 300px;
        /* padding-top: 90px; */
    }

    .kontakt-div h1 {
        font-size: 35px;
        width: 300px;
    }

    .kontakt-div a {
        font-size: 20px;
        width: 300px;
    }

    .lokacija iframe {
        display: flex;
        margin-top: 30px;
        width: 329px;
    }

    .kontakt-div {
        margin-bottom: 0px;
    }

    .lokacija h1 {
        font-size: 30px;
        width: 300px;
    }

    .lokacija {
        margin-top: 0px;
        padding-top: 0px;
        height: 150px;
    }
}

a {
    text-decoration: none;
}