html {
  height: 100%
}

body {
  height: 100%;
  margin: 0;
  font-family: iransans-bold;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px
}

#p4p-scene {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#p4p-scene .layer {
  width: 100%;
  height: 100%
}

.p4p-robot-scene .p4p-text-layer {
  color: #adbdc9;
  right: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateX(-20%) translateY(-50%);
  -ms-transform: translateX(-20%) translateY(-50%);
  -webkit-transform: translateX(-20%) translateY(-50%);
  transform: translateX(-20%) translateY(-50%)
}

@media screen and (max-width: 768px) {
  .p4p-robot-scene .p4p-text-layer {
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }
}

.p4p-robot-scene .p4p-text-layer h1 {     direction: rtl;
  margin: 0 15px
}

.p4p-robot-scene .p4p-text-layer h1 span {
  display: block;
  font-size: 3em;
  text-transform: uppercase;
  font-family: iransans-medium;
}

@media screen and (max-width: 768px) {
  .p4p-robot-scene .p4p-text-layer h1 span {
    font-size: 2em
  }
}

.p4p-robot-scene .p4p-text-layer a {
  color: #40759c;
  text-decoration: none
}

.p4p-robot-scene .p4p-text-layer a:hover {
  border-bottom: 2px solid
}

.p4p-robot-scene .p4p-text-layer p {
  margin: 0 15px 30px
}

.p4p-robot-scene .p4p-text-layer input {
  background-color: rgba(255, 255, 255, 0.8);
  color: #adbdc9;
  border: 4px solid rgba(173, 189, 201, 0.5);
  font-size: 2em;
  font-family: iransans-bold;
  text-transform: uppercase;
  padding: .4em 1em;
  outline: none;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

@media screen and (max-width: 768px) {
  .p4p-robot-scene .p4p-text-layer input {
    font-size: 1.5em;
    padding: .3em .7em
  }
}

.p4p-robot-scene .p4p-text-layer input::-webkit-input-placeholder {
  color: rgba(173, 189, 201, 0.5)
}

.p4p-robot-scene .p4p-text-layer input:-moz-placeholder {
  color: rgba(173, 189, 201, 0.5)
}

.p4p-robot-scene .p4p-text-layer input::-moz-placeholder {
  color: rgba(173, 189, 201, 0.5)
}

.p4p-robot-scene .p4p-text-layer input:-ms-input-placeholder {
  color: rgba(173, 189, 201, 0.5)
}

.p4p-robot-scene .p4p-parallax-background {
  width: 120%;
  height: 120%;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: -10%;
  right: -10%;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .p4p-robot-scene .p4p-parallax-background {
    width: 180%;
    right: -10%;
    top: 10%;
    transform: scaleX(-1);
  }
}

.p4p-robot-scene .layer:nth-child(1) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer1.png)
}

.p4p-robot-scene .layer:nth-child(2) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer2.png)
}

.p4p-robot-scene .layer:nth-child(3) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer3.png)
}

.p4p-robot-scene .layer:nth-child(4) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer4.png)
}

.p4p-robot-scene .layer:nth-child(5) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer5.png)
}

.p4p-robot-scene .layer:nth-child(6) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer6.png)
}

.p4p-robot-scene .layer:nth-child(7) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer7.png)
}

.p4p-robot-scene .layer:nth-child(8) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer8.png)
}

.p4p-robot-scene .layer:nth-child(9) .p4p-parallax-background {
  background-image: url(../img/compressed/robot/layer9.html)
}