<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  overflow-x: hidden;
  line-height: unset;
  font-size: 12px;
}

a {
  text-decoration: none;
}

/* body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: black;
}

body::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid black;
} */

.hideDesktop {
  display: none !important;
}

.orange {
  color: #e37f4d !important;
}

.yellow {
  color: #eccc26 !important;
}

.bg-black {
  background-color: black;
}

.full_width {
  width: 100%;
  height: auto;
}

.full_container {
  width: 100vw;
  height: 60vh;
  position: relative;
  background: black;
}

.big_img {
  width: 80%;
  height: auto;
}

.bg-white {
  background-color: white;
  margin: 0 20px 0 0;
  min-width: 80px;
}

.homeContainer {
  padding: 15vh 100px 0 100px;
}

.pattern {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/ph1.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.homeContainer p {
  font-family: "American Typewriter";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

h1.enter_page {
  font-family: "GT Super Txt Trial Md It";
  font-style: italic;
  font-weight: 900;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffffff;
}

.buy h1 {
  font-family: "Fira Mono";
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

h1 {
  font-family: "Fira Mono";
  font-size: 4.688rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

h3 {
  font-family: "Fira Mono";
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

p {
  font-family: "Fira Mono";
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}

.gap-5 {
  width: 100%;
  height: 50px;
}

.project p {
  font-family: "Fira Mono";
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.banner_title {
  width: 100%;
  background-color: #e5e2e2;
}

.banner_title h2 {
  font-family: "Fira Mono";
  font-size: 4.688rem;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}

.pattern-pjct {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/assets/img/pattern-bg.png");
  background-size: cover;
  background-position: center;
}

.socialBox i {
  margin: 0 10px;
  color: white;
  font-size: 1.5rem;
}

.thanks {
  width: 100%;
  height: 100vh;
}

.buy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80vh;
}

.presale a {
  text-decoration: none !important;
}

.btn-yellow {
  background: #eccc26;
  border-radius: 0.5rem;
  color: black;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  font-family: "Fira Mono";
  font-weight: bold;
}

.trasparency {
  background-color: rgba(236, 204, 38, 1) !important;
}

input[type="number"] {
  border-radius: 50px;
  padding: 1px 10px;
  font-family: "GT Super Txt Trial Md It";
  max-width: 100px;
  text-align: right;
}

.btn-success {
  font-family: "GT Super Txt Trial Md It";
  color: rgb(0, 0, 0);
  background-color: #3ba52a;
  border-color: #3ba52a;
  border-radius: 15px;
  padding: 0.375rem 1.75rem;
}

.gap-white {
  height: 50px;
  width: 100%;
  background-color: #e5e2e2;
}

.presale-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.presale-container p {
  font-size: 1.5rem;
  margin: 0.8rem 0;
}

/* CHECKBOX */

.single_choose {
  padding: 0 20px;
}

.btn_choose {
  width: 100%;
}

.btn-outline-warning {
  width: 100%;
  color: black;
  font-size: 20px;
  font-family: "Fira Mono";
  font-weight: 800;
  border-radius: 20px;
  background-color: white;
  border-color: white;
  line-height: 1;
}

.btn-outline-warning:hover {
  background-color: #eccc26;
}

.btn-outline-primary::after {
  background-color: #eccc26;
}

.choose_role .btn {
  padding: 10px 50px;
}

input[type="number"] {
  max-width: 55px;
  height: 50px;
  border-radius: 20px;
  background: white;
  margin-left: 20px;
  font-size: 25px;
  line-height: 1;
  font-family: "Fira Mono";
}

.random_choose .form-select {
  height: 80%;
  font-size: 25px;
  line-height: 1;
  font-family: "Fira Mono";
  border-radius: 20px;
}
/* END CHECKBOX */

/* SALE */

.sl_box {
  width: 100%;
  height: auto;
}
.sl_box img {
  width: 100%;
  height: auto;
}
.buy .btn-yellow {
  padding: 10px 50px;
}
.yellow-line {
    height: 15px;
    width: 30vw;
    background-color: #eccc26;
    border-radius: 20px;
}

/* FOOTER */
.footer {
  padding: 15px 80px;
  background-color: white;
  width: 100%;
  z-index: 10;
}

.footerText {
  font-family: "GT Super Txt Trial Md It";
  font-style: italic;
  font-weight: 900;
  font-size: 0.9rem;
  color: black;
}

.form-control {
  border-radius: 1rem;
  background-color: #e1e0e0;
  text-align: center;
  font-family: "GT Super Txt Trial Md It";
  font-style: italic;
  font-weight: 600;
  padding: 0 50px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
  outline: 0 none;
}

.form-label {
  color: black;
  float: left;
}

button.myBtnSend {
  display: inline-block;
  background-color: black;
  border-radius: 1rem;
  border: none;
  padding: 5px 20px;
  margin: 0 10px;
  vertical-align: middle;
}

.myBtnSend:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}

.myBtnSend a {
  font-family: "American Typewriter";
  color: white;
  text-decoration: none;
}

.socialMenu2 a {
  color: black;
  padding: 0 5px;
}

.lines {
  background-image: url("/assets/img/lines.png");
  background-size: cover;
  background-position: center;
}

/* END FOOTER */


.pjct-box,
.roadmap-box {
  padding-bottom: 120px;
}

.terms-container {
  padding: 50px 280px;
}

.terms p {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.2s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .pjct-box {
    padding: 60px 50px;
  }
  .terms-container {
    padding: 50px 100px;
  }
}

a.smart-contract {
  color: #e37f4d;
  text-decoration: none;
}

/* SALE BANNER */

.headerSale {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7vh;
  box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 11px #fff, 0 0 22px #e37f4d,
    0 0 22px #e37f4d, 0 0 22px #e37f4d, 0 0 22px #e37f4d, 0 0 21px #e37f4d;
}

.headerSale .mybtnDiscord,
.bannerSale .mybtnDiscord {
  font-family: "GT Super Txt Trial Md It";
  font-style: italic;
  font-weight: 900;
  font-size: 1.3rem;
  align-items: center;
  text-align: center;
  color: #000000;
  margin: 0px 15px;
  background: #e37f4d;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.bannerSale {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20vh;
  width: 100%;
  height: 10vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #e37f4d,
    0 0 42px #e37f4d, 0 0 52px #e37f4d, 0 0 52px #e37f4d, 0 0 51px #e37f4d;
}

.headerSale h2 {
  font-family: "GT Super Txt Trial Md It";
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 900;
}

.bannerSale h2 {
  font-family: "GT Super Txt Trial Md It";
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 900;
}

.mybtn {
  margin-top: 50px;
  background: #e37f4d;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 10px 80px;
  display: inline-block;
  vertical-align: middle;
}

.mybtn a {
  font-family: "GT Super Txt Trial Md It";
  font-style: italic;
  font-weight: 900;
  font-size: 2.5rem;
  align-items: center;
  text-align: center;
  color: #000000;
}

/* END SALE BANNER */


/* CHOOSE YOUR ROLE */
.available-nft p {
  font-size: 1.8rem;
}
/* END CHOOSE YOUR ROLE */
</pre></body></html>