@-webkit-keyframes animate-step-right {
  0% {
    transform: translate(-90%, 0px) rotateY(15deg) rotateX(10deg);
  }
  40% {
    transform: translate(10%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  80% {
    transform: translate(-5%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  100% {
    transform: translate(0%, 0px) rotateY(-15deg) rotateX(10deg);
  }
}
@keyframes animate-step-right {
  0% {
    transform: translate(-90%, 0px) rotateY(15deg) rotateX(10deg);
  }
  40% {
    transform: translate(10%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  80% {
    transform: translate(-5%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  100% {
    transform: translate(0%, 0px) rotateY(-15deg) rotateX(10deg);
  }
}
@-webkit-keyframes animate-step-left {
  0% {
    transform: translate(0%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  40% {
    transform: translate(-105%, 0px) rotateY(15deg) rotateX(10deg);
  }
  80% {
    transform: translate(-80%, 0px) rotateY(15deg) rotateX(10deg);
  }
  100% {
    transform: translate(-85%, 0px) rotateY(15deg) rotateX(10deg);
  }
}
@keyframes animate-step-left {
  0% {
    transform: translate(0%, 0px) rotateY(-15deg) rotateX(10deg);
  }
  40% {
    transform: translate(-105%, 0px) rotateY(15deg) rotateX(10deg);
  }
  80% {
    transform: translate(-80%, 0px) rotateY(15deg) rotateX(10deg);
  }
  100% {
    transform: translate(-85%, 0px) rotateY(15deg) rotateX(10deg);
  }
}
@-webkit-keyframes animate-step-secondary-right {
  0% {
    opacity: 0;
    bottom: -100%;
    right: 50%;
  }
  40% {
    opacity: 0.4;
    bottom: 5%;
    right: -5%;
  }
  80% {
    opacity: 0.8;
    bottom: -10%;
    right: 5%;
  }
  100% {
    opacity: 1;
    bottom: -5%;
    right: 0%;
  }
}
@keyframes animate-step-secondary-right {
  0% {
    opacity: 0;
    bottom: -100%;
    right: 50%;
  }
  40% {
    opacity: 0.4;
    bottom: 5%;
    right: -5%;
  }
  80% {
    opacity: 0.8;
    bottom: -10%;
    right: 5%;
  }
  100% {
    opacity: 1;
    bottom: -5%;
    right: 0%;
  }
}
@-webkit-keyframes animate-step-secondary-left {
  0% {
    opacity: 0;
    bottom: -100%;
    right: -50%;
  }
  40% {
    opacity: 0.4;
    bottom: 5%;
    right: 5%;
  }
  80% {
    opacity: 0.8;
    bottom: -10%;
    right: -5%;
  }
  100% {
    opacity: 1;
    bottom: -5%;
    right: 0%;
  }
}
@keyframes animate-step-secondary-left {
  0% {
    opacity: 0;
    bottom: -100%;
    right: -50%;
  }
  40% {
    opacity: 0.4;
    bottom: 5%;
    right: 5%;
  }
  80% {
    opacity: 0.8;
    bottom: -10%;
    right: -5%;
  }
  100% {
    opacity: 1;
    bottom: -5%;
    right: 0%;
  }
}
@-webkit-keyframes triangle-movement-right {
  0% {
    transform: translate(20%, 10%) rotate(0deg);
  }
  100% {
    transform: translate(20%, 10%) rotate(-180deg);
  }
}
@keyframes triangle-movement-right {
  0% {
    transform: translate(20%, 10%) rotate(0deg);
  }
  100% {
    transform: translate(20%, 10%) rotate(-180deg);
  }
}
@-webkit-keyframes triangle-movement-left {
  0% {
    transform: translate(-20%, 10%) rotate(0deg);
  }
  100% {
    transform: translate(-20%, 10%) rotate(180deg);
  }
}
@keyframes triangle-movement-left {
  0% {
    transform: translate(-20%, 10%) rotate(0deg);
  }
  100% {
    transform: translate(-20%, 10%) rotate(180deg);
  }
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  body, html {
    overflow: unset;
  }
  @supports (overflow-x: clip) {
    body, html {
      overflow-x: clip;
      overflow-y: unset;
    }
  }
}

/* Main */
#main .section-title-lines {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  line-height: 40px;
  text-align: right;
  color: #0069ff;
  margin-bottom: 30px;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .section-title-lines {
    line-height: 80px;
    margin-bottom: 60px;
  }
}
#main .section-title-lines > span {
  position: relative;
  display: block;
  width: 100%;
}
#main .section-title-lines > span.first {
  font-size: 14pt;
  color: #1fc198;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .section-title-lines > span.first {
    font-size: 18pt;
  }
}
#main .section-title-lines > span.second {
  font-size: 28pt;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .section-title-lines > span.second {
    font-size: 38pt;
  }
}
#main .section-title-lines > span > u {
  display: none;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .section-title-lines > span > u {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 40pt;
    text-decoration: none;
    color: rgba(0, 105, 255, 0.1);
  }
}
#main #webdesign_all .cards-container {
  overflow: auto hidden;
  width: 100vw;
  margin: 0 -30px;
}
#main #webdesign_all .cards-container::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  #main #webdesign_all .cards-container {
    overflow: unset;
    width: 100%;
    margin: 0;
  }
}
#main #webdesign_all .cards-container .cards-holder {
  width: calc(280vw + 120px);
  padding: 10px 30px;
}
@media only screen and (min-width: 992px) {
  #main #webdesign_all .cards-container .cards-holder {
    width: 100%;
    padding: 15px;
  }
}
#main #webdesign_all .cards-container .cards-holder .card {
  position: relative;
  float: right;
  overflow: hidden;
  text-align: center;
  width: 70vw;
  height: 300px;
  background: #fff;
  margin: 0 5px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  #main #webdesign_all .cards-container .cards-holder .card {
    float: right;
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  #main #webdesign_all .cards-container .cards-holder .card:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15);
  }
  #main #webdesign_all .cards-container .cards-holder .card:hover .card-link {
    opacity: 1;
    right: 0;
  }
}
#main #webdesign_all .cards-container .cards-holder .card .card-icon {
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#main #webdesign_all .cards-container .cards-holder .card .card-title {
  font-size: 12pt;
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  color: #0069ff;
  margin: 20px 0;
}
#main #webdesign_all .cards-container .cards-holder .card .card-desc {
  font-size: 10pt;
}
#main #webdesign_all .cards-container .cards-holder .card .card-link {
  margin-top: 20px;
  font-size: 18pt;
  color: #1fc198;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  #main #webdesign_all .cards-container .cards-holder .card .card-link {
    opacity: 0;
    right: -20px;
  }
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main #webdesign_web-design-development .section-desc.before-json-bg {
    width: 50%;
  }
}
#main #webdesign_web-design-development .json-bg {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 125vw;
  margin: -20vw auto 0 auto;
  z-index: 1;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main #webdesign_web-design-development .json-bg {
    position: absolute;
    top: -180px;
    left: -200px;
    width: 70%;
    height: 700px;
    margin: 0 auto;
  }
}
#main #webdesign_web-design-development .btnbox {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main #webdesign_web-design-development_steps {
    padding-top: 80px;
  }
}
#main .webdesign-steps .animated-bgs {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .webdesign-steps .animated-bgs {
    display: block;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper {
    perspective: 1800px;
    display: flex;
    align-items: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    margin: 0;
    height: 700px;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper {
    position: relative;
    will-change: transform;
    width: 50%;
    transform-origin: center top;
    transition: all 0.2s linear;
    -webkit-animation-name: animate-step-right;
            animation-name: animate-step-right;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper .step-bg {
    z-index: 0;
    position: relative;
    width: 115%;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper .step-bg .step-svg-bg {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper .step-bg .step-svg-secondary {
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    width: 80%;
    height: auto;
    transition: all 0.2s linear;
    -webkit-animation-name: animate-step-secondary-right;
            animation-name: animate-step-secondary-right;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper .step-bg .step-svg-secondary.active {
    display: block;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper.left-bg {
    -webkit-animation-name: animate-step-left;
            animation-name: animate-step-left;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  #main .webdesign-steps .animated-bgs .step-wrapper .step-asset-wrapper.left-bg .step-svg-secondary {
    -webkit-animation-name: animate-step-secondary-left;
            animation-name: animate-step-secondary-left;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
#main .webdesign-steps .webdesign-step {
  z-index: 9;
  perspective: 800px;
}
#main .webdesign-steps .webdesign-step .step-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  z-index: 1;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content {
  position: relative;
  width: 100%;
  padding: 40px 0;
  z-index: 1;
  background-image: url("/asset/img/dots.svg");
  background-repeat: no-repeat;
  background-position: left 40px;
  background-size: 50%;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-step {
  color: #1fc198;
  transition: all 0.2s linear;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 14pt;
  color: #0069ff;
  line-height: 70px;
  transition: all 0.2s linear;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-desc {
  line-height: 35px;
  transition: all 0.2s linear;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-desc > a {
  color: #0069ff;
  transition: all 0.2s linear;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-desc > a:hover {
  color: #1fc198;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-desc .step-txt-desc-infos {
  margin-top: 10px;
  color: #1fc198;
  font-size: 10pt;
  line-height: 24px;
  transition: all 0.2s linear;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-content .step-txt-desc .step-txt-desc-infos strong {
  margin: 0;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .webdesign-steps .webdesign-step .step-wrapper .step-content {
    width: 40%;
    background-position: left top;
    opacity: 0.5;
    transition: all 0.2s linear;
    transform: scale(0.5);
  }
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-asstes {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-asstes .step-svg-triangle {
  display: none;
}
#main .webdesign-steps .webdesign-step .step-wrapper .step-asstes .step-svg-secondary {
  position: absolute;
  display: block;
  bottom: -5%;
  right: 0;
  width: 80%;
  height: auto;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main .webdesign-steps .webdesign-step .step-wrapper {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 700px;
  }
  #main .webdesign-steps .webdesign-step .step-wrapper .step-asstes {
    max-width: 60%;
    margin: 0 auto;
  }
  #main .webdesign-steps .webdesign-step .step-wrapper .step-asstes .step-svg-triangle {
    display: block;
    -webkit-animation-name: triangle-movement-right;
            animation-name: triangle-movement-right;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    transition: all 2s linear;
  }
  #main .webdesign-steps .webdesign-step .step-wrapper .step-asstes .step-svg-bg, #main .webdesign-steps .webdesign-step .step-wrapper .step-asstes .step-svg-secondary {
    display: none;
  }
  #main .webdesign-steps .webdesign-step.right-content .step-wrapper {
    flex-direction: row;
  }
  #main .webdesign-steps .webdesign-step.right-content .step-wrapper .step-asstes .step-svg-triangle {
    -webkit-animation-name: triangle-movement-left;
            animation-name: triangle-movement-left;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  #main .webdesign-steps .webdesign-step.active {
    z-index: 11;
  }
  #main .webdesign-steps .webdesign-step.active .step-content {
    opacity: 1;
    transform: scale(1);
  }
  #main .webdesign-steps .webdesign-step.active .step-wrapper .step-asstes .step-svg-triangle {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    transition: all 0.5s linear;
    opacity: 0;
  }
}
#main #webdesign-order .section-title {
  margin-bottom: 40px;
}
#main #webdesign-order .webdesign-order-stepnum-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item {
  flex: 1;
  text-align: center;
  transition: all 0.2s linear;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line {
  position: absolute;
  display: block;
  height: 5px;
  width: calc(50% - 20px);
  background: #f1f1f1;
  text-align: right;
  top: 17.5px;
  z-index: 1;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line.before {
  right: 0;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line.after {
  left: 0;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line .fill {
  position: relative;
  display: block;
  width: 0%;
  height: 3px;
  margin-top: 1px;
  background: #0069ff;
  transition: all 0.2s linear;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line.active .fill {
  width: 100%;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 12pt;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  background: #f1f1f1;
  background: linear-gradient(to right, #f1f1f1 50%, #0069ff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1",endColorstr="#0069ff",GradientType=1);
  background-size: 200%;
  transition: all 0.2s linear;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item:first-child .webdesign-order-stepnum-line.before {
  display: none;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item:last-child .webdesign-order-stepnum-line.after {
  display: none;
}
#main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item.active .webdesign-order-stepnum {
  background-position: right;
  color: #fff;
}
#main #webdesign-order .webdesign-order-box {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
  font-size: 12pt;
  border: 1px solid rgba(0, 105, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0px 20px 30px -15px rgba(0, 105, 255, 0.3);
}
#main #webdesign-order .webdesign-order-box.active {
  display: block;
}
@media only screen and (min-width: 770px) and (min-height: 500px) {
  #main #webdesign-order .webdesign-order-box {
    padding: 20px;
  }
}
#main #webdesign-order .webdesign-order-box .order-box-title {
  font-family: "Shabnam-Bold-FD", Tahoma, monospace;
  font-size: 16pt;
  line-height: 40px;
  text-align: right;
  color: #0069ff;
  margin-top: -10px;
}

/* Night Mode */
.night-mode #main .webdesign-steps .webdesign-step .step-wrapper .step-content {
  background-image: url("/asset/img/dots-dark.svg");
}
.night-mode #main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line {
  background: #181f26;
}
.night-mode #main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum-line .fill {
  background: #0069ff;
}
.night-mode #main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item .webdesign-order-stepnum {
  background: #181f26;
  background: linear-gradient(to right, #181f26 50%, #0069ff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181f26",endColorstr="#0069ff",GradientType=1);
  background-size: 200%;
}
.night-mode #main #webdesign-order .webdesign-order-stepnum-box .webdesign-order-stepnum-item.active .webdesign-order-stepnum {
  background-position: right;
}
.night-mode #main #webdesign-order .webdesign-order-box {
  background: #181f26;
}
