/* Navbar */


/* Menu */
.navbar-nav .nav-item {
    margin: 0 2px;
    
}
.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 8px;
    font-weight: bold;
}


/* Garis animasi bawah */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #034e07;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

.navbar-nav .nav-item {
    margin: 0 2px;
    
}
.navbar-nav .nav-menu {
    position: relative;
}

.navbar-nav .nav-menu {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 8px;
    font-weight: bold;
}

.navbar-nav .nav-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: rgb(224, 248, 7);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

.navbar-nav .nav-menu:hover::after,
.navbar-nav .active .nav-menu::after {
    width: 30%;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .active .nav-link::after {
    width: 30%;
}

/* Menu aktif 
.navbar-nav .active .nav-link {
    color: #df0000;
}

/* Tombol hamburger mobile */

.navbar-brand span {
    color: rgb(14, 114, 5);
    font-weight: bold;
    font-size: 30px;
}
/*buat graient*/

.footer_section{
    background-color: rgb(180, 143, 22);

}

.box {
    background-color: #007bff;
    border: 3px solid white;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(15, 0, 0, 0.3);
    padding: 20px;
}

.offer_section .box {
  background: linear-gradient(135deg, #b36909, #D2B48C);
  
}
.food_section .box {
    background: linear-gradient(135deg, #b36909, #D2B48C);
    border: 2px solid white;
    border-radius: 15px;
}


