*,

*::before,

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



html {box-sizing: border-box;}







body {

    font-family: 'Poppins', sans-serif;

    line-height: 1.6; 

    letter-spacing: .03rem;

    font-weight: 300; 

    background-color: #05000c;

    font-size: 14px;

    color: #fff;

}



.crypto_icon img {

    height: calc(39.07407px + 1.85185vw);

    max-width: 20rem;

    width: auto;

}

.crypto_icon2 img {

    height: 100%;

    max-height: 150px;

    -o-object-fit: contain;

    object-fit: contain;

    width: 100%; margin-top: 30px;

}

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



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;

}



/*------------ PRELOADER --------*/

#loader-wrapper {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 999;

    overflow: hidden;

}



.no-js #loader-wrapper {

    display: none;

}

.my-story a:hover img {

    -webkit-transform: scale3d(1.2, 1.2, 1.2);

    transform: scale3d(1.2, 1.2, 1.2);

}

.my-story a img {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

    -webkit-transition: all 0.45s ease-in-out;

    -moz-transition: all 0.45s ease-in-out;

    -o-transition: all 0.45s ease-in-out;

    -ms-transition: all 0.45s ease-in-out;

    transition: all 0.45s ease-in-out;

}

.my-story .third {

    position: absolute;

    top: 90px;

    left: 50%;

    margin-left: -110.5px;

}

.my-story .second {

    float: right;

    display: inline-block;

    position: relative;

}

.my-story {

    float: left;

    width: 100%;

    padding-bottom: 100px;

    position: relative;margin-top: 50px;

}

.my-story a:hover {

    z-index: 2;

}

.my-story .first {

    display: inline-block;

    float: left;

    position: relative;

}

#loader {

    position: relative;

    top: 50%;

    margin: 0 auto;

    width: 7rem;

    height: 7rem;

    border-radius: 50%;

    border: .2rem solid transparent;

    border-color: #1B2732;

    z-index: 1000;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

}

#loader:before {

    content: "";

    position: absolute;

    top: .8rem;

    left: .8rem;

    right: .8rem;

    bottom: .8rem;

    border-radius: 50%;

    border: .2rem solid transparent;

    border-color: #1B2732;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

}

#loader:after {

    content: "";

    position: absolute;

    top: .6rem;

    left: .6rem;

    right: .6rem;

    bottom: .6rem;

    border-radius: 50%;

    border: .6rem solid transparent;

    border-top-color: #f8c44f;

    -webkit-animation: spin 1s linear infinite;

    animation: spin 1s linear infinite;

}



@-webkit-keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



@keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg);

    }



    100% {

        -webkit-transform: rotate(360deg);

        transform: rotate(360deg);

    }

}



.p_hadding{    max-width: 930px;  margin: auto; font-size: 20px;}



/*------ Scroll to Top------- */

#scroll-to-top {

    cursor: pointer;

    position: fixed;

    bottom: 20px;

    right: 20px;

    border-radius: 50%;

    display: none;

    z-index: 99;

    background: #00fefb;

    color: #000;

    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: 0;

    width: 100%;

    border: 0;

    z-index: 99;

    min-height: 70px;

    -webkit-transition: .5s ease;

    transition: .5s ease;

    background: #050009;

    padding:1rem;

}



.nav-scroll .navbar-brand .logo {  }



.navbar .icon-bar {     color: #00fefb;

    margin-right: 15px;

    font-size: 15px;}

.navbar .navbar-nav .active {color: #fff !important;}

.navbar-collapse .navbar-nav .nav-link {

    text-align: center;

    padding: 10px;

    margin:0 1rem;

    font-weight: 500;

    letter-spacing: .5px; color:#fff;

}





.nav-scroll {   background:#05000c;

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



.nav-scroll .navbar-nav .nav-link .active {color: #f8c44f !important;}



/*------ width < 991px ------*/

@media (max-width: 991px) {

    .navbar-collapse {background: #050009; text-align: center;   }

    

}

/*------- line ---------*/

.line li .nav-link {position: relative;}

.line li .nav-link:after {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    width: 0%;

    content: '.';

    color: transparent;

    background: #fff;

    height: 1px;

    -webkit-transition: all .5s;

    transition: all .5s;

}



.line li a:hover:before { width: 100%;}

.line li a:hover:after {width: 100%;}

.line li a:hover { color:#fff;}



/*------ width < 991px ------*/

@media (max-width: 991px) {

    .line li a:hover:before {

        width: 20%;

    }



    .line li a:hover:after {

        width: 20%;

    }

}



/*---------------------------------------

  4. HEADER                

-----------------------------------------*/



/*--------------home-------------------*/

.container {

    position: relative;

}



.bg1{   background: url("../img/bg1.png")no-repeat  center;  background-size:100% ;    }

.bg22{   background: url("../img/bg2.png")no-repeat  center;  background-size:100% ;   }

#home{   background: url("../img/bg.jpg")no-repeat 100% 0px;      margin-top: 100px;     overflow: hidden;}



#home .banner_content {

  padding: 4% 0 0; background: url("../img/shadow-1.png")no-repeat center;    background-size: cover;

}



.banner_right {

  height: 500px;

}

.home h1{  font-size: 66px;

    font-weight: 700;

       color: #00fefb;

       -webkit-text-fill-color: transparent;

       background: linear-gradient(to right,#15fff1,#0098fd);

       -webkit-background-clip: text;



}

.home p{      font-size: 26px;

    line-height: 35px;

    }



.home .home-content a {

    z-index: 1;

    color: #fff;

}



.btn {

    font-size: 15px;

    line-height: 1.4;

    color: #000;

    text-decoration: none !important;

    padding: 12px 25px;

    overflow: hidden;

    font-weight: 600;

    border-radius: 25px;

    position: relative;

    border: 1px solid #15fff1;

    background: linear-gradient(90deg, rgba(0,151,254,1) 0%, rgba(21,255,241,1) 62%, rgba(21,255,241,1) 100%);

}

.btn::before {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

    background: #05000c;

    -webkit-transform: scaleY(0);

    transform: scaleY(0);

    -webkit-transition: .5s;

    transition: .5s;

}

.btn:hover::before {

    -webkit-transform: scaleY(1);

    transform: scaleY(1);

}

.btn:hover{ color: #00fefb;}

.btn span{ position: relative;}

.home-content h1 {

    font-size: 6rem;

    font-weight: 900;

    color: #16ddff;

}

.read_more{font-size: 18px;    font-weight: 400;  position: relative;    display: inline-block; margin-bottom: 10px;}

.read_more:before {

    content: "";

    position: absolute;

    height: 2px;

    background: #fff;

    width: 0;

    bottom: -5px;

    -webkit-transition: all .5s;

    transition: all .5s;

}

.read_more:hover:before {

    width: 100px;

}

.home-content p {

    color: fff;

}

.hadding {

  font-weight: 700;

  font-size: 2.5rem;

}

.hadding span{     -webkit-text-fill-color: transparent;  background: linear-gradient(to right,#15fff1,#0098fd);-webkit-background-clip: text;

    display: inline-block;

  }

.about{    position: relative;}

.login_btns .btn {

    min-width: 150px;

    padding: 15px 25px;

    font-size: 22px;

    border-radius: 50px;

}



/*------ 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;  padding: 15px 15px 25px;    margin-top: 40px;}

.copyright span{     -webkit-text-fill-color: transparent;

    background: linear-gradient(to right,#15fff1,#0098fd);    font-size: 20px;    font-weight: 500;

    -webkit-background-clip: text;

    display: inline-block;}

.light_bg{background: #fafafa;}

.footer {  background-color: #080b12;

    padding: 50px 0 5px;}

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

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

 

.social-links ul li {display: inline-block; padding: 0;}

.social-links ul li a {

    font-size: 4rem;

    transition: all .3s;

    display: inline-block;

    margin: 0 15px;

    -webkit-text-fill-color: transparent;

    background: linear-gradient(to right,#15fff1,#0098fd);

    -webkit-background-clip: text;

}

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

.nav_link li a{     color: #fff;

    font-size: 14px;

    font-weight: 300;}

.nav_link li a:hover{  color: #00f3f0;}



.footer h4 {

    font-weight: 700;

    font-size: 25px;

    margin-bottom: 20px;

    -webkit-text-fill-color: transparent;

    background: linear-gradient(to right,#15fff1,#0098fd);

    -webkit-background-clip: text;

    display: inline-block;

}



.banner-element-ten { position: absolute;  top: 3%;   animation: jumping 2s linear .0s infinite alternate;right:0  }

.btn_border{    border: 2px solid #00fefb;

  background: transparent;

  color: #00fefb;}

  .boxs{    height: 100%;

    text-align: center;

    border: 3px solid #00fefb;

    padding: 40px 20px 20px;

    border-radius: 20px;}

.boxs h4 {margin: 25px 0 15px;    letter-spacing: 0;font-weight: 600;}





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

  100% { transform: translateY(40px); } }



  @keyframes zoominoutsinglefeatured {

    0% {

      -webkit-transform: scale(1, 1);

              transform: scale(1, 1);

    }

    50% {

      -webkit-transform: scale(1.2, 1.2);

              transform: scale(1.2, 1.2);

    }

    100% {

      -webkit-transform: scale(1, 1);

              transform: scale(1, 1);

    }

  }

 

  .faq .card{       margin-bottom: 15px; background: rgb(29 38 59 / 80%);    border-radius: 0.5rem;}

  .faq .card-body {

      padding: 2px 15px 15px;

      line-height: 22px;

      font-weight: 300;

  }

  .faq .card-header{ background: transparent ;padding:0;    border-bottom: 0;}

  .faq .card-header a{    font-weight: 500;

      display: block;padding: 15px;  background: transparent;

      font-size: 16px;    position: relative;

  }

  .faq .card-header a:after {

      content: "\f107";

      font: normal normal normal 14px/1 FontAwesome;

      transition: transform .3s;

      display: block;

      transform: rotate(180deg);

      position: absolute;

      right: 20px;

      top: 15px;    font-size: 22px;

  }

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

  .sub_hadding {

      margin: auto;

      max-width: 700px;

  }

.token-info{    padding: 15px 20px;

    background: #0e1628;

    margin-bottom: 10px;

    border-left: 3px solid #0075f2;

    color: #fff;}

 

.h80{    height: 80px;}

.boxs img {

   

}

.p70{ padding: 70px 0;}



.mask {

    overflow: hidden;

}

.blog-card-content h4 {

    margin-top: 0;

    font-size: 24px;

    font-weight: 600;

}

.blog-card-content {

    padding: 20px  

}



.blog-post-card {

    height: 100%;

    transform: translate(0);

    border-radius: 25px;

    overflow: hidden;

    border: 3px solid #00fefb;

}

.bg_light{

    background-color: #080b12;

    

}



.space {

    width: 100%;

    margin: 0;

    overflow: hidden;

  }

  

  #space {

    left: 0;

    right: 0;

    top: 0;

    zoom: 1;

    bottom: 0;

    position: fixed;    opacity: 0.3;

  }

  

  #space span {

    position: absolute;

  }

  



  .team_box img {

    width: 220px;

    border-radius: 100%;

    margin: 0 auto 24px;

    border: 3px solid #14fbee;

}

.team_box{ 

    text-align: center;

    padding: 30px;}



    .team_box h4 {

        -webkit-text-fill-color: transparent;

        background: linear-gradient(to right,#15fff1,#0098fd);

        -webkit-background-clip: text;

        display: inline-block;

        font-size: 2rem;

        font-weight: 600;

    }

.projects  h4{    -webkit-text-fill-color: transparent;

    background: linear-gradient(to right,#15fff1,#0098fd);    font-size: calc(18.14815px + 3.7037vw);

    -webkit-background-clip: text;   font-weight: 700;

    display: inline-block;}



.projects  h6{font-size: calc(18.51852px + .46296vw);            font-weight: 700;}

    .hadding1{    font-size: 7.5rem;}

 

    .projects p {

        font-size: calc(16.51852px + .46296vw);

    }


.signup-main{    min-height: 100vh;}

.signup-main .form-control{border-radius: 25px;
    background: #000;    border: 2px solid #00fefb;
    color: #fff;}
    .w100{ width: 100%; display: block;}

    .dash-card {
        background: #000 url(../img/box-bg.png) no-repeat bottom 10px right 10px;
        background-size: 60px auto;
        border-radius: 20px;
        padding:25px 20px ;
        box-shadow: 3px 3px 5px rgb(13 217 246) inset, -2px -2px 10px rgb(22 141 252) inset;
        transition: all ease-in-out 0.45s;
        -webkit-transition: all ease-in-out 0.45s;
        -moz-transition: all ease-in-out 0.45s;
        -ms-transition: all ease-in-out 0.45s;
    }
    .balance-outer .img-outer {
        border-radius: 100%;
        background-color: #000;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 9px rgb(0 254 251);
        margin-right: 15px;
        font-size: 35px;
        color: #15fff1;
    }
 
    .bonus-inner li p {
        margin: 0;
    }
    .bonus-inner li.border-top {
        border-color: #15fff1 !important;
        padding: 10px 0;
    }
    .bonus-inner li:not(:last-of-type) {
        margin-bottom: 10px;
    }
 
    .deposit-history.dash-card table {
        white-space: nowrap;
        overflow: auto;
    }
    .deposit-history tr th {
        padding: 15px 10px;
        color: #15fff1;
        border-bottom: 1px solid #15fff1;
    }
    .package-detail form .form-control {
        padding-right: 65px;
    }
    .package-detail .form-control {
        background-color: transparent !important;
        color: #fff !important;
        border: 1px solid #15fff1 !important;
        box-shadow: none !important;
        outline: none !important;
        border-radius: 25px;
        padding: 0.5rem 0.75rem;
    }
    .deposit-history tr td {
        padding: 15px 10px;
        color: #fff;
    }
    .bonus-detail .section-heading {
        background-color:rgb(12 187 218 / 11%);
        padding: 10px 15px;
        margin: 0 -15px 15px;
    }
    .package-table .form-group .btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 9px 25px;
        height: 100%;
    }

.dash-main{    padding: 150px 0 50px;}


.balance-outer.dash-card {
    height: 100%;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.cardcontainer {
	animation: zoominoutsinglefeatured 1s infinite ;
}

.w150{    width: 150px;}
nav .btn {
    
    padding: 8px 25px;}

@media (max-width: 768px) {

#home {height: auto;}	

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



.home p {

    font-size: 20px;

line-height: 24px;}

.padding {padding: 30px 0;}

.about-content {

    padding-top: 15px;

}

.heading-primary {

    font-size: 22px;

}

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



.hadding1 {

    font-size: 3.5rem;

}

.crypto_icon img {

    max-width: 8rem;

}

.logo{    height: 60px;}

.home h1 {

    font-size: 36px;

}

#home .banner_content{ text-align: center;}

.login_btns .btn {

   

    padding: 13px 25px;

    font-size: 18px;

    margin-top: 15px;

}

.hadding {

    font-weight: 700;

    font-size: 1.6rem;

}

.p_hadding {

    font-size: 15px;

}

.p70 {

    padding: 40px 0;

}

}







