@import url("https://fonts.googleapis.com/css?family=Poppins");

* {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.center {
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
}

.bio-text {
  font-size: 16px;
  animation: up 2s;
  font-weight: 500;
  color: #f1f1f1bd;
  margin-bottom: 15px;
}

.username {
  animation: up 2s;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 2px #190f2e, 0px 0px 3px #190f2e, 0px 0px 7px #190f2e, 0px 0px 5px #190f2e, 0px 0px 8px #190f2e, 0px 0px 8px #190f2e;

}


.social-icons {
  font-size: 28px;
  transition: 0.2s ease-in-out;
  padding: 0 2px;
  color: #e4e9ff;
}

.social-icons:hover {
  transform: scale(1.4);
}

.pfp-image {
  animation: down 2s;
  border-radius: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  max-width: 150px;
  height: 150px;
}

.container {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.blur {
  background: rgba(35, 37, 36, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  -ms-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: auto;
  padding: 30px 0;
  border-radius: 15px;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
  -webkit-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.75);
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.center,
.container,
.pfp-image,
.username,
.socials {
  animation: fadein 2s;
}

#enterButton {
  width: 100%;
  height: 100%;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body {
    background-color: #000;
    color: #fff;
    display: flex;
    margin: 0;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    ion: column;
    justify-content: space-around;
    align-items: flex-end;
}

button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

button:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#progressContainer {
  width: 100%;
  max-width: 400px;
  height: 8px;
  background-color: #555;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 15px;
}

#progressBar {
  width: 0;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}

    
    #links {
     right: 5px;
     width: 100px;
     float: left;
     margin-top: -4px;
    }
    
    #groups {
     float: right;
     margin-top: 5px;
    }
    
    #dropDownContent div a {
     opacity: 0;
     transition: 1s;
     line-height: 18px;
    }
    
    #dropDownContent div span {
     margin-left: 10px;
     margin-right: 10px;
    }
    
    #groups a, #groups span {
     float: right;
    }
    
    .hitCount {
     position: fixed;
     bottom: 5px;
     right: 5px;
     transition: 3s;
     color: var(--color);
     font-size: 24px;
     opacity: 0;
     bottom: -3px;
    }
    
    a.hitCounter.badge-done0 {
     display: none!important;
    }


#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.navbar {
  z-index: 5;
}

.navigation-clean {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container, .container-lg, .container-md, .container-sm {
  max-width: 960px;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}