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%
}

html {
  height: 100%
}

body {
  background-color: #2c3e50;
  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-shape {
  display: none
}

#p4p-shape.visible {
  display: block
}

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

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

#p4p-scene .p4p-text-layer {
  color: #151f2a;
  left: 50%;
  position: absolute;
  top: 65%;
  width: 750px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width: 768px) {
  #p4p-scene .p4p-text-layer {
    background-color: #2c3e50;
    bottom: 0;
    top: auto;
    left: 0;
    height: auto;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none
  }
}

#p4p-scene .p4p-text-layer .p4p-row {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #p4p-scene .p4p-text-layer .p4p-row {
    display: block
  }
}

#p4p-scene .p4p-text-layer .p4p-column {
  flex: 1
}

@media screen and (max-width: 768px) {
  #p4p-scene .p4p-text-layer .p4p-column {
    flex: none
  }
}

#p4p-scene .p4p-text-layer .p4p-column+.p4p-column {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #p4p-scene .p4p-text-layer .p4p-column+.p4p-column {
    margin-right: 0;
  }
}

#p4p-scene .p4p-text-layer h1 {     direction: rtl;
  margin: 0;
  font-size: 2em;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center
}

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

#p4p-scene .p4p-text-layer p {
  margin: 5px 0;
  text-align-last: center
}

#p4p-scene .p4p-text-layer input {
  background-color: transparent;
  display: block;
  color: #151f2a;
  width: 100%;
  padding: 5px 15px;
  border: 3px solid #151f2a;
  font-size: 1.5em;
font-family: iransans-bold;
  text-transform: uppercase;
  box-sizing: border-box;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: right;
}

#p4p-scene .p4p-text-layer input:-moz-placeholder {
  color: #151f2a
}

#p4p-scene .p4p-text-layer input::-moz-placeholder {
  color: #151f2a
}

#p4p-scene .p4p-text-layer input:-ms-input-placeholder {
  color: #151f2a
}

#p4p-scene .p4p-text-layer input::-webkit-input-placeholder {
  color: #151f2a
}

#p4p-scene .p4p-text-layer input:focus {
  color: #04101b;
  border: 3px solid #04101b
}

#p4p-scene .p4p-text-layer a {
  color: white;
  background-color: #151f2a;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

@media screen and (max-width: 768px) {
  #p4p-scene .p4p-text-layer a {
    margin-bottom: 10px;
    margin-top: 0px
  }
}

#p4p-scene .p4p-text-layer a:hover {
  background-color: #04101b
}

#p4p-scene .layer svg {
  fill: #2c3e50;
  position: absolute
}

#p4p-scene .layer:nth-child(1) .p4p-parallax-background {
  background-color: #151f2a;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

@media screen and (max-width: 768px) {
  #p4p-scene .layer:nth-child(1) .p4p-parallax-background {
    width: 100%;
    height: 40%
  }
}

#p4p-scene .layer:nth-child(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4
}

#p4p-scene .layer:nth-child(3) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5
}

#p4p-scene .layer:nth-child(4) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6
}

#p4p-scene .layer:nth-child(5) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7
}

#p4p-scene .layer:nth-child(6) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8
}

#p4p-scene .layer:nth-child(7) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9
}