/**CONSOLE**/

:root {
  --primary: #7d4f7d;
  --OrchidPink: #eebbc3;
  --paradisePink: #de7c8b;
  --light: #fffffe;
  --parlight: #c3c5d1;
  --nav: #1b1c25;
  --dark: #0d0d0e;
  --gold: #ffd447;
  --lightlavender: #d4d8f0;
  --CoreDarkBlue: #363e57;
  --WWblue: #7d8ca3;
  --WWLightblue: #8695ac;
  --WWred: #fe5f55;
  --WWLightred: #fa6c62;
}

* {
  box-sizing: border-box;
  font: small;
  box-sizing: border-box;
}

h1 {
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 7em;
  text-align: center;
}
h2 {
  font-size: 3.5em;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}
h3 {
  font-size: 2em;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}
h4 {
  font-size: 1.3em;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
}
p {
  font-size: 1.5em;
  font-weight: 440;
  color: var(--parlight);
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
}
ul {
  font-size: 1.5em;
  font-weight: 440;
  color: var(--parlight);
  margin-left: 15%;
  margin-right: 15%;
  text-align: left;
}
a {
  text-decoration: none;
}
.cnft a {
  color: var(--WWLightblue);
}
body {
  background: var(--dark);
  font: small;
  font-family: "Raleway", sans-serif;
  margin: 0;
  color: var(--light);
  display: block;
  background-image: radial-gradient(#2e334e81 20%, var(--dark) 20%);
  background-position: 0 0;
  background-size: 10px 10px;
  background-attachment: fixed;
}
.button {
  background-color: var(--lightlavender);
  justify-content: center;
  display: flex;
  width: 200px;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 1.8em;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  border-style: solid;
  border-color: var(--WWblue);
}
.button a {
  color: black;
}
.button:hover {
  border-style: solid;
  border-color: var(--gold);
}
.buttonGroup {
  display: flex;
  justify-content: center;
}
.buttonGroup .button {
  margin: 15px;
}
.colorLink {
  color: gold;
}
html {
  scroll-behavior: smooth !important;
}
/**END OF CONSOLE**/

/* BODY */

/* banner */

.banner img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.kfBannerMobile img {
  display: none;
}
/* TITLE */

.title {
  padding-top: 9%;
  padding-bottom: 13%;
  margin: auto;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-image: url(/assets/images/stars.PNG);
  background-color: var(--dark);
  border-style: solid;
  /* border-top: none; */
  border-left: none;
  border-right: none;
}
.layers {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-style: solid;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  background-image: url(/assets/images/galaxymain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.holeOne {
  content: "";
  float: left;
  margin-left: 20%;
  border-radius: 50%;
  border-style: solid;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background-image: url(/assets/images/galaxymain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  transition: 0.3s ease;
}
.holeTwo {
  content: "";
  border-style: solid;
  margin-top: 19%;
  float: right;
  margin-right: 17%;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  background-image: url(/assets/images/galaxymain.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  transition: 0.3s ease;
}
.layers h1 {
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: var(--light);
  text-shadow: 8px 8px var(--primary), 15px 15px #000000;
  transition: 0.3s ease;
}
.layers h1:hover {
  text-shadow: -8px 8px var(--primary), -15px 15px #000000;
}
.leftTitle {
  margin-left: 14%;
}
.rightTitle {
  text-align: right;
  margin-right: 14%;
  white-space: nowrap;
}
/* END OF TITLE */

/* TICKER */

.ticker {
  width: 100%;
  display: flex;
  overflow-x: hidden;
}
.ticker div {
  font-size: 4.5em;
  background: transparent;
  white-space: nowrap;
  font-weight: 900;
  text-transform: uppercase;
  animation: animate 80s linear infinite;
  animation-delay: -80s;
}
.ticker div:nth-child(2) {
  animation: animate2 80s linear infinite;
  animation-delay: -40s;
}
.ticker span {
  color: var(--dark);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.tickerHUB div {
  color: var(--parlight);
  border-top: var(--light);
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.tickerHUB {
  background-image: url(/assets/images/background-fade.PNG);
}
.tickerHUB div span {
  color: var(--gold);
}

/* END OF TICKER */

/* CORE */

.hub {
  margin: auto;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-style: solid;
  max-width: 1700px;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 50px;
  background-color: var(--nav);
  padding-bottom: 30px;
}
.hubWords {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hubWords h3 {
  margin-bottom: 7px;
}
.hubWords p {
  margin-top: 7px;
}
.core {
  display: flex;
  justify-content: space-evenly;
  transition: 0.3s ease;
}
.piece {
  background-color: var(--CoreDarkBlue);
  width: 350px;
  border-radius: 40px;
  box-shadow: 4px 4px var(--dark);
  transition: 0.5s ease;
  margin-left: 7px;
  margin-right: 7px;
}
.piece img {
  width: 250px;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
  border-radius: 30px;
  background-color: #232946;
  box-shadow: 0px 4px #1b1c25, 4px 4px #1b1c25;
}
.piece img:hover {
  box-shadow: 0px 4px 10px#1b1c25, 4px 4px 10px#1b1c25;
}
.piece:hover {
  box-shadow: 0px 4px 10px#1b1c25, 4px 4px 10px#1b1c25;
}

.cnftHolderImage {
  display: flex;
  align-items: center;
  align-content: center;
}
.cnftImg {
  width: 80%;
  margin: auto;
  max-width: 600px;
}
.cnft {
  padding-bottom: 60px;
}
/* END OF CORE */

/* crates */
.crate {
  display: flex;
  justify-content: center;
  height: 700px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  border-style: solid;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
}
.crateWords {
  color: black !important;
  margin: auto 2% auto 2%;
  max-width: 1600px;
  background-color: #ffffff86;
  border-radius: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.crateWords h1 {
  font-size: 4em;
}
.crateWords p {
  color: black !important;
  font-weight: 800;
}
.crateButtons {
  display: flex;
  max-width: 800px;
  justify-content: space-between;
  margin: auto;
}
.gen1MintNow {
  display: flex;
}
.gen1MintNow p {
  margin-left: 5%;
  margin-right: 5%;
}
.imgDrop img {
  max-width: 300px;
  border-radius: 30px;
  margin-right: 30px;
}
.bigButton {
  font-size: 60px;
  font-weight: 900;
  color: black;
  background-color: rgb(248, 211, 4);
  padding: 12px 12px 12px;
  border-radius: 20px;
  border-style: solid;
}
.mintButtons {
  display: flex;
  justify-content: space-evenly;
}
/* ABOUT */
.about {
  margin-top: 100px;
  align-items: center;
}
.aboutWords {
  margin-bottom: 100px;
}
.explore {
  margin-top: 30px;
}
/* END OF ABOUT */

/* first drop */

.example {
  margin-left: 7%;
  margin-right: 7%;
}
.firstDrop a {
  color: var(--gold);
}
/* END OF FIRST DROP */

/* KHAOS FACTIONS */
.kf {
  align-items: flex-end;
  justify-content: left;
}

.kfImgContainer {
  margin-top: 20px;
  bottom: 0;
  position: relative;
  width: 800px;
  height: 100%;
  display: flex;
  justify-content: baseline;
}
.kfImgContainer img {
  width: 100%;
}
.bottomKF {
  display: none;
}
/* end of kf */

/* second drop */
.secondDrop {
  background-image: url(/assets/images/background.PNG);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3%;
  border-style: solid;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.ExploreSection {
  display: flex;
  overflow: hidden;
  justify-content: flex-end;
}
.ExWords {
  width: 60%;
  text-align: center;
  margin: auto;
}
.ExImg {
  overflow: hidden;
  height: 700px;
  padding-left: 100px;
  position: relative;
}

.gallery {
  transform: rotate3d(1, -1, 1, 45deg);
  animation: move 5.5s linear infinite alternate;
  margin-top: -90px;
}
.gallery img {
  width: 150%;
}
.ExImg:after,
.kfImgContainer::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #00000000 50%, #000000),
    linear-gradient(to top, #00000000 50%, #000000);
}
.kfImgContainer::after {
  background: linear-gradient(to right, #0c0c0c0c 50%, #000000),
    linear-gradient(to top, #00000000 50%, #000000);
}
@keyframes move {
  from {
    transform: rotate3d(1, -1, 1, 45deg) translate(-120px, 60px);
  }
  to {
    transform: rotate3d(1, -1, 1, 45deg) translate(-120px, -290px);
  }
}

.price p {
  color: var(--gold);
}
.kfAbout {
  margin-bottom: 40px;
}
/* END OF second drop */

/*  THE FUTURE */

.theFuture {
  margin-top: 3%;
  margin-bottom: 7%;
}
/**social **/
.social_section {
  background-color: rgba(17, 17, 17, 0.61);
  margin-right: 7%;
  margin-left: 7%;
  padding-top: 40px;
  padding-bottom: 3%;
  border-radius: 40px;
  border-style: solid;
  margin-bottom: 7%;
}

.top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap !important;
}
.bottom_social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap !important;
}
.social_design {
  font-size: 3rem !important;
  margin-bottom: 14%;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 400px;
  font-family: inherit;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  transition: 0.3s ease-in-out;
  border-radius: 7px;
}
.social_design:hover {
  text-shadow: 0 4px 4px var(--dark);
}
.social_design a {
  color: var(--light) !important;
}
.instagram,
.Facebook_button {
  padding-right: 20px;
  padding-left: 20px;
}
.text {
  text-decoration: none !important;
}
.Facebook_color {
  background-image: url(/assets/images/facebook.PNG);
}
.discord_color {
  background-image: url(/assets/images/discord_color.PNG);
}
.instagram_color {
  background-image: url(/assets/images/instagram_color.PNG);
}
.twitter_color {
  background-image: url(/assets/images/twitter_color.PNG);
}
.MEDIUM_color {
  background-image: url(/assets/images/tiktok_color.PNG);
}
.MEDIUM_color a {
  color: #111 !important;
}
.youtube_color {
  background-image: url(/assets/images/youtube_color.PNG);
}

/**END OF SOCIAL**/
/**FOOTER**/

footer {
  min-height: 35vh;
  background-image: url(/assets/images/background.PNG);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.slot {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.bottom {
  flex-wrap: wrap;
  max-width: 410px;
}
.bottom a {
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  color: var(--light);
  font-size: smaller;
}
.bottom p {
  margin: 0;
}
.middle_left {
  min-width: 160px;
}
.middle_right {
  min-width: 160px;
}
.copyright {
  max-width: 410px;
}
.link a {
  text-decoration: none;
  color: var(--light);
  transition: 00.3s ease-in-out;
  font-size: 24px;
}
.link a:hover {
  color: var(--WWred);
}
/**END OF FOOTER**/

/* MEDIA */

@media screen and (min-width: 1980px) {
  .holeOne {
    display: none;
  }
  .holeTwo {
    display: none;
  }
  .title {
    display: flex;
    min-height: 100vh;
    margin: auto;
    padding: 0;
  }
  .sidenav {
    padding-top: 15px;
  }
  .layers {
    width: 700px;
    height: 700px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 1800px) {
  .holeOne {
    display: none;
  }
  .holeTwo {
    display: none;
  }
  .buyNow {
    display: none;
  }
  .hub {
    margin-left: 14px;
    margin-right: 14px;
  }
  .layers {
    width: 600px;
    height: 600px;
    background-attachment: scroll;
  }

  .title {
    display: flex;
  }
}
@media screen and (max-width: 1590px) {
  .core {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    transition: 0.3s ease;
  }
  .piece {
    width: 650px;
    box-shadow: 4px 4px var(--dark);
    transition: 0.5s ease;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 7px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    padding-left: 14px;
  }
  .piece img {
    width: 250px;
    transition: 0.3s ease;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: auto;
  }

  .piece p {
    height: 130px;
    margin-bottom: 4px;
  }
  .piece h3 {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1389px) {
  .core {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    transition: 0.3s ease;
  }
  .piece {
    width: 700px;
    border-radius: 40px;
  }
  .piece img {
    width: 150px;
    border-radius: 20px;
  }

  .piece p {
    margin-left: 14px;
    margin-right: 14px;
    height: 100px;
  }
  .layers {
    width: 600px;
    height: 600px;
    background-attachment: scroll;
  }
  .imgDrop {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  p {
    margin-left: 4%;
    margin-right: 4%;
  }
  .ExploreSection {
    display: block;
  }
  .gallery img {
    width: 80%;
  }
  .hubWords {
    height: 300px;
  }
  .ExWords {
    width: auto;
  }
  .ExImg {
    height: 500px;
  }
  .topKF {
    display: none;
  }
  .bottomKF {
    display: block;
    width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .kfBannerPc img {
    display: none;
  }
  .kfBannerMobile img {
    display: flex;
  }
  .crateWords h1 {
    font-size: 2.6em;
  }
  .bigButton {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  /* console */
  .crateWords h1 {
    font-size: 2.6em;
  }
  h1 {
    font-size: 3em;
  }
  p {
    font-size: 1em;
    margin-left: 7%;
    margin-right: 7%;
  }
  ul {
    font-size: 1em;
    margin-left: 7%;
    margin-right: 7%;
  }
  h2 {
    font-size: 2em;
    text-align: center;
  }
  h3 {
    font-size: 1.4em;
  }
  .ticker div {
    color: var(--light);
    font-size: 2em;
  }
  body {
    background-attachment: scroll;
  }
  .hubWords {
    height: 200px;
  }
  /* title */

  .title {
    display: flex;
    min-height: 100vh;
    margin: auto;
  }
  .sidenav {
    padding-top: 15px;
  }
  .layers {
    width: 400px;
    height: 400px;
    background-attachment: scroll;
  }
  .layers h1 {
    font-size: 4em;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-text-fill-color: var(--light);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--light);
    text-shadow: none;
    transition: 0.3s ease;
  }
  .layers h1:hover {
    text-shadow: none;
  }
  .button {
    font-size: 1em;
  }
  .aboutWords {
    margin-bottom: 0px;
  }
  .piece img {
    width: 100px;
    border-radius: 10px;
  }
  .piece {
    width: 350px;
    display: block;
    padding: 0;
    padding-top: 30px;
  }
  .piece p {
    height: 70px;
  }
  .ExImg {
    height: 300px;
  }
  .gallery {
    animation: move 3.5s linear infinite alternate;
    margin-top: 0;
    margin-left: 90px;
    width: 100%;
  }
  @keyframes move {
    from {
      transform: rotate3d(1, -1, 1, 45deg) translate(-120px, 0px);
    }
    to {
      transform: rotate3d(1, -1, 1, 45deg) translate(-120px, -60px);
    }
  }
  .theFuture {
    margin-top: 4%;
    margin-bottom: 14%;
  }
  .social_design {
    font-size: 2rem !important;
    min-width: 250px;
  }
  footer {
    padding-bottom: 14px;
    justify-content: left;
    background-attachment: scroll;
  }
  .secondDrop {
    background-attachment: scroll;
  }

  .sidenav {
    padding-top: 80px;
  }
  .slot {
    margin-top: 0;
    padding-bottom: 0;
  }
  .bigButton {
    font-size: 20px;
  }
}
