* {
    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;
}
.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-treasury {
    width: 230px;
height: 55px;
    background: #E5C10E;
    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 */
  .hero-sec{
      height: 1200px;
  }
  .bg-ornament{
    position: absolute;
      z-index: -9999;
      right: 0px;
      left: -450px;
      top: -450px;
      width: 200%;
  }
  
  .bg-ornament-btm-tres{
    position: absolute;
    z-index: -9999;
    left: -250px;
    top: 850px;
    width: 150%;
  }
  
  
  .t-big-display{
    font-size: 72px;
  line-height: 108px;
  margin-top: -50px;
  /* text-shadow: 1px 1px 24px #F30EF6; */
  }

  .shadow-tres{
    text-shadow: 1px 1px 24px #E5C10E;
  }
  
  .hero-tittle{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  
    align-items: center;
  }
  
  .p-display-yellow{
    text-align: center;
      padding: 0 141px 0 141px;
      color: #FFFFFF;
      opacity: 0.7;
      margin-top: -30px;
  
  }
  
  
  
  .symbol{
    margin-top: -50px;
    width: 30%;
  }

    .position-tres {
      position: relative;
      z-index: 2;
      margin-bottom: -39px;
  }
  

  .border-hero-tres{
      padding-top: 100px;
    margin-top: -99px;
        height: 311px;
        display: flex;
        flex-direction: column;
        align-items: center;

box-sizing: border-box;
/* filter: blur(25px); */


}
.position{
  top: 300px;
  position: absolute;
}

  .bg-block-hero-tres {
    display: flex;
    width: 700px;
    height: 108px;
    justify-content: center;
    background-color: #121212;
    position: relative;
   
}
  
  /* sec-tier */
  .bg-tier{
    left: -750px;
    top: 200px;
  }
  
  .t-tres-tittle{
    font-size: 55px;
    line-height: 71px;
  }
  
  .t-tres-p{
    font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
opacity: 0.7;
  }
  
  
  .tier, .tier-1, .tittle-tier{
    display: flex;
    position: relative;
  }
      
  .tier{
    align-items: center;
    padding-top: 200px;
  }

  .img-tier, .tittle-tier{
    width: 100%;
    justify-content: center;
  }
  .diagram{
    width: 70%;
  }
  
  
  .diag-1{
    flex-direction: column;
    position: relative;
        max-width: 600px;
        width:100%;
        /* height: 389px; */
        /* border-top: 1px solid #E5C10E; */
  /* border-right: 1px solid #E5C10E; */
  /* border-bottom: 1px solid #E5C10E; */
box-sizing: border-box;
        
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 70px 40px;
        /* box-shadow: 0px 0px 15px 3px #E5C10E; */
  }
  .diag-1.right{
    background: url("../asset_treasury/neon-right.png");
    background-position: center;
    background-size: 102% 110%;
    background-repeat: no-repeat;
  }
  .diag-1.left{
    background: url("../asset_treasury/neon-left.png");
    background-position: center;
    background-size: 102% 110%;
    background-repeat: no-repeat;
  }

  .diag-1 > h1{
    margin-top: unset;
    margin-bottom: 28px;
  }
  .diag-1 > p{
    margin: unset;
  }
  
  .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-footer */
  
  .sec-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 40px 0;
    margin-top: 140px;
  }
  
  .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){
    .main-content{
        padding: 20px 100px;
    }
  }
  @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){
   
  
  
  
    .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;
  }


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