@font-face {
  font-family: "Averta";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Averta-Regular.woff2") format("woff2"), url("../fonts/Averta-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Averta-Semibold.woff2") format("woff2"), url("../fonts/Averta-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Averta";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Averta-Bold.woff2") format("woff2"), url("../fonts/Averta-Bold.woff") format("woff");
}
html {
  background: #061119;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #07131C;
  color: #fff;
  font-family: "Averta";
}

i {
  font-style: normal;
}

section {
  padding: 35px 0 0;
}

.logo {
  margin: 0 0 30px;
  width: 125px;
}

section.nav {
  padding-top: 25px;
}

.floating {
  position: absolute;
  top: 23px;
  right: 17px;
}
@media (min-width: 992px) {
  .floating {
    top: 25px;
    right: 20px;
  }
}
@media (min-width: 1400px) {
  .floating {
    top: 20px;
    right: 100px;
  }
}

.contact-button {
  background: #fff;
  border-radius: 100%;
  background: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transform: scale(1);
  animation: pulse 2s infinite;
  cursor: pointer;
}
@media (min-width: 992px) {
  .contact-button {
    height: 55px;
    width: 55px;
    font-size: 24px;
  }
}
.contact-button i {
  color: #000;
}

@media (min-width: 992px) {
  .contact-button:hover i {
    color: #fff;
  }

  .contact-button:hover {
    background-color: #000;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
section.intro {
  margin-top: 100px;
  padding-top: 0;
}
section.intro h1 {
  margin-bottom: 12px;
}
section.intro .btn {
  margin-top: 30px;
}

section.private-beta {
  padding-top: 50px;
}
section.private-beta h1 {
  font-size: 30px;
}

section.lolli-section {
  padding: 20px 0;
}
section.lolli-section img {
  width: 80%;
  max-width: 500px;
}
@media (min-width: 768px) {
  section.lolli-section img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  section.lolli-section {
    padding: 25px 0;
  }
}

section.footer {
  padding-top: 45px;
  font-family: "Averta";
  color: #fff;
}
section.footer h1 {
  margin-top: 22px;
  font-size: 30px;
}

.links {
  margin-bottom: 10px;
}
/* .links a:last-child {
  color: #ff1981;
} */
.links a:hover {
  color: #ff1981;
}

.madeby {
  margin-top: 10px;
}

h1 {
  font-family: "Averta";
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
}

.title-color {
  font-weight: 800;
}

h2 {
  font-family: "Averta";
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
}

a {
  color: #fff;
  margin-bottom: 10px;
}
a:hover {
  text-decoration: none;
}

.btn-beta {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 100px;
  font-family: "Averta";
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding: 12px 25px;
  outline: none;
  margin-top: 10px;
}
.btn-beta i {
  font-size: 26px;
  margin-right: 10px;
  line-height: 1;
  position: relative;
  top: -2px;
}

p {
  font-family: "Averta";
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  margin-top: 10px;
}
p span {
  font-family: "Averta";
  font-weight: 700;
}

.phone {
  background-size: contain;
}

.phone-container {
  background-size: 100%;
  position: relative;
  padding-top: 0;
  min-height: 580px;
  height: 0;
  width: 300px;
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  align-items: start;
  justify-content: center;
  z-index: 1;
}
.phone-container .video-container {
  background-image: url("../images/loader.gif");
  background-color: #191919;
  width: 260px;
  overflow: hidden;
  height: 548px;
  margin-top: 13px;
  background-position: center;
  background-size: 200px;
  background-repeat: no-repeat;
}
.phone-container .video-container .video {
  position: relative;
  top: 0;
  left: 0;
  width: 99%;
  height: auto;
}
.phone-container .phone-bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.phone-container .phone-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 5px;
  height: auto;
  width: 293px;
}

.art {
  width: 150px;
}

.btn:hover {
  text-decoration: none;
  background: #FFB0B7;
  color: #fff;
}
.btn:active {
  text-decoration: none;
  background: #FFB0B7;
  color: #fff;
}

@media (min-width: 768px) {
  .logo {
    width: 150px;
  }

  section.nav .container {
    max-width: 95%;
  }

  section.intro h1 {
    text-align: left;
    font-size: 74px;
    line-height: 76px;
    padding-bottom: 10px;
  }
  section.intro h2 {
    text-align: left;
    font-size: 18px;
  }
  section.intro .intro-text {
    margin-top: 100px;
  }

  section.private-beta p {
    max-width: 600px;
  }

  section.footer {
    padding-top: 100px;
  }

  .art {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  body {
    background-color: #07131C;
  }
}
@media (min-width: 1300px) {
  body {
    background-size: 1500px;
    background-position: center top;
  }
}
@media (min-width: 1490px) {
  body {
    background-size: contain;
    background-position: center top;
  }
}
@media (min-width: 2000px) {
  body {
    background-size: contain;
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 228px;
  }

  section.intro {
    padding-top: 0;
  }
  section.intro .container {
    max-width: 970px;
  }
  section.intro h1 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
  }
  section.intro h2 {
    font-size: 28px;
    margin-top: 25px;
  }
  section.intro .btn {
    margin-top: 28px;
  }
  section.intro .intro-text {
    margin-top: 70px;
  }

  section.private-beta {
    padding-top: 140px;
  }
  section.private-beta h1 {
    font-size: 60px;
  }
  section.private-beta p {
    font-size: 21px;
    max-width: 800px;
    margin-top: 20px;
  }

  section.footer h1 {
    text-align: left;
    font-size: 110px;
    width: 700px;
    margin-top: 50px;
    line-height: 120px;
  }

  .btn-beta {
    margin-top: 20px;
    font-size: 21px;
  }

  .phone-container {
    min-height: 812px;
    height: 0;
    width: 380px;
    margin-top: 0;
  }
  .phone-container .video-container {
    width: 320px;
    overflow: hidden;
    height: 715px;
  }
  .phone-container .video-container .video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .phone-container .phone-overlay {
    position: absolute;
    top: 0;
    left: 5px;
    height: auto;
    width: 370px;
  }

  .art {
    width: 130px;
  }
}
section.download {
  padding: 20px 0 30px;
}

@media (min-width: 1350px) {
  section.nav .container {
    max-width: 1350px;
  }
}
:root {
  --dark-gray: #444444;
  --light-gray: #c9c9c5;
}

.accordian {
  max-width: 700px;
  width: 100%;
  color: #b9b9b9;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 100;
  letter-spacing: 0.035em;
  font-size: 14px;
  margin: 20px auto 0;
}
@media (min-width: 992px) {
  .accordian {
    margin-top: 50px;
  }
}
.accordian ul > li {
  margin-bottom: 8px;
}
.accordian ul > li:first-child h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordian h3 {
  color: #00f2e4;
  cursor: pointer;
  padding: 1.2rem 1rem 1rem 1.2rem;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  font-size: 21px;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 3px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .accordian h3 {
    font-size: 32px;
  }
}
.accordian h3.closed, .accordian h3:hover {
  color: #00f2e4;
}
.accordian h3:hover .arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.accordian ul ul {
  display: none;
  height: 100%;
  margin-bottom: -7px;
}
.accordian ul ul li {
  padding: 1rem 1.8rem;
  color: var(--dark-gray);
}
.accordian ul ul li p {
  opacity: 0;
  text-align: left;
  transition: all 0.5s;
  transform: translatey(-20px);
  font-size: 18px;
  margin-bottom: 0;
}
.accordian ul ul.open p {
  opacity: 1;
  transform: translatey(0px);
}
.accordian .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--light-gray);
  border-right: 2px solid var(--light-gray);
  transform: rotate(135deg);
  transform-origin: center;
  float: right;
  margin-right: 8px;
  transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
.accordian .arrow.closed {
  margin-top: 4px;
  transform: rotate(-45deg);
  border-top: 2px solid var(--dark-gray);
  border-right: 2px solid var(--dark-gray);
}

.sidebarNav {
  max-width: 300px;
  border: 1px solid #9999993b;
}
.sidebarNav h3 {
  border-radius: 0;
  box-shadow: none;
  background: none;
  margin-bottom: 0;
}
.sidebarNav h3.closed, .sidebarNav h3:hover {
  background: none;
}
.sidebarNav ul > li {
  margin: 0;
}
.sidebarNav ul ul li {
  padding: 0;
  background: none;
  border: 0;
}
.sidebarNav ul ul li a {
  color: var(--darkgray);
  padding: 1rem 0 1rem 3em;
  display: block;
  text-decoration: none;
}
.sidebarNav ul ul li a:hover {
  text-decoration: underline;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
}

p {
  line-height: 1.8em;
  margin-bottom: 20px;
}

h4 {
  text-align: center;
  margin: 20px 20px 50px;
  color: orange;
  font-size: 2em;
}
