* {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

:root {
  --navbackground: linear-gradient(to right, #0937b7 0%, #5200b6 100%);
  --nav-bg-active: linear-gradient(to right, #0937b7 0%, #5200b6 100%);
  --footerbg: linear-gradient(106deg, rgb(44, 97, 240) 0%, rgb(44, 97, 240) 100%);;
  --white: #ffffff;
  --light-black: rgba(35, 31, 31, 0.918);
  --hover: #f63b1bfe;
  --links-text-offcanvas: #262020;
  --placeholder: #999a9c;
}

html {
  scroll-behavior: smooth;
  /* user-select: none; */
}

@media (max-width: 991px) {
  html, body {
    width: auto !important;
    overflow-x: hidden !important;
  }
}