* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
body {
    /* font-family: 'Noto Sans', sans-serif; */
    font-family: 'Inter', sans-serif;
}
/* @font-face {
  font-family: relative-bold;
  src: url(../font/relative-bold.ttf);
}
@font-face {
  font-family: Relative-Medium;
  src: url(../font/Relative-Medium.ttf);
}
@font-face {
  font-family: Relative-Book;
  src: url(../font/Relative-Book.ttf);

} */
.container {
  padding: 3px 6%;
  width: 1150px;
}
/* 
===================
Navbar 
===================
*/
.navbar{
    z-index: 1036;
    background-color: #000000!important;
}
.navbar .container {
  padding: 3px 6%;
  width: 1150px;
}
.bg-dark {
  background-color: #000000!important;
}
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link {
  color: #5e5ce6;
}
.navbar .navbar-toggler .navbar-toggler-icon{
  filter: brightness(1) invert(1);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
  font-family: 'Inter', sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(96 92 228);
}
.nav .nav-item .nav-link{
  padding: 0 30px;
}

.nav-tabs .nav-link {
  color: #fff;
  border: 0px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active ,
 .nav-tabs .nav-link:hover{
  color: #5e5ce6;
  background-color: unset;
  border-color: unset;
  border: 0px;
}
@media only screen and (max-width: 600px) {
  .nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
  }
}


/* 
===================
Banner 
===================
 */
.hero-image {
  background-image:url('../images/pics/Group\ 2593.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;  
  position: relative;
  /* overflow: hidden; */
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 339px;
  left: 50%;
  transform: translate(-50%, -40%);
  font-weight: normal;
  color: #fff;
  white-space: normal;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
               0px 8px 13px rgba(0, 0, 0, 0.1),
               0px 16px 23px rgba(0, 0, 0, 0.1);
  
}
.hero-text .new{
height: 42px;
width: 101px;
border-radius: 12px;
background: #F8F7FF;
text-align: center;
margin: 0 auto;
}
.hero-text .new p{
  font-size: 24px;
  font-weight: 700 !important;
  text-align: center;
  line-height: 29.05px;
  color: #000;
  padding-top: 7px;
  text-transform: uppercase;

  }
.main_div{
  position: relative;
  overflow: hidden;
  background-color: #0e0c2a;
}
.hero-image::before{
  content: '';
  position: absolute;
  left: -135px;
  top: 95px;
  background: url(../images/shape-1.png);
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-image::after{
  content: '';
  position: absolute;
  right: -160px;
  top: 63%;
  background: url(../images/Shape-3.webp);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;



}

.hero-text h1 {
  /* font-size: 4em;
  font-weight: 600;
  text-shadow: none;
  line-height: normal;
  margin: 0; */
  font-weight: 700;
  font-size: 96px;
  line-height: normal;
  letter-spacing: normal;
  letter-spacing: -3%;
  text-align: center;
  margin-bottom: 20px;
  width: 666px;
height: 348px;
}
  

.hero-text p {
  font-size: 18px;
  font-weight: 400;
  text-shadow: none;
}
.adr {
  background: rgb(255 255 255 / 40%);
  padding: 5px;
  border-radius: 50px;
  font-size: 14px;
  color: #000;
  text-shadow: none;
  font-weight: 600;
}
.btn{
  line-height: normal;
}
.btn-default,
.btn-default:visited {
  margin-top: 1px;
  padding: 11px 13px;
  border-radius: 10px;
  border: none;
  font-size: .9em;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #FFC312;
  transition: background-color 0.1s;
}
.btn-default-2{
  background: #5e5ce6 !important;
  color: #fff !important;
  text-decoration: none;
  font-size: 20px;
}
.btn-default:hover,
.btn-default:active {
  background-color: #daa509;
}

.bg_live{
  background-color: #fff;
  margin-top: 10px;
  padding: 3px 28px;
  border-radius: 15px;
  margin-bottom: 8px;
}
.bg_live h6{
  margin: 0;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}
.green_text{
  color: green;
  font-weight: 700;
  font-size: 13px;
}
.doller{
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .hero-image::before {
    content: '';
    position: absolute;
    left: -200px;
    top: 0;
    background: url(../images/Shape-1.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
  }
  .hero-image::after {
    content: '';
    position: absolute;
    right: -90px;
    top: 250px;
    background: url(../images/Shape-3.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .hero-text {
    text-align: center;
    position: relative;
    top: 339px;
    left: 50%;
    transform: translate(-50%, -40%);
    font-weight: normal;
    color: #fff;
    white-space: normal;
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 16px 23px rgb(0 0 0 / 10%);
    z-index: 2;
  }
  .hero-text h1 {
    font-size: 2.25em;
    font-weight: 600;
    text-shadow: none;
    line-height: normal;
    text-align: left;
  }
  .hero-text p {
    font-size: 16px;
    font-family: 'Relative-Book';
    text-align: left;
}
  .all_feature_btn {
    padding: 6px 20px !important;
    font-size: 18px !important;
    color: #000 !important;
  }
  .adr span {
    font-family: 'Relative-Medium';
    font-size: 11px;
    word-break: break-word;
  }
  .btn-default, .btn-default:visited {
    padding: 6px 15px;
}
.bg_live {
  width: 100%;
}
.hero_sponsors {
  background-color: #000;
  padding: 125px 0 !important;
}
.home-page {
  overflow: hidden;
}
}
/* @media only screen and (max-width: 991px) {

} */

/* 
===================
Sponsors 
===================
*/
/* .hero_sponsors{
  background-color: #000;
  padding: 50px 0;
  position: relative;
} */
.hero_sponsors img{
  padding: 13px 12px;
}

/* @media only screen and (max-width: 600px) {
  .hero_sponsors img {
    padding: 15px 40px;
    height: 65px;
}
} */

/* 
===================
Feature
===================
*/
.feature_Section{
  /* background-image: url('../images/feature.png'); */
  padding: 49px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  /* background: #0e0c2a; */
}
.feature_Section::before{
  content: "";
  position: absolute;
  height: 194.037396px;
  width: 702.876765px;
  left: -90px;
  top: 135px;
  border-radius: 0px;
  background: linear-gradient(227deg, #1607f3 -1.9%, rgba(72, 78, 183, 0) 98.77%, rgba(208, 63, 146, 0) 98.77%);
  mix-blend-mode: color-dodge;
  filter: blur(49px);
  transform: matrix(-0.86, -0.5, -0.5, 0.7, 0, 0);
}
.feature_Section::after {
  content: "";
    position: absolute;
    height: 155.037396px;
    width: 500.876765px;
    left: -90px;
    top: 325px;
    border-radius: 0px;
    background: linear-gradient(227deg, #1607f3 -1.9%, rgba(137, 245, 235, 0) 98.77%, rgba(12, 223, 203, 0) 98.77%);
    mix-blend-mode: color-dodge;
    filter: blur(25px);
    transform: matrix(-0.86, -0.5, -0.5, 0.7, 0, 0);
   

}
/* .logo-sponser {
  grid-gap: 20px;
    column-count: 5;
} */
.all_feature_btn{
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 10px 29px;
  font-size: 29px;
  border-radius: 40px;
  margin: 12px 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  /* width: 100%; */
  background: rgba(248, 247, 255, 0.25);
backdrop-filter: blur(25px);
/* Note: backdrop-filter has minimal browser support */

border-radius: 60px;
}
.all_feature_btn:focus{
  box-shadow: none;
}
.all_feature_btn:hover{
  color: #000;
  font-weight: 500;
}



/* 
===================
Payments
===================
*/
.payment_msg{
  background-color: #0e0c2a;
}
 .payment_to{
  padding: 56px 60px;
}
.payment_section{
  background-color: #131C2F;
  padding: 68px 105px;
  border-radius: 140px 12px 12px 140px;
  position: relative;
}

.payment_section p{
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin: 0;
  line-height: 50.4px;
  position: relative;
  text-align: right;
  letter-spacing: -3px;
}
.payment_section p img{
   height: auto;
   margin-right: -50px;
   float: right;
   width: 30px;
   object-fit: contain;

  
}
.span-fot {
  font-size: 11px;
  letter-spacing: normal;
}
.payment_section img {
  height: 40px;
}
.advanced{
  color: #34C759;
}
.undenialbe{
  color: #F72585;
}
.instant{
  color:#5E5CE6;
}
.spot{
  color: #FFDB00;
}
@media only screen and (max-width: 600px) {
  .payment_section {
    background-color: transparent;
    padding: 0px 0px;
    border-radius: 0px;
  }
  .payment_section p{
    font-size: 23px !important;
  }
  .payment_section img {
    height: 30px;
  }
}
.aspect-h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.aspect-box{
  display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 8px 15px;
gap: 4px;
width: auto;
/* height: 113px; */
left: 250px;
top: 2382px;
background: rgba(248, 247, 255, 0.25);
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
border-radius: 12px;
margin: 0px 5px 10px 0;

}
.aspect-box span{
  font-size: 16px;
  color: #F8F7FF;
}
.aspect-box h4{
  font-size: 40px;
  margin: 0px;
  font-weight: 700;
}
.aspect-box .span-2{
  font-size: 10px;
  color: #F8F7FF;
}
/* 
===================
Payments Method
===================
*/
.payment_method{
  position: relative;
}
.payment_method .row{
  position: relative;
  z-index: 3;
}
.payment_method::before{
  content: '';
  position: absolute;
  background-image: url(../images/shadow.png);
  width: 100%;
  height: 100%;
  left: -300px;
  background-repeat: no-repeat;
  z-index: 0;
}
.payment_method::after{
  content: '';
  position: absolute;
  background-image: url(../images/shadow2.png);
  width: 100%;
  height: 100%;
  right: -15px;
  top: 0;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 0;
}
.payment_method h4{
  color:#5E5CE6;
  font-size: 19px;
  padding: 13px 0;
}
.payment_method h2{
  color: #fff;
  font-size: 33px;
}
.payment_method p{
  color: #fff;
  font-family: "relative-book";
  font-size: 17px;
}
.custom_btn{
  background: #4ECE6E;
  color: #fff;
  border-radius: 40px;
  padding: 6px 25px;
  font-weight: 500;
}
.embed_btn{
  background: #ED5829;
  color: #fff;
  border-radius: 40px;
  padding: 6px 25px;
  font-weight: 500;
}
.pre_built_btn{
  background: #E31B53;
  color: #fff;
  border-radius: 40px;
  padding: 6px 25px;
  font-weight: 500;
}
.launching_btn{
  background: #5E5CE6;
  color: #fff;
  border-radius: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .payment_method{
    overflow: hidden;
    text-align: center;
  }
  .payment_method::before {
    content: '';
    position: absolute;
    background-image: url(../images/shadow.png);
    width: 100%;
    height: 100%;
    left: -248px;
    top: 0;
    background-repeat: no-repeat;
  }
  .payment_method::after {
    content: '';
    position: absolute;
    background-image: url(../images/shadow2.png);
    width: 100%;
    height: 100%;
    right: -200px;
    top: 0;
    background-repeat: no-repeat;
  }
  .payment_method h2 {
    color: #fff;
    font-size: 29px;
    text-align: left;
}
.payment_method p {
  font-size: 15px;
  text-align: left;
}
.custom_btn{
  padding: 5px 18px 8px 18px;
  font-size: 14px;
}
.embed_btn{
  padding: 5px 15px 8px 17px;
  font-size: 14px;
}
.pre_built_btn{
  padding: 5px 18px 8px 18px;
  font-size: 14px;
}
.launching_btn {
  width: 100%;
}
}






/* 
===================
Snapshot
===================
*/
.snapshot_main h2{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
.snapshot_main p{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.snapshot{
  color: #4ECE6E;
}
.exploring_image{
  text-align: center;
  padding: 0px 0px;
}
.exploring_image .logo {
  float: left;
  margin: 10px 30px 10px 0px;

}
/* .exploring_image .logo:first-child {
  margin-left: 0px !important;
} */
.exploring_image .logo .icon {
display: flex;
flex-direction: column;
}
.exploring_image .logo .icon i{
  font-size: 30px;
  margin: -5px 0px;
  }
.exploring_image .logo p{
  font-size: 36px;
  font-weight: 700;
  color: #F8F7FF;
  margin: 0;

  }
/* .exploring_image img{
  padding: 10px 27px;
  height: 63px;
} */
.span-box p {
  font-size: 18px;
  line-height: 15px;
  background: #F8F7FF;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
  letter-spacing: -0.03em;
  width: 145px;
  height: 42px;
  color: #000000;
  display: flex;
  margin: 0 auto 60px;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) { 
  .exploring_image img {
    padding: 10px 25px;
    height: 50px;
}
.snapshot_main h2 {
  color: #fff;
  font-size: 31px;
  text-align: left;
}
.snapshot_main p {
  color: #fff;
  font-size: 18px;
  font-family: 'Relative-Book';
  text-align: left;
}
}

/* 
===================
Api Section 
===================
*/
.api_s{
  margin-top: 20%;
}
.api_designed{
  /* padding: 0 299px; */
  width: 430px;
    margin: 0 auto;
}
.api_designed h2{
  color: #00D4FF;
  font-size:16px;
  font-weight: 700;
}
.api_designed p{
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
}
 .pay_fact{
  font-size: 24px;
  font-weight: 500;
  padding: 0 12px;
  letter-spacing: -2px;
  line-height: normal;
  width: 565px;
  margin: 0 auto;
  text-align: center;
}


.powerful{
  color: #00D4FF;
}
.learnmore{
  background-color: #00D4FF;
  color: #fff;
  border-radius: 45px;
  padding: 6px 38px;
}
.learnmore:hover{
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .api_designed {
      padding: 0;
  }
  .api_designed h2 {
    font-size: 18px;
    text-align: left;
}
.api_designed p {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.api_designed .pay_fact {
  padding: 0px;
}
}



/* 
===================
Api Section 
===================
*/
.buy_ggo {
  margin-top: 4%;
}
.buy_ggo h2{
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 35px;
}
.buy_ggo p{
  color: #fff;
  font-size: 20px;
  font-family: 'Relative-medium';
  margin-bottom: 25px;
}
.buy_ggo .percetage{
  color: rgb(52, 199, 89);
}
.buy_ggo .buy_caption{
  background-color: #1e1e1e;
  padding: 30px 20px 0px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.buy_ggo .buy_caption .col-md-3{
  margin-left: 60px;
}
.buy_caption h3{
  color: #fff;
  font-size: 23px;
  margin: 0;
  font-family: 'Relative-Book';
}
.buy_now{
  background-color: #5E5CE6;
  padding: 6px 33px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  margin-top: -20px;
}
.buy_caption p{
  font-size: 30px;
  font-weight: 600;
}


@media only screen and (max-width: 600px) {
  .buy_ggo h2 {
    font-size: 25px;
}
.buy_ggo p {
  color: #fff;
  font-size: 16px;
  font-family: 'Relative-book';
  margin-bottom: 25px;
}
.buy_ggo .buy_caption {
  padding: 30px 20px 30px 20px;
}
.buy_ggo .buy_caption .col-md-3 {
  margin-left: 0px;
}
.buy_caption h3{
  font-size: 20px;
}
.buy_caption p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.buy_now {
  margin-top: 5px;
}
}


/* 
===================
Token Section 
===================
*/
.blue_bg{
  /* background: url('../images/bg_blue_back.webp');
  background-repeat: no-repeat; */
  background: #0e0c2a;
}
.blue_bg .token{
  color: #00C2FF;
  position: relative;
  padding: 10px 8px;
  font-size:42px;
  font-weight: 700;
  /* font-family: 'relative-bold'; */
  line-height: normal;
}
.token_image {
  text-align: center;
}
.token_image img{
  position: relative;
  top: -13px;
}
.token-box {
  text-align: center;
}
.token-box .box {
  display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 12px 15px;
gap: 4px;
width: auto;
/* position: absolute;
width: 304px;
height: 99px; */
margin: 0px 20px 25px 0px;


background: rgba(248, 247, 255, 0.25);
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.25);
border-radius: 12px;
}
.token-box .box span {
  font-size:16px;
  font-weight: 700;
}
.token-box .box h4 {
  font-size:40px;
  font-weight: 700;
}
.total_supply h3{
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.total_supply span{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
hr{
  color: #fff;
  height: 3px !important;
  opacity: 1.0;
}
.token-chart img{
  height: 580px;
}
.token-chart {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 35px;
}
.token-chart::before  {
  content: "";
  position: absolute;
  left: 135px;
  right: 67.46%;
  top: 0;
  bottom: 9.03%;

background-image: radial-gradient(47.3% 47.5% at 44.99% 59.52%, #00E2E2 0%, rgba(44, 50, 254, 0.31) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
filter: blur(135.124px);
border-radius: 322.426px;
transform: matrix(-0.57, -0.68, -1.07, 0.46, 0, 0);
}
.token-chart::after  {
  content: "";
  position: absolute;
  left: -12.05%;
  right: -108.5%;
  top: -72%;
  bottom: 0;
background: radial-gradient(42.99% 42.99% at 30.18% 57.01%, #5BDCC6 0%, rgba(242, 87, 160, 0) 100%) ;
mix-blend-mode: color-dodge;
filter: blur(120.646px);
border-radius: 380.337px;
transform: matrix(0.43, -0.3, -1.05, -0.28, 0, 0);

}
/* 
===================
air-drop start
===================
*/

body {
  background: #0e0c2a;
  margin: 0;
  color: #fff;
}
.air-drop {
  overflow: hidden;
}
.hero-image-2 {
/* background-image:url('../images/banner-img.webp'); */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;  
position: relative;
/* overflow: hidden; */
}
.hero-image-2::before{
  content: '';
  position: absolute;
  /* left: -135px; */
  top: 95px;
  background: url(../images/hero-image/img-2.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}


.hero-image-2::after{
  content: '';
  position: absolute;
  right: -10px;
  top: 43%;
  background: url(../images/hero-image/img-1.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;



}
.hero-image-2 .hero-text {
  text-align: center;
  position: relative;
  top: 39.5%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-weight: normal;
  color: #fff;
  white-space: normal;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 16px 23px rgb(0 0 0 / 10%);
}
.hero-image-2 .hero-text::after {
  position: absolute;
  content: "";
  height: 759.266342px;
  width: 900.716929px;
  left: 217px;
  top: -208px;
  border-radius: 380.3365478515625px;
  background: radial-gradient(42.99% 42.99% at 30.18% 57.01%, #33fbfb 0%, #030582 70%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  transform: matrix(0.61, -0.4, -0.5, -0.4, 0, 0);
  mix-blend-mode: color-dodge;
  filter: blur(72.646px);

}
.hero-image-2 .hero-text::before {
  content: "";
  position: absolute;
  height: 865.651295px;
  width: 790.7912600331688px;
  left: 26%;
    top: -115%;
  border-radius: 241.29202270507812px;
  background: radial-gradient(34.08% 34.22% at 66% 27.65%, #ff047a 0%, rgba(72, 78, 183, 0) 100%, rgba(208, 63, 146, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  mix-blend-mode: color-dodge;
  filter: blur(120.646px);
  border-radius: 241.292px;
  transform: matrix(0.61, -0.67, -0.6, -0.56, 0, 0);
}
.forms .form {
  background: transparent;
  border-radius: 8px;
  padding: 20px 0px;
  box-sizing: border-box;
  position: relative;
}
.hero-image-2 .hero-text h1{
  font-size: 3.5em;
  margin-bottom: 20px;
}
.hero-image-2 .hero-text p{
  font-size: 25px;
}
::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.forms h2 {
  margin: 10px 0;
  padding-bottom: 10px;
  width: 180px;
  color: #78788c;
  border-bottom: 3px solid #78788c;
}

.forms input,
.forms select {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background: none;
  outline: none;
  resize: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  color: #78788c;
}

.forms input:focus,
.forms select:focus  {
  border: 1px solid #fff;
}

.forms select {
  padding: 10px;
}

.forms p:before {
  content: attr(type);
  display: block;
  margin: 28px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.growth span {
  font-size: 13px;
}
.forms button {
      float: right;
      padding: 8px 12px;
      margin: 8px 0 20px 0;
      width: auto;
      border: 1px solid #5e5ce6;
      background: #5e5ce6;
      color: #fff;
      cursor: pointer;
      transition: all 0.3s;
      border-radius: 20px;
    }

    .forms button:hover {
      background: #fff;
      color: #5e5ce6;
    }
 h2 {
  font-size: 35px;
  line-height: 1.25;
  letter-spacing: normal;
}
.growth h6 {
  font-size: 17px;
}
.forms span {
  margin: 0 5px 0 15px;
  
}
h5{
  font-size: 22px;
color: #807e98;
margin: 0;
}
h3 {
 font-size: 25px;
}


/* 
===================
air-drop end
===================
*/
/* 
===================
support page start
===================
*/

.support-page {
  overflow: hidden;
}
.hero-image-3 {
/* background-image:url('../images/banner-img.webp'); */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height:80vh;  
position: relative;
/* overflow: hidden; */
margin-bottom: 60px;
}
.hero-image-3::before{
  content: '';
  position: absolute;
  /* left: -135px; */
  top: 35px;
  background: url(../images/hero-image/img-3.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
  background-position: left;
}


.hero-image-3::after{
  content: '';
  position: absolute;
  right: 0px;
  top: 38%;
  background: url(../images/hero-image/img-4.png);
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 5;



}
.hero-image-3 .hero-text {
  text-align: center;
  position: relative;
  top: 39.5%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-weight: normal;
  color: #fff;
  white-space: normal;
  text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 16px 23px rgb(0 0 0 / 10%);
}
.hero-image-3 .hero-text::after {
  position: absolute;
    content: "";
    height: 635.266342px;
    width: 934.716929px;
    left: 136px;
    top: -128px;

    border-radius: 380.3365478515625px;
    background: radial-gradient(42.99% 42.99% at 30.18% 57.01%, #037E82 0%, #444CE4 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    transform: matrix(0.61, -0.3, -0.7, -0.4, 0, 0);
    mix-blend-mode: color-dodge;
    filter: blur(72.646px);

}
.hero-image-3 .hero-text::before {
  content: "";
  position: absolute;
  height: 836.651295px;
  width: 790.7912600331688px;
  left: 28%;
  top: -105%;
  border-radius: 241.29202270507812px;
  background: radial-gradient(34.08% 34.22% at 66% 27.65%, #ff047a 0%, rgba(72, 78, 183, 0) 100%, rgba(208, 63, 146, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  mix-blend-mode: color-dodge;
  filter: blur(85.646px);
  border-radius: 241.292px;
  transform: matrix(0.61, -0.3, -0.5, -0.6, 0, 0);
}
.suppert{
  padding: 65px 0px;
}
.support-h1 {
  font-size: 52px;
  font-weight: 600;
}
.support-h3 {
  color: #ffffff;
  font-size: 50px;
}
.suppert span {
  font-size: 13px;
  color: #00C2FF;
  font-style: italic;
}
.col-input input{
  margin: 13px 0px;
  color: #fff;
  background-color:#5C677D;
  border: 1px solid #5C677D;
}
.col-input input::placeholder {
  color: #fff;
}
.form-control:focus::placeholder {
  color: #000;
} 
.right-side {
  background: #fff;
  float: right;
  text-align: right;
  color: #000;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 35px 0px #ebeaea;
}
.right-side h4{
  font-weight: 600;
}
.right-side h4{
  font-weight: 600;
}
.right-side p{
  font-weight: 600;
  font-size: 30px;
  margin: 0;
}
.right-side p i{
  color: green;
}
.right-side span{
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

/* 
===================
support page end
===================
*/

/* 
===================
our team page start
===================
*/
.our_team h2{
  font-size: 95px;
  font-family: 'relative-bold';
}
.our_team h4{
  font-size: 35px;
  font-family: 'relative-bold';
  line-height: normal;
  margin: 0;
}
.our_team p{
  font-size: 23px;
  font-family: 'relative-medium';
  color: #807e98;
  line-height: normal;
}
.next_gene {
  margin-top: 7rem;
}
.next_generation {
  background: #161616;
  padding: 30px;
  border-radius: 25px;
}
.next_generation p{
  font-size: 19px;
  font-family: 'relative-bold';

}
.next_generation h3{
  font-size: 29px;
}
.leadership_main {
  margin-top: 5rem;
}
.leadership {
  background: #161616;
  padding: 40px 80px;
  border-radius: 100px 10px 10px 100px;
}
.leadership  p {
color: #fff;
font-size: 35px;
font-family: 'relative-bold';
text-align: center;
padding: 0 30px;
line-height: normal;
}
.leadership_text{
  margin-left: 10px;
  color: #ED1566;
}
.greater_good {
  color: #34C759;
}
.decentralized{
  color: #8B0000;
}
.leadership .img-fluid{
  height: 40px;
}
.team {
  margin-top: 7rem;
}
.team h2 {
  margin-bottom: 20px;
  font-size: 52px;
}
.flows .team_ggo {
  font-size: 23px;
  color: #807e98;
}
.flows  p {
  color: #fff;
  font-size: 35px;
  font-family: 'relative-bold';
  text-align: center;
  line-height: normal;
  }
  .tech {
    color: #8B0000;
  }
  .hardcore {
    color: #605EE7;
  }

/* 
===================
our team page end
===================
*/
/* 
===================
term page start
===================
*/

.term-h1 {
  font-size: 60px;
}
.term-p {
  font-size: 22px !important;
  color: #807e98;
  font-family: 'relative-bold' !important;
}

.term h6 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.term p {
  line-height: 1.3;
  font-size: 14px;
  font-family: 'relative-medium';
}
.fa-circle {
  font-size: 5px;
  position: relative;
  top: -2px;
}
/* 
===================
term page end
===================
*/
/* 
===================
privecy page start
===================
*/
.pri-h1 {
  font-size: 60px;
}
.pri-p {
  font-size: 22px !important;
  color: #807e98;
  font-family: 'relative-bold' !important;
}
/* 
===================
privecy page end
===================
*/
/* 
===================
service-status page start
===================
*/

.status-h1 {
  font-size: 65px;
  margin: 0;
}
.status-p {
  font-size: 30px !important;
  color: #807e98;
  font-family: 'relative-bold' !important;
}
.service-list{
  background: #161616;
  padding: 30px;
  border-radius: 25px;

}
.left-sides p{
  font-size: 20px !important;
  color: #807e98;
  font-family: 'relative-medium' !important;
}
.service-list h3 {
  margin-bottom: 25px;
  font-size: 30px;
}
.right-sides p{
  font-size: 20px !important;
  color: #807e98;
  font-family: 'relative-medium' !important;
  color: #34C759;
}
.right-sides p .fa-circle {
font-size: 12px;
color: #34C759;
}
.report h2 {
  font-size: 61px;
  font-family: 'relative-bold';
}
.no-incident {
  background: #161616;
  padding: 30px;
  border-radius: 25px;
}
.no-incident h5 {
  font-size: 30px;
}
/* 
===================
service-status page end
===================
*/


/* 
===================
brand page end
===================
*/

.brand-h1{
  font-size: 57px;
}
.brand-h4{
  font-size: 30px;
}
.shadow-lg {
  box-shadow: 0px 5px 50px -10px whitesmoke !important;
}
.span {
  font-size: 20PX;
  color: #807e98;
}
/* 
===================
brand page end
===================
*/
/* 
===================
error page start
===================
*/

.no-page h1{
  color: #000;
  font-size: 60px;
  margin-top: 30%;
}
.no-page p{
  color: #000;
  font-size: 18px;
  font-family: 'relative-book';
  font-weight: normal;
  padding: 15px 0;
  letter-spacing: 2;
}
.no-page .btn{
  border-radius: 20px;
}
.no-page h1 {
  color: #000;
  font-size: 45px;
  margin-top: 30%;
}

/* 
===================
Form page start
===================
*/

.forms_page{
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 2px 2px whitesmoke;
}
.media {
  background: #5e5ce6;
  padding: 15px 15px 1px;
  border-radius: 8px 8px 0px 0px;
}
.media img{
  float: left;
  margin: 5px 20px 5px 5px;
  width: 40px;
}
.media-body span{
  font-size: 14px;
  font-family: 'relative-book';

}
.payment-for {
  background: #F4F6F9;
  padding: 15px 15px;
}
.payment-for .svelte-1cple6t {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  color: #000;
  white-space: pre-line;
}
.form-row {
  color: #000;
  padding: 15px;
  font-family: 'Relative-Book';
}
.form-des i{
  font-size: 14px;
  color: rgb(138, 180, 248);
}
.form-des span{
  font-size: 15px;
  font-family: 'Relative-Book';
}
.form-des p{
  font-size: 15px;
  font-family: 'Relative-Book';
}
.form-des a{
  font-size: 15px;
  font-family: 'Relative-Book';
  text-decoration: none;
  word-break: break-all;
}
.contact-us h5 {
  font-size: 15px;
}
.contact-des a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Relative-medium';
  padding-left: 5px;
}
.contact-des i  {
  color: #595860;
  font-size: 15px;
}
.contact-des-2 a {
  color: #5e5ce6;
}
.follow-us h5 {
  font-size: 15px;
  margin-bottom: 15px;
}
.follow-us i {
  margin: 0px 10px 0px 0px;
  font-size: 20px;
}
.form-row hr{
  color: #595860 !important;
  height: 1px !important;
}
.fa-twitter,
.fa-facebook {
  color: #00a2f5;
}
.fa-instagram {
  color: red;
}
.fa-linkedin {
  color: #0077b7;
}


.contact-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #e6e5e8;
  width: 100%;
  height: 40px;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 5px;
}

.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #e6e5e8;
}

.contact-form .input-block.textarea {
  height: auto;
}

.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}

.contact-form .input-block label {
  padding: 0 10px;
  background: #fff;
  position: absolute;
  left: 8px;
  top: 10px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.contact-form .input-block .form-control {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  height: 40px;
  padding: 0;
  position: relative;
  top: -20px;
  z-index: 2;
}

.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .form-select{
  height: 42px;
  width: auto;

}
.footer-content{
  margin-bottom: 5px;
  font-size: 10px;
  color: #6b6c7b;
}
.footer-form .img-fluid{
  width: 80px;
}

/* 
===================
Footer
===================
*/
.footer{
  background-color: #0e0c2a; 
}
.footer_caption h4{
  color: #fff;
  /* font-size: 35px; */
}
.footer_caption p{
  font-size: 13px;
}
.footer_caption img{
  width: 40px;
}
.footer_caption{
  color: #fff;
}
.footer ul{
  list-style: none;
  /* padding-top: 45px; */
  padding-left: 0px;
  /* column-count: 3;
  grid-gap: 50px;
  display: inline-block; */
  /* margin-left: -5px; */
}
.footer ul li{
  padding: 4px 0px;
}
.footer ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
/* 
===================
chat box
===================
*/


  /* Button used to open the chat form - fixed at the bottom of the page */
  .open-button {
    background-color: #5351f1;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: auto;
    border-radius: 25px;
  }
  
  /* The popup chat - hidden by default */
  .chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
    color: #000;
  }
  .form-container h1{
    color: #000;
    font-size: 22px;
  }
  .form-container p{
    color: #000;
    font-size: 15px;
    font-family: 'Relative-Book';
  }
  .form-container label b{
    color: #000;
    font-size: 15px;
    font-family: 'Relative-Book';
  }
  /* Full-width textarea */
  .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
  }
  
  /* When the textarea gets focus, do something */
  .form-container textarea:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/send button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  ::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
  }
  

@media only screen and (max-width: 600px) {
  .footer ul{
    list-style: none;
    padding: 0;
    column-count: 2;
  }
  .blue_bg .token {
    font-size: 38px;
    line-height: 0.5;
  }
  .total_supply h3{
    margin-top: 12px;
  }
  .total_supply span {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    font-family: 'relative-bold';
}
.footer_caption h4 {
  color: #fff;
  /* font-size: 30px; */
}
.hero-image-2 .hero-text h1 {
  font-size: 3em;
}
.hero-image-2 .hero-text p {
  font-size: 20px;
}
h2 {
  font-size: 43px;
  line-height: 1.25;
  letter-spacing: normal;
}
h3 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
.our_team h2 {
  font-size: 50px;
  font-family: 'relative-bold';
}
.our_team h4 {
  font-size: 30px;
}
.our_team p {
  font-size: 20px;
  margin-top: 15px;
}
.leadership {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.hero-image {
  height: 100vh;
}
.hero-image .hero-text {
  top: 40%;
  padding: 20px;
}
.left-sides p {
  margin: 0;
}
.report h2 {
  font-size: 45px;
  font-family: 'relative-bold';
}
.no-incident h5 {
  font-size: 25px;
}
.no-incident {
  padding: 10px 20px;
}
.brand-h1 {
  font-size: 40px;
}
.brand-h4 {
  font-size: 22px;
}
.span {
  font-size: 25PX;
  text-align: center;
}
.footer ul li a {
  font-size: 15px;
}
}