body {
    font-family: "Roboto", sans-serif;

}

html {
    scroll-behavior: smooth;
}

.logoImg img {
    width: 100%;
    max-width: 90px;
}

.navList {
    justify-content: center;
}

.zakazi,
.zakaziDugme a {
    border: 2px solid white;
    background: #ca0707;
    color: white;
    padding: 10px 25px;
    box-shadow: 0px 0px 8px 0px #ca0707;
    text-decoration: none;
}

.zakaziDugme a {
    position: absolute;
    right: 41%;
    top: 65%;
    font-size: 30px;
    background-color: #ca0707;
    box-shadow: 0px 0px 8px 0px #ca0707;
}

.listHover a:hover {
    background-color: black;
    color: white !important;
}

.navList a {
    border: 1px solid black;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100000000000;
}

.navbarText {
    z-index: 100000;
    border-bottom: 3px solid black;
}

.spanOverNumber {
    position: absolute;
    top: 19%;
    font-size: 30px;
    letter-spacing: 6px;
    left: 44%;
}

.satisfiedCustomer {
    font-family: fantasy;
    letter-spacing: 6px;
    bottom: -11%;
    position: absolute;
    right: 26%;
    font-size: 20px;
}



.backgroundDiv {

    top: 0;
}

.navbarText {
    z-index: 100000;
}

.navList a {
    color: white !important;
}

.padding {
    padding: 0;
}

.backgroundDiv {
    width: 100%;
}

.bgDiv {
    background-color: #252525;
    width: 100%;
    height: 100vh;
    position: relative;
}

#pricing {
    background-color: #252525;
    color: white;
    padding: 30px 0;
}

.prices1 {
    text-align: center;

}

#pricing h2 {
    text-align: center;
    border-bottom: 1px dashed white;
    margin-bottom: 30px;
    padding: 0 0 20px;
}


.bgDiv h2,
.bgDiv p {
    text-align: center;
    top: 45%;
    position: relative;
    color: white;
}

.bgDiv1 {
    background-image: url("../images/daneicale.jpeg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: absolute;

}

.bgDiv1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 38%);
    z-index: 1;
}

.reviewDane {
    max-width: 300px;
    border: 1px solid white;
    background: #004400;
    padding: 10px 30px 0;
    position: relative;
    top: 60%;
    left: -5%;
    z-index: 1000;
}

.reviewDane:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 38%);
    /* poluprovidna maska */
    z-index: 1;
}

.navList a {
    color: black !important;
}

.navList li {
    padding: 0 30px;
}

.aboutUsText img {
    max-width: 160px;
    width: 100%;
}

.aboutUsExperience {
    padding: 150px 130px 120px;
    text-align: center;
    position: relative;
}

.bgDiv1 p {
    text-align: center;
    top: 50%;
    position: relative;
    color: white;
    z-index: 10000;
}

.bgDiv h2 {
    padding: 0 80px;
}

/* .zakaziDugme a {
    display: inline-block;
    background-color: #036833;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
} */

.whatWeOffer img {
    width: 100%;
    max-width: 30px;
}



.offerIcons,
.offerIcons1 {
    width: 50%;
    border: 2px solid black;
    padding: 55px 100px;
    box-sizing: border-box;
    background-color: white;
    margin: 10px;
}





.galleryImg {
    /* background-image: url("../images/scissorsbg.jpg"); */
    border: 2px dashed black;
    margin-top: 30px;
    text-align: center;
}

.galleryImg img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    max-height: 250px;
    border-radius: 70%;
    padding: 10px;
}

#location {
    color: white;
}

.zakazi:hover,
.zakaziDugme:hover {
    text-decoration: none;
    color: #ca0707;
    background-color: white;
}

.zakaziDugme a:hover {
    text-decoration: none;
    color: #ca0707;
    background-color: white;
}

.aboutUsText {
    padding: 30px 60px;
}

.mapsLocation iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mapsLocation {
    padding: 50px;
}

.socialNetworks {
    margin-top: 150px;
    background-color: black;
    color: white;
    padding: 30px;
}

.socialNetworks p {
    border-bottom: 1px dashed white;
}

.socialNetworks a {

    text-decoration: none;
    color: white;
}

.gallery {
    margin-bottom: 50px;
}



#splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000000000;
}

#splash img {
    width: 300px;
    height: auto;
    z-index: 10000000000000;
}


#main {
    display: none;
    padding: 40px;
    text-align: center;
}

.footer {
    background: black;
    text-align: center;
}


.footerImg img {
    width: 100%;
    max-width: 200px;
    padding: 20px;
}





/* MEDIA QUERY ZA MOBILNE UREĐAJE do 576px */
@media (max-width: 776px) {

    .navList,
    .navbar-collapse {
        flex-direction: column;
        align-items: center;
    }

    .navbar-nav li {
        padding: 5px 0;
    }

    .zakaziDugme a {
        right: 50% !important;
        transform: translateX(50%);
        top: 75% !important;
        font-size: 16px !important;
        padding: 8px 20px;
    }

    .aboutUsText img {
        max-width: 130px;
        width: 100%;
    }

    ul#price-list {
        padding: 0;
    }

    .bgDiv,
    .bgDiv1 {
        height: auto;
        min-height: 80vh;
        position: relative;
    }

    .reviewDane {
        position: absolute;
        margin: 0;
        font-size: 12px;
        left: 5%;
        top: 55%;
        padding: 5px 5px 0;
        margin: 0;
    }

    .aboutUsExperience {
        padding: 80px 20px;
    }

    .spanOverNumber {
        top: 10% !important;
        right: 31% !important;
        font-size: 20px;
    }

    .span20 {
        font-size: 60px !important;
        top: 25% !important;
        right: 32% !important;
    }

    .satisfiedCustomer {
        font-size: 14px !important;
        right: 35% !important;
        bottom: -15% !important;
    }

    .aboutUsText {
        padding: 20px;
    }

    .prices1 {
        margin-bottom: 30px;
    }

    .mapsLocation {
        padding: 20px;
    }

    iframe {
        height: 250px !important;
    }

    .socialNetworks {
        margin-top: 50px;
        padding: 20px;
    }

    .socialNetworks p {
        font-size: 14px;
    }

    .footerImg img {
        max-width: 120px;
    }

    .logoImg img {
        max-width: 60px;
    }

    .navbar-toggler {
        margin-right: 20px;
    }

    .bgDiv h2 {
        position: absolute;
        font-size: 35px !important;
    }
}


@media(max-width:576px) {
    .bgDiv h2 {
        position: absolute;
        font-size: 33px !important;
        padding: 10px;
    }

    .zakaziDugme a {

        font-size: 23px !important;

    }

    .reviewDane {
        font-size: 13px;
        top: 76%;
        padding:10px;
        left: 2%;
    }

    .spanOverNumber {
        top: 10% !important;
        left: 37% !important;
    }

    .span20 {
        font-size: 50px !important;
        right: 28% !important;
    }

    .satisfiedCustomer {
        font-size: 14px !important;
        right: 28% !important;
        bottom: -5% !important;
    }

    .aboutUsText p {
        font-size: 15px;
    }

    div#pricing h2 {
        padding-bottom: 10px;
        font-size: 25px;
    }

    .prices1 {
        font-size: 14px;
    }

    a.zakazi {
        font-size: 13px;
    }

    .aboutUsText img {
        max-width: 100px;
        width: 100%;
    }

    .aboutUsTextLogo {
        text-align: center;
    }
}



