@font-face {
  font-family: "Vazir";
  src: url(../fonts/vazir/Vazir-Medium.eot) format("embeded-opentype"), url(../fonts/vazir/Vazir-Medium.woff2) format("woff2"), url(../fonts/vazir/Vazir-Medium.woff) format("woff"), url(../fonts/vazir/Vazir-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "shabnam";
  src: url(../fonts/shabnam/Shabnam.eot) format("embeded-opentype"), url(../fonts/shabnam/Shabnam.woff2) format("woff2"), url(../fonts/shabnam/Shabnam.woff) format("woff2"), url(../fonts/shabnam/Shabnam.ttf) format("truetype");
}

.container {
  width: 70%;
  height: 100%;
  margin: auto;
}

.blue {
  color: #1a74e2;
}

.blue-underline {
  border-bottom: 2px solid #1a74e2;
}

html {
  font-size: 100%;
  box-sizing: border-box;
  direction: rtl;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.side-menu {
  width: 60vw;
  height: 100vh;
  background-color: #005ac7;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: -100%;
  display: flex;
  justify-content: center;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.side-menu ul {
  margin-top: 2rem;
}

.side-menu ul li {
  margin: .8rem 0;
  text-align: center;
}

.side-menu ul li a {
  font-family: "Vazir";
  font-size: 1rem;
  color: #ffffff;
}

.navigation {
  width: 100%;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-family: "Vazir";
  font-size: 1.2rem;
  color: #ffffff;
}

.navigation .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.navigation .container ul {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.navigation .container ul li {
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  position: relative;
  margin: 0 1rem;
}

.navigation .container ul li:last-child {
  height: 35px;
  display: none;
  flex-flow: column wrap;
  justify-content: space-between;
  cursor: pointer;
  z-index: 101;
}

.navigation .container ul li:last-child .line {
  width: 40px;
  height: 3px;
  background-color: #1a74e2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.navigation .container ul li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #1a74e2;
  position: absolute;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.navigation .container ul li:hover::after {
  width: 100%;
}

.navigation .container ul li a {
  font-family: "Vazir";
  font-size: 1.2rem;
  color: #ffffff;
}

.header-text-center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

.header-text-center .header-title {
  font-family: "shabnam";
  font-size: 3.5rem;
  color: #ffffff;
  width: auto;
  margin-bottom: 2rem;
  letter-spacing: 8px;
}

.header-text-center .header-desc {
  font-family: "Vazir";
  font-size: 1.5rem;
  color: #ffffff;
}

.arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  animation: arrowMove 1.5s infinite;
  -webkit-animation: arrowMove 1.5s infinite alternate;
}

.arrow .arrow-item {
  width: 20px;
  height: 20px;
}

@keyframes arrowMove {
  to {
    bottom: 5px;
  }
}

.title {
  font-family: "Vazir";
  font-size: 1.5rem;
  color: #000000;
}

.desc {
  font-size: 0.9rem;
  text-align: justify;
}

.image-left {
  width: 100%;
  height: 100%;
}

.statistics {
  width: 100%;
  height: max-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
}

.statistics .item {
  width: 20%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
}

.about-us-anchor {
  width: max-content;
  padding: 0.2rem 1rem;
  color: white;
  background-color: #1a74e2;
  border: none;
  outline: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.service {
  width: 32.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service:hover .overlay {
  opacity: 0;
}

.service:hover .service-image {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.service:hover .overlay span {
  right: -100%;
}

.service .service-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  object-fit: cover;
}

.service .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  overflow: hidden;
}

.service .overlay span {
  position: absolute;
  right: 50%;
  transition: all 5s;
  -webkit-transition: all .6s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transform: translate(50%);
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
}

.work {
  width: 32.5%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.work:hover .overlay {
  opacity: 1;
}

.work:hover .overlay p {
  right: 10px;
}

.work:hover .work-image {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.work .work-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  object-fit: cover;
}

.work .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  overflow: hidden;
}

.work .overlay svg {
  position: absolute;
  top: 10px;
  left: 10px;
}

.work .overlay p {
  position: absolute;
  right: -100%;
  bottom: 10px;
  transition: right 0.5s;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -ms-transition: right 0.5s;
  -o-transition: right 0.5s;
}

.light-box {
  width: 100%;
  height: 100vh;
  background-color: #000000a8;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.light-box .image-box {
  width: 70%;
  height: 85%;
  display: flex;
  flex-flow: column wrap;
  position: relative;
  justify-content: space-between;
}

.light-box .image-box .close-button {
  width: 100%;
  height: max-content;
}

.light-box .image-box .close-button svg {
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.light-box .image-box .close-button svg:hover {
  color: #7e7e7e;
}

.light-box .image-box .image {
  width: 100%;
  height: 80%;
}

.light-box .image-box .image-caption {
  width: 100%;
  height: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(126, 126, 126, 0.5);
  padding: 0.5rem;
  font-family: "Vazir";
  font-size: 1rem;
  color: #ffffff;
}

.light-box .image-box .image-control {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.light-box .image-box .image-control .next svg,
.light-box .image-box .image-control .prev svg {
  color: #ffffff;
  font-size: 2rem;
}

.light-box .image-box .image-control .next svg:hover,
.light-box .image-box .image-control .prev svg:hover {
  color: #7e7e7e;
  cursor: pointer;
}

.row label {
  margin: 0 1rem;
  width: 50%;
}

.row label input {
  font-family: "Vazir";
  font-size: 0.8rem;
  color: #000000;
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  background-color: transparent;
}

.row label input:focus {
  border-bottom: 2px solid #1a74e2;
}

label {
  width: 100%;
  height: auto;
  margin: 0 1rem;
  margin-bottom: 2rem;
}

label .comment {
  font-family: "Vazir";
  font-size: 0.8rem;
  color: #000000;
  width: 100%;
  overflow: hidden;
  min-height: 1rem;
  max-height: max-content;
  padding: 0 1rem;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 2px solid gray;
}

label .comment:focus {
  border-bottom: 2px solid #1a74e2;
}

.btnsubmit {
  width: max-content;
  padding: 0.3rem 2rem;
  background-color: #ffffff;
  border: 1px solid #1a74e2;
  font-family: "Vazir";
  font-size: 1rem;
  color: #1a74e2;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  cursor: pointer;
}

.btnsubmit:hover {
  background-color: #1a74e2;
  color: #ffffff;
}

.item {
  text-align: center;
}

.item p {
  font-size: 1.1rem;
}

.item p:last-child {
  font-size: 1rem;
  color: gray;
}

.icon {
  font-size: 2rem;
  margin: 0.5rem 1rem;
  color: #808080;
  cursor: pointer;
}

.icon:hover {
  color: #1a74e2;
}

#header {
  width: 100%;
  max-height: 900px;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../image/home-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

#about-us {
  width: 100%;
  height: 500px;
  padding: 3rem 0;
  font-family: "Vazir";
  font-size: 1rem;
  color: #000000;
}

#about-us .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 0.5rem;
}

#about-us .container .right {
  width: 75%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

#about-us .container .left {
  width: 25%;
  height: 100%;
}

#services {
  width: 100%;
  height: 600px;
  padding: 3rem 0;
  font-family: "Vazir";
  font-size: 1rem;
  color: #ffffff;
}

#services .container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

#services .container .service-box {
  width: 100%;
  height: 450px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  row-gap: 0.4rem;
}

#services .container .service-box .row {
  width: 100%;
  height: calc(50% - .8rem);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#topWorks {
  width: 100%;
  height: 600px;
  padding: 3rem 0;
  font-family: "Vazir";
  font-size: 1rem;
  color: #ffffff;
}

#topWorks .container {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

#topWorks .container .work-box {
  width: 100%;
  height: 450px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  row-gap: 0.4rem;
}

#topWorks .container .work-box .row {
  width: 100%;
  height: calc(50% - .8rem);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#contact-us {
  width: 100%;
  height: max-content;
  padding: 2rem 0;
  font-family: "Vazir";
  font-size: 1rem;
  color: #000000;
}

#contact-us .container {
  display: flex;
  flex-flow: column wrap;
}

#contact-us .container .contact-us-image {
  width: 100%;
  height: 450px;
  background: url(../image/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#contact-us .container .contact-us-image p {
  width: max-content;
}

#contact-us .container .comment-box {
  margin: auto;
  padding: 1rem 3rem;
  width: 85%;
  min-height: max-content;
  background-color: #ffffff;
  margin-top: -125px;
}

#contact-us .container .comment-box #form-comment {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

#contact-us .container .comment-box #form-comment .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#contact-us .container .contact-address {
  margin-top: 1.5rem;
  width: 100%;
  height: max-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#contact-us .container .social-media {
  width: 100%;
  height: max-content;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer {
  width: 100%;
  display: flex;
  padding: 2rem 0;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #1a74e2;
}

#footer p {
  font-family: "Vazir";
  font-size: 0.8rem;
  color: #1a74e2;
}

#footer p span {
  color: red;
}
/*# sourceMappingURL=style.css.map */