* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
  outline:none;
}

body {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  background: #fff;
  font: 12px Verdana, Geneva, sans-serif;
  line-height: 23px;
  word-spacing: 5px;
  letter-spacing: 1px;
  cursor: none;
  outline:none;
  overflow: hidden;
}

a {
	text-decoration: none;
	color: #CCC;
}

a:hover {
	text-decoration: blink;
	color: #999;
}

ol {
	margin-left: 100px;
	margin-top: 20px;
}
/* Cursor Style */
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #999;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(2);
}
/* Cursor Style End */

/* FONT */
@font-face {
  font-family: imgfont;
  src: url(../font/CodePredators-Regular.ttf); /* IE */
  src: local('imgfont'), url('../font/CodePredators-Regular.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: FontSomeNormal;
  src: url(../font/Dolce Vita.ttf); /* IE */
  src: local('FontSomeNormal'), url('../font/Dolce Vita.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: FontSomeLight;
  src: url(../font/Dolce Vita Light.ttf); /* IE */
  src: local('FontSomeLight'), url('../font/Dolce Vita Light.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: FontSomeBold;
  src: url(../font/Dolce Vita Heavy Bold.ttf); /* IE */
  src: local('FontSomeBold'), url('../font/Dolce Vita Heavy Bold.ttf') format('truetype'); /* others */
}

.smallf {
  font-variant: small-caps;
  font-size:10px;
  font-weight: bolder;
  padding-bottom: 20px;
}

.light {
	font-family: "FontSomeLight";
	/*letter-spacing: 2px;*/
}

.bold {
	font-family: "FontSomeBold";
	/*letter-spacing: 2px;*/
}
/* FONT END*/

/* glitch style */
.hero {
  text-transform: uppercase;
  display: inline-block;
  z-index: 2;

  /* Bright things in dark environments usually cast that light, giving off a glow */
  filter: drop-shadow(0 1px 3px);
}

.demo {
  height: 100px;
  background: #fff;
}

.layers {
  position: absolute;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  clip-path: polygon(
    0% 12%,
    53% 12%,
    53% 26%,
    25% 26%,
    25% 86%,
    31% 86%,
    31% 0%,
    53% 0%,
    53% 84%,
    92% 84%,
    92% 82%,
    70% 82%,
    70% 29%,
    78% 29%,
    78% 65%,
    69% 65%,
    69% 66%,
    77% 66%,
    77% 45%,
    85% 45%,
    85% 26%,
    97% 26%,
    97% 28%,
    84% 28%,
    84% 34%,
    54% 34%,
    54% 89%,
    30% 89%,
    30% 58%,
    83% 58%,
    83% 5%,
    68% 5%,
    68% 36%,
    62% 36%,
    62% 1%,
    12% 1%,
    12% 34%,
    60% 34%,
    60% 57%,
    98% 57%,
    98% 83%,
    1% 83%,
    1% 53%,
    91% 53%,
    91% 84%,
    8% 84%,
    8% 83%,
    4% 83%
  );
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(
      0% 43%,
      83% 43%,
      83% 22%,
      23% 22%,
      23% 24%,
      91% 24%,
      91% 26%,
      18% 26%,
      18% 83%,
      29% 83%,
      29% 17%,
      41% 17%,
      41% 39%,
      18% 39%,
      18% 82%,
      54% 82%,
      54% 88%,
      19% 88%,
      19% 4%,
      39% 4%,
      39% 14%,
      76% 14%,
      76% 52%,
      23% 52%,
      23% 35%,
      19% 35%,
      19% 8%,
      36% 8%,
      36% 31%,
      73% 31%,
      73% 16%,
      1% 16%,
      1% 56%,
      50% 56%,
      50% 8%
    );
  }

  5% {
    clip-path: polygon(
      0% 29%,
      44% 29%,
      44% 83%,
      94% 83%,
      94% 56%,
      11% 56%,
      11% 64%,
      94% 64%,
      94% 70%,
      88% 70%,
      88% 32%,
      18% 32%,
      18% 96%,
      10% 96%,
      10% 62%,
      9% 62%,
      9% 84%,
      68% 84%,
      68% 50%,
      52% 50%,
      52% 55%,
      35% 55%,
      35% 87%,
      25% 87%,
      25% 39%,
      15% 39%,
      15% 88%,
      52% 88%
    );
  }

  30% {
    clip-path: polygon(
      0% 53%,
      93% 53%,
      93% 62%,
      68% 62%,
      68% 37%,
      97% 37%,
      97% 89%,
      13% 89%,
      13% 45%,
      51% 45%,
      51% 88%,
      17% 88%,
      17% 54%,
      81% 54%,
      81% 75%,
      79% 75%,
      79% 76%,
      38% 76%,
      38% 28%,
      61% 28%,
      61% 12%,
      55% 12%,
      55% 62%,
      68% 62%,
      68% 51%,
      0% 51%,
      0% 92%,
      63% 92%,
      63% 4%,
      65% 4%
    );
  }

  45% {
    clip-path: polygon(
      0% 33%,
      2% 33%,
      2% 69%,
      58% 69%,
      58% 94%,
      55% 94%,
      55% 25%,
      33% 25%,
      33% 85%,
      16% 85%,
      16% 19%,
      5% 19%,
      5% 20%,
      79% 20%,
      79% 96%,
      93% 96%,
      93% 50%,
      5% 50%,
      5% 74%,
      55% 74%,
      55% 57%,
      96% 57%,
      96% 59%,
      87% 59%,
      87% 65%,
      82% 65%,
      82% 39%,
      63% 39%,
      63% 92%,
      4% 92%,
      4% 36%,
      24% 36%,
      24% 70%,
      1% 70%,
      1% 43%,
      15% 43%,
      15% 28%,
      23% 28%,
      23% 71%,
      90% 71%,
      90% 86%,
      97% 86%,
      97% 1%,
      60% 1%,
      60% 67%,
      71% 67%,
      71% 91%,
      17% 91%,
      17% 14%,
      39% 14%,
      39% 30%,
      58% 30%,
      58% 11%,
      52% 11%,
      52% 83%,
      68% 83%
    );
  }

  76% {
    clip-path: polygon(
      0% 26%,
      15% 26%,
      15% 73%,
      72% 73%,
      72% 70%,
      77% 70%,
      77% 75%,
      8% 75%,
      8% 42%,
      4% 42%,
      4% 61%,
      17% 61%,
      17% 12%,
      26% 12%,
      26% 63%,
      73% 63%,
      73% 43%,
      90% 43%,
      90% 67%,
      50% 67%,
      50% 41%,
      42% 41%,
      42% 46%,
      50% 46%,
      50% 84%,
      96% 84%,
      96% 78%,
      49% 78%,
      49% 25%,
      63% 25%,
      63% 14%
    );
  }

  90% {
    clip-path: polygon(
      0% 41%,
      13% 41%,
      13% 6%,
      87% 6%,
      87% 93%,
      10% 93%,
      10% 13%,
      89% 13%,
      89% 6%,
      3% 6%,
      3% 8%,
      16% 8%,
      16% 79%,
      0% 79%,
      0% 99%,
      92% 99%,
      92% 90%,
      5% 90%,
      5% 60%,
      0% 60%,
      0% 48%,
      89% 48%,
      89% 13%,
      80% 13%,
      80% 43%,
      95% 43%,
      95% 19%,
      80% 19%,
      80% 85%,
      38% 85%,
      38% 62%
    );
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}

.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }

  15% {
    top: 10px;
    left: 10px;
  }

  60% {
    top: 5px;
    left: -10px;
  }

  75% {
    top: -5px;
    left: 20px;
  }

  100% {
    top: 10px;
    left: 5px;
  }
}

.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.7;
  }

  30% {
    opacity: 0.4;
  }

  45% {
    opacity: 0.6;
  }

  76% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.8;
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}

.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }

  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }

  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }

  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }

  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}

.glitch span {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 7s step-end infinite, movement 8s step-end infinite;
}

.hero-container {
  position: relative;
  padding: 200px 0;
  text-align: center;
}
/* glitch style end */

/* preloader */
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 98;
}

.part1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000000;
}

.part2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000000;
}

.loader {
  position: absolute;
  height: 10px;
  width: 0%;
  left: 0;
  top: calc(50% - 5px);
  background: #CCCCCC;
  animation: load 3s ease-in forwards;
  z-index: 98;
}

.loaderfont h1 {
  position: absolute;
  text-align:center;
  top: 22rem;
  width: 100vw;
  font-size: 10px;
  color: white;
  animation: size 3s ease-in-out infinite;
  z-index: 98;
}

@keyframes size {
  0% {
	opacity: 1;
  }
  25% {
	opacity: 0;
  }
  50% {
	opacity: 1;
  }
  75% {
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
@keyframes load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* preloader end */

/* Scroll animation */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-top {
  animation: fade-top 0.5s ease-in;
}
.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}
.active.fade-left {
  animation: fade-left 0.5s ease-in;
}
.active.fade-right {
  animation: fade-right 0.5s ease-in;
}
@keyframes fade-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


/* FadeIn */
/* Fade in top */
.fadeInTop {
  -webkit-animation: fadeInTop 1.2s both; /* Safari 4+ */
  -moz-animation: fadeInTop 1.2s both; /* Fx 5+ */
  -o-animation: fadeInTop 1.2s both; /* Opera 12+ */
  animation: fadeInTop 1.2s both; /* IE 10+, Fx 29+ */
} 

@-webkit-keyframes fadeInTop {
  0% {
      opacity: 0;
      -webkit-transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInTop {
  0% {
      opacity: 0;
      -moz-transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInTop {
  0% {
      opacity: 0;
      -o-transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInTop{
  0% {
      opacity: 0;
      transform: translateY(-50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Fade in Bottom */
.fadeInBottom {
  -webkit-animation: fadeInBottom 1.2s both; /* Safari 4+ */
  -moz-animation: fadeInBottom 1.2s both; /* Fx 5+ */
  -o-animation: fadeInBottom 1.2s both; /* Opera 12+ */
  animation: fadeInBottom 1.2s both; /* IE 10+, Fx 29+ */
} 

@-webkit-keyframes fadeInBottom {
  0% {
      opacity: 0;
      -webkit-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInBottom {
  0% {
      opacity: 0;
      -moz-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInBottom {
  0% {
      opacity: 0;
      -o-transform: translateY(50px);
  }
  100% {
      opacity: 1;
      -o-transform: translateY(0);
  }
}

@keyframes fadeInBottom{
  0% {
      opacity: 0;
      transform: translateY(50px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
/* FadeIn end */
/* Scroll animation end*/
/* #Navigation */
.cd-header{
  position: fixed;
  z-index: 100;
  height: 8vh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-family:Verdana, Geneva, sans-serif;
} 
.header-wrapper{
  position: relative;
  width: calc(100% - 100px);
  margin-left: 50px;
} 
.nav-but-wrap{ 
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 40px;
  margin-right: 30px;
  transition : all 0.3s ease-out;
}
.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  display: block;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #CCC;
  margin-bottom: 7px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 16.5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 16.5px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}
.nav {
  position: fixed;
  z-index: 99;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(20, 21, 26,0.6);
  z-index: -1;
  transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.nav:after {
  background-color: rgba(9,9,12,1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
}
.nav:before {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
  position: fixed;
  visibility: hidden;
  text-align: left;
  right: 25vw;
}
.nav__title {
  position: fixed;
  text-align: left;
  left: 5vw;
  color: #000;
  font-weight:bold;
  font-size: 25vw;
  top: 50%;
  font-family: "FontSomeBold";
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.nav__list {
  position: relative;
  padding-left: 50px;
  padding-top: 25vh;
  margin: 0;
  z-index: 2;
}
.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  text-align: left;
  color: #fff;
  overflow: hidden; 
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  -webkit-transform: translate(30px, 0%);
          transform: translate(30px, 0%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  margin-top: 7px;
  margin-bottom: 7px;
}
.nav__list-item a{ 
  position: relative;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  overflow: hidden; 
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  z-index: 2;
  padding-left: 40px;
  padding-top:5px;
  padding-bottom: 5px;
  display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 5px;
  height: 0;
  opacity: 0;
  background-color: #8167a9;
  z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
  height: 100%;
  opacity: 1;
  top: 0;
}
.nav__list-item a:hover{
  color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
  color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
  height: 100%;
  opacity: 1;
  top: 0;
}
body.nav-active .nav__content {
  visibility: visible;
}
body.nav-active .menu-icon__line {
  background-color: #CCC;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  width: 100vw;
  height: 100vh;
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.logo {
  color: #CCC;
  font-weight: 600;
  font-size: 25px;
  font-family: "FontSomeBold" !important;
  font-variant: small-caps;
  margin-top: 40px;
  z-index: 99;
}

.lenguage {
  position: absolute;
  right: 50px;
  top: 65px;
  font-size: 15px;
  color: #CCC;
  font-family: "FontSomeBold" !important;
  line-height: 30px;
  word-spacing: 5px;
  letter-spacing: 2px;
  z-index: 99;
}
/* #Navigation end*/

.clear {
	clear:both;
}




/* Section one */
#scene {
	position:relative;
	width: 100vw;
	height: 100vh;
	background: #000;
	z-index:81;

  -webkit-animation: page 2s ease-in-out 3.5s both; /* Safari 4+ */
  -moz-animation: page 2s ease-in-out 3.5s both; /* Fx 5+ */
  -o-animation: page 2s ease-in-out 3.5s both; /* Opera 12+ */
  animation: page 2s ease-in-out 3.5s both; /* IE 10+, Fx 29+ */

}

@keyframes page {
	from {height: 100vh;}
	to {height: 70vh;}
}

/* text */
        .wrapper {
            /* width: 50%; */
            position: absolute;
			padding-top: 5%;
			padding-left: 35%;
            transform: translate(-50%, -50%);
            /* background-image: url("title.svg") */
        }
				.cls-1 {
                  fill: #FFFFFF;
                  stroke:none;
                  stroke-width: 2px;
                  font-size: 80px;
                  font-family: FontSomeBold;
                  stroke-dasharray: 1360;
				  
                  animation-iteration-count: 1;
                  animation: csvg 3s cubic-bezier(0, 0.23, 1, .1) 3s both;
                }

                @keyframes csvg {
                    0% {
                        stroke: #fff;
                        stroke-width: 2px;
                        opacity: 0;
                        fill: none;
                        stroke-dasharray: 0;
                    }
                    30% {
                        stroke: #fff;
                        stroke-width: 2px;
                        opacity: 10;
                        fill: none;
                        /* stroke-dasharray: 1360; */
                    }
                    80% {
                        stroke: #fff;
                        stroke-width: 2px;
                        fill: rgba(255, 255, 255, 0);
                    }
                    100% {
                        opacity: 10;
                        fill: #FFEFFF;
                        stroke-dasharray: 1360;
                        outline: none;
                        stroke: none;
                    }
                }
/* text end */

/* content 1 */
#content1{
	position:relative;
	margin: 0 auto;
	padding: 5vw;
	z-index:85;
	background:#fff;
}

#content1_title_menu{
	position: absolute;
	color:#999;
	text-transform: uppercase;
	font:40px "FontSomeLight";
	font-weight:bold;
	text-align: left;
	z-index:85;
	left: 14vw;
}

.active.content1-log {
	position:relative;
	margin-bottom: 40px;
	width: 0vw;
	height: 2px;
	border-color:#666;
	border-style:solid;
	top: 20px;
	animation: content1-log 1s ease-in-out forwards;
	animation-direction: alternate;
}

@keyframes content1-log {
  0% {
    width: 0vw;
  }
  100% {
    width: 7vw;
  }
}

#content1_text {
	position:relative;
	float: right;
	right:0;
	padding: 20px;
	width: 80vw;
	height: auto;
	letter-spacing: 1px;
}
/* content 1 end */
/* Section one end*/

/* Section two */
.sectiontwo {
  width: 100vw;
  min-height: 55vw;
  overflow: hidden;
}

.por {
	position: absolute;
    width: 100vw;
	margin-top: 30px;
	opacity: 0.3;
	font:30px "FontSomeBold";
	font-weight: bold;
	text-align: center;
	color: #828282;
	letter-spacing: 10px;
	line-height: 1;
	z-index: 3;
}

.split {
  position: relative;
}

.split__layer {
  position: absolute;
  width: 100vw;
  min-height: 55vw;
  overflow: hidden;
}

.split__layer--right {
  background-color: #1E1E1E;
  background-image:url(../images/black%20stone.jpg);
  background-position: left;
  z-index: 1;
}

.split__layer--left {
  width: 50vw;
  background-color: #E9E9E9;
  background-image:url(../images/white%20stone.jpg);
  background-position: left;
  z-index: 2;
}
.skew .split__layer--left {
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}
.reset .split__layer--left {
  transition: all 0.5s linear;
}

.split__wrapper {
  position: absolute;
  width: 100vw;
  min-height: 55vw;
}
.skew .split__layer--left .split__wrapper {
  margin-left: 1000px;
}

.split__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  text-align: center;
}
.split__layer--left .split__content {
  left: 5%;
}
.split__layer--right .split__content {
  right: 5%;
}

.split__title {
  font-family:"FontSomeBold";
  font-size: 1.875rem;
  margin-bottom:20px;
}
.split__layer--right .split__title {
  color: #EB5E55;
}

.split__description {
  font-size: inherit;
  line-height: 1.5;
}
.split__layer--right .split__description {
  color: #FFF;
}

.split__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}

.split__handle-bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #3F6;
  z-index: 3;
}
.skew .split__handle-bar {
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  height: 200%;
}
.reset .split__handle-bar {
  transition: all 0.5s linear;
}
/* Section two end */

/* Section three */
#sectionthree{
	position:relative;
	margin: 0 auto;
	padding: 5vw;
	z-index:85;
}
/* Section three end */

/* Count Award */
.stat {
   text-align:center;
   width: 80vw;
   margin-top: 20px;
   margin-bottom: 70px;
   margin-right: 5vw;
   position:relative;
   float: right;
}
.highlight {
   color:#111;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size: 5vw;
}
.milestone-details {
   font-weight:bold;
   font-size:12px;
   color:#999;
}
.milestone-counter {
	position:relative;
	float: left;
	width: 15vw;
	z-index:2;
}
.milestone-details-r {
   font-weight:bold;
   color:#999;
   font-size: 2.5vw;
   text-align: left;
   line-height: 40px;
  font-family:"FontSomeBold";
}
.milestone-counter-r {
	position:relative;
	float: left;
	width: 20vw;
	z-index:2;
}
/* Count Award end*/

/* Section four */
#sectionfour{
	position:relative;
	margin: 0 auto;
	padding: 5vw;
	z-index:85;
}

.content_box {
	position:relative;
	float: right;
	right:0;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:50px;
	width: 78vw;
	
	border-bottom-color:#999;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-top-color:#999;
	border-top-width:thin;
	border-top-style:solid;
}

.boxtit {
	position:relative;
	width: 10vw;
	height: 20vw;
	float:left;
	text-align:center;

	border-color:#999;
	border-width:thin;
	border-style:solid;
}

.boxtit p {
	transform:rotate(-90deg);
	font-family:"FontSomeBold";
	/* font-size: 5vw; */
	margin-top:11vw;
	text-align:center;
}

.boxlog {
	position:relative;
	width: 10vw;
	height: 10vw;
	float:left;

	border-bottom-color:#999;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-right-color:#999;
	border-right-width:thin;
	border-right-style:solid;
}

.boxlog img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:25%;
	width: 80%;
}
/* Section four end */
/* Section five */
/* Section five end */



/* footer style */
footer {
	position: relative;
	width:100vw;
	height:60vh;
	background: #222;
	margin: auto 0;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

footer img {
	padding: 5px;
	margin-top: 8vw;
	width: 50px !important;
}

footer p {
	margin-top: 20px;
	color:#FFF;
}

.footcolleft {
	width:25vw;
	position:relative;
	float:left;
	color:#FFF;
	padding-top:40px;
}

.footcolright {
	width:22vw;
	position:relative;
	float:right;
	color:#FFF;
	padding-top:40px;
	padding-right: 20px;
	text-align: right;
}




.botfix {
  position: fixed;
  z-index: 99;
  width: 100vw;
  display: flex;
  bottom:0;
}

.botfixleft {
  position: -webkit-sticky;
  position: sticky;
  position: absolute;
  left: 30px;
  bottom: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-variant: small-caps;
  font-size:11px;
  color:#999;
  z-index: 99;
}

.botfixright {
  position: -webkit-sticky;
  position: sticky;
  position: absolute;
  right: 50px;
  bottom: 10px;
  padding-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-variant: small-caps;
  font-size:11px;
  color:#999;
  z-index: 99;
  text-align: right;
}

.botlogo {
	position:relative;
	bottom:-5px;
	width: 80px;
}
/* footer style end */



/* Screen Ajusment */
@media only screen and (max-width: 1148px) {
.wrapper {
	padding-top: 100px;
}

.hero {
	left: 0;
}

footer {
	height:60vh;
}

.footcolleft {
	width:100vw;
	text-align: center;
}

.footcolright {
	width:29vw;
	text-align: center;
}
}

@media only screen and (max-width: 768px) {
.wrapper {
	padding-top: 150px;
	padding-left: 20%;
}
				.cls-1 {
                  font-size: 150px;
                }

footer {
	height:40vh;
	padding-bottom: 30px;
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
	text-align:center;
}

.footcolleft {
	width:100vw;
	float:none;
	text-align:center;
}

.footcolright {
	width:100vw;
	text-align:center;
	padding-top: 20px;
}
}
/* Screen Ajusment End*/

