/*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: #0e1927!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/almare-head-1.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/almare-head-2.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('../img/menu-head.webp')rgba(0, 0, 0, 0.65);
    background-size: cover;
    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: center;
    color: #0e1927;
  }


  #gallery-head{
    background: url('../img/almare-gall-4.jpg')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('../img/almare-gall-6.jpg')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;
  }
