* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  scroll-behavior: smooth;

}
body {
  font-family: "Shippori Antique B1", sans-serif;
  scroll-behavior: smooth;
}
.nav {
  width: 100%;
  z-index: 2;
  font-size: 10px;
  display: flex;
  position: fixed;
  background-color: #db892f;
  justify-content: space-between;
}
.fa-users {
  color: red;
  font-size: 100%;
}
.fa {
  font-size: 100%;
}
@media screen and (max-width: 800px) {
  .nav {
    width: 100% ;
    display: flex;
    justify-content: space-between;
  }
}

.main-bg {
  height: 100vh;
  width: 100vw;
  background: url(firstBackground.jpg);
  background-color: rgba(255, 255, 255, 0.659);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-bg2 {
  height: 450vh;
  width: 100%;
  background: url(bg2.jpg);
  background-color: rgba(255, 255, 255, 0.911);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container {
  margin: 0 auto;
}
.main-bg {
  height: 100vh;
  width: 100%;
  background: url(firstBackground.jpg);
  background-color: rgba(255, 255, 255, 0.659);
  background-blend-mode: screen;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mater {
  width: 90%;
}
.buy{
  padding: 10px 57px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #db892f;
  background-color: white;
  color: #db892f;
}
#op{
  font-size: 16px;
}
@media screen and (max-width:900px){
  #op{
    font-size: 10px;
  }
}
.mater h1 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  font-family: "Shippori Antique B1", sans-serif;
}
.logo {
  margin-top: 4px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
@media screen and (max-width:900px){
  .logo {
    height: 55px;
    border-radius: 100%;
    object-fit: cover;
  }
}
.middle-nav {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  font-size: 22px;
  font-family: "Antic", Sans-serif;
  padding-top: 20px;
  font-weight: 500;
}
.hand-burger {
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;
  margin-top: 15px;
}
.hand-item {
  width: 50px;
  height: 4px;
  border-radius: 10px;
  margin-top: 7px;
  background-color: rgb(53, 50, 50);
  margin-left: 3px;
}
@media screen and (max-width: 800px) {
  .hand-burger {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .middle-nav {
    display: none;
  }
}
.middle-nav p {
  fill: #2d2d2d;
  color: #2d2d2d;
}
.middle-nav p:hover {
  transition: 0.5s;
  cursor: pointer;
  color: #fff;
}
.ball2 {
  margin-top: 20px;
  height: 40px;
  width: 40px;
  font-size: 30px;
  border: 1px solid #db892f;
  border-radius: 100%;
  color: #db892f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ball {
  margin-top: 20px;
  height: 40px;
  width: 40px;
  font-size: 30px;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:900px){
  .ball {
    margin-top: 20px;
    height: 30px;
    width: 30px;
    font-size: 20px;
    border: 1px solid white;
    border-radius: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ball:hover {
  margin-top: 20px;
  height: 40px;
  width: 40px;
  background-color: #db892f;
  border-radius: 100%;
  transition: 1s;
  cursor: pointer;
  color: white;
}
a {
  text-decoration: none;
}
footer {
  height: 2%;
  width: 100%;
  color: white;
  margin-top: 20%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
  font-weight: 200;
  padding-right: 10px;
  align-items: c;
  background-color: black;
}
.ball-tag {
  width: 7%;
  justify-content: space-between;
  display: flex;
  
}
@media screen and (max-width:900px){
  .ball-tag {
     
    width: 15%;
    justify-content: space-between;
    display: flex;
    margin-right: 2
  }
}
@media screen and (max-width:400px){
  .ball-tag {
    
    width: 15%;
    justify-content: space-between;
    display: flex;
    margin-right: 20px;
  }
}
.ball-tag2 {
  margin: 0 auto;
  width: 20%;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 800px) {
  .mt{
    margin-top: 20px;
  }
}
#main {
  padding-top: 10%;
  height: 80%;
  width: 100%;
  display: flex;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .button-container {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .buttons {
    padding: 12px 100px;
  }
}

.button-container {
  min-width: 29vw;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.buttons {
  padding: 10px 50px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #db892f;
  background-color: white;
  color: #db892f;
}
.buttons:hover {
  border: 1px solid white;
  background-color: #db892f;
  color: white;
  transition: 0.5s;
}
.white-paper {
  padding: 10px 50px;
  font-size: 17px;
  cursor: pointer;
  border: 2px solid #db892f;
  background-color: white;
  color: #db892f;
  border-radius: 3px;
  display: block;
  margin: 20px auto;
}

.white-paper:hover {
  padding: 10px 50px;
  border: 1px solid white;
  background-color: #db892f;
  color: white;
  transition: 0.5s;
}
.hidden-item{
  height: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: 1s;
  width: 100%;
  background-color: #ffecd6;
  position: fixed;
  top: 70px;
}
.hidden-item a{
  font-size: 22px;
  font-family: "Antic", Sans-serif;
  font-weight: 500;
  color: #494c4f;
  text-align: center;
}
.hidden-item a:hover{
  
}


.main-logo {
  height: 70%;
  width: 25%;
  border: 100%;
  animation-name: bounce;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media screen and (max-width:900px){
  .main-logo {
    margin-top: 110px;
    height: 40%;
    width: 50%;
    margin-right: 20px;
    border: 100%;
    animation-name: bounce;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
}
.main-logo :hover{
  transform: scale(1.2, 1.2);
}
.main-bg2 h1 {
  color: #db892f;
  text-align: center;
  padding: 10px 0;
}
.text-width {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  color: #2e2b2b;
  font-weight: 400;
}
.text-center {
  text-align: center;
  font-family: sans-serif;
}
@keyframes bounce {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.xx {
  text-align: center;
  padding: 10px 0;
}
.grid {
  display: flex;
  height: auto;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width:900px){
  .grid {
    display: flex;
    height: 45%;
    flex-direction: column;
    width: 100%;
  }
  .ss{
    font-size: 20px;
  }
}
.card {
  box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 50%);
  width: 15%;
  background-color: #fce9d4f8;   
  padding: 45px 0px;
  text-align: center;
  transition: 1s;
}
@media screen and (max-width:1000px){
  .card {
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 50%);
    width: 55%;
    background-color: #fce9d4f8;
    margin: 0 auto;
    padding: 45px 0px;
    text-align: center;
  }
}
.card:hover {
  transform: scale(1.2, 1.2);
}

.card h1 {
  font-size: 30px;
  font-weight: 400;
}
.card h2 {
  font-size: 20px;
  font-weight: 200;
}
.mac{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.chart {
  display: flex;
  margin-top: 60px;
  height: 15%;
  align-items: center;
  justify-content: space-evenly;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:900px){
  .chart {
    display: flex;
    margin-top: 60px;
    height: 15%;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: column;
  }
}
h2 {
  text-align: center;
  font-weight: 400;
  padding-top: 20px;
}
.grids {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  display: grid;
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width:800px){
  .grids {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    position: relative;
    display: grid;
    max-width: 80vw;
    margin: 0 auto;
  }
}
.wallet {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  display: grid;
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .wallet {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    position: relative;
    display: grid;
    max-width: 80vw;
    margin: 0 auto;
  }
}

.wallet2 {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  display: grid;
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .wallet2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    position: relative;
    display: grid;
    max-width: 80vw;
    margin: 0 auto;
  }
}
.contract-wallet {
  margin-top: 50px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eeeeee;
  border-radius: 0px;
  background-color: #ffecd6;
  height: 15vh;
  width: 15vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:800px){
  .contract-wallet {
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-radius: 0px;
    background-color: #ffecd6;
    height: 15vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contract-wallet:first-child {
    margin-top: 50px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-radius: 0px;
    background-color: #ffecd6;
    height: 25vh;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.contract-wallet:hover {
  transform: scale(1.2, 1.2);
}
.contract-wallet img {
  width: 60%;
}
.cardff {
  margin-top: 50px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eeeeee;
  border-radius: 0px;
  background-color: #ffecd6;
  height: 40vh;
  width: 17vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 1s;
}
@media screen and (max-width:800px){
  .cardff {
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eeeeee;
    border-radius: 0px;
    background-color: #ffecd6;
    height: 40vh;
    width: 49vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: 1s;
  }
}
.cardff:hover {
  transform: scale(1.2, 1.2);
}
.cardff > figure {
  display: flex;
  justify-content: center;
  height: 80%;
}
.cardff figure img {
  height: 100%;
  object-fit: contain;
  width: 70%;
  border-radius: 100%;
}
.contract {
  display: flex;
  height: 40vh;
  width: 100%;
  margin-top: 10%;
}
@media screen and (max-width:800px){
  .res{
    font-size: 15px;
    text-align: center;
  }
  .contract {
    display: flex;
    height: 80vh;
    width: 100%;
    margin-top: 10%;
    justify-content: space-between;
    flex-direction: column;
  }
}
.contract-card p {
  color: #b30c1c;
  font-family: "Antic", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  word-spacing: 4px;
  font-weight: 400;
}
.contract-card h3 {
  color: #454545;
  font-weight: 400;
  font-size: 24px;
  padding-top: 5%;
}
.contract-card {
  width: 40%;
  text-align: center;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 90vw;
}
@media screen and (max-width:800px){
  .contract-card {
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 90vw;
  }
}
.fa-file-contract {
  font-size: 50px;
  color: red;
}
.con {
  display: block;
  margin: 0 auto;
  max-width: 90vh;
}
