@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");

html,
body {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.noScrollcss::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1300px;
}

.bg-gradient-gold-1 {
  background: linear-gradient(
    104deg,
    #e7b846 9.67%,
    #fff2a4 28.36%,
    #e7b846 63.41%,
    #e0bc38 77.31%,
    #d49922 91.5%
  );
}

.bg-gradient-velvet-1 {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    38deg,
    rgba(0, 0, 0, 1) 73%,
    rgba(31, 0, 0, 1) 81%,
    rgba(72, 0, 0, 1) 90%,
    rgba(167, 0, 0, 1) 100%
  );
}

.bg-gradient-velvet-2 {
  background: linear-gradient(
    180deg,
    rgba(167, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.bg-gradient-velvet-3 {
  background-color: #000;
  background: linear-gradient(
    180deg,
    #a70000 -22.71%,
    rgba(0, 0, 0, 1) 58.9%,
    rgba(0, 0, 0, 1) 58.9%
  );
}

.bg-gradient-dark-1 {
  background: linear-gradient(13deg, #000 54.12%, rgba(0, 0, 0, 0) 119.09%);
}

.btn-default {
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

p {
  margin: 0;
}

h1 {
  margin: 0;
}
