* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: white;
}

body{
  width:100vw;
  background: none;
  background-color :#121212;
  overflow-y: auto;
  overflow-x: hidden;
  margin: unset;
}

html{
  overflow-x: hidden;
}

li{
  list-style: none;
}

a{
  text-decoration: none;
  color:white;
}
button,
input,
select,
textarea{
  appearance: none;
  -webkit-appearance: none;
  border:unset;
  background-color: transparent;
  margin: unset;
  padding: unset;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.section{
  width:100%;
  position:relative;
  padding: 80px 40px;
}
.container{
  max-width:1440px;
  position:relative;
  width: 100%;
  margin: auto;
}
.cursor{
  cursor: pointer;
}
.btn-gradient{
  background: linear-gradient(269.84deg, #4260FF -51.44%, #3CC4EF 109.58%), #C4C4C4;
  border-radius: 10px;
}
.block{
  display: block;
}
.d-none {
  display: none;
}


.margin-btm-16{
  margin-bottom: 16px;
}
.margin-btm-18{
  margin-bottom: 18px;
}
.margin-btm-24{
  margin-bottom: 24px;
}
.margin-btm-32{
  margin-bottom: 32px;
}
.margin-btm-34{
  margin-bottom: 34px;
}
.margin-btm-35{
  margin-bottom: 35px;
}
.margin-btm-48{
  margin-bottom: 48px;
}
.margin-btm-51{
  margin-bottom: 51px;
}
.margin-btm-62{
  margin-bottom: 62px;
}
.margin-btm-80{
  margin-bottom: 80px;
}




.flex-r{
  display: flex;
  flex-direction: row;
}
.flex-r.v-center{
  align-items: center;
}
.flex-r.v-top{
  align-items: flex-start;
}
.flex-r.v-btm{
  align-items: flex-end;
}
.flex-r.h-center{
  justify-content: center;
}
.flex-r.h-left{
  justify-content: start;
}
.flex-r.h-right{
  justify-content: end;
}
.flex-r.just-space{
  justify-content: space-between;
}
.flex-c{
  display: flex;
  flex-direction: column;
}
.flex-c.h-center{
  align-items: center;
}
.flex-c.h-left{
  align-items: flex-start;
}
.flex-c.h-right{
  align-items: flex-end;
}
.flex-c.v-center{
  justify-content: center;
}
.flex-c.v-top{
  justify-content: start;
}
.flex-c.h-btm{
  justify-content: end;
}


.t-400{
  font-weight: 400;
}
.t-500{
  font-weight: 500;
}
.t-600{
  font-weight: 600;
}
.t-700{
  font-weight: 700;
}
.t-800{
  font-weight: 800;
}



.t-12-14{
  font-size: 12px;
  line-height: 14px;
}
.t-14-14{
  font-size: 14px;
  line-height: 14px;
}
.t-14-16{
  font-size: 14px;
  line-height: 16px;
}
.t-16-19{
  font-size: 16px;
  line-height: 120%;
}
.t-18-21{
  font-size: 18px;
  line-height: 120%;
}
.t-20-24{
  font-size: 20px;
  line-height: 120%;
}
.txt-20-24 {
  font-size: 20px;
  line-height: 24px;
}



.t-center{
  text-align: center;
}
.t-right{
  text-align: right;
}
.t-left{
  text-align: left;
}



/* navbar */
.Navbar {
  background-color: transparent;
  display: flex;
  padding: 16px;
  font-family: sans-serif;
  color: white;
}

.Navbar__Link {
  padding-right: 8px;
}

.link__margin{
  margin: 0 55px 0 55px;
}

.Navbar__Items {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 40px;
}

.Navbar__Items--right {
  margin-left: auto;
}

.Navbar__Link-toggle {
  display: none;
}

.btn-nav {
  width: 140px;
  height: 50px;
  background: linear-gradient(270deg, #e20deb 0%, #96029b 100%);
  border-radius: 60px;
}

.logo > img.large {
  display: block;
  width: 177px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .Navbar__Items,
  .Navbar {
    flex-direction: column;
  }

  .Navbar__Items {
    display: none;
  }

  .Navbar__Items--right {
    margin-left: 0;
  }

  .Navbar__ToggleShow {
    display: flex;
  }

  .Navbar__Link-toggle {
    align-self: flex-end;
    display: initial;
    position: absolute;
    cursor: pointer;
  }
}

/* sec-hero */

.bg-ornament{
  position: absolute;
    z-index: -9999;
    right: 0px;
    left: -450px;
    top: -450px;
    width: 200%;
}

.bg-ornament-btm{
  position: absolute;
  z-index: -9999;
  right: 0px;
  left: -1000px;
    top: 250px;
  width: 200%;
}


.t-big-display{
  font-size: 72px;
line-height: 108px;
margin-top: -50px;
text-shadow: 1px 1px 24px #F30EF6;
}
.t-24-36 {
    font-size: 24px;
    line-height: 36px;

}
.hero-tittle{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;

  align-items: center;
}

.p-display{
  text-align: center;
    padding: 0 141px 0 141px;
    color: #D4D0D5;
    margin-top: -30px;
    /* margin-bottom: 80px; */
text-shadow: 0px 0px 44px #F30EF6;
}

.btn-hero{
  width: 230px;
  height: 55px;
}

.btn-nav-border {
  border-radius: 60px;
  border: 1px solid #F30EF6;
box-sizing: border-box;
color: #F30EF6;
}

.btn-wrap{
  display: flex;
  width: 100%;
  justify-content: center;
}

.m-btn-right{
  margin-right: 40px;
}

.symbol{
  /* margin-top: -50px; */
  width: 20%;
}
.position-pad{
  position: relative;
  z-index: 2;
  /* margin-bottom: -100px; */
}

.border-hero-pad{
  padding-top: 100px;
margin-top: -99px;
    width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: center;
box-sizing: border-box;
position: relative;
/* filter: blur(25px); */
}
.position{
  top: 300px;
  position: absolute;
}



.bg-block-hero-pad {
display: flex;
width: 700px;
height: 108px;
justify-content: center;
background-color: #121212;
position: relative;
}

/* sec-tier */
.bg-tier{
  left: -750px;
  top: 200px;
}

.t-tier-tittle{
  font-size: 55px;
  line-height: 82px;
}

.t-tier-p{
  font-size: 21px;
line-height: 31px;
}


.tier, .tier-1, .tittle-tier{
  display: flex;
  position: relative;
}
    
.tier{
  align-items: center;
}
.img-tier, .tittle-tier{
  width: 100%;
  justify-content: center;
}
.diamond{
  width: 140%;
}

.dmn-1{
  margin-left: -155px;
}

.tier-1{
  flex-direction: column;
  position: relative;
      width: 570px;
      height: 389px;
      background: rgba(131, 20, 161, 0.2);
      border: 1px solid #B21CDA;
      box-sizing: border-box;
      backdrop-filter: blur(10px);
      display: flex;
      align-items: flex-start;
      justify-content: center;
      padding: 0 70px 70px;
      box-shadow: 0px 0px 15px 3px rgba(243, 14, 246, 0.5);
}

.react{
  position: absolute;
}

.react-left-1{
  top: -40px;
  left: -70px;
}
.react-right-1{
  bottom: -35px;
  right: -35px;
}

.react-left-2{
  bottom: -38px;
  left: -40px;
}
.react-right-2{
  top: -40px;
    right: -46px;
}

.react-left-3{
  top: -40px;
  left: -45px;
}



.minus-margin{
  margin-top: -400px;
}

/* sec-cta  */

.cta{
  display: flex;
  justify-content: center;
  padding: 0 40px 0 40px;
}

.cta-cont{
  width: auto;
  height: auto;
  padding: 85px 0 64px 0;
  background: rgba(131, 20, 161, 0.2);
  border: 1px solid #B21CDA;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  
  align-items: center;
  justify-content: center;
}

.t-cta{
margin-bottom: 53px;
padding-left: 200px;
    padding-right: 200px;
}

.btn-cta{
  width: 230px;
height: 55px;
}

/* sec-footer */

.sec-footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 40px 0;
  margin: 140px 40px 0 40px;
  border-color: rgb(225, 225, 225, 0.1);
  border-top-style: solid;
}

.footer, .logo-ecosystem, .menu-right{
  display: flex;
}

.menus{
padding:0 20px 0 20px ;
}

.ul-link{
  
    display: flex;
    flex-direction: column;
    padding: 0;
}

.m-right{
  margin-right: 100px;
}

.m-center{
  margin: 0 200px 0 200px;
}

.copyright{
  margin-top: 100px;
  color: #FFFFFF;
  opacity: 0.5;
}

.btn-footer{
  Width : 200px;
Height : 45px;
}

.margin-btm-12{
  margin-bottom: 12px;
}

.t-footer-tittle{
  font-size: 22px;
line-height: 33px;
}

.logo-degem{
  margin-top: -15px;
}

.logo-ecosystem > img {
  width: 20%;
}

.logo-ecosystem {
  margin-bottom: 12px;
}

.logo-ecosystem > h1 {
  margin-left: 18px;
}



/* respondsive  */

@media all and (min-width: 1280px){
  .tier{margin-top: 200px;}

  .minus-margin {
    margin-top: auto;
}
}
@media all and (min-width: 1440px){

}




@media all and (max-width: 1140px){




}
@media all and (max-width: 1000px){
  
}
@media all and (max-width: 994px){
  .ticker-coin > div > div{
      margin-right: 30px;
      margin-bottom: 10px;
  }
}
@media all and (max-width: 972px){
  .main-content{
      padding: 20px 30px;
  }
 
}
@media all and (max-width: 768px),
all and (orientation: landscape) and (max-width: 768px){
  .hero{
    padding: 0 10px 0 10px;
  
  }
  .tier-1 {
   
    width: auto;
    height: auto;
    padding: 0 20px;
    
  }
  
  .t-tier-tittle {
    font-size: 40px;
    line-height: 30px;
  }
  
  .t-tier-p {
    font-size: 18px;
    line-height: 30px;
  }
  
  .tier, .tittle-tier {
    
    padding: 40px 10px;
  }
  
  .border-hero-pad {
    padding-top: 0px;
    margin-top: 40px;
    width: auto;
  
  }
  
  .t-big-display {
    font-size: 42px;
    text-shadow: 1px 1px 24px #f30ef6;
  }
  
  .p-display {
    padding: 0 50px 0 50px;
    color: #D4D0D5;
    
  }
  .t-24-36 {
    font-size: 18px;
      line-height: 30px;
  }
  
  
  
  .m-btn-right {
    
    margin-right: 20px;
  }
  
  .position {
    top: 87px;
    position: absolute;
    width: 100%;
    height: 90%;
  
  
  }
  .minus-margin {
    margin-top: auto;
  }
  

  
  .dmn-1 {
    margin-left: auto;
  }
  .diamond {
    width: 100%;
  
  }
 
  
  .cta {
    margin-top: 100px;
    padding: 0 20px 0 20px;
  }
  
  .m-center {
    margin: 0 0px 0 0px;
  }
  
  .cta-cont {
  
    padding: 85px 20px 64px 20px;
   
  }
  
  .btn-nav {
    width: 100%;
  }
  .logo-ecosystem {
    display: flex;
    flex-direction: row;
  };
  .logo-left {
    margin-right: 0;
  }



  .t-12-14{
      font-size: 11px;
      line-height: 13px;
  }
  .t-14-14{
      font-size: 12px;
      line-height: 14px;
  }
  .t-14-16{
      font-size: 12px;
      line-height: 14px;
  }
  .t-16-19{
      font-size: 12px;
      line-height: 14px;
  }
  .t-18-21{
      font-size: 16px;
      line-height: 18px;
  }
  .t-20-24{
      font-size: 18px;
      line-height: 21px;
  }
}
@media all and (max-width: 568px){
 
  .logo > img.big{
      display: block;
  }
  .logo > img.small{
      display: none;
  }
}

@media all and (max-width: 430px){


  .tier, .tier-1, .tittle-tier, .btn-wrap {
    display: flex;
    position: relative;
    flex-direction: column;
}

  .t-big-display {
    font-size: 24px;
}

.column-reverse-mobile{
  display: flex;
  flex-direction: column-reverse;
}


}
@media all and (max-width: 320px){
  
}