html {
  font-size: 16px;
  /* letter-spacing: 0.2ex; */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2b2b2b;
}

body {
  /* font-family: -apple-system, BlinkMacSystemFont, sans-serif; */
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 2s ease-in;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  color: #000;
}

/* Nav bar */

.nav-link {
  color: #00000070;
  cursor: pointer;
  /* letter-spacing: 0.08ex; */
}

.nav-link:hover {
  color: #000;
}

.nav-link:active,
.menu-nav li.active a {
  font-weight: 600;
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  /* background-color: #fff; */
  line-height: 56px;
  z-index: 99;
  padding: 20px 4vw;
}

.menu-nav {
  float: right;
}

.nav-item {
  list-style: none;
  display: inline-block;
  margin-right: 2vw;
  font-size: 1.2em;
  text-align: end;
}

.fadethisdiv {
  opacity: 0;
}

.logo {
  width: 56px;
  height: 56px;
}

.intro {
  text-align: center;
  margin: 0 auto;
  padding-top: 160px;
  width: 60vw;
  min-width: 400px;
  padding: 0 auto;
}

.orange {
  color: #ff6a21;
}

.blue {
  color: #348bfd;
}

.darkGrey {
  color: #1c1c1e;
}

.white {
  color: #fff;
}

.lightGrey {
  color: #b1b1b1;
}

.green {
  color: #008120;
}

.yellow {
  color: #ffba26;
}

.purple {
  color: #6f01ff;
}

h1 {
  font-size: 4.2em;
  line-height: 1.2;
  margin-bottom: 40px;
}

h2 {
  font-size: 3.2em;
  line-height: 1.2;
  margin: 0.2em 0 1em 0;
}

h3 {
  font-size: 1.6em;
  line-height: 1.4;
  /* letter-spacing: 0.05ex; */
}

p {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 400;
  /* letter-spacing: 0.08ex; */
}

.tagline {
  width: 54%;
  margin: 0 23%;
}

.CTA {
  margin-top: 40px;
}

button {
  border: none;
  border-radius: 5px;
  padding: 8px 20px;
  background-color: #080808;
  cursor: pointer;
}

button:focus,
button:active,
button:visited {
  border: none;
}

.button {
  font-weight: 500;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}

.demoLink {
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
  margin: 0 10px;
}

.arrow {
  border: solid #000;
  border-width: 0 4px 4px 0;
  display: inline-block;
  height: 8px;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.holder {
  padding: 80px 0;
  width: 60vw;
  max-width: 1000px;
  min-width: 400px;
  margin: 0 auto;
  margin-top: 6em;
  overflow: hidden;
  background-color: #e5d1ff;
  border: 2px solid #080808;
  border-radius: 5px;
}

.demo {
  width: 60%;
  border: none;
  border-radius: 7px;
}

.feature {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin: 100px 0;
  padding: 120px 12vw;
  background-color: #ffffff;
}

.design {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  width: 100vw;
  margin-top: 100px;
  padding: 120px 12vw;
  background-color: #ffffff;
}

#workflow {
  background-color: #ffbb2a;
}

.description {
  padding: 0 2vw;
  width: 38vw;
}

.featureHolder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 42vw;
  /* height: 540px; */
  height: 40vw;
  min-height: 540px;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.designHolder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 32vw;
  margin: 0 2vw;
  /* height: 540px; */
  height: 40vw;
  min-height: 540px;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
}

.demoOne {
  width: 33vw;
  border: 2px solid #000;
  border-radius: 4px;
}

.demoTwo {
  width: 25vw;
  height: 11vw;
  /* padding: 2vw; */
  border: 2px solid #348bfd;
  border-radius: 0;
  object-fit: cover;
}

.demoThree {
  width: 32vw;
  border: 2px solid #000;
  border-radius: 4px;
}

.demoFour {
  width: 18vw;
  border: 2px solid #008120;
  border-radius: 0;
  object-fit: contain;
}

.demoSix {
  width: 32vw;
  border: 2px solid #ff6a21;
  border-radius: 0;
  object-fit: cover;
}

.demoFive {
  width: 30vw;
  border: 2px solid #000;
  border-radius: 4px;
}

.tutorial {
  text-align: center;
}

.slideVideo {
  width: 48vw;
  object-fit: contain;
  border-radius: 4px;
}

.slideshow {
  width: 100vw;
  padding: 200px 10vw;
  /* background-color: #000; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.mySlides {
  display: none;
}

.slideshow-container {
  flex-grow: 2;
  text-align: center;
  /* border: 2px solid #080808; */
}

/* The dots/bullets/indicators */
.dots {
  text-align: start;
  margin: 0 1vw 0 3vw;
}

.stepOne {
  color: #ff6a21;
}

.stepTwo {
  color: #ffba26;
}

.stepThree {
  color: #348bfd;
}

.stepFour {
  color: #008120;
}

.slideOne {
  border: 2px solid #ff6a21;
}

.slideTwo {
  border: 2px solid #ffba26;
}

.slideThree {
  border: 2px solid #348bfd;
}

.slideFour {
  border: 2px solid #008120;
}

.dot {
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 2;
  display: inline-block;
  transition: all 0.6s ease;
}

.dot.active,
.dot:hover {
  text-decoration: underline;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.advanced {
  color: #fff;
  text-align: center;
  background-color: #080808;
  padding: 120px 0;
}

.advanceText {
  width: 60vw;
  margin: 40px 20vw;
}

.advanceTable {
  margin-top: 80px;
}

.table {
  list-style: disc;
  color: #fff;
}

.tableItem {
  color: #fff;
  line-height: 2;
}

.expressionImage {
  width: 50vw;
  border: 2px dotted #ffba26;
  padding: 40px;
  border-radius: 5px;
}

.expressionLink:hover {
  color: #ffba26;
}

.caption {
  font-size: 1em;
  margin-top: 20px;
  font-weight: 400;
}

footer {
  background-color: #fff;
  border-top: 1px solid #00000025;
  color: #000;
  text-align: center;
  height: 100px;
  width: 100vw;
  padding: 32px 0;
  font-size: 1em;
  /* letter-spacing: 0.05ex; */
  font-weight: 500;
  line-height: 36px;
}
