body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}

.navigacijabg {
    background-color: rgba(255, 255, 255, .6);
}

/* Postavljanje osnovnih stilova */
.navbar-klasa {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100%);
}

.navbar-klasa.show {
    transform: translateY(0);
}

/* Osiguraj da hero sekcija ima odgovarajuću margu kako navbar ne bi prekrio sadržaj */
.main-hero {
    margin-top: 70px; /* Prilagodi visini navbar-a */
}


.main-hero {
    min-height: 70vh;
    background-image: url(../images/hero-main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-1 {
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffecec;
}


.bg-2 {
    background-image: url(../images/bg-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffecec;
}


.bg-3 {
    background-image: url(../images/bg-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffecec;
}


.siva-pozadina {
    background-color: #515166;
    color: #ffecec;
}

.hero-2 {
    height: 70vh;
    background-image: url(../images/hero-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-3 {
    height: 70vh;
    background-image: url(../images/hero-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-4 {
    height: 70vh;
    background-image: url(../images/hero-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slika-pozadina {
    background-image: url(../images/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-blur {
    background-color: rgba(5, 5, 5, .4);
}

.bg-forma {
    background-color: #efefef;
}

/*.kontakt-sekcija {
    background-image: url(./images/hero1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}*/

.crna-pozadina {
    background-color: #000;
    color: #fff;
}

.karusel {
    max-height: 300px;
}

.img-thumbnail {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.pedjula {
    border-radius: 0 30px 30px 30px;
}

.pink-color {
    color: #be48a0;
}

.kontakt-krug {
    max-height: 320px;
}

.logo-mali {
    max-height: 100px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #51516650;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: .8rem;
}

#myBtn:hover {
    background-color: #be48a0;
}

.alt-font {
    font-family: 'Dosis', sans-serif;
}

.viber {
    color: #BE4BDB;
}

.telegram {
    color: #0088cc;
}

.skype {
    color: #00aff0;
}

.whatsapp {
    color: #82C91E;
}
