@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", serif;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  background: #000000;
}
.left {
  left: 0px !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #004dff;
  border-radius: 12px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #004dff;
  border-radius: 12px;
}
.border_custom {
  border: 0.73px dashed #999999; /* Set border thickness */
}
.gradient-text {
  background: linear-gradient(
    0deg,
    rgba(153, 153, 153, 0.3) -2.38%,
    #ffffff 109.52%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-border-btn {
  position: relative;
  border: none; /* No regular border */
  border-radius: 8px; /* Ensure button itself is rounded */
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.gradient-border-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px; /* Ensures border is rounded */
  padding: 2px; /* Border thickness */
  background: linear-gradient(267.54deg, #9ba3b7 0%, #30333f 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); /* Ensures gradient doesn't overlap */
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.gradient-border-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gradient-border-btn:active {
  transform: scale(0.95);
  box-shadow: none;
}

@media (min-width: 1300px) and (max-width: 1536px) {
  .py5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .h100 {
    height: 100px;
  }
}
@media (max-width: 1439.95px) {
  .jss235 {
    max-width: 100vw;
  }
}
.jss235 {
  overflow-x: auto;
  overflow-y: hidden;
}
.jss285 {
  width: 100%;
  height: fit-content;
  padding-bottom: 20px;
}

/* Track */
.jss235::-webkit-scrollbar {
  width: 0px!important;
  height: 0px!important;
  border-radius: 12px;
}

.jss235::-webkit-scrollbar-track {
  background: #2e2f32;
  border-radius: 12px;
}

/* Handle */
.jss235::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 12px;
}

/* Handle on hover */
.jss235::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
  border-radius: 12px;
}
.jss235scroll::-webkit-scrollbar {
  width: 1px!important;
  height: 2px!important;
  border-radius: 12px;
}

/* Track */
.jss235scroll::-webkit-scrollbar-track {
  background: #2e2f32;
  border-radius: 12px;
}

/* Handle */
.jss235scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 12px;
}

/* Handle on hover */
.jss235scroll::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .jss281 {
    display: grid;
    /* padding: 0 10px; */
    grid-gap: 20px;
    min-width: fit-content;
    /* margin-bottom: 20px; */
    grid-template-columns: repeat(6, minmax(255px, 1fr));
  }
  .jss282 {
    display: grid;
    /* padding: 0 10px; */
    grid-gap: 20px;
    min-width: fit-content;
    /* margin-bottom: 20px; */
    grid-template-columns: repeat(3, minmax(255px, 1fr))!important;
  }
  .jss283 {
    display: grid;
    /* padding: 0 10px; */
    grid-gap: 20px;
    min-width: fit-content;
    /* margin-bottom: 20px; */
    grid-template-columns: repeat(4, minmax(255px, 1fr))!important;
  }
}
