.navigation-bar {
    background-color: #7d946d;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  
  .navigation-bar .div {
    background-color: #7d946d;
    width: 100%;
    height: 120px;
    position: relative;
  }
  
  .navigation-bar .overlap {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    width: 208px;
    height: 99px;
    top: 0;
    right: 486px;
    background-image: url(../img/assets/Selectd.svg);
    background-size: 100% 100%;
  }
  
  .navigation-bar .home-button {
    all: unset;
    box-sizing: border-box;
    position: relative;
    width: 170px;
    height: 57px;
    top: 38px;
    left: 20px;
  }
  
  .navigation-bar .overlap-group {
    position: relative;
    width: 168px;
    height: 57px;
  }
  
  .navigation-bar .button {
    position: absolute;
    width: 168px;
    height: 46px;
    top: 5px;
    left: 0;
    background-color: #dfe4da;
    border-radius: var(--shape-corner-full);
    box-shadow: 0px 3px 4px 1px #00000080;
  }
  
  .navigation-bar .text-wrapper {
    position: absolute;
    margin-top: 5px;
    width: 104px;
    top: 0;
    left: 32px;
    font-family: "Kanit-SemiBold", Helvetica;
    font-weight: 600;
    color: #7d946d;
    font-size: 38px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
  }
  
  .navigation-bar .massage-button {
    position: absolute;
    width: 170px;
    height: 46px;
    top: 37px;
    right: 276px;
  }
  
  .navigation-bar .div-wrapper {
    position: relative;
    width: 168px;
    height: 46px;
    background-color: #dfe4da;
    border-radius: var(--shape-corner-full);
  }
  
  .navigation-bar .text-wrapper-2 {
    position: absolute;
    width: 168px;
    height: 38px;
    top: 4px;
    left: 0;
    font-family: "Kanit-Regular", Helvetica;
    font-weight: 400;
    color: #7d946d;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
  }
  
  .navigation-bar .contact-button {
    position: absolute;
    width: 170px;
    height: 46px;
    top: 37px;
    right: 30px;
  }
  
  .navigation-bar .logo {
    position: absolute;
    width: 286px;
    height: 104px;
    top: 8px;
    left: 30px;
  }

  .home-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 87vh;
  }
  