@charset "UTF-8";

@font-face {
  font-family: "Graphik-Semibold";
  src: url("../fonts/Graphik-Semibold.eot");
  src: url("../fonts/Graphik-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Semibold.svg#Graphik-Semibold") format("svg"),
    url("../fonts/Graphik-Semibold.ttf") format("truetype"),
    url("../fonts/Graphik-Semibold.woff") format("woff"),
    url("../fonts/Graphik-Semibold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg"),
    url("../fonts/Graphik-Regular.ttf") format("truetype"),
    url("../fonts/Graphik-Regular.woff") format("woff"),
    url("../fonts/Graphik-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Graphik-Medium";
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Medium.svg#Graphik-Medium") format("svg"),
    url("../fonts/Graphik-Medium.ttf") format("truetype"),
    url("../fonts/Graphik-Medium.woff") format("woff"),
    url("../fonts/Graphik-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/Graphik-Bold.eot");
  src: url("../fonts/Graphik-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Bold.svg#Graphik-Bold") format("svg"),
    url("../fonts/Graphik-Bold.ttf") format("truetype"),
    url("../fonts/Graphik-Bold.woff") format("woff"),
    url("../fonts/Graphik-Bold.woff2") format("woff2");
  font-weight: 700;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.custom-input ::placeholder {
  font-family: "Graphik";
}

a {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {list-style-type:none;}

body {
  position: relative;
  font-family: "Graphik";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

header {
    min-height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    position:absolute;
    width:100%;
    top:0;
    background:white;
    z-index:99;
}

.main {
    height: calc(100vh - 80px);
	margin-top: 80px;
    width: 100%;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
	
}

#pagepiling {
    width: 100%!important;
    height: 100%!important;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.nav-dots {
  position: fixed;
  top: 50%;
  left:25px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

 .nav-dot {
  list-style: none;
  height: 10px;
 } 
 .nav-dot svg {
  pointer-events: none;
 } 
.nav-dot:not(:last-of-type) {
  margin-bottom: 10px;
}
.nav-dot:hover svg path, .nav-dot.is-active svg path {
  fill-opacity:10;
}

.section {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.section__heading {
  margin: 0;
  color: black;
  font-size: 32px;
  text-transform: capitalize;
} 

.section.ba, .section.axle, .section.zenith {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.section.ba h2 {
    font-family: "Graphik-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    text-align: center;
    color: #000000;
    width:100%;
    max-width:624px;
	transition:all .5s;
}

.section p {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.5);
    width:100%;
    max-width:484px;
    margin:22px 0 40px 0;
	transition:all .5s;
}

.section.axle p {
    margin:50px 0 40px 0;
}

.section.zenith p {
    margin:40px 0 40px 0;
}

.section a {
    width: 215px;
    height: 40px;
    border: 1px solid #484848;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Graphik-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #000000;
	transition:all .5s;
}
/* @media querry start's here */

@media screen and (max-width: 640px){

	
/* 	.section.ba.active ~ #pp-nav {transform: translateY(-3%);}
	.section.axle.active ~ #pp-nav {transform: translateY(-40%);}
	.section.zenith.active ~ #pp-nav {transform: translateY(-32%);} */
	
/* 	.section.axle {
    height: calc(100vh - 60px);
    margin-top: 60px;
}
	
	.section.zenith {
    height: calc(100vh - 45px);
    margin-top: 45px;
} */
	
	.main {height:100vh;margin-top:0;}
	
  .section.ba h2 {
   font-size: 32px;
   line-height: 35px;
   max-width: 310px;
   }
   .section.ba p {
    font-size: 14px;
    line-height: 24px;
    max-width: 260px;
    margin: 15px 0 53px 0;
   
}
    .section.axle p {
      font-size: 14px;
      line-height: 24px;
      max-width: 260px;

}
.section.zenith p {
  font-size: 14px;
  line-height: 24px;
  max-width: 260px;
  margin: 50px 0 40px 0;

}
	
	.pp-section {position:absolute!important;}
	.pp-tableCell {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

}


@media screen and (max-device-width: 320px)
and (-webkit-min-device-pixel-ratio: 2) {
  .section p {
    font-size: 12px!important;
    max-width: 219px!important;
    
}
.section.ba h2 {
  font-size: 26px;
  line-height: 35px;
  max-width: 300px;
}


}

/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
 html, body {
  overflow:hidden;
  margin:0;
  padding:0;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pp-section {
  height:100%;
  position:absolute;
  width:100%;
  
  /* fixes flickering in firefox*/
  backface-visibility: hidden; 
}
.pp-easing {
  -webkit-transition: all 2s cubic-bezier(0.550, 0.085, 0.000, 0.990);
  -moz-transition: all 2s cubic-bezier(0.550, 0.085, 0.000, 0.990);
  -o-transition: all 2s cubic-bezier(0.550, 0.085, 0.000, 0.990);
  transition: all 2s cubic-bezier(0.550, 0.085, 0.000, 0.990);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
  -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
  -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
  transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
  /* custom */
}
#pp-nav {
  position: absolute;
  z-index: 100;
  margin-top: 0!important;
	    transform: translateY(-50%);
  top: 50%;
  opacity: 1;
 transition:.5s;
}
#pp-nav.right {
  left: 25px;
}
#pp-nav.left {
  left: 25px;
}
/* .pp-section.pp-table{
  display: table;
} */
.pp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
} 
.pp-slidesNav{
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.pp-slidesNav.bottom {
  bottom: 17px;
}
.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul {display:flex;flex-direction:column;gap:10px;}

#pp-nav ul,
.pp-slidesNav ul {
margin: 0;
padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 10px;
  height:10px;
  margin: 0px;
  position:relative;
}
.pp-slidesNav li {
  display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
  /* background: #333; */
  opacity:1;
}

#pp-nav ul li:hover span {opacity:1;}

#pp-nav span,
.pp-slidesNav span {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  /* border: 1px solid #000; */
  /* background: rgba(0, 0, 0, 0);
  border-radius: 50%; */
  background:url(../img/bullet.svg);
  position: absolute;
  z-index: 1;
  opacity:0.1;
}
.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}
.pp-tooltip.right {
  right: 20px;
}
.pp-tooltip.left {
  left: 20px;
}
.pp-scrollable{
  overflow-y: scroll;
  height: 100%;
}


