/* Base */
html {
  overflow-x: hidden; }

body {
  font-family: 'Yekan';
  cursor: default;
}
@font-face {
	font-family: 'Yekan';
	src:	url('./Yekan-Font-master/Yekan.eot'); /* IE9 Compat Modes */
	src:	url('./Yekan-Font-master/?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			url('./Yekan-Font-master/Yekan.woff2') format('woff2'), /* Modern Browsers */
			url('./Yekan-Font-master/Yekan.woff') format('woff'), /* Modern Browsers */
			url('./Yekan-Font-master/Yekan.otf') format('opentype'), /* Open Type Font */	
			url('./Yekan-Font-master/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	font-display: auto;
}
#red7{
  color: red;
}
#phone1{
  font-family: 'yekan';
  font-size: 180px;
  color: white;
  position: relative;
  left: 200px;
  text-shadow: -2px 0 rgb(0, 0, 0), 0 2px rgb(0, 0, 0), 2px 0 rgb(0, 0, 0), 0 -2px rgb(0, 0, 0);
}
.phone {
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 33px 0 33px 50px;
}
.phone svg {
  position: relative;
  left: 100px;
  top: 75px;
  width: 80px;
  height: 80px;
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
#phone1:hover{color:red;}
.phone svg path {
  fill: red;
}
.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
  animation: header-phone 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}
.phone svg path:nth-child(3) {
  -webkit-animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
  animation: header-phone2 1s infinite cubic-bezier(0.1, 0.57, 0.5, 1);
}

/* Animate phone */

@-webkit-keyframes header-phone {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes header-phone {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
  }
  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
  }
}

#paytakht-bar{
  font-family: 'Yekan';
  position: relative;
  left: 80px;
  top: -75px;
  font-size: 45px;
  color: white;
  text-shadow: -1px 0 rgb(0, 0, 0), 0 1px rgb(0, 0, 0), 1px 0 rgb(0, 0, 0), 0 -1px rgb(0, 0, 0);
}
/* liste sobe */
/* #liste-shobe{
  position: relative;
  top: 100px;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
#contact .media
    {
      position: relative;
      top: 120px;
        padding: 20px;
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
    }
#contact .media .fa
    {
        color: #fffafa;
        font-size: 40px;
        margin-right: 20px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
        align-items: center;
    }
#contact .media .media-heading
    {
      color: red;
        text-align: center;
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 25px;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
      justify-content: center;
      align-items: center;
    }
    .numbers{
      text-align: center;
    } */
/* liste shobe */

a {
  font-family: 'Yekan';
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none; 
  font-family: serif;
  font-weight: bold;
}
  a:hover {
    text-decoration: none; }

#about-us {
  background-image: url("13.jpg");
  background-repeat: no-repeat;
  background-size: 101%;
  position: relative;
  top: 100px;
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-footer {
  padding: 4em 0;
  background: #000; }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #fff; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.5); }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff; }

  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/* Navbar */
.site-navbar {
  top: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, #000, #0003 70%,#0000); /* background when scroll is in the top */
  transition: background .5s; /* control  smooth the background changes */
  margin-bottom: 0px;
  z-index: 1999;
  position: fixed;
  width: 100%;
  padding: 1rem; }
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px; }
  .site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem; }
    .site-navbar .site-logo a {
      color: #fff; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        margin-left: 15px;
        margin-right: 15px;
        padding: 20px 0px;
        color: #fff !important;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #ff0000 !important; }
      .site-navbar .site-navigation .site-menu > li.active > a {
        color: #ff0000 !important; }
        .site-navbar .site-navigation .site-menu > li > a:focus {
          color: #ff0000 !important;
        }


/* start main background */
.ftco-cover-1 {
  background-image: url("./tehran2.jpg");
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat; }
  .ftco-cover-1, .ftco-cover-1 .container > .row {
    height: 100vh;
    min-height: 680px; }
  .ftco-cover-1.innerpage, .ftco-cover-1.innerpage .container > .row {
    height: 100vh;
    min-height: 900px; }
  .ftco-cover-1 > .container {
    position: relative; }
  .ftco-cover-1.overlay {
    position: relative; }
    .ftco-cover-1.overlay:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .5;
      background: #000; }
    .ftco-cover-1.overlay h1 {
      color: #fff;
      font-size: 3rem; }
    .ftco-cover-1.overlay p {
      color: #fff; }
      .ftco-cover-1.overlay p a {
        color: #fff;
        text-decoration: underline;
        font-weight: 700; }
        .ftco-cover-1.overlay p a:hover {
          text-decoration: none; }
    .ftco-cover-1.overlay form .form-control {
      padding-left: 20px;
      padding-right: 20px;
      border-color: transparent;
      margin-right: 10px; }



/* carrent */
#first-image{
  background-image: url("./11.jpg");
  position: relative;
  top: 120px;
  left: -30px;
  z-index: 1;
  margin-bottom: 0%;
  background-size: 105%;
  background-repeat: no-repeat;
  text-align: center;
  display:flow-root;
  margin-left: auto; 
  margin-right: auto;
  justify-content: center;
}
#function{
  position: relative;
  top: 120px;
  left: 30px;
  z-index: 1;
  margin-bottom: 0%;
  background-size: 1300px;
  background-repeat: no-repeat;
  }

  #function-header{
    position: relative;
    top: -100px;
    left: 250px;
    font-size: 50px;
    text-shadow: -1px 0 rgb(255, 255, 255), 0 1px rgb(255, 255, 255), 1px 0 rgb(255, 250, 250), 0 -1px rgb(255, 255, 255);
  }
    .liste-shobe{
  text-align: center;
  justify-content: center;
}
.how-it-works .step {
  width: 17%;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -150px;
  z-index: 2;

 }
 .caption{
   font-size: 18px;
   color: rgb(0, 0, 0);
   text-shadow: -1px 0 rgb(255, 255, 255), 0 1px rgb(255, 255, 255), 1px 0 rgb(255, 250, 250), 0 -1px rgb(255, 255, 255);

 }
  .how-it-works .step:after {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 35px;
    background: #ff0000; }
  .how-it-works .step:last-child:after {
    display: none; }
  .how-it-works .step .number {
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    border: 4px solid #ff0000;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto; }
    .how-it-works .step .number > span {
      position: absolute;
      top: 50%;
      left:50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 2rem;
      color: #000000; }
  .how-it-works .step .caption {
    display: block; }

.service-1 {
  text-align: center;
  }
  .service-1 .service-1-icon {
    position: relative;
    top: -30px;
    background: #fff;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    border: 4px solid #ff0000;
    border-radius: 50%; 
  }
    .service-1 .service-1-icon > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 3rem; }
  .service-1 .service-1-contents h3, .service-1 .service-1-contents p {
    position: relative;
    top: -50px;
    z-index: 1;
    text-align: justify;
    line-height: 2;
    color: #fff; 
  direction: rtl;
  font-size: 18px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
  .service-1 .service-1-contents h3 {
    margin-bottom: 10px;
    font-size: 20px; }
  .service-1.dark .service-1-contents h3, .service-1.dark .service-1-contents p {
    color: #000; }
  .service-1.dark .service-1-contents h3 {
    margin-bottom: 10px;
    font-size: 20px; }

.section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .section-3 > .container {
    z-index: 2; }
  .section-3:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }


.nav-link{
  font-family: 'Yekan';
  font-size: 25px;
}
#nav-contact{
  font-family: 'Yekan';
}
#nav-customers{
  font-size: 25px;
  font-family: 'Yekan';
}
#nav-service{
    font-size: 25px;
  font-family: 'Yekan';
}
#home{
  font-size: 25px;
  font-family: 'Yekan';
}
#bar{
  color: red;
}
input,
textarea {
  background: none;
  color: #c6c6c6;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 320px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
  direction: rtl;
}
input:focus,
textarea:focus {
  outline: none;
  direction: rtl;
}
input:focus ~ label, input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: #2196F3;
  direction: rtl;
}
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
  width: 320px;
  direction: rtl;
}



p {
  font-weight: bold;
}
.form__input {
  position: relative;
  top: -200px;
  left: 700px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
  margin: 35 auto;
  padding: 1.5px 10px;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 75%;
  display: block;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
/* start form mohasebe gheymat */
#mohasebe{
  position: relative;
  left: 977px;
  top: 40px;
  color: white;
}
.select {
  position: relative;
  top: -30px;
  left: 792px;
    display: block;
    width: 75%;
    direction: rtl;
}
.select svg {
  position: absolute;
  right: 310px;
  top: calc(50% - 0px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  padding: 4px 4px 4px 4px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
.select select:required:invalid {
  color: #5a667f;
}
.select select option {
  color: #223254;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: none;
  border-color: rgb(255, 0, 0);
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.select select:hover + svg {
  stroke: rgb(255, 0, 0);
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
.form__group .form__input{
  border: 1px solid #e8eaed;
  font-family: 'Yekan';
  margin: 30px;
  position: relative;
  top: -30px;
  left: 760px;
}
.form__group .form__input{
  border: 1px solid #e8eaed;
  font-family: 'Yekan';

}
.form__group .form__input:focus {
  outline: none;
  border-color: rgb(255, 0, 0);
}
/* End form mohasebe gheymat */
/* start customers */
#customers{
  position: relative;
  top: 90px;
}
.container-customers {
  position: relative;
  width: calc(260px * 0.866);
  height: 290px;
  top: 230px;
  margin-bottom: 200px;
}
.box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 500px;
  display: flex;
  width: 50%;
  height: 50%;
  background: lightblue;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.box img {
  transform-origin: 50% 50%;
  object-fit:cover;
  transition: all 0.5s ease-out;
  min-width: 100%;
}
.box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: all 0.5s ease-out;
}
.box:hover img {
  transform: scale(1.2);
}
.box:hover::after {
  background: rgba(0, 0, 0, 0);
}
.box1.box {
  transform: translate(calc(-10% - (-22px / 2)), calc(6% - (10px) / 2 * 1.732));
}
.box2.box {
  transform: translate(calc(-50% - (10px / 2)), calc(-75% - (10px) / 2 * 1.732));
}
.box3.box {
  transform: translate(calc(50% + (10px / 2)), calc(-76% - (10px) / 2 * 1.732));
}
.box4.box {
  transform: translate(calc(-100% - 10px), 0);
}
.box5.box {
  transform: translate(calc(100% + 10px), 0);
}
.box6.box {
  transform: translate(calc(-50% - (10px / 2)), calc(75% + (10px) / 2 * 1.732));
}
.box7.box {
  transform: translate(calc(50% + (10px / 2)), calc(75% + (10px) / 2 * 1.732));
}
.box8.box {
  transform: translate(calc(100% + (140px / 2)), calc(-75% - (12px) / 2 * 1.732));
}
.box9.box {
  transform: translate(calc(-253% + 100px), calc(75% + (10px) / 2 * 1.732));
}
.box10.box {
  transform: translate(calc(218% - 60px), calc(75% + (10px) / 2 * 1.732));
}
.box11.box {
  transform: translate(calc(272% - 60px), calc(-8% + (10px) / 2 * 1.732));
}
.box12.box {
  transform: translate(calc(-272% + 60px), calc(-8% + (10px) / 2 * 1.732));
}
.box13.box {
  transform: translate(calc(-216% + 60px), calc(-75% - (10px) / 2 * 1.732));
}
.box14.box {
  transform: translate(calc(-325% + 60px), calc(-76% - (10px) / 2 * 1.732));
}
.box15.box {
  transform: translate(calc(+327% - 60px), calc(+75% + (10px) / 2 * 1.732));
}
.box16.box {
  transform: translate(calc(-326% + 60px), calc(+75% + (10px) / 2 * 1.732));
}
.box17.box {
  transform: translate(calc(+326% - 60px), calc(-77% - (10px) / 2 * 1.732));
}
.box18.box {
  transform: translate(calc(-380% + 60px), calc(5% - (10px) / 2 * 1.732));
}
.box19.box {
  transform: translate(calc(+380% - 60px), calc(5% - (10px) / 2 * 1.732));
}
.box20.box {
  transform: translate(calc(-382% - 60px), calc(5% - (10px) / 2 * 1.732));
}
.box21.box {
  transform: translate(calc(+488% - 60px), calc(5% - (10px) / 2 * 1.732));
}
.box22.box {
  transform: translate(calc(+435% - 60px), calc(75% + (10px) / 2 * 1.732));
}
.box23.box {
  transform: translate(calc(+435% - 60px), calc(-77% - (10px) / 2 * 1.732));
}
.box24.box {
  transform: translate(calc(-435% + 60px), calc(+75% + (10px) / 2 * 1.732));
}
.box25.box {
  transform: translate(calc(-435% + 60px), calc(-76% - (10px) / 2 * 1.732));
}
/* End customers */

#map{
  position: relative;
  top: -320px;
  left: 550px;
  width: 280px;
  height: 260px;
  padding: 0px;
  margin: 0px;
  background: #eee; border: 2px solid #aaa;
  margin-bottom: -230px;
}

#footer-text{
  text-align: justify;
  direction: rtl;
}
.login-box form a {
  position: relative;
  left: 993px;
  top: 0px;
  display: inline-block;
  padding: 7px 30px;
  background-color: #d4d4d4;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  opacity: 0.8;
  border-radius: 5px;
     }
.login-box a:hover {
  background: #ffffff;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  box-shadow: 0 0 5px #ff0000,
              0 0 25px #f40303,
              0 0 50px #f40303,
              0 0 100px #f40303;

}

.login-box a span {
  position: absolute;
  display: block;
}

.login-box a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f40303);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #f40303);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #f40303);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #f40303);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}
#email{
  position: relative;
  top: -80px;
  left: 440px;
  font-size: 22px;
  color: #555657;
}
#logo{
  position: relative;
  left: -260px;
  top: -70px;
  height: 270px;
  width: 270px;
  border-radius: 100%;
}
.rotateable {
  transition: all 100ms;
}
#footer-logo{
  background-image: url("./footer-logo.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 280px;
  height: 260px;
  position: relative;
  top: -215px;
  left: -30px;
  margin-bottom: -200px;
}

/* Moblie Section */
@media only screen and (max-width:480px){
  body{
    overflow: hidden;
  }
  #mohasebe{
    position: relative;
    left: 19%;
    top: 100px;
    color: white;
    white-space: nowrap;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  #liste-shobe{
    position: relative;
    left: 25px;
  }
  #phone1{
    position: relative;
    left: -50px;
    top: -295%;
    font-size: 90px;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  #phone{
    position: relative;
    width: 40px;
    height: 40px;
    left: -50px;
    top: -285%;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  #mabda{
      position: relative;
      left:20px;
      top: 10px;
  }
  #maghsad{
    position: relative;
    left:20px;
    top: 10px;
  }
  .select{
    position: relative;
    top: 10px;
    left: 40px;
      display: block;
      width: 75%;
    direction: rtl;
}
.select svg{
  visibility: hidden;
}
#slct{
  position: relative;
  top: 00px;
  left: 10px;
  background-image: url("./arrow-down.jpg");
  background-size: 30px;
  background-repeat: no-repeat;

}
#contact{
  position: relative;
  left: -20px;
}
  .login-box form a{
      position: relative;
      top: 30px;
      left: 70px;
      width: 40%;
      height: 40px;
      text-align: center;
      display:flow-root;
      margin-left: auto; 
      margin-right: auto;
      justify-content: center;
  }
  #paytakht-bar{
      position: relative;
      top: 10%;
      left: 0%;
      white-space: nowrap;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }

  .container-customers{
    visibility: visible;
    position: relative;
    left: 0px;
    top: 100px;
    margin-bottom: -20px;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
    }
  .box{
    position: absolute;
    left: 125px;
    width: 20%;
    height: 20%;
  }
  .box1.box {
    transform: translate(calc(43% - (10px / 2)), calc(-78% + (45px) / 2 * 1.732));
  }
  .box2.box {
    transform: translate(calc(95% - (105px / 2)), calc(-75% - (10px) / 2 * 1.732));
  }
  .box3.box {
    transform: translate(calc(75% + (10px / 2)), calc(-76% - (10px) / 2 * 1.732));
  }
  .box4.box {
    transform: translate(calc(-248% + (10px / 2)), calc(-76% - (10px) / 2 * 1.732));
  }
  .box5.box {
    transform: translate(calc(-88% + (10px / 2)), calc(10% - (12px) / 2 * 1.732));
  }
  .box6.box {
    transform: translate(calc(-445% - (10px / 2)), calc(75% + (-3px) / 2 * 1.732));
  }
  .box7.box {
    transform: translate(calc(-33% + (10px / 2)), calc(75% + (-3px) / 2 * 1.732));
  }
  .box8.box {
    transform: translate(calc(-610% + (140px / 2)), calc(-75% - (12px) / 2 * 1.732));
  }
  .box9.box {
    transform: translate(calc(-353% + 100px), calc(75% + (-3px) / 2 * 1.732));
  }
  .box10.box {
    transform: translate(calc(218% - 60px), calc(55% + (10px) / 2 * 1.732));
  }
  .box11.box {
    transform: translate(calc(272% - 60px), calc(-25% + (10px) / 2 * 1.732));
  }
  .box12.box {
    transform: translate(calc(-320% + 60px), calc(-8% + (0px) / 2 * 1.732));
  }
  .box13.box {
    transform: translate(calc(-265% + 60px), calc(-75% - (10px) / 2 * 1.732));
  }
  .box14.box {
    transform: translate(calc(-645% + 60px), calc(-76% - (-43px) / 2 * 1.732));
  }
  .box15.box {
    transform: translate(calc(+327% - 60px), calc(+55% + (10px) / 2 * 1.732));
  }
  .box16.box {
    transform: translate(calc(-374% + 60px), calc(+75% + (-3px) / 2 * 1.732));
  }
  .box17.box {
    transform: translate(calc(+326% - 60px), calc(-77% - (10px) / 2 * 1.732));
  }
  .box18.box {
    transform: translate(calc(-427% + 60px), calc(5% - (10px) / 2 * 1.732));
  }
  .box19.box {
    transform: translate(calc(+380% - 60px), calc(5% - (10px) / 2 * 1.732));
  }
  .box20.box {
    transform: translate(calc(-270% - 60px), calc(5% - (10px) / 2 * 1.732));
  }
  .box21.box {
    transform: translate(calc(+488% - 60px), calc(5% - (10px) / 2 * 1.732));
  }
  .box22.box {
    transform: translate(calc(+435% - 60px), calc(55% + (10px) / 2 * 1.732));
  }
  .box23.box {
    transform: translate(calc(+435% - 60px), calc(-77% - (10px) / 2 * 1.732));
  }
  .box24.box {
    transform: translate(calc(-480% + 60px), calc(+75% + (-4px) / 2 * 1.732));
  }
  .box25.box {
    transform: translate(calc(-478% + 60px), calc(-76% - (10px) / 2 * 1.732));
  }
  .how-it-works .step{
    visibility: visible;
    position: relative;
    width: 50%;
    top: 100px;
    left: 10px;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  .how-it-works .step .number{
    visibility: visible;
    width: 50px;
    height: 50px;
  }
  .caption{
    font-size: 12px;
  }
  .how-it-works .step:after {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 25px;
    background: #ff0000; }
  #function-header{
    position: relative;
    top: -30px;
    left:-14vw;
    font-size: 8vw;
    white-space: nowrap;
    margin-left: 0%;
    margin-right: 0%;
  }
  #function{
    background-size: 100%;
    position: relative;
    top: 200px;
    left: 0px;
  }
  #first-image{
    background-size: 105%;
    position: relative;
    top: 0px;
    left: -10px;
    height: 150px;
    width: 90%;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  #customers{
    position: relative;
    top: 60px;
    left: 0%;
    white-space: nowrap;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
  #about-us{
    background-size: 98% 12.5%;
    position: relative;
    top: 250px;
    left: 5px;
    margin-bottom: 20%;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
#about-us1{
background-image: url("./2.jpg");
background-size: 100% 100%;
height: 100%;
background-repeat: no-repeat;
margin: 1%;
margin-bottom: 9%;
margin-left: -1%;
padding: 1%;
}
#about-us2{
  background-image: url("./1.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 1%;
  margin-bottom: 1%;
  margin-left: -1%;
  position: relative;
  top: 3px;
  padding: 1%;
  }
  #about-us3{
    background-image: url("./3.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 1%;
    height: 94%;
    margin-bottom: 15%;
    margin-left: -1%;
    padding: 1%;
    }
.hidden{
  visibility: hidden;
}
#umbrella{
  visibility: hidden;
}
.smoothScroll{
  white-space: nowrap;
  font-size: 17px;
  position: relative;
  top: -235px;
}
.circle{
  position: relative;
  top: -260px;
  left: 8px;
}
#email{
  position: relative;
    top: -325px;
    left: 0px;
    white-space: nowrap;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
}
#map{
  position: relative;
  top: -380px;
  left: 0px;
  width: 280px;
  height: 260px;
  text-align: center;
  display:flow-root;
  margin-left: auto; 
  margin-right: auto;
  justify-content: center;
}
.footer-07 .menu{
  margin-top: 260px; 
}
#footer-logo{
  visibility: hidden;
}
}
@media (min-width:415px) and (max-width:480px){
  #map{
    position: relative;
    top: -300px;
    left: -175px;
    width: 0%;
    text-align: center;
    display:flow-root;
    margin-left: auto; 
    margin-right: auto;
    justify-content: center;
  }
}
@media (min-width:1201px) and (max-width:3000px){
  #function{
  position: relative;
  left: -15px;
  text-align: center;
  display:flow-root;
  margin-left: auto; 
  margin-right: auto;
  justify-content: center;
  }
  .how-it-works .step{
    position: relative;
    left: 130px;
  }
#about-us{
background-size: 105%;
position: relative;
left: -30px;
}
.service-1-contents{
  position: relative;
  left: 10px;
  top: -15px;
  text-align: center;
  display:flow-root;
  margin-left: auto; 
  margin-right: auto;
  justify-content: center;
}
#map{
  position: relative;
  left: 810px;
}
}
