nav {
  font-size: 2em;
  background-color: #0b0f32;
}
nav .navlist {
  margin: 0px;
  display: flex;
  list-style: none;
}
nav li {
  color: white;
  padding: 15px;
}
nav .walletbutonitem {
  margin-left: auto;
}
nav .walletimage {
  width: 26px;
  height: 26px;
}

.walletbutton {
  background-color: #15bffd;
  border-radius: 28px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.walletbutton:hover {
  background-color: #5cbf2a;
}
.walletbutton:active {
  position: relative;
  top: 1px;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
}
.hero .elipse1 {
  z-index: -1;
  position: absolute;
  width: 356px;
  height: 356px;
  left: -6px;
  top: -25px;
  background: #2a3e84;
  filter: blur(175px);
}
.hero .elipse2 {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 1121px;
  top: -43px;
  background: #2a3e84;
  filter: blur(175px);
  z-index: -1;
}
.hero .elipse3 {
  position: absolute;
  width: 398px;
  height: 398px;
  left: 904px;
  top: 235px;
  background: #192065;
  filter: blur(175px);
  z-index: -1;
}

.herotext {
  margin-bottom: 15%;
  padding: 0 5% 0 5%;
}

.myButton {
  background-color: #15bffd;
  border-radius: 19px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 60px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.myButton:hover {
  background-color: #5cbf2a;
}
.myButton:active {
  position: relative;
  top: 1px;
}

.herotitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 3em;
}

.heroparagraph {
  font-family: "Work Sans", sans-serif;
  color: white;
  font-size: 1.2em;
}

table {
  margin-top: 20px;
  color: white;
  font-size: 1em;
  text-align: center;
}
table th,
table td {
  padding: 0px 15px 0px 0px;
}

.model1 {
  z-index: -1;
  height: 1600px;
  width: 1600px;
  top: 10px;
  left: 0;
  border: none;
}

.star1 {
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
  width: 110px;
  height: 110px;
  background-color: #15bffd;
  position: absolute;
  right: 220px;
  top: 180px;
}

.star2 {
  opacity: 0.5;
  border-radius: 50%;
  z-index: 2;
  width: 150px;
  height: 150px;
  background-color: #fdbb15;
  position: absolute;
  right: 100px;
  top: 306px;
}

.star3 {
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
  width: 200px;
  height: 200px;
  background-color: #a100a1;
  position: absolute;
  right: 170px;
  top: 506px;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100vh;
}

.modelviewerdiv {
  width: 50vw;
}

.model2 {
  height: 1024px;
  width: 1024px;
  top: 0;
  left: 0;
  border: none;
}

.sectiontext {
  z-index: 1;
}

.abouttitle {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 3em;
}

.aboutparagraph {
  font-family: "Work Sans", sans-serif;
  color: white;
  font-size: 1.2em;
}

.elipse4 {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 1108px;
  top: 1300px;
  background: #2a3e84;
  filter: blur(175px);
}

.keypoints {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  height: 100vh;
}

.keypointstitle {
  font-family: "Space Mono", monospace;
  color: white;
  font-size: 1.5em;
}

.keypointsheader {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 3em;
}

.keypointsdiv {
  display: flex;
  flex-direction: row;
  border-bottom: 3px solid #15bffd;
  width: 80vw;
}

.keypointsparagraph {
  font-family: "Space Mono", monospace;
  color: white;
  font-size: 1em;
}

.cd-container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10%;
  border-radius: 2px;
}

.cd-container::after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 4px;
  background: #018CF0;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #018DF0, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
  background: #15BFFD;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  padding: 1em;
  background: radial-gradient(circle at 100% 100%, #141735 0, #141735 3px, transparent 3px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #141735 0, #141735 3px, transparent 3px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #141735 0, #141735 3px, transparent 3px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #141735 0, #141735 3px, transparent 3px) 100% 100%/8px 8px no-repeat, linear-gradient(#141735, #141735) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#141735, #141735) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat, linear-gradient(90deg, transparent 60%, #48ABE0 100%);
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
  box-sizing: border-box;
}
.cd-timeline-content h2 {
  text-align: center;
}
.cd-timeline-content .timeline-content-info {
  background: #2B343A;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.cd-timeline-content .timeline-content-info i {
  margin-right: 5px;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
  width: calc(50% - 2px);
  display: inline-block;
}
@media (max-width: 500px) {
  .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    display: block;
    width: 100%;
  }
}
.cd-timeline-content .content-skills {
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cd-timeline-content .content-skills li {
  background: #40484D;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 10px;
  color: rgba(255, 255, 255, 0.7);
  margin: 3px 2px;
  text-align: center;
  flex-grow: 1;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0;
  margin-bottom: 5px;
}

.cd-timeline-content p, .cd-timeline-content .cd-date {
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #333C42;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    color: white;
    margin-left: 0;
    padding: 1.6em;
    width: 36%;
    margin: 0 5%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #48abe0;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #48abe0;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
}
.reversed {
  background: radial-gradient(circle at 100% 100%, #141735 0, #141735 3px, transparent 3px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, #141735 0, #141735 3px, transparent 3px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #141735 0, #141735 3px, transparent 3px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #141735 0, #141735 3px, transparent 3px) 100% 100%/8px 8px no-repeat, linear-gradient(#141735, #141735) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat, linear-gradient(#141735, #141735) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat, linear-gradient(90deg, #48ABE0 0%, transparent 40%);
}

.roadmapheader {
  text-align: center;
  color: white;
  font-family: "Work Sans", sans-serif;
  font-size: 3em;
}

.elipse5 {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 1122px;
  top: 2600px;
  background: #2A3E84;
  filter: blur(175px);
}

.elipse6 {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 200px;
  top: 3100px;
  background: #2A3E84;
  filter: blur(175px);
}

.dashboard {
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url("images/back.png");
  background-size: cover;
}
.dashboard p {
  font-family: "Work Sans", sans-serif;
  color: white;
  text-align: center;
  padding: 0 50px 0 50px;
  font-size: 1.2em;
}
.dashboard h1 {
  font-family: "Space Mono", monospace;
  color: white;
  text-align: center;
}

.dashboardwrapper {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: baseline;
  align-items: center;
  align-content: center;
}

.dashboardimg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.dashboardbutton {
  margin-top: 25px;
  background-color: #15bffd;
  border-radius: 28px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 41px;
  text-decoration: none;
}

.dashboardbutton:hover {
  background-color: #5cbf2a;
}

.dashboardbutton:active {
  position: relative;
  top: 1px;
}

.elipse7 {
  position: absolute;
  width: 356px;
  height: 356px;
  left: 1142px;
  top: 4883px;
  background: #2A3E84;
  filter: blur(175px);
}

.elipse8 {
  position: absolute;
  width: 408px;
  height: 408px;
  left: -58px;
  top: 5461px;
  background: #2A3E84;
  filter: blur(175px);
}

.team {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.team .teamwrapper {
  align-items: center;
  height: 50vh;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-gap: 50px;
}

.teamcard {
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.teamcard img {
  border-radius: 30px;
}

.teamcard > h2 {
  font-family: "Work Sans", sans-serif;
  color: white;
}

.teamcard > p {
  font-family: "Space Mono", monospace;
  color: white;
}

body {
  margin: 0px;
  background-color: #080b2a;
  overflow-x: hidden;
}

@media (max-width: 1280px) {
  .about {
    display: flex;
    flex-direction: row;
  }
  .modelviewerdiv {
    width: 50vw;
  }
  .model2 {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
  }
  .about {
    display: flex;
    flex-direction: column;
  }
  .modelviewerdiv {
    order: 2;
    width: 100vw;
  }
  .model2 {
    order: 2;
    height: 100vw;
    width: 100vw;
  }
  .dashboardwrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .team .teamwrapper {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
}
@media (max-width: 415px) {
  .dashboard {
    height: 120vh;
  }
  .dashboardimg img {
    width: 400px;
  }
  .timeline {
    margin-top: 250px;
    height: 200vh;
  }
  .team {
    height: 400vh;
  }
  .team .teamwrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 375px) {
  .about {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .hero {
    height: 100vh;
  }
  .modelviewerdiv {
    order: 2;
  }
  .model2 {
    height: 100vw;
    width: 100vw;
  }
  .timeline {
    margin-top: 250px;
    height: 200vh;
  }
  .dashboard {
    height: 100vh;
  }
  .dashboardwrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .dashboardimg img {
    width: 300px;
  }
  .team {
    height: 300vh;
  }
  .team .teamwrapper {
    display: flex;
    flex-direction: column;
  }
  .keypoints {
    height: 100vh;
  }
  .container {
    width: 100vw;
  }
}/*# sourceMappingURL=style.css.map */