/* ---------- GENERAL ---------- */
body {
  background-color: #000;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  width: 100%;
  height: 720%;
  position: absolute;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
}

.background {
  padding: 0;
  margin: 0;
  z-index: -1;
  display: block;
  line-height: 0;
}

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
}

.buttons {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  color: rgb(161, 161, 161);
}

#nav_button {
  padding-left: 25px;
}

.wobegon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.sign_up {
  padding-right: 30px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* ---------- UP1 ---------- */
.up1 {
  position: absolute;
  top: 150px;
  width: 1050px;
  height: 380px;
  margin: 0 auto;
  z-index: 5;
}

.up1bigtext {
  font-size: 60px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgb(77, 220, 211);
}

.up1smalltext {
  margin-top: 20px;
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  color: rgb(60, 201, 189);
}

.up1image {
  position: absolute;
  right: 0;
  top: 20px;
}

/* ---------- LOW1 ---------- */
.low1 {
  position: absolute;
  top: 540px;
  width: 1050px;
  height: 150px;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.low1button {
  position: absolute;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  color: #fff;
  background-color: rgb(69, 195, 199);
  cursor: pointer;
}

/* ---------- AI FORM ---------- */
.AIform {
  position: absolute;
  bottom: 40px;
  width: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.askAI {
  position: absolute;
  width: 750px;
  height: 60px;
  border-radius: 100px;
  padding-left: 20px;
  font-size: 20px;
  color: #fff;
  background-color: rgb(36, 36, 36);
  border: 2px solid rgb(77, 220, 211);
  box-shadow: 0 0 0 6px rgb(58, 58, 58);
}

.AIsubmit {
  position: absolute;
  right: 47px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(77, 220, 211);
  background-color: rgb(77, 220, 211);
  cursor: pointer;
}

/* ---------- UP2 ---------- */
.up2 {
  position: absolute;
  top: 850px;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.up2textbox {
  position: absolute;
  top: 20px;
  width: 450px;
  height: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.up2title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgb(60, 201, 189);
}

.up2text {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: rgb(60, 201, 189);
}

/* feature box */
.up2featurebox {
  position: absolute;
  top: 200px;
  width: 900px;
  height: 400px;
}

.up2left {
  position: absolute;
  width: 400px;
  height: 300px;
  border-radius: 70px;
  background-color: rgb(60, 201, 189);
  z-index: 2;
  box-shadow:
    inset 0 10px 10px -5px rgba(0, 0, 0, 0.4),
    inset 10px 0 10px -5px rgba(0, 0, 0, 0.4),
    inset -10px 0 10px -5px rgba(0, 0, 0, 0.4);
}

.up2realleft {
  position: absolute;
  left: 0;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
}

.inf {
  position: absolute;
  top: 30px;
}

.infdesc {
  position: absolute;
  top: 160px;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

.up2leftex {
  position: absolute;
  left: 180px;
  top: 290px;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 70px solid rgb(60, 201, 189);
}

.up2right {
  position: absolute;
  right: 0;
  width: 400px;
  height: 300px;
  border-radius: 70px;
  background-color: rgb(63, 64, 124);
  z-index: 2;
  box-shadow:
    inset 0 10px 10px -5px rgba(0, 0, 0, 0.4),
    inset 10px 0 10px -5px rgba(0, 0, 0, 0.4),
    inset -10px 0 10px -5px rgba(0, 0, 0, 0.4);
}

.up2realright {
  position: absolute;
  right: 0;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
}

.clip {
  position: absolute;
  top: 30px;
}

.clipdesc {
  position: absolute;
  top: 160px;
  font-size: 21px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

.up2mid {
  position: absolute;
  left: 300px;
  width: 300px;
  height: 300px;
  background-color: rgb(61, 139, 178);
  z-index: 5;
  display: flex;
  justify-content: center;
  box-shadow: inset 0 10px 10px -5px rgba(0, 0, 0, 0.4);
}

.grad {
  position: absolute;
  top: 50px;
}

.graddesc {
  position: absolute;
  top: 180px;
  font-size: 21px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

.up2shadow {
  position: absolute;
  width: 900px;
  height: 300px;
  border-radius: 70px;
  background-color: navy;
  z-index: 1;
  box-shadow: 0 15px 5px -5px rgba(0, 0, 0, 0.5);
}

/* ---------- LOW2 ---------- */
.low2 {
  position: absolute;
  top: 1480px;
  width: 100%;
  height: 820px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.low2icon {
  position: absolute;
  width: 800px;
  height: 820px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.low2competition {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 330px;
  background-color: rgb(60, 201, 189);
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.low2leaderboard {
  position: absolute;
  top: 410px;
  right: 0;
  width: 350px;
  height: 400px;
  background-color: rgb(61, 139, 178);
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.competition {
  position: absolute;
  margin-top: 35px;
}

.competitiontext{
  position: absolute;
  bottom: 35px;
  width: 300px;
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

.leaderboard {
  position: absolute;
  margin-top: 40px;
}

.leaderboardtext {
  position: absolute;
  bottom: 45px;
  width: 300px;
  font-size: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #fff;
}

.low2pic {
  position: absolute;
  top: 100px;
  display: flex;
  justify-content: center;
}

.low2picdesc {
  position: absolute;
  bottom: -100px;
  width: 300px;
  height: 220px;
  background-color: rgb(63, 64, 124);
  border-radius: 50px;
  display: flex;
  justify-content: center;
}

.low2pictext {
  position: absolute;
  top: 15px;
  margin-top: 20px;
  line-height: 30px;
  font-size: 21px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
}

.low2button {
  position: absolute;
  top: 150px;
  width: 180px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  font-size: 21px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: rgb(60, 201, 189);
}

/* ---------- LOW3 ---------- */
.low3 {
  position: absolute;
  top: 2400px;
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: center;
}

.low3slider {
  position: absolute;
  top: 240px;
  display: flex;
  gap: 10px;
  max-width: 90%;
  padding: 10px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.low3slide {
  flex: 0 0 auto;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(140, 140, 140);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: rgb(82, 235, 223);
  margin-bottom: 10px;
  scroll-snap-align: start;
}

.low3slider::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  display: none;
}

.low3slider::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.low3slider::-webkit-scrollbar-thumb {
  background: #3574ac;
  border-radius: 10000px;
}

.low3slider::-webkit-scrollbar-thumb:hover {
  background: #2b5f8c;
}

.low3textbox {
  position: absolute;
  top: 40px;
  width: 450px;
  height: 300px;
}

.low3title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgb(82, 235, 223);
}

.low3text {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: rgb(82, 235, 223);
}

.low3desc {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: rgb(82, 235, 223);
}

/* ---------- LOW4 (FAQ) ---------- */
.low4 {
  position: absolute;
  top: 3200px;
  width: 100%;
  height: 1800px;
}

.low4QnA {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgb(82, 235, 223);
}

.low4desc {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: rgb(82, 235, 223);
}

.low4questions {
  position: absolute;
  top: 150px;
  width: 100%;
  height: 1400px;
  display: flex;
  justify-content: center;
}

.faq-container {
  max-width: 700px;
  margin: 50px auto;
  font-family: "Outfit", sans-serif;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  padding: 15px;
  background: rgb(60, 201, 189);
  color: #fff;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}

.faq-question:hover {
  background: rgb(50, 170, 160);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0px 15px;
}

.faq-answer p {
  margin: 10px 0;
  color: #333;
}

.faq-answer li {
  margin-left: 20px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px;
}

/* ---------- LOW5 (CONTACT) ---------- */
.low5 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 570px;
}

.low5contactbox {
  position: absolute;
  bottom: 0;
  width: 700px;
  height: 450px;
}

.low5title {
  position: absolute;
  bottom: 90px;
  left: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: rgb(82, 235, 223);
}

.low5desc {
  position: absolute;
  left: 30px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: rgb(82, 235, 223);
}

.low5support {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: rgb(82, 235, 223);
}

.link {
  text-decoration: underline;
}

/* ---------- USER / LOGIN STATES ---------- */
#loggedIn {
  width: 100%;
  height: 100%;
  background-color: red;
}

#loggedOut {
  width: 100%;
  height: 100%;
  background-color: blue;
}

.user-pfp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

#user-picture {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Outfit", sans-serif;
}
