@font-face {
  font-family: Tongari;
  src: url(fonts/Tongari\ Regular.ttf);
}

@font-face {
  font-family: Ridley;
  src: url(fonts/Ridley\ Grotesk\ Regular.otf);
}

body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: #fff4e2;
  font-family: Ridley, Arial, Helvetica, sans-serif;
}

a {
  color: #fff4e2;
  text-decoration: none;
}

/* -------------------- LOADING SCREEN -------------------- */

#preloader {
  background: #000;
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloadimage {
  background-image: url("images/play-button-outer.png");
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  animation: spinnerOuter 2s linear infinite;
}

#preloader::after {
  background-image: url("images/play-button-inner.png");
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  animation: spinnerInner 3s linear infinite;
}

@keyframes spinnerOuter {
  from {
    transform: rotatez(Odeg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes spinnerInner {
  from {
    transform: rotatez(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

/* -------------------- ASIDE -------------------- */

aside {
  background: url(images/mobile-menu-bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  position: fixed;
  width: 100vw;
  z-index: 5;
  height: 100vh;
  top: 0;
  border-image-source: url(images/square-border-frame.png);
  border-image-outset: 0 0 0 0;
  border-image-slice: 44 44 44 44;
  border-image-width: 20px 20px 20px 20px;
  border-style: solid;
  opacity: 0;
  scale: 1.25;
  visibility: hidden;
  transition: all 0.2s linear;
}

aside.active {
  opacity: 1;
  scale: 1;
  visibility: visible;
  transition: all 0.2s linear;
}

.asideContainer {
  height: 100vh;
  position: relative;
}

.asideLogo {
  zoom: 0.3;
  position: absolute;
  top: 3rem;
  left: 50%;
  margin-left: -500px;
}

.closeAside {
  color: #b69451;
  font-size: 2.75rem;
  font-family: Ridley, sans-serif;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  right: 0;
  position: absolute;
  z-index: 2;
  pointer-events: all;
  transition: all 0.25s ease;
}

.closeAside:hover {
  scale: 0.75;
  color: #8b723f;
}

.asideLinks {
  position: absolute;
  text-align: right;
  display: flex;
  flex-direction: column;
  top: 20%;
  right: 1rem;
}

.asideBarLinks {
  cursor: pointer;
}

.asideBarLinks:hover {
  color: #b69451;
  scale: 1.1;
}

aside a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 500;
}

.asideWidgetLinks {
  position: absolute;
  top: 50%;
  right: 1rem;
}

/* -------------------- HEADER -------------------- */

header {
  height: 2.5rem;
}

.header {
  height: 100%;
  width: 100vw;
  position: relative;
}

.headerWidgetLinks {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: flex;
  gap: 1rem;
  z-index: 1;
}

.headerWidgetBtn {
  background-size: contain;
  display: inline-block;
  width: 500px;
  height: 500px;
  zoom: 0.05;
  cursor: pointer;
  opacity: 0.75;
}

.headerWidgetBtn:hover {
  opacity: 1;
}

/* -------------------- HOME -------------------- */

.homeSection {
  position: relative;
  height: 100%;
}

.homeContainer {
  position: absolute;
  width: 100vw;
  height: 100%;
}

/* NAVIGATION */

.homeNavigation {
  height: 7.5%;
  display: flex;
  justify-content: space-between;
  /* padding: 0 8rem 0 8rem; */
}

.navBarLinks {
  font-size: 1vw;
  transition: all ease 0.25s;
  cursor: pointer;
}

.navBarLinks:hover {
  color: #b69451;
  scale: 1.1;
}

a:hover > .arrow {
  transition: all 0.225s ease;
  margin-left: 0.25rem;
}

.leftNavigation,
.rightNavigation {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.leftNavigation {
  justify-content: flex-start;
}

.rightNavigation {
  justify-content: flex-end;
}

.navBarLeft,
.navBarRight {
  position: absolute;
  height: 100%;
  z-index: 0;
  opacity: 0.35;
  filter: brightness(10%);
}

.leftNavigationLinks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 70%;
  z-index: 1;
}

.rightNavigationLinks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 60%;
  z-index: 1;
}

/* CONTENT */

.homeMain {
  height: 100%;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.homeMiddle {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.homeLogo {
  margin-top: 20%;
  width: 80%;
  animation-name: transitionIn;
  animation-duration: 4s;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    scale: 0.75;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

.availableNow {
  font-family: Tongari, Arial, Helvetica, sans-serif;
  background: rgb(9, 32, 65);
  background: radial-gradient(
    circle,
    rgba(9, 32, 65, 1) 0%,
    rgba(11, 36, 72, 1) 45%,
    rgba(4, 19, 39, 1) 100%
  );
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #c0a265;
  padding: 1rem;
  width: 55%;
  margin-top: 5%;
  z-index: 1;
  cursor: pointer;
  pointer-events: all;
}

.ruleA {
  width: 70%;
  margin-top: 0.5rem;
}

.darkGoldFont {
  transition: all ease 0.25s;
  color: #b1955b;
  font-size: 1.25vw;
}

.lightGoldFont {
  transition: all ease 0.05s;
  color: #ebcf92;
  font-size: 3vw;
}

.availableNow:hover > .darkGoldFont {
  color: #fff;
}

.availableNow:hover > .lightGoldFont {
  color: #fff;
}

.homeLeft,
.homeRight {
  display: flex;
  justify-content: center;
  position: relative;
}

.barLeft {
  position: absolute;
  width: 120%;
  top: -0.7%;
  left: 0;
}

.cornerLeft {
  position: absolute;
  width: 35%;
  top: 0;
  left: 0;
}

.accoladesLeft {
  width: 75%;
  padding-top: 15%;
  filter: contrast(150%);
  z-index: 1;
}

.accoladesRight {
  width: 60%;
  padding-top: 15%;
  filter: contrast(150%);
  z-index: 1;
}

.barRight {
  position: absolute;
  width: 120%;
  top: -0.7%;
  right: 0;
}

.cornerRight {
  position: absolute;
  width: 35%;
  top: 0;
  right: 0;
}

#myVideo {
  width: 100vw;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
}

/* -------------------- VIDEO SPLASH -------------------- */

.backdropsplash {
  position: fixed;
  inset: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  scale: 1.25;
  visibility: hidden;
  transition: all 0.2s linear;
}

.backdropsplash.enabled {
  position: fixed;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  scale: 1;
  visibility: visible;
  transition: all 0.2s linear;
}

.videoSplash {
  position: relative;
  width: 90vw;
  height: 55vw;
  max-height: 95vh;
  border-radius: 0.5rem;
  background-color: black;
  -webkit-box-shadow: 0 0 70px 5px rgba(208, 146, 43, 0.5);
  -moz-box-shadow: 0 0 70px 5px rgba(208, 146, 43, 0.5);
  box-shadow: 0 0 70px 5px rgba(208, 146, 43, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ytvideo {
  position: absolute;
  width: 95%;
  height: 90%;
}

.closeVideo {
  position: absolute;
  color: #b69451;
  font-size: 2.5rem;
  font-family: Ridley, Arial, Helvetica, sans-serif;
  border: 0;
  font-weight: 100;
  cursor: pointer;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  z-index: 2;
  top: 0;
  right: 0;
  pointer-events: all;
}

/* -------------------- CONTENT -------------------- */

.contentSection {
  background: url("images/dogwartsbg.jpeg");
  background-repeat: no-repeat;
  width: 100vw;
  height: 200vh;
  background-size: cover;
  background-position: center center;
  margin-top: -1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contentSection:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10rem;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(16, 22, 22, 0),
    rgb(25, 33, 33) 100%
  );
  width: 100vw;
  height: 10rem;
  pointer-events: none;
}

.contentSection:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to top,
    rgba(16, 22, 22, 0),
    rgb(25, 33, 33) 100%
  );
  width: 100vw;
  height: 20rem;
}

.contentContainer {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

/* VIDEO */

.videoContainer {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 45vw;
  width: 100%;
}

.videoStill {
  position: absolute;
  height: auto;
  width: 85%;
  max-width: 80rem;
}

.videoFrame {
  position: absolute;
  height: auto;
  width: 90%;
  max-width: 85rem;
  z-index: 1;
}

.playButton {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: 15vw;
  max-width: 10rem;
  max-height: 10rem;
  cursor: pointer;
}

.playArrow {
  width: 35%;
  height: 40%;
  margin-left: 5%;
  position: absolute;
}

.playShadow,
.playInner,
.playOuter {
  width: 100%;
  height: 100%;
  position: absolute;
}

.playInner,
.playOuter {
  transition: 0.5s;
  transform: rotate(0deg);
}

.playButton:hover > .playOuter {
  transform: rotate(60deg);
}

.playButton:hover > .playInner {
  transform: rotate(-60deg);
}

/* BLURB */

.blurb {
  margin-top: 4rem;
  max-width: 50rem;
  width: 90%;
  font-size: 1rem;
}

/* CARDS AND INFORMATIONS */

.biteTitle {
  zoom: 0.7;
  margin-top: 5rem;
}

.cardsContainer {
  max-width: 77rem;
  width: 95%;
  height: auto;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}

.cardContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cardA,
.cardB,
.cardC {
  width: 100%;
  height: auto;
}

.cardTitle {
  font-size: 1.5rem;
  font-family: Tongari, "Times New Roman", Times, serif;
  text-align: center;
  margin-top: 1rem;
}

.cardBlurb {
  max-width: 20rem;
  text-align: center;
  margin-top: 3rem;
  font-size: 1rem;
}

/* SOCIAL WIDGET */

.socialWidget {
  width: 100%;
  margin-top: 7.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socialWidgetBG {
  zoom: 0.75;
  opacity: 0.25;
}

.ruleB,
.ruleC {
  zoom: 0.6;
  position: absolute;
  z-index: 1;
}

.ruleB {
  top: 0;
  margin-top: -2rem;
}

.ruleC {
  bottom: 0;
  margin-bottom: -2rem;
}

.socialWidgetLinks {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  z-index: 1;
}

#twitterBtn {
  background: url(images/tw.png) no-repeat;
}

#telegramBtn {
  background: url(images/tg.png) no-repeat;
}

#dexscreenerBtn {
  background: url(images/ds.png) no-repeat;
}

#dextoolsBtn {
  background: url(images/dt.png) no-repeat;
}

#solscanBtn {
  background: url(images/ss.png) no-repeat;
}

#coingeckoBtn {
  background: url(images/cg.png) no-repeat;
}
#coinmarketcapBtn {
  background: url(images/cmc.png) no-repeat;
}

.socialWidgetBtn {
  background-size: contain;
  display: inline-block;
  width: 500px;
  height: 500px;
  zoom: 0.075;
  transition: all ease 1s;
  cursor: pointer;
}

.socialWidgetBtn:hover {
  scale: 1.5;
}

/* DINGUS */

.dingusContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  gap: 1rem;
}

.dingusTitle {
  color: #fff;
  font-family: Tongari, "Times New Roman", Times, serif;
  font-size: 1.5rem;
}

.number {
  font-size: 2rem;
}

.dingusTitle2 {
  color: #b69451;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.dingusTitle2:hover {
  color: #fff;
  margin-left: 1rem;
}

/* .dingusTitle2:hover > .arrow {
  transition: all 0.225s ease;
  margin-left: 0.25rem;
} */

.dingus2000 {
  background: url(images/dingus2000.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 829px;
  height: 204px;
  zoom: 0.75;
}

/* -------------------- FOOTER -------------------- */

footer {
  height: 30rem;
  background-color: black;
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -20rem;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(16, 22, 22, 0),
    rgb(0, 0, 0) 100%
  );
  width: 100vw;
  height: 20rem;
}

.cornerBottomLeft {
  position: absolute;
  width: 10%;
  bottom: 0;
  left: 0;
}

.cornerBottomRight {
  position: absolute;
  width: 10%;
  bottom: 0;
  right: 0;
}

/* -------------------- REVEAL FUNCTION -------------------- */

.reveal {
  position: relative;
  scale: 0.75;
  opacity: 0;
  transition: 0.5s all ease;
}

.reveal.active {
  opacity: 1;
  scale: 1;
}

/* -------------------- MOBILE DISPLAY: NONE -------------------- */

#myVideoMobile {
  display: none;
}

.homeMainMobile {
  display: none;
}

/* -------------------- REACTIVE -------------------- */

@media only screen and (max-width: 990px) {
  #myVideoMobile {
    display: initial;
    width: 100vw;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-top: 60px;
  }

  /* NAVIGATION */

  .mobileNavigation {
    background-image: url(images/mobile-nav-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: space-between;
  }

  .navigationLogo {
    scale: 0.9;
    margin-top: -10px;
  }

  .menuBtn {
    font-size: 3rem;
    color: #b69451;
    margin-right: 1rem;
    cursor: pointer;
  }

  /* HOME */

  .homeMainMobile {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 65px;
  }

  .cornerLeft,
  .cornerRight {
    width: 20%;
  }

  .barLeft,
  .barRight {
    width: 50%;
  }

  .homeMainMobileMiddle {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 112.5%;
    margin-top: 12.5%;
  }

  .middleBottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    pointer-events: all;
  }

  .playButton {
    width: 8rem;
    height: 8rem;
  }

  .playButton.disabled {
    display: none;
  }

  .tenten {
    zoom: 0.65;
    margin-left: 4rem;
  }

  .availableNow {
    width: 27.5rem;
    max-width: 80vw;
    padding: 0.5rem;
  }

  .ruleA {
    margin-top: 0;
    width: 100%;
  }

  .darkGoldFont {
    font-size: 1rem;
  }

  .lightGoldFont {
    font-size: 2.5rem;
  }

  .zach {
    margin-top: 1rem;
    zoom: 0.5;
  }

  /* CONTENT SECTION */

  .contentSection {
    pointer-events: none;
  }

  /* BLURB */

  .blurb {
    text-align: center;
    max-width: 50rem;
    width: 90%;
    font-size: 0.9rem;
    margin-top: 50%;
    margin-bottom: -3rem;
  }

  /* CARDS AND INFORMATION */

  .biteTitle {
    width: 90vw;
    zoom: 1;
    margin-bottom: -1rem;
  }

  .cardsContainer {
    max-width: 30rem;
    width: 80%;
    height: auto;
    display: grid;
    gap: 2rem;
    margin-top: 4rem;
  }

  .cardTitle {
    margin-top: 1.5rem;
  }

  .cardBlurb {
    margin-top: 1rem;
    margin-bottom: -1rem;
  }

  /* SOCIALS WIDGET AND FOOTER*/

  .ruleB,
  .ruleC {
    width: 80%;
  }

  .socialWidgetLinks {
    gap: 3%;
    pointer-events: all;
  }

  .socialWidgetBtn {
    zoom: 0.07;
  }

  .dingusTitle2 {
    pointer-events: all;
  }

  .dingus2000 {
    zoom: 0.4;
  }

  footer {
    height: 100rem;
  }

  .cornerBottomLeft,
  .cornerBottomRight {
    width: 20%;
  }

  /* DESKTOP DISPLAY: NONE; */

  .homeNavigation {
    display: none;
  }

  .videoContainer {
    display: none;
  }

  #myVideo {
    display: none;
  }

  .homeMain {
    display: none;
  }

  header {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  footer {
    height: 85rem;
  }
}
