/*Animations*/
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
}

.fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/


html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


h1,h2,h3,h4,h5,h6{

    font-family: 'Josefin Sans';
}

p{
    font-family: 'Space Grotesk';
}

.navbar{
    background-color: #131F2B!important;
    padding: 0px!important;
}



.navbar li a{
    font-family: 'Josefin Sans';
    font-size: 21px;
    font-weight: 500;
    color: white;
    padding: 20px 0px;
    padding-top: 25px;
}

.navbar ul{
   
}

.navbar li a.active{
    color: #e6c9a2!important;
    border-bottom: 4px solid #e6c9a2;
}

.navbar li a:hover{
    color: #e6c9a2!important;
    border-bottom: 4px solid #e6c9a2;
}

.navbar li{
    margin: 0px 10px;
}


.book-btn{
    background-color: transparent;
    color: #e6c9a2;
    font-family: 'Josefin Sans';
    border: 1px solid #e6c9a2;
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
}

.book-btn:hover{
    background-color: #e6c9a2!important;
    color:#0e1927 ;
    border-color: #0e1927;
    transition-duration: 0.3s;
}

.carousel-1{
    background: url('../img/4.jpg')rgba(0, 0, 0, 0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;

}

.carousel-2{
    background: url('../img/1a.jpeg')rgba(0, 0, 0, 0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;
}

.carousel-3{
    background: url('../dishes/10.jpg')rgba(0, 0, 0, 0.6);
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex!important;
    align-items: end!important;
}

.carousel-caption{
    margin-bottom: 20vh;
}

.phone-box{
    background-color: #0e1927;
    position: relative!important;
    z-index: 100!important;
    color: white;
    padding: 30px;
    width: 25%;
    
}

#about-home{
    background-image: url('../img/bg-about.png');
    background-size: 37%;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#menu{
   
    background-color: #0e1927;
    height: 100vh;
    
}

.title-active{
    color: #e6c9a2!important;
    border-bottom: 8px double #e6c9a2;
}

.menu-box{
    display: none;
}

.menu-active{
    display: block!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


  @media only screen and (max-width: 689px) {
    .navbar {
      padding: 10px 0px!important;
    }
    .phone-box{
        width: 90%;
    }
    .dish-col{
        display: none;
    }
    .menu-title{
        font-size:20px;
    }
    .menu-btn{
        display: none!important;
    }
    #menu{
        height: auto!important;
    }
  }  


#menu-head {
  background: url('/Photos Video/25.jpeg') rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
              rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  height: 35vh;
  display: flex;
  align-items: flex;
  justify-content: center;
  padding-bottom: 250px; /* kjo e ngre lart përmbajtjen */
  color: #0e1927;
}


  #gallery-head{
    background: url('../Photos Video/12.jpeg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    height: 35vh;
    display: flex;
    align-items: center;
    color: #0e1927;
  }


  #contact-head{
    background: url('../Photos Video/16.jpeg')rgba(0, 0, 0, 0.65);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    height: 35vh;
    display: flex;
    align-items: center;
    color: #0e1927;
  }
.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
  width: 100%;
}

.menu-title {
  color: white;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.menu-btn {
  background-color: #070e18;
  color: white;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 5px;
}

.menu-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* ✅ Responsive për ekranet më të vogla */
@media (max-width: 768px) {
  .menu-title {
    font-size: 12px;
  }

  .menu-links {
    justify-content: center;
    row-gap: 10px;
    column-gap: 14px;
  }

  .menu-button {
    margin-top: 15px;
  }

  .menu-btn {
    width: 100%;
    text-align: center;
  }
}

.font{
  font-family: 'italic';
  font-size: 16px;
  color: #362c1d!important;
  padding: 1px;
}