@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0b0d11;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.header {
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  height: 100px;
  position: fixed;
  z-index: 999;
}
.header_wrapper {
  max-width: 1400px;
  position: fixed;
  width: 100%;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.header_wrapper ul li {
  list-style: none;
}
.header_wrapper ul li a {
  color: #b8af85;
  text-decoration: none;
}
.header_wrapper ul li a:hover {
  color: #c8d7f3;
}
.header .logo {
  height: 70%;
  position: absolute;
  left: 30px;
}
.header .logo img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.header ul {
  display: flex;
}
.header ul li {
  list-style: none;
  font-size: 22px;
  color: #e7ecf8;
  flex-direction: row;
  padding-left: 30px;
}

.nav_bg {
  background: #0b0d11;
  border-bottom: 1px solid rgba(221, 178, 70, 0.43);
}

.hero-section {
  height: auto;
  width: 100%;
  padding-top: 180px;
  top: 0;
  background-image: url(../img/hero_bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .title2 {
  color: rgba(255, 255, 255, 0.856);
  text-align: center;
  font-family: "Iceland";
  font-size: 45px;
  font-family: "Iceland", cursive;
}
.hero-section .intro {
  font-family: "Noticia Text", serif;
  color: rgb(230, 224, 224);
  font-size: 34px;
  max-width: 700px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Inter";
  background: rgba(0, 0, 0, 0.2941176471);
  border-radius: 12px;
  padding: 10px;
}
.hero-section .asset1 {
  position: absolute;
  right: 0;
  top: 180px;
}

.intro_btn_wrapper {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: ghostwhite;
  display: flex;
  flex-direction: row;
  max-width: 250px;
  justify-content: space-between;
}
.intro_btn_wrapper a {
  color: inherit;
  text-decoration: none;
}
.intro_btn_wrapper .get_wallet {
  height: 50px;
  padding: 10px;
  background: rgba(191, 138, 0, 0.6196078431);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}
.intro_btn_wrapper .get_wallet:hover {
  background: rgba(181, 138, 29, 0.884);
}
.intro_btn_wrapper .get_wallet a {
  color: inherit;
}
.intro_btn_wrapper .block_explorer {
  height: 50px;
  padding: 10px;
  border: 3px solid rgba(181, 139, 29, 0.96);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.intro_btn_wrapper .block_explorer:hover {
  background: rgba(82, 76, 76, 0.4);
}

.features {
  margin-top: 120px;
  width: 100%;
  min-height: 40vh;
  height: auto;
  top: 10px;
}
.features_wrapper {
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-left: auto;
  margin-right: auto;
}
.features_wrapper .features_item {
  position: relative;
  background: rgba(249, 249, 249, 0.082);
  height: 250px;
  max-width: 400px;
  padding-top: 60px;
  border-radius: 8px;
  margin: 10px;
}
.features_wrapper .features_item_title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: #E4B743;
  text-align: center;
}
.features_wrapper .features_item_logo {
  position: absolute;
  top: -50px;
  right: 40%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #8E8269;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features_wrapper .features_item_logo svg {
  width: 70px;
  height: 70px;
}
.features_wrapper .features_item_details {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 125.19%;
  padding: 10px;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.84);
}

.coinspec_wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.coinspec_details {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-top: 40px;
  display: flex;
  font-family: "Exo";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125.19%;
  letter-spacing: 0.03em;
  color: #ABC5D1;
  justify-content: space-between;
  background: rgba(196, 196, 196, 0.03);
  border-radius: 23px;
  padding: 20px;
}
.coinspec_details ul {
  list-style: none;
  margin: 10px;
}
.coinspec_details ul li span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #F2D56E;
}

.exchange {
  margin-top: 100px;
  min-height: 35vh;
}
.exchange_wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.exchange_details {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.roadmap {
  margin-top: 100px;
  min-height: 40vh;
  background-image: url(../img/road_bg.png);
  background-size: cover;
}
.roadmap_wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.roadmap_details {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.roadmap_details .roadmap_item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-right: auto;
}

.wallet {
  padding: 20px;
  background-image: url(../img/down.png);
  background-size: cover;
  margin-top: -5px;
  min-height: 40vh;
}
.wallet_wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.wallet_details {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.wallet_details .wallet_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wallet_details .wallet_item .logo {
  width: 80%;
  max-width: 130px;
  height: auto;
  margin-bottom: 20px;
}

.footer {
  border-top: 3px solid rgba(128, 128, 128, 0.575);
  position: relative;
  padding-top: 30px;
  min-height: 350px;
  background-color: rgba(171, 197, 209, 0.0392156863);
}
.footer_wrapper {
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_box h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: rgba(242, 213, 110, 0.7);
  margin-bottom: 20px;
}
.footer_box:nth-child(2) ul {
  list-style: none;
}
.footer_box:nth-child(2) ul li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  cursor: pointer;
}
.footer_box:nth-child(2) ul li:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer_box:nth-child(2) ul li a {
  text-decoration: none;
  color: inherit;
}
.footer_box:nth-child(3) ul {
  list-style: none;
  display: flex;
  text-align: center;
}
.footer_box:nth-child(3) ul:nth-child(3) {
  display: flex;
  flex-direction: column;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.719);
}
.footer_box:nth-child(3) ul:nth-child(3) li {
  margin: 5px;
}
.footer_box:nth-child(3) ul li {
  cursor: pointer;
  transition: 0.3s ease;
}
.footer_box:nth-child(3) ul li svg {
  width: 35px;
  height: 35px;
  margin: 5px;
}
.footer_box:nth-child(3) ul li svg:hover {
  padding-bottom: 5px;
}
.footer_small {
  text-align: center;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}

.mobile_nav {
  transition: 0.35s ease-in-out;
  width: 40%;
  height: calc(100% - 80px);
  bottom: 0;
  position: fixed;
  z-index: 50;
  background-color: #0b0d11;
  padding-top: 20px;
  display: none;
}
.mobile_nav ul {
  list-style: none;
}
.mobile_nav ul li {
  height: 40px;
  font-size: 18px;
}
.mobile_nav ul li a {
  color: #b8af85;
  text-decoration: none;
  margin: 20px;
}
.mobile_nav ul li a:hover {
  color: #c8d7f3;
}

.bx.bx-menu {
  color: rgb(219, 224, 190);
  font-size: 40px;
  position: absolute;
  right: 30px;
  cursor: pointer;
}

.hide {
  display: none;
}

.active_nav {
  display: block;
}

.download_link a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: rgba(255, 224, 113, 0.9);
  opacity: 0.8;
  text-decoration: none;
  margin-left: 10px;
}
.download_link a:hover {
  opacity: 1;
}

.title3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 125.19%;
  letter-spacing: 0.02em;
  color: #F2D56E;
  opacity: 0.8;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .hero-section .intro {
    font-size: 24px;
  }
  .mob_menu_btn {
    display: block;
  }
  .header_wrapper {
    height: 80px;
  }
  .header_wrapper .menu {
    display: none;
  }
  .header {
    height: 80px;
  }
  .download_link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  .mobile_nav {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .exchange_details img {
    margin-left: auto;
    margin-right: auto;
  }
  .coinspec_details {
    font-size: 18px;
  }
  .features_wrapper .features_item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1014px) {
  .footer_wrapper .footer_box:nth-child(1) {
    display: none;
  }
  .footer_wrapper .footer_box:nth-child(2) {
    background-image: url(../img/logo_trans.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*# sourceMappingURL=style.css.map */
