* {
  margin:0;
  padding:0;
}
body {
    background-image: url("../img/robotcover.jpg");
    background-repeat:no-repeat;
    background-size:100% 100vh;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

  }

.container {
width: 80%;
height: 40px;
position: relative;
top: 30px;
margin: 0 auto;
}

#logo {
position: absolute ;
top: 0;
left: -30px;
padding-right: 0;

}



.navigation-wrapper {
position: relative;
}
.navigation-button {
/*will-change:transform;*/
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
position: fixed;

top: 40px;
right: 50px;
background: transparent;
cursor: pointer;
z-index:90;

}

.square {
  width:30px;
  height: 30px;
  position:relative;
  top: 0px;
  right: 0px;
  border-radius: 10%;

}

.navigation-button i {
  position:absolute;
  top:0px;
  right: 0px;
  border: 2px solid white;
  padding: 8px;
  color: white;
  border-radius: 10%;

}


@keyframes animate-zooming {
  from{
    width:30px;
    height:33px;
    position:absolute;
    top:0px;
    right: 1px;
    background-color: #CCD1D1;
    border-radius: 10%;
    opacity: 1;

  }

  to {
    width:45px;
    height:45px;

    position:absolute;
    top:-3px;
    right: -5px;
    background-color:#CCD1D1;
    border-radius: 10%;
    opacity: 0;


  }

}


.navigation-menu ul li {
list-style: none;
font-family: 'Piedra';
font-weight: 300;
color: hsl(0,0%,70%);

}

.navigation-menu {
content: '';
position: fixed;
top: 0;
right: 0;
width: 40%;
background: #fff;
height: 100%;
transform: skewX(0deg) translate(100%,0);
transform-origin: top right;
transition: all .2s ease-in;
z-index: 10;
}
.navigation-menu ul {
transform: skewX(-8deg);
transform-origin: top left;
position: fixed;
right: 20px;
top: 50px;
width: 400px;
text-align: right;
}
.navigation-menu ul li {
position: relative;
z-index: 999;
font-size: 13px;
color: hsl(0,0%,10%);
line-height: 55px;
}
.navigation-menu ul li  a {
border: none;
color: hsl(0,0%,10%);
text-decoration: none;
}
.navigation-menu.active {
transform: skewX(8deg) translate(0,0);
z-index: 100;
}

.navigation-menu li {
opacity: 0;
transform: translate(0, 10px);
transition: all .0s ease-in .3s;

}
.navigation-menu.active li {
opacity: 1;
transform: translate(0,0);
transition: all .2s ease-in 0s;
}
.navigation-menu.active li:nth-child(1) {
transition-delay: .3s;
}
.navigation-menu.active li:nth-child(2) {
transition-delay: .4s;
}
.navigation-menu.active li:nth-child(3) {
transition-delay: .5s;
}
.navigation-menu.active li:nth-child(4) {
transition-delay: .6s;
}
.navigation-menu.active li:nth-child(5) {
transition-delay: .7s;
}
.navigation-menu.active li:nth-child(6) {
transition-delay: .8s;
}
.navigation-menu.active li:nth-child(7) {
transition-delay: .9s;}
.navigation-menu.active li:nth-child(8) {
transition-delay: 1.0s;}




.hero {
  position: absolute;
  top: 25vh;
  left:35vw;

}

.hero h1 {
        text-transform: uppercase;
        font-family:'Piedra', "cursive";
        font-size: 8vw;
        letter-spacing: .06vw;
        color: white;


    }

.hero span{
        display:block;
        font-size: 4vw;
        letter-spacing: .5px;
        font-family:'Piedra' ;
        position: relative;
        top: 2vh;

    }

.button {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        font-size: 10px;
        margin-top: 40px;

    }


.btn1:hover{
        text-decoration: none;
        color: white;
    }

.btn2:hover{
        text-decoration: none;
        color: black;
    }



.btn1{
        padding: 6px 5px;
        background: #f20c4a;
        text-decoration: none;
        color: white;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

.btn2{
        padding: 6px 5px;
        background: #f4f6f8;
        text-decoration: none;
        color: #000;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }


/* (home page) */


/*services */

.service-section {
  height:100%;
  width:100%;
  background-image: url("../img/noise.jpg");
  background-repeat: repeat;
  padding: 60px 0;
  position:absolute;
  top:100vh;
  font-family: "montserrat", sans-serif;
  box-sizing: border-box;
  color: black;
  justify-content: center;
}


.inner-width {
  position: absolute;
  width: 100%;
  max-width: 70vw;
  margin:auto;
  padding: 0 0px;
  overflow: hidden;
  top: 30px;
  left:12vw;
}


.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 3vw;
}


.border{
  width:150px;
  height:2px;
  background-color:  #82ccdd;
  margin: 20px auto;

}

.services-container {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
}


.service-box {
  width: 15%;
  padding:15px;
  text-align: center;
  color:black;
  margin:20px;
  margin-top:-10px;

}


.service-icon{
  display:inline-block;
  width:40px;
  height:40px;
  border: 2px solid #82ccdd;
  color:#82ccdd;
  transform:rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
  transition: 0.3s linear;
}


.service-icon i{
  line-height:36px;
  transform: rotate(-45deg);
  font-size: 33px;
}


.service-title{
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position:relative;
}

.service-desc{
  font-size: 10px;
  position:relative;
  left:-12px;
}



/*Expertise (home page) */


.expertise-section {

  height:100%;
  width:100%;
  /*background-image: url("../img/expertise.jpg");*/
  padding: 0 0;
  font-family: "montserrat", sans-serif;
  color: white;
  position: absolute;
  top:170vh;
  box-sizing: border-box;
}


.expertise-section .section-img{
  position:flex;
  width:100%;
  height:100%;
}


.expertise-section .x{
  position:relative;
  width:100%;
  height:100%;
  opacity:1;
}





.expertise-section h1 {
  position:relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 3vw;
  color:white;
  z-index: 100;
}

.expertise-section .ex-border{
  position:relative;
  width:150px;
  height:2px;
  background: #00FFFF ;
  margin: 20px auto;
  z-index: 100;
}




.expertise-section .expertise-container {
  position:flex;
  display:flex;
  flex-wrap: wrap;
  top:0;
  padding:0;
  justify-content: center;
  z-index:1000;
}




.expertise-section .expertise-box {
  width: 15%;
  padding:15px;
  padding-bottom: 5px;
  padding-top:10px;
  text-align: center;
  color:white;
  margin:20px;
  margin-top:-10px;
}



.expertise-section .expertise-icon{
  display:inline-block;
  width:40px;
  height:40px;
  border: 2px solid #00FFFF  ;
  color:#00FFFF  ;
  transform:rotate(45deg);
  margin-bottom:30px;
  margin-top: 16px;
  transition: 0.3s linear;
}





.expertise-section .expertise-icon i{
  line-height:28px;
  transform: rotate(-45deg);
  font-size: 30px;
  z-index: 100;
  padding:5px;


}

.expertise-section .expertise-title{
  font-family: "montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position:relative;

}



.expertise-section .expertise-desc{
  font-size: 13px;
}


/*Application (home page) */

.application-section{
    position:absolute;
    height:100%;
    width:100%;
    background-image: url("../img/noise.jpg");
    background-repeat: repeat;
    padding: 60px 0;
    position:absolute;
    top:245vh;
    font-family: "montserrat", sans-serif;
    box-sizing: border-box;
    color: black;
}



@media (min-width: 480px) {
  .hero h1 {
  font-size: 4vw;
}
  .hero span {
    font-size: 3vw;}
}



@media (min-width: 700px) {


  .navigation-menu ul li {
  font-size: 22px;
  line-height:75px;
  }

  .navigation-menu li:hover {
    font-size:28px;}

  .button {
      font-size: 12px;
      }

  .btn1{
    padding: 12px 25px;
      }

  .btn2{
    padding: 12px 25px;
    }


  .service-section {
      height:40%;
    }

  .service-box {
      max-width: 20%;
      padding:30px;
      margin:0;
    }

  .service-icon{

      width:50px;
      height:50px;
      margin-bottom: 30px;
      }

  .service-icon i{
        line-height:50px;
        font-size: 36px;
      }

  .service-title{
        font-size: 15px;
        left:-10px;
      }



  .expertise-section {
        top:140vh;
      }


  .expertise-section .section-img{
        position:flex;
        height:50%;

      }

  .application-section{
          top:170vh;}


}

@media (min-width: 1100px) {
  .navigation-menu {
    width: 20%;
  }



  .service-section {
    height:60%;
  }



  .expertise-section {
    top:160vh;
  }

  .expertise-section .expertise-title{

    font-size: 15px;}



  .application-section{
      top:200vh;}
