@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url('https://fonts.cdnfonts.com/css/blocparty-outline');

:root {
  --bg: #000;
  --panel: #000;
  --accent1: #ff5edc;
  --accent2: #ff006a;
  --muted: #a0a0a0;
  --radius: 1rem;
  --font: "Figtree", "Arial", sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font);
}
html,
body {
  height: 100%;
  background: var(--bg);
  color: #fff;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5em;
  backdrop-filter: blur(1rem);
  border-right: 0.1rem solid rgba(255, 255, 255, 0.05);
  border-radius: 0 var(--radius) var(--radius) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  box-shadow: 0.25rem 0 1.5rem rgba(0, 0, 0, 0.6);
  transform: translateX(-1rem);
  opacity: 0;
  animation: slideInLeft 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 67;
}
@keyframes slideInLeft {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.sidebar a {
  position: relative;
  display: inline-block;
  color: #ccc;
  font-size: 2rem;
  text-decoration: none;
  transition: 0.2s ease;
}
.sidebar a:hover {
  color: var(--accent1);
  transform: scale(1.15);
}
.sidebar a::after {
  content: attr(title);
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.6em;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 999;
}
.sidebar a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0.5rem);
}
.container {
  text-align: left;
  width: auto;
  padding: 0 1rem;
  margin-left: 8rem;
  margin-top: 2.5rem;
}
h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.05rem;
  text-align: center;
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  	font-family: 'BlocParty Outline', sans-serif;
}
.active {
  background: linear-gradient(90deg, var(--accent1), var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.container h1 {
  font-size: 10em;
}
p {
  color: var(--muted);
  margin-top: 0.75rem;
}
footer {
  position: fixed;
  bottom: 1.25rem;
  color: #fff;
  margin-left: 6rem;
}
.content {
  padding-left: 3em;
  padding-right: 3em;
}
.content h2,
.content h3,
.content p,
.content span {
  line-height: 1.5em;
  margin-top: 1em;
}
@media (max-width: 44rem) {
  .sidebar {
    flex-direction: row;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    width: auto;
    height: 4rem;
    padding: 0.625rem 1.25rem;
    border-radius: var(--radius);
  }
  .sidebar a::after {
    display: none;
  }
  .container {
    margin-left: 0.5rem;
    padding: 0 0.5rem;
  }
  h1 {
    font-size: 2rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
.joinbtn {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 1em;
  border: solid 2px var(--accent1);
  background: none;
  transform: scale(1);
  transition: transform 0.3s ease, background 0.3s ease;
}
.joinbtn:hover {
  background: var(--accent2);
  transform: scale(1.1);
}
#sj-frame {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #111;
}
#sj-address {
  background: none;
  font-family: inherit;
  padding: 1em 2em;
  height: 5em;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--text-color);
  border-radius: 10em;
  outline: none;
  width: 40vw;
  transition: border-radius 0.1s;
  color: #fff;
  font-size: 0.5em;
}
#sj-address:focus {
  border: 1px solid rgba(253, 253, 253, 0.514);
  border-radius: 6px;
}
small {
  color: var(--muted);
  font-size: 0.5em;
}
.centeredboi123 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  box-sizing: border-box;
  transform: translateY(-10vh);
}

#particles-js {
            position: absolute;
            width: 100%;
            height: 99%;
            background-color: transparent;
            z-index: -10000; 
        }

#menu span {
	margin-right: 2em;
}

#menu {
  margin-bottom: 1em;
  border: solid 2px rgba(255, 255, 255, 0.1);
  padding: 1em;
  border-radius: var(--radius);
}

@font-face {
  font-family: "BlocParty Outline";
  src: url("/fonts/BlocpartyOutlineRegular-4Bexl.ttf") format("truetype"),
}

.enlarging {
  font-size: 2em;
}