@import url('https://fonts.googleapis.com/css2?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: #390564;
    font-size: 15px;
    color: #fff;


}


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-weight: 600;}


/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    background: linear-gradient(135deg, #d950d0  0%, #712af9 100%);
    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: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border: 0;
    z-index: 99;
    min-height: 70px;
    -webkit-transition: .5s ease;
    transition: .5s ease;

}


.icon-bar {    color:#fff;    font-size: 35px;}
.navbar .navbar-nav .active {color: #e390d4!important;}
.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    padding: 10px;
    font-weight: 500;
    letter-spacing: .5px; color:#fff;
}

.nav-scroll {   background:rgb(38 4 100 / 80%);
       position: fixed;    backdrop-filter: blur(4px);
    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);
}
.logo{    height: 70px;}
.nav-scroll .logo{    height: 60px;}

.nav-scroll .icon-bar {color: #fff;  }

.nav-scroll .navbar-nav .nav-link .active {color: #f8c44f !important;}
.tgr{      background: linear-gradient(90deg, #d950d0  10%, #a737fb 60%) text transparent; font-weight: 700;
    -webkit-text-fill-color: transparent;}
.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 ;
}
/* .bg{       background: url(../img/bg.jpg) repeat-y top;
    background-size: 100%; }*/

/*------ width < 991px ------*/
@media (max-width: 991px) {
    .navbar-collapse {        background: rgb(38 4 100 / 80%);
        backdrop-filter: blur(4px);  }

}

/* #home{    background: url("../img/banner-bg-2.jpg")no-repeat center;     background-size: cover; } */

#home .banner_content{

    height: 100vh;}
    .animasan{animation: move 7s infinite linear;}

    @keyframes move {
        0% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
        50% {
          -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
        }
        100% {
          -webkit-transform: translateY(0);
          transform: translateY(0);
        }
      }
.home h1{  font-size: 46px;

      color: #fff;

}
.home p{      font-size: 20px;
    line-height: 30px;
    }

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



.btn{background: linear-gradient(135deg, #d950d0  0%, #712af9 100%);
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 12px 25px;     font-weight: 500;}

.btn:hover{background:linear-gradient(135deg, #af3a93 0%, #712af9 100%);
    color: #fff;
     }

 .hadding {  font-size: 42px;  text-transform: uppercase;}



/*------ width < 768px ------*/
@media (max-width: 768px) {

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

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


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

.copyright{ text-align:center;    border-top: 1px solid rgb(242 39 205 / 22%);padding: 15px;    margin-top: 40px;}
.light_bg{background: #fafafa;}
.footer {
    background-color: rgb(32 0 88 / 60%);
    padding: 50px 0 5px;
    position: relative;
    backdrop-filter: blur(4px);
}
.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: 2.5rem;

    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    display: inline-block;
    margin: 0 10px;    background: linear-gradient(90deg, #d950d0  10%, #a737fb 60%) text transparent;

    -webkit-text-fill-color: transparent;
}
.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: 7px;     background: rgba(255, 255, 255, 0.1);}
.faq .card a{     color: #fff;
    font-size: 18px;
    font-weight: 500;}
.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-features {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 20px;
    height: 100%;
}
.single-features h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.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: inline-block;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 15px 20px;
    text-transform: capitalize;
    font-size: 17px;
    width: 47%;
    color: #fff;

    margin-right: 17px;
}
.tokenomics_list li span {
    font-size: 28px;
    font-weight: 700;
    display: block;
}
.tokenomics_list{    display: flex;
    flex-wrap: wrap;}

.bg1 {
    border-left: 5px solid #df559b;
}
.bg2 {
    border-left: 5px solid #36bffa;
}
.bg3 {
    border-left: 5px solid #b692f6;
}
.bg4 {
    border-left: 5px solid #86cb3c;
}
.bg5 {
    border-left: 5px solid #f97066;
}
.bg6 {
    border-left: 5px solid #fdb022;
}
.bg1 span {
    color: #df559b;
}
.bg2 span {
    color: #36bffa;
}
.bg3 span {
    color: #b692f6;
}
.bg4 span {
    color: #86cb3c;
}
.bg5 span {
    color: #f97066;
}
.bg6 span {
    color: #fdb022;
}

.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;
}



.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
}
.form_box{background: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 15px;}
.form-control, .form-control:focus, .form-control:disabled, .form-control[readonly]{
    color: #fff;    padding: .65rem .75rem;
    background-color: rgb(0 0 0 / 29%);
    font-weight: 200;
    border: 1px solid rgb(255 255 255 / 13%);    border-radius: .7rem;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timeline .li {
    transition: all 200ms ease-in;    background: rgba(255, 255, 255, 0.1);    font-size: 20px;
  }

  .timeline .timestamp {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }
  .contract_address{    font-size: 22px;
    word-break: break-all;}

  .timeline .status {
    padding: 20px 30px 0;

    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
  }
  .timeline .status h4 {
    font-weight: 600;
  }
  .timeline .status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 47%;
    transition: all 200ms ease-in;
  }

  .timeline .li.complete .status {
    border-top: 2px solid #da27e8;
  }
  .timeline .li.complete .status:before {
    background-color: #da27e8;
    border: none;
    transition: all 200ms ease-in;
  }
  .timeline .li.complete .status h4 {
    margin-top:15px;
  }







  /* ---------dashboard------- */
  .top_bar {
    padding: 8px 20px;

    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background:rgb(47 15 98);
    backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 7%);
}
.logo2 {
    height: 45px;
}
.left_bar .nav-item .nav1 {
    padding: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 8px;
}
.left_bar .nav-item .nav1.active {
    background: linear-gradient(135deg, #d950d0  0%, #712af9 100%);
    color: #fff;
    font-weight: 500;
}
.left_bar .nav-item {
    margin-bottom: 15px;
}
.btn_man_small {
    padding: 6px 20px;
}
@media (min-width: 992px) {
    .navbar2 #navbarText {
        display: block;
    }
    .top_bar .navbar-toggler {
        display: none;
    }
}
.dash_bar_man {
    padding: 100px 20px 20px 250px;
    position: relative;
    z-index: 2;
}
.left_bar {
    width: 230px;
    padding: 30px 20px 0;
    position: fixed;
    height: 100%;
    margin-top: 72px;
    overflow: auto;
    left: 0;
    top: 0;
    background:rgb(47 15 98);
    backdrop-filter: blur(8px);
    border-right: 1px solid rgb(255 255 255 / 7%);
}
.i_dashbord {
    font-size: 40px;
    color: #f949f6;
    margin: 10px 15px 0;
}
.fw300{ font-weight: 300;}
.dash_box {
    border-radius: 15px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgb(206 76 213 / 55%);
    background: rgb(29 9 62 / 48%);
    backdrop-filter: blur(4px);
    border: 1px solid rgb(255 255 255 / 7%);
    height: 100%;
}
.img_box img {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    object-fit: cover;
}
.img_box {
    margin-right: 20px;
    padding: 15px;
    border-radius: 100%;
    box-shadow:inset 0 0 20px rgb(211 78 210 / 40%);
}
.d_hadding {
    opacity: 0.8;
    font-weight: 300;    margin-bottom: 15px;
}
.login_box .blar_box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    margin: 20px 0;
}
.tab_login  .nav-link.active {
    background: linear-gradient(135deg, #d950d0 0%, #712af9 100%);
    color: #fff;
}
.tab_login  .nav-link {
    border-radius: 10px;
    font-weight: 600;
}
.tab_login {
    border-radius: 16px;
    padding: 5px;
    border: 1px solid #d950d0;
    margin: auto;
    text-align: center;
    flex-wrap: initial;
    background: rgb(0 0 0 / 20%);
}
.tab_login li {
    width: 50%;
}
.w100 {
    width: 100%;
}
.login_box {
    min-height: 100vh;
    display: flex;
}
.ido_section {
    background: rgb(0 0 0 / 18%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    backdrop-filter: blur(8px);
}

.home_video {
    width: 100%;
    position: fixed;
    opacity: 0.2;
    min-height: 100%;
    object-fit: cover;
}
.iti__country { font-size: 13px;}
body .iti__country-list {
    background-color: #271042;
    border: 1px solid #5d3983;

}
body .iti__divider {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.iti--allow-dropdown{    width: 100%;}
.iti--allow-dropdown .form-control{      padding-left:90px!important;}
.table th {
    border-bottom: 2px solid rgb(255 255 255 / 15%)!important;
}
.table tbody tr:last-child > * {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
div.dt-container select.dt-input { margin-right: 10px;    border: 1px solid #482f66 !important;}
div.dt-container .dt-search input {
    border: 1px solid #482f66!important;
    margin-left: 10px!important;
}
.table thead th {font-weight: 500!important;}
.wbba{    word-break: break-all;}

@media (max-width: 991px) {
.navbar-collapse .navbar-nav li { text-align: center;}
.navbar-collapse .navbar-nav li .btn{ margin-bottom: 15px;}
.dash_bar_man {
    padding: 100px 15px 20px;
}
.navbar2 .navbar-collapse {
    padding: 50px 20px 0;
    background: transparent;
}
.left_bar {
    width: 100%;
    padding: 38px 0 0;
    height: auto;
    margin-top: 0;
    z-index: 9;
    background: rgb(47 15 98);
}
.top_bar {    padding: 5px 60px 5px 15px;}
.top_bar .navbar-toggler{    position: absolute;
    right: 5px;
    top: 10px;}
}

@media (max-width: 768px) {
    .timeline {
        list-style-type: none;
        display: block;        margin-left: 13px;
      }

      .timeline .li {padding-bottom: 10px;  border-left: 2px solid #da27e8;}

      .timeline .status:before {
        left: -13px;
        top: 35%;
        transition: all 200ms ease-in;
      }
      .timeline .li.complete .status {
          border-top: 0;

      }
.form_box {padding: 15px;}
#home {height: auto;}
.home h3 {    font-size: 25px;    margin-top: 0;}
.about, .features_section{ text-align: center;}
.home p {
    font-size: 20px;
line-height: 24px;}
.padding {padding: 30px 0;}
.about-content {
    padding-top: 15px;
}
#home .banner_content {
    height: auto;
    padding: 80px 0 40px; text-align: center;
}
.heading-primary {
    font-size: 22px;
}
.footer h4{    margin-top: 25px;}
.home h1 {
    font-size:28px;


}

.about_img img {
    max-width: 80%;
}
.about_img::before {

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

}
.hadding {
    font-size: 28px;

}
.logo{height: 50px;}
.qr {
    max-width: 130px;
    margin: auto;
}
.qr-btn{ text-align: center;}
.p60 {
    padding: 35px 0;
}
.single-features img {
    max-height: 60px;
    margin-bottom:15px;
}
.single-features h3 {
    margin-bottom:15px;
    font-size: 18px;
}
.tokenomics_list li {

    padding: 12px 15px;

    font-size: 15px;
    width: 45%;
    margin-right: 5%;

}
.single-what-you-get .hover {

    padding: 20px;
}
.faq .card a {
    font-size: 16px;
}
.faq  .card-header {
    padding: .5rem 2rem .5rem 1rem;}
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}
div.dt-container .dt-input {
    background-color: #390564 !important;
}
.help-block{
    color: #ff71e7;
    font-size: 10px;
}
.mbgcolor {
    background: linear-gradient(135deg, #793074 0%, #320f6e 100%);
    color: #fff;
}

