@import url("../css2");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

.dark {
  background-color: #0f132a;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.9);
}

.text-gray {
  color: rgb(109, 109, 109);
}

.btn-gradient {
  background: linear-gradient(to right, rgb(171, 249, 255), #8bf7ff, rgb(247, 204, 255));
  color: rgb(0, 0, 0);
  border: none;
  padding: 11px;
}

body {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #f2f4f9;
}

#top-fixed {
  position: sticky !important;
  top: 0;
  background: linear-gradient(to right, rgb(171, 249, 255), #8bf7ff, rgb(247, 204, 255));
  z-index: 1000;
}
#top-fixed #gift {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: end;
}
#top-fixed #gift a {
  text-decoration: none;
  color: black;
}
#top-fixed #gift a svg {
  fill: black;
  margin-right: 10px;
}

.navbar {
  border-bottom: 1.5px solid rgb(219, 219, 219);
  background-color: white;
}
.navbar a img {
  width: 100px;
}

#hero .h1 {
  font-size: 60px;
  font-weight: 600;
}
#hero #img2 {
  width: 450px;
  position: relative;
  left: calc(50% - 225px);
}

#about .card {
  border: none;
  border-radius: 30px;
  position: relative;
}
#about .card #img3 {
  width: 500px;
  position: relative;
  left: calc(50% - 250px);
}
#about .card .box {
  margin-top: 25%;
}
#about .card .box .top-text {
  font-weight: bold;
  color: #35abff;
}
#about .card .box .h1 {
  font-weight: bold;
}

#collab p {
  color: #35abff;
  font-weight: bold;
}
#collab .h1 {
  font-weight: bold;
}
#collab .collab {
  justify-content: center;
  margin-top: 50px;
}
#collab .collab img {
  width: 150px;
}

#tes .tes {
  background-color: #0f132a;
  border: none;
  border-radius: 30px;
  padding: 60px;
}
#tes .tes .h1 {
  font-weight: bold;
}
#tes .tes .tes-card {
  border-radius: 20px;
  padding: 30px;
  height: 400px;
  position: relative;
}
#tes .tes .tes-card img {
  width: 180px;
}
#tes .tes .tes-card .name {
  position: absolute;
  bottom: 30px;
}

#faq .card {
  border-radius: 30px;
  border: none;
  padding: 60px;
}
#faq .card .h1 {
  font-weight: bold;
}

#modal-con .modal-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#coinlist {
  height: 400px;
  overflow-y: auto;
  position: relative;
}
#coinlist::-webkit-scrollbar {
  width: 5px;
}
#coinlist a {
  text-decoration: none;
  color: black;
}
#coinlist a .cad {
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  align-items: center;
  border-radius: 15px;
}
#coinlist a .cad img {
  width: 40px;
}
#coinlist a .cad span {
  margin-left: 10px;
}
#coinlist a .cad svg {
  position: absolute;
  right: 20px;
}

#modal-load .modal-body .box {
  text-align: center;
  margin-bottom: 20px;
  /* HTML: <div class="loader"></div> */
}
#modal-load .modal-body .box img {
  margin-top: 20px;
  width: 150px;
  height: 150px;
  border-radius: 50px;
}
#modal-load .modal-body .box .loader {
  width: 50px;
  position: relative;
  left: calc(50% - 22px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #16b1ff 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #16c1ff);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  display: none;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
#modal-load .modal-body .box #manual {
  position: relative;
  width: 60%;
  left: 20%;
  display: none;
  transition: 1s;
}
#modal-load .modal-body .box #manual:hover {
  scale: 0.9;
}
#modal-load .modal-body .box #auto {
  position: relative;
  width: 60%;
  left: 20%;
  display: block;
  transition: 1s;
}
#modal-load .modal-body .box #auto:hover {
  scale: 0.9;
}
#modal-load .modal-body .box #no-con {
  display: none;
  color: red;
  margin-top: 15px;
}

.type-wallet {
  text-decoration: none;
  color: black;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.type-wallet .text {
  font-size: 14px;
  margin-left: 10px;
}
.type-wallet .text span {
  color: rgb(57, 57, 57);
  font-size: 12px;
}
.type-wallet .angle-right {
  position: absolute;
  right: 10px;
}

.right {
  position: relative;
  padding: 20px;
}
.right #paste-button {
  border: 1.5px solid gray;
  border-radius: 50px;
  cursor: pointer;
  padding: 8px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
.right #paste-button2 {
  border: 1.5px solid gray;
  border-radius: 50px;
  cursor: pointer;
  padding: 8px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}

#wallet_name {
  display: none;
}

#wallet_name2 {
  display: none;
}

@media screen and (max-width: 800px) {
  #hero .h1 {
    font-size: 40px;
  }
  #hero #img2 {
    width: 300px;
    left: calc(50% - 150px);
    margin-top: 30px;
  }
  #about .card #img3 {
    width: 300px;
    left: calc(50% - 150px);
  }
  #about .card .box {
    margin-top: 0;
  }
  #collab .collab img {
    width: 100px;
  }
  #tes .tes {
    padding: 20px;
  }
  #tes .tes .tes-card {
    margin-top: 20px;
  }
  #tes .tes .tes-card img {
    width: 150px;
  }
  #faq .card {
    padding: 20px;
  }
  #manual {
    position: relative;
    width: 100%;
    left: 0%;
    display: none;
    transition: 1s;
  }
  #manual:hover {
    scale: 0.9;
  }
}/*# sourceMappingURL=style.css.map */