*{
  padding:0;
  margin:0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /*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;
}

button{
  border: none;
  outline: none;
}

.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;
}

.DIDIVIDER{
  display: flex;
  justify-content: center;
  align-items: center;

}

.DIVIDER{
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  height: 5px;
  border-radius: 10px;
  background-color: black;
  opacity: 3%;
    margin-top: 5vh;
  margin-bottom: 5vh;
}

/* 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)}}

.loaderlogoo{
  position: absolute;
}

.loaderlogo{
  width: 10vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 HAMBURGER MENU */

.MenuCONTAINER{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.7vh;
  position: absolute;
  width: 100%;
}

.off-screen-menu {
  background-color: black;
  height: 100%;
  width: 30vh;
  position: fixed;
  top: 0;
  right: -90vh;
  display: flex;
  flex-direction: column;
  align-items: center;    
  font-size: 2.75vh;
  transition: .5s ease;
  z-index: 90;
  padding-left: 1vh;
  padding-top: 6vh;
  background: rgba(0, 0, 0, .25);
  backdrop-filter: blur(1vh);

}
.off-screen-menu.active {
  right: 0;
}

nav {
  width: 850px;
  display: flex;
  justify-content:right;
  margin-right: 1.2vh;
}

a {
  text-transform: uppercase;
  transition: .2s;
  color: white;
  display: flex;
}

li:hover {
  opacity: 50%;
}


.ham-menu {
  height: 4vh;
  width: 3.5vh;
  position: relative;
  z-index: 91;
  right: 0;
}

.ham-menu:hover{
  cursor: pointer;
}

.ham-menu span {
  height: .3vh;
  width: 100%;
  border-radius: 1vh;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .2s ease;
}

.ham-menu span:nth-child(1) {
  top: 25%;
}

.ham-menu span:nth-child(3) {
  top: 75%;
}

.ham-menu.active span {
  background-color: white;
}

.ham-menu.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2) {
  opacity: 0;
}

.ham-menu.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SPLASH SCREEN */

.onpointlogoCONTAINER{
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(3.7vh);
  width: 100%;
  position: absolute;
}

.onpointLOGO{
  width: 850px;
  margin-left: 1.2vh;
}

.Logo{
  height: 2.7vh;
}

.LandingPage-Section{
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
}

.VideoBG{
  width: 100%;
  background-color: black;
  z-index: -10;
  position: absolute;
  overflow: hidden;
}

.Video-Container{
  height: 50vh; 
  justify-content: center;
  align-items: center;
  display: flex;
}

.Video{
  background-size:contain;
  position: absolute;
  z-index: -1;
  opacity: 25%;
  width: 100%;
}

.CTACONTAINER{
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  position: relative;
}

.CTAHOLDER{
  bottom: 0px;
  position: absolute;
  margin-bottom: 2vh;
}

.TITLE{
  max-width: 50rem;
  font-family: hansonbold;
  color: white;
  font-size: 4.5vh;
  text-transform: uppercase;
  line-height: 5vh;
}  

.TEXT{
  color: white;
  font-size: 2vh;
  text-align: justify;
}  

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SKILLS */

.Portfolio-Section{
  width: 100%;
}

.CENTER{
  display: flex;
  justify-content: center;
  align-items: center;
}

.container{
  padding-top: 3vh;
  width: 1000px;
}

.container .image-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container .image-container .image{
  height:25vh;
  width: 415px;
  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%;
  transform: translateY(-.25vh);
  object-fit: cover;
  transition: .2s;
  transition: width .5s, height .5s, transform .5s;
}

.container .image-container .image:hover img{
  transform: scale(1.2);
}

.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);
}

.image{
  margin: .75vh;
  position: relative;

  &::after {content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.75) 20%, rgba(0,0,0,0) 100%);
    opacity: 0.90;
  }
}

.image-container{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

.ContainterTEXT{
  color: white;
  font-weight: 400;
  z-index: 50;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 20vh;
  font-size: 2.5vh;
}

@media only screen and (max-width:930px) {
  .container .image-container .image{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0vh 2vh rgba(0, 0, 0, .05);
    border-radius:1vh;
  }
  .container{
    padding-top: 3vh;
    width: 850px;
  }
  
  .Video{
    max-height: 120vw;
    max-width: 1200px;
    width: unset;
  }
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 PROFILE BIO + ARTICLES */

.SectiontitleHOLDER{
  display: flex;
  justify-content: center;
  align-items: center;
}

.SectionTITLE{
  font-family: hansonbold;
  color: black;
  font-size: 5vh;
  text-transform: uppercase;
  line-height: 5vh;
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  margin-bottom: 2vh;
}

.SectionCONTAINER{
  display: flex;
  justify-content: center;
  align-items: center;
}

.WhiteBOX1{
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  box-shadow: 0px .2vh 2vh rgba(0, 0, 0, .07);
  border-radius: 2vh;
  background: white;
  display: flex;
  transition: .2s;
}

.WhiteBOX1:hover{
  scale: 1.02;
}

.JBPIC{
  height: 20vh;
  width: 25vh;
  object-fit: cover;
  padding:2vh;
  border-radius: 3vh;
}

.NAME{
  color: black;
  text-transform: uppercase;
  font-size: 2.5vh;
  font-weight: 600;
  padding-top: 2vh;
}

.JOB{
  color: black;
  font-size: 1.5vh;
  transform: translateY(-.85vh);
}

.BIO{
  color: black;
  font-size: 1.5vh;
  padding-bottom: 2vh;
  padding-right: 2vh;
}

.WhiteBOX1{
  margin-bottom: 1vh;
}

.WhiteBOX2{
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  box-shadow: 0px .2vh 2vh rgba(0, 0, 0, .07);
  border-radius: 2vh;
  background: white;
  transition: .2s;
}

.WhiteBOX2:hover{
  scale: 1.02;
}

.BIOICON{
  height: 4vh;
  transform: translateY(.8vh);
  margin-right: .5vh;
}

.NAMEE{
  color: black;
  text-transform: uppercase;
  font-size: 2.5vh;
  font-weight: 600;
  padding-top: 2vh;
  padding-left: 2vh;
}

.BIOO{
  color: black;
  font-size: 1.5vh;
  padding-bottom: 2vh;
  padding-right: 2vh;
  padding-left: 2vh;
}

.SectionCONTAINERFLEX{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vh;
  padding-bottom: 1vh;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
}

.someElement{
  display: flex;
  flex-wrap: wrap;
  gap: 1vh;
  margin-left: 1.3vh;
}

.Contact-Icons{
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  filter: invert(100%);
  width: 20vh;
}

.Contact-Icon{
  width: 5vh;
  transition: .25s;
}

.Contact-Icon:Hover{
  scale: 1.1;
}

.WhiteBOX3{
  width: 420.5px;
  box-shadow: 0px .2vh 2vh rgba(0, 0, 0, .07);
  border-radius: 2vh;
  background: white;
  margin-top: 1vh;
  height: 26vh;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: .2s;
}


.WhiteBOX4{
  width: 420.5px;
  box-shadow: 0px .2vh 2vh rgba(0, 0, 0, .07);
  border-radius: 2vh;
  background: white;
  margin-top: 1vh;
  height: 26vh;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.WhiteBOX3:hover{
  scale: 1.02;
}

.WhiteBOX4:hover{
  scale: 1.02;
}

.ARTICLE{
  margin-top: 2vh;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 SERVICE SECTION */

.Service-Holder{
  justify-content: center;
  display: flex;
  margin-bottom:.5vh;
  width: 100%;
}

.Service-Boxes{
  display: flex;
  border-radius: 1vh;
  width: 850px;
  margin-left: 1.5vh;
  margin-right: 1.5vh;
  background-color: black;
  transition: .2s;
}

.Service-Boxes:Hover{
  scale: 1.02;
}

.Service-Icon{
  align-self: center;
  padding: 1vh;
}

.IconsRAW{
  width: 5.5vh;
  margin-left: 1vh;
}

.Service-Text{
  color: white;
  font-size: 2.5vh;
  font-weight: 400;
  display: flex;
  margin-left: 1vh;
  margin-top: 1.9vh;
}

button{
  font-family: Oswald;
  font-size: 2vh;
  text-align: center;
  cursor: pointer;
  color: white;
  border-radius: 1vh;
  background-color: black;
  display: flex;
  transition: .2s;
  font-weight: 300;
}

button:Hover {
  scale: 1.005;
}

a{
  text-decoration: none;
  outline: none;
}

/*000000000000000000000 BG OPACITY */

.popup .overlay{
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background: rgba(0, 0, 0, .75);
  z-index:110;
  display:none;
  backdrop-filter: blur(.5vh);
}

/*000000000000000000000 VIEWPORT */

.payment{
  max-width: 80vw;
  max-height: 1100px;
}

.popup .content{
  position:fixed;
  top:48%;
  left:50%;
  transform:translate(-50%,-50%) scale(0);
  opacity: 0;
  z-index:2000;
  height: 80vh;
  text-align:center;
  box-sizing:border-box;
  filter: blur(5vh);
}

.popup .close-btn{
  position:absolute;
  display: flex;
  justify-content: center;
  top:-6vh;
  width:3vh;
  height:3vh;
  color:white;
  font-size:5.5vh;
  text-align:center;
  border-radius:50%;
  cursor: pointer;
  right: 0;
}
.popup.active .overlay{
  display:block;
}

.popup.active .content{
  transition:all 0s;
  transform:translate(-50%,-50%) scale(1);
  opacity: 100;
  filter: blur(0vh);
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 ONPOINT */

.YellowBG{
  margin-top: 7vh;
  background-color: #ffd900;
  justify-content: center;
  align-items: center;
}

.LaptopCONTAINER{
  display:flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

.LAPTOP{
  padding-bottom: 3vh;
  transform: translateY(-3vh);
  width: 100%;
  max-width: 700px;
  transition: .2s;
  margin-right: 5px;
}

.LAPTOP:Hover{
  scale: 1.02;
}

.ONPOINTCONTAINER{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
}

.ONPOINTTITLE{
  color: black;
  font-size: 2.5vh;
  font-weight: 600;
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  text-transform: uppercase;
}

.ONPOINTTEXT{
  color: black;
  font-size: 1.5vh;
  width: 850px;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  padding-bottom: 2vh;
}

.ButtonCONTAINER{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3vh;
  margin-left: 1.2vh;
  margin-right: 1.2vh;
  gap: .5vh;
  text-align: center;
}

.BUTTON {
  width: 420.5px;
  border: none;
  background: black;
  padding: 1vh;
  border-radius: .75vh;
  color: white;
  text-transform: uppercase;
  transition: .2s;
  text-align: center;
  justify-content: center;
  display: flex;
}

.BUTTON:Hover{
  scale: 1.02;
}

/*0000000000000000000000000000000000000000000000000000000000000000000000000 FOOTER */

.Footer-Section{
  justify-content: center;
  background-color: black;
  padding-top: 14vh;
}

.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;
}

/* (: CREATED BY JOHN BENEDICT MANGCO :) */
/* (: MOBILE VERSION :) */