@import url(./start-styles/styles-mini-start.css);
@import url(font-imports.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "SF Pro", sans-serif;
  background-color: #e1f1fd60;
  color: #2a3a42;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 100vh;
  user-select: none;
}

body {
  margin: 0;
  background-color: #e1f1fd60;
}

header {
  width: 100%;
  min-height: 9vh;
  height: 9vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(224, 224, 224, 0.19);
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: none;
  box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
  backdrop-filter: blur(5px);
  backdrop-filter: none;
  box-shadow: none;
  overflow: visible;
  position: sticky;
  top: 0;
  padding: 1.5vh;
  z-index: 1000;
}
nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#title {
  width: fit-content;
  font-family: "Akira", "sans-serif";
  font-size: 3vh;
  display: flex;
  justify-content: flex-start;
  padding-right: 5vh;
  padding-left: 5vh;
  color: #76cea0;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}

#logbuttons {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5vh;
  padding-left: 5vh;
  gap: 2vh;
}

#loginBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vh;
  padding-right: 3vh;
  padding-left: 3vh;
  font-family: "SF Pro", "sans-serif";
  font-weight: 600;
  text-decoration: none;
  color: white;
  border-radius: 30px;
  background: #4f83ff;
  background-color: #76cea0;
  user-select: none;
  cursor: pointer;
  box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
  box-shadow: none;
}

#aanmaken {
  width: fit-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  padding: 1vh;
  font-family: "SF Pro", "sans-serif";
  font-weight: 600;
  text-decoration: none;
  color: #76cea0;
  border-radius: 30px;
  background: transparent;
  user-select: none;
  cursor: pointer;
  box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px #ffffff;
  box-shadow: none;
}

#links,
#rechts {
  display: flex;
  align-items: center;
  width: 50%;
}

#links {
  justify-content: flex-start;
}

#rechts {
  justify-content: flex-end;
}

main {
  top: -9vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: fit-content;
}

#hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
  width: 100%;
  padding: 6%;
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
  background-color: #f2eded20;
  overflow: visible;
}

#hero h1 {
  font-family: "Akira", "sans-serif";
  font-size: 4vh;
  color: #2a3a42;
  color: #76cea0;
}

#hero h2 {
  color: #76cea0;
  font-size: 2.5rem;
}

.hero-slogan {
  font-size: 2.5vh;
  font-weight: 500;
  color: #2a3a42;
}

.hero-description {
  font-size: 2vh;
  line-height: 1.5;
  color: #2a3a42;
  margin-bottom: 2vh;
}

.hero-buttons {
  display: flex;
  gap: 2vh;
  margin-bottom: 3vh;
}

.hero-btn {
  padding: 1.5vh 3vh;
  font-family: "SF Pro", "sans-serif";
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  cursor: pointer;
}

.primary-btn {
  background-color: #76cea0;
  color: white;
}

.secondary-btn {
  background-color: transparent;
  color: #76cea0;
  border: 2px solid #76cea0;
}

.hero-features {
  display: flex;
  flex-direction: row;
  gap: 2vh;
  width: 100%;
  overflow-x: scroll;
  overflow: visible;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  width: 900px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  box-shadow: 4px 4px 8px #bebebe, -4px -4px 8px #ffffff;
  transition: 0.5s ease-in-out;
}

.feature-item:hover {
  transform: scale(1.1);
  transition: 1s ease-in-out;
}

.feature-icon {
  height: 3vh;
  margin-bottom: 1vh;
}

.feature-tekst {
  padding: 2vh;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.feature-images {
  width: 100%;
}

.feature-item p {
  font-size: 1.8vh;
  line-height: 1.4;
  color: #2a3a42;
}

.feature-item-img {
  width: 100%;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 3% 10%;
  padding-bottom: 0;
  z-index: 0;
  animation: fadeInUp 1s;
  color: white;
  background: linear-gradient(135deg, #76cea0, #5ab58a);
  margin: 0;
  box-sizing: border-box;
}

#footer-innercont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 5vh;
}

#logo-footer-cont {
  flex: 1 1 200px; /* flexibel, breekt mee met scherm */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 2vh;
}

#footer-content {
  flex: 2 1 400px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap; /* zodat items onder elkaar vallen bij small screen */
}

#logo-footer {
  font-family: "Akira", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem); /* schaalbaar */
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: white;
  user-select: none;
  cursor: pointer;
}

#social-media-logos {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 2vh;
}

.social-logo-footer {
  height: 3vh;
  filter: invert();
}

#tiktok {
  height: 2vh;
}

.footer-content-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 150px;
}

.footer-content-item a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  width: fit-content;
}

.footer-content-item a::after {
  content: "";
  position: absolute;
  bottom: -2px; /* net onder de tekst */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s ease-in-out;
}

.footer-content-item a:hover {
  color: #2a3a42; /* donkere hoverkleur voor contrast */
}

.footer-content-item a:hover::after {
  transform: scaleX(1);
}

.footer-content-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase; /* geeft strakkere look */
  letter-spacing: 0.05em;
}

#bottom-credits {
  display: flex;
  flex-wrap: wrap; /* responsive */
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
}

#bottom-credits p {
  font-size: 0.8rem;
  margin: 0.3rem 0;
  color: rgba(255, 255, 255, 0.7); /* beter contrast dan grijsblauw */
}

hr {
  border: 0.5px solid #bebebe;
  border-radius: 4px;
  margin: 17% 0 12%;
}

#title-slogan {
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0vh;
  line-height: fit-content;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0;
    margin: 0;
    gap: 0;
    border-top: 2px solid #2a3a4215;
  }
  #footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: #99999910;
    padding: 10%;
    width: 100%;
  }

  #bottom-credits {
    background: #99999929;
  }

  #bottom-credits p {
    font-size: 1.2vh;
  }

  #hero {
    padding: 5vh 5%;
  }

  #hero h1 {
    font-size: 3vh;
  }

  .hero-slogan {
    font-size: 2vh;
  }

  .hero-description {
    font-size: 1.8vh;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 1.5vh;
  }

  .hero-btn {
    padding: 1.2vh 2.5vh;
    width: 100%;
    text-align: center;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }
}

.dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2vh;
  gap: 1vh;
  cursor: pointer;
  margin-right: 3vh;
}

.dropdown img {
  height: 2vh;
}
/* ... Bestaande CSS blijft ongewijzigd ... */

/* Dropdown styling */
#tools,
#learn {
  position: relative;
}

#studytools,
#modes {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.8rem;
  z-index: 9999;
  padding: 1rem;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  gap: 0.8rem;
  color: #2a3a42;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 4px 4px 8px #bebebe;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

#studytools.active,
#modes.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#studytools ul,
#modes ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  width: 9rem;
}

#studytools li,
#modes li {
  list-style: none;
  width: 100%;
  height: 100%;
  background-color: #dae1e50b;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

#studytools img,
#modes img {
  height: 1rem;
  transition: 0.2s ease;
}

#studytools a,
#modes a {
  text-decoration: none;
  color: #2a3a42;
  font-size: 0.95rem;
  font-weight: normal;
  transition: 0.2s ease;
  display: flex;
  flex-direction: row;
  gap: 1vh;
  align-items: center;
}
#studytools a:hover,
#modes a:hover {
  color: #76cea0;
}

#studytools a:hover img,
#modes a:hover img {
  transition: 0.2s ease;
  filter: brightness(0) saturate(100%) invert(80%) sepia(27%) saturate(384%)
    hue-rotate(93deg) brightness(94%) contrast(89%);
}

#studysets-outer-cont,
#visual-sets-outer-cont,
#modes-outer-cont {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#studysets-outer-cont span,
#visual-sets-outer-cont span,
#modes-outer-cont span {
  font-weight: normal;
  font-size: 1rem;
  color: #2a3a4243;
  width: 100%;
}

#tools-turn,
#learn-toggle {
  transition: 0.3s ease;
}

#tools-turn.active,
#learn-toggle.active {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

#learn-feature {
  background-color: #76cea0;
}

#flashcards {
  background-color: #4f83ff;
}

#speedy {
  background-color: #ffc4d4;
}

#point {
  background-color: #ffc881;
}

#pin {
  background-color: #ff8181;
}
#statistics {
  width: 100%;
  height: fit-content;
  background-color: white;
  padding: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stats-outer-cont {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stats-outer-cont span {
  font-size: 1.7vh;
  padding-left: 2vh;
  color: #76cea0;
  padding-right: 2vh;
  border-left: 1.3px #76cea0 solid;
  font-weight: 500;
  margin: 0;
}

#stats-outer-cont span:first-child {
  border-left: none;
}

#learn-more {
  width: 100%;
  height: fit-content;
  padding-left: calc(50% - 400px);
  padding-right: calc(50% - 400px);
  padding-bottom: 10vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more-info-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px; /* optioneel, ruimte tussen kolommen */
  width: 100%;
  height: 100%;
}

.more-info-cont div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2vh;
  padding-top: 5vh;
  height: 30vh;
  gap: 2vh;
  flex-direction: column;
}

.more-info-cont div:nth-child(2) {
  background-color: #ffc881;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.more-info-cont div:nth-child(3) {
  background-color: #4f83ff;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.more-info-cont div:nth-child(6) {
  background-color: #ffc4d4;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
  align-items: center;
  padding-top: 2vh;
  justify-content: center;
}

.info-titel {
  font-size: 2.3vh;
  font-weight: 800;
  text-align: start;
  width: 100%;
}

.more-info-cont div p {
  font-size: 1.6vh;
}

#bottom-quote {
  padding: 4vh;
  text-align: center;
  font-size: 2vh;
  font-weight: 800;
  color: #76cea0;
  user-select: none;
}

@media screen and (max-width: 768px) {
  html,
  body {
    touch-action: manipulation; /* voorkomt double-tap zoom */
  }

  body {
    display: flex;
    align-items: center;
  }

  .glass {
    background: rgba(224, 224, 224, 0.5);
    border: 0.13vh solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    box-shadow: 8px 8px 16px #bebebe, -8px -8px 16px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }

  header {
    width: 100%;
    min-height: 9vh;
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(224, 224, 224, 0.19);
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border: none;
    backdrop-filter: blur(5px);
    backdrop-filter: none;
    box-shadow: none;
    overflow: visible;
    position: sticky;
    top: 0;
    padding: 2vh;
    padding-left: 3vh;
    z-index: 1000;
  }

  #title {
    width: fit-content;
    font-family: "Akira", "sans-serif";
    font-size: 3vh;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    color: #76cea0;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
  }

  .dropdown {
    display: none;
  }

  #logbuttons {
    padding: 0;
  }

  #hero {
    width: 100%;
  }

  #hero h2 {
    width: 100%;
    padding: 2vh;
    font-size: 3.6vh;
    text-align: center;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero-features {
    width: 90vw;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .feature-item {
    width: 100%;
  }

  .feature-item:hover {
    transform: none;
  }

  #statistics {
    margin: 0;
    height: fit-content;
  }

  #stats-outer-cont {
    height: fit-content;
  }

  footer {
    padding: 0;
    margin: 0;
    gap: 0;
    border-top: 2px solid #2a3a4215;
  }

  #logo-footer-cont {
    gap: 0vh;
  }
  #logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vh;
    flex-direction: column;
    gap: 1vh;
  }
  #social-media-logos {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 2vh;
  }

  #footer-innercont  {
    gap: 0;
  }

  #bottom-credits {
    background: #99999929;
  }

  #bottom-credits p {
    font-size: 1.2vh;
  }

  #learn-more {
    padding: 0;
  }
  .more-info-cont {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(6, auto);
    align-items: center;
    justify-content: center;
    padding: 2vh;
    width: 100vw;
  }

  .more-info-cont div {
    height: 40vh;
    width: 100%;
    display: flex;
  }

  .info-titel {
    font-size: 4vh;
  }

  .more-info-cont div p {
    font-size: 2vh;
  }

  .more-info-cont div img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .more-info-cont div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .more-info-cont div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .more-info-cont div:nth-child(3) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .more-info-cont div:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .more-info-cont div:nth-child(5) {
    margin-bottom: 5vh;
  }
  .more-info-cont div:nth-child(6) {
    margin-bottom: 0;
  }

  #stats-outer-cont span {
    text-align: center;
  }
  footer {
    border: none;
  }

  #footer-content {
    padding-top: 0;
    padding-bottom: 0;
    row-gap: 5vh;
  }
  #bottom-credits {
    padding-left: 5vh;
    padding-right: 5vh;
  }
}
