#ripple-canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}



@font-face {
    font-family: 'Mogan';
    src: url('../fonts/mogan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.w100{
    width:100%;
    height:100%;
}
.navbar{
    z-index:12;
}
.fixed-top {
    top: -40px;
    background-color:#0E615B !important;
    transform: translateY(40px);
    transition: transform .3s;
}
.scrolled {
    top: -40px !important;
    background-color:#0E615B !important;
    transform: translateY(40px);
    transition: transform .3s;
    opacity:1;
    position:fixed;
    width:100%;
}
.navbar-nav li a{
    font-family:'Inter';
    font-size:18px;
    color:#FFFFFF;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar{
    opacity:0;
}
.fixed-top{
    opacity:1;
}
.navbar-inner{
    opacity:1;
    background-color:transparent;
}

.nav-link:focus, .nav-link:hover{
    color:#EEEEEE;
}

.navbar-nav li a::after{
    border-top:0px !important;
    border-bottom:0px !important;
    border-left:0px !important;
}

/* Make the dropdown open on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
  
  /* Optional: Delay the hover effect to give it a smoother transition */
  .nav-item.dropdown {
    position: relative;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }
  
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    background:#0E615B;
  }

.main-banner {
    /*position: relative;*/
    width: 100%;
    height: 650px; /* Adjust the height as per your needs */
    overflow: hidden;
    margin-top:-100px;
    padding:200px 0;
    text-align:center;
}

.main-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* This keeps the video behind the content */
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area without distortion */
}
.main-banner .container {
  position: relative;
  z-index: 2;
}
.main-banner h1{
    font-family:'Mogan';
    color:#FFFFFF;
    font-size:64px;
    font-weight:400;
    margin-bottom:30px;
}
.main-banner p{
    font-family:'Inter';
    font-weight:500;
    font-size:20px;
    color:#FFFFFF;
}
.quicklinks{
    background-color: #0E615B;
    padding:15px 0;
    text-align: center;
    z-index:10;
    position:relative;
}
.quicklinks ul{
    list-style: none;
    display: inline-flex;
    gap:40px;
    margin-bottom: 0;
}
.quicklinks ul li{
    font-size: 20px;
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
}
.quicklinks ul li span{
    margin-right: 10px;
}
.navbar-nav{
    gap:100px;
}
.cuisinesec{
    background-color: #F8F7E5;
    padding:50px 0 70px;
}
.cuisinesec h2{
    text-align: center;
    color: #0F3737;
    font-family: "Joan";
    font-size: 55px;
    font-weight: 400;
}
.cuisinesec .accordion-body{
    text-align: left;
    color: #000000;
    font-family: "Joan";
    font-size: 18px;
    font-weight: 400;
}
.cuisinesec .leftline{
    width: 30%;
    height: 2px;
    background-color: #0F3737;
    position: absolute;
    left: 0;
}
.cuisinesec .rightline{
    width: 30%;
    height: 2px;
    background-color: #0F3737;
    position: absolute;
    right:0;
}

.cusim{
    width: 100%;
}
.cuisinecont{
    padding: 40px 0;
}
.cuisinecont{
    font-family:'Joan';
    font-size:20px;
}

.ambience{
    background-color:#0F3737;
    padding: 50px 0 30px 0;
}
.ambience h2{
    text-align: center;
    font-family: "Joan";
    font-size: 48px;
    font-weight: 400;
    color:#FFFFFF;
}

.ambienceb{
    background-color:#0F3737;
    padding: 30px 0 50px 0;
}
.ambienceb p{
    text-align: center;
    font-family: "Joan";
    font-size: 20px;
    font-weight: 400;
    color:#FFFFFF;
}


.swiper-container {
    width: 100%;
    padding: 20px 0;
    background-color:#0F3737;
}

.swiper-container  .swiper-slide {
    opacity: 0.8;
    overflow: hidden;
    transition: .7s;
}

.swiper-container .swiper-slide img {
    width: 100%;
}

.swiper-container .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.2);
}

.cateringsec{
    background-image: url(../images/catering-back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 80px 0;
}
.cateringsec h2{
    color: #0F3737;
    text-align: center;
    font-family: "Joan";
    font-weight: 400;
    font-size: 48px;
}

.swiper-container-2 {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.swiper-container-2 .swiper-slide {
    opacity: 1;
    overflow: hidden;
    transition: .7s;
}

.swiper-container-2  .swiper-slide img {
    width: 100%;
}

.cattext{
    text-align: center;
}
.cattext p{
    font-family: "Joan";
    font-size: 20px;
    text-align: center;
    color:#0D3535;
    margin-bottom:30px;
}
.knowmorebtn{
    background:#0E615B;
    color:#FFF;
    border:1px solid #0E615B;
    padding:7px 30px;
    font-family:'Joan';
    font-size:18px;
    text-decoration:none;
    border-radius:5px;
    position:relative;
    z-index:999;
}
.knowmorebtn:hover{
    background:#FFFFFF;
    color:#0E615B;
}
.accordion-item, .accordion-button{
    background:transparent !important;
}

.swiper-container-book {
    width: 100%;
    overflow: hidden; /* prevent scrollbar */
}

.swiper-slide {
    box-sizing: border-box;
}

.carousel-item-wrapper {
    width:100%;
}

.carousel-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.carousel-item-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease-in-out;
}

.carousel-item-wrapper:hover .overlay {
    opacity: 1;
}

.carousel-item-wrapper:hover .carousel-image {
    filter: blur(2px);
}

/*New code for book a table slider*/
.slider-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-images {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slider-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Adjust opacity here */
    z-index: 5;
}

.slider-images img.active {
    opacity: 1;
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.slider-button a {
    padding: 15px 30px;
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.slider-button a:hover {
    background-color: rgba(200, 0, 0, 0.9);
}

footer{
    background-color: #0E615B;
    padding: 50px 0;
    text-align: center;
}
.footer-link{
    list-style: none;
    display: inline-flex;
    gap: 35px;
}
.footer-link li{
    height: 60px;
    width: 90px;
    padding: 20px 0;
}
.footer-link li.fi{
    background-image: url("../images/FI.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-link li.bl{
    background-image: url("../images/BL.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-link li.ig{
    background-image: url("../images/IG.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-link li a{
    color: #FFFFFF;
    font-family: "Joan";
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

/* Inner Pages */

.inner-page-banner{
    background-size:cover;
    padding:250px 0 150px 0;
    background-repeat:no-repeat;
    margin-top:-100px;
}
.inner-page-banner h1{
        color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    font-family:'Joan';
}
.innerpage{
    font-family:'Joan';
    font-size:20px;
    color:#0D3535;
    background-color:#F8F7E5;
}

/*Founder story page*/

.inner-page-banner-founder{
    background-size:contain;
    padding:250px 0 20px 0;
    background-repeat:no-repeat;
    margin-top:-100px;
}

.inner-page-banner-founder h2{
    font-size:24px;
    color:#FFFFFF;
}
.inner-page-banner-founder h1{
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 400;
    font-family:'Joan';
}
.inner-page-banner-founder{
    font-family:'Joan';
    font-size:20px;
    color:#0D3535;
}

.innerpage-founderbtm{
    background-image: linear-gradient(to bottom, #0E615B 40%, #F8F7E5 0%);
}
.innerpage-founderbtm h2{
    color:#FFF;
    margin-bottom:20px;
    font-size:45px;
}

/*Our story page*/

.inner-page-banner-ourstory{
    background-size:contain;
    padding:250px 0 50px 0;
    background-repeat:no-repeat;
    margin-top:-100px;
    height:100%;
    background-image: linear-gradient(to bottom, #0E615B 70%, #FFFFFF 0%);
}

.inner-page-banner-ourstory h2{
    font-size:24px;
    color:#FFFFFF;
}
.inner-page-banner-ourstory h1{
    color: #FFFFFF;
    font-size: 45px;
    font-weight: 400;
    font-family:'Joan';
}
.inner-page-banner-ourstory{
    font-family:'Joan';
    font-size:20px;
    color:#0D3535;
}
.innerpage-storybtm{
    background-color:#F8F7E5;
}
.innerpage-storybtm h2{
    color:#0E615B;
    margin-bottom:20px;
    font-size:45px;
}

/* Menu Page */
.menucontainer{
    padding:50px 0;
    background-color:#F8F7E5;
}
.menu_container{
    border: 1px solid #D2D2D2;
    border-radius:5px;
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    padding:5px;
}
.img_container{
    position: relative;
    padding: 0;
    width:25%;
}
.img_container img{
    border-radius:5px;
}
.menu_detail_container{
    -webkit-box-flex: 2;
    flex: 2;
    padding: 0 1rem;
}
.menu_detail_container h5{
    text-align:left;
    text-transform:uppercase;
    font-size:16px;
    font-weight:400;
}
.menu_desc{
    font-size:14px;
    color:#000;
}
.menu_price{
    color:#0E615B;
    font-weight:600;
    font-family:'Inter';
    font-size:15px;
}
#sticky-sidebar {
    position: sticky;
    top: 130px; /* distance from top */
}
.category-link{
    text-decoration:none;
    color:#000;
    font-weight:500;
    text-transform:uppercase;
    font-size:14px;
}
.category-link:hover{
    text-decoration:underline;
    color:#0E615B;
}
.minicart{
    color:#FFFFFF;
    border:1px solid #FFFFFF;
}
.minicart:hover{
    background-color:#FFF;
    color:#0E615B;
}

.add-to-cart-btn{
    background-color:#8a7551;
    font-size:14px;
    font-family:'Inter';
    font-weight:400;
    color:#FFF;
    padding:7px 10px;
    border-radius:5px;
    text-decoration:none;
    position:relative;
    z-index:9;
}

#card-element {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 10px;
    min-height: 50px;
    width:50%;
}
.StripeElement {
    font-size: 16px;
    color: #212529;
}
.StripeElement--focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    border-color: #80bdff;
}


#ripple-background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            /*background: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?fit=crop&w=1400') no-repeat center center;*/
            /*background-size: cover;*/
            z-index: 0;
        }
        
.cartpagesec form, #payment-form{
    position:relative;
    z-index:9;
}
.contactpgarea form, .cateringformsec form{
    position:relative;
    z-index:9;
}


/*Mobile Responsive*/

@media (max-width: 991px) {
    #background-video{
        height:35%;
    }
    .container-lg{
        padding-left:20px;
        padding-right:20px;
    }
  #navbar_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
  }

  #main_nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0E615B; /* match your navbar background */
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding:0 40px;
  }
  .navbar-toggler-icon {
      width: 70px;
      height: 70px;
      filter: invert(1);
    }
  .navbar-toggler {
      border: none;
      padding: 0.4rem 0.6rem;
      outline: none !important;
      box-shadow: none !important;
    }
  
  .navbar-toggler:focus{
      border:0px !important;
      outline:0px !important;
  }
  .navbar-brand img{
      width:150px;
      height:auto;
  }
  ul.navbar-nav{
      gap:20px;
  }
  .navbar-nav .nav-link.show{
      color:#FFFFFF;
  }
  .dropdown-menu{
      background-color:transparent;
  }
  .navbar-nav li a{
      font-size:32px;
  }
  
  .inner-page-banner-ourstory{
      padding:450px 0 50px 0;
      margin-top:0px;
  }
  .minicart{
      margin-top:20px;
      margin-bottom:30px;
      font-size:30px;
  }
  .fixed-top{
      margin-top:-40px;
  }
  .slider-section{
      height:60vh;
  }
}









