

*,
*::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;
   
    background-color: #000918;
   
    color: #fff;
}
.services{ background: #387ed1;}
.heading-primary {font-size: 30px;}

p {

    line-height: 1.8;
    margin: 0 0 15px;
}
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;
}


/*------ 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(45deg, #1b51c7, #05ffe4);
    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
-----------------------------------------*/
.navbar {
       position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 99;
    min-height: 70px;
    -webkit-transition: .5s ease;
    transition: .5s ease;

}
.logo{    height: 70px;}
.nav-scroll .logo{    height:70px;}


.navbar .icon-bar {     color: #00c7ef; font-size: 15px;}
.navbar .navbar-nav .active {color: #fff !important;}
.navbar-collapse .navbar-nav .nav-link {
    text-align: center;
    padding: 10px 0;
    margin:0 1rem;
    font-weight: 500;
    letter-spacing: .5px; color:#fff;
}

.nav-scroll {
  background: rgb(13 8 36 / 88%);
  backdrop-filter: blur(8px);

       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 .navbar-nav .nav-link .active {color: #f8c44f !important;}

/*------ width < 991px ------*/

/*------- 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;
}



/*------ width < 991px ------*/
@media (max-width: 991px) {
    .line li a:hover:before {
        width: 20%;
    }

    .line li a:hover:after {
        width: 20%;
    }
}

/*---------------------------------------
  4. HEADER
-----------------------------------------*/

/*--------------home-------------------*/

#home{  position: relative;   }


#home .banner_content{ padding:10% 0 0; }


.home h3{  font-size: 56px;
    font-weight: 700; color: #fff;

}
.home h3 span{color: #00c7ef;}
.home p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

 
 

.btn {
    color: #fff;
    position: relative;
    background: linear-gradient(45deg, #1b51c7, #05ffe4);
    border-radius: 8px;
	border:none;
    padding: 8px 15px;
    font-size: 16px;   background-clip: padding-box;
}


.home-content h1 {
    font-size: 6rem;
    font-weight: 900;
    color: #fff;
}

.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;
}

.copyright{ text-align:center;    border-top: 1px solid #203052;padding: 15px;    margin-top: 40px;}
.light_bg{background: #fafafa;}
.footer {  background-color: #0e1628;
    padding: 50px 0 5px;}
.footer .heading-primary{ color:#fff;}
.footet .navbar-brand .logo {width: 100%;height: 100%;}
.footer .social-links {margin: 10px 0;}
.footer .social-links ul li {display: inline-block; padding: 0 10px 0 0;}
.footer .social-links ul li a {
        width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #eddd76;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.nav_link li{ margin-bottom:7px;}
.nav_link li a{     color: #fff;
    font-size: 14px;
    font-weight: 300;}
.nav_link li a:hover{  color: #eddd76;}
.footer .social-links ul li a:hover { background: #eddd76;    border-color: #eddd76; color: #000;}
.footer h4{     font-size: 20px;    margin-bottom: 10px;}


.login_form{    border: 1px solid #e8e8e8;
    padding: 35px;
    margin-top: 80px;}
.btn-user{     background: #1570e0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;}
.btn-user:hover{     background: #0c5ec1;
    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;*/    width: 70%;

    animation: jumping 1s linear .5s infinite alternate;
}



@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{    border: none;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
    margin-bottom: 7px;}
.faq .card-header a::after {
    width: auto;
    height: auto;
    content: "\f107";
    background-size: auto;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 700;
    font-size: 25px;
    position: absolute;
    right: 25px;
    top: 12px;
    color: #ffffff;
    opacity: .3;
}

.faq .card-header a:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
    opacity: 1;
}
.faq .card-header a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.about-shape-wrap img.shape-two {
    right: 3%;
    bottom: 8%;
}
.about-shape-wrap img {
    position: absolute;    width: 120px;
}
.rotateme {
    -webkit-animation-name: teamRotate;
    animation-name: teamRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.about-area-two {
    position: relative;
}

@keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.p60 {
    padding: 80px 0;
}
.hadding span{    color: #00c7ef;}
.banner-social-wrap {
  position: fixed;
  left: 25px;
  bottom:25%;
}
.banner-social-wrap ul li { margin-bottom: 20px;}
.banner-social-wrap ul li a {
  font-size: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  transition: 0s;
  border-radius: 100%;
  background: linear-gradient(45deg, #1b51c7, #05ffe4);
}

.choose-item h4{font-size: 1rem;    margin:15px 0 0;}
.choose-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
    border: 1px solid rgb(255 255 255 / 7%);
    border-radius: 15px;
    padding: 25px;
    transition: .3s ease-in-out;
    height: 100%; position: relative;
}

.right_ab {
  opacity: .6;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 991px){
.game .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}}
.partner-wrap ul li {
    width: 20%;
    height: 123px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    margin-top: -1px;
    cursor: pointer;
}
.partner-wrap ul li img {
    transition: .3s linear;    max-width: 100%;
}


.partner-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.bg_img{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/chart_bg.jpg");
   background-attachment: fixed;
}
.game{    background: #061222;}
.contact-form-wrap {
    background-image: url(../img/contact_bg.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.contact-form-wrap .form-grp textarea:focus, .contact-form-wrap .form-grp input:focus{ outline:none}
.contact-form-wrap .form-grp textarea, .contact-form-wrap .form-grp input {
    width: 100%;
    background: #0B1D33;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 18px 20px;
    height: 65px;
}
.contact-form-wrap .form-grp textarea {
    min-height: 184px;
    max-height: 184px;
}
.btn_lg2{    padding: 15px 40px;    border-radius: 40px;}
.title2 {
    font-size: 60px;
    margin-bottom: 35px;
    line-height: 1.2;
    font-weight: 600;
}
.tokenomics_box{    position: relative;    z-index: 1;}
.hadding{    font-size: 40px;    font-weight: 600;}
.tokenomics_box p {
    color: #A4B4C3;
    margin-bottom: 45px;
}
.card1 {
  position: relative;
  max-width: 300px;
  height: auto;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}
.card1:hover{
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.tokenomics_list {     margin: 0;    padding: 0;}
.tokenomics_list li {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  width: 30%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 35px;
  border-radius: 15px;
  padding: 40px 10px;
  text-align: center;
  text-transform: uppercase;
}
.tokenomics_list li span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.bg1{    border-bottom: 5px solid #ffed43;}
.bg2{    border-bottom: 5px solid #ff912c;}
.bg3{    border-bottom: 5px solid #7c77f8;}
.bg4{    border-bottom: 5px solid #00a5ff;}
.bg5{    border-bottom: 5px solid #e90ef8;}
.bg6{    border-bottom: 5px solid #00ff62;}



.title .fa{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}
.title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
 z-index: 2;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
font-size: 60px;
}
.option ul {
  margin: 0;
  padding: 0;

}
.option ul li {
margin: 0 0 10px;
padding: 0;
list-style: none;
color: #fff;
font-size: 16px;
}
.card1 a {
  margin: 20px auto 0 ;
  cursor: pointer; padding: 8px 30px;
}
.card1 a:hover{
    text-decoration: none;
}


.space {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

#space {
  left: 0;
  right: 0;
  top: 0;
  zoom: 1;
  bottom: 0;
  position: fixed;
}

#space span {
  position: absolute;
}


@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
 
 
.swing {
  animation: swing ease-in-out 1s infinite alternate;
}
@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}



  .washer{position: relative;    display: inline-block;overflow: hidden;}
  .washer .about2{position: absolute;
    left: 0;
    top: 0;}
  .rotateme {
    -webkit-animation-name: teamRotate;
    animation-name: teamRotate;
    -webkit-animation-duration: 90s;
    animation-duration: 90s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }


  @keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  }
  @-webkit-keyframes teamRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
  }
  .road__item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
}
.road__item-metka {
    width: 17px;
    height: 17px;
    border: 2px solid #00cde4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1f2641;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}
.road__item-title {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.road__item h3 {
    font-size: 18px;
    font-weight: 600;
}
.road p {
    line-height: 25px;
}
.road__item:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 8.5px;
    width: 1px;
    border-left: 1px solid #00cde4;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
}
.road__item-active:after {
    border-left: 1px dashed #c6c6c6;
}
.road__item-next:after {
    border-left: 1px dashed #c6c6c6;
}
.road__item-next .road__item-metka {
    border: 2px solid #c6c6c6;
}


@media (min-width: 1200px){
  .token__img {
      left: -120px;
      width: 600px;
  }
  .road__item:after {
      height: -webkit-calc(100% + 50px);
      height: calc(100% + 50px);
  }
  .road__item:after {
      height: -webkit-calc(100% + 50px);
      height: calc(100% + 50px);
  }
  .road__item {
      margin-bottom: 50px;
  }


  }
  @media (min-width: 992px){
  .token__img {
      display: block;
  }
  .road__item {
      padding-left: 106px;
  }

  .road__item:before {
      left: 40px;
      width: 47px;
  }

  }

  @media (min-width: 768px){
  .road__item {
      padding-left: 80px;
  }
  .road__item:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 30px;
      width: 40px;
      border-bottom: 1px solid #495170;
  }
  }

  @media (min-width: 576px){
  .road__item-title {
      position: absolute;
      left: -230px;
      text-align: right;
      width: 200px;
      top: -1px;
  }
  }
  .map__title-bg {
    position: absolute;
    top: 5%;
    left: 0;
    opacity: .05;
}
.container {position: relative;}

.video-wrap {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 0%;
   /*  top: 50%;
  left: 50%;
min-height: 100%;
  background-position: 50% 50%;
  transform: translate(-50%, -50%); */
}

.logo2 {
  height: 50px;
}
.dash_bar_man {
  padding: 95px 20px 20px 250px;
  background-color: #000918;
}
.top_bar {
  padding: 5px 20px;
  background: #282e64;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background: rgb(8 24 50 / 64%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.left_bar {
  min-width: 215px;
  padding: 30px 20px 0;
  position: fixed;
  height: 100%;
  margin-top: 70px;
  overflow: auto;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  border-right: 1px solid rgb(255 255 255 / 15%);
}
.tree_box .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.tree_box .trophy4 {
  width: 70px;
  height: 70px;
  line-height: 65px;
}
.tree_box .trophy4.active {    background: #00d7eb;}
.tree_box .trophy4.active2 {    background: #8aa7ff;}
  .tree_box .trophy4.active img, .tree_box .trophy4.active2 img {
  filter: brightness(0.1);
}
@media (min-width: 992px){
  .tree_box .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
.top_bar .navbar-toggler {
  display: none;
}
.navbar2 #navbarText {
  display: block;
}
}
.left_bar .nav-item {
  margin-bottom: 15px;
}
  .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 .active {
  background-color: rgb(1 176 213);
}
.navbar2 .vertical-social ul li a {
  font-size: 1.5rem;
}
.dash_box {
  border-radius: 15px;
  padding: 20px;
  box-shadow: inset 0 0 20px rgb(0 215 235 / 37%);
}
.img_box {
  margin-right: 20px;
  padding: 15px;
  border-radius: 100%;
  box-shadow: inset 0 0 20px rgb(0 215 235 / 37%)
}
.img_box img {
  width: 5rem;
  height: 5rem;
  /* border-radius: 100%;
  object-fit: cover; */
}
.invited span {
  padding: 3px 10px;
  background: rgb(0 215 235 / 26%);
  border-radius: 15px;
  color: #00d7eb;
}
.color1 {
  color: #00d7eb;
}
.mh140 {
  height: 140px;
}
.d_hadding {
  opacity: 0.8;
  font-weight: 300;
}
.fw600 {
  font-weight: 600;
}
.dash_box_bottom {
  background-color: hsl(0deg 0% 100% / 6%);
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  font-weight: 500;    display: inline-block;
}
.fa-arrow-up {
  font-size: 12px;
}

.trophy4 {
  border-radius: 100%;
  background: rgb(255 255 255 / 8%);
  width: 80px;
  height: 80px;
  line-height: 75px; text-align: center;
  font-size: 43px;    display: inline-block;
  color: rgb(255 255 255 / 23%);
}
.trophy4 img{     width: 65%;}
.btn_man_small {
  padding: 5px 20px;
}


::-webkit-scrollbar {
  width: 8px; background: #000; height: 12px;
}

::-webkit-scrollbar-track {

  border-radius: 10px; background:#000; width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px; background:#00383c; width: 5px;
}
.vertical-social ul li {
  display: inline-block;
  padding: 0;
}

.vertical-social ul li a {
  color: #ffffff;
  font-size: 2rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block;
  margin: 5px 20px 0 0;
  opacity: 0.6;
}

.list_box.active .list_icon_box {
  color: #01b0d5;
  background-color: rgb(1 176 213 / 20%);
}
.list_icon_box {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: hsla(0,0%,100%,.1);
  text-align: center;
  line-height: 2.5rem;
}
.link_btn {
  background-color: rgb(1 176 213 / 10%);
  border-radius: 20px;
  margin-right: 20px;
  text-align: center;
  padding: 5px 15px;
  font-weight: 600;
  color: #01b0d5;
}
.list_box {
  display: flex;
  align-items: center;
  color: rgb(255 255 255 / 70%);
  font-weight: 400;
  border-bottom: 1px solid rgb(255 255 255 / 16%);
  padding: 20px 0;
}
.h100{height: 100%;}
.navbar2 .dropdown-menu {
  position: initial!important;
  transform: initial!important;
  background-color: #001727;
}
.manu_box {
  padding: 7px 15px;
}
.mh1 {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.manu_box a i {
  margin: 5px 8px 0 0;
}
.navbar2 .fa-angle-down {
  position: absolute;
  right: 18px;
  top: 15px;
}
.login_box_in {
  height: 440px;
}
.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;
}
.login_box .blar_box .logo{    height: 115px;}
.tab_login {
  border-radius: 16px;
  padding: 5px;
  border: 1px solid #00d7eb;
  width: 80%;
  margin: auto;
  text-align: center;
  flex-wrap: initial;
  background: rgb(0 0 0 / 20%);
}
.tab_login  .nav-link {
  border-radius: 10px;
  font-weight: 600;
}
.tab_login  .nav-link.active {
  background: #00d7eb;
  color: #ffffff;
}
.w100 {
  width: 100%;
}
.login_box {
  min-height: 100vh;
  display: flex;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: #0b1023;
  background-clip: padding-box;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: .5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:focus{color:#fff;background-color:#0b1023;border-color:rgb(255 255 255 / 45%);;outline:0;}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}
.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}
.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}
.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}
.tab_login li { width: 50%;}
#register .form-control   {    border-radius: 5rem; padding: 11px 20px;}
.package_box h2{ margin: 0;}
.table thead th { border-bottom: 2px solid rgb(255 255 255 / 15%); border-top: 0px}
.table td { border-top: 1px solid rgb(222 226 230 / 20%);}


.cycle_box{    border-bottom: 1px solid rgb(255 255 255 / 15%);
  margin-bottom: 25px;    align-items: center;
  padding-bottom: 10px;    display: flex;}
.trophy4.active {
    background: #00d7eb;
}
.trophy4.active img{filter: brightness(0.1);}
.dash_box.disabled{opacity: 0.4;    cursor: not-allowed;}
option{    background: #000918;}
body table.dataTable thead th, body table.dataTable tfoot th {
  font-weight: 500;
}

@media (min-width: 991px) {
    .row5 .col-md-3 {-webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;}
}

@media (max-width: 991px) {
 .logo, .nav-scroll .logo {
    height: 45px;
}
.vertical-social ul li {
  padding-left: 25px;
}
.dash_bar_man {
  padding: 105px 15px 15px;
  background-color: #000918;
}
.p60 { padding: 40px 0}
.navbar {
  background: rgb(13 8 36 / 88%);
  backdrop-filter: blur(8px);
}


.hadding {
    font-size: 26px;
}

.left_bar {
  min-width: 100%;
  padding: 0;
  height: auto;
  border-right: 0;
  overflow: initial;
  z-index: 9;
}
.top_bar .navbar-toggler {
  position: fixed;
  right: 7px;
  top: 8px;
  color: #fff;
  z-index: 99;
  padding: 10px;
  font-size: 30px;
}
.tree_box .trophy4 {
  width: 40px;
  height: 40px;
  line-height: 35px;
}
.top_bar{    padding-right: 65px;}
.img_box img {
  width: 4rem;
  height: 4rem;
}
.img_box {
  margin-right: 15px;
  padding: 8px;
}
.invited_box h3{    font-size: 1.4rem;}
.invited_box h5{    font-size: 0.8rem;}
.left_bar .navbar-nav{    padding: 15px;}
.color1 { font-size: 15px;}
.navbar2 .navbar-collapse{    overflow: auto;         height: 80vh;
  background: #000000;
  padding-bottom: 60px;}
}
.left_bar .nav-item {
  margin-bottom: 10px;
}
.input_banner, .input_banner:active, .input_banner:focus {
  padding: 12px 10px;
  background: rgb(255 255 255); color: #000;
 
}




.ido_box{    position: relative;

  height: auto;
  border-radius: 15px;
  margin: 0 auto;
  padding: 40px;
  -webkit-transition: .5s;    border: 1px solid rgb(255 255 255 / 7%);
  transition: .5s;
  background: rgb(8 21 38);
  backdrop-filter: blur(8px);}

.ido_top h4{    font-size: 40px; font-weight: 600; }

.input_box_ido{ position: relative;}
.input_box_ido img{ height: 30px;
  left: 10px;
  top: 8px;}
.progress { background-color: #3c3c3c;}
.progress-bar {background-color: #00c4eb;}

.input_box_ido input{
  border: 0;
  background: transparent;
  width: 100%;
  border-radius: 10px;
  padding: 0px 10px;
  font-size: 30px;
  outline: none;
  color: #fff;
}

.w50{ width: 50%;}
.ido_in {
  border-radius: 15px;
  border: 1px solid #00c2e8;}

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ido_box h6{    width: 75%;
  margin: auto;
  text-align: center;
  background: #00c7ef;
  color: #000;
  border-radius: 15px;
  margin-top: -54px;
  margin-bottom: 30px;
  padding: 4px;}
  .ido_box h5{    font-size: 17px;}
.ido_box .w50:first-child{     border-right: 1px solid #00bfe5;}
.btn2{ background: #00d7eb;}

.rabit1{    position: absolute;
  right: 0;
  bottom: 37px;    width: 100%;
  }

  .logos marquee div img {
    height: 45px;
    margin: 0 20px;
}
.logos marquee div {
  display: inline-block;
}
.logos{    background: #081526;
  position: relative;    padding: 120px 0 60px;
}

.mb70{    margin-bottom: -70px;
  position: relative;
  z-index: 1;}
  .stap_box:hover {
    border: 1px solid rgb(0 215 235);
}
.bg_5{    background: #0a182a;
  position: relative;
}
.what_box {
  padding: 20px;
  background: rgb(255 255 255 / 5%);
  border-radius: 7px;
}
.what_box img{    height: 50px;
  margin-bottom: 15px;
}
.what_box img{    height: 50px;}
.what_box p{    line-height: 1.5;  font-size: 13px;    margin-bottom: 0;}
.worp8{    margin-right: -15px;  margin-left: -15px;}
.worp8 .col-md-4, .worp8 .col-lg-4{    padding-right: 8px;  padding-left: 8px;}
.tokenomics li{     padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 40%);
  display: flex;}


.fa-spinner{ -webkit-animation-duration: 4s;
  animation-duration: 4s;}

.ido_top h5 {
    font-size: 1.2rem;
}


.RbcLogo2 {
  display: none;
}
.fw-bold {
  font-weight: 700!important;
}
.man_top_box
{
 background: linear-gradient(45deg, #1b51c7, #05ffe4);
  color: white;
  border-radius: 10px;
  padding: 25px;}
  .float-end{ margin-left: auto;}
  hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
    color: white;
}
.box {
  width: 100%;
 
  margin: auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 15px; padding-right: 10px;
  color: white; overflow: auto;    white-space: nowrap;
}
.box2 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 15px;
  width: 100%;
  color: white;
  height: 50px;
}
.p_lh_i p{ line-height: inherit;}



#Withdrawal .modal-content {
  background: transparent;
  position: relative;
  width: 534px;
}
.withdrawal_in{     position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 320px 100px 0;}
  .usdt_icon {
  width: 30px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.withdrawal_in .input {
width: 100%;
  outline: none;
  padding: 10px 15px;
  border-radius: 6px;
  background: rgb(255 255 255 / 61%);
  color: #000;
}

.withdrawal_in .btn-action {
  background: rgb(0 0 0 / 40%);

}

@media only screen and (max-width: 600px) {
.withdrawal_in {
  padding: 175px 45px 0;
}
.withdrawal_in h3{font-size: 20px;}
.modal-body{ padding: 0;}
#Withdrawal .modal-content { 
  width: 300px;        margin: auto;

}
#Withdrawal h5 {
  font-size: 1rem;
}
}

@media (min-width: 1200px) {
  .fs-3 {
      font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
}
.fs-2 {
  font-size: 2rem!important;
}
}





@media (max-width: 991px) {
  .navbar .btns {
      position: absolute;
      right: 0;
      top: 9px; display: flex;
  }
  .navbar .btn {
    padding:6px 9px;     font-size: 14px;
  }
  }
  
  @media (max-width: 768px) {
    .technology .group-image {
      margin-left: auto;
      margin-right: auto;
    }
    .banner-social-wrap ul li { margin:0 10px 10px;        display: inline-block;}
    .banner-social-wrap{         position: relative; text-align: center;        margin-bottom: 20px; left: 0;}
    .login_box .blar_box {
      padding: 15px;
    }
    .refoh3{    font-size: 22px;}
    .banner-social-wrap ul li a {
      width: 35px;
      height: 35px;
  }
    .video-wrap {    object-fit: cover;height: 100%;}
    .fw600 {
      font-weight: 500;
  }

  .dash_box_bottom {    padding: 5px 10px;
  
    font-size: 0.6rem;
  }
  .man_top_box h1 {
    font-size: 1.6rem;
  }
   .cycle_box{     display: block;}
   .cycle_box h5{   width: 100%;}
   .cycle_box h6 span{     margin-left: auto;}
   .cycle_box h6{  display: flex;    font-weight: 400;}
  #home {height: auto; text-align: center;}
  .home h3 {    font-size: 25px;    margin-top: 0;    line-height: 40px;}
  .about-img-two{    margin-bottom: 50px;}
  .home p {
      font-size: 16px;   }
  .partner-wrap ul li {
      width: 50%;
      height: 72px;
      padding: 15px;
  }
  .faq .card-header a {
      font-size: 15px;
  }
  .faq .card-header {
      padding: 1rem 35px 1rem 1rem;
  }
  .faq .card-body {
      padding: 0 1rem 1rem
  }
  #home .banner_content {
      padding: 110px 0 30px;
  }
  #about{ text-align:center}
  .padding {footer: 30px 0 0;}
  .about-content {
      padding-top: 15px;
  }
  .heading-primary {
      font-size: 22px;
  }
  .footer h4{    margin-top: 25px;}
  body {
      font-size: 14px;
  }
  .card1 {
    max-width: 100%;
  }
  .choose-item{   margin:0 0 20px;    height: auto;    padding: 20px;}
  .choose-item h4 {  font-size: 0.9rem;}
  .card1 {
    padding: 10px 20px; margin-bottom:20px;
  
  }
  .tokenomics_list li {
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .tokenomics_list li span {
    font-size: 22px;
  }
  .dash_box h4 {font-size: 1.2rem;}
  .btn_man_small {font-size: 13px;}
  .right_bar h4.fw600 {    font-size: 1.3rem;}
  }