.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 44px;
  line-height: 66px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 51px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.02em;
}

a {
  text-decoration: underline;
}

.body {
  background-color: #0d0717;
  font-family: Poppins, sans-serif;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.container {
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
}

.brand-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-name {
  margin-left: 20px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(180deg, #f28f3c, #ff0);
  font-family: Poppins, sans-serif;
  font-size: 33px;
  line-height: 49px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link {
  color: #fff;
}

.nav-link.w--current {
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* preloader */
.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #09002b;
}

.line-loader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 4px;
  border-radius: 2px;
}

.proggress {
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
}

.hero {
  position: relative;
  background-image: url('../images/hero-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-wrap {
  position: relative;
  z-index: 11;
  display: -ms-grid;
  display: grid;
  margin-top: 15%;
  margin-bottom: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-hero {
  color: #fff;
  font-size: 64px;
  line-height: 78px;
}

.yellow {
  color: #f28f3c;
}

.p-hero {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.02em;
  white-space: break-spaces;
}

.typed-cursor {
  opacity: 0;
  visibility: hidden;
  background-color: #f28f3c;
  color: #f28f3c;
}

.button-hero {
  margin-top: 34px;
}

.button-primary {
  padding: 0px;
  border-radius: 20px;
  text-decoration: none;
}

.button-tetx {
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  color: #fff;
}

.button-outlined {
  margin-left: 16px;
  padding: 2px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  text-decoration: none;
}

.text-block {
  cursor: pointer;
  padding: 9px 16px;
  border-radius: 20px;
  background-color: #8e8fcf;
  background-image: linear-gradient(225deg, #f28f3c, #ff0);
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block {
  border-radius: 20px;
  background-color: #131a78;
  font-weight: 600;
}

.hero-view {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.hero-view.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
}

.hero-view.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
}

.hero-view.right {
  z-index: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ecosystem {
  position: relative;
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.dright {
  position: absolute;
  right: 0;
  bottom: 5%;
}

.dleft {
  position: absolute;
  left: 0;
}

.ecosystem-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ecosystem-title {
  text-align: center;
}

.ecosystem-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ecosystem-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.e-card {
  max-width: 290px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px 45px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
  text-align: center;
}

.title {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.title.m-20 {
  margin-bottom: 20px;
}

.eco-icon {
  margin-bottom: 20px;
}

.stones-dcor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.planet-eco {
  position: absolute;
  left: auto;
  top: 5%;
  right: -5%;
  bottom: auto;
}

.navbar-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}

.business {
  background-image: none;
  background-size: auto;
}

.cards-grid {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-box {
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.card-header {
  border-radius: 20px 20px 50% 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  text-align: center;
}

.card-body {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: center;
}

.see-live {
  margin-bottom: 30px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(242, 143, 60, 0.2)), to(rgba(255, 255, 0, 0.2)));
  background-image: linear-gradient(270deg, rgba(242, 143, 60, 0.2), rgba(255, 255, 0, 0.2));
  text-decoration: none;
}

.div-block-3 {
  padding: 6px 16px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button-main {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 14px 24px;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  font-weight: 600;
}

.button-main.submit {
  margin-top: 0px;
}

.how-to-buy {
  position: relative;
  background-color: #09002a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b074b), to(#09002a));
  background-image: linear-gradient(180deg, #1b074b, #09002a);
}

.htb-wrap {
  max-width: 790px;
  margin: 60px auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.img-box {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 40px;
}

.orbit {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.button-wrap {
  margin-top: 40px;
}

.our-project {
  overflow: hidden;
  background-color: #09012a;
}

.quick-start-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin: 60px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.e-card-header {
  display: none;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
}

.num {
  color: #fff;
  font-size: 54px;
  line-height: 150px;
  font-weight: 700;
}

.e-card-quick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin-right: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
  padding: 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.05);
  text-align: center;
}

.quick-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.em-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #1c133f;
  text-align: center;
}

.card-shiba {
  margin-bottom: 70px;
}

.art {
  position: relative;
  background-image: url('../images/hero-bg.png');
  background-position: 50% 0%;
  background-size: cover;
}

.art-wrap {
  max-width: 790px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.art-photos {
  background-color: transparent;
}

.art-tabs {
  z-index: 11;
  margin-bottom: 100px;
}

.art-tab-menu {
  margin-top: 20px;
  text-align: center;
}

.tab-link {
  width: 8px;
  height: 8px;
  margin-right: 10px;
  padding: 0px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(242, 143, 60, 0.3)), to(rgba(255, 255, 0, 0.3)));
  background-image: linear-gradient(270deg, rgba(242, 143, 60, 0.3), rgba(255, 255, 0, 0.3));
}

.tab-link.w--current {
  width: 20px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
}

.grid {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 240px 240px 240px 240px;
  grid-template-columns: 240px 240px 240px 240px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.resuce-wrap {
  margin: 100px auto;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.community {
  position: relative;
  background-color: #09002b;
  background-image: url('../images/bg-quick.png');
  background-position: 50% 0%;
  background-size: cover;
}

.community-wrap {
  margin-top: 220px;
  margin-bottom: 220px;
  text-align: center;
}

.buy-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #1f1e29;
}

.input-form {
  margin-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.form-block {
  position: relative;
  z-index: 11;
  margin-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
}

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(60, 18, 130, 0.25)), to(rgba(25, 19, 35, 0.3)));
  background-image: linear-gradient(180deg, rgba(60, 18, 130, 0.25), rgba(25, 19, 35, 0.3));
}

.footer-grid {
  margin-top: 60px;
  margin-bottom: 60px;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-areas: "Area-2 Area-2 . . ."
    "Area Area Area Area Area";
  -ms-grid-columns: 0.5fr 16px 1.5fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 0.5fr 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
}

.brand-footer {
  display: block;
  text-decoration: none;
}

.p-footer {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.list-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5% 1fr;
  grid-template-columns: 5% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.2px;
}

.follow {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.2px;
}

.text-block-2 {
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.2px;
}

.socmed-link {
  margin-right: 20px;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 22px;
  text-align: center;
}

.shoot {
  position: absolute;
  left: auto;
  top: 25%;
  right: 25%;
  bottom: auto;
}

.highlight {
  color: #f9cd1a;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.business-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown {
  background-color: #fff;
}

.dropdown-list {
  position: relative;
}

.drop-box {
  position: fixed;
  left: auto;
  top: 40%;
  right: 0%;
  bottom: auto;
  z-index: 121;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 330px;
  max-width: 600px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #09002b;
}

.drop-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.drop-body {
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.gradient-text {
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  font-weight: 600;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon {
  position: static;
  margin-right: 0px;
  margin-left: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dh-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.img-mission-box {
  position: relative;
}

.round {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 3%;
  display: block;
}

.logo-content {
  position: relative;
  z-index: 1;
}

.op-ico {
  margin-bottom: 20px;
}

.em-content {
  text-align: left;
}

.vid-box {
  position: relative;
  cursor: pointer;
}

.if-you {
  overflow: hidden;
}

.if-you-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  margin: 60px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.if-you-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.if-you-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin-right: 24px;
  margin-left: 24px;
  padding: 40px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  text-align: center;
}

.if-you-ico {
  margin-bottom: 20px;
}

.play {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.project-img-box {
  overflow: hidden;
}

.button-primary-2 {
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffa92b;
  background-color: #ffa92b;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.button-primary-2:hover {
  background-color: #ee910a;
  color: #fff;
}

.roadmap-card {
  overflow: hidden;
  width: 20%;
  margin-right: 40px;
  margin-left: 0px;
  padding: 32px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(62, 56, 159, 0.6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 19, 103, 0.1)), to(rgba(62, 69, 166, 0.1)));
  background-image: linear-gradient(180deg, rgba(51, 19, 103, 0.1), rgba(62, 69, 166, 0.1));
}

.roadmap-card.waiting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 19, 103, 0.4)), to(rgba(62, 69, 166, 0.4)));
  background-image: linear-gradient(180deg, rgba(51, 19, 103, 0.4), rgba(62, 69, 166, 0.4));
}

.roadmap {
  position: relative;
  overflow: visible;
  height: 300vh;
}

.project-category {
  color: #ffa92b;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.project-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sub-title-main {
  color: rgba(20, 12, 0, 0.6);
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.roadmap-wrap {
  position: static;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vh;
  height: 100%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  max-width: 1240px;
}

.img-project {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.img-project:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-main {
  max-width: 100%;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.02em;
  white-space: normal;
}

.rm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rm-block.hscroll {
  width: 100%;
  height: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.projects-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-title {
  font-size: 32px;
  line-height: 52px;
  font-weight: 600;
}

.btn-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #140c00;
}

.roadmap-overlay {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.pt-right {
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.rm-card-title {
  text-align: center;
}

.heading {
  font-weight: 600;
}

.white {
  color: #fff;
}

.roadmap-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.creating-future-wrap {
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-box {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 2px solid #3e389f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 19, 103, 0.4)), to(rgba(62, 69, 166, 0.4)));
  background-image: linear-gradient(180deg, rgba(51, 19, 103, 0.4), rgba(62, 69, 166, 0.4));
}

.partner {
  margin-top: 40px;
}

.partner.m-20 {
  margin-right: 50px;
  margin-left: 50px;
}

.partner-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-wrapper {
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin: 40px auto;
}

.footer-wrap {
  margin-top: 100px;
  margin-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 6fr 20px 3.25fr 20px 3.25fr 20px 4fr;
  grid-template-columns: 6fr 3.25fr 3.25fr 4fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.3);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #747474;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-link {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #242424;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.footer-email-link:hover {
  color: #242424;
}

.footer-desc {
  margin-left: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flink {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.23px;
  text-decoration: none;
}

.copyright-text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.other-link {
  margin: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.button-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#f28f3c), to(#ff0));
  background-image: linear-gradient(270deg, #f28f3c, #ff0);
  text-decoration: none;
}

.button-text-nav {
  padding: 9px 16px;
  color: #fff;
}

.whitepaper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 10px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.icon-2 {
  position: static;
  margin-right: 0px;
  margin-left: 10px;
}

.socmed-block {
  position: fixed;
  left: 1%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: 112;
  display: inline-block;
}

.icon-socmed {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.socmed-links {
  display: block;
}

.decor-token {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.logo-token {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socmed-block-mob {
  position: fixed;
  left: 1%;
  top: 40%;
  right: auto;
  bottom: auto;
  z-index: 112;
  display: none;
}

@media screen and (min-width: 1920px) {
  .roadmap-card {
    width: auto;
  }

  .roadmap {
    overflow: visible;
  }

  .container-2 {
    max-width: 1320px;
  }

  .rm-block {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .hero-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-items: center;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .nav-menu {
    padding-right: 41px;
    padding-bottom: 20px;
    padding-left: 41px;
    background-color: #09002b;
  }

  .ecosystem-cards {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .e-card {
    margin-bottom: 20px;
  }

  .quick-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid {
    -ms-grid-columns: 240px 240px 240px;
    grid-template-columns: 240px 240px 240px;
  }

  .if-you-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .roadmap-card {
    width: auto;
  }

  .roadmap {
    height: auto;
  }

  .roadmap-wrap {
    display: block;
    width: 100%;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .container-2 {
    max-width: 720px;
  }

  .sticky {
    position: static;
    height: 80vh;
  }

  .rm-block {
    position: static;
    overflow: auto;
  }

  .roadmap-overlay {
    height: auto;
  }

  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-wrap {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 6fr 3.25fr 3.25fr 4fr;
    grid-template-columns: 6fr 3.25fr 3.25fr 4fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .whitepaper-button {
    margin-left: 20px;
  }

  .socmed-block {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #09002b;
  }

  .socmed-block-mob {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button-primary-2 {
    padding: 10px 20px;
  }

  .roadmap-card {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .roadmap {
    overflow: hidden;
    margin-bottom: -100px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .roadmap-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .sticky {
    display: block;
    height: 100%;
  }

  .heading-main {
    font-size: 32px;
    line-height: 45px;
  }

  .rm-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .projects-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pt-right {
    display: none;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrap {
    margin-top: 25%;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .heading-hero {
    font-size: 34px;
    line-height: 50px;
  }

  .p-10 {
    padding: 0 10%;
  }

  .p-hero {
    font-size: 14px;
    line-height: 25px;
  }

  .button-outlined {
    margin-top: 10px;
    margin-left: 10px;
  }

  .nav-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ecosystem-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .business {
    background-size: cover;
  }

  .cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-card-quick {
    margin-bottom: 20px;
  }

  .quick-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .em-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .m-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid {
    -ms-grid-columns: 240px;
    grid-template-columns: 240px;
  }

  .form-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .business-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .drop-box {
    max-width: 100%;
  }

  .drop-body {
    overflow: hidden;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: 0px;
  }

  .if-you-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .if-you-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    display: block;
    padding: 10px 25px;
    font-size: 12px;
  }

  .roadmap-card {
    max-width: 100%;
  }

  .pt-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-category {
    font-size: 12px;
  }

  .sub-title-main {
    font-size: 18px;
    line-height: 28px;
  }

  .roadmap-wrap {
    margin: 100px 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-2 {
    max-width: 100%;
  }

  .heading-main {
    font-size: 32px;
    line-height: 45px;
  }

  .projects-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-title {
    font-size: 24px;
    line-height: 33px;
  }

  .pt-right {
    display: none;
  }

  .creating-future-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .footer-wrap {
    justify-items: center;
    grid-auto-flow: row;
    grid-template-areas: "Area";
    -ms-grid-columns: 6fr;
    grid-template-columns: 6fr;
  }

  .footer-wrap .div-block-4, .footer-wrap .footer-menu-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-desc {
    margin-left: 0;
    margin-top: 20px;
  }

  .whitepaper-button {
    margin-top: 20px;
    margin-left: 0px;
  }

  .logo-token {
    z-index: 2;
    width: 90px;
  }

  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .button-nav, .whitepaper-button {
    display: flex;
    justify-content: center;
  }
  .socmed-block-mob {
    justify-content: space-between;
  }
  .icon-socmed {
    margin-right: 0;
  }
}

#w-node-a30fe7e0-048f-53fc-f89d-6faa44110f50-b55ebea4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(43,46,56,0.9);; /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close img {
    cursor: pointer;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 10px;
    width: 100%;
    max-width: 30px;
    display: block;
}
.button-login {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    background-image: linear-gradient(270deg, #f28f3c, #7e3612);
    color: #fff;
    text-decoration: none;
}
.button-login:hover {
    background: #3d1fbc;
    color: #fff;
    text-decoration: none;
}
.button-register {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    background: yellow;
    color: #000;
    text-decoration: none;
}
.button-register:hover {
    background: green;
    color: #fff;
    text-decoration: none;
}
/* timer */

#clockdiv {
    padding: 10px 0 10px;
    font-family: sans-serif;
    color: #000;
    /*color: #b057bf;*/
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 50px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    /*background: #fff;*/
    background-image: linear-gradient(270deg, #f28f3c, #ff0);
    display: inline-block;
}

#clockdiv div > span {
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    background: #000;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 20px;
}

@media only screen and (max-width: 600px) {
    .modal-content {
        border-radius: 10px;
        position: absolute;
        top: 60px;
        left: 0;
        transform:none;
    }
    #clockdiv {
        padding: 10px 0 10px;
        font-family: sans-serif;
        color: #000;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        font-size: 20px;
    }

    #clockdiv > div {
        padding: 10px;
        border-radius: 3px;
        background-image: linear-gradient(270deg, #f28f3c, #ff0);
        display: inline-block;
    }

    #clockdiv div > span {
        color: #fff;
        padding: 10px;
        border-radius: 4px;
        background: #000;
        display: inline-block;
    }

    .smalltext {
        padding-top: 5px;
        font-size: 15px;
    }
}
