/* This CSS has been written by Cacti4#1902 */

:root {
  --gradient-bg: linear-gradient(180deg, #8600ac -31.41%, #0f0fa7 170.6%);
  --gradient: linear-gradient(180deg, #8600ac 0%, #0f0fa7 120.28%);
  --bg: #111;
  --accent-grey-bg: #242424;
  --test: #6400ac98;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg);
  color: #fff;
  font-family: "Greycliff CF", sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-items {
  max-height: 100vh;
  /* overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-snap-points-y: repeat(100vh); */
  /* overflow-y: hidden; */

  /* scroll-padding: 50vh; */
}
.container {
  overflow: scroll;
  height: 100vh;
  /* scroll-snap-align: start;
  overflow-x: hidden;
  scroll-snap-stop: always; */
}
.text-holder-gradient {
  margin-top: 29vh;
}
.text-holder-gradient-smaller{
  margin-top: 30vh;
}
.gradient-text {
  font-size: 5rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  color: transparent;
  margin: 10px;
  text-shadow: 0 0 30px#ae00ff65;
}
.btn {
  display: grid;
  background: var(--gradient-bg);
  color: #fff;
  width: 150px;
  height: 50px;
  border-radius: 7px;
  margin: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
  align-items: center;
}
.btn:hover {
  scale: 0.95;
}
.btn-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.media-holder {
  margin-top: 10vh;
}
#tsparticles {
  position: relative;
  z-index: -666;
}
::-webkit-scrollbar {
  display: none;
}

details {
  width: 50%;
  max-width: 550px;
  background: #161616;
  border-radius: 10px;
  padding: 20px;
  margin-top: 19px;
}

.align-faq {
  display: grid;
  justify-items: center;
}
.side-nav {
  float: left;
  position: absolute;
  top: 50%;
  margin-left: 30px;
}
.dazoor-info {
  color: #888;
}
.light {
  color: #fff;
}
@media (max-width: 550px) {
  .media-hide {
    display: none;
  }
  details {
    width: 70%;
  }
  .topnav{
    display: none !important;
  }
}
.topnav {
  background-color: #0000005e;
  padding: 30px;
  display: flex;
  align-items: center;
  position: sticky;
}
.text-side {
  margin-left: 30px;
  text-align: start;
}
.text-smaller {
  font-size: 2rem;
}
.center-link {
  width: 100%;
  margin-left: -30px;
}
.link{
  color: #888888;
  text-decoration: none;
  padding: 10px;
}
.under-txt{
  font-size: 1.3rem;
}
.hover-anim{
  transition: 0.2s ease;
}
.hover-anim:hover{
  scale: .97;
}