/* Token page section style */
.yt-section.yt-token-intro {
    background-image   : url(../images/token-bg.png);
    background-repeat  : no-repeat;
    background-size    : contain;
    background-position: top;
    padding-bottom: 100px;
}

.section-textwrap {
    width: 50%;
}

#yt-token-intro .section-textwrap {
    padding-right: 80px;
}

#yt-token-intro .section-textwrap h1 {
    font-size: 20px;
}

.yt-token-intro .section-textwrap h1 {
    font-weight: 600;
}

.yt-token-intro .section-textwrap h1 span {
    color: #f0c231;
}

.yt-token-intro .section-textwrap p {
    font-size: 18px;
}

.yt-tokencount-wrap {
    width: 50%;
}

.yt-token-intro .section-textwrap h1 strong {
    font-size: 52px;
}

.yt-tokencount-holder h2 {
    font-size  : 150px;
    text-align : center;
    line-height: 140px;
    text-shadow: 0 0 5px rgba(240, 194, 48, 0.1), 0 0 20px rgba(240, 194, 48, 0.15);
}

.yt-tokencount-holder h3 {
    font-size     : 48px;
    text-align    : center;
    color         : #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight   : 600;

    text-shadow: 0 0 5px rgba(256, 256, 256, 0.1), 0 0 20px rgba(256, 256, 256, 0.15);
}

.yt-tokenbar-wrap {
    width         : 480px;
    margin        : 0 auto;
    text-align    : center;
    padding-bottom: 150px;
}

.yt-tokenbar-holder {}

.yt-tokenbar {
    width        : 100%;
    margin-bottom: 10px;
    position     : relative;
}

.yt-tokenbar-fill {
    background-color: #999;
    position        : relative;
    height          : 24px;
    width           : 100%;
    z-index         : 3;
    border-radius   : 16px;
}

.yt-tokenbar-fill.active {
    width: 100%;
}

.yt-tokenbar {
    display: flex;
}

.yt-tokenbar-holder .yt-tokenbar p {
    margin   : 0;
    padding  : 0 10px;
    font-size: 14px;
    color    : #fff;
}

.yt-tokenbar-fill::before {
    width                    : 20%;
    height                   : 100%;
    position                 : absolute;
    left                     : 0;
    top                      : 0;
    content                  : '';
    background-color         : #f0c231;
    border-top-left-radius   : 16px;
    border-bottom-left-radius: 16px;
}

.yt-tokenbar h3 {
    font-size     : 36px;
    text-transform: uppercase;
    font-weight   : 900;
    line-height   : 60px;
    color         : #101010;
    position      : relative;
    z-index       : 4;
}

.yt-tokenbar-holder p {
    letter-spacing: 1px;
    line-height   : 24px;
    text-align    : center;
    font-size     : 13px;
    max-width     : 320px;
    margin        : 0 auto;
    color         : #999;
}

.yt-sectionholder.yt-token-economy {
    padding-bottom: 120px;
}

.yt-token-economy .section-animagwrap {
    width: 50%;
}

.yt-token-economy .section-animageholder {
    padding-right: 10%;
}

.yt-token-economy .section-textwrap {
    padding-left : 5%;
    width        : 50%;
    padding-right: 0;
}

.yt-token-economy .section-textwrap h2 {
    color        : #fff;
    margin-bottom: 30px;
}

.yt-token-economy .section-textwrap h2 span {
    color: #f0c231;
}

.yt-token-economy ol {
    list-style   : none;
    flex-wrap    : wrap;
    color        : #fff;
    font-size    : 20px;
    counter-reset: my-counter;
}

.yt-token-economy li {
    counter-increment: my-counter;
    display          : flex;
    align-items      : center;
    margin-bottom    : 18px;
    line-height      : 26px;
}

.yt-token-economy li::before {
    content     : counter(my-counter);
    font-weight : bold;
    font-size   : 60px;
    margin-right: 24px;
    color       : #272727;
    line-height : 1;
}

.section-textwrap.mid {
    width     : 560px;
    margin    : 0 auto;
    text-align: center;
    padding   : 80px 0 100px;
}

.yt-functionalities .section-textwrap h2 {
    color: #f0c231;
}

.yt-functionality-wrap {
    padding: 20px 20px 100px;
    height : 100%;
    display: flex;
}

.yt-functionality {
    color        : #fff;
    border       : 1px solid rgba(256, 256, 256, 0.3);
    border-radius: 6px;
    padding      : 30px;
    margin-bottom: 80px;
}

.yt-functionality p {
    line-height: 24px;
    margin     : 0;
    font-size  : 19px;
}

.token-dist-wrap {
    padding-top: 20px;
}

.token-dist-icon img {
    width: 28px;
}

.token-dist-infoblock {
    display: flex;
}

.token-dist-info {
    padding-left: 8px;
}

.token-dist-info h5 {
    color      : #f0c231;
    font-size  : 18px;
    margin     : 0;
    padding-top: 4px;
}

.yt-token-intro .token-dist-info p {
    font-size: 16px;
}

.token-audit-wrap {
    margin-top: 10px;
}

.yt-token-intro .token-audit-wrap p {
    font-size: 14px;
    margin   : 0;
    width    : 100%;
}

.token-audit-wrap a {
    margin       : 0 10px;
    color        : #f0c231;
    padding      : 8px 14px 10px;
    border       : 1px solid #f0c231;
    border-radius: 6px;
}

.token-audit-wrap a img {
    width: 16px;
    margin-right: 5px;
}

#timr {
    display: flex;
}

#timr .wrapper {
    position: relative;
}

#timr .time {
    background-color: #f0c231;
    width           : 100%;
    display         : block;
    padding         : 14px 0 30px;
    border-radius   : 10px;
    text-align      : center;
    font-size       : 52px;
    font-weight     : 600;
}

#timr .label {
    background-color: #fff;
    padding         : 10px;
    border-radius   : 10px;
    text-align      : center;
    position        : relative;
    margin          : 0 auto;
    display         : table;
    top             : -20px;
}

.yt-tokenbar-holder a {
    max-width      : 260px;
    margin         : 20px auto 10px;
    padding        : 10px;
    border-radius  : 10px;
    display        : flex;
    justify-content: center;
    color          : #000;
    font-weight    : 600;
}

.yt-tokenbar-holder a img {
    padding-left: 20px;
    width       : 46px;
    height      : 100%;
}

.yt-token-graph-wrap {}

.yt-token-graph-title {}

.yt-token-graph-title h3 {
    color: #fff;
font-size: 18px;
margin-bottom: 50px;
margin-left: 20px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
position: relative;
padding-bottom: 5px;
}
.yt-token-graph-title h3::before {
    position: absolute;
content: '';
height: 2px;
width: 20%;
background-color: #f0c231;
bottom: 0;
}
.yt-token-graph-block {}
.yt-token-chart{}
.yt-token-chart img{
    width: 100%;
}
.yt-token-graph-block ul{
    margin-top: 30px;
}
.yt-token-graph-block li{
    display: flex;
align-items: first baseline;
margin-bottom: 15px;
color: #fff;
padding-left: 15px;
}
.yt-token-graph-block li span {
    position: relative;
    width: 10px;
    box-sizing: content-box;
    border-width: 10px 5px 0;
border-style: solid;
border-color: #767676 transparent;
display: block;
margin-right: 10px;
  }
  .yt-token-graph-block li span::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -20px;
left: -5px;
border-width: 0 10px 10px;
border-style: solid;
border-color: transparent transparent #767676;
  }
  .yt-token-graph-block li span.token-chart-col2{
    border-color: #ffe56a transparent;
  }
  .yt-token-graph-block li span.token-chart-col2::before{
    border-color: transparent transparent #ffe56a;
  }
  .yt-token-graph-block li span.token-chart-col3{
    border-color: #ffae04 transparent;
  }
  .yt-token-graph-block li span.token-chart-col3::before{
    border-color: transparent transparent #ffae04;
  }
  .yt-token-graph-block li span.token-chart-col4{
    border-color: #b77d04 transparent;
  }
  .yt-token-graph-block li span.token-chart-col4::before{
    border-color: transparent transparent #b77d04;
  }
  .yt-token-graph-block li span.token-chart-col5{
    border-color: #d1d1d1 transparent;
  }
  .yt-token-graph-block li span.token-chart-col5::before{
    border-color: transparent transparent #d1d1d1;
  }
  .yt-token-graph-block li span.token-chart-col6{
    border-color: #eee transparent;
  }
  .yt-token-graph-block li span.token-chart-col6::before{
    border-color: transparent transparent #eee;
  }

  .yt-section.yt-roadmap{
    background-color: #f0c231;
  }
  .yt-section.yt-roadmap .section-textwrap p{
    font-size: 18px;
    color: #101010;
  }
  .yt-section.yt-roadmap .section-textwrap .subtext{
      color: #fff;
      font-weight: 600;
      margin: 0;
  }
  .yt-roadmap-wrap{
    margin-bottom: 100px;
  }
  .yt-roadmap-wrap h3{
    color: #fff;
text-align: center;
font-size: 18px;
font-weight: 600;
letter-spacing: 1px;
margin-top: 30px;
  }
  .yt-roadmap-wrap .row .col-6:first-child{
    border-right: 6px dashed #fff;
  }
  .yt-roadmap-leftblock{}
  .yt-roadmap-rightblock{}
  .yt-roadmap-leftblock ul{
    padding-right: 80px;
  }
  .yt-roadmap-leftblock li{
      position: relative;
      display: flex;
      justify-content: end;
margin-bottom: 120px;
top: -20px;
  }
  .yt-roadmap-leftblock li::before{
    position: absolute;
content: '';
border-top: 6px dashed;
width: 90px;
height: 6px;
right: -90px;
top: calc(50% - 4px);
border-color: #544a2c;
  }
  .yt-roadmap-leftblock li::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f0c231;
    right: -108px;
    border: 5px solid #fff;
    border-radius: 20px;
    top: calc(50% - 12px);
  }
  .yt-roadmap-leftblock li:last-child{
      margin-bottom: 30px;
  }
  .yt-roadmap-leftblock li .roadmap-desc{
    background-color: #f5d46f;
color: #333;
padding: 15px;
margin: 0;
display: block;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
text-align: right;
max-width: 300px;
  }
  .yt-roadmap-leftblock li .roadmap-year{
    background-color: #544a2c;
    color: #fff;
    padding: 15px;
    margin: 0;
    position: relative;
    display: block;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 94px;
    font-weight: 600;
font-size: 18px;
text-align: center;
  }

  .yt-roadmap-rightblock ul{
    padding-left: 80px;
  }
  .yt-roadmap-rightblock li{
      position: relative;
      display: flex;
      justify-content: end;
margin-top: 120px;
top: -60px;
  }
  .yt-roadmap-rightblock li::before{
    position: absolute;
content: '';
border-top: 6px dashed;
width: 90px;
height: 6px;
left: -90px;
top: calc(50% - 4px);
border-color: #544a2c;
  }
  .yt-roadmap-rightblock li::after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f0c231;
    left: -108px;
    border: 5px solid #fff;
    border-radius: 20px;
    top: calc(50% - 12px);
  }
  .yt-roadmap-rightblock li .roadmap-desc{
    background-color: #f5d46f;
color: #333;
padding: 15px;
margin: 0;
display: block;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
text-align: left;
max-width: 300px;
  }
  .yt-roadmap-rightblock li .roadmap-year{
    background-color: #544a2c;
    color: #fff;
    padding: 15px;
    margin: 0;
    position: relative;
    display: block;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    min-width: 94px;
    font-weight: 600;
font-size: 18px;
text-align: center;
  }

  @media screen and (max-width: 1000px){
    #yt-token-intro .section-textwrap {
        padding-right: 30px;
    }
  }

  @media screen and (max-width: 992px){
    .yt-sectionholder{
        display: block;
    }
    #yt-token-info.yt-sectionholder{
        display: flex;
        align-items: baseline;
    }
    #yt-token-intro .section-textwrap, #yt-token-intro .yt-tokencount-wrap{
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .yt-section.yt-roadmap .yt-sectionwrap {
        padding: 0 20px;
    }
    .yt-roadmap-leftblock ul {
        padding-right: 30px;
    }
    .yt-roadmap-leftblock li::before{
        right: -40px;
        width: 40px;
    }
    .yt-roadmap-leftblock li::after{
        right: -58px;
    }
    .yt-roadmap-rightblock ul {
        padding-left: 30px;
    }
    .yt-roadmap-rightblock li::before{
        left: -40px;
        width: 40px;
    }
    .yt-roadmap-rightblock li::after{
        left: -58px;
    }
    .yt-roadmap-leftblock li .roadmap-desc, .yt-roadmap-rightblock li .roadmap-desc, .yt-roadmap-leftblock li .roadmap-year, .yt-roadmap-rightblock li .roadmap-year{
        padding: 10px;
    }
  }
  @media screen and (max-width: 420px){
    .token-audit-wrap a{
        clear: both;
        margin-bottom: 10px;
        float: right;
    }
  }