*{
    margin:0;
    padding:0;
}
body{
    line-height: 1.5;;
    font-family: "Roboto", sans-serif;
    font-size:1em;
}
/* Navbar */
.logo{
    width:150px;
}
.navbar{
    /* background-color: #6f4e37; */
    background-color: #7e6c5f;
    position:fixed;
    width:100%;
    top:0;
    z-index: 1000;
} 
.navbar li a.active {
  color: azure !important;
  transform: scale(1.05);
  border-bottom: 2px solid white;

} 
.navbar-nav{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    padding: 10px;
    justify-content: center;
    align-content: flex-start;
}

.nav-link, .nav-link:hover{
    color:white;
 
    padding:10px 20px;
}
.nav-icon{
    color:white;
}
.icon-flag{
    width:30px;
    height:30px;
    border-radius:  50%;
}
/* Dropdown  */
.dropdown-toggle, .dropdown-toggle:hover{
    color:white
}
/* Carusel*/
.carousel{
    padding-top:90px;
}
.carousel-item{
position:relative;
}
.carousel-caption {
  position: absolute;
  top:46%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Override Bootstrap default */
  bottom: auto; 
  right: auto;
  color:white;
}
.carousel-inner, .carousel-inner img{
    height:80vh;
    /* height:800px; */
}
 .carousel-inner img{
    filter:brightness(0.6);
 }
/* Navbar menu */
.menu{
    background-color: #857162;
    margin:50px 0;
}
.all-menu{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:50px;
    padding:20px ;
 }
.menu-type{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 }
 /* Menu */
.category-image{
    border-radius:50%;
    width:90%;
    height:400px;
    margin:20px 0;
    padding:0 50px;
 }
.menu-type:hover{
    transform: scale(1.3);
 }
 /* Butoni */
 .read-more{
    width:200px;;
    padding:10px;
    background-color: #c78645;
    color:white;
    font-weight: bold;
    margin:0 auto;
 }
 .read-more:hover{
    background-color: #79430d;
    color:white;
 }
/* Top section for all page */
.top-section{
    position:relative;
}
.top-section img{
width:100%;
height:40vh;
padding-top:80px;
object-fit:cover;
filter:brightness(0.6);
}
.text-overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
/* Last section */
.last-section img{
    height:300px;
    object-fit:cover;
    filter:brightness(0.6)
}

hr{
    margin:10px 0;
    color:#79430d;
}
/* Menu-home */
 .menu-home{
    background-color: #857162;
 }
 .menu-photo{
    width:100%;
    height:300px;
 }
 .menu-home .card:hover{
    transform:scale(1.05);
 }
/* Footer */
.footer{
    color:white;
    background-image: url(image/footer-background.jpg);
    background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
    padding:20px 0;
}
.map{
    height:400px;
}
/* Footer */

 /* Contact */
.contact-card{
    border:solid 4px rgb(121, 67, 13);
    box-shadow: rgba(121, 67, 13, 0.16) 0px 3px 6px, rgba(121, 67, 13, 0.23) 0px 3px 6px;
}
/* Contact */

/*  About */
.photo-about{
    border-radius:30px;
}
.img-1 {
    position: relative;
    margin-left: -150px;
}
.photo1-about{
    height:250px;
    width:100%;
      border: solid 10px white;
    border-radius:30px;
}
.gallery-img{
    height:400px;
    width:300px;
}

/* TEKSTI DHE TITUJT */
.text{
    font-size:18px;
}
.title{
    font-family: "Bree Serif", serif;
    font-weight:800;
    font-size:35px;
}
.carusel-title{
    font-size:50px;
}
/* Responsiviteti */
@media(max-width:768px){
    .carousel-inner {
    height: 50vh;
}
.photo-about{
    margin-top:20px;
}
.top-section img {
    padding-top: 30px;
}
.category-image{
    padding:0;
}
.title{
    font-size:25px;
}
.carusel-title{
    font-size:40px;
}
}
@media(max-width:425px){
        .carousel-inner {
    height: 70vh;
}
.menu-home .card{
  margin:0 20px;
}
    .photo-about{
        height:300px;
     }
     .photo1-about{
        height:250px;
     } 
      .img-1{
        margin-left:-80px;
      }
    .carousel-inner, .carousel-inner img{
    height:60vh;
}
 .carousel-caption {
  bottom: auto; 
  right: auto;
}
}
@media(max-width:320px){
.carusel-title{
    font-size:30px;
}
.carousel-inner, .carousel-inner img{
    height:60vh;
}
 .carousel-caption {
  bottom: auto; 
  right: auto;

}
}