ul li{
    list-style: none;
}
h1{
    font-family: 'Ultra', serif;
}
h2{
    font-family: 'Bakbak One', cursive;
	
}
h3{
    font-family: 'Mochiy Pop One', sans-serif;
}
p{
    font-family: 'Karma', serif;
}
a{
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-family: 'Bakbak One', cursive;
}

a:hover{
    color: rgb(213, 179, 133);
}
.naslovnalinija{
    background: linear-gradient(to bottom, #cc3300 0%, #800000 100%);
    padding: 10px 0px;
}
.name{
    text-align: center;
    background-color: rgb(213, 179, 133);
    padding: 5px 0px;
}
.name h1{
    font-family: 'Bungee Shade', cursive;
    font-size: 30px;
    color: rgb(153, 44, 44);
}

.navbar{
    background: linear-gradient(to bottom, #cc3300 0%, #800000 100%);

}


.navbar-light .navbar-nav .nav-link{
    color: white;
    padding: 15px;
    font-family: var(--bs-font-sans-serif);
    font-family: 'Bakbak One', cursive;
    font-size: 1.5rem;
   
}

.navbar-light .navbar-nav .nav-link:hover{
color: rgb(141, 81, 3);
}

.navbar-light .navbar-nav .nav-item.active{
    background:rgb(213, 179, 133);
    font-family: 'Bakbak One', cursive;
    font-size: 1rem;
    border-radius: 15%;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    -ms-border-radius: 15%;
    -o-border-radius: 15%;
}

.dropdown-menu{
    background-color: rgb(213, 179, 133);
    font-size: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.dropdown-item{
    color: rgb(153, 44, 44);
    font-family: 'Bakbak One', cursive;
    font-size: 1.5rem;
}

.dropdown-item:hover{
    background:linear-gradient(to bottom, #cc3300 0%, #800000 100%);
    color:rgb(213, 179, 133);
    
}

.dropdown-item.active{
    background: linear-gradient(to bottom, #cc3300 0%, #800000 100%);
}



#slider .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;

    overflow: hidden;
    
}

#slider .owl-nav .owl-prev, #slider .owl-nav .owl-next{
    font-size: 50px;
    background-color:rgb(153, 44, 44);
    color: white;
    padding: 20px !important;

}
#slider .owl-nav .owl-prev{
    float: left;
}

#slider .owl-nav .owl-next{
    float: right;
}
#slider:hover .owl-nav{
    display: block;
}

.text-slider{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: right;
    transform:translate(-50%, -50%) ;
    -webkit-transform:translate(-50%, -50%) ;
    -moz-transform:translate(-50%, -50%) ;
    -ms-transform:translate(-50%, -50%) ;
    -o-transform:translate(-50%, -50%) ;
}
.text-slider h2, .text-slider p{
    background-color: rgba(50, 50, 50, 0.5);
    color: white;
   
}
.text-slider h3{
    background-color: rgba(225, 225, 225, 0.5);
    text-align: center;
    color: rgb(153, 44, 44);
    font-family: 'Bakbak One', cursive;
}

.aboutus1:hover p::before, .aboutus1:hover p::after{
    background-color: rgb(153, 44, 44);
}

.aboutus{
    margin-top: 50px !important;
}

.aboutusline{
    position: relative;
}

.aboutusline::after, .aboutusline::before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 10%;
    right:10%;
    height: 2px;
    background-color: black;
}

.aboutusline::after{
    bottom: -10%;
}

.footer{
    background: linear-gradient(to bottom, #cc3300 0%, #800000 100%);
    color: rgb(213, 179, 133);
    padding: 50px;
    text-align: center;
}

iframe{
    width: 100%;
}

.forma{
    background-color: rgb(213, 179, 133);
}
.forma h2{
    color: rgb(153, 44, 44);

}

.pozadina{
    background: rgb(153, 44, 44);
    
}


.forma input:hover{
background: rgb(153, 44, 44);;
color: rgb(213, 179, 133);
}

.apartmani img{
    width: 70%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
}

.textapartmani{
    padding-top: 100px;
}

.apartmani{
    padding-bottom: 100px;
}
.textapartmani a, .apartmani h2{

    color:rgb(153, 44, 44);

}

.textapartmani a, .apartmani h2:hover{

    color: rgb(213, 179, 133);

}

.galery{
    background-color: rgb(213, 179, 133);
    margin-top: 0px !important;
    padding-bottom: 30px;
}

.galery figure{
   
    padding: 50px 0px;
    margin: 0px;
}

.galery img{
    width: 50%;
    border-radius: 20%;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
}

.galery h1{
    padding: 30px 0px;
}










@media(max-width:990px){
    .navbar-light .navbar-nav .nav-item.active{
        width: 35%;
        line-height: 1rem;
        padding: 5px 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
}
}

@media(max-width:990px){
   .dropdown-menu{
        width: 35%;
        line-height: 1.5rem;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
}
}

@media(max-width:990px){
    .dropdown-toggle.show,.btn-outline-primary:active{
        width: 35%;
        line-height: 1rem;
        padding: 5px 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
      
 }
 }






