@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

body {

    line-height: 1.6;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    background-color: #000000;
    font-size: 15px;

    color: #fff;


}

.overflow_hidden {
    overflow: hidden;
}

#large-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important
}

canvas {

    width: 100%;
    height: 100vh !important;
}

p {

    line-height: 1.8;
    margin: 0 0 1rem;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
}

button,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none;
}

.padding {
    padding: 60px 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: "Outfit", sans-serif;
}


/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    background: #049eff;
    color: #fff;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

#scroll-to-top:hover {
    transform: scale(1.2);
}


/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 99;
    min-height: 70px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: #101010;
    padding: 10px 0;
}


.navbar .icon-bar {
    color: #fff;
    font-size: 25px;
}

.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #fff;
}

/* .nav-scroll {   background:#000;
       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);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
} */

.nav-scroll .icon-bar {
    color: #fff;
    margin-right: 15px;
}


.tgr {
    color: #049eff;
}

.ttu {
    text-transform: uppercase;
}

.about_img {
    position: relative;
}

.about_img::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 13px;
    left: -42px;
    right: 0;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
    margin: auto;
}

.about_img img {
    max-width: 450px;
}

span.copyicon {
    font-size: 60px;
    margin: 0 10px 0 0;
}

img.img-human.z-0 {
    z-index: 0;
    right: 0;
    bottom: 0;
    width: 600px;
}

img.img-human {
    position: absolute;
    right: 40px;
    bottom: 70px;
    z-index: 1;
    width: 550px;#imageModal .modal-body button.close {
        position: absolute;
        right: 20px;
        top: 10px;
    }
}

nav.navbar.navbar-expand-lg.fixed.nav-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/*------ width < 991px ------*/
.img_box h6 {
    display: flex;
}

.img_box h6 span {
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    background: #fff;
    padding: 3px 10px;
    color: #000;
    border-radius: 100px;
    margin: -2px 0 0 10px;
}

.dash_box input,
.dash_box select {
    height: auto !important;
}

/*radio custome*/
.question-radio [type="radio"]:checked,
.question-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.question-radio [type="radio"]:checked+label,
.question-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 13px;
    font-weight: normal;
}

.question-radio [type="radio"]:checked+label:before,
.question-radio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.question-radio [type="radio"]:checked+label:after,
.question-radio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #049eff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.question-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.question-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-label label {
    color: #fff !important;
}

.question-radio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 16px;
    gap: 10px;
}

.dash-question-one h3 {
    font-size: 22px;
    margin: 0 0 4px 0;
    display: inline-block;
}

.dash-question-one {
    background: #1e1e1e;
    padding: 18px 23px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.ques-head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 15px;
}

.ques-head h2 {
    font-size: 22px;
    margin: 0;
}

.table td a.btn.btn-sm {
    padding: 4px 10px;
    border: 0;
    display: inline-block;
}

button.open-sidebar {
    display: none;
}

button.close-sidebar {
    display: none;
}

.logo {
    height: 90px;
}

a.navbar-brand {
    padding: 0;
}

#home {
    position: relative;
    margin-top: 85px;
}

#home:after {
    content: "";
    background-image: url(../img/hero.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.text_full {
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(rgb(2, 2, 3) 0%, rgb(42, 26, 51) 100%, rgb(67, 37, 86) 100%);
    font-size: 300px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    top: -106px;
    z-index: -1;
}

.text_full img {
    border-radius: 100%;
    overflow: hidden;
    height: 450px;
    width: 450px;
    object-fit: cover;
    mix-blend-mode: multiply;
    mix-blend-mode: color-burn;
    opacity: 0.4;
}

#home .banner_content {
    min-height: 100vh;
    position: relative;
}

.home h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: 80px;
}

.home p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    opacity: 0.7;
}

.home .home-content a {
    z-index: 1;
    color: #fff;
}

.navbar .btn {
    border: 1px solid #049eff;
    background: #049eff;
    color: #fff;
}

.btn {
    background-color: #049eff;
    color: #fff;
    border-style: solid;
    padding: 12px 25px;
    border-radius: 10px;
    transition: all .3s;
    font-weight: 600;
}

.btn:hover {
    transform: scale(1.1);
    color: #000;
    background: #fff;
}

.btn_man_small {
    padding: 5px 15px;
}

.btn:hover span {
    position: relative;
}

.hman_bg {
    right: 0;
    bottom: 0;
    z-index: -1;
}

.color1 {
    color: #049eff;
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -105%, 0);
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}




.hadding {
    font-size: 45px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.login_box img.img-fluid.rotateme {
    height: 130px;
}

.left_bar img.das_logo {
    height: 120px;
    margin: 0px auto 20px !important;
    display: block;
}

#imageModal .modal-header,
#topupAlertModal .modal-header {
    background: #049eff;
}

#topupAlertModal .modal-dialog.modal-dialog {
    max-width: 340px;
    margin: 10px auto;
}

button.close {
    opacity: 1;
}

button.close span {
    color: #fff;
    opacity: 1;
}

#imageModal .modal-body {
    padding: 0;
    border-radius: 0 0 10px 10px;
}

#imageModal .modal-body img#imagePreview {
    width: 100%;
    border-radius: 0 0 10px 10px;
    height: 300px;
    object-fit: fill;
}

span.line-show-condtion {
    background: red;
    padding: 5px 10px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}



.dash-total-box h6.d_hadding.mt-4 {
    font-size: 14px;
}

.dash-total-box h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 0 !important;
    display: inline-block;
    width: 100%;
}

.dash-total-box span {
    font-size: 12px;
    line-height: normal;
}

.about,
.about1,
.process_sec,
.features_section {
    display: inline-block;
    width: 100%;
}

#imageModal .modal-body button.close {
    position: absolute;
    right: 20px;
    top: 10px;
}
#imageModal .modal-body button.close svg {
    width: 25px;
    height: 25px;
}
#imageModal .modal-body button.close svg path {
    fill: #fff;
}
/*------ width < 768px ------*/
@media (max-width: 768px) {
    #scroll-to-top {
        display: none !important;
    }

    .home-content {
        margin-top: 20px;
        text-align: center;
    }

    .about1,
    .about,
    .process_sec,
    .features_section,
    .faq,
    #token,
    .contact.footer {
        overflow: hidden;
    }

    .navbar {
        top: 0;
    }


    .home-content h1 {
        margin-top: 20px;
        font-size: 5rem;
    }
}


ul.list-items li {
    margin-bottom: 10px;
}

.copyright {
    text-align: center;
    border-top: 1px solid #049eff;
    padding: 15px;
    margin-top: 40px;
}

.light_bg {
    background: #fafafa;
}

.footer {
    background-color: #141111;
    padding: 50px 0 5px;
}

.footer .heading-primary {
    color: #fff;
}

.footet .navbar-brand .logo {
    width: 100%;
    height: 100%;
}

.social_icon li {
    display: inline-block;
    padding: 0;
}

.social_icon li a {
    color: #fff;
    font-size: 1.2rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background: #049eff;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}

.about1 {
    background: #131313;
    padding: 40px 0;
}

.about1 p {
    margin-bottom: 2px;
    font-weight: 500;
    opacity: 0.8;
}

.about1 h2 {
    font-weight: 800;
}

.about1 i {
    font-size: 66px;
    color: #fff;
    margin-right: 20px;
}

hr {

    border-top: 1px solid rgb(255 255 255 / 20%);
}

.nav_link li {
    margin-bottom: 7px;
}

.nav_link li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.nav_link li a:hover {
    color: #e627d1;
}

.footer .social-links ul li a:hover {
    background: #fff;
    transform: scale(1.2);
}

.footer h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.faq .card {
    border: none;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 28%);
    border-radius: 0;
}

.card .card-body {
    padding: 0 0 1.25rem;
    font-weight: 200;
}

.card .card-body ul li {
    margin-top: 6px;
    list-style: circle;
    margin-left: 20px;
}

.faq .card a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.token-info {
    padding: 15px 20px;
    background: #0e1628;
    margin-bottom: 10px;
    border-left: 3px solid #e627d1;
    color: #fff;
}

.token_info_man {
    margin-top: 100px
}

.p60 {
    padding: 80px 0;
}

.single-features2 {
    padding: 30px;
    border-radius: 25px;
    height: 100%;
    background: #141111;
    border-top: 1px solid #049eff;
    position: relative;
    z-index: 1;
}

.single-features2 h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
}

.boxx {
    margin-top: -100px;
    z-index: -1;
}

.w100 {
    width: 100%;
}

.single-features {
    padding: 25px 20px;
    border-radius: 100px 100px 20px 20px;
    height: 100%;
    background: #000000;
    border-top: 5px solid #049eff;
}

.single-features h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.single-features p {
    opacity: 0.8;
    font-weight: 200;
}

.single-features img {
    max-height: 80px;
    margin-bottom: 20px;
}

.features_img {
    bottom: -300px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.tokenomics_list li b {
    margin-left: auto;
}

.tokenomics_list li {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 15px 20px;

    text-transform: capitalize;
    font-size: 17px;
    display: flex;
    align-items: center;
    color: #fff;
}

.tokenomics_list li span {
    margin-right: 15px;
    font-size: 20px;
    font-weight: 600;
}


.roadmap_box h4 {}

#timeline {
    list-style: none;
    margin: 0px 0 30px 190px;
    padding-left: 30px;
    border-left: 5px solid #514066
}

#timeline li {
    margin: 40px 0;
    position: relative;
}

#timeline p {
    margin: 0 0;
    font-size: 15px;
    font-weight: 300;
}

.date {
    top: 36%;
    left: -210px;
    width: 152px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    position: absolute;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #6f36c7;
    border-radius: 25px;
    font-weight: 600;
    background: #000;
    color: #fff;
}

.relative label {

    font-weight: 600;
    font-size: 18px;
    width: 65%;
    margin: 10px 0 0 20px;
    color: #fff;
}

.relative {
    padding: 0px 20px 0;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    display: flex;
    align-items: center;
    position: relative;
}

.relative:before,
.relative:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    right: 100%;
}

.relative:before {
    border-right-color: inherit;
    top: 50%;
    left: 0;
    width: 100px;
    border-bottom: 3px dotted #514066;
}

.timeline-icon {
    width: 40px;
    height: 40px;
    padding: 4px 6px 5px;
    display: inline-block;
    margin-left: 95px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    background: #049eff;
}

.timeline-icon img {
    max-width: 100%;
}

/* .relative p {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
  } */
.right-icon {
    position: absolute;
    left: 2px;
    top: 13px;
}

.footer .btn2 {
    padding: 10px 36px;
    width: 100%;
    border-width: 4px;
}

.form-control,
.form-control:active,
.form-control:focus {
    color: #ffffff;
    background: #101010;
    border: 1px solid #049eff;
    border-radius: 10px;
    padding: 10px 15px;
}

.circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #049eff;
    border-radius: 50%;
    display: block;
    position: absolute;
}

textarea.form-control {
    height: 140px;
}

/* -------------------------------------
   * mobile phones (vertical version only)
   * ------------------------------------- */
@media screen and (max-width: 767px) {
    #timeline {
        margin: 0px 0 0px 10px;
        padding-left: 20px;
    }

    #timeline li {
        padding: 40px 0;
        margin: 0 0 15px;
    }


    .timeline-icon {
        margin-left: 0;
    }

    .relative {
        padding: 0;
        display: flex;
    }

    .relative label {
        margin-left: 10px;
        width: 78%;
        font-size: 15px;
    }

    #timeline {
        padding-top: 20px;
    }

    .relative:before {
        top: -16px;
        left: 0px;
        width: 95%;
    }

    .relative p {
        font-size: 0.9em;
        line-height: 1.4;
    }


    .date {
        top: -65px;
        left: 0;
    }

    .circle {
        top: -45px;
        left: -35px;
    }
}


@media (max-width: 991px) {
    .navbar-collapse {
        background: #1a1a1a;
    }

    .dash_bar_man h2 {
        display: flex;
        gap: 12px;
    }

    button.open-sidebar {
        display: block;
    }

    button.close-sidebar {
        display: block;
    }

    button.open-sidebar,
    button.close-sidebar {
        border: 0;
        background: transparent;
    }

    button.open-sidebar img,
    button.close-sidebar img {
        width: 40px;
    }

    button.close-sidebar {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .left_bar {
        position: fixed !important;
        left: -100% !important;
        top: 0 !important;
    }

    .dash_bar_man {
        padding: 20px !important;
    }

    .left_bar.active {
        left: 0 !important;
        z-index: 1;
        background: #000;
        color: #fff;
        width: 350px;
        padding: 20px 30px;
        transition: 0.5s;
    }

    .collapse.navbar-collapse {
        display: block;
        background: transparent !important;
    }

    .left_bar .navbar2 {
        overflow: auto;
        padding: 0;
    }

    .das_logo {
        margin: 0 !important;
    }

    nav.navbar2 {
        background: transparent !important;
    }
}




@media (min-width: 1199px) {
    .map_row1 .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;

    }

}

.roadmap_box {
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    background: linear-gradient(180deg, rgb(23, 18, 30) 0%, rgb(2, 2, 3) 66.3844%);
    border-top: 1px solid #5a28ab;
    position: relative;
    z-index: 1;
}

.shape-11 {
    top: -200px;
    left: 0;
    position: absolute;
}

.single-what-you-get {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    overflow: hidden;
    border-radius: 25px;
}

.single-what-you-get::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(203.65deg, rgba(19, 7, 43, 0) 40.25%, rgba(19, 7, 43, 0.6) 86.29%);
    opacity: 0.8;
}

.single-what-you-get .main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 25px;
    padding: 30px;
}

.single-what-you-get h3 {
    font-size: 25px;
    margin-bottom: 0;
}

.single-what-you-get .hover {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, rgba(250, 38, 202, 0.9) 0%, rgba(113, 42, 249, 0.9) 100%);
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 30px 100px;
}

.single-what-you-get .hover h3 {
    margin-bottom: 30px;
}

.single-what-you-get .hover p {
    line-height: 32px;
    color: #FDFDFD;
    text-transform: capitalize;
    line-height: 32px;
}

.container {
    position: relative;
    z-index: 1;
}

.tab_oute {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 30px;
    height: 100%;
}

.single-what-you-get:hover .hover {
    top: 0;
}

.single-what-you-get img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.wbba {
    word-break: break-all;
}


.faq .card-header a.collapsed:after {
    transform: rotate(0deg);
}

.faq .card-header a:after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    transition: transform .3s;
    display: block;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    top: 15px;
}

.card-header {
    border-bottom: 0;
    padding: .75rem 0;
}

.qr-btn {
    justify-content: space-between;

    margin-top: 20px;
    align-items: center;
}

.qr-text {
    max-width: 16rem;
}

.qr {
    max-width: 80px;
}

.qr-btn p {
    word-break: break-all;
}

.small_hadding {
    color: #049eff;
    text-transform: uppercase;

}

/*
.small_hadding:after, .small_hadding::before {
    flex: none; content: "";
    height: 1px;
    position: relative;
    width: 40px;display: inline-block;
}

 .small_hadding:before{    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 60px;
    opacity: 1;}
.small_hadding::after{    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 60px;
    transform: rotate(-180deg) translateZ(0px);
    opacity: 1;} */
.powered_by {
    overflow: hidden;
    padding-bottom: 150px;
}

.powered_by img {
    max-width: 80%;
    max-height: 100px;
}

.powered_by::after {

    content: "";
    display: block;
    position: absolute;
    left: -100px;
    right: -100px;
    height: 600px;
    background: #020203;
    ;
    border-radius: 100%;
    bottom: -500px;
}

.powered_by::before {
    content: "";

    background: linear-gradient(180deg, rgba(137, 96, 255, .4) 0%, rgba(177, 116, 255, .4) 100%);
    border-radius: 100%;
    bottom: 0;
    filter: blur(20px);
    flex: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 620px;
    bottom: -500px;
    position: absolute;
    animation: jumping 3s linear 0s infinite alternate;

}

@keyframes jumping {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-25px);
    }
}

.boxx1 {
    background: linear-gradient(180deg, rgba(174, 110, 255, .15) 15.827350788288289%, rgba(174, 110, 255, 0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 60px;
    transform: translate(-50%);
    width: 544px;
    z-index: 1;
    height: 544px;
}

.boxx2 {
    background: linear-gradient(180deg, rgba(174, 110, 255, .15) 15.827350788288289%, rgba(174, 110, 255, 0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 110px;
    transform: translate(-50%);
    width: 444px;
    z-index: 1;
    height: 444px;
}

.boxx3 {
    background: linear-gradient(180deg, rgba(174, 110, 255, .15) 15.827350788288289%, rgba(174, 110, 255, 0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 160px;
    transform: translate(-50%);
    width: 344px;
    z-index: 1;
    height: 344px;
}

.boxx4 {
    background: linear-gradient(180deg, rgba(174, 110, 255, .15) 15.827350788288289%, rgba(174, 110, 255, 0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 210px;
    transform: translate(-50%);
    width: 244px;
    z-index: 1;
    height: 244px;
}

.coin_icon {
    position: absolute;
    top: -255px;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
}

video {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;
}

.coin_icon .coin_icon1 {
    width: 180px;
    position: relative;
    right: -10%;
}

.coin_icon .coin_icon2 {
    position: relative;
    right: -10%;
    width: 140px;
    margin-top: -75px;
}

.coin_icon .coin_icon3 {
    width: 300px;
}

.team_box img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
}

.team_box h4 {
    margin-top: 20px;
}

.tt_box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.tt_box ul li:after {
    content: "";
    background: #049eff;
    width: 16px;
    height: 16px;
    border-radius: 1000px;
    margin-top: 6px;
    margin-right: 13px;
    flex-shrink: 0;
    position: absolute;
    left: 0px;
    top: -1px;
}

.nav_link a {
    display: inline-block;
    margin: 5px 20px;
}

.svg svg {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.coin_icon3 {
    animation: hero-thumb2-animation 2.5s linear infinite alternate;
    -webkit-animation: hero-thumb2-animation 2.5s linear infinite alternate;
    -moz-animation: hero-thumb2-animation 2.5s linear infinite alternate;
    -o-animation: hero-thumb2-animation 2.5s linear infinite alternate;
}

@keyframes hero-thumb2-animation {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}

.coin_icon1 {
    animation: hero-thumb1-animation 2.5s linear infinite alternate;
    -webkit-animation: hero-thumb1-animation 2.5s linear infinite alternate;
    -moz-animation: hero-thumb1-animation 2.5s linear infinite alternate;
    -o-animation: hero-thumb1-animation 2.5s linear infinite alternate;
}

@keyframes hero-thumb1-animation {
    0% {
        transform: translateY(-20px) translateX(50px)
    }

    to {
        transform: translateY(-20px) translateX(0)
    }
}


.coin_icon2 {
    animation: hero-thumb3-animation 2.5s linear infinite alternate;
    -webkit-animation: hero-thumb3-animation 2.5s linear infinite alternate;
    -moz-animation: hero-thumb3-animation 2.5s linear infinite alternate;
    -o-animation: hero-thumb3-animation 2.5s linear infinite alternate;
}

@keyframes hero-thumb3-animation {
    0% {
        transform: translateY(20px) translateX(-50px)
    }

    to {
        transform: translateY(20px) translateX(0)
    }
}


.about1:after {
    content: "";
    background-image: url(../img/diamond-abstract-backgrounds-min.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.2; */
    /* filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); */
    background: #049eff !important;
}

.about_left_img {
    background: url(../img/blob-41-min.png) no-repeat center;
    background-size: cover;
    -webkit-mask-size: contain;
    height: 470px;
    position: relative;
}

.h100 {
    height: 100%;
    position: relative;
}

.ab1 {
    width: 40%;
    height: 280px;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
    top: 0;
}

.ab2 {
    width: 40%;
    height: 280px;
    right: 0;
    object-fit: cover;
    border-radius: 20px;
    top: 0;
}

.ab3 {
    width: 60%;
    height: 280px;
    left: 15%;
    object-fit: cover;
    border-radius: 20px;
    bottom: 0;
}

.ab4 {
    left: -20px;
    bottom: 0;
    height: 180px;
}

.ab5 {
    left: -25px;
    top: -26px;
}

.elementor-icon-list-items li {
    display: inline-flex;
    width: 48%;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #049eff;
    font-size: 18px;
}

.elementor-icon-list-items li i {
    margin-right: 10px;
}

.bgc2 {
    background: #161414;
}

.process_box_img {
    width: 230px;
    height: 230px;
    padding: 13px;
    border-radius: 100%;
    border: 6px solid #049eff;
    position: relative;
    margin: 0 auto 30px;
}

.process_box_img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;

}

.process_box_img span {
    width: 65px;
    height: 65px;
    background: #049eff;
    border-radius: 100%;
    position: absolute;
    line-height: 64px;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    right: -20px;
    top: 16px;
}

.op_08 {
    opacity: 0.7;
}

.process_box {
    padding: 0 20px;
    font-size: 18px;
}

.bi-caret-right-fill {
    position: absolute;
    right: -10px;
    color: #049eff;
    top: 88px;
    font-size: 30px;
}

.process_line {
    position: relative;
}

.process_line::after {
    content: "";
    position: absolute;
    top: 110px;
    height: 2px;
    background: #049eff;
    z-index: -1;
    right: 20px;
    left: 20px;
}

.c_fill1 {
    position: absolute;
    left: 16px;
    color: #049eff;
    top: 99px;
}

.c_fill2 {
    position: absolute;
    right: 16px;
    color: #049eff;
    top: 99px;
}

.br10 {
    border-radius: 10px;
}

.list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 23px;
}

.list li:after {
    left: 0;
    top: 0;
    position: absolute;
    color: #049eff;
    content: "\F231";
    font-family: bootstrap-icons !important;
}

.vision_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.login_box {
    min-height: 100vh;
    display: flex;
}

.login_box_in {
    padding: 30px;
    background: hsl(0deg 0% 100% / 8%);
    border-radius: 25px;
}

.rotateme {
    height: 50px;
}

.tab_login {
    border: 1px solid #049eff;
    border-radius: 10px;
    overflow: hidden;
    background: #101010;
    display: inline-flex;
}

.tab_login li {
    text-align: center;
}

.tab_login .active {
    background: #049eff;
}

.tab_login li a {
    padding: 0.6rem 2rem;
    font-size: 18px;
    font-weight: 500;
}

.dash_bar_man {
    padding: 20px 20px 20px 310px;
}

.left_bar {
    width: 270px;
    padding: 10px 10px 0;
    position: fixed;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 7%);
}

.left_bar .navbar2 {
    overflow: auto;
    padding: 0 5px 0 5px;
}



@media (min-width: 992px) {
    .navbar2 .navbar-toggler {
        display: none;
    }

    .navbar2 #navbarText {
        display: block;
    }

    .left_bar .nav-item {
        margin-bottom: 10px;
    }
}

.navbar2 .dropdown-menu {
    position: initial !important;
    transform: initial !important;
    background-color: rgb(255 144 73 / 10%);
}

.left_bar .nav-item a {
    padding: 7px 12px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.left_bar .nav-item a.active {
    background: #049eff;
}

.dash_box {
    border-radius: 15px;
    padding: 20px;
    background: #121212;
}

.d_hadding {
    opacity: 0.8;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #d3cccc;
}

::-moz-placeholder {
    color: #d3cccc;
}

:-ms-input-placeholder {
    color: #d3cccc;
}

:-moz-placeholder {
    color: #d3cccc;
}


::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

::-webkit-scrollbar-track {

    border-radius: 10px;
    background: transparent;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #049eff;
    width: 6px;
}

.left_bar .nav-item a i {
    margin-right: 10px;
    font-size: 18px;
}

.img_box img {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 100%;
    object-fit: cover;
}


.das_logo {
    height: 40px;
}


.das_icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #049eff;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 45px;
}

.dash_box.active {
    background: #049eff;
    color: #fff;
}

.dash_box.active .ch {
    opacity: 0.5;
}

.dash_box.active .das_icon {
    background: #fff;
    color: #049eff;
}

.ch {
    opacity: 0.1;
    height: 60px;
}



/******** tree section ************/
.tree ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    display: flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    width: 100%;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ffffff;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ffffff;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 1px solid #9d59f3;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ffffff;
    width: 0;
    height: 20px;
}

.tree li a {
    position: relative;
    padding: 15px 20px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #049eff;
    border-radius: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    background: #049eff;
}

.team_img {
    width: 70px;
    margin-bottom: 10px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #ffffff;
    color: #fff;
    border: 1px solid #ffffff;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #ffffff;
}


.h100 {
    height: 100%;
}

.genelogy-detail:before {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #b2e1ff;
}

.genelogy-detail {
    background-color: #8ac6eb;
    position: absolute;
    top: 100%;
    font-size: 14px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    min-width: 240px;
    color: #000;
}

.li_hover .genelogy-detail {
    top: 60%;
}

.genelogy-detail .detail-top {
    background-color: #8ac6eb;
    padding: 15px;
}

.genelogy-detail .detail-other {
    padding: 12px 15px;
}

.detail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 0;
    font-size: 13px;
}

.tree li a:hover .genelogy-detail,
.li_hover:hover .genelogy-detail {
    opacity: 1;
    visibility: visible;
}



@media (max-width: 768px) {
    .coin_icon .coin_icon3 {
        width: 230px;
        display: block;
        margin: auto;
    }

    .nav-scroll .icon-bar {
        margin-right: 0px;
    }

    .img_box img {
        display: none;
    }

    .dash_box {
        margin-bottom: 20px;
    }

    .table td,
    .table th {
        white-space: nowrap;
    }

    .table thead th {
        white-space: nowrap;
    }

    .coin_icon .coin_icon2 {
        width: 100px;
        right: 2%;
    }

    .table-scroll {
        display: inline-block;
        width: 100%;
        overflow-x: auto;
    }

    .coin_icon .coin_icon1 {
        width: 125px;
        right: 0;
    }

    .coin_icon {
        top: -133px;
    }

    video {
        height: 330px;
        top: 10%;
        object-fit: cover;
    }

    #home {
        height: auto;
    }

    .home h3 {
        font-size: 25px;
        margin-top: 0;
    }

    .home p {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .login_btns {
        text-align: center;
    }

    img.img-human {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
    }

    .navbar-collapse .navbar-nav .nav-link {
        text-align: left;
        padding: 10px 23px;
    }

    ul.navbar-nav {
        padding: 10px 0;
    }

    body {
        overflow-x: hidden;
    }

    .process_box_img {
        width: 150px;
        height: 150px;
        padding: 10px;
    }

    .process_box_img span {
        width: 58px;
        height: 58px;
        background: #049eff;
        line-height: 60px;
        font-size: 23px;
    }

    ul.list {
        margin-bottom: 25px;
    }

    .bi-caret-right-fill {
        top: 55px;
        font-size: 25px;
    }

    .process_line::after {
        top: 75px;
    }

    .padding {
        padding: 30px 0;
    }

    .about-content {
        padding-top: 15px;
    }

    .heading-primary {
        font-size: 22px;
    }

    .footer h4 {
        margin-top: 25px;
    }

    .home h1 {
        font-size: 32px;
        margin-top: 50px;
        text-align: center;
    }

    .about_img img {
        max-width: 100%;
    }

    .about_img::before {

        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 300px;
        height: 300px;

    }

    .hadding {
        font-size: 26px;
    }

    .hadding br {
        display: none;
    }

    .logo {
        height: 65px;
    }

    .qr {
        max-width: 130px;
        margin: auto;
    }

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

    .p60 {
        padding: inherit;
    }

    .single-features img {

        margin-bottom: 15px;
    }

    .about {
        padding: 50px 0;
    }

    .about_left_img {
        margin-bottom: 50px;
    }

    .process_sec {
        padding: 50px 0;
    }

    .features_section.bgc2 {
        padding: 50px 0;
    }

    section.faq {
        padding: 50px 0;
    }

    .position-relative.overflow_hidden {
        padding: 50px 0;
    }

    .features_section {
        padding: 50px 0;
    }

    .single-features h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .tokenomics_list li {

        padding: 12px 15px;

        font-size: 15px;

    }

    .single-what-you-get .hover {

        padding: 20px;
    }

    .faq .card a {
        font-size: 16px;
    }

    .faq .card-header {
        padding: .5rem 2rem .5rem 1rem;
    }

    .powered_by {
        padding-bottom: 100px;
    }

    .navbar {
        padding: 5px 10px;
    }
}

@media (max-width: 600px) {
    img.img-human {
        display: none;
    }

    .team_img {
        width: 40px;
    }

    .info-card.sales-card.dash_box.genelogy-bx.h100 .card-body.pt-3 {
        padding: 0;
    }

    img.img-human.z-0 {
        display: none;
    }

    #home .banner_content {
        min-height: inherit;
        position: relative;
    }

    span.copyicon {
        font-size: 40px;
        margin: 0 20px 0 0;
    }

    .about1 h2 {
        font-weight: 800;
        font-size: 20px;
    }

    .about1 .col-lg-3.col-md-6.col-xs-12 {
        margin: 0 0 10px 0;
    }

    .process_box_img {
        width: 70%;
        height: 70%;
    }

    .process_line::after {
        display: none;
    }

    .bi-caret-right-fill {
        display: none;
    }

    .c_fill1 {
        display: none;
    }

    .c_fill2 {
        display: none;
    }

    .home h1 {
        font-size: 21px;
        margin-top: 30px;
    }

    .home p {
        font-size: 14px;
    }

    .img_box h6 {
        font-size: 0;
        display: none;
    }

    button.open-sidebar img,
    button.close-sidebar img {
        width: 30px;
    }

    .dash_bar_man h2 {
        display: flex;
        gap: 12px;
        font-size: 20px;
    }

    .ques-head .d-flex.align-items-center {
        display: grid !important;
    }

    .ques-head.d-flex {
        display: grid !important;
    }

    .ques-head.d-flex span {
        padding: 0 !important;
        margin: 10px 0 10px 0 !important;
    }

    button.btn.btn_man.btn_man_small.ml-3 {
        margin: 10px 0 10px 0 !important;
    }

    .question-radio {
        grid-template-columns: 1fr;
    }

}