@font-face {
  font-family: coinvue;
  src: url("media/PlIVFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zcHOUkQ.woff2");
}
@font-face {
  font-family: coinBold;
  src: url("media/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: coinBold;
}

body {
  width: 100%;
  height: 100vh;
  color: #fff;
  background-color: #0f051d;
}

nav {
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 2vw 3vw;
  width: 100%;
  align-items: center;
  position: fixed;
  z-index: 999;
}

.navMenu ul {
  display: flex;
  gap: 3vw;
}
.navMenu ul li {
  list-style: none;
}
.navMenu ul li a {
  text-decoration: none;
  color: #fff;
}
.logo h2 {
  font-family: coinBold;
  font-size: 3vw;
  font-weight: 700;
  cursor: pointer;
}

.navMenu ul li a {
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 1px;
}

.navIcons i {
  margin-right: 1vw;
  font-size: 1.5vw;
  cursor: pointer;
}

#hero {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(0deg, #0f051d 30%, #130749 70%);
  background-position: center;
  background-size: cover;
}
.heroBanner {
  width: 100%;
  padding-top: 7vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 15vw;
}
.heroCont {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3vw;
}
.heroCont img {
  width: 70px;
  height: 70px;
}
.heroCont h2 {
  font-size: 8vw;
  font-weight: 700;
  line-height: 9vw;
  text-align: center;
}

.colorHeading {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(25deg, #2600fc, #ff00ea);
  color: transparent;
}

.heroPrice {
  display: flex;
  justify-content: space-between;
  gap: 10vw;
  margin: 0vw auto;
}
.heroPriceBox {
  text-align: center;
}
.heroPriceBox img {
  width: 90px;
  height: 90px;
}

.heroPriceBox h2 {
  font-size: 1.7vw;
  margin-bottom: 0.7vw;
}

/* Market Update */

#marketUpdate {
  width: 100%;
  min-height: 100vh;
  padding: 3vw 1.5vw;
  position: relative;
  padding-bottom: 6vw;
}
#marketUpdate > h2 {
  font-size: 4vw;
  margin-bottom: 2vw;
}

#listIndexButton {
  position: absolute;
  bottom: 0;
  left: 40%;
  display: flex;
  gap: 2vw;
}

#listIndexButton h2 {
  padding: 0.7vw 1.4vw;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}
.priceListHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(25deg, #2600fc, #ff00ea);
  padding: 1vw;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.priceRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 1vw;
  border-bottom: 1px solid #fff;
}
.priceRow > div {
  display: flex;
  align-items: center;
}
.priceDiv {
  width: 25%;
  text-align: center;
}
.priceDiv:nth-child(3) {
  display: inline-block;
  align-items: center;
}
.priceDiv:nth-child(4) {
  display: flex;
  justify-content: end;
}
.priceRow > div > img {
  width: 60px;
  padding-right: 1vw;
}

.priceRow h2 {
  font-weight: 500;
}
/* .priceRowBox {
  display: none;
} */
#priceRowBox2 {
  display: none;
}
#priceRowBox3 {
  display: none;
}
#priceRowBox4 {
  display: none;
}
#priceRowBox5 {
  display: none;
}

/* WHY CHOOSE US */
.page3 {
  width: 100%;
  min-height: 100vh;
  padding: 8vw 2vw;
}
.page3 > h2 {
  font-size: 6vw;
  text-align: center;
}
.page3Cont {
  margin-top: 5vw;
  width: 100%;
  display: flex;
  min-height: 100vh;
  justify-content: space-around;
}
.page3left {
  width: 30%;
}
.page3Middle {
  width: 20%;
  display: block;
  margin: auto 0;
}
.page3Right {
  width: 30%;
}
.page3Middle img {
  width: 100%;
}
.page3ContBox {
  display: flex;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.05);
  border: 1px solid hsla(0, 0%, 51%, 0.25);
  border-radius: 2vw;
  gap: 3vw;
  margin-bottom: 3vw;
  padding: 2vw;
}

.page3ContBox i {
  font-size: 1.8vw;
  background-image: linear-gradient(25deg, #2600fc, #ff00ea);
  width: fit-content;
  padding: 1vw;
  border-radius: 3vw;
  height: 100%;
}
.page3ContBox h2 {
  font-size: 2vw;
  margin-bottom: 1vw;
}
.page3ContBox p {
  font-size: 1.4vw;
}

/* last page */
.lastPage {
  width: 100%;
  text-align: center;
  min-height: 100vh;
  text-align: center;
}
.lastPageCont {
  width: 100%;
  display: flex;
  justify-content: center;
}
.lastPageCont img {
  width: 70px;
  height: 70px;
}
.lastPageCont h2 {
  font-size: 8vw;
  padding: 0 2.5vw;
}
.lastPage p {
  margin-top: 1vw;
  text-align: center;
  font-size: 1.7vw;
}
.lastPage button {
  margin-top: 4vw;
  border: none;
  outline: none;
  color: #fff;
  padding: 2vw 4vw;
  border-radius: 6vw;
  font-size: 1.5vw;
  font-weight: 700;
  background-image: linear-gradient(25deg, #2600fc, #ff00ea);
  cursor: pointer;
}
footer {
  width: 100%;
  height: 350px;
  background: url(media/footer-bg.e33c036e05f949cf81cb.png);
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer > div i {
  font-size: 2.5vw;
  margin-right: 2vw;
  cursor: pointer;
}
footer div div {
  display: flex;
  margin-top: 2vw;
  font-size: 1.4vw;
  font-weight: 300;
  gap: 4vw;
  cursor: pointer;
}

footer div p:hover {
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(25deg, #2600fc, #ff00ea);
  color: transparent;
}
@media (max-width: 600px) {
  .navMenu {
    display: none;
  }
  nav {
    padding: 3vh 2vh;
  }
  .fa-bars {
    display: inline-block;
  }
  .logo h2 {
    font-size: 4vh;
  }
  .navIcons i {
    margin-right: 2vh;
    font-size: 3vh;
  }

  /* Hero Section */

  .heroBanner {
    padding: 23vh;
  }

  .heroCont img {
    display: none;
  }
  .heroCont h2 {
    font-size: 8vh;
    line-height: 8vh;
  }
  .heroPrice {
    display: none;
  }

  #marketUpdate {
    max-width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 2vh;
    padding-bottom: 15vh;
  }
  .marketPriceList {
    min-width: 100%;
    overflow-x: scroll;
  }
  .priceListHeader {
    min-width: 350%;
    padding: 3vh 1vh;
  }
  .priceRow {
    min-width: 350%;
    padding: 3vh 0;
  }
  #marketUpdate > h2 {
    font-size: 5vh;
    margin-bottom: 3vh;
  }
  .priceDiv:nth-child(1) img {
    margin-right: 2vh;
  }
  .page3 {
    width: 100%;
    height: 100vh;
  }

  #listIndexButton {
    bottom: 0;
    left: 10%;
    gap: 2vh;
  }

  #listIndexButton h2 {
    padding: 1vh 2.3vh;
  }

  /* Page3 */
  .page3 {
    width: 100%;
    min-height: 230vh;
  }
  .page3 > h2 {
    font-size: 10vh;
    text-align: center;
  }
  .page3Cont {
    margin-top: 5vh;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page3left {
    width: 90%;
  }
  .page3Middle {
    width: 50%;
  }
  .page3Right {
    width: 90%;
  }

  .page3ContBox {
    border-radius: 2vh;
    gap: 3vh;
    margin-bottom: 3vh;
    padding: 3vh 2vh;
  }

  .page3ContBox i {
    font-size: 3vh;
    padding: 2vh;
    border-radius: 3vh;
  }
  .page3ContBox h2 {
    font-size: 3vh;
    margin-bottom: 1vh;
  }
  .page3ContBox p {
    font-size: 2vh;
  }

  /* .lastPage */

  .lastPageCont img {
    display: none;
  }
  .lastPageCont h2 {
    font-size: 10vh;
    padding: 0 2.5vh;
  }
  .lastPage p {
    margin-top: 1vh;
    font-size: 3vh;
  }
  .lastPage button {
    margin-top: 6vh;
    padding: 2vh 4vh;
    border-radius: 6vh;
    font-size: 3vh;
  }

  /* footer */
  footer {
    height: 100px;
    background-color: red;
  }
  footer > div i {
    font-size: 4vh;
    margin-right: 3vh;
    cursor: pointer;
  }
}
