html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

p, a, li, button {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
}

menu, nav, ul {
  margin: 0;
  padding: 0;
}

#projectGrid::-webkit-scrollbar, .gallery::-webkit-scrollbar {
  height: 10px;
}

#projectGrid::-webkit-scrollbar-track {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 0) 48%, rgb(1, 214, 164) 53%, rgba(0, 212, 255, 0) 58%, rgba(0, 212, 255, 0) 100%);
}

.gallery::-webkit-scrollbar-track {
  background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(2, 0, 36, 0) 48%, rgb(1, 214, 164) 53%, rgba(0, 212, 255, 0) 58%, rgba(0, 212, 255, 0) 100%);
}

#projectGrid::-webkit-scrollbar-thumb, .gallery::-webkit-scrollbar-thumb {
  border: 1px solid #01d6a4;
  background: #001A14;
}

#projectGrid::-webkit-scrollbar-thumb:hover, .gallery::-webkit-scrollbar-thumb:hover {
  background: #01d6a4;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style-type: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  overflow-x: hidden;
}

span,
a,
a:visited,
a:focus,
a:target {
  text-decoration: none;
}

#mainNav {
  position: fixed;
  right: 80px;
  top: 30px;
  bottom: 40px;
  width: 45px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#mainNav #navCircleContUp, #mainNav #navCircleContDown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 2px solid #01d6a4;
  border-radius: 50px;
}
#mainNav > hr {
  top: 25%;
  height: 50%;
  border-color: #01d6a4;
  position: relative;
}
#mainNav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainNav .NavCircle {
  background-color: #F2F2F2;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 1px solid #000206;
  box-shadow: 0px 2px 0 0 #01d6a4;
  z-index: 5;
}
#mainNav .NavCircle:nth-child(5) {
  position: absolute;
  top: 34.5%;
  right: -40px;
}
#mainNav .NavCircle:hover {
  background-color: #01d6a4;
  transform: scale(1.1);
  box-shadow: 0px 2px 0 2px #01d6a4;
}
#mainNav #navSubLine {
  position: absolute;
  top: 38%;
  right: -20px;
  border-color: #01d6a4;
  width: 40px;
  z-index: 4;
}
#mainNav .activeNav {
  background-color: #01d6a4;
  box-shadow: 0px 2px 0 2px #01d6a4;
}

#mobileMenu {
  display: block;
  position: fixed;
  top: 0;
  width: 110%;
  height: 100vh;
  background: linear-gradient(to bottom, #001A14, #000206);
  z-index: 3;
  overflow-y: scroll;
  right: -110vw;
}
#mobileMenu menu {
  list-style: none;
  text-decoration: none;
  padding: 10px 10px 30px 50px;
  margin: 0px;
  position: relative;
  top: 100px;
}
#mobileMenu menu ul {
  list-style: none;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#mobileMenu menu ul a {
  color: #fff;
  font-size: 18px;
}
#mobileMenu menu ul a:hover {
  color: #01d6a4;
}
#mobileMenu menu ul hr {
  margin: 9px auto;
  border-color: #01d6a4;
  width: 30px;
}
#mobileMenu.openMenu {
  right: -4vw;
}

.hamburger-icon {
  position: absolute;
  right: 10px;
  top: 35px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  #mainNav {
    display: flex;
  }
  .hamburger-icon {
    display: none;
  }
  #mobileMenu {
    display: none;
  }
}
#archiveImage {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(/images/archive-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 100%;
  filter: brightness(0.6) saturate(0.8);
}
#archiveImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: none;
}

#archiveTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.socialMenu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  left: 10px;
  top: 40px;
}
.socialMenu #linkedInIcon {
  padding-right: 15px;
}
.socialMenu img {
  width: 40px;
  height: 40px;
}
.socialMenu img:hover {
  transform: scale(1.1);
}
.socialMenu a {
  display: inline-block;
  height: 40px;
}

.fontLogo {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fontLogo .fontLogoStrip {
  width: 190px;
  height: 10px;
  background-color: #F2F2F2;
}
.fontLogo h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 30px;
  line-height: 38px;
}

#archiveReturn {
  position: absolute;
  display: none;
  align-items: center;
  top: 30px;
  right: 120px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #01d6a4;
  font-size: 18px;
}
#archiveReturn:hover img {
  transform: scale(1.2);
}
#archiveReturn img {
  width: 100%;
  height: 100%;
  padding-right: 4px;
  margin-right: 13px;
}

#archiveProjects {
  position: absolute;
  width: 100%;
  top: 20%;
  padding: 0 40px;
  display: flex;
}
#archiveProjects #projectGrid {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  width: 100%;
  height: 600px;
}
#archiveProjects #projectItems {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  row-gap: 40px;
}
#archiveProjects .project {
  position: relative;
  width: 300px;
  height: 300px;
  overflow: hidden;
  white-space: normal;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#archiveProjects .project img {
  position: absolute;
  width: 40%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.3;
  left: 50%;
  transform: translateX(-50%);
}
#archiveProjects .project p {
  text-transform: uppercase;
  position: relative;
  color: #B3B3B3;
  letter-spacing: 0px;
}
#archiveProjects .project a {
  display: block;
  font-size: 14px;
  width: 100%;
  background-color: #01d6a4;
  color: #000206;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0px -4px 0px 0px #01d6a4;
  border-bottom: 1px solid #01d6a4;
}
#archiveProjects .project a:hover {
  box-shadow: inset 0px -4px 0px 0px #000206;
}
#archiveProjects .project h2 {
  font-size: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#archiveProjects .project .clippedButton {
  position: absolute;
  bottom: 0%;
  width: 100%;
  overflow: hidden;
}
#archiveProjects #projecthoverDisplay {
  display: none;
  position: relative;
  width: 38%;
  padding: 0 20px;
  margin-left: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#archiveProjects #projecthoverDisplay #hoverDisplayMainIMG {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
#archiveProjects #projecthoverDisplay h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  padding-top: 10px;
}
#archiveProjects #projecthoverDisplay p {
  padding-top: 20px;
}
#archiveProjects #projecthoverDisplay .displayItem {
  display: none;
  z-index: 3;
}
#archiveProjects #projecthoverDisplay .displayItem.active {
  display: block;
}
#archiveProjects #projecthoverDisplay .displayItem > div {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 0;
}
#archiveProjects #projecthoverDisplay .hoverDisplaySubIMG {
  position: relative;
  width: 280px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
#archiveProjects #projecthoverDisplay .hoverDisplaySubIMG:nth-of-type(1), #archiveProjects #projecthoverDisplay .hoverDisplaySubIMG:nth-of-type(2) {
  padding-bottom: 20px;
}
#archiveProjects #projecthoverDisplay .hoverDisplaySubIMG:nth-of-type(n+2) {
  display: none;
}
#archiveProjects #projecthoverDisplay #defaultDisplay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#archiveProjects #projecthoverDisplay #defaultDisplay.hidden {
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .fontLogo, #archiveReturn {
    display: flex;
  }
  #archiveProjects #projectGrid {
    width: 60%;
  }
  #archiveProjects #projecthoverDisplay {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  header {
    height: 850px;
  }
  header .socialMenu {
    left: 40px;
  }
  #archiveProjects #projecthoverDisplay h2 {
    padding-left: 10px;
    padding-top: 0px;
  }
  #archiveProjects #projecthoverDisplay .hoverDisplaySubIMG:nth-of-type(n+2) {
    display: block;
  }
}
html.menuoverflow {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
}

header {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #000206;
}
header #headerImage {
  width: 100%;
  height: 100%;
  background-image: url(/images/background_starry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 140%;
  filter: blur(1px) brightness(0.6) saturate(0.8);
}
header #headerTop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .socialMenu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  left: 10px;
  top: 40px;
}
header .socialMenu #linkedInIcon {
  padding-right: 15px;
}
header .socialMenu img {
  width: 40px;
  height: 40px;
}
header .socialMenu img:hover {
  transform: scale(1.1);
}
header .socialMenu a {
  display: inline-block;
  height: 40px;
}
header .fontLogo {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .fontLogo .fontLogoStrip {
  width: 190px;
  height: 10px;
  background-color: #F2F2F2;
}
header .fontLogo h3 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  padding-top: 30px;
  line-height: 38px;
}
header #heroHeading {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-40%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
header #heroHeading div {
  overflow: hidden;
}
header #heroHeading h1 {
  font-size: 52px;
  line-height: 56px;
  animation: headingSlide 1s linear;
}
header #heroHeading h1 span {
  font-size: 40px;
}
header #heroHeading h2 {
  font-size: 24px;
}
header #heroHeading img {
  width: 10px;
  padding-bottom: 7px;
}

@keyframes headingSlide {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes showcaseSlide {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#headingDot {
  opacity: 0;
}

#showcaseSec {
  position: relative;
  display: block;
  width: 100%;
  height: 90em;
  background-color: #000206;
}
#showcaseSec #showcaseImage {
  width: 100%;
  height: 100%;
  background-image: url(/images/gameshowcase-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 210%;
  filter: blur(0px) brightness(0.3) saturate(1);
}
#showcaseSec #showcaseCont {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 170px;
       column-gap: 170px;
  row-gap: 40px;
  right: 10px;
}
#showcaseSec #showcaseCont .showcaseItem {
  position: relative;
  width: 600px;
  height: auto;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
}
#showcaseSec #showcaseCont .showcaseItem.showcaseSlide {
  animation: showcaseSlide;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}
#showcaseSec #showcaseCont .showcaseItem:nth-child(1) {
  animation-delay: 0.2s;
}
#showcaseSec #showcaseCont .showcaseItem:nth-child(2) {
  animation-delay: 0.3s;
}
#showcaseSec #showcaseCont .showcaseItem:nth-child(3) {
  animation-delay: 0.4s;
}
#showcaseSec #showcaseCont .showcaseItem .showcaseHeading {
  width: 100%;
}
#showcaseSec #showcaseCont .showcaseItem .showcaseDesc {
  font-size: 16px;
  width: 100%;
}
#showcaseSec #showcaseCont .showcaseItem img {
  width: 140px;
  height: 140px;
  filter: grayscale(1);
}
#showcaseSec #showcaseCont .showcaseItem .tagButton {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 40px;
}
#showcaseSec #showcaseCont .showcaseItem .showcaseTag {
  border: 1px solid #001A14;
  text-align: center;
  padding: 15px 47px;
  font-size: 16px;
  text-transform: uppercase;
}
#showcaseSec #showcaseCont .showcaseItem a {
  padding: 15px 0px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #000206;
  background-color: #01d6a4;
  box-shadow: inset 0px -4px 0px 0px #01d6a4;
  border-bottom: 1px solid #01d6a4;
}
#showcaseSec #showcaseCont .showcaseItem a:hover {
  box-shadow: inset 0px -4px 0px 0px #000206;
}
#showcaseSec #showcaseCont #showcaseArchive {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  align-self: center;
  left: auto;
}
#showcaseSec #showcaseCont #showcaseArchive:hover span {
  background-color: #01d6a4;
  z-index: 3;
}
#showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(2) span:nth-of-type(1), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(2) span:nth-of-type(9) {
  visibility: hidden;
}
#showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(3) span:nth-of-type(1), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(3) span:nth-of-type(2), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(3) span:nth-of-type(8), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(3) span:nth-of-type(9) {
  visibility: hidden;
}
#showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(1), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(2), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(3), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(7), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(8), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(4) span:nth-of-type(9) {
  visibility: hidden;
}
#showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(1), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(2), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(3), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(4), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(6), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(7), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(8), #showcaseSec #showcaseCont #showcaseArchive:hover .arcivecircleAnim:nth-of-type(5) span:nth-of-type(9) {
  visibility: hidden;
}
#showcaseSec #showcaseCont #showcaseArchive a {
  border: 1px solid #01d6a4;
  padding: 16px 70px;
  text-transform: uppercase;
  z-index: 2;
}
#showcaseSec #showcaseCont #showcaseArchive #archiveBAnimContainer {
  position: absolute;
  display: none;
  flex-direction: row;
  -moz-column-gap: 5px;
       column-gap: 5px;
  right: -34px;
}
#showcaseSec #showcaseCont #showcaseArchive #archiveBAnimContainer .arcivecircleAnim {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#showcaseSec #showcaseCont #showcaseArchive span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #001A14;
  border-radius: 50px;
}

#gameSec {
  position: relative;
  display: block;
  width: 100%;
  height: 93em;
  background-color: #000206;
}
#gameSec #gameWarning {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  top: 2%;
  transform: translateY(-2%);
}
#gameSec h3 {
  position: relative;
  bottom: 0;
  z-index: 3;
}
#gameSec #gameCont {
  position: relative;
  top: 14%;
  transform: translateY(-14%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 600px;
  -moz-column-gap: 100px;
       column-gap: 100px;
  left: 10px;
  right: 10px;
  width: 96%;
  row-gap: 40px;
}
#gameSec .gameItem {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 250ms linear;
}
#gameSec .gameItem > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gameSec .gameItem:nth-of-type(1):hover .gameContainer {
  transform: scale(1.1);
  transition: all 300ms linear;
}
#gameSec .gameItem:nth-of-type(1) h3 {
  left: auto;
}
#gameSec .gameItem:nth-of-type(2) {
  right: auto;
}
#gameSec .gameItem:nth-of-type(2):hover .gameContainer {
  transform: scale(1.1);
  transition: all 300ms linear;
}
#gameSec .gameItem:nth-of-type(2) h3 {
  right: auto;
}
#gameSec .gameContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gameSec .gameButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #01d6a4;
  background-color: #01d6a4;
  box-shadow: 0 0 0 1px #01d6a4;
}
#gameSec .gameButton img {
  width: 100%;
}
#gameSec .gameButton:hover {
  border-color: #000206;
}
#gameSec #disclaimer {
  position: absolute;
  bottom: 3px;
  right: 0px;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 10px;
}

/* STARS */
#starAnimation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#starAnimation span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  background: #505050;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}
@keyframes animateLong {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}
@keyframes animateShort {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-300px);
    opacity: 0;
  }
}
@keyframes animateMedium {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-600px);
    opacity: 0;
  }
}
#starAnimation span:nth-child(1) {
  top: 0;
  left: 30%;
  animation: animateMedium linear infinite;
  animation-delay: 0.4s;
  animation-duration: 1.8s;
}
#starAnimation span:nth-child(2) {
  top: 0;
  left: 66%;
  animation: animateLong linear infinite;
  animation-delay: 0.3s;
  animation-duration: 1.8s;
}
#starAnimation span:nth-child(3) {
  top: 48%;
  right: 35%;
  left: initial;
  animation: animateShort linear infinite;
  animation-delay: 0.6s;
  animation-duration: 1.2s;
}
#starAnimation span:nth-child(4) {
  top: 40%;
  right: 0px;
  left: initial;
  animation: animateMedium linear infinite;
  animation-delay: 0.5s;
  animation-duration: 2.1s;
}

@media screen and (min-width: 1024px) {
  header .fontLogo {
    display: flex;
  }
  #showcaseSec {
    height: 67em;
  }
  #showcaseSec #showcaseCont {
    right: 10%;
    justify-content: space-between;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  #showcaseSec #showcaseCont .showcaseItem {
    width: 520px;
  }
  #gameSec #gameCont {
    width: 84%;
  }
  #gameSec #gameWarning {
    width: 85%;
    text-align: center;
  }
}
@media screen and (min-width: 1440px) {
  header {
    height: 850px;
  }
  header .socialMenu {
    left: 40px;
  }
  header #heroHeading {
    top: 50%;
    transform: translateY(-50%);
  }
  header #heroHeading h1 {
    font-size: 80px;
  }
  header #heroHeading h2 {
    font-size: 36px;
  }
  #showcaseSec {
    height: 850px;
  }
  #showcaseSec #showcaseCont {
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
  }
  #showcaseSec #showcaseCont .showcaseItem {
    height: 300px;
    width: 600px;
  }
  #showcaseSec #showcaseCont .showcaseItem .tagButton {
    width: 100%;
    flex-wrap: nowrap;
    margin-left: 0px;
  }
  #showcaseSec #showcaseCont .showcaseItem .showcaseDesc {
    width: 75%;
  }
  #showcaseSec #showcaseCont #showcaseArchive #archiveBAnimContainer {
    display: flex;
  }
  #gameSec {
    height: 850px;
  }
  #gameSec #disclaimer {
    width: auto;
    text-align: center;
    right: 80px;
    padding: 0;
  }
  #gameSec #gameWarning {
    padding-left: 40px;
    padding-right: 0;
    top: 10%;
    transform: translateY(-10%);
  }
  #gameSec #gameCont {
    top: 50%;
    transform: translateY(-50%);
    flex-wrap: nowrap;
    left: 40px;
    right: 10%;
  }
  #gameSec .gameItem {
    width: 50%;
  }
}/*# sourceMappingURL=main.css.map */