:root {
  --main-font-color: #e8e6e3;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  color: var(--main-font-color);
  height: 100%;
}

html {
  overflow-x: hidden;
}

#fullpage {
  height: 100%;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

#documentation {
  overflow-x: hidden;
}

#documentation .fp-overflow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-section {
  position: relative;
  padding: 150px 0;
  z-index: 1;
  background-color: #0000004f;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 85%);
  width: 100%;
}

.intro-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.intro-image.active {
  opacity: 1;
}

#intro {
  min-height: 100%;
  background: radial-gradient(circle, #1f2430 0, #000 100%);
  display: flex;
  align-items: center;
}

#documentation {
  background-color: #ededed;
  padding-top: 80px;
}

#getting-started {
  background-color: #ededed;
  padding-top: 80px;
}

.container {
  position: relative;
  overflow: hidden;
}

h1 {
  font-size: 56px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Poppins';
}

h2 {
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  font-family: 'Poppins';
  color: #010028;
}

#documentation h2 {
  text-align: center;
}

h2 .highlighted {
  color: #cf304e !important;
}

.api-intro {
  text-align: left;
}

.api-intro p {
  font-size: 24px;
}

.spine {
  flex: 0 0 120px;
  margin: 0;
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.spine .timeline {
  flex: 1 1 100%;
  align-self: center;
}

.timeline div {
  display: inline-block;
  border-left: 1px dashed #395c6b;
  width: 1px;
  box-sizing: border-box;
  height: 100%;
}

.spine .point {
  margin: 10px auto;
  flex: 0 0 auto;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px dotted #e27152;
  border-radius: 50%;
}

.content-docs {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 40px;
}

#pricing {
  background: #11121b;
}

#getting-started {
  padding-bottom: 80px;
}

#faq {
  background: #11121b;
  padding-top: 80px;
}

#faq h2 {
  color: white;
}

#pricing h2 {
  color: #fff;
  padding-bottom: 0 !important;
}

.heading,
.pricing-wrapper,
.get-started-slide-up,
.getting-started-instruction {
  transition: 1s all;
}

.getting-started-para {
  font-family: 'Source Sans Pro', sans-serif;
  color: #010028;
}

.faq-title {
  font-weight: 600;
  background: transparent !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  border-color: red !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-body {
  color: #eae9e9;
  padding-top: 0px;
}

.accordion-header::after {
  color: white !important;
}

.accordion-item {
  border: none;
  background: #151921 !important;
  margin-bottom: 25px;
  margin-top: 25px;
}

.faq-wrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 25px;
}

.faq-wrapper .faq-answer {
  max-height: 0;
  transition: height 0.5s;
  overflow: hidden;
  display: none;
}

.faq-wrapper.expanded .faq-answer {
  max-height: 500px;
  display: block;
}

.faq-para {
  margin-top: 25px;
  margin-bottom: 25px;
}

.copyright {
  font-size: 12px !important;
}

.footer-separator {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 30px;
}

.footer-separator div {
  width: 200px;
  height: 1px;
  background-color: #dbdbdb;
}

.join-now-dropdown {
  min-width: 150px;
  background: linear-gradient(135deg, transparent 5%, #333  5%);
  border-radius: 0;
  border: none;
  box-shadow: 6px 0px 0px #262626;
}

.join-now-dropdown a {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto';
  letter-spacing: 2px;
}

.join-now-dropdown .dropdown-item:hover {
  color: #fff;
  background-color: inherit;
  filter: opacity(0.6);
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px !important;
  }

  p,
  .faq-title,
  .accordion-body,
  footer,
  div,
  .content-text p {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}
