@font-face {
  font-family: lufga;
  src: url(./assets/LufgaLight.ttf);
}

@font-face {
  font-family: lufga-regular;
  src: url(./assets/LufgaRegular.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: lufga;
  user-select: none;
}

html,
body {
  height: 100%;
  width: 100%;
}

.main {
  min-height: 100vh;
  width: 100%;
  background-color: #101010;
  padding-top: 1vw;
}

.nav {
  height: 10vh;
  width: 100%;
  /* background-color: red; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1vw;
}

.nav-left {
  height: 100%;
  width: 25%;
  /* background-color: green; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-left h1 {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 800;
}

.nav-left h1 a {
  text-decoration: none;
  color: white;
}

.nav-mid {
  height: 100%;
  width: 35%;
  background-color: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 30px;
}

.nav-mid h2 {
  font-size: 1.5vw;
  font-weight: 800;
  font-family: lufga-regular;
}

.nav-mid h2 a {
  color: white;
  text-decoration: none;
}

.nav-right {
  height: 100%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
}

.nav-right #ham1 {
  transition: all ease 0.2s;
}

.nav-right #ham1 i {
  color: white;
  cursor: pointer;
  font-size: 1.8vw;
}

.nav-right h2:hover {
  transform: scale(1.2);
}

.nav-right #ham2 i {
  color: #d5f802;
  display: none;
}

.nav-right button {
  padding: 1.2vw 2.7vw;
  border-radius: 30px;
  font-size: 1.2vw;
  cursor: pointer;
  border: 1px solid #d5f802;
  background-color: transparent;
  color: white;
  font-family: lufga-regular;
  transition: all ease 0.3s;
}

.nav-right button:hover {
  background-color: #d5f802;
  color: black;
}

.hero {
  height: 88vh;
  width: 100%;
  /* background-color: red; */
  position: relative;
}

.hero>img {
  position: absolute;
  height: 30%;
  transform: rotate(-30deg);
  top: 20%;
  left: 20%;
}

.hero-heading {
  height: 30%;
  width: 100%;
  /* background-color: blue; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.hero-heading>div {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: red; */
  gap: 2vw;
}

.hero-heading>div>h1 {
  font-size: 4.5vw;
  color: white;
  font-weight: 100;
}

.hero-heading>div>img {
  height: 2vw;
}

.hero-heading>h1 {
  font-size: 4.5vw;
  font-family: lufga-regular;
  color: #cccccc;
}

.hero-contents {
  height: 70%;
  width: 100%;
  display: flex;
}

.hero-contents-left {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.circle {
  height: 35%;
  width: 43%;
  background: linear-gradient(135deg, #22260e, black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-circle {
  height: 78%;
  width: 78%;
  border-radius: 50%;
  border: 1px solid #404624;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-circle img {
  height: 90%;
}

.hero-contents-left h3 {
  color: white;
  width: 50%;
  text-align: center;
}

.hero-contents-mid {
  height: 100%;
  width: 50%;
}

.hero-contents-mid img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.hero-contents-right {
  height: 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}

.num-box {
  height: 20%;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #d5f802;
}

.num-box h2 {
  font-size: 2.8vw;
  color: white;
}

.num-box h2 span {
  color: #d5f802;
}

.num-box h4 {
  font-size: 0.9vw;
  color: white;
  color: #d5f802;
  margin-bottom: 1vw;
}

.explore-circle {
  height: 22%;
  width: 27%;
  background-color: #1f1f1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-circle img {
  height: 100%;
}

.page2 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.page2>img {
  height: 22%;
  position: absolute;
  top: 11%;
  left: 7%;
  z-index: 20;
  transform: rotate(-25deg);
}

.page2-up {
  height: 13%;
  width: 100%;
  padding: 2vw 3vw 0 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page2-up-left {
  height: 100%;
  width: 20%;
}

.page2-up-left h3 {
  color: #d5f802;
  font-size: 1.4vw;
}

.page2-up-left h2 {
  font-size: 2.5vw;
  color: white;
  font-family: lufga-regular;
}

.page2-up-mid {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page2-up-mid h2 {
  width: 55%;
  font-size: 1.3vw;
  text-align: center;
  color: white;
  font-family: lufga-regular;
}

.page2-up-right {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 1vw;
}

.page2-up-right button {
  padding: 10px 20px;
  font-size: 2vw;
  border: none;
  cursor: pointer;
  border-radius: 7px;
}

.page2-up-right .btn1 {
  background-color: #000000;
  transition: all ease 0.3s;
  border: 1px solid rgb(49, 49, 49);
  box-shadow: 0px 0px 3px #ffffff;
}

.page2-up-right .btn1 i {
  color: white;
}

.page2-up-right .btn1:hover i {
  color: black;
}

.page2-up-right .btn1:hover {
  background-color: white;
  border: 1px solid #d5f802;
  box-shadow: 0px 0px 10px #d5f802;
}

.page2-up-right .btn2 {
  background-color: #ffffff;
  transition: all ease 0.3s;
}

.page2-up-right .btn2 i {
  color: black;
}

.page2-up-right .btn2:hover i {
  color: white;
}

.page2-up-right .btn2:hover {
  background-color: black;
  outline: 1px solid #d5f802;
  box-shadow: 0px 0px 10px #d5f802;
}

.cards {
  height: 80%;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 1vw;
  /* background-color: red; */
}

.card {
  height: 90%;
  width: 27%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.wrapper {
  height: 75%;
  width: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid grey;
  border-radius: 20px;
  cursor: pointer;
}

.wrapper>h3 {
  position: absolute;
  color: black;
  z-index: 10;
  background-color: #DFF111;
  font-size: .9vw;
  padding: 5px 15px;
  top: 20%;
  left: -1%;
  font-family: lufga-regular;
}

.top-card {
  height: 80%;
  width: 85%;
  background-color: #8100F5;
  clip-path: polygon(36% 0, 60% 13%, 100% 13%, 100% 100%, 68% 100%, 46% 88%, 0 88%, 0 0);
  display: flex;
  align-items: center;
  justify-content: center;

}

.top-card img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  transition: all ease .2s;
}

.wrapper:hover .top-card img {
  transform: scale(1.1);
}

.time {
  width: 35%;
  position: absolute;
  top: 10%;
  right: 6%;
}

.time h4 {
  color: #808080;
  font-size: 1vw;
}

.time h3 {
  font-size: 1vw;
  color: white;
}

.Eth {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 8%;
}

.Eth img {
  height: 1.5vw;
}

.Eth h3 {
  /* height: 1vw; */
  font-size: 1.2vw;
  color: white;
  margin-left: 10px;
}

.card-btn {
  padding: 1vw 4vw;
  font-size: 1.2vw;
  border-radius: 30px;
  border: 1px solid #8100F5;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  font-family: lufga-regular;
  transition: all ease .3s;
}

.card-btn:hover {
  background-color: #8100F5;
  box-shadow: 0px 0px 15px #8100F5;
}

.card:nth-child(2) .wrapper .top-card {
  background-color: #BDDD00;
}

.card:nth-child(2) .wrapper>h3 {
  background-color: #FF7F23;
}

.card:nth-child(2) .card-btn {
  border: 1px solid #BDDD00;
}

.card:nth-child(2) .card-btn:hover {
  background-color: #BDDD00;
  box-shadow: 0px 0px 10px #BDDD00;
}

.card:nth-child(3) .wrapper .top-card {
  background-color: #FF642B;
}

.card:nth-child(3) .wrapper>h3 {
  background-color: #DFF111;
}

.card:nth-child(3) .card-btn {
  border: 1px solid #FF642B;
}

.card:nth-child(3) .card-btn:hover {
  background-color: #FF642B;
  box-shadow: 0px 0px 10px #FF642B;
}

@media (max-width: 600px) {
  .nav {
    height: 8vh;
    padding: 1vw 2vw;
  }

  .nav-left {
    width: 40%;
  }

  .nav-left h1 {
    font-size: 5vw;
  }

  .nav-mid {
    display: none;
  }

  .nav-right {
    justify-content: end;
    margin-right: 1vw;
  }

  .nav-right #ham1 {
    display: none;
  }

  .nav-right h2:hover {
    transform: none;
  }

  .nav-right button {
    display: none;
  }

  .nav-right #ham2 i {
    color: #d5f802;
    display: inline-block;
  }

  .hero {
    min-height: auto;
  }

  .hero>img {
    height: 15%;
    top: 45%;
    left: 6%;
  }

  .hero-heading {
    height: auto;
  }

  .hero-heading>div>h1 {
    font-size: 6vw;
  }

  .hero-heading>div>img {
    height: 4vw;
  }

  .hero-heading>h1 {
    font-size: 6vw;
  }

  .hero-contents {
    height: auto;
    flex-direction: column;
    background-color: #101010;
  }

  .hero-contents-left {
    height: 40vh;
    width: 100%;
    /* gap: 3vw; */
    /* background-color: red; */
    justify-content: space-evenly;
  }

  .circle {
    height: 50%;
    width: 42%;
  }

  .hero-contents-left h3 {
    font-size: 4.5vw;
    line-height: 5.2vw;
    width: 85%;
  }

  .hero-contents-mid {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-contents-mid img {
    width: 90%;
  }

  .hero-contents-right {
    height: auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /* gap: 1.5vw; */
    padding: 0 10vw;
  }

  .num-box {
    height: 10vh;
    width: 35%;
    /* background-color: red; */
    margin-top: 4vw;
  }

  .num-box h2 {
    font-size: 8vw;
  }

  .num-box h4 {
    font-size: 4vw;
    margin-bottom: 0vw;
  }

  .num-box:nth-last-child(2) {
    margin-right: 5vw;
  }

  .explore-circle {
    height: 10vh;
    width: 27%;
    margin-right: 3vw;
  }

  .page2 {
    min-height: 200vh;
    margin-top: 25vh;
    justify-content: space-evenly;
    background-color: #101010;
  }

  .page2>img {
    display: none;
  }

  .page2-up {
    min-height: 25vh;
    padding: 2vw 5vw 0 5vw;
    /* background-color: red; */
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 5vw;
  }

  .page2-up-left {
    min-height: auto;
    width: 100%;
  }

  .page2-up-left h3 {
    font-size: 6vw;
  }

  .page2-up-left h2 {
    font-size: 9vw;
  }

  .page2-up-mid {
    height: auto;
    width: 100%;
  }

  .page2-up-mid h2 {
    width: 100%;
    font-size: 4vw;
  }

  .page2-up-right {
    justify-content: start;
    min-height: auto;
    width: 100%;
    gap: 3vw;
  }

  .page2-up-right button {
    font-size: 6vw;
  }

  .cards {
    min-height: auto;
    width: 100%;
    flex-direction: column;
    gap: 2vw;
    margin-top: 5vw;
  }

  .card {
    height: 90%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .wrapper {
    height: 40vh;
    width: 90%;
  }

  .wrapper>h3 {
    font-size: 3vw;
  }

  .time h4 {
    font-size: 3vw;
  }

  .time h3 {
    font-size: 3.5vw;
  }

  .Eth img {
    height: 6vw;
  }

  .Eth h3 {
    font-size: 4vw;
  }

  .card-btn {
    padding: 3vw 9vw;
    font-size: 4vw;
    border-radius: 20px;
    border: 1px solid #8100F5;
    background-color: transparent;
    cursor: pointer;
    text-transform: uppercase;
    color: white;
    font-family: lufga-regular;
    transition: all ease .3s;
  }

}