*{
    margin: 0;
    padding: 0px;
}
#container{
    height: 3690px;
    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%; 
}
.jez{
    font-family: 'Arvo', serif;
    color: white;
    font-size: 22px;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 20px;
}
.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{
    font-family: 'Arvo', serif;
    background: url(img/galerija/3.jpg);
    display: inline-flex;
    font-size: 10rem;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #eee7e754;
    animation: animatedOne 30s linear infinite;
    position: absolute;
}
@keyframes animatedOne {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
#zanimljivost{
    width: 100%;
    height: 930px;
    background-color: #354147;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
#nas-zan{
    color: white;
    text-align: center;
    font-size: 70px;
    align-items: center;
    justify-content:center;
    font-weight: 100;

}
#glav{
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-start;
    justify-content:center;
}
.sle{
    width: 500px;
    height: 400px;
    float: left;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    text-align: center;
}
.slicke-zan{
    height: 200px;
    width: 200px;
}
.teks-zen{
    color: white;
    font-family: 'Arvo', serif;
    font-size: 28px;
    font-weight: 100;
}
#galerija{
    float: left;
    width: 100%;
    height: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #795b35;
}

#naslov-galerije{
    height: 300px;
    width: 100%;
    align-self: flex-start;
    justify-content: center;
}
#gal-nas{
    color: white;
    text-align: center;
    font-size: 70px;
    font-family: 'Arvo', serif;
    margin-top: 100px;
    font-weight: 100;

}
#slicke-u-gal{
    /* background-color: rgb(0, 0, 0); */
    height: 2300px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: space-around;
}
#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%;
}
#nas-kntk{
    color: white;
    font-family: 'Arvo', serif;
    font-size: 70px;
    z-index: 100;

} 
#teks-kntk{
    color: white;
    font-family: 'Arvo', serif;
    font-size: 40px;
    padding: 30px;
    z-index: 100;

}
#kna{
    color: white;
    font-weight: bold;
    font-family: 'Arvo', serif;
    font-size: 35px;
    z-index: 100;

}
#teul{
    color: white;
    font-weight: bold;
    font-family: 'Arvo', serif;
    font-size: 35px;
    z-index: 100;
} 
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;
}




/* responsive */



@media (max-width:1350px){

    #nas7{
        font-size: 15px;
        text-align: center;
    }
    #nas-poc{
        font-size: 125px;
    }
}
@media (max-width:1193px){
    #container{
        height: 3700px;
    }
    #kopirajt{
        height: 40px;
    }
}
@media (max-width:1050px){
    #menu ul{
        font-size: 20px;
    }
    #logo{
        width: 110px;
        height: 110px;
    }
    .jez{
        font-size: 20px;
    }
    #nas-poc{
        font-size: 110px;
    }
}
@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:875px){
    #nas-poc{
        font-size: 90px;
    }
}
@media (max-width:800px){
    #menu a{
        padding: 20px 15px;
    }
    #glav{
        flex-direction: column;
        align-items: center;
        height: 70%;

    }
    #nas-zan{
        height: 0%;
        margin-top: -40px;
    }
}
@media (max-width:710px){
    #nas-poc{
        font-size: 70px;
    }
}
@media (max-width: 605px){
    #container{
        height: 3710px;
    }
    #kopirajt{
        height: 50px;
    }
}
@media (max-width:565px){
    #nas-poc{
        font-size: 50px;
    }
    #nebitni{
        width: 100px;
    }
    #levi{
        width:320px;
    }
}
@media (max-width:510px){
    #nebitni{
        width: 30px;
    }
    #levi{
        width:390px;
    }
    #menu a{
        font-size: 17px;
    }
    #par-desn a{
        font-size: 15.5px;
    }
}
@media (max-width:470px){
    #nas-zan{
        font-size: 50px;
        align-items: center;
    }
}
@media (max-width:420px){
    #nas-poc{
        font-size: 40px;
    }
    #nas7{
        font-size: 10px;
    }
}
@media (max-width:410px){
    #nebitni{
        width: 30px;
    }
    #levi{
        width:390px;
    }
    #menu a{
        font-size: 17px;
        padding: 20px 5px;
    }
    #par-desn a{
        font-size: 15.5px;
    }
    #logo{
        width: 70px;
        height: 70px;
    }
}
@media (max-width:390px){
    .sle{
        width:300px;
    }
    .teks-zen{
        font-size: 22px;
    }
    .slicke-zan{
        width: 170px;
        height: 170px;
    }
    #glav{
        height: 90%;
    }
    #nas-zan{
        font-size: 45px;
        height: 0%;
        margin-top: 0px;
    }
    #glav{
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:310px){
    #nas-poc{
        font-size: 35px;
    }
        #teks-kntk{
            font-size: 12px;
        }
        #nebitni{
            width: 20px;
        }
        #levi{
            width:260px;
        }
        #desni{
            width: 50px;
        }
        #par-desn{
            width:50px;
        }
        #par-desn a{
            font-size: 13px;
        }
        #menu a{
            font-size: 15px;
            padding: 50px 0px;
            word-wrap: break-word;
        }
        #logo{
            width: 50px;
            height: 50px;
        }
        .jez{
            margin-right: 0px;
            margin-left: 10px;
        }
}
@media (max-width:305px){
    #galerija{
        height:700px;
    }
}
@media (max-width:300px){

    .teks-zen{
        font-size: 17px;
    }
}
@media(max-width:275px){
    #nas-poc{
        font-size: 30px;
    }
    #gal-nas{
        font-size: 50px;
    }
}
@media (max-width:245px){
    #nas-zan{
        font-size: 35px;
    }
    .teks-zen{
        font-size: 17px;
        width: 205px;
    }
    .slicke-zan{
        width: 120px;
        height: 120px;
    }
    .sle{
        flex-wrap: wrap;
    }
}












/* 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 */


.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__prev > label:nth-child(11), 
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__next > label:nth-child(2), 
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__prev > label:nth-child(1), 
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__next > label:nth-child(3), 
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__prev > label:nth-child(2), 
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__next > label:nth-child(4), 
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__prev > label:nth-child(3),
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__next > label:nth-child(5), 
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__prev > label:nth-child(4), 
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__next > label:nth-child(6),
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__prev > label:nth-child(5),
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__next > label:nth-child(7),
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__prev > label:nth-child(6),
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__next > label:nth-child(8),
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__prev > label:nth-child(7),
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__next > label:nth-child(9),
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__prev > label:nth-child(8),
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__next > label:nth-child(10),
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__prev > label:nth-child(9),
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__next > label:nth-child(11),
.carousel > input[type="radio"]:nth-child(11):checked ~ .carousel__prev > label:nth-child(10),
.carousel > input[type="radio"]:nth-child(11):checked ~ .carousel__prev > label:nth-child(1)
 {
    opacity: 1 !important;
    z-index: 3;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    background: #fcfcfc;
    margin: 0;
}
.container {
    width: 1000px;
    min-width: 900px;
    margin: 50px auto;
}
.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.carousel > input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}
.carousel > input[type="radio"]:checked ~ .carousel__items .carousel__item, .carousel > input[type="radio"]:checked ~ .carousel__prev > label, .carousel > input[type="radio"]:checked ~ .carousel__next > label {
    opacity: 0;
}
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__items .carousel__item:nth-child(1) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(1):checked ~ .carousel__nav > label:nth-child(1) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__items .carousel__item:nth-child(2) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(2):checked ~ .carousel__nav > label:nth-child(2) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__items .carousel__item:nth-child(3) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(3):checked ~ .carousel__nav > label:nth-child(3) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__items .carousel__item:nth-child(4) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(4):checked ~ .carousel__nav > label:nth-child(4) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__items .carousel__item:nth-child(5) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(5):checked ~ .carousel__nav > label:nth-child(5) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__items .carousel__item:nth-child(6) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(6):checked ~ .carousel__nav > label:nth-child(6) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__items .carousel__item:nth-child(7) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(7):checked ~ .carousel__nav > label:nth-child(7) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__items .carousel__item:nth-child(8) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(8):checked ~ .carousel__nav > label:nth-child(8) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__items .carousel__item:nth-child(9) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(9):checked ~ .carousel__nav > label:nth-child(9) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__items .carousel__item:nth-child(10) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(10):checked ~ .carousel__nav > label:nth-child(10) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel > input[type="radio"]:nth-child(11):checked ~ .carousel__items .carousel__item:nth-child(11) {
    opacity: 1;
}
.carousel > input[type="radio"]:nth-child(11):checked ~ .carousel__nav > label:nth-child(11) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}
.carousel__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 600px;
    position: relative;
}
.carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
}
.carousel__item img {
    width: 100%;
    /* object-fit: cover; */
    height: 100%;
    vertical-align: middle;
}
.carousel__prev > label, .carousel__next > label {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    z-index: 2;
}
.carousel__prev > label:hover, .carousel__next > label:hover, .carousel__prev > label:focus, .carousel__next > label:focus {
    opacity: 0.5 !important;
}
.carousel__prev > label:before, .carousel__next > label:before, .carousel__prev > label:after, .carousel__next > label:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
}
.carousel__prev > label:before, .carousel__next > label:before {
    background: linear-gradient(to top, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%), linear-gradient(to left, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%);
    width: 60%;
    height: 60%;
    top: 20%;
}
.carousel__prev > label {
    left: 2%;
}
.carousel__prev > label:before {
    left: 35%;
    top: 20%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.carousel__next > label {
    right: 2%;
}
.carousel__next > label:before {
    left: 10%;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
.carousel__nav {
    position: absolute;
    bottom: 3%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}
.carousel__nav > label {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.125%;
    width: 20px;
    height: 20px;
}
@media (max-width:1035px){
    .container {
        width: 800px;
        min-width: 800px;
        margin: 50px auto;
    }
}
@media (max-width:900px){
    .container {
        width: 700px;
        min-width: 600px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 500px;
        position: relative;
    }
    #galerija{
        height:1100px;
    }
    #container{
        height: 3610px;
    }
}
@media (max-width:770px){
    .container {
        width: 600px;
        min-width: 600px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 400px;
        position: relative;
    }
    #galerija{
        height:900px;
    }
    #container{
        height: 3410px;
    }
}
@media (max-width:620px){
    .container {
        width: 500px;
        min-width: 500px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 300px;
        position: relative;
    }
    #galerija{
        height:900px;
    }
    #container{
        height: 3410px;
    }
}
@media (max-width:510px){
    .container {
        width: 400px;
        min-width: 400px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 250px;
        position: relative;
    }
    #galerija{
        height:700px;
    }
    #container{
        height: 3210px;
    }
}
@media (max-width:405px){
    .container {
        width: 300px;
        min-width: 300px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 200px;
        position: relative;
    }
    #container{
        height: 3210px;
    }
    #galerija{
        height:700px;
    }
}
@media (max-width:305px){
    .container {
        width: 250px;
        min-width: 250px;
        margin: 50px auto;
    }
    .carousel__items {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
        height: 200px;
        position: relative;
    }
}