* {
    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;
}

.txt-24-36 {
  font-size: 24px;
  line-height: 36px;
}





.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-gemcave {
    width: 140px;
    height: 50px;
    background: #12CC3E;
    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{
    height: 1400px;
  }

 
  
  .bg-ornament{
    position: absolute;
      z-index: -9999;
      right: 0px;
      left: -450px;
      top: -450px;
      width: 200%;
  }
  
  .bg-ornament-btm-gem{
    position: absolute;
    z-index: -9999;
    right: 0px;
    left: -500px;
    top: 650px;
    width: 150%;
  }
  
  
  .t-big-display{
    font-size: 72px;
  line-height: 108px;
  margin-top: -50px;
  text-shadow: 1px 1px 24px #F30EF6;
  }

  .shadow-gem{
    text-shadow: 1px 1px 24px #12CC3E;
  }
  
  .hero-tittle{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  
    align-items: center;
  }
  
  .p-display-green{
    text-align: center;
      /* padding: 0 141px 0 141px; */
      color: #D4D0D5;
      margin-top: -30px;
      margin-bottom: 80px;
    text-shadow: 0px 0px 44px #12CC3E;
  }
  
  .btn-hero{
    width: 230px;
    height: 55px;
  }
  
  .symbol{
    margin-top: -50px;
    width: 30%;
  }

  .position-gem{
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
  }

  .border-hero-gem{
    padding-top: 100px;
    margin-top: 10px;
      width: 1160px;
      height: 311px;
      display: flex;
      flex-direction: column;
      align-items: center;
box-sizing: border-box;

  
}

.bg-block-hero-gem {
  display: flex;
  width: 700px;
  height: 108px;
  justify-content: center;
  background-color: #121212;
  position: relative;
}
.position{
  top: 300px;
  position: absolute;
}
  
  /* 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-footer */
  
  .sec-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 40px 0;
    margin-top: 140px;
    border-top-style: solid;
    
    border-color: rgb(225, 225, 225, 0.1);
  }
  
  .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){
   
  }
  @media all and (min-width: 1440px){
  
  }
  
  
  
  
  @media all and (max-width: 1140px){
    .position {
      width: 90%;
  }
  .txt-24-36 {
    font-size: 18px;
}
.t-big-display {
  font-size: 50px;
  ;
}
  }
  @media all and (max-width: 1000px){

  
    
  }
  @media all and (max-width: 994px){
    
  }
  @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){
    .txt-24-36 {
      font-size: 18px;
  }
  .t-big-display {
    font-size: 40px;
    
  }



.p-display-green {
  
  padding: 0 300px 0 300px;
  color: #D4D0D5;
  margin-top: -69px;
  
  
}
  
  
  
  }
  @media all and (max-width: 568px){
   
    .logo > img.big{
        display: block;
    }
    .logo > img.small{
        display: none;
    }
  }
  
  @media all and (max-width: 430px){
  }
  @media all and (max-width: 320px){
    
  }