*{
  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;
}

.hidden2 {
  opacity: 0;
  filter: blur(2vh);
  transform: translateX(20%);
  transition: all 1.5s;
}

.hidden3 {
  opacity: 0;
  filter: blur(2vh);
  transform: translateX(-20%);
  transition: all 1.5s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transform: translateX(0);
}


/*0000000000000000000000000000000000000000000000000000000000000000000000000 ANIMATED BANNER */

.CONTAINER{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd900;
  min-height: 40vh;
  margin-top: 100vh;
  position: absolute;
  width: 100%;
}
}

.wrapper{
  display: inline-flex;
}

.wrapper .static-txt{
  font-size: 7vh;
  font-family: hansonbold;
  color: black;
  text-transform: uppercase;
  text-align: center;
}

.wrapper .dynamic-txt{
  line-height: 1.8165304268846503vh;
  height: 8vh;
  overflow: hidden;
}

.dynamic-txt li{
  text-align: center;
  list-style: none;
  font-family: hansonbold;
  font-size: 7vh;
  color: black;
  margin-bottom: 4.541326067211626vh;
  padding-top: 1.8165304268846503vh;
  text-transform: uppercase;
  position: relative;
  top:0;
  animation: slide 15s steps(10) infinite;
}

@keyframes slide {
  100%{
    top: -81.74386920980926vh;
  }
}

.dynamic-txt li span{
  position: relative;
}

.dynamic-txt li span::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  animation: typing 2s steps(10) infinite;
  background-color: white;
}

@keyframes typing{
  100%{
    left: 100%;
    margin: 0 -95px 0 95px;
  }
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 COMMISION STATUS */

#comstats{
  position: absolute;
  z-index: 4;
  top:90vh;
  left:10.75vh;
}

.comstatus{
    width: 1.5vh;
}

/*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;
}

.WWorks{
  transition: .25s;
  text-decoration: none;
}

.AAbout{
  transition: .25s;
  text-decoration: none;
}

.CContact{
  transition: .25s;
  text-decoration: none;
}

.WWorks:Hover{
  filter: blur(.2vh);
}

.AAbout:Hover{
  filter: blur(.2vh);
}

.CContact:Hover{
  filter: blur(.2vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 VIDEO LANDING PAGE */

.HomePageLandingSection{
  height: 100vh;
  width: 100%;
}

.BlackVideo{
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: -10;
  position: absolute;

}

.VideoContainer{
  justify-content: center;
  align-items: center;
  display: flex;
}

.Video{
  transform: translateY(52.5vh);
  background-size:contain;
  position: absolute;
  z-index: -1;
  filter: blur(0vh);
  opacity: 25%;
  min-width:100%;
  min-height:100%;
}

.HomePageTitleContainer{
  display: flex;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
  margin-top: 27vh;
}

.HomePageTitle{
  width: 130vh;
  opacity:1;
  filter: blur(0px);
  z-index: 4;
  transition: 1s;
}

.HomePageTitle:Hover{
  opacity: 0;
  filter: blur(2vh);
}

.FlexBoxContainer{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: Oswald;
  font-size: 1.5vh;
  height:95vh;
}

.ContactBox{
  width: 40%;
}

.BoxContainer{
  display: flex;
  gap: 3vh;
  padding-left: 5vh;
  padding-top: 1vh;
}

.BoxTitle{
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vh;
  color: white;
}

.BoxDescription{
  font-family: Oswald;
  font-size: 1.5vh;
  color: white;
}

.ScrollBox{
  width: 20%;
  animation: arr 1.5s infinite; 
}

@keyframes arr{
  0%{
    transform:translateY(0vh);
  }
  50%{
    transform:translateY(1vh);
  }
}
}

.ScrollDownTEXT{
  color: white;
  text-transform: uppercase;
  text-align: center;
}  

.ScrollDownTEXXT{
  color: white;
  font-size: 1.5vh;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 90vh;
}  

.Arrow{
  width: 15vh;
  display: block;
  margin-left: auto;  
  margin-right: auto; 
}

.SocialsBox{
  width: 40%;
}

.Contact-Icons{
  display: flex;
  gap: .75vh;
  flex-direction: row-reverse;
  padding-right: 5vh;
  transform:translateY(.8vh);

}

.Contact-Icon{
  width: 5vh;
  transition: .25s;
}

.Contact-Icon:Hover{
  scale: 1.1;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 INTRODUCTION */

.INTROOOOOOOOOO{
  margin-top: 45vh;
  z-index: 100;
}

.jbpics{
  padding-top: 10vh;
  display: block;
  margin:auto;
  width: 100vh;
  padding-bottom: 1vh;
}

.introtitle{
  font-family: hansonbold;
  color: black;
  text-align: center;
  font-size: 7vh;
  text-transform: uppercase;
  margin-top: 1%;
  line-height: 7vh;
}

.introtext{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

.whatido{
  margin-top: 15vh;
  display: flex;
  height: 40vh;
}

.thetitle{
  font-family: hansonbold;
  color: black;
  font-size: 7vh;
  text-transform: uppercase;
  line-height: 7vh; 
}

.thedescription{
  margin-right: 5vh;
}

.whatidocontainer{
  margin-left: 15vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 1.9vh;
}

.whatidopicture{
  margin-right: 15vh;
}

.starwars{
  height: 40.49vh;
}

.howido{
  margin-top: 15vh;
  flex-direction: row-reverse;
  display: flex;
  height: 40vh;
  transform: translateY(1vh);
}

.howidocontainer{
  margin-right: 15vh;
  margin-left: 5vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 2vh;
}

.howidopicture{
  margin-left: 15vh;
  margin-right: 2vh;
}

.howidotitle{
  font-family: hansonbold;
  color: black;
  font-size: 7vh;
  text-transform: uppercase; 
  text-align: left;
  line-height: 7vh;
}

.howidodescription{
  text-align: left;
}

.muffet{
  height: 52.1vh;
  transform: translateY(-2vh);
}

.ari{
  height: 42.4vh;
  transform: translateX(.33vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 AWARD BANNER */

.inspibanner{
  margin-top: 16vh;
  background-image: url("../media/bg-winners1.png");
  background-size: cover;
  background-position: center;
}

.lewords{
  height: 67vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
  font-family: hansonbold;
  color: white;
  font-size: 3.5vh;
  line-height: 3.5vh;;
  text-transform: uppercase; 
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 PORTFOLIO */

.cocontainer {
  width: 100%;
  margin-top: 5vh;
  height: 40vh;
}

.PHOTO{
  border-radius: 1vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
  height: 42.3vh;
}

.carouselContainer {
  width: .0001%;
  margin: 0 auto;
  position: relative;
   z-index: 3;
}

.carouselImgs {
  display: none;
  text-align: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
  width: 100%;
}

.LePointers{
  display: flex;
  gap: 105vh;
  justify-content: center;
  transform: translateY(-27vh);
  background-color: yellow;
  z-index: -20;

}

.prev, .next {
  cursor: pointer;
  top: 35%;
  color: lightgrey;
}

.next:Hover {
  color: grey;
}

.prev:Hover {
  color: grey;
}

.prev {
  font-size: 8vh;
  font-weight: 200;
  opacity: .5;
}

.next {
  font-size: 8vh;
  font-weight: 200;
  opacity: .5;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SKILLS */

.skills-section{
  margin-top: 13.5vh;
}

.skillstitle{
  font-family: hansonbold;
  color: black;
  text-align: center;
  font-size: 7vh;
  text-transform: uppercase;
  line-height: 7vh;
}

.center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.skillsdescription{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

.skills-chart{
  margin-top: 4vh;
  padding-bottom: 8vh;
  width:100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 1vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
  transition: .2s;
}

.skills-chart:Hover{
  scale: 1.02;
}

.leskills{
  width: 90vh;
}

.boxtitle{
  padding-bottom: 2vh;
  padding-top: 4vh;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3vh;
  color:black;
  text-align: center;
}

.softwares{
  margin-top: 2vh;
  padding-bottom: 5vh;
  width: 100vh;
  display: grid;
  justify-content: center;
  border-radius: 1vh;
  box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
  transition: .2s;
}

.softwares:Hover{
  scale: 1.02;
}

.lesoftwares{
  height: 7.5vh;
  filter: invert(100%);
  opacity: 16%;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 ARTICLE */

.ArticleHOLDER{
  justify-content: center;
  display: flex;
  gap: 1.5vh;
}

.ArticleBOXES{
  box-shadow: 0px 1vh 2vh rgba(0, 0, 0, .05);
  border-radius: 1vh;
  padding-bottom: 2vh;
  transition: .2s;
}

.ArticleBOXES:Hover{
  scale: 1.02;
}

.SPACE-DIVIDER{
  height: 2vh;
}

.article-section{
  margin-top: 13.5vh;
}

.article-title{
  font-family: hansonbold;
  color: black;
  text-align: center;
  font-size: 7vh;
  text-transform: uppercase;
  padding-bottom: 2vh;
}

.article-image{
  width: 49.25vh;
  display: grid;
  justify-content: center;
  align-items: center;
}

.articleimage{
  border-radius: 1vh 1vh 0 0;
  width: 100%;
}

.articletitle{
  padding-top: 2vh;
  font-family: Oswald;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5vh;
  color:black;
  padding-left: 3vh;
  padding-bottom: .1vh;
}

.articledescription{
  padding-left: 3vh;
  padding-right: 3vh;
  text-align: left;
  padding-bottom: 3vh;
  font-size: 1.5vh;
  text-align: left;
  line-height: 2vh
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SLIDER */

.beforeafter-section{
  margin-top: 14vh;
}

.holder{
  padding-top: 2vh;
  display: flex;
  justify-content: center;
  width: 100%;
}

div#comparison { 
  width: 57vw;
  height: 57vw;
  max-width: 96vh;
  max-height: 60.6vh;
  overflow: hidden; 
}

div#comparison figure { 
  background-image: url("../media/graphic-after.png");
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
}

div#comparison figure > img { 
  position: relative;
  width: 100%;
}

div#comparison figure div { 
  background-image: url("../media/graphic-before.png");
  background-size: cover;
  position: absolute;
  width: 50%; 
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -2.5vh; left: -1%;
  background-color: rgba(0, 0, 0, .09); 
  width: 102%; 
}

input[type=range]:focus { 
  outline: none; 
}

input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
  height:1vh;
  width: 98%;
  background-color: rgba(0, 0, 0, .09); 
  position: relative;
  outline: none;    
}

input[type=range]::active { 
  border: none; 
  outline: none;
}

/*000000000000000000000 SLIDER */

/*DEFAULT STATE */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance:none;
  width: 3vh; 
  height: 1vh;   
  background: lightgrey;
  border-radius: .25vh;
}

/*HOVER*/

input[type=range]::-webkit-slider-thumb:Hover {
  background: grey;
  opacity: .5;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 4vh;
  height: 1vh;
  border-radius: 0;
}

input[type=range]::-moz-range-thumb:Hover {
}

/*PRESS*/      

input[type=range]:focus::-webkit-slider-thumb {
  background: grey;
  opacity: .5;
}

input[type=range]:focus::-moz-range-thumb {
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 ONPOINT */

.OnpointSection{
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15vh;
}

.OnpointLogocontainer{
  width:40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.OnpointSection{
  background-image: url("../media/bg-onpoint.png");
  background-size: cover;
  position: relative;
  z-index: -4;
  height: 61vh;
  background-position: center;
  transform: translateY(.05vh);
}

.INSIDE{
  transform: translateX(-6vh);
}

.Spingraphic{
  width: 30vh;
  position: absolute;
  transform: translate(-50%,-50%);
  animation: myfirst 30s infinite linear;
}

@keyframes myfirst{
  0%{
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.OnpointLogo{
  width: 12vh;
  z-index: 5;
}

.OnpointDescriptioncontainer{
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.OnpointWord{
  width: 25vh;
  margin-bottom:  .5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.OnpointDescription{
  color: white;
  width: 68vh;
  margin: 0 auto;
  text-align: justify;
}

/*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 :) */