body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@font-face {
  font-family: "SF-Pro-Regular-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Regular.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Semi-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Semibold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF-Pro-Bold-Text";
  src: url("../../assests/fonts/SF-PRO-Text/SF-Pro-Text-Bold.otf")
    format("opentype");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF-Pro-Regular-Text";
}

/* Custom Scroll Bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 250px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--secondary-secondary-l-2, #cdced9);
  border-radius: 250px;
  display: flex;
  justify-content: center;
}

::-webkit-scrollbar-button {
  border: none;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../../assests/images/caret-up-solid-scrolbar.svg");
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../../assests/images/caret-down-solid-scrollbar.svg");
  height: 10px;
  width: 10px;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Custom ScrollBar  */
main {
  width: 1216px;
  min-width: 1216px;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 193.6px;
  margin-bottom: 100px;
}
main section {
  width: 584px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main section #page-not-found-image {
  height: 250px;
  width: 250px;
  margin: auto;
}
main section h1 {
  text-align: center;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 64px;
  font-style: normal;
  line-height: 125%;
  margin-top: 32px;
  margin-bottom: 12px;
}
main section h3 {
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 40px;
  font-style: normal;
  line-height: 125%;
  margin: 0 0;
  text-align: center;
}
main section p {
  text-align: center;
  color: var(--dark-dark-d-2, #111116);
  font-family: "SF-Pro-Regular-Text";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  margin-top: 12px;
  margin-bottom: 24px;
}
main section a {
  text-decoration: none;
}
main section button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 1000px;
  background: var(--Primary-Base-Black, #000);
  color: var(--light-white, #fff);
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  border: 1px solid var(--light-white, #fff);
  width: 176px;
  padding: var(--font-line-height-s12, 18px) var(--font-line-height-s16, 24px);
  margin: auto;
}

@media (max-width: 1250px) and (min-width: 650px) {
  main {
    width: 616px;
    min-width: 616px;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 157.6px;
    margin-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }
  main section {
    width: 584px;
  }
}
@media (max-width: 650px) {
  main {
    margin-top: 126.6px;
    margin-bottom: 48px;
    width: 344px;
    min-width: 344px;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  main section {
    width: 312px;
  }
}
