*{
    margin: 0;
    padding: 0px;
}
#container{
    height: 2360px;
    background-color: rgb(15, 15, 15);
    width: 100%;
    overflow: hidden;
    position:relative; 
    display: block; 
}
#header{
    width: 100%;
    height: 150px;
    display: flex;
    position: fixed;
    transition: background-color 1s ease-in-out;
    /* background-color: #8484aa; */
    float: left;
    z-index: 10000;
}
#nebitni{
    display: flex;
    flex-direction: row;
    width: 25%;
    height: 100%;
    /* background-color: #2a13b9; */
}
#levi{
    width: 50%;
    /* background-color: #3E6150; */
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 100;
}
#menu{
    height: 100px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu ul{
	font-size:25px;
    font-family: 'Arvo', serif;
    list-style: none;
    display: flex;
}
#menu a{
	text-align:center;
	padding:25px 45px;
	color:white;
	text-decoration:none;
    float: left;
    display: flex;

}
#menu a:hover{
	color:#8484aa;
    border-radius:20px;
	transition: color 0.1s ease;
}
#desni{
    display: flex;
    align-items: center; 
    justify-content: flex-end;
    height: 100%;
    /* background-color: aqua; */
    width: 25%; 
}
#desni a{
    padding: 10px 10px;
}
#par-desn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 40px;
}
.jez{
    font-family: 'Arvo', serif;
    color: white;
    font-size: 22px;
    font-weight: 100;
    margin-top: 5px;
}
.jez:hover {
    color: #8484aa;
    transition: color 0.1s ease;
    cursor: all-scroll;
    font-size: large;
}
#logo{
    width: 130px;
    height: 130px;
    object-fit:cover;
}
#pocetna{
    width: 100%;
    height: 930px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: left;
}
#poc-slicka{
    object-fit: cover;
    width: 100%;
    height: 930px;
    opacity: 50%;
}
#nas-poc{
    position: absolute;
    color: white;
    font-size: 130px;
    font-weight: 100;

    font-family: 'Arvo', serif;
    text-shadow: 0px 0px 3px #ffffff;
}
#kontakt{
    height: 800px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
    text-align: center;
    position: relative;
}
#slicka-kntk{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 60%;
}
#nas-kntk{
    color: white;
    font-family: 'Arvo', serif;
    font-size: 70px;
    z-index: 100;

} 
#gornji{
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#teks-kntk{
    color: rgb(255, 255, 255);
    font-family: 'Arvo', serif;
    font-size: 40px;
    padding: 190px;
    z-index: 100;
    font-weight: 100;
    text-shadow:
    -2px -2px 0 #000,
     0   -2px 0 #000,
     1px -2px 0 #000,
     1px  0   0 #000,
     1px  1px 0 #000,
     0    1px 0 #000,
    -1px  1px 0 #000,
    -1px  0   0 #000;
    text-align: center;
}

#donji{
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    font-family: 'Arvo', serif;
    font-size: 35px;
    flex-direction: column;
}
#teul{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Arvo', serif;
    font-size: 49px;
    z-index: 120;

} 
.broj{
    color: rgb(255, 255, 255);
    font-size: 37px;
    font-family: 'Arvo', serif;
    font-weight: 100;
    z-index: 120;

}
a{
    color: white;
    text-decoration: none;
}
#mapa{
    width: 100%;
    height: 600px;
    display: flex;
}
#kopirajt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #181515;
    height: 30px;
}
#nas7{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
}









/* scrollbar */



::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #272727;
    }
    
    ::-webkit-scrollbar{
    
        width: 17px;
        background-color: #27262e;
    }
    
    ::-webkit-scrollbar-thumb{
    
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #181515;
    }


/* slider */





/* responsive */




@media (max-width: 1460px){
    #teks-kntk{
        font-size: 35px;
    }
}
@media (max-width:1350px){

    #nas7{
        font-size: 15px;
        text-align: center;
    }
}
@media (max-width: 1270px){
    #teks-kntk{
        font-size: 30px;
    }
}
@media (max-width:1193px){
    #container{
        height: 2370px;
    }
    #kopirajt{
        height: 40px;
    }
}
@media (max-width:1050px){
    #menu ul{
        font-size: 20px;
    }
    #logo{
        width: 110px;
        height: 110px;
    }
    .jez{
        font-size: 20px;
    }
    #teks-kntk{
        font-size: 25px;
        padding: 140px;
    }
}
@media (max-width:930px){
    #menu ul{
        font-size: 20px;
    }
    #menu a{
        padding: 20px 30px;
    }
    #logo{
        width: 110px;
        height: 110px;
    }
    .jez{
        font-size: 20px;
    }
}
@media (max-width:800px){
    #menu a{
        padding: 20px 15px;
    }
    
}
@media (max-width:730px){
    #teks-kntk{
        font-size: 23px;
        padding: 110px;
    }
}
@media (max-width:630px){
    #teks-kntk{
        font-size: 20px;
        padding: 110px;
    }
}
@media (max-width: 605px){
    #container{
        height: 2380px;
    }
    #kopirajt{
        height: 50px;
    }
    #nas-poc{
        font-size: 110px;
    }
}
@media (max-width:565px){
    #nebitni{
        width: 100px;
    }
    #levi{
        width:320px;
    }
}
@media (max-width:520px){
    #teks-kntk{
        font-size: 20px;
        padding:60px;
    }
}
@media (max-width:510px){
    #nebitni{
        width: 30px;
    }
    #levi{
        width:390px;
    }
    #menu a{
        font-size: 17px;
    }
    #par-desn{
        margin-right: 10px;

    }
    #par-desn a{
        font-size: 15.5px;
    }
}
@media (max-width:470px){
    #nas-zan{
        font-size: 50px;
        align-items: center;
    }
    #nas-poc{
        font-size: 90px;
    }
}
@media (max-width:420px){
    #nas7{
        font-size: 10px;
    }
    #nas-poc{
        font-size: 65px;
    }
    #teks-kntk{
        font-size: 19px;
        padding:30px;
    }
    #teul{
        font-size: 40px;
    }
    .broj{
        font-size: 30px;
    }
}
@media (max-width:410px){
    #nebitni{
        width: 0px;
    }
    #levi{
        width:320px;
    }
    #desni{
        width: 50px;
    }
    #menu a{
        font-size: 17px;
        padding: 20px 5px;
    }
    #par-desn{
        margin-right: 0px;
    }
    #par-desn a{
        font-size: 15.5px;
    }
    #logo{
        width: 70px;
        height: 70px;
    }
}
@media (max-width:325px){
    #teks-kntk{
        font-size: 17px;
        padding: 40px;
    }
}
@media(max-width:310px){
        #nebitni{
            width: 0px;
        }
        #levi{
            width:260px;
        }
        #desni{
            width: 50px;
        }
        #par-desn{
            width:50px;
        }
        #par-desn a{
            font-size: 13px;
            margin-right: 40px;
        }
        #menu a{
            font-size: 13px;
            padding: 50px 0px;
            word-wrap: break-word;
        }
        #logo{
            width: 50px;
            height: 50px;
        }
        .jez{
            margin-right: 0px;
            margin-left: 20px;
        }
}
@media (max-width:280px){
    #teks-kntk{
        font-size: 15px;
        padding: 40px;
    }
}
@media (max-width:260px){
    #nas-poc{
        font-size:55px;
    }
}
@media (max-width:250px){
    .jez{
        margin-right: 0px;
        margin-left: 5px;
    }
}
@media (max-width:240px){
    #teks-kntk{
        font-size: 13px;
        padding: 40px;
    }
}