@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 {
        overflow: hidden;
    overflow-y: auto;
    line-height: 1.6; 
    font-family: "Poppins", sans-serif;
    font-weight: 300; 
    background-color: #020203;
    font-size: 15px;
    color: #d2d2d2;
  
	    
}
.overflow_hidden{ overflow: hidden;}
#large-header{position: fixed;
    top: 0;
    left: 0;
    width: 100%; height: 100vh!important}
canvas {
   
    width: 100%; height: 100vh!important;
}

p {

    line-height: 1.8;
    margin: 0 0 1rem;
}
ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

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

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

.padding {
    padding: 60px 0;
    position: relative;
}
h1, h2, h3, h4, h5, h6{    color: #fff;}


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

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

/* .nav-scroll {   background:#000;
       position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
} */

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

 
.tgr{  color: #a65eff;}
.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 ;
}
 

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


.logo{    height: 60px;
}
#home{ position: relative; }
#home:after {
    content: "";
    aspect-ratio: 1.712682379349046 / 1;
    background: radial-gradient(50% 49.99999999999999% at 50% 49.99999999999999%,rgba(193,96,255,.3) 5.4435845464468%,rgba(2,2,3,.3) 100%);
    border-radius: 100%;
    left: -213px;
    position: absolute;
    right: -213px;
    top: 50%;
    transform: translateY(-50%);
}

.text_full {
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(rgb(2, 2, 3) 0%, rgb(42, 26, 51) 100%, rgb(67, 37, 86) 100%);
    font-size: 300px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    top: -106px;
    z-index: -1;
}
.text_full img {
    border-radius: 100%;
    overflow: hidden;
    height: 450px;
    width: 450px;
    object-fit: cover;
    mix-blend-mode: multiply;
    mix-blend-mode: color-burn;
    opacity: 0.4;
}
#home .banner_content{      
    min-height: 100vh;}


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

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

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

 

.btn {
    background: linear-gradient(180.00000220280327deg,#1b1227 0%,rgba(15,9,19,1) 100%);
    color: #fff;
    border: 1px solid #591170;
    border-radius: 8px;
    padding: 0;
    font-weight: 500;    position: relative; overflow: hidden;
}

 
 
 

.btn::before,
.btn::after {
	content: '';
	position: absolute;
	background: #a65eff;
}

.btn::before {
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
}

.btn:hover::before {
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.btn:hover::after {
	opacity: 1;
	transition-duration: 0.01s;
	transition-delay: 0.3s;
}

.btn span { 
	padding: 0.8rem 2rem; display: block;
	 z-index: 1;
}
.btn:hover span { 	position: relative;}

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

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

.btn:hover{ 
    color: #fff;
     }
.navbar  .btn{border: 1px solid #591170;
    background: transparent;
    ;}
.navbar .btn span{ 
        padding: 7px 16px;}
 .hadding {  font-size: 46px; font-weight: 600; position: relative;z-index: 1;
  
      

}

 

/*------ 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: #120e18;
    padding: 50px 0 5px;}
.footer .heading-primary{ color:#fff;}
.footet .navbar-brand .logo {width: 100%;height: 100%;}
 
.social_icon li {display: inline-block; padding: 0;}
.social_icon li a {
    
    color: #fff;
    font-size: 1.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 5px;
}

.icon-chnage {
    background: #fff;
    color: #000 !important;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
}
.nav_link li{ margin-bottom:7px;}
.nav_link li a{     color: #fff;
    font-size: 14px;
    font-weight: 300;}
.nav_link li a:hover{  color: #e627d1;}
.footer .social-links ul li a:hover {  background: #fff; transform: scale(1.2);}
.footer h4{     font-size: 20px;    margin-bottom: 10px;}

.faq .card {
    border: none;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 28%);
    border-radius: 0;
}
.card  .card-body{    padding: 0 1.25rem 1.25rem;}
.faq .card a{     color: #fff;
    font-size: 20px;
    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: 70px 0;}

.single-features2 {
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    background: linear-gradient(180deg, rgb(23, 18, 30) 0%, rgb(2, 2, 3) 66.3844%);
    border-top: 1px solid #5a28ab;
    position: relative;z-index: 1;
}
.single-features2 h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
}
.boxx {    margin-top: -100px;    z-index: -1;}


.single-features {
    padding: 25px;
    border-radius: 25px;
    height: 100%;
    background: linear-gradient(180deg, rgb(23, 18, 30) 0%, rgb(2, 2, 3) 66.3844%);
    border-top: 1px solid #5a28ab;
}
.single-features h3 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
}
.single-features p {    opacity: 0.8;}
.single-features img {
    max-height: 100px;
    margin-bottom: 20px;
}
.features_img{    bottom: -300px; right: 0;  position: absolute; z-index: -1;}
.tokenomics_list li b{  margin-left: auto;}
    .tokenomics_list li {
        position: relative;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 15px 20px;
    
    text-transform: capitalize;
    font-size: 17px;
    display: flex;
    align-items: center;
    color: #fff;
}
.tokenomics_list li span{ margin-right: 15px;
    font-size: 20px;
    font-weight: 600;}

.bg1 {
    border-left: 5px solid #ffed43;
}
.bg2 {
    border-left: 5px solid #ff912c;
}
.bg3 {
    border-left: 5px solid #7c77f8;
}
.bg4 {
    border-left: 5px solid #00a5ff;
}
.bg5 {
    border-left: 5px solid #e90ef8;
}
.bg6 {
    border-left: 5px solid #00ff62;
}
.bg1 span {
    color: #ffed43;
}
.bg2 span {
    color: #ff912c;
}
.bg3 span {
    color: #7c77f8;
}
.bg4 span {
    color: #00a5ff;
}
.bg5 span {
    color: #e90ef8;
}
.bg6 span {
    color: #00ff62;
}
.roadmap_box h4 {
     
}

#timeline {
    list-style: none;
    margin: 0px 0 30px 190px;
    padding-left: 30px;
    border-left: 5px solid #514066
  }
  #timeline li {
    margin: 40px 0;
    position: relative;
  }
  #timeline p {
    margin: 0 0;
    font-size: 15px;
    font-weight: 300;
}
.date {
    top: 36%;
    left: -210px;
    width: 152px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    position: absolute;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #6f36c7;
    border-radius: 25px;
    font-weight: 600;
    background: #000;
    color: #fff;
}
 
  .relative label {
     
      font-weight: 600;
       font-size: 18px;width: 65%;    margin:10px 0 0 20px;    color: #fff;
  }
  .relative {
      padding: 0px 20px 0;
      border-color: transparent;
      border-width: 2px;
      border-style: solid;
      border-radius: 0.5em;    display: flex;
      align-items: center;
      position: relative;
  }
  .relative:before, .relative:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
    right: 100%;
  }
  .relative:before {
      border-right-color: inherit;
      top: 50%;
      left: 0;
      width: 100px;
      border-bottom: 3px dotted #514066;
  }
  .timeline-icon {
    width: 40px;
    height: 40px;
    padding: 4px 6px 5px;
    display: inline-block;
    margin-left: 95px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    background: #a65eff;
}
  .timeline-icon img{    max-width: 100%;}
  /* .relative p {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
  } */
  .right-icon{position: absolute;
      left: 2px;
      top: 13px;}
  .footer .btn2 {    padding: 10px 36px; width: 100%;    border-width: 4px;}
  .form-control, .form-control:active, .form-control:focus {
    color: #ffffff;
    background: none;
    border: 1px solid #6f36c7;
    border-radius: 6px;
    padding: 8px 15px;
 
}
.circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #a65eff;
    border-radius: 50%;
    display: block;
    position: absolute;
}
  /* -------------------------------------
   * mobile phones (vertical version only)
   * ------------------------------------- */
  @media screen and (max-width: 767px) {
    #timeline {      margin: 0px 0 0px 10px; padding-left: 20px;
    }
  #timeline li {
      padding: 40px 0;
      margin: 0 0 15px;
  }
  
  
  .timeline-icon {margin-left: 0;}
  .relative {padding: 0;display: flex;}
  .relative label {
      margin-left: 10px;
      width: 78%;
      font-size: 15px;
  }
  #timeline {
      padding-top: 20px;
  }
    .relative:before {
      top: -16px;
      left: 0px;width: 95%;
    }
  
    .relative p {
      font-size: 0.9em;
      line-height: 1.4;
    }

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

  
  
  
  
  
  @media (min-width: 1199px){
  .map_row1 .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      
  }
  
  }
.roadmap_box {
        padding: 25px;
        border-radius: 25px;
        height: 100%;
        background: linear-gradient(180deg, rgb(23, 18, 30) 0%, rgb(2, 2, 3) 66.3844%);
        border-top: 1px solid #5a28ab;
        position: relative;
        z-index: 1;
    }
.shape-11 {
    top: -200px;
    left: 0;position: absolute;
}
.single-what-you-get {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    overflow: hidden;    border-radius: 25px;
}
.single-what-you-get::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(203.65deg, rgba(19, 7, 43, 0) 40.25%, rgba(19, 7, 43, 0.6) 86.29%);
    opacity: 0.8;
}
 
.single-what-you-get .main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-size: 25px;
    padding: 30px;
}
.single-what-you-get h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.single-what-you-get .hover {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, rgba(250, 38, 202, 0.9) 0%, rgba(113, 42, 249, 0.9) 100%);
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    transition: all .3s;
    -webkit-transition: all .3s;
    padding: 30px 100px;
}
.single-what-you-get .hover h3 {
    margin-bottom: 30px;
}
.single-what-you-get .hover p {
    line-height: 32px;
    color: #FDFDFD;
    text-transform: capitalize;
    line-height: 32px;
}
.container {
    position: relative;
    z-index: 1;
}
.tab_oute {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 30px;
    height: 100%;
}
.single-what-you-get:hover .hover {
    top: 0;
}
.single-what-you-get img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;    
}
.wbba{    word-break: break-all;}


.faq .card-header a.collapsed:after {
    transform: rotate(0deg);
}
.faq .card-header a:after {
    content: "\F282";
    font-family: bootstrap-icons!important;
    transition: transform .3s;
    display: block;
    transform: rotate(180deg);
    position: absolute;
    right: 20px;
    top: 15px;
}
.card-header {
    border-bottom: 0;    padding: .75rem 0;
}
.qr-btn {
    justify-content: space-between;
   
    margin-top: 20px;
    align-items: center;
}
.qr-text {
    max-width: 16rem;
}
.qr {
    max-width: 80px;
}
.qr-btn p{ word-break: break-all;}
.small_hadding {
    align-items: center;
    display: inline-flex;
}


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

.small_hadding:before{    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 60px;
    opacity: 1;}
.small_hadding::after{    background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 60px;
    transform: rotate(-180deg) translateZ(0px);
    opacity: 1;}
.powered_by{padding-bottom: 150px;}
.powered_by img {
    max-width: 80%;
    max-height: 100px;
}
.powered_by::after {
   
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    right: -100px;
    height: 600px;
    background: #020203;;
    border-radius: 100%;
    bottom: -500px;
}
.powered_by::before { content: "";
   
    background: linear-gradient(180deg,rgba(137,96,255,.4) 0%,rgba(177,116,255,.4) 100%);
    border-radius: 100%;
    bottom: 0;
    filter: blur(20px);
    flex: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 620px;
    bottom: -500px;
    position: absolute; animation: jumping 3s linear 0s infinite alternate;
 
}
@keyframes jumping { 0% { transform: translateY(5px); }
  100% { transform: translateY(-25px); } }
.boxx1 {
    background: linear-gradient(180deg,rgba(174,110,255,.15) 15.827350788288289%,rgba(174,110,255,0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 60px;
    transform: translate(-50%);
    width: 544px;
    z-index: 1;
    height: 544px;
}
.boxx2 {
    background: linear-gradient(180deg,rgba(174,110,255,.15) 15.827350788288289%,rgba(174,110,255,0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 110px;
    transform: translate(-50%);
    width: 444px;
    z-index: 1;
    height: 444px;
}
.boxx3 {
    background: linear-gradient(180deg,rgba(174,110,255,.15) 15.827350788288289%,rgba(174,110,255,0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 160px;
    transform: translate(-50%);
    width: 344px;
    z-index: 1;
    height: 344px;
}
.boxx4 {
    background: linear-gradient(180deg,rgba(174,110,255,.15) 15.827350788288289%,rgba(174,110,255,0) 100%);
    border-radius: 300px;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 210px;
    transform: translate(-50%);
    width: 244px;
    z-index: 1;
    height: 244px;
}

.coin_icon {
    position: absolute;
    top: -255px;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
}
video{width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;}
.coin_icon .coin_icon1{   width:180px;position: relative;
    right: -10%;}
.coin_icon .coin_icon2{ position: relative;
    right: -10%;  width:140px;     margin-top: -75px;}
.coin_icon .coin_icon3{   width:300px;}
.single-features3 {
    padding: 50px 25px;
    height: 100%;
    border: 1px solid #360f75;
    position: relative;
    z-index: 1;
    background-color: #4f11a066;
    border-radius: 20px;
}
.team_box img{ border-radius: 100%; width: 125px; height: 125px;}
.team_box h4{     margin-top: 20px;}

.tt_box ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.tt_box ul li:after {
    content: "";
    background: #a65eff;
    width: 16px;
    height: 16px;
    border-radius: 1000px;
    margin-top: 6px;
    margin-right: 13px;
    flex-shrink: 0;
    position: absolute;
    left: 0px;
    top: -1px;
}
.nav_link a {
    display: inline-block;
    margin: 5px 20px;
}

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

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

    @keyframes hero-thumb2-animation {
        0% {
            transform: translateY(-50px)
        }
    
        to {
            transform: translateY(0)
        }
    }
    .coin_icon1 {
        animation: hero-thumb1-animation 2.5s linear infinite alternate;
        -webkit-animation: hero-thumb1-animation 2.5s linear infinite alternate;
        -moz-animation: hero-thumb1-animation 2.5s linear infinite alternate;
        -o-animation: hero-thumb1-animation 2.5s linear infinite alternate;
    }
    @keyframes hero-thumb1-animation {
        0% {
            transform: translateY(-20px) translateX(50px)
        }
    
        to {
            transform: translateY(-20px) translateX(0)
        }
    }
    
  
    .coin_icon2 {
        animation: hero-thumb3-animation 2.5s linear infinite alternate;
        -webkit-animation: hero-thumb3-animation 2.5s linear infinite alternate;
        -moz-animation: hero-thumb3-animation 2.5s linear infinite alternate;
        -o-animation: hero-thumb3-animation 2.5s linear infinite alternate;
    }
    @keyframes hero-thumb3-animation {
        0% {
            transform: translateY(20px) translateX(-50px)
        }
    
        to {
            transform: translateY(20px) translateX(0)
        }
    }
    
.video_box iframe{    width: 100%;
    height: 420px;
    border: 4px solid #a65eff;
    border-radius: 25px;}

.login_box{ overflow: hidden;}

 .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: 30px;
        margin: 20px 0;
    }
    .arqu_table{ border: 1px solid rgba(255, 255, 255, 0.08);   border-radius: 10px;     height: 80px;}
    .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 .blar_box .rotateme{height: 65px;}
.login_box .blar_box .rotateme2{height:30px;}

    .media_logo a img {
        height: 50px;
    }
.btn5{
    background: linear-gradient(135deg, #d950d0 0%, #712af9 100%);
    color: #fff;
}
.br30{    border-radius: 30px;}
.total{ height: 50px;}
.fw200 {
    font-weight: 200!important
}
.h115{ font-size: 40px;}
.tbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 20%;
}
.r_last{ 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;  justify-content: center;
}
.r_last h5 {
    color: #ef60ed;
    margin-top: 8px;
}
.r_last li {
    width: 50%;
    border: 1px solid hsl(275.17deg 15.68% 36.27%);
    padding:15px 12px;
    text-align: center;
    margin: -1px 0 0 -1px;
}
.r_last li:first-child {  border-radius: 20px 0 0 0;}
.r_last li:last-child {  border-radius:0 0 20px 20px;}
.r_last li:nth-child(2) { border-radius:0 20px 0  0;}
.r_last li:nth-child(3) { border-radius:0  0  0 20px;}
.r_last li:nth-child(4) { border-radius:0   0 20px 0;}
.number_count span {
    width: 55px;
    color: #fff;
    padding: 0px 0;
    text-align: center;
    border-radius: 14px;
    font-size: 36px;
    font-weight: 600;
    overflow: hidden;
    margin: 0 6px;
    background: linear-gradient(135deg, #d950d0 0%, #712af9 100%);
    position: relative;
}
.number_count span::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 50%;
    background: hsl(0deg 0% 100% / 26%);
    width: 100%;
    left: 0;
}
.number_count span::before {
    content: "";
    position: absolute;
    bottom: 28px;
    height: 1px;
    background: #22152c;
    width: 100%;
    left: 0;
}
body #gt_float_wrapper{    position: absolute!important;
    bottom: auto!important;
    left: auto!important;
    right: 20px!important; 
    top: 20px!important; }
body .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 8px 15px;     color: #ffffff;    display: flex
    }
    body .gt_float_switcher {
        font-size: 14px; 
        overflow: hidden;    border-radius: 12px;
    }
body .gt_float_switcher img { 
    width: 20px; 
}
body .gt_float_switcher .gt_options a {
    color: #000000; 
}
body .gt_float_switcher .gt-selected {
    width: 170px;
    background: linear-gradient(135deg, rgb(162 92 249) 0%, rgb(57 28 98) 100%);
    border: 1px solid #3c0087;    border-radius: 10px;
}
body .gt_float_switcher .gt_options a { 
    padding: 6px 10px; 
}
body .gt_float_switcher .gt_options a:hover {
    background: #8f50de;
    color: #fff;
}
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>");  margin-left: auto;    transform: rotate(0deg);
} 
body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg);
}
@media (max-width: 991px) {
    .navbar-collapse {background: #100a24;    }
   body #gt_float_wrapper { 
    right: 72px!important; 
}  
body .gt_float_switcher .gt-selected {
    width: 100%; 
}
} 
@media (min-width: 991px) {
    .navbar-expand-lg>.container-fluid{    padding-right: 200px;}
}
 @media (max-width: 768px) {
.coin_icon .coin_icon3 {   width: 230px;  display: block;         margin: auto;}
.coin_icon .coin_icon2 { 
    width: 100px;     right: 2%;
}
.arqu_table td{font-size: 12px;}
.coin_icon .coin_icon1 {
    width: 125px; 
    right: 0;
}
.coin_icon {
    top: -133px;
}
video {
    height: 330px; top: 10%;
    object-fit: cover;
}
.single-features3 {
    margin-top: 80px;
    padding-top: 70px;
}
#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;}
.home h1 {
    font-size: 40px;
     
    margin-top: 50px;
}
.about_img img {
    max-width: 100%;
}
.about_img::before {
     
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    
}
.hadding { font-size: 26px;}
.hadding br{  display: none;}
.logo{height: 50px;}
.qr {
    max-width: 130px;
    margin: auto;
}
.qr-btn{ text-align: center;}
.p60 {
    padding: 35px 0;
}
.single-features img {
 
    margin-bottom:15px;
}
.single-features h3 {
    margin-bottom:15px;
    font-size: 18px;
}
.tokenomics_list li {
 
    padding: 12px 15px;
  
    font-size: 15px;
 
}
.single-what-you-get .hover {
  
    padding: 20px;
}
.faq .card a {
    font-size: 16px;
}
.faq  .card-header {
    padding: .5rem 2rem .5rem 1rem;}
.powered_by {padding-bottom: 100px; }
.video_box iframe {
    height: 210px;
}
.powered_by img { max-width: 60%;}
.btn span {
    padding: 0.7rem 1rem;
}
.h115 {
    font-size: 35px;
}
.login_box .blar_box { 
    padding: 20px; 
}
.r_last li {
    width: 100%; 
}
.r_last li:first-child {
    border-radius: 20px 20px 0 0;
}
.r_last li:nth-child(2), .r_last li:nth-child(3), .r_last li:nth-child(4) {
    border-radius: 0;
}
}



