
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Ephesis&family=Noto+Sans+Devanagari:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
  font-family: "Montserrat", sans-serif;
}

.title-1{
  font-family: "Ephesis", cursive;
}

.logo{
    max-height: 60px;
    min-height: 30px;
}

@media screen and (max-width: 768px) {
    .logo{
        max-height: 32px;
        min-height: 20px;
    }
    
}

.text-inverse{
    filter: brightness(0) invert(1);
}


.nav-pill .nav-link.active {
  border-right: 4px solid #ff5722;
}

.bg-image{
  background-image: url('../image/background/dine-with-us.png');
  background-size: cover;
  background-position: center;
}

.bg-image-dessert{
  background-image: url('../image/background/dessert.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.986);
  background-blend-mode: multiply;
}

.bg-image-contact{
  background-image: url('../image/background/contact.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.986);
  background-blend-mode: multiply;
}

.gallery-item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}