* {
  cursor: none;
}
.cursor {
  z-index: 2000;
  position: fixed;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  pointer-events: none;
  box-shadow: 0px 0px 30px white;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out, background-color 0.3s ease;
  -webkit-transition: transform 0.2s ease-out, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cursor_glow_div,
.cursor_glow_div_two {
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

.cursor_glow_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.cursor_glow_div_three {
  opacity: 1;
  justify-content: center;
  display: flex;
}

.cursor_glow_three {
  width: 1000px;
  height: 800px;
  border-radius: 50%;
  background-image: radial-gradient(#00bbff 50%, black);
  filter: blur(200px);
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms ease-out;
  margin-top: -50%;
  z-index: 0;
}

.cursor_glow_div_two {
  transition: opacity 1.5s ease;
  -webkit-transition: opacity 1.5s ease;
  opacity: 1;
  visibility: hidden;
  position: relative;
}

.cursor_glow_two {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: linear-gradient(#00bbff 50%, black);
  filter: blur(200px);
  left: 50%;
  top: 0%;
  transform: translate(-50%, 60%);
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms ease-out;
}

.cursor_glow {
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-image: radial-gradient(#00bbff 20%, black 60%);
  filter: blur(100px);
  transition: all 450ms ease-out;
  -webkit-transition: all 450ms ease-out;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
}

.cursor.blur {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.cursor.transparent {
  background-color: transparent;
}

.cursor.partially_transparent {
  background-color: transparent;
  outline-color: white;
  outline-width: 0px;
  outline-style: solid;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(1px);
}

.cursor.partially_transparent2 {
  background-color: rgba(0, 0, 0, 0.3);
  outline-color: white;
  outline-width: 0px;
  outline-style: solid;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

@font-face {
  font-display: swap;
  font-family: PROXON;
  src: url("../fonts/PROXON.ttf") format("truetype");
}

#cursortext {
  margin-bottom: -10%;
  color: white;
  font-size: 3px !important;
  z-index: 2001;
  position: fixed;
  text-align: center;
  font-family: PROXON;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 50px black;
}

#cursortext2 {
  margin-bottom: -10%;
  color: white;
  font-size: 3px !important;
  z-index: 2001;
  position: fixed;
  text-align: center;
  font-family: PROXON;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 50px black;
}

#cursoricon1 {
  color: black;
  font-size: 0.7em !important;
  z-index: 2001;
  position: fixed;
  font-weight: bold;
}

#cursoricon2 {
  color: white;
  font-size: 0.7em !important;
  z-index: 2001;
  position: fixed;
  font-weight: bold;
  text-align: center;
}

#cursoricon3 {
  color: black;
  font-size: 0.7em !important;
  z-index: 2001;
  position: fixed;
  font-weight: bold;
}

#cursoricon4 {
  color: white;
  font-size: 0.5em !important;
  z-index: 2001;
  position: fixed;
  font-weight: bold;
  text-align: center;
}

#cursoricon5 {
  margin-top: 23px;
  height: 40px;
  z-index: 2001;
  position: fixed;
}

#cursoriconmagnify {
  margin-top: -20px;
  margin-left: -10px;
  height: 40px;
  z-index: 2001;
  position: fixed;
}
#cursoricontyping {
  /* margin-top: -20px; */
  /* margin-left: -10px; */
  height: 35px;
  z-index: 2001;
  position: fixed;
}
#cursoriconwave,
#cursoriconidea,
#cursoriconpallette,
#cursoriconlaptop,
#cursoriconwarning {
  margin-top: 23px;
  height: 10%;
  z-index: 2001;
  position: fixed;
}

#cursoricondrag {
  margin-top: 23px;
  height: 17%;
  z-index: 2001;
  position: fixed;
}

#cursoricon1,
#cursoricon2,
#cursoricon3,
#cursoricon4,
#cursoricon5,
#cursoriconwave,
#cursoriconlaptop,
#cursoriconidea,
#cursoriconpallette,
#cursortext,
#cursortext2,
#cursoricondrag,
#cursoriconwarning.invisible,
#cursoriconwave,
#cursoriconmagnify,
#cursoricontyping {
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#cursoricon1.active,
#cursoricon2.active,
#cursoricon3.active,
#cursoricon4.active,
#cursoricon5.active,
#cursoriconwave.active,
#cursortext2.active,
#cursortext.active,
#cursoriconlaptop.active,
#cursoriconidea.active,
#cursoricondrag.active,
#cursoriconwarning.active,
#cursoriconpallette.active,
#cursoriconmagnify.active,
#cursoricontyping.active {
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  visibility: visible;
}

.scrollbar_progress_container_parent {
  position: fixed;
  top: 15%;
  position: fixed;
  z-index: 999;
  background: transparent;
  height: 70vh;
  width: 80px;
}

.scrollbar_progress_container {
  position: fixed;
  display: flex;
  align-content: center;
  left: 10px;
  top: 25%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 60vh;
  width: 5px;
  backdrop-filter: blur(3px);
  border-radius: 100px;
}

.scrollbar_progress {
  width: 5px;
  --height: 0;
  background: white;
  height: var(--height);
  border-radius: 100px;
  padding-right: 10%;
}

@media screen and (max-width: 600px) {
  .cursor_glow_three {
    width: 400px;
  }
}
