* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}

a {
  text-decoration: none;
}

/* Header */
header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: rgba(12, 10, 15, 0.9); */
  background: #171819bb;
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #262230;
}

.header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-nav-menu {
  display: flex;
  align-items: center;
  gap: 72px;
}

.superus-logo-img {
  display: inline;
  max-height: 38px;
  margin-left: 3px;
}

.superus-logo-text {
  color: #e2edf5;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-left: 8px;
}

.header-nav-menu-sectionlink-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-nav-menu-sectionlink {
  color: #ffffff;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
}

.nav-menu-sectionlink-media {
  display: none;
}

.header-nav-menu-sectionlink:hover {
  opacity: 1;
}

.header-nav-menu-media-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav-menu-media-img {
  opacity: 0.8;
}

.header-nav-menu-media-img:hover {
  opacity: 1;
}

.nav-menu-button {
  display: none;
}

.nav-menu-icon-hide {
  display: none;
}


.conceptmap-header {
  margin: 16px 24px;
  width: calc(100% - 48px);
  border: none;
  border-radius: 12px;
  background: rgba(77, 80, 113, 0.5);
  backdrop-filter: blur(4px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(124, 133, 249, 0.5), inset 0px 0px 0px 1px rgba(124, 133, 249, 0.46);
  border-radius: 12px;
}

.header-wrapper {
  padding: 0 24px;
}

body {
  font-family: Arial, sans-serif;
  overflow: hidden;
  background: #181818;
}

.logo-img {
  display: inline;
  max-height: 38px;
  width: auto;
}

.main-content-introduction-button-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  left: 1550px;
  top: 21px;
  background: #5e5eed;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: background 120ms ease-in-out;
}

.main-content-introduction-button-signup:hover {
  background: #7575f0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  /* Add this line to include the padding in the container's dimensions */
}

.container>.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.container>.play-btn:hover {
  fill: rgba(255, 255, 255, 1);
}

.container>.play-btn.hidden {
  display: none;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.footer-link {
  color: #dbbffa88;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.footer-link:hover {
  border-bottom: 1px solid #dbbffa;
  color: #dbbffa;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  height: 60px;
  width: 100%;
}

.footer-wrapper {
  display: flex;
  padding: 0px 40px;
  justify-content: space-between;
}

.main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: #181818;
}

.right-section {
  position: fixed;
  right: 4vw;
  bottom: 3vh;
}

.left-section {
  position: fixed;
  left: 4vw;
  bottom: 3vh;
}

.cta-button {
  display: inline-block;
  height: 36px;
  /* Add this line to set the height of the CTA buttons */
  /* width: 180px;  */
  padding: 10px 20px;
  margin: 12px 8px;
  text-decoration: none;
  color: #ffffffBB;
  font-size: 18px;
  font-weight: bold;
  border-radius: 18px;
  text-align: center;
  /* Add this line to center the text in the CTA buttons */
  line-height: 16px;
  /* Add this line to adjust the line height for the centered text */
}

.cta-button:hover {
  color: #fff
}

.sign-up {
  background-color: #a08fd860;
  color: #ffffffDD;
}

.log-in {
  background-color: #25683140;
}

.showcase {
  background-color: #6fb84b40;
}

.twitter {
  background-color: #4b7fbf40;
}

.sign-up:hover {
  background-color: #644bb8;
}

.showcase:hover {
  background-color: #b8904b;
}



.twitter:hover {
  background-color: #4b7fbf;
}



.log-in:hover {
  background-color: #256831;
}

/* .cta-button:hover {
    opacity: 0.8;
} */

/* footer {
    display: none;
} */

#mobileTrialBtn {
  display: none;
}


@media screen and (max-width: 540px) {
  body {
    background-color: #181818;
    /* Add this line to set the background color to black */
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-image {
    width: 100%;
    height: auto;
  }

  .showcase {
    display: none;
  }

  .left-section {
    left: 5vw
  }

  .log-in {
    display: none;
  }

  .cta-button {
    min-width: 40vw;
  }

  .right-section {
    right: 5vw
      /* display: inline-flex; */
  }

  .header-wrapper {
    padding: 0 12px;
  }

  .nav-menu-button {
    display: none;
  }

  .header-nav-menu-sectionlink-wrapper {
    display: none;
  }

  #mobileTrialBtn {
    display: block;
  }

  footer {
    margin-bottom: 5vh;
  }

  .footer-text {
    display: none;
  }

  .superus-logo-text {
    font-size: 16px;
  }
}