@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Dosis:wght@100&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@10&display=swap');
 body {
  background: #222;
}
    body.dark {
  /* Old gradient DO NOTE REMOVE!
  background: linear-gradient(45deg, #050d3e, #050b3d, #0d1117, #052750, #12065c, #2c043d, #1e022a, #050d3e, #0d1117, #0a0c0f, #060607, #000000, #000000, #000000);
  background-size: 450% 450%;
  animation: gradient 10s ease infinite;
  */
  
  /* Indigo -> Purple -> Midnight Blue Theme */
  background: linear-gradient(45deg, 
    #052750, /* Deep Indigo */
    #0c0025, /* Dark Violet */
    #1a0033, /* Deep Purple */
    #2c043d, /* Rich Purple */
    #1e022a, /* Midnight Purple */
    #12065c, /* Royal Purple */
    #050d3e, /* Deep Midnight Blue */
    #052750, /* Deep Indigo (closing the loop) */
    #000000  /* Black for depth */
  );
  background-size: 600% 600%;
  animation: gradient 15s ease infinite;
}
 @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rgbAura {
  0% {
    box-shadow: 0 0 15px #ff0000;
  }
  16.66% {
    box-shadow: 0 0 15px #ff00ff;
  }
  33.33% {
    box-shadow: 0 0 15px #0000ff;
  }
  50% {
    box-shadow: 0 0 15px #00ffff;
  }
  66.66% {
    box-shadow: 0 0 15px #00ff00;
  }
  83.33% {
    box-shadow: 0 0 15px #ffff00;
  }
  100% {
    box-shadow: 0 0 15px #ff0000;
  }
}
@keyframes rgbSlide {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 400% 50%;
  }
}
 .bg {
  background: #19191B;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  backdrop-filter: blur(12.1px);
}
 .profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 200px;
  border-radius: 50%
}
 .profile-name {
  text-align: center;
  padding: 10px;
  font-family: sans-serif;
  font-weight: 700;
  color: #FEFFFE;
  font-size: 20px
}
 .profile-about {
  text-align: center;
  padding: 2px;
  font-family: Dosis, sans-serif;
  color: #FEFFFE;
  font-size: 15px;
  letter-spacing: 2px
}
 .description {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 600px;
  max-width: 100%;
  transition: all .3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff;
  opacity: 0.5;
  font-size: 8pt;
  font-style: italic;
}
 .links {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: .5px solid #fff;
  border-width: 1px;
  display: block;
  border-radius: 15px;
  font-family: sans-serif;
  position: relative;
  font-size: 17px;
  width: 680px;
  max-width: 95%;
  transition: all .3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff
}
 .links-circle {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: .5px solid #fff;
  border-width: 1px;
  display: block;
  border-radius: 15px;
  font-family: sans-serif;
  position: relative;
  font-size: 17px;
  max-width: 95%;
  transition: all .3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff
}
 .links-in {
  padding: 5px;
  border: .5px solid #ffffff00;
  border-width: 1px;
  width: 30px;
  display: block;
  border-radius: 40px;
  left: 20px;
  position: absolute;
  font-size: 20px
}
 .hover {
  text-decoration: none;
  color: #FEFFFE;
  transition: all .3s;
  background: #27262B;
  background-color: rgba(255, 255, 255, 0.0)
}
 .hover:hover {
  text-decoration: none;
  background-color: #fff;
  color: #2d3748;
  border: solid #fff 0.5px;
  transition: all .2s;
  transform: scale(1.03);
  box-shadow: 0 0 15px #fff;
  animation: rgbAura 3s linear infinite;
}
 .hover:hover .links-in, .hover:hover b {
  background: linear-gradient(45deg, #cc0000, #cc00cc, #0000cc, #00cccc, #00cc00, #cccc00, #cc0000);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: rgbSlide 8s linear infinite;
}

.gear:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border: solid #fff 0.5px;
  transition: all .2s;
  transform: scale(1.03);
  animation: rgbAura 3s linear infinite;
}

.gear:hover i {
  background: linear-gradient(45deg, #cc0000, #cc00cc, #0000cc, #00cccc, #00cc00, #cccc00, #cc0000);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: rgbSlide 8s linear infinite;
}

footer a:hover b {
  color: #fff;
  text-shadow: 0 0 10px #cc0000, 0 0 20px #cc0000, 0 0 30px #cc0000;
  animation: rgbGlow 3s linear infinite;
}

#play-icon:hover {
  color: #fff;
  text-shadow: 0 0 10px #cc0000, 0 0 20px #cc0000, 0 0 30px #cc0000;
  animation: rgbGlow 3s linear infinite, rgbAura 3s linear infinite;
}

@keyframes rgbGlow {
  0% { text-shadow: 0 0 10px #cc0000, 0 0 20px #cc0000, 0 0 30px #cc0000; }
  25% { text-shadow: 0 0 10px #cc00cc, 0 0 20px #cc00cc, 0 0 30px #cc00cc; }
  50% { text-shadow: 0 0 10px #0000cc, 0 0 20px #0000cc, 0 0 30px #0000cc; }
  75% { text-shadow: 0 0 10px #00cccc, 0 0 20px #00cccc, 0 0 30px #00cccc; }
  100% { text-shadow: 0 0 10px #cc0000, 0 0 20px #cc0000, 0 0 30px #cc0000; }
}
 .bottom-info {
  margin-top: -90px;
  opacity: 0.3;
  font-size: 7.5pt;
  font-style: italic;
  text-align: center;
  width: 600;
  color: #fff;
  font-family: 'Prodcut Sans', 'Product Sans', sans-serif
}
 .bottom-info p {
  margin-bottom: -20px;
  padding: 10px;
}
 .bottom-text {
  opacity: 0.3;
  font-size: 7.5pt;
  font-style: italic;
  text-align: center;
  width: 600;
  color: #fff;
  font-family: 'Prodcut Sans', 'Product Sans', sans-serif
}
 .bottom-text-version {
  margin-bottom: 15px;
  font-size: 12px;
  color: #fff;
  font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
}
 .link-hide {
  text-decoration: none
}
 .link-hide:hover {
  text-decoration: none
}
 @media (max-width:548px) {
  .profile-about {
    text-align: center;
    padding: 2px;
    font-family: Dosis, sans-serif;
    color: #FEFFFE;
    font-size: 15px;
    letter-spacing: 1px
  }
}
 .links-footer {
  padding: 4px;
  border: .5px solid #FEFFFE;
  border-width: 1px;
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  margin-top: 50px;
  color: #000;
  transition: color 1s;
  transition: all .3s;
  background: #FEFFFE
}
 .links-footer:hover {
  color: #000;
  background: #FEFFFE;
  transition: all .3s
}
 .space,
 .space2 {
  padding-top: 0px
}
 .drag {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -user-drag: none
}
 #linksbutton {
  max-width: 580px;
  width: auto;
  display: block;
  margin: 27px auto;
}
 #title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
  width: 100%;
  margin-top: 50px;
  text-align: center;
  text-decoration: none;
}
 .gears {
  width: auto;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  width: 600px;
  max-width: 100%;
}
 .gear {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.0);
  color: #fff;
  font-family: 'Prodcut Sans', 'Product Sans', sans-serif;
  text-align: center;
  margin-top: 20px;
  padding: 15px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  transition: all .25s cubic-bezier(.08, .59, .29, .99);
  border: solid #fff 1.5px;
  border-radius: 50%;
}
 .gear:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border: solid #fff 0.5px;
  transition: all .2s;
  transform: scale(1.03)
}
 .label {
  background-color: #333;
  border-radius: 50px;
  justify-content: space-between;
  position: relative;
  height: 26px;
  width: 50px;
  float: right;
  padding: 5px;
  align-items: center;
  display: flex;
  transform: scale(1.2);
}
 .checkbox {
  opacity: 0;
  position: absolute;
}
 .label .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transition: transform 0.2s linear;
}
 .checkbox:checked+.label .ball {
  transform: translateX(22px);
}
 .moveBall {
  transform: translateX(22px);
}
 .moveBallBack {
  transform: translateX(0px);
}
 .fa-moon {
  color: #f1c40f;
  font-size: 15px;
}
 .fa-sun {
  color: #f39c12;
  padding-left: 10px;
  font-size: 15px;
}
 .navbarmod {
  height: 70px;
  width: 100%;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
 @media screen and (min-width:768px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 5px
  }
  ::-webkit-scrollbar-track {
    background: transparent
  }
  ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .15);
    border-radius: 10px
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .35)
  }
  ::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .35)
  }
}
 #canvas,
 #text {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
 #music-button {
  position: fixed;
  top: 100px;
  right: 20px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 999;
}
 #play-icon {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  color: white;
  opacity: 0.5;
  font-size: 50px;
  cursor: pointer;
  animation: wave 2s infinite ease-in-out;
}
 @keyframes wave {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
 #pause-icon {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  color: white;
  font-size: 50px;
  cursor: pointer;
  animation: scaleUpDown 1s infinite alternate;
  text-shadow: 0 0 15px #ff0000;
  animation: scaleUpDown 1s infinite alternate, rgbGlow 3s linear infinite;
}
 @keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
 .typing-wrapper {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .typing-desc {
  font-family: monospace;
  font-size: 15pt;
}
 .typing-demo {
  animation: typing 2s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 15pt;
  font-weight: bold;
  color: white;
}
 @media screen and (max-width:768px) {
  .typing-demo {
    font-size: 10pt;
    font-weight: bold;
    max-width: 80%;
    margin: 0 auto;
  }
  .typing-desc {
    font-family: monospace;
    font-size: 10pt;
    max-width: 80%;
    margin: 0 auto;
  }
}
 @keyframes typing {
  from {
    width: 0
  }
}
 @keyframes blink {
  50% {
    border-color: transparent
  }
}
.dialog-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 1000;
  pointer-events: all;
}
.dialog-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: none;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 680px;
  max-width: 95%;
}
.dialog-box p {
  color: #FEFFFE;
  font-family: sans-serif;
  font-size: 17px;
}
.dialog-box button {
  background-color: #ffffff00;
  color: #ffffff;
  border: solid #fff 0.5px;
  border-radius: 15px;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 17px;
  cursor: pointer;
  transition: all .2s;
  width: 90%;
  font-weight: bold;
  position: relative;
}
.dialog-box button:hover {
  background-color: #ffffff;
  animation: rgbAura 3s linear infinite;
}

.dialog-box button:hover .close-text {
  background: linear-gradient(45deg, #cc0000, #cc00cc, #0000cc, #00cccc, #00cc00, #cccc00, #cc0000);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: rgbSlide 8s linear infinite;
  font-weight: bold;
}
