*{
  padding:0;
  margin:0;
  box-sizing: border-box;
  /*outline: 1px solid #f00 !important;*/
}

body {
  overflow-x: hidden;
  font-family: Oswald;
  font-size: 2vh;
  font-weight: 300;
  color: gray;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}

img,
.no-drag {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@font-face {
  font-family: 'hansonbold' ;
  src: url('./font/font');
}

@font-face {
  font-family: 'hansonbold';
  src: url('../fonts/hanson-webfont.woff2') format('woff2'),
  url('../fonts/hanson-webfont.woff') format('woff'),
  url('../fonts/hanson-webfont.woff') format('woff'),
  url('./font/hanson.otf');
  font-weight: normal;
  font-style: normal;
}

/* ONPOINT YELLOW: #ffd900 */
/* USE: Hanson for offline viewing */
/* USE: hansonbold for online viewing */
/* ALT + SHIFT + F = Format Code */

/*0000000000000000000000000000000000000000000000000000000000000000000000000 LOADING PAGE */

.loaderSKI {
  width: 20vh;
  aspect-ratio: 1;
  border-radius: 50%;
  border: .7vh solid;
  border-color: #000 #0000;
  animation: l1 .75s infinite;
  position: absolute;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.slant{
  width:100%;
}

.slant-graphic{
  height: 100vh;
  float: right;
  transform: translateX(33.58vh);
}

.loaderlogoo{
  position: absolute;
}

.loaderlogo{
  width: 10vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 REVEAL */

.hidden {
  opacity: 0;
  filter: blur(2vh);
  transform: translateY(20%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 HEADER NAVIGATION */

.Header-section {
  display: flex;
  position: fixed;
  z-index: 5;
}

.HeaderLOGO{
  display: flex;
}

.HeaderLOGOGRAPHIC{
  height: 6.1vh;
  display: flex;
  margin-left: -2.5vh;
  z-index: -4;
  scale: 1.01;
  transform: translateY(0vh);
}

.HeaderYELLOW{
  display: flex;
  flex-direction: row-reverse;
  padding-right: 8.8vh;
  align-items: center;
  height: 6.1vh;
  width: 100%;
  z-index: -5;
  position: fixed;
  box-shadow: 0px .3vh 2vh rgba(0, 0, 0, .3);  
  box-shadow: 0px 1vh 2vh rgba(0, 0, 0, .05);
  background-color: #ffd900;
}

.NAVBARTEXTCONAINER{
  display: flex;
  z-index: -6;
  gap: 2vh;
  text-transform:uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.7vh;
}

.HHome{
  transition: .25s;
  text-decoration: none;
}

.AAbout{
  transition: .25s;
  text-decoration: none;
}

.CContact{
  transition: .25s;
  text-decoration: none;
}

.HHome:Hover{
  filter: blur(.2vh);
}

.AAbout:Hover{
  filter: blur(.2vh);
}

.CContact:Hover{
  filter: blur(.2vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 LANDING PAGE */

.LANDINGGG{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LANDINGPICC{
  width: 100%;
  padding-left: 15vh;
  padding-right: 15vh;
  display: block;
  margin: auto;
}

.introtitle{
  padding-top: 2vh;
  font-family: hansonbold;
  color: black;
  font-size: 7vh;
  text-transform: uppercase; 
  text-align: center;
}

.introtext{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SCROLLING */

.slider {
  height: 70vh;
  margin: auto;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: black;
}

.slide-track {
  display: flex;
  width: calc(90vh * 27);
  animation: scroll 90s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-90vh * 9));
  }
}

.slide {
  height: 70vh;
  width: 40vh;
  display: flex;
  align-items: center;
  perspective: 30vh;
}

.slide img {
  width: 100%;
  transition: transform 200ms;
  transform: translateZ(.5vh);
  filter: blur(.4vh);
}

.slide img:hover {
  transform: translateZ(3vh);
  filter: blur(0px);
  z-index: 4;
}

.slider::before {
  left: 0;
  top: 0;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 WORDS */

.Title{
  font-family: hansonbold;
  color: black;
  font-size: 7vh;
  text-transform: uppercase; 
  text-align: center;
  margin-top: 13.5vh;
  line-height: 7vh;
}

.Text{
  margin-left: 24%;
  margin-right: 24%;
  text-align: center;
  padding-bottom: 2vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 ALBUM */

.container{
  position: relative;
  margin-left: 15%;
  margin-right: 15%;
}

.container .image-container{
  display: flex;
  flex-wrap: wrap;
  gap:.75vh;
  justify-content: center;
  padding: 1vh;
}

.container .image-container .image{
  height:33vh;
  width: 33vh;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
  border-radius:1vh;

}

.container .image-container .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s;
  transition: width .5s, height .5s, transform .5s;
}

.container .image-container .image:hover img{
  transform: scale(1.075);
}

.container .popup-image{
  position: fixed;
  top:0; 
  left:0;
  background: rgba(0, 0, 0, .75);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  backdrop-filter: blur(.5vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 VIEWER */

.container .popup-image span{
  position: absolute;
  top:1.5; right: 4vh;
  font-size: 5.5vh;
  color:white;
  cursor: pointer;
  z-index: 100;
}

.container .popup-image img{
  position: absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  height: 78vh;
  object-fit: cover;
  border-radius:1vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 MOTION GRAPHICS */


.Video-Section{
}

.Video-Container{
  width: 90vh;
  height: 40vh;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  padding-bottom: .25vh;
}


/*0000000000000000000000000000000000000000000000000000000000000000000000000 GAMES */

.games-container{
  display: flex;
  gap: 4vh;
  justify-content: center;
}

.game1{
  height: 40vh;
  border-radius: 7vh;
  transition: .2s, transform .5s;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
}

.game1:hover{
  scale: 1.02;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .15); 
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 FONTS */

.FontSection{
  display: flex;
  gap: 2vh;
  justify-content: center;
  margin-bottom: 13.5vh;
}

.FontPanel1{
  transition: .2s;
}

.FontPanel1:hover{
  scale: 1.02;
}

.FontPanel2{
  transition: .2s;
}

.FontPanel2:hover{
  scale: 1.02;
}

.FontPanel3{
  transition: .2s;
}

.FontPanel3:hover{
  scale: 1.02;
}

.FontPanel1{
  background-image: url("../media/graphic-biscuitparty.png");
  background-size: cover;
  border-radius: 1vh;
  width: 35vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
}

.FontPanel2{
  background-image: url("../media/graphic-legacycaster.png");
  background-size: cover;
  border-radius: 1vh;
  width: 35vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05); 
}

.FontPanel3{
  background-image: url("../media/graphic-goteam.png");
  background-size: cover;
  border-radius: 1vh;
  width: 35vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05); 
}

.FontLogo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2vh;
  padding-right: 2vh;
}

.FontLogoGraphic1{
  width: 25vh;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.FontLogoGraphic2{
  width: 25vh;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.FontLogoGraphic3{
  width: 25vh;
  padding-top: 5vh;
  padding-bottom: 3vh;
}

.FontDescription{
  font-family: Oswald;
  color: white;
  text-align: justify;
  padding-left: 5vh;
  padding-right: 5vh;
  margin-bottom: 4vh;
  height: 27vh;
}

.FontDownload{
  bottom: 0;
  background-color: black;
  border-radius: 0 0 1vh 1vh;
  height: 7vh;
  display: flex;
  justify-content: center;
}

.download-btn{
  padding-top: 1.9vh;
  font-family: Oswald;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

.download-btn:Hover {
  filter: blur(.2vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 PANEL EXPAND */

.containerlmao{
  margin:auto;
  display: flex;
  background-color: black;
  overflow: hidden;
  width: 100%;
}

.boxlmao{
  height: 61vh;
  flex: .518;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xD{
  width: 120%;
  flex: 2;
  transition: 1.5s;
}

.xD:hover{
  flex: 1;
}

.blackboxlmao{
  background-color: black;
  height: 61vh;
  flex: .7;
  transition: 1s;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 30%;
  transform: skewX(-17deg) translateX(9.7vh) translateY(.1vh);
}

.Iconn{
  width: 8vh;
}

.DESC{
  padding-left: 3vh;
  padding-top: 1.3vh;
}

.social{
  width: 10vh;
  transition: 1s;
}

.titlelmao{
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3vh;
  color: white;
}

.descriptionlmao{
  font-family: Oswald;
  font-size: 2vh;
  color: white;
  transition: .1s;
  display: flex;
  transform: skewX(17deg) translateX(-8.6vh) translateY(-.8vh);
  width: 71vh;
  text-align: justify;
}

.handlelmao{
}

.boxlmao:hover{
  flex: .6;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 FOOTER */

.Footer-Section{
  bottom: 0;
  justify-content: center;
  background-color: black;
  padding-top: 13.5vh;
}

.Footer-Signature{
  width: 20vh;
  display: block;
  margin: auto;
  padding-bottom: .5vh;
}

.Footer-Copyright{
  text-align: center;
  color: white;
  font-size: 1.5vh;
  padding-bottom: 2vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SCROLLBAR */

::-webkit-scrollbar{
  width: .75vh;
}

::-webkit-scrollbar-track{
  background: white; 
}

::-webkit-scrollbar-thumb{
  background: #d1d1d1;
}

::-webkit-scrollbar-thumb:Hover{
  background: grey;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SOY MEDIA QUERY */

@media only screen and (max-width:2000px) {
}

/* (: CREATED BY JOHN BENEDICT MANGCO :) */