.main-body{
    margin: 0;
    padding: 0;
    /* background-color: aqua; */
    background-image: url('Assets/INDEX_BG.jpg');
    background-size: cover;          /* Slika će prekriti ceo ekran */
    background-position: right;      /* Pozicija slike u centru */
    background-repeat: no-repeat;     /* Bez ponavljanja */
    background-attachment: fixed;
    /* height: 100vh;
    min-height: 100svh; */
                           /* Visina da pokriva ceo ekran */
    width: 100vw;                     /* Širina da pokriva ceo ekran */
    overflow-x: hidden;  
    overflow-y: visible;
}

.header-div{
    /* background-color: aquamarine; */
    background-color: rgba(192, 177, 164, 0.786);
    width: 100wv;
    height: 5%;
    margin: 0;
    padding: 0;
    border-bottom: solid 5px;
    border-color: white;
}

.header-inside-left{
    /* background-color: beige; */
    float: left;
    width: 33.3%;
    height: 100%;
}
.flag{
    /* background-color: blueviolet; */
    float: left;
    margin-left: 20px;
    height: 100%;
}
@media (max-width: 768px) {

.flag{
    /* background-color: blueviolet; */
    float: left;
    margin-left: 20px;
    width: 10%;
    /* background-color: aqua; */
}
}
.flag-size{
    display: flex;
    /* background-color: brown; */
    height: 100%;
}

.flag-size img {
    height: 100%;
}


.header-inside-left p{
    color: white;
    margin-right: 10px;
}
.header-inside-center{
    /* background-color: rgb(0, 255, 17); */
    float: left;
    width: 33.3%;
    height: 100%;
    text-align: center;
    color: white;
    margin-top: opx;
    /* display: flex; */
}


.header-inside-center p{

    color: white;
    font-size: 1.5vh;

}

@media (max-width: 768px) {
.header-inside-center p{
    color: white;
    font-size: 1.3vh;
}
}


.header-inside-right{
    /* background-color: blueviolet; */
    float: left;
    width: 33.3%;
    height: 100%;
    margin-right: opx;
    text-align: right;
}
.header-inside-right p{
    color: white;
    font-size: 1.5vh;
}
@media (max-width: 768px) {
.header-inside-right p{
    color: white;
    font-size: 1.3vh;
}
}

.meni-div{
    /* background-color: aqua; */
    width: 100%;
    height: 100%;
}

/* .header-inside-right button{
    background-color: brown;
    height: 100%;
    margin-top: opx !important;
}
.header-inside-right p {
    color: white;
    font-size: 1.5vh;
} */

.div-menu{
    width: 100%;
    float: right;
    margin-right: 20px;
    text-align: right;
    height: 100%;
}
.index-div{
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(192, 177, 164, 0.786);
    /* background-color: rgb(43, 255, 0); */
    height: 95%;   
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.header-inside-left p{
    float: left;

}

.div-bottom{
    /* background-color: blue; */
    height: 20%;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;

}

.main{
    /* background-color: rgba(192, 177, 164, 0.786); */
    width: 100wv;
    height: 100vh;
    height: 100svh;
}

.div-bottom p{
    /* background-color: blue; */
    margin: 0;
    padding: 0;
    font-size: 3vh;
}
@media (max-width: 768px) {
    .div-bottom p{
        /* background-color: blue; */
        margin: 0;
        padding: 2%;
        font-size: 2vh;
    }
}
.div-naslov{
    /* background-color: rgb(140, 215, 11); */
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;  
    width: 100%;
    align-content: center;
      
}

.naslov{
    /* background-color: brown; */
    width: 80%;
    height: 80%;
    text-align: center;
    margin: 0;
    padding: 0;   
    align-content: center; 
}

@media (max-width: 768px) {
    .naslov{
        /* background-color: rgb(42, 165, 91); */
        width: 80%;
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 0;    
    }
}

.p-naslov{
    padding: 0;
    margin: 0;
    color: white;
    font-size: 5vh;
    text-align: center;
}

.en, .sr { display: none; }
.active { display: block; }

a{
    text-decoration: none;
    color: white;
}

a:visited{
    color: white;
    text-decoration: none;
}

button{
    background-color: transparent;
    border: 0;
}

.ulaz{
    font-size: 3vh;
    padding: 15px;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.258);
    
}

.oprojektu{
    font-size: 1.3rem;
    color: white;
    float: left;
    width: 100%;
    /* background-color: brown; */



}

@media (max-width: 768px) {
    .oprojektu{
        font-size: 1rem;
        color: white;
    }
    
}

.oprojektunaslov{
    font-size: 2rem;
    color: white;
    float: left;
    width: 100%;
    /* background-color: brown; */

}

@media (max-width: 768px) {
    .oprojektunaslov{
        font-size: 1.2rem;
        color: white;
    }
    
}

.logo{
    float: left;
    height: 10vh;
    width: 10vh;
    margin: 2%;
    
}

@media (max-width: 768px) {
    .logo {
        float: left; /* centriranje u mobilnom prikazu */
        height: 15vw; /* povećanje veličine logotipa na mobilnim uređajima */
        width: 15vw;
        margin: 2%; /* centriranje margine */
        display: block; /* osigurava prikaz na sredini */
    }
}

.div-logo{
    width: 100%;
    display: flex;
    align-content: center;
    text-align: center;
    justify-content: center;
}


@media (max-width: 768px) {
    .div-logo{
        width: 100%;
        margin-top: 20%;
        display: flex;
        align-content: center;
        text-align: center;
        justify-content: center;
    }
}


.model-info {
    display: none;
}

.model-info.active {
    display: block;
}

.space{
    width: 100%;
    height: 100px;
    float: left;
}