*,
*::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;
       font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
    color: #000;
	background: #ededed;
}
.services{    background: #387ed1;}
.heading-primary {     font-size: 30px;}
p {
    margin: 0 0 1rem; line-height: 1.8;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
.lh1_7{ line-height: 1.7; }
li {
    list-style: none;
}

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

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

strong{    font-weight: 500;}

/*------------ PRELOADER --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    background: #000;   background-image: radial-gradient(at top left, #f7d0338c 0%, #00000000 30%);
}
.loaded #loader-wrapper {
    display: none;
}
.loader-frame {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.loader1 {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    animation: clockwisespin 5s linear 3;
}
.circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #000000;
    border: 4px solid rgb(247 208 51);
    border-radius: 50%;
    display: block;
    position: absolute;
}
#loader-wrapper .wellcome {
    text-transform: uppercase;line-height: 30px;
    font-size: 22px;    text-align: center;    margin-bottom: 0;
}
#loader-wrapper .wellcome span {
    color: #e5ad0e;
}


/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    z-index: 99;
    background: #4cce87;

    color: #fff;
    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
-----------------------------------------*/
.p60 { padding:70px 0}
.mt-50 {    margin-top: 6rem;}
.mt-52 {    margin-top: 9rem;}
.navbar {
       position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    border: 0;
    z-index: 9999; padding:0 10px;
    -webkit-transition: .5s ease;
    transition: .5s ease; background: #fff;;

}


.navbar .icon-bar {     color: #fff;    font-size: 14px;}
.navbar-collapse2 .navbar-nav .nav-link {
      text-align: center;
    padding: 6px 10px;
    font-weight: 500;
}

.nav-scroll {
  background: #fff;

       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);
}
.dw_deposits {
    background: rgb(19 34 52 / 54%);
    overflow: hidden;
    position: relative;
}

.nav-scroll .navbar-nav .nav-link .active {color: #f8c44f !important;}
.logo_box{font-size:18px}

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

.navbar-collapse2 {

    text-align: center;
    padding-bottom: 20px;
}
.navbar  .btn {margin-bottom: 10px;}

}
/*------- 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%;}*/

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


/*---------------------------------------
  4. HEADER
-----------------------------------------*/

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

#home {

   background: url(../img/file-20221206-8459-g702oy.avif) no-repeat  center;

    background-size: cover; color: #fff;;position: relative;
}

#home .banner_content{ padding:20% 0 100px;  background: rgb(0 26 12 / 20%); }

.video{    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0.5;
}
.home h3 {
    margin: 0 0 17px;
    font-size: 20px;
    font-weight: 500;
}
.home h1 {

    font-size: 44px;
    font-weight: 800;
}

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

.home .video-btn {
    background: #f8c44f;
}

.home .video-btn i {
    color: #FFF;
}
.btn {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #4ecf88;
    border-style: solid;
    border-color: #4ecf88;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #4ecf88;
}

.btn_in {
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
}
.btn2 {
    font-size: 15px;
    background: #4ecf88; color: #fff;
    border: none;
}
select option {    background: #1a1a2e;}

.navbar  .btn {
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
}

select.btn{padding: 6px 10px;    text-align: left;    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;}
.btn:hover{    color: #FFFFFF; background: #4ecf88;
      box-shadow: 0 0 26px rgba(0,255,224,.25), 0 4px 70px #4ecf88;}

.home-content h1 {
    font-size: 6rem;
    font-weight: 900;
    color: #fff;
}
.bte_box{    display: flex;    margin-bottom: 25px;}
.bte_box img{width: 60px;    margin-right: 20px;}
.elementskit-info-box-title{    font-weight: 600;    font-size: 20px;}

.home-content p {
    color: whitesmoke;
}

.home-content h3 {
    color: #f8c44f;
}

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

.light_bg{background: #fafafa;}
.headre_in {
    background-color: #121212;
    padding: 30px 10px;
}
.footer {
    background-color: #fff;
    padding: 70px 0 0;

}
.copyright {
    padding: 20px;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin-top: 50px;}
.nav_link li{margin-bottom: 10px;}
.nav_link h4 {
    margin-bottom: 20px;
    font-size: 20px;
}


.login_form{    border: 1px solid #e8e8e8;
    padding: 35px;
    margin-top: 80px;}
.btn-user{     background: #4ecf88;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;}
.btn-user:hover{     background: #4ecf88;
    color: #fff;
    }


#ac-sign-in {
    font-size: 16px;
    font-weight: 700;
    color: #1570e0;
    letter-spacing: 1.5px;
      padding-bottom: 3px;
    text-decoration: none !important;
    cursor: pointer;
}
.gtp_otp_r{ position:relative; overflow:hidden}
.gtp_otp{ position: absolute;
    right: 0;
    top: -1px;
    height: 53px;
    line-height: 33px;
    color: #656565;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;}
.fa-hand-pointer-o{
    color: #ff5645;
}
.fa-hand-pointer-o:before {
    content: "\f245"!important;
}

.banner-element-ten {

   /* -webkit-animation: zoominoutsinglefeatured 3s linear infinite;
    animation: zoominoutsinglefeatured 3s linear infinite;*/
    animation: jumping 05s linear .5s infinite alternate;
}

.coin_ab img{  width: 70%;    margin-top: 25px;}


@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_p{    color: rgb(255 255 255 / 59%);}
.faq .card-body { padding: 0 0 15px;    color: #B1B1B1;}
.faq img {     max-width: 400px;}
.faq .card {
    border: none;
    background: none;
    border-radius: 0;
    color: #fff;
    border-bottom: 1px solid rgb(255 255 255 / 10%);    padding-left: 25px;
}
.token-info {
    font-size: 20px;
    border-bottom: 1px dotted rgb(255 255 255 / 36%);
    padding: 15px 0;
}
.l_btn{    border-radius: 0.25rem 0 0 0.25rem;}
.r_btn{    border-radius:0 0.25rem 0.25rem 0;}
.about {    font-size: 20px;}

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}



.blinking_live {
    position: absolute;
    top: -430%;
    right: 15px;
    animation: blink-live 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}


@keyframes blink-live{
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}


.bglight22{ background: #121212;}
.number {
    min-width: 50px;
    font-size: 65px;
    font-weight: 600;
    -webkit-text-stroke: 1px #011422;
    color: #f7d033;
}
.loyalty {
    background: #e7f1ff;color: #000;
    background-image: linear-gradient(10deg,#a2a2e7aa -10%,transparent 50%);
}
.loyalty_box {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 60px 20px 0;
    background: #fff;
    height: 100%;
    transition: all .1s linear;
    text-align: center;    position: relative;
}

.loyalty_box .loyalty_icon {
    background: linear-gradient(138.81deg,#2342a5 10.27%,#0c1a44 93.49%);
    border-radius: 300px;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s linear;
    z-index: 5;
    color: #fff;
    font-size: 35px;
}
.loyalty_box:hover{    box-shadow: 0 0 15px #0d5476;
    background: linear-gradient(311.4deg,rgb(17 0 218 / 22%) -7%,#3ddeed12 50%,#fff 120%);
}
.loyalty_box:hover .loyalty_icon{    filter: drop-shadow(0 0 15px #002a47);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.counter-item:hover{ margin-top:-10px}
.counter-item {
    padding: 40px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    position: relative;
    transition: all .2s linear;
    background-image: linear-gradient(180deg, #25261b 0%, #131A1400 100%);
}
.counter-item .counter-header {
    display: flex;
    align-items: center;
}
.counter-item .icon {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.work-item {
    padding: 25px 45px 0;
    text-align: center;
    position: relative;    z-index: 9;
}


div[class*='col']:nth-of-type(3n + 2) .work-item::after {
    -webkit-transform: rotateX(180deg) rotateZ(10deg);
    transform: rotateX(180deg) rotateZ(10deg);
    top: auto;
    bottom: 80%;
}



@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}


div[class*='col']:nth-of-type(3n + 2) .work-item {
    margin-top: 70px;
}

.loyalty .owl-stage-outer{    padding: 20px 0;}
.tokenomics_box {
    padding: 30px 20px;
    background: linear-gradient(0deg, #142c18 0%, #21462700 100%);
    border-radius: 0 0 35px 35px;
}
.mtm50{margin-top: -100px;}
.achiever .counter-item .icon{    font-size: 100px;}
.achiever .counter-item span.ml-auto{color: #f7d033;}
.coin_box {
    background: #294ecd;
    border-radius: 40px;
    padding: 5px 11px 5px 6px;
    height: 47px;
    margin-right: 10px;
}
.coin_box img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}


.package_box ul{   }
.package_box ul li {
    margin-bottom: 5px;
    background: url(../img/ab2.png) no-repeat;
    background-size: 13px;
    background-position: 0px 5px;
    padding-left: 20px;
}
.br0 {border-right: 0px; }
.row_bg11 {    background: #11172f;  }
.row_bg {   padding:20px 40px  40px ;}
.roadmap12{ display:none;    margin: auto;    margin-top: 30px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 35px;
    color: #ffffff;
    font-size: 46px;
    margin: 20px 0  0 10px;
    line-height: 0px;
    padding: 0 0 7px!important;
    background-image: linear-gradient(135deg, #0a89ff 0%, #ff3bf6 100%);
}
.owl-nav{  text-align: right;}
.package_box_man .owl-nav{  margin-right: 20px;    display: none;}
.owl-dots{display: none;}
#home h4 { height: 60px;    font-size: 1.5rem;}
.automobiles_man .owl-nav{    position: absolute;
    right: 0;
    top: -100px;}


.counter-item22 {
    padding: 105px 0 130px;
    border: 2px solid #f7d033;
    border-top: 0;
    background: #070e26 url(../img/planbg.png) no-repeat bottom center;
    color: #fff;
    position: relative;
    transition: all .2s linear;    background-size: contain;
}
.counter-item22 .icon img{    width: 100%;}
.counter-item22 .title {
    padding: 5px 10px;
    border-top: 2px solid #ffd00a;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}
.counter-item22 .bb{   border-bottom: 2px solid #ffd00a;}
.counter-item22 .icon {
    position: absolute;
     top: -32px;
    left: 0;
    width: 100%;
}

.strategy1  {    overflow: hidden;}
.box22 {
    animation: animName 5s linear infinite;
}@keyframes animName {
 0%{
    transform: rotateY(0deg);
   }
100%{
    transform: rotateY(360deg);
   }
}

.img-5 img{    width: 60px;  opacity: 0.5;}


.work-section2 {
    background: rgb(0 0 0 / 10%);
}

.get {
    background: #f7d033;
    color: #000;
}
.btn5{background-color: #000000;}
.btn5:hover {color: #000; border-color: rgb(0 0 0);}
.color1{color: #f7d033;}

.area {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
}

.form-control, .form-control:active, .form-control:focus {
    background-color: transparent;
    padding: 10px 15px;   font-size: 14px;
}
.logib_part .form-group label {
    font-weight: 400;
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.container{
    max-width: 1200px}
    /* .container{    position: relative; z-index: 9; max-width: 1200px} */
.ecosystem_box p{    line-height: 1.6;    font-size: 14px;}
.ecosystem_box {
    background-color: rgb(0 0 0 / 35%);
    padding: 1.5em;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 10px;
    text-align: center;height: 320px;
}
.active_bg{    background-image: linear-gradient(135deg, #0a89ff 0%, #ff3bf6 100%);}
a {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.vertical-social li {
    display: block;
    margin: 0 0 10px ;
}
.video_wrap{position: fixed;
    width: 100%;
    min-height: 100vh;
    opacity: 0.2;
    left: 0;
    top: 0;}
    .vertical-social a {
        display: inline-block;
        margin-right: 10px;
    }
    .vertical-social a i {
        margin-right: 15px;
        opacity: 0.6;
        width: 15px;
        text-align: center;
    }
.hadding {
    font-size: 36px;
    font-weight: 700; margin-bottom:30px;
}
.chart_box ul{     display: flex; margin-top: 20px;text-align: right; }
.chart_box li {      width: 100%;}
.chart_box li span{    font-weight: 700;display: block;    font-size: 24px;    color: #25d8f4;}
.chart_box {
    background: rgb(0 0 0 / 30%);
    padding: 30px;
    max-width: 860px;
    margin: auto;
    border-radius: 25px;
}
.social_icon:hover{     background: #ffffff;    color: #254e2b;}
.social_icon{    width: 60px;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    background: rgb(255 255 255 / 20%);}




@media (max-width: 768px) {
	.hadding { font-size: 24px;	}
.mtm50{display:none}
.banner_content h3 {   font-size: 1.2rem;}
.faq img { max-width: 100%;}
.img-5 img { margin-bottom: 40px;}
.p60 {
    padding: 40px 0;
}

.home h1 {
    font-size:24px;
    margin-top: 25px;
}
#home .banner_content {
    padding: 45px 0px 0px;    text-align: center;
}
.automobiles_man .owl-nav {position: initial;    text-align: center;}
.navbar-brand .logo{    height: 50px;}

.logo_box {
    font-size: 15px;
}
.tokenomics_box {padding: 20px;}
.chart_box{padding: 15px;}
.chart_box ul { display: block;}
.chart_box li span {  font-size: 18px;}
.chart_box li {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
}
p.h5{
    font-size: 1rem;
}
}










.timeline_wrap {
    overflow:hidden;
}
#timeline_slider {
    display:flex;
     overflow-x:scroll;
     padding-bottom:35px;
      transform:translatey(20px)
}
.timeline {
    width:2px;
     position:absolute;
     background:white;
     height:100%;
     left:50%;
}
 .timeline_line {
     position:absolute;
     max-width:100%;
     right:0;
     height:2px;
     top:118px;
     background:white;
     width:100%;
}
 .timeline_slide {
    min-width:300px;
     opacity:1;
     max-width:10px;
     cursor:grab;
}
.timeline_fadebox {
    position: absolute;
    background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, #0e1c31 100%);
    z-index: 9999;
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
}
 .timeline_nav {
     margin:auto;
     position:absolute;
     right:10%;
     z-index:99999;
     top:0;
     width:fit-content;
}
.timeline_nav button span {
    pointer-events: none;
    font-size: 34px;
    color: white;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    background-image: linear-gradient(135deg, #0a89ff 0%, #ff3bf6 100%);
}
.media_box img {
    max-width: 100%;
    max-height: 100%;    margin: auto;
}
.media_box {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 80px;
    width: 17%;
    display: inline-flex;
    margin-right: 20px;
}

 .timeline_nav button {
    background:transparent;
     border:none;cursor: pointer;margin: 0 0 0 5px;

}

 .timeline_nav button:hover {
    transform:scale(1.1)
}

 .timeline_dot {
     background:rgb(78,106,82);
     width:20px;
     height:20px;
     border:2px solid #13f8ff;
     border-radius:100%;
     padding:5px;
     margin:10px auto;
}
 .timeline_dot_center {
    width:100%;
     height:100%;
     border-radius:100%;
     background:white;
}
 .timeline_item_content {
    border:1px solid rgba(255,255,255,.8);
     border-radius:20px;
     padding:15px;
     background:rgba(255,255,255,.1)
}
.dashbord_contaner{   padding: 95px 0 30px;}



 .yellow {    color:#13f8ff;}

 /*======Dashbord======== */
 .profile_box ul li {    border-top: 1px solid rgb(255 255 255 / 16%);    padding: 5px;}
 .profile_box h6 {    margin: 6px 0 0;}
.profile_box .img {
    object-fit: cover;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.profile_img {
    height: 135px;
    width: 135px;
    margin: 0 auto 20px;    position: relative;
}
.profile_img i {
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #48ce84;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 23px;
    text-align: center;
    padding-top: 8px;
}
.chart-area, .chart-area2 , .chart-area3 {
    width: 100px;
    margin: auto;
}
.chart-area4 {
    width: 150px;
    margin: auto;
}
.w40{ width: 30px;}
.table td, .table th {
    border-top: 1px solid rgb(255 255 255 / 25%);
}
.dashbord_manu .navbar-collapse2 .navbar-nav .nav-link.active {      color: #009db7; border-left: 3px solid #009db7;}
.dashbord_manu .navbar-collapse2 .navbar-nav .nav-link {
    text-align: left;    font-size: 15px;
    padding:7px 10px;  border-left: 3px solid #fff;
    font-weight: 500;    margin-bottom: 5px; color: #505050;
}

.h100{  height: 100%;}
.dashbord_manu .navbar-collapse2 .navbar-nav .fa { margin-right: 10px; font-size: 20px;}
.dashbord_manu{   }
.dashbord_manu ul.navbar-nav {
    display: block;
    margin: 0;

}
.box_icon {    position: relative; }
.box_icon label{    color: #8d8d8d;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    word-break: break-word;}
    .not_btn {
        color: #00833b;
        background-color: #effff6;
        display: block;
        text-align: center;
        padding: 5px;
    }
    .not-allowed {
        cursor: not-allowed;
        opacity: .5;
        pointer-events: none;

    }
.b_icon {
    background-color: #4ecf88;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 30px;
}
.dashbord_manu .navbar-brand{margin: 20px 0;
    width: 100%;
    text-align: center;}
    .top_bor_dashbord {
        padding: 10px;
        display: flex;
        background: #fff;
        z-index: 999;
        position: fixed;
        width: 100%;
        top: 0;    border-bottom: 1px solid #ededed;
    }
.top_bor_dashbord .logo{height: 40px;}

.white_box {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #5ed393;
}
.card2 {
    padding: 40px 30px;
    background:#fff;
    border-radius: 15px;
}
.card2 ul li{    width: 48%;}
.logib_part { padding: 10% 0; background: #efefef;    min-height: 100vh;}
.logib_part .nav-link {
    border-radius: .25rem;
    background: rgb(20 20 20 / 10%);
    font-weight: 600;
    color: #2a2a2a;
}
.logib_part .nav-link.active {
    background:#4ecf88; color: #fff;
}


.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#5688db}

#clockdiv{
	    text-align: center;
}
#clockdiv > div{
	display: inline-block; margin: 0 5px;
}
#clockdiv div > span {
    padding: 7px;
    border-radius: 8px;
    background: #e5e5e5;
    display: inline-block;
    width: 55px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #3c3c3c;
}
.smalltext{
	padding-top: 5px;
	font-size: 12px;
}
.row_p{    margin-right: -8px;    margin-left: -8px;}
.row_p .col-lg-4{    padding-right: 8px;    padding-left: 8px;}

 .table thead th {
    background: rgb(0 0 0 / 20%);
}
.widgetWinnerBonus__barWrap  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.barPair__valuesWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.barPair__valueTotalPercentage {
    color: #636366;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px; margin: 0;
}
.barPair__bar {
    background-color: #f4f4f4;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    position: relative;
}
.barPair__barPart {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 32px;
    text-align: center;
}
.barPair__barPart--first {
    background-color: #4bb34b;
    border-radius: 20px 0 0 20px;
}
.barPair__barPart--second {
    background-color: #649af1;
    border-radius: 0;
}
.barPair__barPart--third {
    background-color: #ffa000;
    border-radius: 0 20px 20px 0;
}
.barPair__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4px -4px -4px;
}
.barPair__text {
    color: #636366;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 4px;    margin-right: 16px;
}
.barPair__value {
    color: #636366;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    margin:0 4px 0 0;
}
.barPair__symbol {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 8px;
    margin-right: 8px;
    width: 8px;
    border-radius: 2px;
}
.barPair__symbol--first {
    background-color: #55d18a;
}
.barPair__symbol--second {
    background-color: #649af1;
}
.barPair__symbol--third {
    background-color: #f39f54;
}
@media (min-width: 1200px){
    .widgetWinnerBonus__barWrap  {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
.widgetWinnerBonus__bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
}
.coins_big{font-size: 132px;
    top: -12px;
    right: 5px;
    color: #2bdd7a38;}

    .eur_box {
        border-radius: 4px;
        background-color: #f3f3f3;
        padding: 10px;
        text-align: center; margin-top: 10px;
    }
.fw400{ font-weight: 400;}
.w50{ width: 40px;    height: 40px;}
.eur_box.active{background-color: #f0f9ef;}
.eur_box.active h4{    color: #4bb34b;}
.w100{ width: 100%;}









 @media only screen and (max-width:1200px) {
     .timeline_nav {
        width:90%;
         z-index:999999;
         left:5%;
         display:flex;
         justify-content:space-between;
    }
}
 @media only screen and (max-width:991px) {
body {font-size: 14px;}

h3 { font-size: 1.3rem;}
h5 { font-size: 1rem;}
.dashbord_manu {
    left: 0;
    top: 0;z-index: 99;
    height: auto;
    background: #1a1a2e;
    border-radius: 0;
    width: 100%;
}

.dashbord_manu .navbar-brand {
    margin: 0px 15px; text-align: left;
 }
 .navbar-toggler{
    color: #fff;
    font-size: 25px;}

.dashbord_manu .navbar-toggler{
   position: absolute;
    right: 15px;
    top: 15px;
   }
 }
 .c_m{min-height: 600px;}
 .left_user {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.left_user img{
    width: 100%;
    height: 100%;
}
.user_value {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    margin-top: 20px;
}
.user_value h5{
    color: #3a3a3c;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    word-break: break-word;
}
.user_img{width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100%;}
.cursor_pointer{cursor:pointer}
.right_dropdown .dropdown-item{}
.right_dropdown .dropdown-item i{ margin-right: 10px; font-size: 18px;}
.right_dropdown .dropdown-menu{    -webkit-box-shadow: 8px 8px 40px rgba(0,0,0,.07);
    box-shadow: 8px 8px 40px rgba(0,0,0,.07);}
.referral_icon{ font-size: 20px; cursor: pointer;}

.h90{
    min-height: 90%;
}
.usdt_icon{width: 42px;    margin-right: 10px;}
.packages_boxs .usdt_icon {
    width: 35px;
    margin-right: 2px;
}
.packages_boxs h5 {    font-size: 1rem;}

 @media only screen and (max-width:768px) {
     .timeline_line {
        min-width:100%;
         background: rgb(255,255,255);
         background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%);
    }
.socmed-block{ display:none}
.media_box {
    height: 60px;
    width: 50%;
}
     .timeline_nav span {
        background:transparent;
    }
.video_wrap{    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;}
}
 @media only screen and (min-width:768px) {
     #timeline_slider {
        padding-left:10%;
    }

     .timeline_header {

         margin-left:10%
    }


     .tl_line_mid {
         width:100%;
         height:2px;
         top:50%;
    }

}



















