/*
  1. Import fonts
  2. General
  5. Loader
  5. Coutdown
  6. Content about
  7. Content works
  8. Canvas
  17. Responsive

*/
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,600");
.color_white {
  color: #fff !important; }

.color_grey {
  color: #f9f9f7 !important; }

.color_grey2 {
  color: #e9e9e9 !important; }

.color_grey3 {
  color: #757575 !important; }

.color_blue {
  color: #5B8EFB !important; }

.color_red {
  color: #f9223e !important; }

.color_green {
  color: #23c77b !important; }

.color_purple {
  color: #8b41c4 !important; }

.color_purple2 {
  color: #642f8d !important; }

.color_purple3 {
  color: #200838 !important; }

.color_yellow {
  color: #cf8b42 !important; }

.color_purple_blue {
  background-image: linear-gradient(to right top, #8b41c4, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_purple {
  background-image: linear-gradient(to right top, #f9223e, #8b41c4) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_red_blue {
  background-image: linear-gradient(to right top, #f9223e, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_purple_purple3 {
  background-image: linear-gradient(to right top, #8b41c4, #200838) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.color_green_blue {
  background-image: linear-gradient(to right top, #23c77b, #5B8EFB) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.background_white {
  background: #fff !important; }

.background_blue {
  background: #5B8EFB !important; }
  .background_blue.btn:hover {
    background: #3041ad !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red {
  background: #f9223e !important; }
  .background_red.btn:hover {
    background: #d21d34 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green {
  background: #23c77b !important; }
  .background_green.btn:hover {
    background: #157a4b !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple {
  background: #8b41c4 !important; }
  .background_purple.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple2 {
  background: #642f8d !important; }
  .background_purple2.btn:hover {
    background: #200838 !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple3 {
  background: #200838 !important; }
  .background_purple3.btn:hover {
    background: #642f8d !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_blue {
  background: linear-gradient(to right top, #8b41c4, #5B8EFB) !important; }
  .background_purple_blue.btn:hover {
    background: linear-gradient(to right top, #642f8d, #3041ad) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_purple {
  background: linear-gradient(to right top, #f9223e, #8b41c4) !important; }
  .background_red_purple.btn:hover {
    background: linear-gradient(to right top, #d21d34, #642f8d) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_red_blue {
  background: linear-gradient(to right top, #f9223e, #5B8EFB) !important; }
  .background_red_blue.btn:hover {
    background: linear-gradient(to right top, #d21d34, #3041ad) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_purple_purple3 {
  background: linear-gradient(to right top, #642f8d, #200838) !important; }
  .background_purple_purple3.btn:hover {
    background: linear-gradient(to right top, #200838, #200838) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

.background_green_blue {
  background: linear-gradient(to right top, #23c77b, #5B8EFB) !important; }
  .background_green_blue.btn:hover {
    background: linear-gradient(to right top, #157a4b, #3041ad) !important;
    box-shadow: 0 5px 55px -5px #0e0e0e;
    transition: 0.5s; }

hr {
  margin-top: 5vh;
  margin-bottom: 5vh;
  border: 0;
  border-top: 1px solid #252525; }

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  background: #111215;
  color: #e9e9e9; }

h1, .h1 {
  font-size: 5vmax;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px; }

h2, .h2 {
  font-size: 3.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h3, .h3 {
  font-size: 3vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h4, .h4 {
  font-size: 2.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h5, .h5 {
  font-size: 2vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

h6, .h6 {
  font-size: 1.5vmax;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 2px; }

::-webkit-scrollbar {
  display: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important;
  box-shadow: none; }

.form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e9e9e9; }

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e9e9e9;
  opacity: 1; }

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e9e9e9;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e9e9e9; }

a, a:hover, a:focus {
  color: #e9e9e9;
  text-decoration: none; }

button.mfp-close {
  display: none; }

.mfp-arrow:hover, .mfp-arrow:focus {
  box-shadow: none; }

.space {
  width: 100%;
  height: 5vh;
  display: inline-flex; }

.btn {
  padding: 15px 30px;
  background: transparent;
  color: #e9e9e9;
  border: 0.5px solid #444;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 2px;
  overflow: hidden;
  opacity: 1;
  transition: 0.5s; }
  .btn::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    background: #cf8b42;
    height: 120%;
    left: -10%;
    z-index: -1; }
  .btn:hover {
    cursor: pointer;
    box-shadow: 0 5px 50px #0e0e0e;
    color: #fff; }
    .btn:hover:after {
      left: -10%;
      width: 120%; }

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background: #111215;
  opacity: 0.75; }

.overlay_top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6;
  width: 100vw;
  height: 25px;
  background: #444444; }

.overlay_left {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.overlay_right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
  width: 25px;
  height: 100vh;
  background: #444444; }

.background_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.2; }
  .background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.background_youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.background_dots {
  background-image: -webkit-repeating-radial-gradient(transparent, #252525 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(transparent, #252525 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(transparent, #252525 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(transparent, #252525 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  background-attachment: fixed;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.container {
  width: 80%;
  margin: 0 auto; }

.wrapper {
  padding: 25px;
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 5; }

.content_home {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block; }
  .content_home .brand {
    height: 100px;
    margin: 0 auto; }
    .content_home .brand img {
      height: 100%;
      margin: 0 auto; }
  .content_home .text_animation {
    font-size: 5vmax;
    color: #e9e9e9; }
  .content_home .centered {
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: 1s; }
    .content_home .centered.on {
      opacity: 0;
      transition: 1s; }

.social_home {
  position: fixed;
  left: 40px;
  bottom: 35px;
  z-index: 1; }
  .social_home a {
    color: #e9e9e9; }
    .social_home a:hover {
      color: #cf8b42; }

.copyright {
  position: fixed;
  left: 35px;
  bottom: 35px;
  z-index: 1;
  color: #e9e9e9;
  font-size: 10px; }

.btn_nav {
  padding: 30px 100px;
  color: #e9e9e9;
  position: fixed;
  top: calc(50vh - 40px);
  z-index: 9;
  border: 0.5px solid #444;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  letter-spacing: 2px;
  overflow: hidden;
  opacity: 1;
  transition: 2s;
  transform: translate(0px, 0px); }
  .btn_nav._hide {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translate(-100px, 0px); }
  .btn_nav.btn_nav_left {
    left: 15px; }
    .btn_nav.btn_nav_left::after {
      position: absolute;
      transition: .3s;
      content: '';
      width: 0;
      bottom: 0;
      background: #cf8b42;
      height: 120%;
      left: -10%;
      z-index: -1; }
    .btn_nav.btn_nav_left:hover {
      background: none;
      cursor: pointer;
      box-shadow: 0 5px 50px #0e0e0e;
      color: #fff; }
      .btn_nav.btn_nav_left:hover:after {
        left: -10%;
        width: 120%; }
  .btn_nav.btn_nav_right {
    right: 15px; }
    .btn_nav.btn_nav_right::after {
      position: absolute;
      transition: .3s;
      content: '';
      width: 0;
      bottom: 0;
      background: #cf8b42;
      height: 120%;
      right: -10%;
      z-index: -1; }
    .btn_nav.btn_nav_right:hover {
      background: none;
      cursor: pointer;
      box-shadow: 0 5px 50px #0e0e0e;
      color: #fff; }
      .btn_nav.btn_nav_right:hover:after {
        right: -10%;
        width: 120%; }
    .btn_nav.btn_nav_right._hide {
      transform: translate(200px, 0px); }

.title_bordered {
  color: #cf8b42;
  position: relative;
  margin-bottom: 35px;
  font-family: serif;
  font-size: 14px;
  letter-spacing: 2px; }
  .title_bordered::before {
    content: '';
    width: 25px;
    height: 1px;
    position: relative;
    bottom: -30px;
    left: calc(50% - 12.5px);
    display: block;
    background: #e9e9e9; }

.loader-bg {
  width: 100vw;
  height: 100vh;
  background: #111215;
  position: fixed;
  z-index: 9999; }

.loader {
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: calc(50vh - 150px);
  left: calc(50vw - 150px); }
  .loader .loader-circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 125px;
    height: 125px; }
    .loader .loader-circles .circle {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      background-color: transparent;
      border: 2.5px solid #fff;
      border-radius: 50%;
      border-bottom-color: transparent;
      border-right-color: transparent;
      text-align: center; }
      .loader .loader-circles .circle:nth-child(even) {
        border-color: #fff;
        opacity: 0.25;
        border-bottom-color: transparent;
        border-right-color: transparent; }
      .loader .loader-circles .circle:nth-child(odd) {
        border-color: #fff;
        border-bottom-color: transparent;
        border-right-color: transparent; }
      .loader .loader-circles .circle:nth-child(1) {
        width: 12.5px;
        height: 12.5px;
        animation: rotate-circle linear infinite;
        animation-duration: 12s; }
      .loader .loader-circles .circle:nth-child(2) {
        width: 25px;
        height: 25px;
        animation: rotate-circle linear infinite;
        animation-duration: 6s; }
      .loader .loader-circles .circle:nth-child(3) {
        width: 37.5px;
        height: 37.5px;
        animation: rotate-circle linear infinite;
        animation-duration: 4s; }
      .loader .loader-circles .circle:nth-child(4) {
        width: 50px;
        height: 50px;
        animation: rotate-circle linear infinite;
        animation-duration: 3s; }
      .loader .loader-circles .circle:nth-child(5) {
        width: 62.5px;
        height: 62.5px;
        animation: rotate-circle linear infinite;
        animation-duration: 2.4s; }
      .loader .loader-circles .circle:nth-child(6) {
        width: 75px;
        height: 75px;
        animation: rotate-circle linear infinite;
        animation-duration: 2s; }
      .loader .loader-circles .circle:nth-child(7) {
        width: 87.5px;
        height: 87.5px;
        animation: rotate-circle linear infinite;
        animation-duration: 1.71429s; }
      .loader .loader-circles .circle:nth-child(8) {
        width: 100px;
        height: 100px;
        animation: rotate-circle linear infinite;
        animation-duration: 1.5s; }
      .loader .loader-circles .circle:nth-child(9) {
        width: 112.5px;
        height: 112.5px;
        animation: rotate-circle linear infinite;
        animation-duration: 1.33333s; }
      .loader .loader-circles .circle:nth-child(10) {
        width: 125px;
        height: 125px;
        animation: rotate-circle linear infinite;
        animation-duration: 1.2s; }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-circle {
  100% {
    transform: rotate(360deg); } }
.vegas-timer.vegas-timer-running {
  display: none; }

.countdown {
  text-align: center; }
  .countdown ul#countdown {
    margin-top: 15px;
    padding: 0;
    font-weight: 200; }
    .countdown ul#countdown li {
      display: inline-block;
      line-height: 1;
      margin: 0 3% 0 0;
      padding: 0;
      min-width: 3vw;
      color: #cf8b42; }
      .countdown ul#countdown li span {
        position: relative; }
      .countdown ul#countdown li:last-child {
        margin: 0; }

.content_about {
  position: fixed;
  z-index: 2;
  top: 25px;
  left: 0;
  width: 60vw;
  height: calc(100vh - 50px);
  -ms-transform: translate(-60vw, 0px);
  /* IE 9 */
  -webkit-transform: translate(-60vw, 0px);
  /* Safari */
  transform: translate(-60vw, 0px);
  transition: 1s;
  font-size: 18px; }
  .content_about.on {
    -ms-transform: translate(25px, 0px);
    /* IE 9 */
    -webkit-transform: translate(25px, 0px);
    /* Safari */
    transform: translate(25px, 0px);
    transition: 1s; }
  .content_about .services .item {
    width: 45%;
    margin: 0; }
  .content_about .clients {
    border-top: 1px solid #252525;
    border-left: 1px solid #252525;
    position: relative;
    display: inline-block; }
    .content_about .clients::before {
      content: '';
      position: absolute;
      z-index: 99;
      top: -2px;
      right: -2px;
      width: 4px;
      height: 4px;
      display: block;
      background: #e9e9e9;
      border-radius: 5px; }
    .content_about .clients::after {
      content: '';
      position: absolute;
      z-index: 99;
      bottom: -2px;
      left: -2px;
      width: 4px;
      height: 4px;
      display: block;
      background: #e9e9e9;
      border-radius: 5px; }
    .content_about .clients .item {
      position: relative;
      vertical-align: top;
      border-right: 1px solid #252525;
      border-bottom: 1px solid #252525;
      padding: 0; }
      .content_about .clients .item::before {
        content: '';
        position: absolute;
        z-index: 99;
        top: -2px;
        left: -2px;
        width: 4px;
        height: 4px;
        display: block;
        background: #e9e9e9;
        border-radius: 5px; }
      .content_about .clients .item::after {
        content: '';
        position: absolute;
        z-index: 99;
        bottom: -2px;
        right: -2px;
        width: 4px;
        height: 4px;
        display: block;
        background: #e9e9e9;
        border-radius: 5px; }
      .content_about .clients .item img {
        width: 100%;
        opacity: 0.25;
        padding: 3vh 25px; }
  .content_about #contact-form .form-group {
    margin-bottom: 25px; }
    .content_about #contact-form .form-group .form-control {
      border: 1px solid #252525;
      border-radius: 0;
      box-shadow: none;
      line-height: 50px;
      height: 50px;
      background: none;
      color: #f9f9f7; }
    .content_about #contact-form .form-group textarea {
      min-height: 150px !important;
      resize: none; }
  .content_about .with-errors {
    position: absolute;
    font-size: 10px;
    font-weight: bold; }
  .content_about .close_section {
    position: fixed;
    top: 15px;
    left: calc(60vw - 30px);
    z-index: 999;
    width: 25px;
    cursor: pointer; }

.content_works {
  position: fixed;
  z-index: 5;
  top: 25px;
  right: 0;
  width: 50vw;
  height: calc(100vh - 50px);
  -ms-transform: translate(160vw, 0px);
  /* IE 9 */
  -webkit-transform: translate(160vw, 0px);
  /* Safari */
  transform: translate(160vw, 0px);
  background: #0e0e0e;
  transition: 2s;
  font-size: 18px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
  .content_works.on {
    -ms-transform: translate(-25px, 0px);
    /* IE 9 */
    -webkit-transform: translate(-25px, 0px);
    /* Safari */
    transform: translate(-25px, 0px);
    transition: 1s; }
  .content_works .project {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative; }
    .content_works .project .project_img {
      width: 100%;
      height: 80%;
      object-fit: contain;
      object-position: right;
      position: absolute;
      top: 0;
      right: 0; }
    .content_works .project .project_info {
      position: absolute;
      z-index: 5;
      bottom: 10vh;
      width: 100%;
      color: #fff; }
  .content_works .close_section {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 999;
    width: 25px;
    cursor: pointer; }

.title {
  line-height: 1; }

#pagepiling .section .intro {
  padding: 0 10%; }

#icon-development {
  width: 140px;
  height: 140px;
  display: inline-block;
  margin: -25px 25px 0 0;
  float: left; }

.line1 {
  opacity: 0;
  animation: fadeInLeft both 1s 0.4s, coding1 ease 6s 4s infinite; }

.line2 {
  opacity: 0;
  animation: fadeInLeft both 1s 0.6s, coding2 ease 6s 4s infinite; }

.line3 {
  opacity: 0;
  animation: fadeInLeft both 1s 0.8s, coding3 ease 6s 4s infinite; }

.line4 {
  opacity: 0;
  animation: fadeInLeft both 1s 1.0s, coding4 ease 6s 4s infinite; }

.line5 {
  opacity: 0;
  animation: fadeInLeft both 1s 1.2s, coding5 ease 6s 4s infinite; }

.line6 {
  opacity: 0;
  animation: fadeInLeft both 1s 1.4s, coding6 ease 6s 4s infinite; }

.line7 {
  opacity: 0;
  animation: fadeInLeft both 1s 1.6s, coding6 ease 6s 4s infinite; }

@keyframes coding1 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  14% {
    transform: translate(0, -10px);
    opacity: 0; }
  15% {
    transform: translate(0, 45px); }
  30% {
    transform: translate(0, 40px);
    opacity: 1; }
  45% {
    transform: translate(0, 30px); }
  60% {
    transform: translate(0, 20px); }
  75% {
    transform: translate(0, 10px); }
  90% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes coding2 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, -5px);
    opacity: 1; }
  29% {
    transform: translate(0, -10px);
    opacity: 0; }
  30% {
    transform: translate(0, 40px); }
  45% {
    transform: translate(0, 30px);
    opacity: 1; }
  60% {
    transform: translate(0, 20px); }
  75% {
    transform: translate(0, 10px); }
  90% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes coding3 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, -5px); }
  30% {
    transform: translate(0, -10px);
    opacity: 1; }
  44% {
    transform: translate(0, -20px);
    opacity: 0; }
  45% {
    transform: translate(0, 30px); }
  60% {
    transform: translate(0, 20px);
    opacity: 1; }
  75% {
    transform: translate(0, 10px); }
  90% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes coding4 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, -5px); }
  30% {
    transform: translate(0, -10px); }
  45% {
    transform: translate(0, -20px);
    opacity: 1; }
  59% {
    transform: translate(0, -30px);
    opacity: 0; }
  60% {
    transform: translate(0, 20px); }
  75% {
    transform: translate(0, 10px);
    opacity: 1; }
  90% {
    transform: translate(0, 5px); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes coding5 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, -5px); }
  30% {
    transform: translate(0, -10px); }
  45% {
    transform: translate(0, -20px); }
  60% {
    transform: translate(0, -30px);
    opacity: 1; }
  74% {
    transform: translate(0, -40px);
    opacity: 0; }
  75% {
    transform: translate(0, 10px); }
  90% {
    transform: translate(0, 5px);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes coding6 {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  15% {
    transform: translate(0, -5px); }
  30% {
    transform: translate(0, -10px); }
  45% {
    transform: translate(0, -20px); }
  60% {
    transform: translate(0, -30px); }
  75% {
    transform: translate(0, -40px);
    opacity: 1; }
  89% {
    transform: translate(0, -50px);
    opacity: 0; }
  90% {
    transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.canvas-wave #canvas-wave {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.1; }
.canvas-wave #canvas-wave > div {
  display: none; }

.canvas-floor .content_home {
  background: none; }
.canvas-floor #canvas-floor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.1; }
.canvas-floor #canvas-floor > div {
  display: none; }

.canvas-sphere .content_home {
  background: none; }
.canvas-sphere #canvas-sphere {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5; }
.canvas-sphere #canvas-sphere > div {
  display: none; }

@media all and (min-width: 1600px) {
  body {
    font-size: 18px; }

  .content_about {
    font-size: 22px; }

  .content_about #contact-form .form-group .form-control {
    line-height: 65px;
    height: 65px; }
  .content_about #contact-form .form-group textarea {
    min-height: 200px !important; }
  .content_about #contact-form input.btn.btn-send {
    height: 65px;
    line-height: 65px;
    padding: 0 35px; }

  .services {
    margin-top: 5vh; }

  .title_bordered {
    font-size: 18px; } }
@media all and (min-width: 2400px) {
  body {
    font-size: 30px; }

  .content_about {
    font-size: 30px; }

  .content_about #contact-form .form-group .form-control {
    line-height: 75px;
    height: 75px; }
  .content_about #contact-form .form-group textarea {
    min-height: 300px !important; }
  .content_about #contact-form input.btn.btn-send {
    height: 75px;
    line-height: 75px;
    padding: 0 55px; }

  .services {
    margin-top: 7vh; }

  .title_bordered {
    font-size: 22px; }
    .title_bordered::before {
      content: '';
      width: 40px;
      height: 2px;
      bottom: -55px;
      left: calc(50% - 20px); }

  .copyright {
    font-size: 20px; } }
@media all and (max-width: 992px) {
  body, .content_about, .content_works {
    font-size: 12px; }

  .wrapper {
    padding: 15px; }

  .content_about, .content_works {
    width: calc(100vw - 30px); }

  .content_about {
    -ms-transform: translate(-100vw, 0px);
    -webkit-transform: translate(-100vw, 0px);
    transform: translate(-100vw, 0px); }

  #pagepiling {
    overflow: scroll;
    height: 100%; }

  #pagepiling .section {
    opacity: 1;
    background: #111215;
    padding-top: 5%;
    padding-bottom: 5%;
    display: inline-block;
    width: 100%; }

  .btn_nav {
    padding: 20px 55px; } }
@media all and (max-width: 767px) {
  h1, .h1 {
    font-size: 32px; }

  h2, .h2 {
    font-size: 28px; }

  h3, .h3 {
    font-size: 24px; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 16px; }

  h6, .h6 {
    font-size: 12px; }

  .overlay_top {
    height: 15px; }

  .overlay_bottom {
    height: 15px; }

  .overlay_left {
    width: 15px; }

  .overlay_right {
    width: 15px; }

  .content_about, .content_works {
    top: 15px;
    height: calc(100vh - 30px);
    width: calc(100vw - 30px); }
    .content_about.on, .content_works.on {
      -ms-transform: translate(15px, 0px);
      /* IE 9 */
      -webkit-transform: translate(15px, 0px);
      /* Safari */
      transform: translate(15px, 0px); }
    .content_about .close_section, .content_works .close_section {
      left: initial;
      right: 15px; }

  .content_works.on {
    -ms-transform: translate(-15px, 0px);
    /* IE 9 */
    -webkit-transform: translate(-15px, 0px);
    /* Safari */
    transform: translate(-15px, 0px); }

  .btn_nav {
    padding: 10px 25px;
    font-size: 12px;
    top: inherit;
    bottom: 20vh;
    position: relative;
    display: inline-block; }
    .btn_nav.btn_nav_left {
      left: 30px; }
    .btn_nav.btn_nav_right {
      right: 30px;
      float: right; }

  .social_home {
    left: 30px;
    bottom: 45px; }

  .copyright {
    left: 30px;
    bottom: 20px;
    right: inherit; } }
@media all and (max-width: 480px) {
  #icon-development {
    width: 100%; }

  .space {
    height: 2.5vh; }

  .content_about .clients .item img {
    padding: 0 0; }

  .content_home {
    padding-top: 5vh !important; } }
@media all and (max-width: 767px) and (max-height: 480px) {
  .social_home, .copyright {
    display: none; }

  .countdown {
    margin-top: -13vh; }
    .countdown ul#countdown, .countdown h6 {
      margin: 0; }

  .title_bordered {
    margin-top: -5vh; } }
@media all and (max-width: 767px) and (max-height: 320px) {
  .countdown {
    margin-top: -15vh; }

  .content_home {
    padding-top: 5vh !important; } }
@media all and (min-width: 1024px) and (max-width: 1400px) and (max-height: 700px) {
  .content_about #contact-form .form-group .form-control {
    line-height: 35px;
    height: 35px; }
  .content_about #contact-form .form-group textarea {
    min-height: 100px !important; }
  .content_about #contact-form input.btn.btn-send {
    height: 35px;
    line-height: 35px;
    padding: 0 15px; } }

/*# sourceMappingURL=style.css.map */
