@font-face {
  font-family: 'source_code_proXLtIt';
  src: url("../css/fonts/sourcecodepro-italic-variablefont_wght-webfont.woff2") format("woff2"), url("../css/fonts/sourcecodepro-italic-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'source_code_proextralight';
  src: url("../css/fonts/sourcecodepro-variablefont_wght-webfont.woff2") format("woff2"), url("../css/fonts/sourcecodepro-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'antonregular';
  src: url("../css/fonts/anton-regular-webfont.woff2") format("woff2"), url("../css/fonts/anton-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'londrina_solidlight';
  src: url("../css/fonts/londrinasolid-light-webfont.woff2") format("woff2"), url("../css/fonts/londrinasolid-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'londrina_solidthin';
  src: url("../css/fonts/londrinasolid-thin-webfont.woff2") format("woff2"), url("../css/fonts/londrinasolid-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'londrina_solidblack';
  src: url("../css/fonts/londrinasolid-black-webfont.woff2") format("woff2"), url("../css/fonts/londrinasolid-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'londrina_solidregular';
  src: url("../css/fonts/londrinasolid-regular-webfont.woff2") format("woff2"), url("../css/fonts/londrinasolid-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'etherean_sansregular';
  src: url("../css/fonts/ethereansans-regular-webfont.woff2") format("woff2"), url("../css/fonts/ethereansans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  background: #000000;
}

section {
  overflow: hidden;
}

#preloader {
  background: #000 url("../images/loading.gif") no-repeat center center;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1050;
}

.walletBtn {
  margin: 10px 0px 10px 15px;
}

.wlltMobile {
  display: none;
  margin: 0px 0px 5px 0px;
}

.paddingFix {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

h1, h2, h3 {
  font-family: 'antonregular';
}

p {
  font-family: 'source_code_proextralight';
  font-weight: bold;
  color: #fff;
}

.discordNavBtn {
  color: #fff;
  margin-top: 5px;
  margin-left: 15px;
}

.discordNavBtn a {
  color: #fff;
}

.discordNavBtn a:hover {
  color: #00FF00;
}

.wOtxt {
  padding-top: 200px !important;
}

.welcome .row {
  height: 100vh;
}

.collection .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 150px 30px;
}

.roadmap .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 30px;
}

.metaverse .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.Print .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5% 30px;
}

section h3 {
  font-size: 2.3rem;
  color: #00FF00;
}

.custom_btn {
  position: relative;
  display: block;
  background: transparent;
  width: 300px;
  height: 40px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  color: #FFFF00;
  margin: 40px auto;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom_btn:hover {
  text-decoration: none;
}

.custom_btn:before,
.custom_btn:after {
  position: absolute;
  content: '';
  width: 300px;
  left: 0px;
  height: 34px;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.custom_btn:before {
  -webkit-transform: perspective(15px) rotateX(3deg);
          transform: perspective(15px) rotateX(3deg);
}

.custom_btn:after {
  top: 40px;
  -webkit-transform: perspective(15px) rotateX(-3deg);
          transform: perspective(15px) rotateX(-3deg);
}

.custom_btn.custom_btn--border:before,
.custom_btn.custom_btn--border:after {
  border: 4px solid #FFFF00;
}

.custom_btn.custom_btn--border:before {
  border-bottom: none;
}

.custom_btn.custom_btn--border:after {
  border-top: none;
}

.custom_btn.custom_btn--border:hover:before,
.custom_btn.custom_btn--border:hover:after {
  background: #FFFF00;
}

.custom_btn.custom_btn--border:hover {
  color: #fff;
}

.navbar-dark {
  background-color: #000000 !important;
  opacity: 100% !important;
}

.nav-item {
  font-family: 'source_code_proextralight';
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #00FFFF !important;
}

/* end custom btn */
/* start wellcome */
.welcome {
  height: 100%;
  background-color: #000000 !important;
  background: url("../images/home.png") 80% bottom no-repeat;
  background-size: 50% !important;
  background-attachment: fixed;
}

.welcome h1 {
  color: #fff;
  font-size: 3.18rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.welcome h2 {
  color: #00FF00;
  font-size: 6rem;
}

.wOncyber {
  background: url("../images/friends.jpg") center bottom no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  text-align: center;
}

.more {
  padding-top: 10px;
  color: #00FF00;
}

.more :hover {
  color: #FF00FF;
}

.bold {
  font-weight: bolder;
}

.homeImg {
  height: 100%;
}

/* end start wellcome */
/* News */
#news {
  background: #000000;
  padding: 0;
}

marquee {
  background-color: #FFFF00;
  color: #000000;
  font-family: 'antonregular';
  font-size: 3rem !important;
  padding: 20px 0 5px 0;
}

marquee span {
  color: #FF00FF;
  padding: 0px 35px;
}

marquee a {
  text-decoration: none;
  color: #000000;
}

marquee a:hover {
  color: #000000;
}

.fixSpn {
  color: #FF00FF;
}

marquee:hover span {
  color: #00FF00;
}

.marInvert {
  background-color: #000000;
  color: #FFFF00;
}

.marInvert a {
  text-decoration: none;
  color: #FFFF00;
}

.marInvert a:hover {
  color: #FFFF00;
}

/*End News*/
.theEths {
  font-family: "antonregular" !important;
  font-size: 2.3rem !important;
  line-height: 20px;
  margin-top: 10px;
}

.theEths span {
  font-size: 14px;
}

/* start collection styles */
.collection {
  background: url("../images/avatar_bg.jpg") left center no-repeat !important;
  background-size: cover !important;
}

.gTxt {
  color: #00FF00;
}

.mTxt {
  color: #FF00FF;
}

.rarity {
  color: #FFFF00;
}

.btn-outline-warning {
  border-color: #FFFF00 !important;
  color: #FFFF00 !important;
}

.btn-outline-warning:hover {
  background-color: #FFFF00 !important;
  color: #FFFF00 !important;
  color: #000000 !important;
}

.btn-outline-vault {
  border-color: #FF00FF !important;
  color: #FF00FF !important;
}

.btn-outline-vault:hover {
  background-color: #FF00FF !important;
  color: #000000 !important;
}

.btn-outline-success {
  border-color: #00FF00 !important;
  color: #00FF00 !important;
}

.btn-outline-success:hover {
  background-color: #00FF00 !important;
  color: #000000 !important;
}

.btn-outline-success2 {
  background-color: #00FF00 !important;
  border-color: #00FF00 !important;
  color: #000000 !important;
}

.btn-outline-success2:hover {
  background-color: #FFFF00 !important;
  border-color: #FFFF00 !important;
  color: #000000 !important;
}

/* end collection styles */
/* start Print styles */
.Print {
  background: url("../images/print_bg.png");
  background-size: contain;
  background-attachment: fixed !important;
  min-height: 100vh;
}

.Print .container, .Print #eifs1, .Print #eifs2 {
  min-height: 100vh;
}

.printCont {
  height: auto;
  padding: 50px 80px 35px 170px !important;
  border-radius: 30px;
  position: relative;
  background: #000000;
}

.iaIco {
  width: 38%;
}

.iaIcoR {
  width: 80%;
}

.iaIcoGr {
  width: 80%;
}

.iaBadge {
  position: absolute;
  left: -22%;
  top: 5%;
  pointer-events: none;
}

.iaR {
  position: absolute;
  right: -30%;
  bottom: -20%;
  width: 400px;
  pointer-events: none;
}

.comb {
  position: absolute;
  bottom: -9.5%;
  left: 25%;
  pointer-events: none;
}

.btn-outline-client {
  border-color: #00FF00 !important;
  color: #00FF00 !important;
}

.btn-outline-client:hover {
  background-color: #00FF00 !important;
  color: #000000 !important;
}

#eifs2 {
  display: none;
}

#eifs2 .row {
  padding: 0 30px !important;
  margin: 0;
}

#eifs {
  color: #fff;
  overflow: hidden;
}

video {
  display: block;
  padding-bottom: 49px;
}

.crBtn {
  float: right;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: -20px !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #00FF00 !important;
}

.eifsInfoTitle {
  font-size: 4rem;
  text-align: center;
  margin: 30px 0 30px 0;
}

.eifsInfo {
  height: auto;
  background: #000000;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 15px;
  font-family: 'source_code_proextralight';
}

.eifsInfo b {
  font-weight: bold;
  color: #FFFF00;
}

.eifsInBtn {
  width: 100% !important;
  padding: 30px !important;
  border-radius: 10px !important;
  font-family: "antonregular" !important;
  font-size: 2rem !important;
}

/* end Print styles */
/* start metaverse styles */
.metaverse {
  background-color: #000000 !important;
  background: url("../images/metaverse.jpg") left center no-repeat;
  background-size: cover;
  height: 100vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.dflt {
  background: url("../images/metaverse.jpg") left center no-repeat;
  background-size: cover;
}

.mcv {
  background: url("../images/cv.jpg") left center no-repeat;
  background-size: cover !important;
}

.msbx {
  background: url("../images/sandbox.jpg") left center no-repeat;
  background-size: cover !important;
}

.mdcl {
  background: url("../images/DCL.jpg") left center no-repeat;
  background-size: cover !important;
}

.mOS {
  background: url("../images/os.png") center center no-repeat;
  background-size: cover !important;
}

.mWWW {
  background: url("../images/www.jpg") center center no-repeat;
  background-size: cover !important;
}

.metaverse {
  padding: 200px 50px;
}

.hCrd {
  opacity: 0.5;
}

.metaCard {
  background-color: #000000;
  border-radius: 15px;
  border-color: #00FFFF;
  border-width: 20px;
  margin: 30px 0;
  position: relative;
  padding: 30px;
}

.decoL {
  position: absolute;
  left: -25px;
  bottom: 35px;
}

.decoL img {
  width: 15px;
  height: auto;
}

.lVBtn {
  color: #00FF00;
}

.lVBtn:hover {
  color: #FF00FF;
}

.decoR {
  position: absolute;
  right: -25px;
  top: 35px;
}

.decoR img {
  width: 15px;
  height: auto;
}

.btn-outline-dcl {
  border-color: #ff2d55 !important;
  color: #ff2d55 !important;
}

.btn-outline-dcl:hover {
  background-color: #ff2d55 !important;
  color: #000000 !important;
}

.BannerFrame {
  width: 100%;
  height: 400px;
  display: block;
  background: #eee;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* end metaverse styles */
/* Team */
#team {
  background: #000000;
  padding: 150px 30px;
}

#team img {
  float: left;
}

#team a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-family: 'antonregular';
  font-size: 20px;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  text-decoration: none;
}

#team a:hover {
  background: none;
  -webkit-animation: color-change 2s infinite;
          animation: color-change 2s infinite;
}

@-webkit-keyframes color-change {
  0% {
    color: #00FF00;
  }
  50% {
    color: #00FFFF;
  }
  90% {
    color: #FFFF00;
  }
  100% {
    color: #00FF00;
  }
}

@keyframes color-change {
  0% {
    color: #00FF00;
  }
  50% {
    color: #00FFFF;
  }
  90% {
    color: #FFFF00;
  }
  100% {
    color: #00FF00;
  }
}

.memberWrapper {
  width: 250px;
}

.member {
  margin-bottom: 50px;
}

.mNameWrp {
  width: 100%;
}

/* start roadmap */
#roadmap {
  display: none !important;
}

.roadmap {
  background: url("../images/roadmap_bg.jpg") no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 100px 30px;
}

.roadmap h1 {
  font-family: 'londrina_solidblack';
  font-size: 5rem;
  text-align: center !important;
  margin-bottom: 20px;
}

.roadmap li {
  font-family: 'londrina_solidblack';
  color: #FFFF00 !important;
  font-size: 2.5rem;
  line-height: 40px;
  background: #000000;
  letter-spacing: 1px;
  text-align: center !important;
  margin-bottom: 30px !important;
  list-style: none !important;
  border: solid 1px #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  margin: 0 auto;
}

.roadmap h3 {
  text-align: center;
  color: #000000;
  font-size: 4.3rem;
}

/* end roadmap */
/* styles for section: collection */
.typeGallery {
  background-color: #000000;
  min-height: 100vh;
  padding: 100px 30px 0 30px;
}

.typeGallery h1, .typeGallery h2 {
  text-align: center;
  z-index: 20;
  line-height: normal;
  white-space: nowrap;
}

.typeGallery h1 {
  font-size: 10vw;
  color: #fff;
}

.typeGallery h2 {
  font-size: 10vw;
  color: #00FF00;
}

.typeGallery h3 {
  color: #fff;
  font-size: 2.5rem;
}

.typeGallery ul li {
  list-style: none;
  margin-bottom: .3rem;
}

.typeGallery ul li span {
  text-decoration: none;
  font-family: 'source_code_proextralight';
  color: #9E9E9E;
  font-weight: bolder;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: #000000;
  padding: 10px;
}

.typeGallery ul li span:hover {
  color: #00FFFF;
}

.typeActive {
  color: #00FFFF !important;
}

#typeMobileDrop {
  position: absolute;
  bottom: 30px;
  z-index: 50;
  left: 28%;
  background-color: #000000;
}

#typeMobileDrop div {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

#collection {
  overflow: hidden;
}

.collectionImg {
  padding: 100px !important;
}

.fBtn {
  color: #fff;
}

.collTxt {
  z-index: 40;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fImg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 25;
  background: url("../images/mutant.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

#typeImgCont {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 25;
  pointer-events: none;
}

.tCrypt {
  background: url("../images/Types/mobile/Cryptling.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.tCyborg {
  background: url("../images/Types/mobile/Cyborg.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.tRetro {
  background: url("../images/Types/mobile/RetroAI.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.tSquigg {
  background: url("../images/Types/mobile/SquiggleRetroAI.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.tMG {
  background: url("../images/Types/mobile/MutantGamma.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.tMB {
  background: url("../images/Types/mobile/MutantBeta.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.abOne {
  background: url("../images/Types/mobile/AberrationFirstMutant.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.abTwo {
  background: url("../images/Types/mobile/AberrationParasited.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.ranks {
  padding-top: 130px;
  overflow: hidden;
  background: url("../images/dotBg1.png") left top !important;
}

.ranks .container, .ranks .row {
  height: 100%;
}

.ranks h3 {
  color: #00FF00;
  font-size: 13rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ranks h2 {
  color: #00FF00;
  font-size: 6rem;
}

.collectionR {
  z-index: 60;
}

.traitName {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  font-family: 'antonregular';
  margin-top: 30px;
}

.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}

.ranksR {
  margin-bottom: -2.5rem;
}

.traits {
  background: url("../images/dotBg2.png") left top !important;
}

.traits h3 {
  color: #00FFFF;
  font-size: 3.81rem;
}

.traits .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 150px 30px;
}

.gadgetsDropWrp {
  float: left;
}

.btnWrap {
  width: 100%;
  float: left;
}

.btnL2 {
  margin-top: -20px;
  margin-bottom: 60px;
}

.soldierBtn, .captainBtn, .generalBtn, .normalBtn, .rustedBtn, .goldenBtn, .spBtn {
  width: 117px;
  height: 129px;
  float: left;
}

.soldierBtn {
  background: url("../images/soldier_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.soldierBtn:hover {
  background: url("../images/soldier_hvr.png") left center no-repeat;
  background-size: 100%;
}

.soldierA {
  background: url("../images/soldier_a.png") left center no-repeat;
  background-size: 100%;
}

.captainBtn {
  background: url("../images/captain_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.captainBtn:hover {
  background: url("../images/captain_hvr.png") left center no-repeat;
  background-size: 100%;
}

.captainA {
  background: url("../images/captain_a.png") left center no-repeat;
  background-size: 100%;
}

.generalBtn {
  background: url("../images/general_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.generalBtn:hover {
  background: url("../images/general_hvr.png") left center no-repeat;
  background-size: 100%;
}

.generalA {
  background: url("../images/general_a.png") left center no-repeat;
  background-size: 100%;
}

.normalBtn {
  background: url("../images/normal_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.normalBtn:hover {
  background: url("../images/normal_hvr.png") left center no-repeat;
  background-size: 100%;
}

.normalA {
  background: url("../images/normal_a.png") left center no-repeat;
  background-size: 100%;
}

.rustedBtn {
  background: url("../images/rusted_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.rustedBtn:hover {
  background: url("../images/rusted_hvr.png") left center no-repeat;
  background-size: 100%;
}

.rustedA {
  background: url("../images/rusted_a.png") left center no-repeat;
  background-size: 100%;
}

.goldenBtn {
  background: url("../images/golden_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.goldenBtn:hover {
  background: url("../images/golden_hvr.png") left center no-repeat;
  background-size: 100%;
}

.goldenA {
  background: url("../images/golden_a.png") left center no-repeat;
  background-size: 100%;
}

.spBtn {
  background: url("../images/sp_btn.png") left center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.spBtn:hover {
  background: url("../images/sp_hvr.png") left center no-repeat;
  background-size: 100%;
}

.spA {
  background: url("../images/sp_a.png") left center no-repeat;
  background-size: 100%;
}

#rankCaptain, #rankGeneral {
  display: none;
}

/* smugglers*/
.smugglers {
  background: #000000;
}

.smugglers h3 {
  color: #fff;
  font-size: 7rem;
}

.smugglers .row {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 150px 30px;
}

.smugglers .row p {
  margin-bottom: 60px;
}

#wrapper {
  text-align: center;
  margin-bottom: 30px;
}

.sub {
  color: #64dcdc;
  letter-spacing: 1em;
}

/* Our mixin positions a copy of our text
directly on our existing text, while
also setting content to the appropriate
text set in the data-text attribute. */
.glitch {
  position: relative;
  color: white;
  font-size: 4em;
  letter-spacing: .5em;
  /* Animation provies a slight random skew. Check bottom of doc
	for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  /* Creates an initial clip for our glitch. This works in
		a typical top,right,bottom,left fashion and creates a mask
		to only show a certain part of the glitch at a time. */
  clip: rect(44px, 450px, 56px, 0);
  /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
		with an alternating animation to keep things fresh. */
  animation: glitch-anim 5s infinite linear alternate-reverse;
}

.glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(66px, 9999px, 85px, 0);
    -webkit-transform: skew(0.34deg);
            transform: skew(0.34deg);
  }
  5% {
    clip: rect(98px, 9999px, 12px, 0);
    -webkit-transform: skew(0.77deg);
            transform: skew(0.77deg);
  }
  10% {
    clip: rect(55px, 9999px, 43px, 0);
    -webkit-transform: skew(0.57deg);
            transform: skew(0.57deg);
  }
  15% {
    clip: rect(11px, 9999px, 97px, 0);
    -webkit-transform: skew(0.15deg);
            transform: skew(0.15deg);
  }
  20% {
    clip: rect(51px, 9999px, 38px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  25% {
    clip: rect(74px, 9999px, 63px, 0);
    -webkit-transform: skew(0.06deg);
            transform: skew(0.06deg);
  }
  30% {
    clip: rect(53px, 9999px, 66px, 0);
    -webkit-transform: skew(0.99deg);
            transform: skew(0.99deg);
  }
  35% {
    clip: rect(18px, 9999px, 65px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  40% {
    clip: rect(69px, 9999px, 52px, 0);
    -webkit-transform: skew(0.39deg);
            transform: skew(0.39deg);
  }
  45% {
    clip: rect(12px, 9999px, 44px, 0);
    -webkit-transform: skew(0.28deg);
            transform: skew(0.28deg);
  }
  50% {
    clip: rect(13px, 9999px, 20px, 0);
    -webkit-transform: skew(0.82deg);
            transform: skew(0.82deg);
  }
  55% {
    clip: rect(34px, 9999px, 22px, 0);
    -webkit-transform: skew(0.73deg);
            transform: skew(0.73deg);
  }
  60% {
    clip: rect(75px, 9999px, 3px, 0);
    -webkit-transform: skew(0.79deg);
            transform: skew(0.79deg);
  }
  65% {
    clip: rect(58px, 9999px, 19px, 0);
    -webkit-transform: skew(0.52deg);
            transform: skew(0.52deg);
  }
  70% {
    clip: rect(63px, 9999px, 66px, 0);
    -webkit-transform: skew(0.99deg);
            transform: skew(0.99deg);
  }
  75% {
    clip: rect(29px, 9999px, 49px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  80% {
    clip: rect(41px, 9999px, 77px, 0);
    -webkit-transform: skew(0.85deg);
            transform: skew(0.85deg);
  }
  85% {
    clip: rect(6px, 9999px, 55px, 0);
    -webkit-transform: skew(0.21deg);
            transform: skew(0.21deg);
  }
  90% {
    clip: rect(30px, 9999px, 56px, 0);
    -webkit-transform: skew(0.88deg);
            transform: skew(0.88deg);
  }
  95% {
    clip: rect(78px, 9999px, 13px, 0);
    -webkit-transform: skew(0.94deg);
            transform: skew(0.94deg);
  }
  100% {
    clip: rect(1px, 9999px, 3px, 0);
    -webkit-transform: skew(0.63deg);
            transform: skew(0.63deg);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(66px, 9999px, 85px, 0);
    -webkit-transform: skew(0.34deg);
            transform: skew(0.34deg);
  }
  5% {
    clip: rect(98px, 9999px, 12px, 0);
    -webkit-transform: skew(0.77deg);
            transform: skew(0.77deg);
  }
  10% {
    clip: rect(55px, 9999px, 43px, 0);
    -webkit-transform: skew(0.57deg);
            transform: skew(0.57deg);
  }
  15% {
    clip: rect(11px, 9999px, 97px, 0);
    -webkit-transform: skew(0.15deg);
            transform: skew(0.15deg);
  }
  20% {
    clip: rect(51px, 9999px, 38px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  25% {
    clip: rect(74px, 9999px, 63px, 0);
    -webkit-transform: skew(0.06deg);
            transform: skew(0.06deg);
  }
  30% {
    clip: rect(53px, 9999px, 66px, 0);
    -webkit-transform: skew(0.99deg);
            transform: skew(0.99deg);
  }
  35% {
    clip: rect(18px, 9999px, 65px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  40% {
    clip: rect(69px, 9999px, 52px, 0);
    -webkit-transform: skew(0.39deg);
            transform: skew(0.39deg);
  }
  45% {
    clip: rect(12px, 9999px, 44px, 0);
    -webkit-transform: skew(0.28deg);
            transform: skew(0.28deg);
  }
  50% {
    clip: rect(13px, 9999px, 20px, 0);
    -webkit-transform: skew(0.82deg);
            transform: skew(0.82deg);
  }
  55% {
    clip: rect(34px, 9999px, 22px, 0);
    -webkit-transform: skew(0.73deg);
            transform: skew(0.73deg);
  }
  60% {
    clip: rect(75px, 9999px, 3px, 0);
    -webkit-transform: skew(0.79deg);
            transform: skew(0.79deg);
  }
  65% {
    clip: rect(58px, 9999px, 19px, 0);
    -webkit-transform: skew(0.52deg);
            transform: skew(0.52deg);
  }
  70% {
    clip: rect(63px, 9999px, 66px, 0);
    -webkit-transform: skew(0.99deg);
            transform: skew(0.99deg);
  }
  75% {
    clip: rect(29px, 9999px, 49px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  80% {
    clip: rect(41px, 9999px, 77px, 0);
    -webkit-transform: skew(0.85deg);
            transform: skew(0.85deg);
  }
  85% {
    clip: rect(6px, 9999px, 55px, 0);
    -webkit-transform: skew(0.21deg);
            transform: skew(0.21deg);
  }
  90% {
    clip: rect(30px, 9999px, 56px, 0);
    -webkit-transform: skew(0.88deg);
            transform: skew(0.88deg);
  }
  95% {
    clip: rect(78px, 9999px, 13px, 0);
    -webkit-transform: skew(0.94deg);
            transform: skew(0.94deg);
  }
  100% {
    clip: rect(1px, 9999px, 3px, 0);
    -webkit-transform: skew(0.63deg);
            transform: skew(0.63deg);
  }
}

@-webkit-keyframes glitch-anim2 {
  0% {
    clip: rect(54px, 9999px, 99px, 0);
    -webkit-transform: skew(0.11deg);
            transform: skew(0.11deg);
  }
  5% {
    clip: rect(38px, 9999px, 25px, 0);
    -webkit-transform: skew(0.43deg);
            transform: skew(0.43deg);
  }
  10% {
    clip: rect(55px, 9999px, 84px, 0);
    -webkit-transform: skew(0.46deg);
            transform: skew(0.46deg);
  }
  15% {
    clip: rect(78px, 9999px, 35px, 0);
    -webkit-transform: skew(0.36deg);
            transform: skew(0.36deg);
  }
  20% {
    clip: rect(57px, 9999px, 9px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  25% {
    clip: rect(39px, 9999px, 14px, 0);
    -webkit-transform: skew(0.18deg);
            transform: skew(0.18deg);
  }
  30% {
    clip: rect(64px, 9999px, 57px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  35% {
    clip: rect(21px, 9999px, 24px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  40% {
    clip: rect(48px, 9999px, 64px, 0);
    -webkit-transform: skew(0.2deg);
            transform: skew(0.2deg);
  }
  45% {
    clip: rect(67px, 9999px, 67px, 0);
    -webkit-transform: skew(0.35deg);
            transform: skew(0.35deg);
  }
  50% {
    clip: rect(87px, 9999px, 81px, 0);
    -webkit-transform: skew(0.1deg);
            transform: skew(0.1deg);
  }
  55% {
    clip: rect(49px, 9999px, 57px, 0);
    -webkit-transform: skew(0.59deg);
            transform: skew(0.59deg);
  }
  60% {
    clip: rect(60px, 9999px, 41px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  65% {
    clip: rect(64px, 9999px, 15px, 0);
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }
  70% {
    clip: rect(33px, 9999px, 97px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  75% {
    clip: rect(65px, 9999px, 64px, 0);
    -webkit-transform: skew(0.84deg);
            transform: skew(0.84deg);
  }
  80% {
    clip: rect(7px, 9999px, 69px, 0);
    -webkit-transform: skew(0.34deg);
            transform: skew(0.34deg);
  }
  85% {
    clip: rect(58px, 9999px, 24px, 0);
    -webkit-transform: skew(0.12deg);
            transform: skew(0.12deg);
  }
  90% {
    clip: rect(56px, 9999px, 36px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  95% {
    clip: rect(69px, 9999px, 8px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  100% {
    clip: rect(25px, 9999px, 95px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
}

@keyframes glitch-anim2 {
  0% {
    clip: rect(54px, 9999px, 99px, 0);
    -webkit-transform: skew(0.11deg);
            transform: skew(0.11deg);
  }
  5% {
    clip: rect(38px, 9999px, 25px, 0);
    -webkit-transform: skew(0.43deg);
            transform: skew(0.43deg);
  }
  10% {
    clip: rect(55px, 9999px, 84px, 0);
    -webkit-transform: skew(0.46deg);
            transform: skew(0.46deg);
  }
  15% {
    clip: rect(78px, 9999px, 35px, 0);
    -webkit-transform: skew(0.36deg);
            transform: skew(0.36deg);
  }
  20% {
    clip: rect(57px, 9999px, 9px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  25% {
    clip: rect(39px, 9999px, 14px, 0);
    -webkit-transform: skew(0.18deg);
            transform: skew(0.18deg);
  }
  30% {
    clip: rect(64px, 9999px, 57px, 0);
    -webkit-transform: skew(0.51deg);
            transform: skew(0.51deg);
  }
  35% {
    clip: rect(21px, 9999px, 24px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  40% {
    clip: rect(48px, 9999px, 64px, 0);
    -webkit-transform: skew(0.2deg);
            transform: skew(0.2deg);
  }
  45% {
    clip: rect(67px, 9999px, 67px, 0);
    -webkit-transform: skew(0.35deg);
            transform: skew(0.35deg);
  }
  50% {
    clip: rect(87px, 9999px, 81px, 0);
    -webkit-transform: skew(0.1deg);
            transform: skew(0.1deg);
  }
  55% {
    clip: rect(49px, 9999px, 57px, 0);
    -webkit-transform: skew(0.59deg);
            transform: skew(0.59deg);
  }
  60% {
    clip: rect(60px, 9999px, 41px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  65% {
    clip: rect(64px, 9999px, 15px, 0);
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }
  70% {
    clip: rect(33px, 9999px, 97px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  75% {
    clip: rect(65px, 9999px, 64px, 0);
    -webkit-transform: skew(0.84deg);
            transform: skew(0.84deg);
  }
  80% {
    clip: rect(7px, 9999px, 69px, 0);
    -webkit-transform: skew(0.34deg);
            transform: skew(0.34deg);
  }
  85% {
    clip: rect(58px, 9999px, 24px, 0);
    -webkit-transform: skew(0.12deg);
            transform: skew(0.12deg);
  }
  90% {
    clip: rect(56px, 9999px, 36px, 0);
    -webkit-transform: skew(0.76deg);
            transform: skew(0.76deg);
  }
  95% {
    clip: rect(69px, 9999px, 8px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  100% {
    clip: rect(25px, 9999px, 95px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
}

@-webkit-keyframes glitch-skew {
  0% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  10% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  20% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  30% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  40% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  50% {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }
  60% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  70% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  80% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  90% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
}

@keyframes glitch-skew {
  0% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  10% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  20% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  30% {
    -webkit-transform: skew(-4deg);
            transform: skew(-4deg);
  }
  40% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  50% {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }
  60% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  70% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  80% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  90% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
}

/* start footer */
footer {
  background-color: #000000;
  min-height: 100vh;
  padding: 100px 30px 0 30px;
}

footer ul li {
  list-style: none;
  margin-bottom: .3rem;
}

footer ul li a {
  text-decoration: none;
  font-family: 'source_code_proextralight';
  color: #9E9E9E;
  font-weight: bolder;
  cursor: pointer;
  font-size: 1.25rem;
  background-color: #000000;
  padding: 10px;
}

footer ul li a:hover {
  color: #00FFFF;
}

footer h1, footer h2 {
  text-align: center;
  z-index: 20;
  line-height: normal;
  white-space: nowrap;
}

footer h1 {
  font-size: 10vw;
  color: #fff;
}

footer h2 {
  font-size: 10vw;
  color: #00FF00;
}

footer h3 {
  color: #fff;
  font-size: 2.5rem;
}

.fBtn {
  color: #fff;
}

.fTxt {
  z-index: 40;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fImg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 25;
  background: url("../images/mutant.png") center bottom no-repeat !important;
  background-size: 75vh !important;
}

.footerEnd {
  position: relative;
  z-index: 40;
}

.footerEnd a {
  background-color: #000000;
  padding: 10px;
}

.footerEnd a:hover {
  color: #00FF00;
}

.chroma {
  -webkit-animation: color-change 10s infinite;
          animation: color-change 10s infinite;
}

@keyframes color-change {
  0% {
    color: #00FF00;
  }
  50% {
    color: #00FFFF;
  }
  90% {
    color: #FFFF00;
  }
  100% {
    color: #00FF00;
  }
}

/*preload*/
#preload-01 {
  background: url("../images/home.png") no-repeat -9999px -9999px;
}

#preload-02 {
  background: url("../images/avatar_bg.jpg") no-repeat -9999px -9999px;
}

#preload-03 {
  background: url("../images/print_bg.png") no-repeat -9999px -9999px;
}

#preload-04 {
  background: url("../images/metaverse.jpg") no-repeat -9999px -9999px;
}

#preload-05 {
  background: url("../images/cv.jpg") no-repeat -9999px -9999px;
}

#preload-06 {
  background: url("../images/sandbox.jpg") no-repeat -9999px -9999px;
}

#preload-07 {
  background: url("../images/DCL.jpg") no-repeat -9999px -9999px;
}

#preload-08 {
  background: url("../images/os.png") no-repeat -9999px -9999px;
}

#preload-09 {
  background: url("../images/roadmap_bg.jpg") no-repeat -9999px -9999px;
}

#preload-10 {
  background: url("../images/mutant.png") no-repeat -9999px -9999px;
}

#preload-11 {
  background: url("../images/Types/mobile/Cryptling.png") no-repeat -9999px -9999px;
}

#preload-12 {
  background: url("../images/Types/mobile/Cyborg.png") no-repeat -9999px -9999px;
}

#preload-13 {
  background: url("../images/Types/mobile/RetroAI.png") no-repeat -9999px -9999px;
}

#preload-14 {
  background: url("../images/Types/mobile/SquiggleRetroAI.png") no-repeat -9999px -9999px;
}

#preload-15 {
  background: url("../images/Types/mobile/MutantGamma.png") no-repeat -9999px -9999px;
}

#preload-16 {
  background: url("../images/Types/mobile/MutantBeta.png") no-repeat -9999px -9999px;
}

#preload-17 {
  background: url("../images/Types/mobile/AberrationFirstMutant.png") no-repeat -9999px -9999px;
}

#preload-18 {
  background: url("../images/Types/mobile/AberrationParasited.png") no-repeat -9999px -9999px;
}

#preload-19 {
  background: url("../images/dotBg1.png") no-repeat -9999px -9999px;
}

#preload-20 {
  background: url("../images/dotBg2.png") no-repeat -9999px -9999px;
}

#preload-21 {
  background: url("../images/soldier_btn.png") no-repeat -9999px -9999px;
}

#preload-22 {
  background: url("../images/soldier_hvr.png") no-repeat -9999px -9999px;
}

#preload-23 {
  background: url("../images/soldier_a.png") no-repeat -9999px -9999px;
}

#preload-24 {
  background: url("../images/captain_btn.png") no-repeat -9999px -9999px;
}

#preload-25 {
  background: url("../images/captain_hvr.png") no-repeat -9999px -9999px;
}

#preload-26 {
  background: url("../images/captain_a.png") no-repeat -9999px -9999px;
}

#preload-27 {
  background: url("../images/general_btn.png") no-repeat -9999px -9999px;
}

#preload-28 {
  background: url("../images/general_hvr.png") no-repeat -9999px -9999px;
}

#preload-29 {
  background: url("../images/general_a.png") no-repeat -9999px -9999px;
}

#preload-30 {
  background: url("../images/normal_hvr.png") no-repeat -9999px -9999px;
}

#preload-31 {
  background: url("../images/normal_a.png") no-repeat -9999px -9999px;
}

#preload-32 {
  background: url("../images/rusted_btn.png") no-repeat -9999px -9999px;
}

#preload-33 {
  background: url("../images/rusted_hvr.png") no-repeat -9999px -9999px;
}

#preload-34 {
  background: url("../images/rusted_a.png") no-repeat -9999px -9999px;
}

#preload-35 {
  background: url("../images/golden_btn.png") no-repeat -9999px -9999px;
}

#preload-36 {
  background: url("../images/golden_hvr.png") no-repeat -9999px -9999px;
}

#preload-37 {
  background: url("../images/golden_a.png") no-repeat -9999px -9999px;
}

#preload-38 {
  background: url("../images/sp_btn.png") no-repeat -9999px -9999px;
}

#preload-39 {
  background: url("../images/sp_hvr.png") no-repeat -9999px -9999px;
}

#preload-40 {
  background: url("../images/sp_a.png") no-repeat -9999px -9999px;
}

#preload-41 {
  background: url("../images/mutant.png") no-repeat -9999px -9999px;
}

/* BlackBox */
.blackBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/bboxBg.png");
  z-index: 2000;
}

.blackBox .bboxWrap {
  width: 100%;
  height: 100%;
  float: left;
}

.blackBox a {
  width: 100%;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.blackBox img {
  width: 100%;
}

.blackBox .closebboxWrap {
  width: 100%;
}

.blackBox .closeBox {
  color: #00FF00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 30px auto;
  font-family: 'antonregular';
  font-size: 1.5rem;
  z-index: 2100;
}

.blackBox .closeBox:hover {
  color: #FF00FF;
  cursor: pointer;
}

.hideBox {
  display: none !important;
}

.mintLive {
  min-width: auto;
  max-width: 900px;
  height: auto;
  margin: 0 100px;
}

.boxMobile {
  display: none;
}

/* styles for Oncyber */
.oA {
  color: #00FF00;
}

.oA:hover {
  color: #FF00FF;
}

.oncyberNav {
  background: #000000;
  background-size: cover !important;
}

.thmb {
  height: 100vh;
  margin-top: 0px !important;
  background-size: contain;
}

.thmb a {
  font-size: 2.8rem;
  text-decoration: none;
  color: #00FF00;
  font-family: 'antonregular';
}

.thmb a:hover {
  background: none;
  color: #FF00FF;
}

.hangarTmb {
  background: url("../images/EthereanHangar.png") center center no-repeat;
}

.labTmb {
  opacity: 0.3 !important;
  background: url("../images/Lab_.png") center center no-repeat;
}

.labTmb a {
  cursor: default;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .welcome {
    padding-top: 25% !important;
    padding-bottom: 0 !important;
    background: none;
    background-color: #000000;
  }
}

@media only screen and (max-width: 600px) {
  .row {
    margin-right: 0 !important;
  }
  .welcome, .printCont, .metaCard {
    padding: 35px !important;
  }
  .lltDesk {
    display: none;
  }
  .walletBtn {
    margin: 15px 15px 15px 0px;
  }
  .wlltMobile {
    display: block;
    margin: 0px 0px 5px 0px;
  }
  .welcome {
    padding-top: 25% !important;
    padding-bottom: 0 !important;
    background: none;
    background-color: #000000;
  }
  section h3 {
    font-size: 2.8rem;
  }
  .welcome h1 {
    font-size: 1.5rem;
  }
  .welcome h2 {
    font-size: 5rem;
  }
  .welcome .row {
    height: 100%;
  }
  .collection .row {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 0px;
  }
  .homeImg {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #eifsBtn, #clientBtn {
    margin-bottom: 5px !important;
  }
  .Print {
    height: 100%;
  }
  .Print .container {
    height: 100%;
  }
  .Print .row {
    height: 100% !important;
  }
  .Print .row, .metaverse {
    height: 100%;
    padding: 60px 30px 60px 30px;
  }
  #eifs2 .row {
    padding: 0px !important;
    margin: 0;
  }
  .eifsInfoTitle {
    font-size: 2rem;
    padding-top: 30px;
  }
  .collectionL {
    margin-top: 0px !important;
  }
  .metaCard {
    margin: 0 !important;
  }
  .metaverse .container {
    padding: 0 !important;
  }
  #sbxCard, #cvCard, #dclCard, #otherside {
    margin: 30px;
  }
  .iaR {
    position: absolute;
    right: -42%;
    bottom: -1%;
    width: 270px;
    pointer-events: none;
  }
  .roadmap {
    padding: 100px 0px;
  }
  .roadmap h3 {
    font-size: 3rem;
    padding: 0 30px;
  }
  .roadmap h1 {
    font-size: 2.7rem;
  }
  .roadmap li {
    font-size: 2rem;
  }
  .ranks h3 {
    color: #00FF00;
    font-size: 9rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .glitch {
    font-size: 2em;
  }
  .btnL2 {
    margin-bottom: 0px;
  }
  .ranksR {
    margin-bottom: 0;
    margin-top: -40px !important;
  }
  .collectionImg {
    padding: 15px 0px 0px 0px !important;
  }
  .traits .row {
    padding: 0px;
  }
  .collectionR {
    padding-bottom: 0 !important;
    z-index: 60;
  }
  .btnWrap {
    margin-top: 0 !important;
  }
  .traits h3 {
    font-size: 2.81rem;
  }
  footer h3 {
    font-size: 1.5rem;
  }
  .navbar-toggler {
    border: 0px solid transparent !important;
  }
  .discordNavBtn {
    display: none;
  }
  .mintLive {
    margin: 0 30px;
  }
  .boxDesktop {
    display: none;
  }
  .boxMobile {
    display: block;
  }
  .wOncyber {
    height: 100vh;
    background-position: center center !important;
  }
}
/*# sourceMappingURL=style.css.map */