body {
    font-family: 'KoHo';
}
header {
    position: relative;
}
a {
    cursor: pointer;
}
#services {
    position: relative;
    color: white;
}
.no-padding {
    padding: 0;
}
.logo-container {
    text-align:center;
    margin-top:20px;
}
.logo {
    max-width: 400px;
    width: 100%;
}
.container {
    position: relative;
}
canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */
.particle-class {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at top, #e69326 0%, #df5715 100%);
}
.home-img img {
    width: 100%;
}
.timeline {
    min-width: 300px;
    max-width: 500px;
    margin: auto;
}
.timeline div {
    font-size: 1em;
    line-height: 1.75em;
    border-top: 3px solid;
    -o-border-image: linear-gradient(to right, #e69326 0%, #df5814 100%);
        border-image: linear-gradient(to right, #e69326 0%, #df5814 100%);
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #34435E;
}
.timeline div:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 7px;
    height: 2.25em;
    width: 2.25em;
    background-color: #e69426;
    text-align: center;
    line-height: 1.25em;
    color: #ffffff;
    font-size: 1em;
}
.timeline div:nth-child(odd) {
    border-right: 3px solid;
    border-left: 0;
    padding-left: 0;
}
.timeline div:nth-child(odd):before {
    left: 100%;
    margin-left: -20px;
}

.timeline div:nth-child(even) {
    border-left: 3px solid;
    border-right: 0;
    padding-right: 0;
}
.timeline div:nth-child(even):before {
    right: 100%;
    margin-right: -20px;
}
.timeline div:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.timeline div:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}
.footer {
    padding: 10px;
    font-size: 1.2rem;
}
.btn {
    border-radius: 40px;
    border: 0 none;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}
.style-2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}
.style-2 a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 8px 10px;
    letter-spacing: 1px;
    padding: 5px 25px;
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
}
.style-2 a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    box-shadow:none;
    outline:none;
}
.title {
    font-size: 2rem;
    display: block;
    font-weight: 500;
    line-height: 1.2;
}
.title-1 {
    font-size: 1.5rem;
    display: block;
    font-weight: 800;
    line-height: 1.2;
}

.scroll {
    text-align: center;
    /* position: absolute;
    bottom: 20px;
    left: 50%; */
    z-index: 999;
    /* display: inline-block; */
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
#scroll-down a {
    padding-top: 60px;
    position: relative;
    color: white;
    text-decoration: none;
}
#scroll-down a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
#scroll-down a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
}
100% {
    opacity: 0;
}
}
@keyframes sdb10 {
0% {
    transform: translate(0, 0);
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    transform: translate(0, 20px);
    opacity: 0;
}
100% {
    opacity: 0;
}
}

.socials a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px 15px 15px 0px;
    letter-spacing: 1px;
    padding: 5px 25px;
    position: relative;
    display: inline-block;
    border: 2px solid #190f3d;
    border-radius: 50px;
    color: #190f3d;
}
.round {
    border-radius: 10px;
    background: #fff;
    padding: 20px 50px;
    text-align: center;
    margin: 20px;
}
.round img {
    max-width: 120px;
    width: 100%;
}
.round p {
    color: black;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 10px;
}
.countdown-section {
    text-align: center;
    margin-top: 20px;
}
.countdown-section ul {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
}
.countdown-section ul li {
    display: inline-block;
    /* margin-right: 1.rem; */
    width: 4rem;
}
.timenumbers {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
}
p.timedescription {
    font-size: 1.1rem;
    font-variant: small-caps;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
}

/*------------------------------------------------------------------
    [ Button ]*/
.second-btn {
    margin-left:30px;
}
.container-form-btn {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #3ba6eb !important;
    background: -webkit-linear-gradient(left, #00dbde, #3ba6eb, #00dbde, #3ba6eb) !important;
    background: -o-linear-gradient(left, #00dbde, #3ba6eb, #00dbde, #3ba6eb) !important;
    background: -moz-linear-gradient(left, #00dbde, #3ba6eb, #00dbde, #3ba6eb) !important;
    background: linear-gradient(left, #00dbde, #3ba6eb, #00dbde, #3ba6eb) !important;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form-btn span {
    margin-bottom: 5px;
}
.form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
.wrap-form-btn:hover .form-bgbtn {
    left: 0;
}

.container-form-btn-1 {
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 13px;
}

.wrap-form-btn-1 {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.form-bgbtn-1 {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #3ba6eb !important;
    background: -webkit-linear-gradient(left, #e69426, #df5815, #e69426, #df5815) !important;
    background: -o-linear-gradient(left, #e69426, #df5815, #e69426, #df5815) !important;
    background: -moz-linear-gradient(left, #e69426, #df5815, #e69426, #df5815) !important;
    background: linear-gradient(left, #e69426, #df5815, #e69426, #df5815) !important;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form-btn-1 span {
    margin-bottom: 5px;
}
.form-btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
.wrap-form-btn-1:hover .form-bgbtn-1 {
    left: 0;
}

.coming-soon {
    color: #e6dbae;
    font-size: 0.8rem;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    text-align: center;
}

.roadmap-img {
    position: relative;
}
.img-1 img {
    width: 100%;
    max-width: 300px;
    margin-top: 100px;
}
.img-2 {
    position: absolute;
    top: 200px;
    left: 22%;
    margin-bottom: 400px;
}
.img-2 img {
    width: 100%;
    max-width: 180px;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .scroll {
        margin-top: 100px;
    }
    .roadmap-img {
        display: none;
    }
}

@media (max-width: 423px) {
    .container-form-btn {
        width: 100%;
        margin: 0;
    }
    .second-btn {
        margin-left:0px;
    }
}

.frame-airdrop {
    z-index: 10;
}
.scroll {
    margin-top: 120px;
}
::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
}

:-ms-input-placeholder {  
    text-align: center; 
}
input {
    text-align: center;
}
.frame-airdrop {
    border-radius: 20px;
    background: #fff;
    padding: 40px 10px;
    text-align: center;
    position: relative;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
}

#progressbar li {
    list-style-type: none;
    color: #efc143;
    text-transform: uppercase;
    font-size: 12px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 34px;
    height: 34px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #efc143;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #efc143;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.form input, .form textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

.form label {
    color: black;
    letter-spacing: 0.2rem;
}

.form p {
    color: #2C3E50;
    font-size: 12px;
}
.form a {
    color: #2C3E50;
    font-size: 1em;
    text-decoration: none;
    padding: 5px 25px;
    border: 2px solid #2C3E50;
    border-radius: 40px;
}
.inline-button {
    display: inline-block;
}
.ends-in {
    color: #2C3E50;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    text-align: center;
}
.flipdown {
    margin-top: 15px;
    margin-bottom: 35px;
    display: inline-block;
}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-top: 2em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list label{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    color: #2C3E50;
    text-align: left;
    transition: all .3s ease-out;
    font-size: 0.8em;
}
.rectangle-list label:before{
    content: counter(li);
    color: #fff;
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #2C3E50;
    height: 2.3em;
    width: 2em;
    line-height: 2.2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list label:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list label:hover:after{
    left: -.5em;
    border-left-color: #efc143;
}
#refferal, #bep20 {
    font-size: 1em;
}
#token {
    color:red;
    font-size: 1em;
}
.connect-wallet-container {
    position: absolute;
    right:0;
    top:0;
    margin-top:-40px;
    margin-right:10px;
}
.connect-wallet-container a {
    text-decoration:none;
}
.connect-wallet-link {
    font-weight: 500;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 25px;
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 40px;
}
.generate-link {
    display:block;
}
#url {
    color: red;
}
button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.frame-staging {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    text-align: center;
    position: relative;
}

.column-style {
    border-radius: 20px;
    box-shadow: rgb(25 19 38 / 15%) 0px 1px 20px;
    width: 100%;
    padding: 25px;
    min-height: 320px;
}

.column-style p {
    color: #e69426;
}

.column-style-content {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.content-1 {
    position: relative;
    max-width: 65px;
    max-height: 65px;
}

.content-1 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.content-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.content-2-frame {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.content-2-core {
    -webkit-box-align: center;
    align-items: center;
    border-radius: 16px;
    display: inline-flex;
    font-weight: 400;
    white-space: nowrap;
    padding: 0px 8px;
    font-size: 10px;
    color: #3ba6eb;
    background: transparent;
    border: 2px solid #3ba6eb;
}

.content-2-result {
    margin-left: 10px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 16px;
    color: rgb(255, 255, 255);
    display: inline-flex;
    font-weight: 400;
    white-space: nowrap;
    padding: 0px 8px;
    font-size: 10px;
    background-color: rgb(118, 69, 217);
}
.content-margin {
    margin-top: 15px;
}

.content-button {
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    border-radius: 16px;
    box-shadow: rgb(14 14 44 / 40%) 0px -1px 0px 0px inset;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 0.03em;
    line-height: 1;
    opacity: 1;
    outline: 0px;
    transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
    height: 48px;
    padding: 0px 24px;
    background-color: rgb(233, 234, 235);
    color: rgb(189, 194, 196);
    width: 100%;
    margin-top: 10px;
}