body {
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
 .overlap-group-wrapper {
    background-color: #ffffff;
    width: 375px;
    height: auto;
 }
 .overlap-group {
    position: relative;
    height: 359px;
    top: 0;
    background-color: #4e9f3d;
    border-radius: 0px 0px 10px 10px;
  }
  .reservasi {
    display: flex;
    align-items: center;
    background-color: #1E5128;
    color: #ffffff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.left-content {
    margin-right: 0px;
}

.img {
    height: 100%;
}

.right-content {
    display: flex;
    flex-direction: column;
}

.right-content p {
    margin: 0;
}

 .box {
    background-color: rgba(216, 233, 168, 0.6);
    width: 90%;
    height: 654px;
    margin-left: auto;
    margin-right: auto;

 }
 .box-container {
    background-color: #ffffff;
    width: 90%;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
 }
 .label-container {
    display: flex;
    flex-direction: column;
  }

  .text-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .car-2 {
    max-width: 40px;
  }
  .text-wrapper-8 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ffffff;
  }
  .custom-width {
    width: 200px;

  }
  .bg-custome{
    background-color: #1E5128;
    color: #ffffff;
  }
  
 /* MENU */

  :root{
    --white:#4e9f3d;
    --putih:#ffffff;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
}
 .menu{
    top: 0; right: 0;
    padding: 1rem;
    top: 15%;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    width: 375px;
    background: var(--putih);
    position: absolute;
    display: inline-block;
    visibility: hidden;
    z-index: 2;
}
 .menu .box-1{
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    font-style: var(--white);
    gap: rem;
    color: #1E5128;
    position: relative;
    padding: 10px;
    border: 1px solid #eee;
}
.menu.active {
    visibility: visible;
    transition: .4s linear;
}
 .menu .box-1 i{
    margin-right: 10px;
}
.nav-link {
    text-decoration: none;
}
/* END MENU */
