@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  display: none;
}

.btn, .btm, .links, .create, .bttn, .btk {
  width: 152px;
  height: 60px;
  border-radius: 20px;
  background-color: #A259FF;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.8s ease;
}
.btn:hover, .btm:hover, .links:hover, .create:hover, .bttn:hover, .btk:hover {
  color: dodgerblue;
}

.btm, .links, .create, .bttn, .btk {
  width: 225px;
  font-weight: 400;
}

.bts, .eye, .follow, .page {
  width: 250px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #A259FF;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  transition: 0.8s ease;
  cursor: pointer;
}
.bts:hover, .eye:hover, .follow:hover, .page:hover {
  color: #A259FF;
}

.eye, .follow, .page {
  width: 187px;
}

.btk {
  width: 235px;
}

.page {
  width: 268px;
}

.eyes {
  width: 198px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2B2B2B;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  border-radius: 16px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.8s ease;
}
.eyes:hover {
  color: #A259FF;
}

.bttn {
  width: 211px;
  position: absolute;
  top: 0;
  left: 51%;
}

.create {
  width: 100%;
  font-weight: 600;
}

.links {
  width: 186px;
}

.follow {
  width: 145px;
}

@media only screen and (max-width: 576px) {
  .btn, .btm, .btk, .bttn, .create, .links {
    display: none;
  }
  .btm, .btk, .bttn, .create, .links {
    width: 100%;
    display: block;
  }
  .bts, .eye, .page, .follow {
    width: 100%;
  }
  .eyes {
    width: 100%;
    font-size: 18px;
  }
  .bttn {
    position: relative;
    left: 0%;
    height: 46px;
    width: 100%;
  }
}
header {
  width: 100%;
  height: 100px;
}
header .wrap1 {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 50px;
}

.wrappp {
  width: 330px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wrappp a {
  font-size: 25px;
  color: #A259FF;
}
.wrappp h1 {
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
}

.wrapp {
  width: 610px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.menu {
  width: 460px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.menu li a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.check {
  display: none;
}

@media only screen and (max-width: 576px) {
  header {
    position: relative;
  }
  .wrap1 {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap2 {
    padding: 10px;
    width: 100%;
    height: 730px;
  }
  .menu {
    width: 100%;
    z-index: 2;
    height: 0%;
    transition: 0.8s ease;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.332);
    border-radius: 16px;
    padding: 0px 5px;
    display: flex;
    align-items: start;
    justify-content: space-around;
    gap: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wrappp {
    width: 170px;
  }
  .wrappp a {
    font-size: 16px;
    color: #A259FF;
  }
  .wrappp h1 {
    font-family: "Work Sans", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
  }
  .con1 {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .con1 .stil1 {
    width: 315px;
    height: 145px;
  }
  .con1 .stil1 p {
    font-size: 16px;
  }
  .con1 .stil1 span {
    font-size: 28px;
  }
  .con1 .stil2 {
    width: 315px;
    height: 167px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .con1 .stil2 div {
    width: 315px;
    height: 60px;
  }
  .pp .spans1 {
    font-size: 22px !important;
  }
  .pp .spans2 {
    font-size: 16px !important;
  }
  .con2 {
    width: 315px;
    height: 315px;
    position: absolute;
  }
  .con2 .one1 {
    width: 315px;
    height: 205px;
  }
  .con2 .one2 {
    width: 315px;
  }
  .wrapp {
    width: 200px;
    height: 180px;
    position: relative;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .check {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQNOu5vENFCtrZJ0p1kxdxAictc_k4Gclux2w&s");
    position: relative;
    background-size: cover;
    background-color: #2b2b2b;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .check::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/75/75519.png");
    position: absolute;
    top: 0;
    background-color: #2b2b2b;
    background-size: cover;
    left: 0;
    display: none;
  }
  .check:checked::before {
    display: block;
  }
  .check:checked + .menu {
    height: 95%;
  }
  .wrapper {
    width: 315px;
    z-index: 1;
    height: 706px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
section {
  width: 100%;
  height: 457px;
  position: relative;
}

.box {
  width: 1200px;
  height: 377px;
  margin: 40px auto;
  display: flex;
}

.box1 {
  width: 600px;
  height: 377px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.box1 h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 51px;
  color: white;
  width: 510px;
  height: -moz-fit-content;
  height: fit-content;
}

.bio {
  width: 100%;
  height: 80px;
}
.bio h5 {
  color: #858584;
  font-weight: 700;
  font-family: "Space Mono", monospace;
  font-size: 22px;
  margin-bottom: 10px;
}
.bio span {
  font-weight: 400;
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
  color: #ffffff;
}

.link {
  width: 100%;
  height: 77px;
}
.link h5 {
  color: #858584;
  font-weight: 700;
  font-family: "Space Mono", monospace;
  font-size: 22px;
}
.link a {
  font-size: 35px;
  position: relative;
  color: #858584;
  margin-left: 30px;
}

.sold {
  width: 510px;
  height: 75px;
  color: #ffffff;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.vol {
  width: 156px;
  height: 75px;
}
.vol h4 {
  font-weight: 700;
  font-size: 28px;
  font-family: spaceMono;
  margin-bottom: 10px;
}
.vol span {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.wrap {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.box2 {
  width: 600px;
  height: 377px;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.box2 div {
  width: 351px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  section {
    height: 576px;
    align-items: center;
  }
  .box {
    width: 335px;
    height: 466px;
  }
  .box1 {
    width: 100%;
    height: 100%;
  }
  .box1 h2 {
    font-size: 28px;
    width: 100%;
  }
  .box2 {
    width: inherit;
    height: 140px;
    position: absolute;
    top: 80px;
  }
  .box2 div {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .wrap {
    width: 100%;
    height: 280px;
    justify-content: space-around;
  }
  .sold {
    width: 100%;
    height: 57px;
  }
  .vol {
    width: 91px;
    height: 57px;
  }
  .vol h4 {
    font-size: 22px;
  }
  .vol span {
    font-size: 16px;
  }
  .bio {
    width: 100%;
    height: 54px;
  }
  .bio h5,
  .bio span {
    font-size: 16px;
  }
  .link {
    width: 100%;
    height: 65px;
  }
  .link h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .link a {
    font-size: 22px;
    margin-left: 20px;
  }
}
footer {
  width: 100%;
  height: 335px;
  background-color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.end1 {
  width: 1200px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 191px;
}

.ends1 {
  width: 327px;
  height: 191px;
  padding: 0 10px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ends1 .hmm {
  width: 238px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ends1 .hmm a {
  font-size: 40px;
  color: #858584;
  font-weight: 400;
}

.ppt, .ends3 p, .ends2 span, .ends1 span {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #cccccc;
  width: 238px;
}

.ends2 {
  width: 240px;
  height: 166px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.h5 {
  font-size: 22px;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  color: white;
}

.ends3 {
  width: 420px;
  height: 184px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ends3 p {
  width: 330px;
}

.was {
  width: 425px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.was input {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  padding: 0px 15px;
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
}

.end2 {
  width: 1200px;
  height: 40px;
  border-top: 1px solid #858584;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.end2 span {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #cccccc;
}

@media only screen and (max-width: 576px) {
  footer {
    width: 100%;
    height: 776px;
  }
  .end1 {
    width: 335px;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .end2 {
    width: 335px;
    height: 35px;
  }
  .ends1 {
    width: 335px;
    height: 185px;
  }
  .ends2 {
    width: 335px;
    height: 161px;
  }
  .ends3 {
    width: 335px;
    height: 227px;
  }
  .was {
    width: 335px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .was input {
    width: 335px;
    height: 46px;
    font-size: 16px;
  }
}
nav {
  width: 100%;
  height: 400px;
  position: relative;
  background: linear-gradient(rgba(151, 71, 255, 0), #9747ff);
}
nav img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
nav .rasm {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #2b2b2b;
  border-radius: 20px;
  position: absolute;
  left: 115px;
  top: 63%;
  z-index: 2;
}
nav div {
  width: 100%;
  height: 30px;
  background-color: #2b2b2b;
  position: absolute;
  top: 92.5%;
}

@media only screen and (max-width: 576px) {
  nav {
    width: 100%;
    height: 300px;
  }
  nav .rasm {
    left: 38%;
  }
}
aside {
  width: 100%;
  height: 1697px;
  border-top: 1px solid #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.one {
  width: 1200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.one div {
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.8s ease;
}
.one div:hover {
  border-bottom: 1px solid white;
}
.one div h5 {
  font-size: 22px;
  font-weight: 600;
  color: #858584;
  font-family: "Work Sans", sans-serif;
  transition: 0.4s ease;
}
.one div h5:hover {
  color: white;
}
.one div p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  font-weight: 400;
  transition: 0.4s ease;
  color: white;
  border-radius: 20px;
  font-family: "Space Mono", monospace;
  background-color: #3b3b3b;
}
.one div p:hover {
  background-color: #858584;
}

.two {
  width: 1200px;
  height: 1450px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.galaxy {
  width: 330px;
  height: 470px;
  border-radius: 16px;
  overflow: hidden;
}

.edena1 {
  width: 330px;
  height: 296px;
}
.edena1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edena2 {
  width: 330px;
  height: 173px;
  background-color: #3b3b3b;
  padding: 0px 25px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.edena2 span {
  font-size: 22px;
  color: white;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.moon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.moon span {
  font-family: "Space Mono", monospace;
  font-weight: 400;
}

.kares {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.eth {
  width: 270px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.eth .eth1,
.eth .eth2 {
  width: 50%;
  height: 100%;
}
.eth .eth1 span,
.eth .eth2 span {
  color: #858584;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 400;
}
.eth .eth1 p,
.eth .eth2 p {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  color: white;
}

@media only screen and (max-width: 576px) {
  aside {
    width: 100%;
    height: 1496px;
  }
  .one {
    width: 100%;
    justify-content: space-around;
  }
  .one div {
    width: 105px;
  }
  .one div h5 {
    font-size: 16px;
  }
  .one div p {
    display: none;
  }
  .two {
    width: 340px;
    height: 1266px;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    overflow: auto;
  }
  .galaxy {
    width: 340px;
    height: 402px;
    margin: 0 auto;
  }
  .edena1 {
    width: 335px;
    height: 238px;
  }
  .edena2 {
    width: 334px;
    height: 164px;
  }
  .eth {
    width: 275px;
    height: 34px;
  }
  .eth .eth1 p {
    font-size: 12px;
  }
}
body {
  width: 100%;
  height: 100vh;
  background-color: #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}/*# sourceMappingURL=main.css.map */