@font-face {
    font-family: 'Nebulosa';
    src: url("../fonts/NebulosaBlack.otf");
    font-weight: 900;
    font-style: normal;
}

html {
    font-family: "Baloo 2", sans-serif;
    /*font-weight: 900;*/
    font-size: 14px;
    color: #ffffff;
    background-color: #020413;
    text-align: center;
    text-transform: uppercase;
}

.section-top {
    background: url(../images/newg.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
}

    .section-top::before {
        content: "";
        height: 100%;
        width: 100%;
        background: #000000d6;
        position: absolute;
        top: 0;
        left: 0;

    }

body {
    margin: 0;
    /*background: url(../images/bg-body.svg) center repeat;*/
    background-size: 100% auto;
    background-attachment: fixed;
}

h2 {
    font-size: 46px;
    margin: 0 0 35px;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
}

h3 {
    font-size: 26px;
    margin: 0 0 20px;
    color: #d1ffff;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
}
.d-none{
    display:block;
}
p {
    margin: 0 0 25px;
}

a {
    color: #910098;
}

.section {
    padding: 30px 0 30px;
    overflow: hidden;
}

    .section.bg-hidden {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

.section-top {
    position: relative;
    padding: 160px 0 20px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

    .section-top .top-logo {
        z-index: 1;
        position: absolute;
        display: block;
        max-width: 100%;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
    }

@media(max-width:1500px) {
    .section-top .top-logo {
        top: 50px;
    }
}

@media(max-width:1250px) {
    .section-top .top-logo {
        top: 30px;
    }
}

@media(max-width:1000px) {
    .section-top .top-logo {
        top: 10px;
    }
}

@media(max-width:960px) {
    .section-top .top-logo {
        display: none;
    }
}

.section-top .top-heading {
    position: absolute;
    display: block;
    max-width: 100%;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 275px;
}


.section-top .top-heading-mobile {
    position: absolute;
    display: none;
    max-width: 100%;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.container {
    max-width: 640px;
    padding: 30px 30px 0px 30px;
    margin: 0 auto;
}

.counter-wrapper {
    width: 340px;
    height: 82px;
    margin: 0 auto 45px;
    box-sizing: border-box;
    border: 5px solid #F208DA;
    background: #040107 !important;
    background: radial-gradient(#F208DA, #040107) !important;
    line-height: 70px;
    font-size: 30px;
    color: #ffffff !important;
    white-space: nowrap;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
    background: transparent;
    font-family: "Wallpoet", monospace;
    padding: 0 0.2em;
    line-height: 70px;
    color: inherit;
    font-size: 32px;
    margin-top: -5px;
}

.menu {
    display: flex !important;
    
    justify-content: center;
    align-items: center;
    gap:3px;
}

    .menu > * {
        margin-right: 25px;
    }

        .menu > *:last-child {
            margin-right: 0;
        }

.button {
    font-family: Nebulosa, sans-serif;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 4px 0px;
    margin: 0 auto 25px;
    background-color: transparent;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .button:focus {
        outline: none;
    }

    .button .button-content {
        font-size: 14px;
        position: relative;
        /*margin: 0 20px;*/
        /*background-color: #7100ff;*/
        height: 100%;
        padding: 4px 4px;
        background: #6c00b2;
        font-family: "Baloo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        border-radius: 3px;
    }
.panel.panel-join-controls .button .button-content {
    position: relative;
    /* margin: 0 20px; */
    /* background-color: #7100ff; */
    height: 80%;
    line-height: 70px;
    background: #250639;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    border-radius: 3px;
    width: 7rem;
}
    /*.button .button-content::before {
      position: absolute;
      left: -20px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 20px 35px 0;
      border-color: transparent #7100ff transparent transparent;
      content: ''; }
    .button .button-content::after {
      position: absolute;
      right: -20px;
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 35px 0 35px 20px;
      border-color: transparent transparent transparent #7100ff;
      content: ''; }*/
    .button .button-image {
        display: none;
        position: absolute;
        top: 3px;
        left: 6px;
        bottom: 3px;
        right: 6px;
    }

        .button .button-image img {
            width: 100%;
            height: 100%;
        }

.panel-join {
    position: relative;
    padding: 0 125px 0 135px;
    margin-bottom: 30px;
    max-width: 100%;
}

/*.panel-join-background {
  position: absolute;
  top: -130px;
  left: 0;
  right: 0; }
  .panel-join-background .mobile {
    display: none; }*/

.panel-join-display {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #02012D;
    padding: 10px 15px;
    line-height: 1;
    font-size: 26px;
    margin-bottom: 30px;
    background-color: #02012D;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    border-radius: 6px;
}

.panel-join-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .panel-join-values a {
        text-align: center;
        white-space: nowrap;
        width: 30%;
        position: relative;
        display: block;
        color: #ffffff;
        text-decoration: none;
        padding: 10px 15px;
        margin-bottom: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
        background-color: #421781;
        overflow: visible;
        font-size: 14px;
        line-height: 1;
        cursor: pointer;
    }

        .panel-join-values a::before {
            position: absolute;
            display: block;
            top: 2px;
            left: 3px;
            width: calc(100% - 6px);
            height: calc(100% - 4px);
            content: '';
            clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
            background-color: #5d2bd2;
            z-index: -1;
            transition: all 0.5s;
        }

        .panel-join-values a:hover::before, .panel-join-values a.active::before {
        }

.panel-join-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.buttons {
    background: red;
    color: rgb(255, 255, 255);
    border: none;
    border-radius: 4px;
    padding: 6px 16px;
    font-weight: 700;
    font-family: "Baloo 2", sans-serif;
    text-transform: uppercase;
}
    .buttons.green {
        background: green;
    }
    .panel-join-controls .button {
        /*width: 150px;
        height: 50px;*/
        font-size: 16px;
        margin: 0 0 20px;
    }

        .panel-join-controls .button .button-content {
            line-height: 50px;
            margin: 0 10px;
        }

        .panel-join-controls .button:last-child .button-content {
        }

            .panel-join-controls .button:last-child .button-content::before {
                position: absolute;
                left: -14px;
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 26px 14px 25px 0;
                border-color: transparent #ff0000 transparent transparent;
                /*content: '';*/
            }

            .panel-join-controls .button:last-child .button-content::after {
                position: absolute;
                right: -14px;
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 26px 0 25px 14px;
                border-color: transparent transparent transparent #ff0000;
                /*content: '';*/
            }

        .panel-join-controls .button .button-image {
            top: 3px;
            left: 2px;
            right: 2px;
            bottom: 3px;
        }

.container h2.join {
    top: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    font-family: "Baloo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
}

.panel-info-small {
    padding: 25px;
    background-color: #001825;
}

    .panel-info-small > p {
        text-transform: none;
    }

        .panel-info-small > p:last-child {
            margin-bottom: 0;
        }

.panel-info {
    position: relative;
    z-index: 1;
    background-color: #262650e0;
    background: url("../images/earning-bg.svg") no-repeat center top / 100%;
    background-size: cover;
    padding: 75px 60px 45px 75px;
    margin: 0 auto 50px;
    text-align: left;
    max-width: 100%;
    /*min-height: 465px;*/
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid hsl(217 33% 18% / 3);
}
.card {
    background: rgb(178 223 219);
    color:black;
}
    /*.panel-info:before {
        z-index: -1;
        position: absolute;
        left: 0;
        right: 0;
        top: -32px;
        content: '';
        height: 122px;
        background: url("../images/bg-info_top.svg") no-repeat center top;
    }*/

    .panel-info:after {
        z-index: -1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        content: '';
        height: 94px;
        background: url("../images/bg-info_bottom.svg") no-repeat center bottom;
    }

    .panel-info:last-child {
        margin-bottom: 0;
    }

.panel-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}

    .panel-info-item a {
        text-transform: none;
        color: #fff;
    }

    .panel-info-item:last-child {
        margin-bottom: 0;
    }

.btn {
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #008000;
    /*background: linear-gradient(180deg, #F208DA 0%, #910098 100%);
    box-shadow: 0px 4px 4px #672060, inset 0px 1px 0px #FF67EF;*/
    border-radius: 3px;
}

.panel-info-item .ether-value {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.panel-info-item > *:first-child {
    text-transform: capitalize;
}

.footer-content {
    padding: 30px 20px 0;
    height: 150px;
}

    .footer-content a {
        display: inline-block !important;
        width: auto;
        text-decoration: none;
        padding: 10px 30px;
        margin: 5px 10px;
    }

.copyright {
    /*font-family: Myriad Pro;*/
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}
.d-flex{
    display:flex;
}
.mr-2{
    margin-right:4px;
}
.page {
    max-width: 800px;
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    margin: 0 auto;
    text-transform: none;
    text-align: justify;
    padding: 20px 30px;
    font: 15px/1.4 Roboto, sans-serif;
}

    .page h3 {
        margin: 0 0 20px;
        color: #fff;
        font-weight: normal;
    }

.i-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow: auto;
    z-index: 10000;
    padding: 0;
    font: 15px/1.4 Roboto, sans-serif;
}

.i-modal__wrap {
    position: relative;
    cursor: default;
    max-width: 600px;
    margin: 40px auto;
    background: #fff;
    border-radius: 5px;
}

.i-modal__close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 20;
    opacity: 0.7;
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px; /* padding:20px; background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+Y2xvc2U8L3RpdGxlPjxnIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xIDFsMTIgMTJNMTMgMUwxIDEzIi8+PC9nPjwvc3ZnPg==) center center no-repeat;*/
}

    .i-modal__close:hover {
        opacity: 1;
    }

.i-modal__body {
    padding: 20px;
    background: #001825; /*url("../images/bg.jpg") no-repeat center center / cover;*/
}

.i-modal__title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.i-modal__text {
    font-size: 16px;
    color: #fff;
}

    .i-modal__text a {
        text-decoration: underline;
        color: #fff !important;
    }

.header {
    background: rgba(0, 0, 0);
    text-align: left;
    text-transform: none;
    font: 15px / 1.4 Roboto, sans-serif;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.z-10{
    z-index:999;
}
.header__wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.header__grow {
    flex-grow: 1;
}

.header__item {
    padding: 5px 20px 5px;
}

.header__label {
    color: #fff;
}

.header__value {
}

.lang {
    position: relative;
    cursor: default;
}

    .lang div {
        padding: 3px 0 10px;
    }

    .lang ul {
        padding: 3px 0px;
        margin: 0 0 0 -15px;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(0,0,0,0.4);
        list-style: none;
        z-index: 999;
        border-radius: 3px;
        display: none;
    }

    .lang:hover ul {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .lang li {
        display: block;
        white-space: nowrap;
    }

    .lang a {
        display: block;
        padding: 5px 25px 5px 15px;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

        .lang a:hover {
            background: rgba(0,0,0,0.2);
        }

    .lang img {
        width: 20px;
        margin: 0 8px 0 0;
        position: relative;
        top: 3px;
    }
@media(min-width:651px) {
    .button .button-content {
        padding: 4px 18px;
    }


}

    @media(max-width:650px) {
        .header__wrap {
            justify-content: center;
            text-align: center;
        }

        
        .header__grow {
            display: none;
        }

        .header__item:first-child {
            display: none;
        }

        .section-top .top-logo {
            max-height: 30px;
            top: 15px;
        }
    }

    @media (max-width: 1599px) {
        .section-top {
            padding: 200px 0 25px;
        }
    }

    @media (max-width: 1199px) {
        .section-top {
            padding: 250px 0 25px;
        }
    }

    @media (max-width: 959px) {
        .section-top {
            padding: 200px 0 25px;
        }

            .section-top .top-heading {
                display: none;
            }

            .section-top .top-heading-mobile {
                display: block;
                width: 160px;
            }

        .footer-content {
            height: 130px;
        }


        .menu {
            display: block;
        }

            .menu > * {
                margin-right: 0;
            }
    }

    @media (max-width: 767px) {
        .section {
            padding: 50px 0 30px;
        }

        .section-top {
            padding: 160px 0 25px;
        }

        .container {
            max-width: 610px;
        }

        .calc .container {
            padding: 0 5px;
        }

        .panel-join {
            padding: 43px 110px 0 120px;
        }

        .panel-join-values {
            margin-bottom: 30px;
        }

        .panel-info-item {
            font-size: 12px;
        }

        .footer-content {
            height: 100px;
        }
    }

    @media (max-width: 639px) {
        /*.logo {
        background: url(../images/bg-logo.svg) no-repeat center bottom / 90%;
    }*/
        .d-none {
            display: none;
        }

        html {
            font-size: 12px;
        }

        h2 {
            font-size: 42px;
            margin: 0 0 25px;
        }

        h3 {
            font-size: 18px;
            margin-bottom: 30px;
        }

        .section-top {
            padding: 40px 0 10px;
        }

        .section {
            padding: 10px 0 10px;
        }

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

        .calc .container {
            padding: 0 30px;
        }

        .panel-join {
            padding: 25px 20px;
            margin-right: auto;
            margin-left: auto;
            margin-bottom: 10px;
        }

        .panel-join-display {
            font-size: 22px;
        }

        .panel-join-values {
            margin-bottom: 5px;
        }

            .panel-join-values a {
                padding: 10px 5px;
                margin-bottom: 25px;
                font-size: 12px;
            }

        .panel-join-controls .button {
            /* width: 130px;
        height: 42px;*/
            font-size: 16px;
            margin: 0 0 20px;
        }

            .panel-join-controls .button .button-content {
                line-height: 35px;
                margin: 0 12px;
                height: 80%;
                width: 7rem;
            }

                .panel-join-controls .button .button-content::before {
                    left: -12px;
                    border-width: 22px 12px 22px 0;
                }

                .panel-join-controls .button .button-content::after {
                    right: -12px;
                    border-width: 22px 0 22px 12px;
                }

            .panel-join-controls .button .button-image {
                top: 3px;
                left: 6px;
                right: 6px;
                bottom: 3px;
            }

        .panel-info {
            margin-bottom: 30px;
            padding: 30px 30px 30px 40px;
        }

        /* .panel-info:last-child {
            margin-bottom: 30px;
        }*/

        .panel-info-item {
            font-family: Roboto, sans-serif;
            font-size: 12px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .panel-join-background {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

            .panel-join-background .desktop {
                display: none;
            }

            .panel-join-background .mobile {
                display: block;
                width: 100%;
                height: 95%;
            }

        .footer-content {
            background: none;
            height: auto;
            margin-bottom: 20px;
        }

        .copyright {
            font-size: 12px;
        }
    }

    @media (max-width: 424px) {
        html {
            font-size: 10px;
        }

        .i-hidden {
            display: none;
        }

        .i-visible {
            display: none;
        }

        h2 {
            font-size: 30px;
        }

        h3 {
            font-size: 16px;
        }

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

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

        .calc .container {
            padding: 0 10px;
        }

        .counter-wrapper {
            width: 260px;
            height: 60px;
            line-height: 50px;
        }

        .odometer.odometer-auto-theme, .odometer.odometer-theme-digital {
            line-height: 50px;
            font-size: 26px;
        }

        .panel-join-display {
            font-size: 22px;
        }

        .panel-join-values a {
            /*padding: 12px 6px;
      margin-bottom: 25px;*/
            font-size: 10px;
        }

        /*.panel-info {
      margin-bottom: 40px;
      padding: 30px; }

    .panel-info-item {
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .panel-info-item > *:first-child {
        width: 100%;
        margin-bottom: 5px;
        text-align: center; }
      .panel-info-item > *, .panel-info-item a {
        margin: auto;
        margin-right: auto; }

    .panel-join-controls .button:first-child {
      margin-right: 10px; }

    .panel-join-values {
      margin-bottom: 15px; }*/
    }

    @media (max-width: 480px) {
        .footer-content {
            flex-direction: column;
            display: flex;
        }

            .footer-content > * {
                margin: 5px 0 !important;
            }
    }

    .logo {
        padding: 10px 10px 16px 13px;
        /*background: url(../images/bg-logo.svg) no-repeat center bottom / 80%;*/
        margin-top: -170px;
    }

    .logo__wrap {
        height: 236px;
        /*background: url(../images/d/bg-logo-wrap.svg) no-repeat center bottom / 100%;*/
        position: relative;
        z-index: -1;
    }

    .i-flex-middle {
        align-items: center;
    }

    .i-flex-center {
        justify-content: center;
    }

    .i-flex {
        display: flex;
    }
    /*# sourceMappingURL=styles.css.map */

    .tele-icon {
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        z-index: 99;
        animation: blink 1s infinite;
    }

    @keyframes blink {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }
    }

    .fall-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
        z-index: 99;
    }

    .falling-icon {
        position: absolute;
        top: -50px;
        animation: fall linear forwards;
    }

        .falling-icon img {
            width: 30px;
            height: 30px;
            opacity: 0.9;
            pointer-events: none;
        }

    @keyframes fall {
        0% {
            transform: translateY(-50px) rotate(0deg);
            opacity: 1;
        }

        100% {
            transform: translateY(100vh) rotate(360deg);
            opacity: 0;
        }
    }

    .skiptranslate {
        display: none;
    }