html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}


input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}


/* #main-menu.open {
  animation: menuanimation 1000ms forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}


@keyframes menuanimation {
  0% {
    clip-path: polygon(0 0, 1px 0, 1px 0%, 0 0);
  }
  15% {
    clip-path: polygon(0 0, 1px 0, 1px 100%, 0 100%);
  }
  85% {
    clip-path: polygon(0 0, 99% 0, 99% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
} */
