/* css menu */
.header-1 {
    align-items: flex-start;
    display: flex;
    min-width: 100%;
  }
  
  .header-2 {
    align-items: flex-start;
    display: flex;
    height: auto;
    min-width: 100%;
  }
  
   .header-3 {
    align-items: center;
    background-color: var(--white);
    box-shadow: 0px 3px 7px #edeff080;
    display: flex;
    gap: 20px;
    margin-top: -1.5px;
    padding: 8px 40px;
    position: relative;
    width: 100%;
  }

  .megamenu {
    width: 100%;
  }
  /* fine css menu */