:root {
  --white: #fff;
  --grey: #a7a7a7;
  --black: #000;

  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
    Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

html {
  background-color: var(--black);
}

.background {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: var(--black);
  background-size: cover;
  color: var(--white);
  background-color: var(--black);
  background-image: linear-gradient(
    180deg,
    #000 0%,
    rgb(24, 14, 32) 20%,
    rgb(49, 40, 22) 40%,
    rgb(32, 63, 48) 60%,
    rgb(58, 39, 55) 68%,
    #000 100%
  );
}

.background-video-wrapper {
  width: 100%;
  position: fixed;
  top: 0px;
  height: 100vh;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: calc(100vh - 160px);
}

.logo {
  height: 30px;
  margin-right: 24px;
}

.nav {
  padding: 1.5rem 0 4rem 0;
  display: flex;
  align-items: center;
  color: var(--grey);
}

.sticky {
  padding: 1rem 60px;
  position: sticky;
  z-index: 500;
  top: 0;
  /* background-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.75) 100%); */
  /* justify-content: space-between; */
}

.nav-links > a {
  margin-left: 1rem;
}

.nav-links {
  display: flex;
}

a {
  position: relative;
  text-decoration: none;
  color: var(--white);
}

.fixed {
  position: fixed;
  z-index: 1;
  top: 8rem;
  padding: 0 50px;
  text-shadow: 0px 0px 8px black;
}

.primary {
  font-size: 2.4rem;
  color: var(--white);
  max-width: 550px;
  font-weight: 450;
  line-height: 1.4;
  transform: translateZ(0px);
}

.secondary {
  font-size: 1.5rem;
  color: var(--white);
  max-width: 550px;
  font-weight: 450;
  line-height: 1.4;
  transform: translateZ(0px);
}

.video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  object-fit: cover;
}

.section {
  display: flex;
  flex: 0 0 100%;
  position: relative;
  justify-content: space-between;
  background: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  margin: 0 -5px;
  padding: 50px;
  z-index: 2;
  overflow: hidden;
  border-radius: 22px;
  margin: 40px 16px;
  transition: margin ease-in-out 300ms;
}

.mobileScreen {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.wideScreen {
  width: auto;
  height: 690px;
  border-radius: 22px;
  object-fit: cover;
}

.title {
  color: var(--grey);
  font-size: 2.2em;
  margin-right: 20px;
  line-height: 1.35;
  font-weight: 450;
}

@media only screen and (max-width: 800px) {
  .section {
    flex-direction: column;
    height: auto;
    margin: 32px 0;
  }

  .mobileScreen {
    margin: 0;
    height: auto;
    border-radius: 0px;
    width: calc(100% + 100px);
    margin-bottom: -50px;
  }

  .wideScreen {
    height: 400px;
  }

  .title {
    font-size: 1.8rem;
  }
}

.left {
  flex: 1 1 400px;
  max-width: 500px;
  padding-right: 40px;
}

.right {
  display: flex;
  justify-content: center;
  flex: 1 0 500px;
}

.first {
  border: 1px solid #9a98ff73;
  box-shadow: 0 0 10px #9a98ff31;
}

.first .pill {
  color: #9a98ff;
  background: rgba(96, 95, 179, 0.305);
}

.second {
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.123);
  border: 1px solid rgba(255, 208, 0, 0.247);
}

.second .pill {
  color: rgb(255, 208, 0);
  background: rgba(255, 248, 143, 0.239);
}

.third {
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.123);
  border-left: 1px solid rgba(0, 255, 170, 0.432);
  border: 1px solid rgba(0, 255, 170, 0.432);
}

.third .pill {
  color: rgb(0, 255, 170);
  background: rgba(143, 255, 167, 0.239);
}

.fourth {
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.123);
  border-left: 1px solid rgba(201, 153, 255, 0.466);
  border: 1px solid rgba(201, 153, 255, 0.466);
}

.fourth .pill {
  color: rgb(201, 153, 255);
  background: rgba(98, 12, 119, 0.239);
}

.fifth {
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.123);
  border-left: 1px solid rgba(255, 176, 130, 0.459);
  border: 1px solid rgba(255, 176, 130, 0.459);
}

.fifth .pill {
  color: rgb(255, 176, 130);
  background: rgba(121, 67, 17, 0.426);
}

.sixth {
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.123);
  border-left: 1px solid rgba(230, 149, 255, 0.493);
  border-right: 1px solid rgba(230, 149, 255, 0.493);
  border: 1px solid rgba(230, 149, 255, 0.493);
}

.sixth .pill {
  color: rgb(230, 149, 255);
  background: rgba(59, 9, 100, 0.726);
}

.seventh {
  border: 1px solid #9a98ff73;
  box-shadow: 0 0 10px #9a98ff31;
}

.seventh .pill {
  color: #9a98ff;
  background: rgba(96, 95, 179, 0.305);
  font-size: 1.2rem;
}

.seventh .title {
  font-size: 1.8rem;
}

.pill {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 22px;
  font-size: 1.3em;
  color: #9a98ff;
  background: rgba(96, 95, 179, 0.239);
  margin-bottom: 20px;
  font-weight: 500;
}

.journalsShadow {
  right: 0;
  bottom: 0;
  position: fixed;
  height: 5vh;
  box-shadow: 0 0 1200px 800px rgba(14, 45, 80, 0.6);
}

.btn {
  z-index: 10;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  padding: 4px 8px;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  color: var(--black);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn.join {
  border: 1px solid #9a98ff;
  background-color: #9a98ff;
}

.btn.login {
  border: 1px solid #ffc0c0;
  background-color: #ffc0c0;
}

.btn.about {
  border: 1px solid #a3e0f9;
  background-color: #a3e0f9;
}

@media (hover: hover) {
  .btn.join:hover {
    border: 1px solid #6b6aad;
    background-color: #6b6aad;
  }

  .btn.login:hover {
    border: 1px solid #ab8887;
    background-color: #ab8887;
  }

  .btn.about:hover {
    border: 1px solid #516e7c;
    background-color: #516e7c;
  }
}

.btn.large {
  width: 150px;
  height: 40px;
  font-size: 16px;
}

.bottom-cta {
  margin: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.footer {
  display: block;
  width: 100%;
  padding: 0 50px;
}

@media only screen and (max-width: 800px) {
  .footer {
    display: block;
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .footer .nav {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }

  .footer .nav .logo {
    margin: 0;
    margin-bottom: 10px;
  }

  .footer .nav .nav-links {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer .nav .nav-links > div {
    padding: 7px 0;
  }

  .wrapper {
    padding-top: 480px;
  }

  .fixed {
    padding: 0 30px;
  }

  .sticky {
    padding: 1rem 40px;
  }
}

@media only screen and (max-width: 360px) {
  .wrapper {
    padding-top: 512px;
  }
}
