@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.content-section {
    display: none; /* Hide sections initially */
    padding: 20px;
    
}
.karla {
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>;
    font-style: normal; */
}
.breadcrump-section{
    background-color: #1c1c4e;
}
.breadcrumb-title {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-sub_title{
    font-family:  "Karla", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    
}

p{
font-family: Montserrat;
}


.menu-item{
    position:relative ;
    border-bottom: solid #666565 1.5px ;
    overflow: hidden;
    text-align: left;
}

.veg-icon{
    position: absolute;
    width: 30px;
   
}
.veg-img{
    width: 18px;
}
.veg-non-veg-img{
    width: 39px;
    height: 20px;
}
.food_text{
    padding-left:30px;
    padding-right: 135px;

}
.food_text h5{
    font-family: Montserrat;
   color: #04125a;
   text-transform: uppercase;
}
.food_text p{
   color: #666565;
   font-style: italic !important;
   position: relative;
   
   
}

.bar_text h5{
   color: #04125a;
   text-transform: uppercase;
   font-family: Montserrat;
}
.bar_text p{
   color: #666565;
   font-style: italic !important;
   position: relative;
   
}
.price{
    position: absolute;
    top: 5px;
    right: 0;
    color: #790306;
    font-size: 18px;
    font-weight: bold;
    font-family:Montserrat;
}

h5 {
    font-size: 17px;
}
 .menu-btn {
    background-color: #1c1c4e;
    color: white;
    border: none ;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-family:Montserrat;
    transition: all 0.6s ease;
}

.menu-btn:hover {
    background-color: #eb1c21 !important;
    color: #fff !important; /* Slightly darker green for hover effect */
}

 .menu-btn.active {
    background-color: #eb1c21 !important; 
  
    outline: none !important; 
    color: #fff !important;

}
 .menu-btn1 {
    background-color: #fff;
    color: #eb1c21;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius:45px;
    font-size: 10px;
    font-weight: bold;
    border: solid #fff 2px;
    font-family:Montserrat;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 49px -12px rgba(0,0,0,0.87);


}
.button:focus{
    outline: none !important;
    border: solid #eb1c21 2px !important;
}
.menu-btn1 span img{
    width: 23px;
}
.sub_food_title{
    font-family:  Montserrat;
    text-align: center;
}
.sub_food_title h4{
    font-family:  Montserrat;
    text-align: center;
    font-weight: 600;
    font-family: Montserrat;
}
.menu-btn1:hover {
    background-color:#fff; /* Slightly darker green for hover effect */
    border: solid #eb1c21 2px;
    outline: none !important; 
    color: #eb1c21;
}

 .menu-btn1.active {
    background-color:#fff; /* Slightly darker green for hover effect */
    border: solid #eb1c21 2px;
    outline: none !important; 
    color: #eb1c21;


 }
.inner-title h3{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    color: #1c1c4e;
}
.inner-title h5{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    color: #666565;
}
.inner-title p{
    font-family:Montserrat;
    font-size: 15px;
    font-weight: 600;
    color: #666565;
    position: relative;
    bottom: 10px;
}







.scroll-container {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
  }

  .scroll-menu {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 10px;
    padding: 10px;
    width: 100%;
  }

  /* Hide scrollbar and disable scrolling by default */
  .scroll-menu {
    overflow-x: hidden;
    scrollbar-width: none;
  }

  /* Mobile View: Enable horizontal scrolling */
  @media (max-width: 768px) {
    .scroll-menu {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: thin;
      scrollbar-color: #1c1c4e transparent;
    }

    .scroll-menu::-webkit-scrollbar {
      height: 4px;
    }

    .scroll-menu::-webkit-scrollbar-thumb {
      background-color: #1c1c4e;
      border-radius: 10px;
    }

    .scroll-menu::-webkit-scrollbar-track {
      background: transparent;
    }
  }

  .menu-btn {
    background-color: #1c1c4e;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-family:Montserrat;
    transition: all 0.3s ease;
    flex: 0 0 auto;
  }

  .menu-btn:hover {
    background-color: #1c1c4e;
  }

  .menu-btn.active {
    background-color: #ffcc00;
  }


.custom_a{
    text-decoration: none !important;
}
.lilly_bond_containetr{
    background-image:url(../img/new-lilly.png);
    border-radius: 30px;
    padding: 50px 0px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    
    
}
.lilly_bond_containetr2{
    background-image:url(../img/coco-1.jpg) !important;
    border-radius: 30px;
    padding: 50px 0px;
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    padding: 70px 0px !important;
    
    
}


.lilly_bond_containetr span img{
    width: 86px;
}
.lilly_bond_containetr h3{
    font-family: "Pacifico", cursive;
    font-size: 40px;
}
.lilly_bond_containetr p{
    font-family:Montserrat;
    font-size: 14px;
    font-weight: bold;
}
.lilly_bond_containetr span{
  position: absolute;
  top: 11px;
  right: 18px;
  opacity: 0.5;
}

.btn_container  {display: inline-block;
    width: fit-content;
    height: 40px;
    text-align: center;
    border-radius: 0px;
    position: fixed;
    bottom: 170px;
   right: 36%;
    right: 0;
    z-index: 1000;
}
.modal {
    position: fixed;
    top: -40px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
@media screen and (max-width:764px) {
    .breadcrumb-title{
        font-size: 40px;
    }
    .breadcrumb-sub_title{
        font-size: 18px;
        bottom: 10px;
    }
    .for_padding_issue{
        padding-top:24px !important ;
    }
    .for_margin_issuue{
        padding-top:24px !important ;
    }
    .footer_padding_issue{
        padding-top:24px !important ;
    }
    .price{
        top: -3px;
    }
    .food_text h5{
        color: #04125a;
        text-transform: uppercase;
        font-size: 14px;
        /* padding-right: 50px; */
     }
     .lilly_bond_containetr span img{
        width: 58px;
    }
    .btn_container  {display: inline-block;
        width: fit-content;
        height: 40px;
        text-align: center;
        border-radius: 0px;
        position: fixed;
        bottom: 160px;
        right: 10px;

        z-index: 1000;
    }
    .lilly_bond_containetr h3 {
        font-family: "Pacifico", cursive;
        font-size: 33px;
    }
    .logo-container{
        text-align: center !important;
    }
}


.modal-dialog {
    position: absolute;
    width: 250px;
    bottom: 40px;
    left: 44%;
    overflow-y: scroll;
    /* box-shadow: 0 3px 8px #e9e9eb; */
    /* height: 484px; */
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.padding_main{
    padding: 40px 20px 93px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
    .mob_btn_of_menu{
        display: none !important;
    }
     
}
.inside_row_padding{
    padding: 30px;
}
.pc_buttons_for_menu_ul .pc_btn_li{
    display: inline-block;
   
}
.pc_buttons_for_menu_ul .pc_btn_li a{
    padding: 10px 20px;
    margin: 5px;
    background-color: #fff;
    color: #eb1c21;
    border: solid #eb1c21 2px;
    border-radius: 2px;
    line-height: 55px;
    font-family: Montserrat;
    font-weight: 600;
}








@media screen and (max-width:764px){
    .padding_main{
        padding: 40px 20px 161px !important;
      } 
      .food_text {
        padding-left: 30px;
        padding-right: 50px;
    }
    .inside_row_padding{
        padding: 0px;
    }
    .pc_btn_of_menu{
        display: none !important;
    }
    
    }

.modal-body {
    max-height: 274px;
    overflow-y: auto;
}

.modal-dialog {
    width: 250px !important;
    margin: 30px auto !important;
    position: absolute !important
}

    .modal-body::-webkit-scrollbar, .modal-dialog::-webkit-scrollbar {
        display: none;
    }


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


body::-webkit-scrollbar {
    display: none;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.3) !important; /* Adjust the last value (0.3) for opacity */
}

.list-group-item{
    cursor: pointer
}




@media (max-width: 480px) {
    .modal-dialog {
        position: absolute;
        width: 250px;
        bottom: 70px;
        left: 18%;
        /* box-shadow: 0 3px 8px #e9e9eb; */
        /* height: 484px; */
    }
}

.menu-btn1:focus{
    background-color:#fff; /* Slightly darker green for hover effect */
    border: solid #eb1c21 2px;
    outline: none !important; 
    color: #eb1c21;
    
}

.veg-non-veg-img {
    width: 25px;
    height: 13px;
}
.home-img{
    width: 530px;
    border-radius: 30px;
}
.image-title-cus{
    text-align: center;
    font-weight: bold;
    font-family:Montserrat;
}