/* html,
body {
  height: 100%;
} */
.banner {
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100%;
  background-image: url("/images/banners/den.jpg");
  top: 78px;
  background-size: 2000px auto;
}
/* PARALLAX */
.parallax-window {
  /*min-height: 630px;*/
  background: transparent;
  overflow: hidden;
  /*margin-top: 10vh;*/
}

/* IMAGE BANNERS */
.imgBanner {
  max-width: 100%;
  overflow: hidden;
  background-color: transparent;
}

.imgContainer img {
  max-width: 100%;
  width: 15%;
  object-fit: fill;
  aspect-ratio: 1 / 1;
  background-color: transparent;
}
.imgBanner .imgContainer {
  display: flex;
}

/* IMAGE SLIDERS */
.imgGallery {
  position: relative;
  width: 100%;
  padding: 5em 0;
}

.imgGalleryContainer {
  overflow-x: scroll;
}

.imgGalleryIcons {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
}
.imgGalleryIcons a {
  font-size: 4rem;
  display: inline-block;
}

.imgGalleryImages {
  display: flex;
  column-gap: 2em;
  align-items: center;
}

.imgGalleryImages img {
  width: 30%;
}

.inlineImg {
  max-width: 100%;

  padding: 5em 0 10em;
}

.imgAbsoluteContainer {
  position: relative;
}

img.imgAbsolute {
  position: absolute;
  top: 0;
  right: 20%;
}

.dragonPosition {
  position: relative;
}

.dragonPosition img {
  width: 40%;
  position: absolute;
  bottom: -50%;
  right: 0%;
  transform: scaleY(-1) rotate(180deg);
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
  /* top: 5px; */
}

.relative span {
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: 1;
  display: inline;
  padding: 0.6em 1em;
}

.relative span.orange {
  background-color: #fa8c23;
}

.relative span.neon {
  background-color: #87f375;
}

.flex {
  display: flex;
  align-items: center;
}

.closed {
  width: 100%;
  padding: 0.1em 0;
  text-align: center;
}

.blue.closed {
  border-top: 2px solid #01cad3;
  border-bottom: 2px solid #01cad3;
}

.orange.closed {
  border-top: 2px solid #fa8c23;
  border-bottom: 2px solid #fa8c23;
}

.green.closed {
  border-top: 2px solid #0c8e13;
  border-bottom: 2px solid #0c8e13;
}

.closed h3 {
  margin: 0.3em 0;
  font-family: "Pixel Font";
  letter-spacing: 1px;
}

.closed a h2 {
  width: 100%;
  padding: 0.5em 0;
  background-color: #fa8c23;
  margin: 0em;
  color: #fff;
}

.cta-grid {
  max-width: 1400px;
  /* width: calc(100% -20em); */
  padding: 5em 6em;
  margin-inline: auto;
  overflow: hidden;
  margin-top: 4em;
}

.cta-grid > img {
  width: 100%;
}
.cta-grid .gradient {
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 35em !important;
  background-image: linear-gradient(to bottom, transparent, #000);
}

.cta-grid .cta-content.flex {
  position: absolute;
  top: 40%;
  column-gap: 2em;
  justify-content: center;
  width: 100%;
  height: 8em;
  overflow-y: hidden;
  align-items: flex-start !important;
}

.cta-icon img {
  width: 5.6em;
}
.cta-links.flex {
  flex-direction: column;
  align-items: flex-start;
  z-index: 9;
}

.cta-links.flex .cta-link__heading {
  margin: 0 !important;
  font-family: "Pixel Font";
  font-size: 2.375em;
  text-transform: uppercase;
}
.cta-links a.cta-link__heading {
  padding: 0.2em 1em 0 0.4em;
  font-size: 50px !important;
}

.cta-links a.cta-link__p {
  padding: 0.4em 2em 0.4em 1em;
  font-size: 20px;
  transform: translateY(-5px);
}
.green .cta-content.flex a,
.green .cta-content.flex a.cta-icon {
  background-color: #0c8e13;
  border-bottom: solid 5px #066a0b;
}

.blue .cta-content.flex a,
.blue .cta-content.flex a.cta-icon {
  border-bottom: solid 5px #00868c;
}

.orange .cta-content.flex a,
.orange .cta-content.flex a.cta-icon {
  background-color: #fa8c23;
  border-bottom: solid 5px #bc6818;
}
.cta-grid .gradient.demon {
  width: 85%;
}
.cta-icon {
  padding-inline: 0.5em;
}
.border {
  padding: 2em;
  border: 4px solid transparent;
  border-radius: 2em;
}
.orange .border {
  border-color: #fa8c23;
}
.blue .border {
  border-color: #00868c;
}
.green .border {
  border-color: #066a0b;
}
@media screen and (max-width: 768px) {
  .cta-grid {
    max-width: 1400px;
    padding: 5em 1em;
    overflow: visible;
  }
  .cta-grid .cta-content.flex {
    width: fit-content;
    top: -5%;
    left: 6.5%;
  }
  .cta-grid .cta-content.flex a.icon {
    display: none;
  }
  .cta-grid .cta-content.flex a h1 {
    font-size: 2.5em;
  }
  .cta-grid .cta-content.flex a p {
    font-size: 15px !important;
  }
  .absolute-text {
    align-self: flex-start;
  }
  .cta-grid .gradient {
    height: 20em !important;
    width: 95%;
  }
  .cta-grid .gradient.demon {
    width: 95%;
    height: 10em !important;
    bottom: 18%;
  }
  .width {
    width: 100%;
  }
  .cta-links.flex .cta-link__heading {
    font-size: 2.5em !important;
  }
  a.opensea {
    white-space: normal !important;
  }
}
@media screen and (max-width: 600px) {
  .border {
    padding: 2em 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .cta-grid .gradient {
    height: 10em !important;
    /* display: none; */
    width: 91%;
    bottom: 24%;
  }
  .cta-grid .gradient.ww3 {
    width: 87%;
  }
  .cta-grid .gradient.sandbox {
    bottom: 22%;
    width: 93%;
  }
  .cta-grid .gradient.explorer {
    bottom: 22%;
    width: 100%;
  }
  .bannerDragon {
    display: none;
  }
  .repeat-grid-img {
    width: 100% !important;
  }
  .absolute-text {
    /* align-self: flex-start; */
    max-width: 100% !important;
  }
  .absoluteImg {
    display: none;
  }
  .cta-grid .cta-content.flex {
    width: fit-content;
    top: -5%;
    left: 0;
  }
}

.blue.cta-grid .cta-content.flex a {
  background-color: #01cad3;
}
.green.cta-grid .cta-content.flex a {
  background-color: #0c8e13;
}
.cta-grid .cta-content.flex a:hover {
  color: #fff;
}

.cta-grid .cta-content.flex a h1 p {
  margin: 0;
  font-family: sans-serif;
  font-size: 20px;
  text-transform: none;
}

.cta-grid .cta-content.flex a img {
  padding: 0.5em;
}

section .full-width-banner {
  height: 52em;
  margin-left: -7%;
  width: 112%;
  overflow-x: hidden;
  overflow-y: hidden;
}

section .full-width-banner img {
  object-fit: cover;
}

.repeat-grid .content a {
  margin-top: 4em;
}

.container {
  max-width: 1400px !important;
  margin-inline: auto;
}

@media screen and (max-width: 1440px) {
  section .full-width-banner {
    height: auto;
  }
  .container {
    max-width: 1440px !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100% !important;
    margin-inline: auto;
  }
}

.pddn-bttm-small {
  padding-bottom: 2em;
}
.pddn-bttm-meduim {
  padding-bottom: 4em;
}
.pddn-bttm-large {
  padding-bottom: 8em !important;
}

.switchBtns a {
  text-transform: uppercase;
  padding: 1em 3em;
  background-color: #000;
  border-radius: 3em;
  border: #fa8c23 2px solid;
}
.switchBtns a:first-child {
  transform: translateX(25%);
}

.switchBtns a:hover {
  color: #fff;
}

.switchBtns a.active {
  background-color: #fa8c23;
  border-radius: 3em;
  z-index: 1;
}

.nav-fixed #filtersBox {
  position: fixed;
  top: 10%;
}

img {
  width: 100%;
}

.be-a-dragon a {
  font-size: 1.875em;
  padding: 0.2em 0.8em;
  margin-top: 1.5em !important;
}

.fusion_Hat_Jack-O-Latern {
  width: 45%;
}

.dragon_gif {
  width: auto !important;
}

.card {
  width: 100%;
}

.card-img {
  width: 100%;
}

.card-content h2 {
  margin: 0.3em 0;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1440px) {
  .absoluteImg {
    width: 40% !important;
  }
}

.parallax-window a {
  padding: 0.4em 2em;
  border-bottom: 10px solid #bc6818;
}

.parallax-window a:active {
  border-bottom: 3px solid #bc6818;
}

.traits {
  display: flex;
  flex-direction: column;
}

.traits a {
  width: fit-content;
  display: inline-block;
  margin-bottom: 1.2em;
  cursor: pointer;
}

.fusion_traits a.active {
  color: #fff;
  background-color: #01cad3;
  border-radius: 2em;
  padding: 0.2em 0.9em;
}

.parallax-window #frame {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  /* padding-top: 10%; */
  height: calc(100% - 120px);
  width: calc(100% - 640px);
  border: 6px solid #fff;
}

.parallax-window #frame a.orange {
  position: absolute;
  top: 50%;
  left: 45%;
  text-align: center;
  column-gap: 2em;
  background-color: #fa8c23;
  padding: 0.6em 0.8em;
}

.parallax-window #frame a.orange img {
  width: 100%;
  background-color: #fa8c23;
}

.bg-video {
  height: 100%;
  display: none;
}

.bg-video.active {
  display: block;
}

.bg-video .bg-video-content {
  z-index: 99;
  width: 100%;
  height: 100%;
}
.IntThumbnails {
  width: 100%;
  justify-content: center;
}
.intThumbnail {
  width: 10%;
  filter: brightness(0.4);
}
.intThumbnail:hover {
  filter: brightness(1);
}
a.opensea br {
  display: none;
}
@media screen and (max-width: 1440px) {
  .parallax-window #frame {
    width: 50em;
    /* height: 25em; */
  }
  .bg-video {
    height: 100% !important;
    width: 100% !important;
    display: none;
  }

  .bg-video.active {
    display: block;
  }

  .bg-video .bg-video-content {
    z-index: 99;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .parallax-window #frame {
    width: 90%;
  }
  .rg1 {
    flex-direction: column;
  }
  .rg1 p {
    max-width: 100% !important;
  }
  .im1 {
    position: static !important;
    width: 100% !important;
  }
}
