@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"),
    url("../fonts/DMSans-Regular.woff") format("woff"),
    url("../fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/DMSans-Medium.woff2") format("woff2"),
    url("../fonts/DMSans-Medium.woff") format("woff"),
    url("../fonts/DMSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DMSans-Bold.woff2") format("woff2"),
    url("../fonts/DMSans-Bold.woff") format("woff"),
    url("../fonts/DMSans-Bold.ttf") format("truetype");
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  color: #f8f8f8;
  line-height: 1.4;
  font-weight: 400;
}

body {
  background: #161420;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

h1, h2, h3, h4 {
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

h1 { font-size: 2.66rem; }
h2 { font-size: 1.66rem; }
h3 { font-size: 1.25rem; }

p {
  margin: 0 0 1.6rem 0;
  opacity: .7;
}

a {
  color: #f8f8f8;
  text-decoration: none;
}

.inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.topbar {
  width: 100%;
  height: 3.2rem;
  background: #161420e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.topbar .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.brand img {
  width: 184px;
  height: 36px;
  display: block;
}

#menu {
  display: flex;
  align-items: center;
  gap: .65rem;
  scroll-margin-top: 1rem;
}

.conn {
  font-family: "DM Sans", sans-serif;
  font-size: .75rem;
  color: #fff;
  border: 0;
  border-radius: 100px;
  padding: .45rem 1.05rem;
  cursor: pointer;
  line-height: 1;
  background: transparent linear-gradient(88deg, #7656ee 0%, #4961ea 100%) 0% 0% no-repeat padding-box;
  white-space: nowrap;
}

.conn.xrp {
  background: transparent;
  border: 1px solid rgba(248, 248, 248, .4);
}

.conn:hover { opacity: .88; }

.conn.on {
  opacity: 1;
  border-color: rgba(118, 86, 238, .8);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3.6rem 0;
  overflow: hidden;
}

.blob {
  height: 1px;
  width: 1px;
  position: absolute;
  pointer-events: none;
}

.blob i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
  width: 1500px;
  height: 1500px;
  background-repeat: no-repeat;
}

.blob.tl {
  top: 0;
  left: 0;
}

.blob.tl i {
  background: radial-gradient(circle closest-side, rgba(118,86,238,.4), rgba(0,0,0,0) 100%);
  transform: translate(-60%, -60%);
}

.blob.br {
  bottom: 0;
  right: 0;
}

.blob.br i {
  background: radial-gradient(circle closest-side, rgba(73,97,234,.3), rgba(0,0,0,0) 100%);
  transform: translate(-30%, -60%);
}

.blob.bl {
  bottom: 0;
  left: 0;
}

.blob.bl i {
  background: radial-gradient(circle closest-side, rgba(118,86,238,.4), rgba(0,0,0,0) 100%);
  transform: translate(-60%, -60%);
}

.hero-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.copy {
  max-width: 32rem;
  margin-right: 3rem;
  padding-right: 1rem;
  flex: 1;
}

.pin {
  position: relative;
}

.pin .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.spark {
  position: absolute;
  pointer-events: none;
}

.spark img {
  width: 100%;
  height: 100%;
  display: block;
}

.spark.s1 { width: 25px; height: 25px; left: -300px; top: -110px; }
.spark.s2 { width: 15px; height: 15px; left: 190px; top: -130px; }
.spark.s3 { width: 11px; height: 11px; left: -170px; top: 74px; }
.spark.s4 { width: 22px; height: 22px; left: 280px; top: 90px; }

.hero h1 { margin: 0; }
.hero p { margin: 1.8rem 0 0; }
.hero p.note { margin: .85rem 0 0; opacity: .55; }

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.8rem;
}

.hero .actions .conn,
.dl .actions .conn {
  font-size: .85rem;
  padding: .62rem 1.2rem;
}

.swap {
  position: relative;
  display: inline-block;
}

.swap .on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .2s ease-in-out;
}

.swap .off {
  transition: opacity .2s ease-in-out;
  display: block;
}

.swap:hover .off { opacity: 0; }
.swap:hover .on { opacity: 1; }

.shot {
  text-align: right;
  padding: 4rem 0 4rem 4rem;
  flex: .8;
  box-sizing: border-box;
}

.shot img {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  display: block;
}

.block {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  padding: 3.6rem 0;
}

#check {
  scroll-margin-top: 3.2rem;
}

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

.stat {
  padding: 2rem;
  margin: .8rem;
  text-align: center;
}

.stat b {
  display: block;
  font-size: 3.75rem;
  line-height: 3.5rem;
  font-weight: 400;
}

.stat span {
  display: block;
  margin-top: 1rem;
  opacity: .7;
}

.rule {
  border-left: 1px solid #333e8d;
  border-right: 1px solid #333e8d;
  height: 60%;
  align-self: center;
}

.split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  width: 100%;
}

.split > * { width: 50%; }

.feat {
  width: 100%;
}

.feat h2 { margin: 0; }

.feat p { margin: 1.8rem 0; }

.art {
  width: 42%;
}

.art img { width: 100%; display: block; }

.flip .art { order: 0; }
.flip .txt { order: 1; }

.cta {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  position: relative;
  border: none;
  outline: none;
  font-size: .825rem;
  color: #fff;
  padding: .5rem 1.1rem;
  border-radius: 100px;
  background: transparent linear-gradient(88deg, #7656ee 0%, #4961ea 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
}

.cta span { position: relative; z-index: 2; }

.cta i {
  border-radius: 100px;
  z-index: 1;
  background: transparent linear-gradient(88deg, #614ac5 0%, #3f52c2 100%) 0% 0% no-repeat padding-box;
  transition: opacity .2s ease-in-out;
  opacity: 0;
  position: absolute;
  inset: 0;
}

.cta:hover i { opacity: 1; }

.cta .arr {
  position: relative;
  top: -2px;
  left: 10px;
  z-index: 2;
  width: 11px;
  height: 11px;
}

.vault {
  position: relative;
  display: flex;
  border-radius: 10px;
  padding: 2.2rem 2rem;
  width: 100%;
  background: rgb(32 30 42 / 60%);
  overflow: hidden;
}

.vault .side {
  position: relative;
  z-index: 10;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}

.vault .pic {
  width: 40%;
  display: flex;
  align-items: center;
}

.vault .pic img {
  transform: scale(1.4) translate(-6%, 1%);
  width: 100%;
}

.g-bl {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -43%;
  left: -13%;
  background: radial-gradient(circle closest-side, rgba(73,97,234,.3), rgba(0,0,0,0) 100%);
}

.g-tr {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -80%;
  right: -15%;
  background: radial-gradient(circle closest-side, rgba(118,86,238,.4), rgba(0,0,0,0) 100%);
  opacity: .7;
}

.center-col {
  width: 100%;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.clip {
  width: 100%;
  margin-top: 2rem;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
}

.clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clip .thumb {
  position: relative;
  z-index: 10;
  transition: opacity .2s ease-in-out;
}

.clip .alt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.clip:hover .thumb { opacity: 0; }

.clip iframe {
  aspect-ratio: 16 / 9;
  outline: none;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: none;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.clip.playing .thumb,
.clip.playing .alt { display: none; }

.coins {
  text-align: center;
  width: 100%;
}

.coins h1 { margin-bottom: 0; }

.icons {
  margin-top: 2.2rem;
}

.icons .row {
  margin-bottom: 1.6rem;
}

.icons .row > img,
.icons .row > .doge-hover {
  margin: 0 .8rem;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: middle;
}

.icons .row > .doge-hover > img {
  width: 64px;
  height: 64px;
  margin: 0;
  display: block;
}

.doge-hover {
  position: relative;
  z-index: 1;
}

.doge-hover .pop {
  display: none;
  position: absolute;
  top: 98%;
  left: 98%;
  height: 140px;
  width: 140px;
  background-image: url("../img/Doge.gif");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  z-index: 5;
  pointer-events: none;
}

.doge-hover:hover {
  z-index: 6;
}

.doge-hover:hover .pop { display: block; }

.more {
  display: inline-block;
  margin-top: .4rem;
  opacity: .7;
}

.more:hover { opacity: 1; }

.quotes {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.quotes > h1,
.quotes > p { text-align: center; }

.quotes h1 { margin-bottom: 0; }

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 3rem;
  width: 100%;
}

.col {
  width: 50%;
  padding: 0 .5rem;
  box-sizing: border-box;
}

.card {
  border-radius: 12px;
  padding: 1rem;
  text-align: left !important;
  background: rgb(43 44 54 / 40%);
  margin-bottom: 1rem;
}

.stars {
  margin-bottom: .4rem;
}

.stars img {
  width: 14px;
  height: 13px;
  margin-right: .2rem;
}

.card h3 {
  font-size: 1.05rem;
  margin-bottom: .55rem;
}

.card p { opacity: 1; }

.meta {
  display: flex;
  justify-content: space-between;
  opacity: .7;
  font-size: .9167rem;
}

.dl {
  position: relative;
  display: flex;
  text-align: right;
  border-radius: 10px;
  padding: 3rem 2rem;
  width: 100%;
  background: rgb(32 30 42 / 60%);
  overflow: hidden;
}

.dl .side {
  position: relative;
  z-index: 10;
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
  padding-left: 4rem;
}

.dl .side h1 { margin-bottom: .3rem; }

.dl .phone {
  position: absolute;
  top: -18%;
  width: 34%;
  right: 14%;
  z-index: 20;
}

.dl .phone img { width: 100%; display: block; }

.g-dl-bl {
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -43%;
  left: -13%;
  background: radial-gradient(circle closest-side, rgba(73,97,234,.3), rgba(0,0,0,0) 100%);
}

.g-dl-tr {
  position: absolute;
  width: 650px;
  height: 650px;
  top: -58%;
  right: -2%;
  background: radial-gradient(circle closest-side, rgba(118,86,238,.4), rgba(0,0,0,0) 100%);
  opacity: .7;
}

.foot {
  background-color: #201e2a;
  font-size: .834rem;
  padding-bottom: 1.5rem;
}

.cols {
  display: flex;
  flex-grow: 1;
}

.cols > div {
  padding: 2rem 0 .5rem;
  min-width: 9rem;
}

.cols > div:first-child {
  flex: 1;
  padding-right: 3rem;
}

.cols > div:first-child img {
  display: block;
  margin-bottom: 1rem;
}

.cols > div:first-child p {
  max-width: 514px;
  margin-bottom: 1.5rem;
}

.cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cols ul li { margin-bottom: .5rem; }

.cols p { opacity: .7; }

.cols .tag { opacity: .2; margin: 0 0 .8rem; }

.cols a { opacity: .7; }
.cols a:hover { opacity: 1; }

.soc a {
  margin: 0 .8rem .3rem 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.soc img {
  width: 28px;
  height: 28px;
}

.legal {
  opacity: .55;
  margin: 1.2rem 0 0;
  font-size: .8rem;
}

@media screen and (max-width: 1300px) {
  html { font-size: 20px; }
  html .cta { font-size: 1.1rem; }
  .col { width: 100%; padding: 0; }
  .cols > div {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media screen and (max-width: 1100px) {
  html { font-size: 18.5px; }
  html .cta { font-size: 1rem; }
  html h1 { font-size: 1.7rem; }
  html h2 { font-size: 1.3rem; }
  html h3 { font-size: 1.1rem; }

  .inner { padding: 0 1.4rem; }
  .brand img { width: 124px; height: auto; }
  .conn { font-size: .68rem; padding: .38rem .8rem; }

  .hero-row {
    flex-direction: column;
    text-align: center;
  }

  .copy {
    text-align: center;
    padding: 3rem 0 0 0 !important;
    margin: 0 auto;
  }

  .shot {
    padding: 2.4rem 1.3rem;
    flex: 1;
    text-align: center;
  }

  .spark.s1 { width: 14px; height: 14px; left: -170px; top: -68px; }
  .spark.s2 { width: 8px; height: 8px; left: 82px; top: -62px; }
  .spark.s3 { width: 6px; height: 6px; left: -90px; top: 36px; }
  .spark.s4 { width: 12px; height: 12px; left: 158px; top: 0; }

  .copy .actions { justify-content: center; }

  .nums { margin: 1rem 0; }

  .stat {
    font-size: .8rem;
    padding: .5rem;
    margin: .2rem;
    flex: 1;
  }

  .stat:first-child { margin-left: 0; padding-left: 0; }
  .stat:last-child { margin-right: 0; padding-right: 0; }
  .stat b { font-size: 1.7rem; line-height: 1.8rem; }
  .stat span { font-size: .75rem; }

  .split {
    flex-direction: column;
    justify-content: center;
  }

  .split > * { width: 100%; }

  .feat { text-align: center; }
  .feat .art {
    order: 1;
    width: 84%;
    margin: 0 0 3rem 0;
  }
  .feat .txt { order: 2; }

  .vault {
    flex-direction: column;
    text-align: center;
    padding: 1.8rem 1.5rem;
  }

  .vault .side {
    width: 100%;
    text-align: center;
    align-items: center;
  }

  .vault .side > a { margin: 1rem auto; }

  .vault .pic {
    width: 100%;
    margin: 1rem 0;
  }

  .vault .pic img { transform: scale(1.1); }

  .g-bl { bottom: 0; left: -94%; }
  .g-tr { top: -40%; right: -128%; }

  .quotes h1 { margin-bottom: 1rem; }
  .grid { margin-top: 1rem; }

  .stars { margin-bottom: 1rem; }

  .icons { margin-bottom: 3rem; }
  .icons .row { margin-bottom: 1.2rem; }
  .icons .row > img,
  .icons .row > .doge-hover { margin: 0 .6rem; width: 52px; height: 52px; }
  .icons .row > .doge-hover > img { width: 52px; height: 52px; }
  .doge-hover .pop { width: 110px; height: 110px; }

  .dl { padding: 3rem 1rem; }
  .dl .phone { display: none; }
  .dl .side {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    align-items: center;
  }
  .dl .side h1 { margin-bottom: 1.2rem !important; }
  .dl .side p { margin-bottom: 1.2rem !important; }
  .dl .actions { justify-content: center; }

  .cols { flex-direction: column; }
  .cols > div { margin: 2rem 0 0; padding: 0; }
  .cols > div:first-child p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .cols ul li { font-size: 1rem; }
  .cols p { margin-bottom: 0; }
  .cols > div:last-child { margin-bottom: 2rem; }
}
