
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #E3F8F7;
  line-height: 1.3;
  font-weight: 300;
  font-size: 13px;
  background: #002b3e;
  /*font-family: 'Poppins', sans-serif;
  font-family: 'Staatliches', cursive;*/
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  color: #b2cccb;
}

img {
  width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container{
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.header-title{
  font-size: 60px;
  font-family: 'Staatliches', cursive;
  color:#8FE2E7;
  line-height: 100%;
}

.curve {
  position: absolute;
  /*z-index: 7;*/
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  margin-top:-1px;
  /*top: -1px;*/
  width: 100%;
  z-index: -1;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 100vw solid transparent;
}
.curve.curve-top:before {
  border-right: 100vw solid transparent;
}
.curve.curve-light-b:before {
  border-bottom: 0px solid #ffffff;
}
.curve.curve-light-b:after {
  border-bottom: 300px solid #ffffff;
}
.curve.curve-light-t:after {
  border-top: 0px solid #ffffff;
}
.curve.curve-light-t:before {
  border-top: 300px solid #ffffff;
  z-index: 0;
}
.curve:after, .curve:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 100vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 100vw solid transparent;
}

.section-padding {
  padding: 80px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.section-head h4 span {
  font-weight: 300;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-light {
  background: #ffffff;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

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

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #137bc8;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  font-size: 15px;
  font-weight: 300;
  padding: 9px 30px;
  background: #fff;
  border-radius: 30px;
  /*border: 1px solid transparent;*/
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
  padding-top: 4px;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #137bc8;
  border-color: #137bc8;
  color: #fff;
}
.butn-bg:hover span {
  color: #137bc8;
}

.butn-light, .butn-bord {
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  background: rgb(239,117,132);
background: -moz-linear-gradient(0deg, rgba(195,69,88,1) 0%, rgba(239,117,132,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(195,69,88,1) 0%, rgba(239,117,132,1) 100%);
background: linear-gradient(0deg, rgba(195,69,88,1) 0%, rgba(239,117,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef7584",endColorstr="#c34558",GradientType=1);
}

.butn-light:after, .butn-bord:after {
  background: rgba(195,69,88,1);
}
.butn-light:hover span, .butn-bord:hover span {
  color: #fff !important;
}
.butn-light span, .butn-bord span {
  /*color: #137bc8;*/
  color:#fff;
}

.butn-bord {
  background: transparent !important;
  border-color: #137bc8;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border: 0;
  background: transparent;
  z-index: 9;
  min-height: 70px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #eee;
  /*letter-spacing: .5px;*/
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #309FA5 !important;
}

.navbar .whitepaper{
  padding-top: 10px;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  /*padding: 15px 0;*/
  width: 180px;
}
.whitepapermobile{

}
.whitepapermobile .butn-light{
  padding: 5px 10px;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  /*min-height: 100vh;*/
  position: relative;
  padding-bottom: 100px;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-size: 70px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 12px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.header h1 span{
  color:#309FA5;
}

.header .caption h1 {
  color:#53d7dc;
  margin: 10px 0;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption p {
  font-size: 16px;
  font-weight: 300;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #137bc8;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.wave {
  min-height: 105vh;
}
.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .2;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start Hero ]
-----------------------------------------------------------------*/

.hero .sosmed-icon-container{
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 10px;
}

.sosmed-icon{
  width: 30px;
  height: 20px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.hero .feat-item {
  padding: 0;
}
.hero .feat-item .text-center {
  padding: 20px 30px;
}
.hero .feat-item.active .text-center {
  margin-top: -25px;
  padding-top: 75px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3;
}
.hero .feat-item:hover .icon {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
          -webkit-transition: all .4s;
  transition: all .4s;
}

.hero .feat-item .icon {
  width: 90px;
  height: 90px;
  line-height: 105px;
  color: #777;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 15px;
  position: relative;
  z-index: 3;
}

.hero .feat-item .icon img{
  width:90px;
  height:90px;
}

.hero .feat-item .prism img{
  width:150px;
  height:105px;
  margin-left:-25px;
}

.hero .feat-item h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top:20px;
  text-transform: uppercase;
}

.hero .feat-item p{
  /*text-transform: uppercase;*/
  font-size: 12px;
  text-align: left;
}


/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start connectingworlds ]
-----------------------------------------------------------------*/
.connectingworlds{
  margin-top:80px;
}

/* ----------------------------------------------------------------
     [ End connectingworlds ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start tetra ]
-----------------------------------------------------------------*/

.tetra{
  /*background: #fff!important;*/
}

.tetra-block-mobile{
  margin:0 auto;
  width: 100%;
  max-width: 516px;
}
.tetra-mobile{
  margin-top:-130px;
}

.p-onethird{
  margin:0 auto;
  width: 100%;
  max-width:550px;
}


/* ----------------------------------------------------------------
     [ End tetra ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ gameplay slider ]
-----------------------------------------------------------------*/

.slider .owl-item, .slider-fade .owl-item {
  /*height: 100vh;*/
  position: relative;
}
.slider .item, .slider-fade .item {
  position: relative;
  margin:0 auto;
  /*position: absolute;
  top: 0;
  left: 0;
  height:100%;*/
  width: 100%;
  max-width: 1150px;
  height: 100%;
  /*background-size: cover;*/
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  /*bottom: 5vh;*/
  width: 100%;
}

.playon-container{
  overflow: hidden;
}

.chestimg{
  position: absolute;
  top:50px;
  right:0px;
  width: 350px;
}

/*adding arrow in slider*/
.owl-theme .owl-nav [class*=owl-] {
    background: transparent; 
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent; 
}
.col-carousel {
  margin: 30px 0;
}

.owl-prev span, .owl-next span {
  color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}


/* ----------------------------------------------------------------
     [ End gameplay slider ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start tokenomics ]
-----------------------------------------------------------------*/

.tokenomics-header{
  
}
.tokenomics-block{
  min-height: 485px;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
background: rgb(0,62,86);
background: -moz-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e56",endColorstr="#2a6981",GradientType=1);
}
.tokenomics-block-header{
  padding: 25px;
  padding-bottom: 15px;
}
.tokenomics-childblock{
  padding: 20px;
  margin-bottom: 10px;
  background: rgba(143,226,231,.2);
}
.childboxbigger{
  padding: 30px 20px;
}
.hilite{
  background: #e3d178;
}
.hilite p{
  color: #2a6981!important;
}
.bottom-radius{
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 0px;
}
.lock-icon{
  width:16px;
  margin-left:10px;
  margin-bottom:5px;
}
.tokenomics-icons{
  width:20px;
  margin-right:20px;
  margin-bottom:5px;
}
.tokenomics-block p{
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.tokenomics-childblock{
  position: relative;
}
.tokenomics-childblock span{
  float: right;
}
.tokenomics-childblock:hover{
  cursor: pointer;
  background: rgba(143,226,231,.9)!important;
}

.hover-box{
  position: absolute;
  left:-20px;
  background:rgba(0,0,0,.8);
  padding:15px;
  border:1px solid #777;
  width: 260px;
  display: none;
  z-index: 7;
}
.hover-box h6{
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.hover-box p{
  text-transform: none;
  font-size: 12px;
  color:#999;
  line-height: 140%;
  font-family: 'Open Sans', sans-serif;
}

.prize-pool:hover + .popup-prize-pool{
  display: block;
}
.pre-sale:hover + .popup-pre-sale{
  display: block;
}
.liquidity-pool:hover + .popup-liquidity-pool{
  display: block;
}
.ecosystem-development:hover + .popup-ecosystem-development{
  display: block;
}
.development-wallet:hover + .popup-development-wallet{
  display: block;
}
.investor-wallet:hover + .popup-investor-wallet{
  display: block;
}
.burn-wallet:hover + .popup-burn-wallet{
  display: block;
}
.holders:hover + .popup-holders{
  display: block;
}

.tokenomics-diagram{
  margin:0 auto;
  width: 100%;
  max-width: 1435px;
}

/* ----------------------------------------------------------------
     [ End tokenomics]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start tech ]
-----------------------------------------------------------------*/

.tech{
  padding-bottom: 400px;
}
.tech-header{
  padding-top: 200px;
}
.tech-info{
  padding-top: 80px;
}

.tech-layer-container{
  position: relative;
}
.tech-layer{
  position: absolute;
  width: 90%;
}
.tl1{
  top:0px;
  opacity: 1;
  z-index: 3;
}
.tl2{
  top:160px;
  opacity: .95;
  z-index: 2;
}
.tl3{
  top:320px;
  z-index: 1;
}
hr.tech-line{
  border-color: #777;
  margin-bottom: 45px;
}
.tech-layer-mobile1, .tech-layer-mobile2, .tech-layer-mobile3{
  margin:0 auto;
  padding: 0px;
  margin-top:-40px;
  width: 345px;
}
.tech-layer-mobile1{
  margin-top:50px;
}

.tech-layer-mobile3{
  margin-bottom:150px;
}
.tech .collapsible img{
  width: 100%;
  max-width: 360px;
  margin:0 auto;
  opacity: .95;
}
.tech-layer-mobile1 img, .tech-layer-mobile2 img, .tech-layer-mobile3 img{
  width: 100%;
  max-width: 345px;
  margin:0 auto;
  opacity: .95;
}
.tech-layer-mobile1 img{
  z-index:3;
}
.tech-layer-mobile2{
  z-index:2;
}
.tech-layer-mobile3{
  z-index:1;
}
.tech .collapsible {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  color: #fff;
}

.tech .collapsible span{
  position: absolute;
  margin:auto;
  left:0;
  right:0;
  padding-top:90px;
  font-size:20px;
}

.tech-layer-mobile1 .collapsible:after {
  color: transparent;
  font-size:60px;
  float:none!important;
  margin-top:10px;
  background: url(../img/svg/collapse-plus.svg) no-repeat!important;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  position: absolute;
  top:110px;
  left:165px;
}
.tech-layer-mobile2 .collapsible:after {
  color: transparent;
  font-size:60px;
  float:none!important;
  margin-top:10px;
  background: url(../img/svg/collapse-plus.svg) no-repeat!important;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  position: absolute;
  top:110px;
  left:165px;
}
.tech-layer-mobile3 .collapsible:after {
  color: transparent;
  font-size:60px;
  float:none!important;
  margin-top:10px;
  background: url(../img/svg/collapse-plus.svg) no-repeat!important;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  position: absolute;
  top:110px;
  left:165px;
}

.tech .collapsible.active:after {
  float:none!important;
  background: url(../img/svg/collapse-minus.svg) no-repeat!important;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.tech .collapsible-container button{
  background: transparent;
}

.tech .content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.tech .content p{
  text-transform: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0px 20px;
  padding-bottom: 30px;
}

.tech-layer-mobile1 .collapsible, .tech-layer-mobile2 .collapsible, .tech-layer-mobile3 .collapsible{
  width: 360px;
  position: absolute;
  margin:auto;
  left:0;
  right:0;
}
/* ----------------------------------------------------------------
     [ End tech ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start roadmap ]
-----------------------------------------------------------------*/

.roadmap{
  background: #fff!important;
}
.roadmap-block{
  min-height: 470px;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
background: rgb(0,62,86);
background: -moz-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e56",endColorstr="#2a6981",GradientType=1);
}
.roadmap-block-mobile{
  padding: 20px;
  padding-top:30px;
  border-radius: 20px;
  margin-bottom: 20px;
  border-right: 75px solid rgba(42,105,129,.7);
background: rgb(0,62,86);
background: -moz-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
background: linear-gradient(0deg, rgba(0,62,86,1) 0%, rgba(42,105,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e56",endColorstr="#2a6981",GradientType=1);
}
.roadmap-block p{
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  padding-left:20px;
  line-height: 2.2;
}
.roadmap-block p:before{
  content:"\2713";
  display: inline-block;
  padding: 0 6px 0 0;
  margin-left:-20px;
  font-weight:bold;
  font-size:18px;
}
.roadmap-block-mobile p:before{
  content:"\2713";

  margin-right:10px;
  font-weight:bold;
  font-size:18px;
}

.roadmaplist-disactive{
  opacity: .5;
}
.roadmaplist-disactive p:before{
  content:"\25B2";
  font-size: 14px;
  opacity: .5;
}

.roadmap .collapsible {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  color: #fff;
  background: transparent;
}

.roadmap .collapsible:after {
  color: transparent;
  font-size:25px;
  position: absolute;
  top:60px;
  right:40px;
  background: url(../img/svg/collapse-plus.svg)no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 25px;
  height:25px;
}

.roadmap .collapsible.active:after {
  background: url(../img/svg/collapse-minus.svg)no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 25px;
  height:25px;
}

.roadmap .collapsible-container button{
  background: transparent;
}

.roadmap .content {
  padding: 0;
  padding-top: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.roadmap .content p{
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}

.roadmap-block-mobile .content p span{
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}

.roadmap-block-mobile h2{
  font-size: 40px!important;
}

/* ----------------------------------------------------------------
     [ End roadmap ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start partners ]
-----------------------------------------------------------------*/

.partners{
  background: #fff!important;
}
.partners-block{
  padding: 40px;
  max-width: 300px;
}
/* ----------------------------------------------------------------
     [ End partners ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start team ]
-----------------------------------------------------------------*/

.team{
  background: #E3F8F7!important;
}
.team-block{
  max-width: 700px;
  padding: 10px;
  overflow: hidden;
}
.team-title-block{
  width: 250px;
  padding: 15px 30px;
  background: rgba(0,43,62,.8);
  position: absolute;
  bottom: 25px;
}
.team-title-block{
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  font-size: 22px;
}
.team-title-block p{
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  font-size: 16px;
}
.team-title-block img{
  width: 18px;
  margin-left:10px;
  margin-top:-5px;
}

.team .team-block:hover {
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
          -webkit-transition: all .4s;
  transition: all .4s;
}

/* ----------------------------------------------------------------
     [ End team ]
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
     [ Start faq ]
-----------------------------------------------------------------*/

.faq{
  background: #E3F8F7!important;
}

.faq-block img{
  max-width: 300px;
  padding: 10px;
  margin: auto;    
  display: block;
}
.collapsible {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
  color: #002B3E;
}

.collapsible:hover {
  background: transparent;
}

.collapsible:after {
  content: '\002B';
  color:  #002B3E;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}

.collapsible.active:after {
  content: "\2212";
}


.collapsible:hover{
  background: transparent;
  text-decoration: none;
}
.collapsible:focus{
  outline:none;
}

.collapsible-container button{
  background: transparent;
}

.content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.content p{
  text-transform: none;
  color: #002B3E;
}


/* ----------------------------------------------------------------
     [ End faq ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start subscribe ]
-----------------------------------------------------------------*/

.subscribe{
  border-top:30px solid #2A7787;
  padding:20px;
  padding-bottom: 150px;
  padding-top: 60px;
}

.subscribe .container{
  width: 100%;
  max-width: 650px;
}

.inputfield{
  padding: 20px;
  height: 50px;
  border-radius: 50px;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"] {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #bbb;
  text-indent: 10px;
}

select{height: 32px;}
input[type="text"],
input[type="tel"],
input[type="email"] {
  font-size: 18px;
  font-weight: bold;
  line-height: 100%
}

select.invalid,
input[type="text"].invalid,
input[type="tel"].invalid,
input[type="email"].invalid {
  border: 1px solid red;
}



input[type=checkbox]
{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  padding: 7px;
}

.checkboxtext
{
  font-size: 110%;
  display: inline;
}

#checkbox {
  border: 0px;
  float: left;
  margin-right:10px;
}

.subscribe .butn{
  font-size: 19px;
  text-align: center;
  min-width: 200px;
  float:right;
}

/* ----------------------------------------------------------------
     [ End subscribe ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start Contact ]
-----------------------------------------------------------------*/

.contact{
  background: #ffffff!important;
  color: #002B3E;
  font-family: 'Staatliches', cursive;
}

.contact-block{
  font-size: 16px;
}

.contact .nav-link{
  padding: 0.2rem 0.2rem;
}
.contact .sosmed{
  padding: 0.5rem 0.2rem;
  font-size: 14px;
}
.quiztoken-tetra-container{
  margin:0 auto;
  text-align: center;
  font-size: 50px;
}
.quiztoken-tetra-container p{
  font-size: 30px;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
  color: #2995B4;
  line-height: 100%;
}
.quiztoken-tetra{
  width: 100px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
 	 [ Responsive ]
-----------------------------------------------------------------*/
.mb-all50 {
  margin-bottom: 50px;
}

.mb-all30 {
  margin-bottom: 30px;
}

.mb-all0 {
  margin-bottom: 0;
}

.relative-right{
  position: relative;
  min-height:400px;
}
.absolute-right{
  position:absolute;
  right:0;
  padding: 20px;
  bottom: 40px;
}
.relative-left{
  position: relative;
  min-height:270px;
}
.absolute-left{
  position:absolute;
  left:0;
  padding: 20px;
  /*bottom: 40px;*/
}


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

@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }
  .logo{
    width: 130px;
  }
  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    /*max-height: 340px;*/
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  /*.nav-scroll {
    padding-top: 30px;
  }*/
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-toggler {
    margin-right: 15px;
  }
  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #137bc8 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .feat-item.active .text-center {
    padding-top: 50px;
    margin-top: 0;
  }

  .tabs-section .tab-content .image {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin: 50px 0 0;
  }

  .process .item img {
    display: none;
  }

  .process .item.odd {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .tabs-section .nav-pills .nav-link {
    padding: 12px 0;
  }

  .tabs-section .nav-pills .nav-item {
    width: 33.33333%;
    text-align: center;
  }

  .works .filtering .filter {
    padding: 0;
  }

  .works .filtering span {
    margin: 0;
  }

  .call-action h2 {
    font-size: 25px;
    font-weight: 500;
  }

  .call-action h5 {
    font-size: 20px;
    font-weight: 300;
  }

  .section-padding-mobile{
    padding: 10px 0!important;
  }

  .header-title{
    font-size: 50px;
  }

  .hero .col-sm-2, .hero .col-sm-1{
    width: auto!important;
  }

  .tetra1{
    margin-top:-130px;
  }
  .tetra-block2{
    max-width: 200px;
  }

  .curve.curve-light-b:after{
    border-bottom: 100px solid #ffffff;
  }

  .curve.curve-light-t:before {
    border-top: 100px solid #ffffff;
  }

  .quizcom{
    padding-top: 120px;
  }
  
  .chestimg{
    width: 140px;
  }

  .tokenomics-diagram{
    display: block;
  }
  .tokenomics-container{
    display: none;
  }
  .hover-box{
    left:5px;
  }
  .subscribe .butn{
    float:left;
    margin-top:10px;
  }
  .relative-right{
    position: relative;
    min-height:40px;
  }
  .tech-header{
    padding-top: 80px;
  }
  .tech-line{
    display: none;
  }
  .tech-info{
    text-align: center!important;
  }

  .contact-block{
    margin-top:50px;
  }

}

@media screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
  .tokenomics-diagram{
    display: none;
  }
  .tokenomics-container{
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 14px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }

  .works .filtering span {
    padding: 5px 15px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
