@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot');
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Impact.woff2') format('woff2'),
    url('../fonts/Impact.woff') format('woff'),
    url('../fonts/Impact.ttf') format('truetype'),
    url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  width: 100%;
  height: 100%;
}
.text {
  float: right;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #181a21;
  color: #fff;
  webkit-tap-highlight-color: #222;
  font-size: 16px;
}

hr {
  max-width: 80px;
  border-width: 3px;
  opacity: 0.09;
  margin-top: 15px;
  margin-bottom: 15px;
}

hr.light {
  border-color: #fff;
}

a {
  color: #ffd60a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover,
a:focus {
  color: #ffd60a;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.wide-space {
  letter-spacing: 1.6px;
}

.icon-lg {
  font-size: 50px;
  line-height: 18px;
}

.bg-primary {
  background-color: #333;
}

.bg-dark {
  color: #eee;
  background-color: #222;
}

.cursive {
  text-transform: none;
}

.text-faded {
  color: rgba(245, 245, 245, 0.7);
}

.text-dark {
  color: #111;
}

.text-primary {
  color: #ffd60a;
}

.modal-content {
  background-color: #1d1d1d;
}

section {
  padding: 70px 0;
}

aside {
  padding: 50px 0;
}

footer {
  padding: 15px;
}

.no-padding {
  padding: 0;
}

#topNav .navbarpanel {
  width: 100%;
  display: flex;
  /* border: 1px dashed #fff; */
  border-radius: 16px;
  padding: 8px 0;
  margin-top: 32px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all ease 0.3s;
}

#topNav.affix .navbarpanel {
  margin-top: 16px;
}

.home-header {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/home-banner-bg.png) center top repeat-x;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-header::before {
  width: 445px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: auto;
  content: '';
  background: url(../images/home-banner-leftbg.png) 0 0 no-repeat;
}

.home-header::after {
  width: 454px;
  height: 100%;
  position: absolute;
  left: auto;
  right: 0px;
  top: auto;
  bottom: -70px;
  z-index: auto;
  content: '';
  background: url(../images/home-banner-rgtbg.png) 0 0 no-repeat;
}

.home-header .home-head-cnt {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0px 0 0 0;
}

.home-header .home-head-cnt .home-leftcol {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  padding: 48px 0 0px 0;
  position: relative;
  align-items: center;
}

.home-header .home-head-cnt .home-leftcol h1 {
  font-size: 3.125em;
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
  margin: 24px 0px;
}

.home-header .home-head-cnt .home-leftcol p {
  font-size: 1.125em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  color: #fff;
  margin: 0px 0 24px 0;
}

.btn-blk {
  width: 100%;
  display: block;
}

.home-header .home-head-cnt .home-leftcol {
  text-align: center;
}

.btn-blk .outer-btnblk {
  width: auto;
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  left: -12px;
}

.btn-blk .outer-btnblk::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #ffd60a;
  content: '';
  padding: 0px;
  animation: pulse_pseudo 2s ease-in-out infinite;
  transform-origin: center center;
}

.btn-blk .outer-btnblk.telegram-btn {
  padding: 8px 0;
}

.btn-blk .outer-btnblk.telegram-btn::before {
  border-color: #36b0f7;
  display: none;
}

@keyframes pulse_pseudo {
  0% {
    opacity: 0;
    transform: scale(0);
    border-radius: 0px;
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
    border-radius: 16px;
  }

  100% {
    opacity: 0.2;
    transform: scale(1.02);
    border-radius: 16px;
  }
}

@-webkit-keyframes pulse_pseudo {
  0% {
    opacity: 0;
    transform: scale(0);
    border-radius: 0px;
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
    border-radius: 16px;
  }

  100% {
    opacity: 0.2;
    transform: scale(1.02);
    border-radius: 16px;
  }
}

.btn-blk .link-button {
  width: auto;
  height: auto;
  padding: 16px 32px;
  border-radius: 8px;
  background: #ffd60a;
  font-size: 1.25em;
  font-weight: bold;
  color: #000;
  border: none;
  transition: all ease 0.3s;
  opacity: 1;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn-blk .link-button:hover,
.btn-blk .link-button:active {
  /* background: #000;
  color: #fff; */
  opacity: 0.7;
  text-decoration: none;
}

.btn-blk .outer-btnblk.telegram-btn .link-button {
  background: #36b0f7;
  color: #ffffff;
}

.home-header .home-head-cnt .home-rgt-col {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.graph-linebar {
  width: 654px;
  height: 657px;
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  background: url(../images/line.svg) 0 0 no-repeat;
  z-index: 1;
}

.investor-banner {
  width: 100%;
  position: relative;
  display: flex;
  padding: 0 50% 0 0;
  flex-direction: column;
  color: #fff;
}

.investor-panel {
  margin-bottom: 32px;
}

.investor-banner h1 {
  font-size: 3.2em;
  line-height: 1.375;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-weight: bold;
}

.investor-banner p {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.8;
}

.investor-banner .invest-coin {
  width: 31.333%;
  height: auto;
  position: absolute;
  left: auto;
  right: 0px;
  top: 50%;
  background: url(../images/circle-bg.png) 0 0 no-repeat;
  z-index: 11;
  padding: 2.333%;
  transform: translateY(-50%);
}

.invest-coin img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2px;
}

.investor-journey {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.investor-journey .investor-panel h2 {
  font-size: 2.625em;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  padding: 16px;
}

.investor-panel .investor-list {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
}

.investor-panel .investor-list li {
  width: 33.333%;
  display: flex;
  padding: 16px;
  list-style: none;
  flex-shrink: 0;
  flex-grow: 0;
}

.investor-panel .investor-list li .logo-item {
  width: 100%;
  min-height: 172px;
  background: #141e39;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investor-panel .investor-list li .logo-item img {
  max-width: 100%;
  height: auto;
}

.diagram-graph {
  width: 100%;
  display: inline-block;
  padding: 0px;
  text-align: center;
  padding: 16px 15% 0;
  box-sizing: border-box;
}

.diagram-graph img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.hand-box {
  padding: 48px 0 0 0;
  position: relative;
}

.hand-coin {
  width: 17.333%;
  height: auto;
  position: relative;
  left: auto;
  right: 0;
  top: 0px;
}

.hand-coin img {
  max-width: 100%;
  height: auto;
  @-webkit-animation: spinCirle 0.3s infinite;
  animation: spinCirle 8s infinite;
}

/* .hand-coin img:hover {
  cursor: pointer;
  @-webkit-animation: nospinCirle 0.3s infinite;
  animation: nospinCirle 8s infinite;
} */

@-webkit-keyframes spinCirle {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes nospinCirle {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
}

.zigzag-bar {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  position: absolute;
  z-index: -1;
  bottom: -20%;
}

.zigzag-bar.top-zigzag {
  bottom: auto;
  top: -12%;
}

.zigzag-bar.multi-bar {
  bottom: -8%;
}

.zigzag-bar img {
  max-width: 100%;
  height: auto;
}

.spacing-cnt {
  padding: 96px 0 0 0;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.roadmap-panel .spacing-cnt {
  padding: 0px 0px 32px 0px;
}

.roadmap-panel .zigzag-bar {
  bottom: -10%;
}

.investor-panel .spacing-cnt {
  padding: 0px 0px;
}

.investor-panel {
  margin: 0px;
  padding: 32px 0;
}

.token-panel {
  width: 100%;
  display: block;
  position: relative;
  margin-top: -150px;
  /* padding: 100px 0 0 0; */
  min-height: initial;
}

.token-panel::before {
  width: 402px;
  height: 429px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: '';
  background: url(../images/token-leftbg.png) 0 0 no-repeat;
  display: none;
}

.token-panel::after {
  width: 492px;
  height: 436px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 0;
  z-index: 1;
  content: '';
  background: url(../images/token-rgtbg.png) 0 0 no-repeat;
  display: none;
}

.token-panel .token-cnt {
  width: 100%;
  height: auto;
  padding: 0px;
  background: url(../images/token-bg.png) 0 0 repeat;
  border-radius: 24px;
  display: flex;
  position: relative;
  z-index: 11;
  flex-direction: column;
}

.diagram-panel {
  width: 100%;
  padding: 24px 0 48px;
  flex-wrap: wrap;
}

.diagram-panel .diagram-icon {
  width: 94px;
  height: 94px;
  display: flex;
  border-radius: 100px;
  background: #0c111d;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 16px;
  position: relative;
}

.diagram-panel .diagram-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.diagram-panel .diagram-icon.users-icn img,
.diagram-panel .diagram-icon.developer-icn img {
  height: 52px;
}

.diagram-panel .diagram-icon.customer-icn img {
  height: 62px;
}

.diagram-panel .diagram-colitem {
  width: 33.333%;
  padding: 0px 2%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}

.diagram-panel .diagram-colitem.diagram-brd {
  border-left: 1px dashed #283a68;
  border-right: 1px dashed #283a68;
}

.diagram-panel .diagram-colitem .title-headblk {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0px 0 16px;
}

.diagram-panel .diagram-colitem h3 {
  font-size: 1.625em;
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: 1.5;
  font-weight: 500;
}

.protocol-titleblk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
}

.protocol-titleblk h2 {
  font-size: 3.125em;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 16px 0 24px 0;
  padding: 0px;
}

.protocol-titleblk p {
  font-size: 1em;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 8px;
}

.gridelm-panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gridelm-panel .col-grid {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.gridelm-panel.diagram-panel {
  margin-top: 16px;
  justify-content: space-between;
}

.token-cnt .btn-blk {
  width: 100%;
  text-align: left;
  margin: 8px 0 48px;
}

.mission-panel {
  padding-top: 2em;
}

.mission_visonblk {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2em 0;
  align-items: center;
}

.mission_visonblk h2 {
  font-size: 2.5em;
  text-align: center;
  line-height: normal;
}

.mission_visonblk .gridelm-panel {
  justify-content: space-between;
  margin-top: 4em;
  position: relative;
}

.mission_visonblk .col-grid {
  width: 45%;
  padding: 16px;
}

.mission_visonblk .colelm_bg {
  background: #0a163c;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 0 20px 0px #16369bb0;
  border: 1px solid #0d277ab3;
  display: flex;
  flex-direction: column;
}

.mission_visonblk .colelm_bg h3 {
  font-weight: 500;
  font-size: 1.875em;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

.mission_visonblk .colelm_bg p {
  font-size: 1em;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
}

.mission_visonblk .colelm_bg.mission-blk {
  padding: 28px 32px;
}

.mission_visonblk .colelm_bg.mission-blk p {
  font-weight: 400;
}

.soical-panel {
  padding: 0px 0 0 0;
}

.soical-panel .soical_blk h2 {
  margin: 0px 0 32px;
  width: 100%;
  display: inline-block;
}

.soical-panel .gridelm-panel {
  justify-content: center;
}

.soical-panel .social-col {
  background: #181a21;
  border-radius: 16px;
  padding: 32px 24px 28px 32px;
  box-shadow: 0 0 20px 0px #ffffff38;
  border: 1px solid #ffd60a;
  display: flex;
  width: 45.333%;
  margin: 16px;
  align-items: center;
}

.soical-panel .social-col .info-blk {
  text-align: left;
  padding-left: 16px;
}

.soical-panel .social-col .info-blk p {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 1.125em;
  line-height: 1.5;
}

.soical-panel .social-col.discord-col .social-icon {
  background: #7a86cf;
}

.soical-panel .social-col.telegram-col .social-icon {
  background: #4c96c6;
}

.soical-panel .social-col .social-icon {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-right: 16px;
  position: relative;
  background: #fff;
  border-radius: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}

.soical-panel .social-col .social-icon svg {
  height: 85px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.founder-blk {
  width: 100%;
  display: flex;
  margin-top: auto;
  align-items: center;
  padding-top: 20px;
}

.founder-blk .founer-icon {
  width: 48px;
  margin-right: 12px;
}

.founder-blk .founer-titleblk h3 {
  font-size: 1em;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-weight: 600;
}

.founder-blk .founer-titleblk p {
  margin: 0px;
  padding: 0px;
  font-weight: 300;
  line-height: normal;
  font-size: 0.875em;
}

.founder-blk .founer-icon img {
  max-width: 100%;
  height: auto;
  border-radius: 100px;
}

.mission_visonblk .colelm_bg.vision-blk {
  padding: 28px 32px;
}
.mission_visonblk .mission-coin {
  width: 7%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mission_visonblk .mission-coin img {
  max-width: 100%;
  height: auto;
  @-webkit-animation: spinCirle 0.3s infinite;
  animation: spinCirle 8s infinite;
}

.diagram-point {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  margin: 16px 0px 0px 0px;
}

.diagram-point li {
  position: relative;
  padding: 0 0 0 36px;
  width: 100%;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 300;
  margin: 0px 0px 24px;
  line-height: 1.5;
  color: #fff;
}

.diagram-point li:last-child {
  margin-bottom: 0px;
}

.diagram-point li::before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
  position: absolute;
  background: url(../images/bullet.svg) 0 0 no-repeat;
  left: 4px;
  top: 4px;
  content: '';
}

.token-panel .token-light {
  width: auto;
  position: absolute;
  left: 50%;
  top: -100px;
  transform: translateX(-50%);
  z-index: -1;
  display: none;
}

.roadmap-panel {
  min-height: initial;
  position: relative;
  padding: 0px;
}

.roadmap-panel .roadmap-cntbox {
  width: 100%;
  display: flex;
  position: relative;
  padding: 2em 0 0 0;
  flex-wrap: wrap;
}

.roadmap-leftab {
  width: 23%;
  height: auto;
  background: #181a21;
  padding: 32px 0px 32px 16px;
  border-right: 1px solid #4f525d;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px 0 0 16px;
}

.roadmap-leftab .timeline-tab {
  width: 100%;
  display: flex;
  padding: 16px;
  position: relative;
  background: transparent;
  cursor: pointer;
  border-color: transparent;
  transition: all ease 0.3s;
  font-size: 1.25em;
  color: #f1f1f1;
  font-weight: 300;
}

.roadmap-leftab .timeline-tab:hover,
.roadmap-leftab .timeline-tab.active-timeline {
  font-weight: 500;
  color: #fff;
  background: #0b163c;
  border: 1px solid #4f525d;
  border-right: none;
  left: 1px;
  border-radius: 8px 0 0 8px;
}

.roadmap-rgtbox {
  width: 77%;
  display: flex;
  padding: 16px 5% 0;
  flex-wrap: wrap;
  flex-direction: column;
}

.roadmap-rgtbox .timeline-tabcnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  animation: fadeSlideRight 1s;
}

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(20%);
    z-index: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

.roadmap-rgtbox .roadmap-col {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  padding: 0 8%;
  position: relative;
  margin-bottom: 48px;
}

.info-timeline {
  width: 100%;
  padding: 32px 16px;
  background: #fff;
  height: auto;
  min-height: 208px;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  z-index: 1;
  position: relative;
}

.info-timeline ul {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}

.info-timeline ul li {
  width: 100%;
  position: relative;
  padding: 0px 0 0 24px;
  margin-bottom: 16px;
  font-size: 1em;
  color: #000;
  line-height: 1.31;
  list-style: none;
  font-weight: 500;
}

.info-timeline ul li:last-child {
  margin-bottom: 0px;
}

.info-timeline ul li::before {
  width: 16px;
  height: 16px;
  border: 5px solid #00a6fb;
  content: '';
  position: absolute;
  left: 0px;
  top: 1px;
  border-radius: 100px;
}

.timeline-month {
  width: 100%;
  padding: 42px 32px 12px 32px;
  border-radius: 0 0 32px 32px;
  display: flex;
  justify-content: flex-end;
  background: #00a6fb;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  margin-top: -32px;
}

.timeline-month .timeline-arrow {
  width: 33px;
  height: 88px;
  background: url(../images/timeline-arrow-indigo.png) 0 0 no-repeat;
  position: absolute;
  left: auto;
  top: -74px;
  right: -26px;
  content: '';
  z-index: -1;
}

.timeline-month::after {
  width: 64px;
  height: 38px;
  background: url(../images/timeline-corner-indigo.png) 0 0 no-repeat;
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: -32px;
  content: '';
  z-index: -1;
}

.timeline-counter {
  width: 100%;
  font-size: 3.5em;
  font-family: 'Impact';
  color: #fff;
  text-shadow: 0px 0px 10px #ffffffb5;
}

.roadmap-panel::before {
  width: 468px;
  height: 1030px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  content: '';
  background: url(../images/roadmap-left-bg.png) 0 0 no-repeat;
}

.roadmap-panel::after {
  width: 430px;
  height: 635px;
  position: absolute;
  left: auto;
  right: 0px;
  top: 0;
  z-index: 1;
  content: '';
  background: url(../images/roadmap-rgt-bg.png) 0 0 no-repeat;
}

.timeline-indigo .info-timeline ul li::before {
  border-color: #00a6fb;
}

.timeline-indigo .timeline-month {
  background: #00a6fb;
}

.timeline-indigo .timeline-month .timeline-arrow {
  background: url(../images/timeline-arrow-indigo.png) 0 0 no-repeat;
}

.timeline-indigo .timeline-month::after {
  background: url(../images/timeline-corner-indigo.png) 0 0 no-repeat;
}

.timeline-purple .info-timeline ul li::before {
  border-color: #bc38f9;
}

.timeline-purple .timeline-month {
  background: #bc38f9;
}

.timeline-purple .timeline-month .timeline-arrow {
  background: url(../images/timeline-arrow-purple.png) 0 0 no-repeat;
}

.timeline-purple .timeline-month::after {
  background: url(../images/timeline-corner-purple.png) 0 0 no-repeat;
}

.timeline-red .info-timeline ul li::before {
  border-color: #ff6e6d;
}

.timeline-red .timeline-month {
  background: #ff6e6d;
}

.timeline-red .timeline-month .timeline-arrow {
  background: url(../images/timeline-arrow-red.png) 0 0 no-repeat;
}

.timeline-red .timeline-month::after {
  background: url(../images/timeline-corner-red.png) 0 0 no-repeat;
}

.timeline-blue .info-timeline ul li::before {
  border-color: #0056c7;
}

.timeline-blue .timeline-month {
  background: #0056c7;
}

.timeline-blue .timeline-month .timeline-arrow {
  background: url(../images/timeline-arrow-blue.png) 0 0 no-repeat;
}

.timeline-blue .timeline-month::after {
  background: url(../images/timeline-corner-blue.png) 0 0 no-repeat;
}

.roadmap-cntbg {
  width: 100%;
  height: auto;
  background: url(../images/roadmap-bg.jpg) 0 0 repeat;
  background-size: 100%;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 11;
  padding: 42px;
}

.roadmap-cntbg h2 {
  font-size: 2.625em;
  font-weight: 500;
  line-height: 1.27;
  color: #fff;
  display: block;
  padding: 0px;
  margin: 0px 0px 16px 0px;
  text-align: center;
}

.mapbar-line {
  width: 100%;
  height: 8px;
  margin: 30% 0;
  display: flex;
  background: url(../images/road-mapbar.png) 0 0 repeat-x;
  position: relative;
}

.mapbar-line .pointer {
  width: 46px;
  height: 42px;
  position: absolute;
  background: url(../images/pointer.png) 0 0 no-repeat;
  left: -8px;
  top: -18px;
  content: '';
  z-index: 11;
}

.mapbar-line .pointer.end {
  left: auto;
  right: -8px;
}

.mapbar-line .timebar-col {
  width: 28%;
  height: auto;
  min-height: 100px;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
}

.mapbar-line .timebar-col.timebar1 {
  background: url(../images/timeline-bar1.png) right 0 no-repeat;
  z-index: 4;
}

.mapbar-line .timebar-col.timebar2 {
  background: url(../images/timeline-bar2.png) right 0 no-repeat;
  top: -85px;
  z-index: 3;
  left: -6%;
}

.mapbar-line .timebar-col.timebar3 {
  background: url(../images/timeline-bar3.png) right 0 no-repeat;
  z-index: 2;
  left: -12%;
}

.mapbar-line .timebar-col.timebar4 {
  background: url(../images/timeline-bar4.png) right 0 no-repeat;
  z-index: 1;
  left: -18%;
  top: -85px;
}

.mapbar-line .timebar-col .texbar-label {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}

.mapbar-line .timebar-col.timebar1 .texbar-label {
  left: 30%;
  color: #00a6fb;
  top: -35%;
}

.mapbar-line .timebar-col.timebar2 .texbar-label {
  left: 30%;
  color: #aa3bf9;
  top: 100%;
}

.mapbar-line .timebar-col.timebar3 .texbar-label {
  left: 30%;
  color: #ff716c;
  top: -35%;
}

.mapbar-line .timebar-col.timebar4 .texbar-label {
  left: 30%;
  color: #005acd;
  top: 100%;
}

.mapbar-line .timebar-col .timebar-listing {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
}

.mapbar-line .timebar-col .timebar-listing ul {
  padding: 0px;
  margin: 0px;
}

.mapbar-line .timebar-col .timebar-listing li {
  width: 100%;
  position: relative;
  top: 0px;
  font-size: 1.25em;
  color: #fff;
  padding: 0px 0 16px 28px;
  list-style: none;
  font-weight: 300;
}

.mapbar-line .timebar-col .timebar-listing li::before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 6px;
  border: solid 5px #fff;
  content: '';
  border-radius: 100px;
}

.mapbar-line .timebar-col.timebar1 .timebar-listing {
  padding: 120px 0 0 0%;
  left: 40%;
}

.mapbar-line .timebar-col.timebar2 .timebar-listing {
  padding: 0px;
  left: 40%;
  width: 150%;
  top: -150px;
}

.mapbar-line .timebar-col.timebar3 .timebar-listing {
  padding: 120px 0 0 0%;
  left: 60%;
}

.mapbar-line .timebar-col.timebar4 .timebar-listing {
  padding: 0px;
  left: 20%;
  width: 100%;
  top: -150px;
}

.mapbar-line .timebar-col.timebar4 .text-note {
  font-size: 1em;
  color: #fff;
  padding: 0px 0 0px 28px;
  list-style: none;
  font-weight: 400;
}

.mapbar-line .timebar-col.timebar1 .timebar-listing li::before {
  border-color: #00a6fb;
}

.mapbar-line .timebar-col.timebar2 .timebar-listing li::before {
  border-color: #aa3bf9;
}

.mapbar-line .timebar-col.timebar3 .timebar-listing li::before {
  border-color: #ff716c;
}

.mapbar-line .timebar-col.timebar4 .timebar-listing li::before {
  border-color: #005dd1;
}

.roadmap-cntbg .btn-blk {
  width: 100%;
  text-align: center;
  padding: 48px 0 0;
}

.creater-panel,
.create-srcpanel {
  width: 100%;
  height: auto;
  display: block;
  padding: 0px;
  margin: 0px;
  min-height: initial;
  position: relative;
}

.create-srcpanel {
  /* margin-top: -150px; */
}

.creater-panel {
  /* margin: 96px 0px 0; */
}

.create-srcpanel .top-zigzag {
  display: none;
}

.creater-panel .creators-bar {
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  background: #131313;
  padding: 16px 5%;
  line-height: normal;
  margin: 0;
}

.creator-screenlist {
  width: 100%;
  display: block;
  margin: 0px 0 64px;
}

.creator-screenlist .screen-blk {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5em 0;
}

.creator-screenlist .screen-blk .screen-imgbox {
  width: 43.555%;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 6.5%;
}

.creator-screenlist .screen-blk .screen-imgbox img {
  max-width: 100%;
  height: auto;
}

.creator-screenlist .screen-blk .screen-textbox {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}

.creator-screenlist .screen-blk .screen-textbox h2 {
  font-size: 3.75em;
  font-weight: bold;
  line-height: 0.93;
  color: #fff;
  margin-bottom: 32px;
}

.creator-screenlist .screen-blk .screen-textbox p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.54;
  color: #fff;
  margin-bottom: 32px;
}

.creator-screenlist .screen-blk.rgt-screen .screen-textbox {
  order: -1;
}

.creator-screenlist .screen-blk.rgt-screen .screen-imgbox {
  text-align: right;
  margin: 0 0 0 6.5%;
}

.community-panel {
  width: 100%;
  height: auto;
  background: url(../images/world-map.png) center 0 no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0 1em 0;
}

.community-panel h2 {
  font-size: 3em;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

.community-panel p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.community-panel .social-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 48px;
  color: #fff;
}

.community-panel .ft-logoblk {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 16px 0px;
}
.community-panel .ft-logo {
  margin: 32px 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-panel .ft-logo img {
  height: auto;
  width: 23.333%;
  margin: 0px 8px;
}

.community-panel .ft-logoblk .logo-title {
  font-size: 3em;
}

.community-panel .ft-app-button {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.community-panel .ft-app-button a {
  display: inline-block;
  margin: 0px 16px;
}

.community-panel .ft-app-button img {
  width: auto;
  height: 56px;
  border-radius: 8px;
  transition: all ease 0.3s;
  opacity: 1;
}

.community-panel .ft-app-button a img:hover {
  opacity: 0.9;
}

.community-panel .social-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0 0;
}

.community-panel .social-btn .icon-btn {
  width: auto;
  height: auto;
  align-items: center;
  margin: 8px 32px;
  display: none;
}

.community-panel .social-btn .icon-btn svg {
  width: auto;
  height: 36px;
  fill: #fff;
  transition: all ease 0.3s;
}

.community-panel .social-btn .icon-btn.fb-btn:hover svg {
  fill: #4267b2;
}

.community-panel .social-btn .icon-btn.tw-btn:hover svg {
  fill: #1da1f2;
}

.community-panel .social-btn .icon-btn.wa-btn:hover svg {
  fill: #25d366;
}

.community-panel .social-btn .icon-btn.li-btn:hover svg {
  fill: #0e76a8;
}

.community-panel .social-btn .icon-btn.yt-btn:hover svg {
  fill: #ff0000;
}

.community-panel .social-btn .icon-btn.ig-btn:hover svg {
  fill: #8a3ab9;
}

.community-panel .social-btn .icon-btn.pr-btn:hover svg {
  fill: #e60023;
}

.community-panel .social-btn .icon-btn.sk-btn:hover svg {
  fill: #00aff0;
}

.community-panel .social-btn .icon-btn.wa-btn,
.community-panel .social-btn .icon-btn.tw-btn,
.community-panel .social-btn .icon-btn.li-btn,
.community-panel .social-btn .icon-btn.yt-btn {
  display: flex;
}

.miniapps-panel {
  min-height: initial;
  position: relative;
  padding: 32px 0px 64px 0px;
}

.miniapps-panel .spacing-cnt {
  padding: 32px 0px 0px 0px;
}

.miniapps-panel .zigzag-bar {
  bottom: -8%;
  z-index: -1;
}

.miniapps-panel h2 {
  text-align: center;
  display: block;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.39;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.miniapps-panel .app-ctg {
  width: 100%;
  display: block;
  margin-top: 16px;
}

.miniapps-panel .app-ctg ul {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}

.miniapps-panel .app-ctg ul li {
  width: auto;
  display: inline-block;
}

.miniapps-panel .app-ctg ul li a {
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  display: inline-block;
}

.miniapps-panel .app-ctg ul li.active a {
  color: #ffd60a;
  text-decoration: underline;
}

.miniapps-panel .apps-cnt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
  height: auto !important;
  /* align-items: center; */
}

.share-appblk {
  width: 100%;
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
}

.share-appblk .text-title {
  color: #fff;
  font-weight: 300;
  font-size: 1.25em;
  padding-right: 8px;
}

.share-appblk .share-list {
  display: flex;
  align-items: center;
}

.share-appblk .share-list .icon-btn {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  margin: 0px 8px;
}

.share-appblk .share-list .icon-btn svg {
  width: auto;
  height: 28px;
  transition: all ease 0.3s;
  opacity: 1;
}

.share-appblk .share-list .icon-btn.wa-btn svg {
  fill: #00d64c;
}

.share-appblk .share-list .icon-btn.li-btn svg {
  fill: #006eb2;
}

.share-appblk .share-list .icon-btn.yt-btn svg {
  fill: #f9000f;
}

.share-appblk .share-list .icon-btn.tw-btn svg {
  fill: #2cadf4;
}

.share-appblk .share-list .icon-btn svg:hover {
  opacity: 0.7;
}

.miniapps-panel .apps-cnt .apps-viewport {
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  max-height: 700px;
  overflow-y: auto;
}

.scrollbar-custom::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #181a21;
  border-radius: 0px;
  box-shadow: none;
}

.scrollbar-custom::-webkit-scrollbar {
  width: 12px;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #3c3f4a;
}

.thin::-webkit-scrollbar {
  width: 6px;
}

.miniapps-panel .apps-cnt .apps-tabs {
  width: 100%;
  height: auto;
  background: #141e39;
  padding: 16px 0px 16px 8px;
  border-right: 1px solid #3c3f4a;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px 0 0 16px;
}

.miniapps-panel .apps-cnt .tabs-list {
  width: 100%;
  display: flex;
  padding: 12px 12px 12px 8px;
  position: relative;
  align-items: center;
  position: relative !important;
  background: transparent;
  cursor: pointer;
  border-color: transparent;
  left: 0px !important;
  top: 0px !important;
  transition: all ease 0.3s;
}

.miniapps-panel .apps-cnt .tabs-list:hover,
.miniapps-panel .apps-cnt .tabs-list.tab-active {
  background: #181a21;
  border: 1px solid #3c3f4a;
  border-right: 0px;
  left: 1px !important;
  border-radius: 8px 0 0 8px;
}

.tabs-list .tab-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
}

.tabs-list .tab-icon img {
  width: auto;
  height: 44px;
}

.tabs-list .tab-info {
  width: calc(100% - 44px);
  padding-left: 12px;
  flex-direction: column;
  display: flex;
}

.tabs-list .tab-info .tab-title {
  margin: 0px;
  padding: 0px;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
}

.tabs-list .tab-info p {
  font-size: 0.875em;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  line-height: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.miniapps-panel .apps-tabcnt {
  width: 75%;
  display: none;
  transition: all ease 0.3s;
  flex-direction: column;
  padding: 0px 0% 0 10%;
  animation: fadeEffect 1s;
}

.miniapps-panel .apps-tabcnt .app-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(50%);
    z-index: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
    z-index: 1;
  }
}

.miniapps-panel .apps-tabcnt .app-titleblk {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}

.miniapps-panel .apps-tabcnt .app-titleblk h2 {
  font-size: 2em;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  text-align: left;
  color: #ffcc00;
  font-weight: bold;
}

.miniapps-panel .apps-tabcnt .app-titleblk p {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 8px;
}

.miniapps-panel .apps-tabcnt .app-titleblk .app-infolist {
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
}

.miniapps-panel .apps-tabcnt .app-titleblk .app-infolist li {
  position: relative;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 300;
  margin: 8px 0px;
}

.miniapps-panel .apps-tabcnt .app-titleblk .app-infolist li::before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
  position: absolute;
  background: url(../images/bullet.svg) 0 0 no-repeat;
  left: 0px;
  top: 2px;
  content: '';
}

.miniapps-panel .apps-tabcnt .app-screen {
  width: 36%;
  height: auto;
  display: flex;
  position: relative;
  margin-top: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.miniapps-panel .apps-tabcnt .app-screen .screen-pointer {
  width: 36%;
  height: auto;
  position: absolute;
  right: -32%;
  top: 10%;
  left: auto;
}

.miniapps-panel .apps-tabcnt .app-screen .screen-pointer img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
}

.miniapps-panel .apps-tabcnt .app-screeninfo {
  width: 64%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 10% 0 0 15%;
}

.miniapps-panel .apps-tabcnt .app-screen .image-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 16px;
  top: -16px;
  background: #333335;
  border-radius: 8px;
  z-index: 1;
}

.miniapps-panel .apps-tabcnt .app-screen img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  z-index: 11;
}

.miniapps-panel .apps-cnt li {
  width: 50%;
  padding: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
}

.miniapps-panel .apps-cnt li .apps-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #2d303b;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  transition: all ease 0.3s;
}

.miniapps-panel .apps-cnt li .apps-box .app-img {
  width: 32%;
  flex-shrink: 0;
  flex-grow: 0;
}

.miniapps-panel .apps-cnt li .apps-box .app-img img {
  max-width: 100%;
  height: auto;
}

.miniapps-panel .apps-cnt li .apps-box .app-info {
  width: 68%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 24px;
}

.miniapps-panel .apps-cnt li .apps-box .app-info h3 {
  width: 100%;
  font-size: 1.375em;
  padding: 16px 0 12px;
  text-decoration: none;
  color: #fff;
  margin: 0px;
}

.miniapps-panel .apps-cnt li .apps-box .app-info p {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.32;
  color: #fff;
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

.miniapps-panel .apps-cnt li .apps-box .app-info .btn-blk {
  text-align: right;
  padding-right: 8px;
}

.miniapps-panel .apps-cnt li .apps-box:hover,
.miniapps-panel .apps-cnt li .apps-box:hover .app-title {
  color: #ffd60a;
}

.miniapps-panel .apps-cnt li .apps-box:hover {
  margin-top: -8px;
}

.community-panel .copyright-text {
  font-size: 1em;
  font-weight: 400;
}

.community-panel .copytxt-blk {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 4em 5% 1%;
}

.community-panel .copytxt-blk .ft-link a {
  color: #fff;
  transition: all ease 0.3s;
  text-decoration: none;
}

.community-panel .copytxt-blk .ft-link a:hover {
  color: #ffd60a;
  text-decoration: none;
}

.navbar-default {
  background-color: transparent;
  /* -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; */
  margin-bottom: 0px;
}

.navbar-header > .navbar-brand {
  color: #ffd60a;
  padding: 15px;
  -webkit-transition: padding 0.2s ease-in;
  -moz-transition: padding 0.2s ease-in;
  transition: padding 0.2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
  color: #ffd60a;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ffd60a;
  font-weight: 500;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #ffd60a;
  background-color: transparent;
  font-weight: bold;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
  color: #ffd60a;
}

.navbar-default .nav > li > a.active-tab,
.navbar-default.affix .nav > li > a.active-tab {
  color: #ffd60a;
  background-color: transparent;
  font-weight: bold;
}

/* form modal css start */

.whitelistedModal .modal-content {
  padding: 1em 0em 2em 0em;
  background: url(../images/roadmap-bg.jpg) 0 0 repeat;
  background-size: cover;
}

.whitelistedModal .modal-body {
  padding: 0px;
}

.whitelistedModal .modal-header {
  border: none;
  padding: 0 32px;
  display: inline-block;
  width: 100%;
}

.whitelistedModal .modal-header .close {
  font-size: 3em;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.whitelistedModal .needs-validation {
  padding: 0 2em;
}

.whitelistedModal .title-block {
  width: 100%;
  text-align: center;
  display: block;
  padding: 0 16px;
}

.whitelistedModal .title-block h2 {
  font-size: 2.5em;
}

.whitelistedModal .title-block p {
  font-size: 1.125em;
  font-weight: 300;
}
.whitelistedModal .form-control {
  background: #fff;
  color: #000;
  margin-bottom: 16px;
  padding: 12px 16px;
  height: auto;
  border-radius: 8px;
  font-size: 1em;
  font-weight: 400;
}

.whitelistedModal .form-control:focus {
  background: #fff;
  color: #000;
  border: transparent;
}

.whitelistedModal .btn-blk {
  text-align: center;
}

.whitelistedModal .btn-blk .link-button {
  padding: 8px 48px;
}

.community-panel .spacing-cnt {
  padding: 0px;
  padding-top: 32px;
}

.mdl-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000000d9;
  z-index: 1111;
  display: none;
}

.mdl-overlay.open {
  display: block;
}

.wishlist-mdl {
  width: 34%;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  z-index: 11111;
  padding: 24px 24px 24px;
  display: none;
  transform-origin: center;
  max-height: 90vh;
  overflow-x: auto;
}

.hide-scroll {
  overflow: hidden;
}

.wishlist-mdl.open-mdl {
  display: block;
  -webkit-animation: zoomeffect 0.3s;
  -moz-animation: zoomeffect 0.3s;
  animation: zoomeffect 0.3s;
}

@-webkit-keyframes zoomeffect {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.wishlist-mdl .mdl-titleblk {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #505050;
}

.wishlist-mdl .mdl-titleblk h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 8px 0;
  padding: 0px;
}

.wishlist-mdl .mdl-titleblk p {
  font-size: 0.875em;
  line-height: normal;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}

.wishlist-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wishlist-form .input-data {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.wishlist-form .input-data#mobileNumber {
  padding: 20px 0 0 0;
  transition: all ease 0.3s;
}

.wishlist-form .input-data#mobileNumber .txt-label {
  position: absolute;
  left: 4px;
  color: #727272;
  font-size: 0.875em;
  top: -4px;
}

.wishlist-form .button-blk {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 12px 0 0 0;
}

.wishlist-form .button-blk .inputbtn {
  width: auto;
  display: inline-block;
  padding: 8px 24px;
  background: #000;
  font-size: 0.875em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
  transition: all ease 0.3s;
  line-height: normal;
}

.mobile-data {
  padding: 24px 0 0 0;
}

.mobile-data .txt-label {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 0.75em;
  color: #686868;
}

.wishlist-form .mobile-data .input_txt {
  padding: 0px 0px 6px 34px;
}

.wishlist-form .dropdown {
  width: 100%;
  display: flex;
  background-color: #fff;
  /* border-radius: 5px; */
  /* box-shadow: 0 0 2px rgb(204, 204, 204); */
  transition: all 0.5s ease;
  position: relative;

  /* color: #474747; */
  height: 100%;
  /* text-align: left; */
}
.wishlist-form .dropdown .select {
  cursor: pointer;
  display: flex;
  width: 100%;
  border: none;
  border-bottom: 2px solid #a1adcd80;
  font-size: 0.875em;
  color: #686868;
  padding: 0 0 6px 0;
  justify-content: space-between;
}
.wishlist-form .country-dropdown {
  width: 100%;
}
.wishlist-form .country-dropdown .select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #a1adcd80;
  font-size: 0.875em;
  color: #686868;
  padding: 0 0 6px 0;
}

.wishlist-form .country-dropdown .select:focus {
  outline: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #a1adcd80;
}

.wishlist-form .dropdown .select > .drop-icon {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
  transform: rotate(-180deg);
}
.wishlist-form .dropdown:hover {
  /* box-shadow: 0 0 4px rgb(204, 204, 204); */
}
.wishlist-form .dropdown:active {
  /* background-color: #f8f8f8; */
}
.wishlist-form .dropdown.active:hover,
.wishlist-form .dropdown.active {
  /* box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8; */
}
.wishlist-form .dropdown.active .select > .drop-icon {
  transform: rotate(0deg);
}
.wishlist-form .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: -1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 0px 4px 4px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}
.wishlist-form .dropdown .dropdown-menu ul li {
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #686868;
}
.wishlist-form .dropdown .dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.wishlist-form .dropdown .dropdown-menu ul li:hover,
.wishlist-form .dropdown .dropdown-menu ul li:active {
  background-color: rgba(107, 126, 172, 0.05);
  color: #000;
}

.wishlist-form .dropdown .dropdown-menu .title-disable {
  width: 100%;
  padding: 16px 12px 12px;
  color: #686868;
  display: flex;
}

.mobile-data .txt-code {
  /* position: absolute;
  width: 28px;
  left: 0px;
  top: 26px; */
  color: #000;
  font-size: 0.875em;
}

.mobile-data .txt-code::after {
  /* width: 1px;
  height: 18px;
  background: #a1adcd80;
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  content: ''; */
}

.wishlist-form .button-blk .inputbtn.cancel-btn {
  background: #505050;
  color: #fff;
  margin: 0 8px 0px 0;
}

.wishlist-form .button-blk .inputbtn.send-btn {
  color: #000;
  background: #ffcc00;
}

.wishlist-form .button-blk .inputbtn:hover {
  opacity: 0.7;
}

.wishlist-form input:focus {
  outline: none;
  background: none;
  box-shadow: none;
}

.wishlist-form .input_txt {
  width: 100%;
  border: none;
  border-bottom: 2px solid #a1adcd80;
  font-size: 0.875em;
  color: #686868;
  padding: 0 4px 6px 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #ffffff !important;
  color: #555 !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #555555 !important;
  outline: none !important;
}

input[type='text']:disabled {
  background: none;
}

/* form modal css end */

.privacy-panel {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../images/home-banner-bg.png) center top repeat-x;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0 0 0;
}

.privacy-panel h1 {
  font-size: 3.125em;
  margin-bottom: 24px;
}

@keyframes slideTop {
  0% {
    opacity: 0;
    margin-top: 20%;
  }

  100% {
    opacity: 1;
    margin-top: 0%;
  }
}

.privacy-panel .policy-blk {
  padding: 32px 0;
  animation: slideTop 0.5s ease-in-out;
}

.privacy-panel .policy-blk h2 {
  font-size: 2em;
  margin: 16px 0 8px;
  font-weight: 400;
}

.privacy-panel .policy-blk p {
  font-size: 1em;
  margin-bottom: 16px;
  font-weight: 400;
}

.privacy-panel .policy-blk ul {
  width: 100%;
  display: inline-block;
  padding: 0px 10% 8px 0px;
}

.privacy-panel .policy-blk ul li {
  position: relative;
  padding: 0 0 0 32px;
  width: 100%;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  margin: 4px 0px;
  line-height: 1.75;
}

.privacy-panel .policy-blk ul li::before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
  position: absolute;
  background: url(../images/bullet.svg) 0 0 no-repeat;
  left: 0px;
  top: 2px;
  content: '';
}

@media (min-width: 1301px) {
  .container {
    width: 1260px;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    border-color: transparent;
    background-color: transparent;
  }

  .navbar-header > .navbar-brand {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 2.5em;
  }

  .navbar-header > .navbar-brand > img {
    width: 64px;
    height: 64px;
    margin-right: 12px;
  }

  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    padding: 8px 16px;
    font-size: 1.125em;
  }

  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fff;
  }

  .navbar-default.affix {
    backdrop-filter: blur(2em);
    -webkit-backdrop-filter: blur(2em);
    padding: 0px 0 8px;
    width: 100%;
    display: block;
    min-height: initial;
  }

  /* .navbar-default.affix .navbar-header .navbar-brand {
    font-size: 1.125px;
    color: #ffd60a;
    padding: 20px;
    letter-spacing: 1px;
  } */

  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #ffd60a;
  }

  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
    text-shadow: none;
  }

  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ffd60a;
  }

  .navbar-default.affix .nav > li.active > a,
  .navbar-default.affix .nav > li.active > a:focus {
    color: #ffd60a;
    text-shadow: none;
  }

  .navbar-default.affix .nav > li.active > a:hover,
  .navbar-default.affix .nav > li.active > a:focus:hover {
    color: #ffd60a;
  }
}

header {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #ffd60a;
  background-image: url('https://splashbase.s3.amazonaws.com/lifeofpix/regular/Life-of-Pix-free-stock-photos-Slate-Stone-Xeromatic-1440x953.jpg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  z-index: 2;
}

header .header-content .inner h1 {
  margin-top: 0;
  margin-bottom: 0;
}

header .header-content .inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display: none;
}

footer {
  background-color: #2d2d2d;
}

@media (min-width: 768px) {
  .icon-lg {
    font-size: 80px;
  }

  header {
    min-height: 100%;
  }

  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header .header-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  header .header-content .inner h1 {
    font-size: 53px;
  }

  header .header-content .inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }

  section {
    min-height: 600px;
    /* padding: 100px 0; */
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #eee;
  background-color: #36333d;
  background-image: none;
  border: 1px solid #36333d;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  color: #222;
  background-color: #ccc;
  box-shadow: none;
}

textarea {
  resize: none;
}

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

.feature {
  margin: 50px auto 0;
  max-width: 400px;
}

@media (min-width: 992px) {
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 1em;
  }
  .feature {
    margin: 20px auto 0;
  }
}

.feature p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  overflow: hidden;
}

.gallery-box .gallery-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(44, 44, 44, 0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
  opacity: 1;
}

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

.gallery-box img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
  opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
  opacity: 0.7;
}

.btn-default .badge {
  color: #fff;
  background-color: #222;
}

.btn.btn-primary {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn.btn-primary:hover {
  opacity: 0.7;
}

.btn {
  border: 0;
  border-radius: 290px;
}

.btn-xl {
  padding: 15px 30px;
  font-size: 20px;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #ffd60a;
}

::selection {
  text-shadow: none;
  color: #000;
  background: #ffd60a;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

@media (max-width: 767px) {
  .home-header {
    height: auto;
    justify-content: flex-start;
  }

  .home-header .home-head-cnt {
    height: auto;
    justify-content: flex-start;
    padding-top: 100px;
  }

  .hand-coin {
    width: 50%;
  }

  .container {
    max-width: 100%;
  }
  section {
    padding: 35px 0;
  }

  .miniapps-panel .spacing-cnt {
    padding: 0px;
  }
  .spacing-cnt {
    padding: 64px 0 0 0;
  }
  .navbar-default {
    border: none;
  }

  .navbar-header {
    width: 100%;
    position: relative;
    padding: 4px;
  }

  .navbarpanel .navbar-header .nav-logo {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0px;
    font-size: 1.75em;
    font-weight: 400;
    color: #fff;
  }

  /* .affix .navbarpanel .navbar-header .nav-logo {
    color: #ffd60a;
  } */

  .navbarpanel .navbar-header .nav-logo > img {
    height: 48px;
    width: auto;
    margin-right: 4px;
  }

  .navbar-default.affix {
    backdrop-filter: blur(2em);
    -webkit-backdrop-filter: blur(2em);
    padding: 0px 0 4px;
    width: 100%;
    display: block;
    min-height: initial;
    margin-bottom: 0px;
  }

  #topNav .navbarpanel {
    margin-top: 4px;
  }

  #topNav.affix .navbarpanel {
    margin-top: 4px;
    padding: 0px;
    border-radius: 8px;
  }

  .home-header .home-head-cnt {
    flex-direction: column;
  }

  .home-header .home-head-cnt .home-leftcol,
  .home-header .home-head-cnt .home-rgt-col {
    width: 100%;
  }

  .home-header .home-head-cnt .home-rgt-col {
    order: -1;
    align-items: center;
  }

  .home-header .home-head-cnt .home-leftcol {
    padding: 0px;
  }

  .home-header::before,
  .home-header::after,
  .token-panel::before,
  .token-panel::after,
  .roadmap-panel::before,
  .roadmap-panel::after {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }

  .hand-box {
    max-width: 100%;
    margin-top: 48px;
    text-align: center;
  }

  .hand-box .hand-coin {
    width: 125px;
    height: auto;
    position: absolute;
    left: -31px;
    top: 78px;
  }

  .hand-box img {
    width: auto;
    height: 260px;
  }

  .home-header .home-head-cnt .home-leftcol h1 {
    text-align: center;
    font-size: 2.5em;
    margin: 16px 0;
  }

  .home-header .home-head-cnt .home-leftcol p {
    text-align: center;
    font-size: 1em;
    line-height: 28px;
    font-weight: 400;
  }

  .protocol-titleblk {
    padding: 0px;
  }

  .protocol-titleblk h2 {
    font-size: 2.125em;
    text-align: center;
    margin: 8px 0 12px 0;
    line-height: normal;
  }

  .protocol-titleblk p {
    text-align: center;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .diagram-graph {
    padding: 16px 8px 0 0;
  }

  .gridelm-panel.diagram-panel {
    padding: 0px;
    flex-direction: column;
    align-items: center;
  }

  .diagram-panel .diagram-colitem {
    width: 100%;
    padding: 0px;
  }

  .diagram-panel .diagram-colitem.diagram-brd {
    padding: 16px 0px;
    border-left: none;
    border-right: none;
    border-top: 1px dashed #283a68;
    border-bottom: 1px dashed #283a68;
    margin: 16px 0;
  }

  .diagram-panel .diagram-icon {
    width: 64px;
    height: 64px;
  }

  .diagram-panel .diagram-icon.users-icn img,
  .diagram-panel .diagram-icon.developer-icn img {
    height: 36px;
  }

  .diagram-panel .diagram-icon.customer-icn img {
    height: 36px;
  }

  .diagram-panel .diagram-colitem h3 {
    font-size: 1.375em;
    line-height: normal;
  }

  .diagram-panel .diagram-colitem .diagram-point {
    margin: 0px;
  }

  .diagram-panel .col-grid.diagram-left {
    width: 100%;
    text-align: center;
  }

  .diagram-panel .col-grid.diagram-rgt {
    width: 100%;
    padding: 0px;
  }

  .diagram-point li {
    margin: 8px 0;
    font-size: 1em;
    line-height: 1.5;
  }

  .diagram-point li::before {
    top: 0px;
  }

  .btn-blk {
    text-align: center;
  }

  .btn-blk .outer-btnblk {
    left: 0px;
  }

  .token-cnt .btn-blk {
    width: 100%;
    text-align: center;
    margin: 16px 0 8px;
  }

  .btn-blk .link-button {
    padding: 12px 32px;
    font-size: 1em;
  }

  .zigzag-bar {
    position: relative;
    bottom: auto;
    margin-top: 0px;
    z-index: -1;
  }

  .token-panel {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 0px;
    padding: 0px 0 0 0;
    min-height: initial;
  }

  .token-panel .token-cnt {
    padding: 16px;
    flex-direction: column;
  }
  .token-panel .token-cnt .token-left {
    width: 100%;
    text-align: center;
  }

  .token-panel .token-cnt .token-left img {
    max-width: 100%;
    height: auto;
  }

  .token-panel .token-cnt .token-rgt {
    width: 100%;
    padding: 0px 0px 16px 0px;
  }

  .token-panel .token-cnt .token-rgt h2 {
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
  }

  .token-panel .token-cnt .token-rgt p {
    font-size: 0.875em;
    font-weight: 300;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
  }

  .token-panel .token-light {
    width: 100%;
    top: 0px;
  }
  .token-panel .token-light img {
    max-width: 100%;
    height: auto;
  }

  .creater-panel {
    margin: 16px 0px 0;
  }
  .creater-panel .creators-bar {
    font-size: 1.25em;
    padding: 16px 0;
  }

  .miniapps-panel {
    padding: 0px 0px 0px 0px;
  }

  .miniapps-panel h2 {
    font-size: 1.75em;
    line-height: normal;
  }

  .miniapps-panel .apps-cnt {
    /* flex-direction: column; */
    padding: 0px 0 16px;
  }

  .tabs-list .tab-info {
    display: none;
  }

  .miniapps-panel .apps-cnt .apps-viewport {
    width: 64px;
    max-height: 600px;
  }

  .miniapps-panel .apps-cnt .apps-tabs {
    height: auto !important;
  }

  .miniapps-panel .apps-tabcnt .app-screen {
    width: 60%;
    height: auto;
    margin-top: 32px;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk {
    padding-top: 16px;
  }

  .miniapps-panel .apps-tabcnt .app-screeninfo {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
  }

  .miniapps-panel .apps-tabcnt {
    width: calc(100% - 64px);
  }

  .miniapps-panel .apps-tabcnt {
    padding: 0 5%;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk h2 {
    font-size: 1.5em;
    margin-bottom: 8px;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk .app-infolist li {
    margin: 6px 0;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk .app-infolist li::before {
    top: -2px;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk p {
    font-size: 0.875em;
    font-weight: 300;
  }

  .miniapps-panel .apps-tabcnt .app-titleblk .app-infolist li {
    font-size: 0.875em;
    font-weight: 300;
  }

  .share-appblk .text-title {
    font-size: 1em;
  }

  .share-appblk .share-list .icon-btn svg {
    height: 24px;
  }

  .share-appblk {
    margin-top: 16px;
  }

  .tabs-list .tab-icon {
    width: 32px;
    height: 32px;
  }

  .tabs-list .tab-icon img {
    height: 32px;
  }

  .miniapps-panel .app-ctg ul {
    width: 100%;
    flex-direction: column;
    padding: 0px;
  }

  .miniapps-panel .app-ctg ul li {
    width: 100%;
    padding: 0px;
  }

  .miniapps-panel .app-ctg ul li a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1em;
  }

  .miniapps-panel .app-ctg ul li.active a {
    background: #ffd60a;
    color: #000;
    text-decoration: none;
  }

  .miniapps-panel .apps-cnt li {
    width: 100%;
    padding: 8px;
    width: 100%;
    flex-wrap: wrap;
  }

  .miniapps-panel .zigzag-bar {
    margin-top: -50px;
  }

  .miniapps-panel .apps-cnt li .apps-box {
    padding: 8px;
  }

  .miniapps-panel .apps-cnt li .apps-box .app-title {
    font-size: 1em;
    padding-top: 8px;
  }

  .miniapps-panel .apps-tabcnt .app-screen .screen-pointer {
    display: none;
  }

  .miniapps-panel .apps-tabcnt .app-block {
    justify-content: center;
  }

  .create-srcpanel {
    margin-top: 0px;
  }

  .community-panel .spacing-cnt {
    padding: 0px;
  }

  .creator-screenlist .screen-blk {
    padding: 0px;
    flex-direction: column;
    align-content: center;
    margin-bottom: 48px;
  }

  .creator-screenlist .screen-blk .screen-imgbox {
    width: 85%;
    text-align: center;
    margin: 0px;
  }

  .creator-screenlist .screen-blk.rgt-screen .screen-imgbox {
    text-align: center;
    margin: 0px;
  }

  .creator-screenlist .screen-blk .screen-imgbox img {
    max-width: 100%;
    height: auto;
  }

  .creator-screenlist .screen-blk .screen-textbox {
    width: 100%;
    text-align: center;
  }

  .creator-screenlist .screen-blk .screen-textbox h2 {
    font-size: 2.5em;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    margin: 8px 0 16px 0px;
  }

  .creator-screenlist .screen-blk .screen-textbox p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 300;
  }

  .creator-screenlist .screen-blk.rgt-screen .screen-textbox {
    order: 1;
  }

  .zigzag-bar.multi-bar {
    margin-top: -50px;
  }

  .community-panel {
    margin-top: 0px;
    padding: 16px 0;
    /* background-size: 100%; */
  }

  .community-panel h2 {
    font-size: 2em;
  }

  .community-panel p {
    font-size: 0.875em;
    padding: 0 10%;
    line-height: 22px;
  }

  .community-panel .ft-logo {
    padding: 16px 0;
    margin: 0px;
  }
  .community-panel .ft-logo img {
    width: auto;
    height: 100px;
  }

  .community-panel .copytxt-blk {
    flex-direction: column;
    padding: 0px;
    align-items: center;
  }

  .community-panel .ft-app-button {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .community-panel .ft-app-button {
    display: flex;
  }

  .community-panel .ft-app-button a {
    padding: 0px 8px;
    margin: 0px;
  }

  .community-panel .ft-app-button img {
    max-width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
  }

  .community-panel .social-btn {
    flex-wrap: wrap;
    font-size: initial;
  }

  .community-panel .social-btn .icon-btn {
    margin: 8px;
  }

  .community-panel .social-btn .icon-btn svg {
    height: 22px;
  }

  .community-panel .copyright-text {
    font-size: 0.875em;
    margin: 16px 0 8px;
  }

  .community-panel .ft-link {
    font-size: 0.875em;
    margin-bottom: 16px;
  }

  .roadmap-panel {
    padding: 32px 0 0;
  }

  .roadmap-cntbg {
    width: 100%;
    padding: 16px;
    background-size: cover;
  }

  .roadmap-cntbg h2 {
    font-size: 1.5em;
    margin-bottom: 24px;
    padding: 0px;
  }

  .roadmap-panel .roadmap-cntbox {
    padding: 0px 0px;
  }

  .roadmap-leftab .timeline-tab {
    width: auto;
    border-radius: 8px;
    padding: 8px;
    font-size: 0.875em;
    margin: 4px;
  }

  .roadmap-leftab .timeline-tab:hover,
  .roadmap-leftab .timeline-tab.active-timeline {
    border: 1px solid #ffcc00;
    color: #ffcc00;
    border-radius: 8px;
  }

  .roadmap-leftab {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    background: transparent;
    padding: 0px;
    border: none;
    margin-bottom: 24px;
  }

  .timeline-month .timeline-arrow {
    display: none;
  }

  .roadmap-rgtbox {
    width: 100%;
    padding: 0px;
  }

  .roadmap-rgtbox .roadmap-col {
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
  }

  .roadmap-rgtbox .roadmap-col:last-child {
    margin-bottom: 0px;
  }

  .mission_visonblk {
    padding: 0;
  }

  .mission_visonblk h2 {
    font-size: 1.5em;
    text-align: center;
    line-height: normal;
    margin: 0px;
  }

  .mission_visonblk .gridelm-panel {
    justify-content: flex-start;
    margin-top: 24px;
    position: relative;
    flex-direction: column;
  }

  .mission_visonblk .col-grid {
    width: 100%;
    padding: 24px;
  }

  .mission_visonblk .colelm_bg.mission-blk {
    margin-top: 20px;
  }

  .mission_visonblk .mission-coin {
    display: none;
  }

  .roadmap-panel .spacing-cnt {
    padding: 0px 0px 32px 0px;
  }

  .soical-panel {
    padding: 0px;
  }

  .soical-panel .soical_blk h2 {
    margin: 0px 0 16px;
  }

  .soical-panel .gridelm-panel {
    flex-direction: column;
    justify-content: flex-start;
  }

  .soical-panel .social-col {
    width: 100%;
    margin: 8px 0px;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 16px 16px;
  }

  .soical-panel .social-col .social-icon {
    width: 100px;
    height: 100px;
    margin: 0 0 8px 0;
  }

  .soical-panel .social-col .social-icon svg {
    height: 80px;
  }

  .soical-panel .social-col .info-blk p {
    text-align: center;
    padding: 0px;
    font-size: 1em;
    font-weight: 400;
  }

  .soical-panel .social-col .info-blk {
    text-align: center;
    padding: 0px;
  }

  .info-timeline {
    min-height: initial;
    padding: 16px;
  }

  .mapbar-line {
    width: 100%;
    flex-direction: column;
    padding: 0px 0px 0px 32px;
    margin: 0px;
    height: auto;
    background: none;
  }

  .mapbar-line::before {
    width: 4px;
    position: absolute;
    height: 100%;
    content: '';
    background: #00a5fb;
    border-radius: 16px;
    top: 0px;
    left: 16px;
  }

  .mapbar-line .pointer {
    width: 24px;
    height: 24px;
    background-size: 100%;
    left: 6px;
    top: -10px;
  }

  .mapbar-line .pointer.end {
    right: auto;
    left: 6px;
    top: auto;
    bottom: -10px;
  }

  .mapbar-line .timebar-col {
    width: 100%;
    height: auto;
    min-height: initial;
  }
  .mapbar-line .timebar-col .texbar-label,
  .mapbar-line .timebar-col.timebar1 .texbar-label,
  .mapbar-line .timebar-col.timebar2 .texbar-label,
  .mapbar-line .timebar-col.timebar3 .texbar-label,
  .mapbar-line .timebar-col.timebar4 .texbar-label {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0 0 0 8px;
  }

  .mapbar-line .timebar-col,
  .mapbar-line .timebar-col.timebar1,
  .mapbar-line .timebar-col.timebar2,
  .mapbar-line .timebar-col.timebar3,
  .mapbar-line .timebar-col.timebar4 {
    background: none;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .mapbar-line .timebar-col .timebar-listing,
  .mapbar-line .timebar-col.timebar1 .timebar-listing,
  .mapbar-line .timebar-col.timebar2 .timebar-listing,
  .mapbar-line .timebar-col.timebar3 .timebar-listing,
  .mapbar-line .timebar-col.timebar4 .timebar-listing {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 8px 0px 8px 8px;
    margin: 0px;
    width: 100%;
  }

  .mapbar-line .timebar-col .timebar-listing li {
    font-size: 1em;
    padding: 0px 0 16px 24px;
  }

  .mapbar-line .timebar-col .timebar-listing li::before {
    top: 2px;
  }

  .roadmap-cntbg .btn-blk {
    padding: 24px 0 12px;
  }

  .mapbar-line .timebar-col.timebar1 {
    margin-top: 32px;
  }

  .mapbar-line .timebar-col .texbar-label {
    width: 100%;
    position: relative;
  }

  .mapbar-line .timebar-col .texbar-label::before {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -24px;
    top: 1px;
    border: solid 4px #fff;
    content: '';
    border-radius: 100px;
    background: #ffffff;
  }

  .mapbar-line .timebar-col.timebar1 .texbar-label::before {
    border-color: #00a6fb;
  }

  .mapbar-line .timebar-col.timebar2 .texbar-label::before {
    border-color: #aa3bf9;
  }

  .mapbar-line .timebar-col.timebar3 .texbar-label::before {
    border-color: #ff716c;
  }

  .mapbar-line .timebar-col.timebar4 .texbar-label::before {
    border-color: #005dd1;
  }

  .mapbar-line .timebar-col.timebar4 {
    margin-bottom: 8px;
  }

  .navbar-default .navbar-toggle {
    position: absolute;
    left: auto;
    right: 8px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 32px;
    text-align: center;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    width: 100%;
    transition: all ease 0.3s;
  }

  .navbar-default .navbar-toggle .icon-bar.twoline {
    opacity: 0;
  }

  .navbar-default .navbar-toggle .icon-bar.oneline {
    transform: rotate(135deg);
    transform-origin: center center;
    top: 18px;
    position: absolute;
  }

  .navbar-default .navbar-toggle .icon-bar.threeline {
    transform: rotate(-135deg);
    transform-origin: center center;
    top: 14px;
    position: absolute;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar {
    opacity: 1;
  }

  .navbar-default .navbar-toggle.collapsed .icon-bar.threeline,
  .navbar-default .navbar-toggle.collapsed .icon-bar.oneline {
    transform: rotate(0deg);
    transform-origin: center center;
    top: 0;
    position: relative;
  }

  /* .navbar-default.affix .navbar-toggle .icon-bar {
    background: #ffd60a;
  } */

  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
    color: #ffd60a;
    background-color: transparent;
  }

  .navbar-default .navbar-collapse {
    width: 100%;
    margin-top: 4px;
    background: transparent;
    backdrop-filter: blur(2em);
    -webkit-backdrop-filter: blur(2em);
    padding-bottom: 16px;
    padding: 0px;
    border-radius: 0 0 8px 8px;
  }

  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0px;
    padding: 8px 0 6px 0;
  }

  .whitelistedModal .modal-header {
    padding: 0 32px 0 0 0;
  }

  .whitelistedModal .title-block h2 {
    font-size: 1.75em;
  }

  .whitelistedModal .title-block p {
    font-size: 0.875em;
    font-weight: 300;
  }

  .whitelistedModal .form-control {
    padding: 8px 16px;
  }

  .whitelistedModal .btn-blk .link-button {
    padding: 12px 32px;
  }

  .zigzag-bar.top-zigzag {
    bottom: auto;
    top: -2%;
    position: absolute;
  }

  .wishlist-mdl {
    width: 90%;
  }

  .privacy-panel {
    padding: 48px 8px 0;
  }

  .privacy-panel h1 {
    font-size: 2em;
    margin-bottom: 16px;
    line-height: normal;
  }
  .privacy-panel .policy-blk h2 {
    font-size: 1.5em;
    margin: 16px 0 8px;
    font-weight: 500;
  }

  .investor-banner {
    width: 100%;
    padding: 48px 16px 0;
    align-items: center;
    position: relative;
    z-index: 1;
  }

  .investor-banner h1 {
    font-size: 2em;
    line-height: 1.5;
    text-align: center;
  }

  .investor-banner p {
    font-size: 1em;
    line-height: 1.8em;
    text-align: center;
  }
  .graph-linebar {
    display: none;
  }

  .investor-panel {
    margin-bottom: 32px;
    padding: 0px;
  }

  .investor-banner .invest-coin {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: translate(0, 0);
    width: 250px;
    height: 250px;
    background-size: 100%;
    padding: 20px;
    margin-bottom: 16px;
  }

  .investor-journey .investor-panel h2 {
    padding: 24px 8px 16px;
    font-size: 2em;
  }

  .investor-panel .investor-list li {
    width: 50%;
    padding: 8px;
  }

  .investor-panel .investor-list li .logo-item {
    min-height: 120px;
  }
}

@media (min-width: 1200px) {
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    font-size: 1.125em;
  }
}

@media (max-width: 479px) {
  .miniapps-panel .apps-cnt li .apps-box .app-img {
    width: 22%;
  }

  .miniapps-panel .apps-cnt li .apps-box .app-info {
    padding: 0 0 0 16px;
    width: 78%;
  }

  .miniapps-panel .apps-cnt li .apps-box .app-info h3 {
    font-size: 1.125em;
    padding: 8px 0 8px;
  }

  .miniapps-panel .apps-cnt li .apps-box .app-info p {
    font-size: 0.75em;
    margin-bottom: 8px;
  }

  .miniapps-panel .apps-cnt li .apps-box .app-info .btn-blk {
  }
  .miniapps-panel .apps-cnt li .apps-box .app-info .btn-blk span {
    font-size: 0.75em;
  }

  .community-panel {
    background-size: 100%;
    padding: 0px 0px 0px;
  }

  .spacing-cnt {
    padding: 32px 0;
  }

  .creator-screenlist .screen-blk .screen-textbox h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    margin: 12px 0px;
  }

  .miniapps-panel .apps-data {
    padding: 8px 0;
  }

  .wishlist-mdl {
    width: 90%;
  }
}
.wrapper .thank_you_popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  transform: scale(0);
  transition: ease-in-out 0.4s;
  z-index: 99;
}
.wrapper .thank_you_popup.active {
  transform: scale(1);
}
.wrapper .thank_you_popup .popup_overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.wrapper .thank_you_popup .content {
  max-width: 780px;
  background: #fff;
  padding: 80px 32px 16px 32px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin-top: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-direction: column;
}
.wrapper .thank_you_popup .content .thanks_img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: -100px;
}
.wrapper .thank_you_popup .content .thanks_img img {
  width: 130px;
  object-fit: contain;
}
.wrapper .thank_you_popup .content p {
  position: relative;
  z-index: 2;
  color: #505050;
  font-size: 1.125em;
  line-height: 32px;
  text-align: center;
}
.wrapper .thank_you_popup .content p b {
  display: block;
}
.wrapper .thank_you_popup .content .popup_close_btn {
  background: none;
  border: none;
  padding: 16px 16px 0;
  font-size: 1em;
  color: #0091ff;
}
