*{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
}

nav{

    background-color: grey;
    box-shadow: 3px 3px 5px rgba(0, 0, 0 ,0.1);
}

.navbarNormal{

    background-color: #162e4e;
    z-index: 90;
    box-shadow: 3px 5px 5px rgba(0, 0, 0 ,0.1);


}

nav ul{
    position: fixed;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li{

    height: 50px;
    position: relative;
    padding: 10px 0px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    letter-spacing: 0.15rem;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;

}

.hideOnMobile:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;

}
.hideOnMobile:hover:after {
    width: 100%;
    left: 0;
}

nav li:first-child{
    margin-right: auto;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.202);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0 ,0.1) ;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.menuButton{
    display: none;
    color: #fff;
}

.sidebar li{
    width: 100%;
}

.sidebar a{
    width: 100%;
}

/*Pocetak Hero Sekcije*/
.overlay1 {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.650);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items{
    text-align: center;
}

.main-naslov{
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 500;
}

.linija{
    margin: 0 auto;
    height: 2px;
    width: 70%;
    background-color: white;
}

.second-naslov {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 400;
}

.cointainer {
    width: 80%;
    padding-left: 20%;
    padding-right: 20%;
}

.hero-section {
    font-family: 'Montserrat';
    width: 100%;
    height: 100vh;
    background-image: url("images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


@media(max-width:800px){
    .hideOnMobile{
        display: none;
    }
    .menuButton{
        display: block;
    }
}

@media(max-width:450px){
    .sidebar{
        width: 100%;
    }
}

/*Kraj Hero Sekcije*/
/*Pocetak about sekcije*/

.aboutUS-section {
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 50vh;
    padding: 0 15%;
    box-sizing: border-box;
    text-align: center;
}

.koHeder{
    color: #2C6F9C;
    font-size: 38px;
}

i {
    color: #2C6F9C;
}

.kontakt-info-icons {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;

}

.kontakt-info-icons p {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: start;
}




.row {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;

}

.col-1,
.col-2 {
    width: 50%;
}


/* Contact Section Styling */
.kontakt-wrapper {
    background-color: #f0f0f0; /* Light grey background for contrast */
    padding: 40px 0; /* Adds padding above and below the contact content */
    color: #333; /* Dark text for readability */
}

.kontakt-info-wrapper {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    padding: 20px; /* Padding around the content */
}

.kontakt-info-text h1, .kontakt-info-text p {
    text-align: center; /* Center-aligns the text */


}



.kontaktTel {
    font-size: 24px;
    margin-bottom: 3.5%;

}

.kontaktMail {
    font-size: 24px;
}

.tekstProcena {
    margin-top: 15px;
}



.kontakt-info-line {
    height: 2px;
    background-color: #2C6F9C; /* Matching the theme color */
    width: 60%; /* Line width */
    margin: 20px auto; /* Center the line horizontally and add some space above and below */
}




.col-1 {
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-2 img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-1,
    .col-2 {
        margin-top: 30px;
        width: 100%;
    }

    .aboutUS-section {
        padding: 0 10%;
    }
}

/*Kraj about us sekcije*/

.uslugeh1 {
    margin-top: 50px;
    text-align: center;
    color: #2C6F9C;
    font-size: 38px;
}

.tekst-sekcija {
    position: relative;
    background-image: url("images/img2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vh;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px; /* Dodajemo margin-top kako bismo stvorili razmak iznad tekst-sekcija */
}

.tekst {
    font-size: 32px;
    padding: 0 15%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-2 {
    position: absolute; /* Dodali smo apsolutno pozicioniranje */
    top: 0; /* Postavili smo top na 0 kako bi se overlay-2 nalazio na vrhu tekst-sekcije */
    left: 0; /* Postavili smo left na 0 kako bi se overlay-2 protezao po cijelom roditeljskom elementu */
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.650);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}


.usluge-section {
    color: #fff;
    background-color: #162e4e;

    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.tekst-usluge {
    width: 70%;
    padding: 0 15%;
    text-align: center;
}

.tekst-usluge div {
    margin-top: 20px;
    font-size: 32px;
    margin-bottom: 20px;
}

.album {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
}



.album img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer {
    background-color: #162e4e;
    color: #ffffff;
    text-align: center;
    padding: 20px 10px;

}

@media screen and (max-width: 850px) {
    .album {
        display: block;
    }

    .album div {
        width: 100%;

    }

    .tekst{
        font-size: 20px;
    }

    .tekst-usluge div{
        font-size: 20px;
    }

    .col-1{
        font-size: 20px;

    }

    .row{
        margin-top: 5px;
    }



    .main-naslov{
        font-size: 38px;
    }
    .second-naslov{
        font-size: 32px;
    }

    .koHeder{
        font-size: 32px;
        padding: 0;
    }
}