
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* overscroll-behavior: none; */
  -webkit-tap-highlight-color: transparent;
}

html[lang="ar"] {
  direction: rtl;
}

body {
  background-color: white;
  overflow-x: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

button,
input,
textarea {
  border: none;
  outline: none;
  background: none;
}

.gradient-title {
  background: linear-gradient(to right, #4e5dfd, #4baaff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
