@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../../_fonts/Inter-Light.eot");
  src: url("../../_fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../../_fonts/Inter-Light.woff") format("woff"), url("../../_fonts/Inter-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.aboutUs .backG {
  width: 200vw;
  margin-top: 15px;
  background: rgb(255, 255, 255);
  top: 60px;
  right: -50% !important;
  background: linear-gradient(0deg, rgb(255, 255, 255) 45%, rgb(205, 241, 255) 100%);
}
.aboutUs .projectB p::before {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #00a0dd;
}
.aboutUs .projectB p {
  font-family: "IranYekan400";
  font-size: 16px;
  font-weight: 400;
  line-height: 31.12px;
  text-align: justify;
  margin-right: 59px;
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 30px;
}

.services .section2 .seviceBox:hover {
  background-color: #d3deec;
}
.services .section2 .seviceBox:hover img {
  filter: grayscale(0);
}

.services .section2 .seviceBox {
  padding: 10px 40px;
}
.services .section2 .seviceBox .number {
  margin-bottom: 20px;
}

.projectList {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 40px;
  /* بازتاب‌های بیشتر: لایه اول */
  /* لایه دوم */
  /* لایه سوم */
  /* لایه دوم */
  /* لایه سوم */
  /* حالت هاور برای تمامی لایه‌ها */
}
.projectList .swiper-slide {
  height: 75%;
}
@media only screen and (max-width: 1300px) {
  .projectList .swiper-slide {
    height: 60%;
  }
}
.projectList .projectSlider {
  height: 100%;
  margin-top: 40px;
  padding: 0 5%;
}
.projectList .para {
  padding-right: 5%;
  direction: rtl;
}
.projectList .para h1 {
  font-family: "IranYekan300";
  font-size: 24px;
  line-height: 41.45px;
  text-align: right;
  color: #0c4da2;
}
.projectList .projectBox::after {
  content: "";
  display: inline;
  width: 1px;
  background-color: #0c4da2;
  transform: translateX(15px);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.projectList .projectBox {
  height: 100%;
  margin: 0 15px;
  position: relative;
}
.projectList .projectBox .date {
  background-color: #0c4da2;
  padding: 9px 5px;
  right: 0;
}
.projectList .projectBox .date span {
  font-style: italic;
}
.projectList .projectBox .imgS {
  width: 100%;
  height: 100%;
}
.projectList .projectBox .imgS > img {
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.5s ease;
}
.projectList .projectBox .title {
  bottom: 40px;
  right: 15px;
}
.projectList .projectBox .title h2 {
  color: #01073f;
  position: relative;
}
.projectList .projectBox .title h2::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #01073f;
  display: inline-block;
  border-radius: 100%;
  margin-left: 10px;
}
.projectList .projectNumber span {
  font-style: italic;
  font-family: "Inter";
  font-size: 80px;
  font-style: italic;
  font-weight: 200;
  line-height: 96.82px;
  color: #0c4da2;
}
.projectList .swiper-slide:nth-child(3n-1) .projectBox {
  margin-top: 38px;
  border: 1px solid #FF5C00;
}
.projectList .swiper-slide:nth-child(3n-1) .projectBox::after {
  height: calc(100% + 38px);
  top: -38px;
}
.projectList .swiper-slide:nth-child(3n) .projectBox {
  background-color: #01073f;
  margin-top: 70px;
}
.projectList .swiper-slide:nth-child(3n) .title h2 {
  color: #2BC0DD;
}
.projectList .swiper-slide:nth-child(3n) .title h2::before {
  background: #2BC0DD;
}
.projectList .swiper-slide:nth-child(3n) .projectBox::after {
  height: calc(100% + 70px);
  top: -70px;
}
.projectList .swiper-slide:nth-child(3n-2) .projectBox {
  margin-top: 0 !important;
  border: 1px solid #FF5C00;
}
.projectList .sliderSection {
  height: 80vh;
}
.projectList .infinite-mirror {
  position: relative;
  width: 300px;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.projectList .infinite-mirror img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.projectList .reflection-1 {
  position: absolute;
  /* top: 10%;
  left: 10%; */
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -1;
  transform: scale(0);
}
.projectList .reflection-2 {
  position: absolute;
  /* top: 20%;

  left: 20%; */
  width: 80%;
  height: 80%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -2;
  transform: scale(0);
}
.projectList .reflection-3 {
  position: absolute;
  /* top: 30%;
  left: 30%; */
  width: 70%;
  height: 70%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -3;
  transform: scale(0);
}
.projectList .reflection-4 {
  position: absolute;
  /* top: 10%;
  left: 10%; */
  width: 60%;
  height: 60%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -1;
  transform: scale(0);
}
.projectList .reflection-5 {
  position: absolute;
  /* top: 20%;
  left: 20%; */
  width: 50%;
  height: 50%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -2;
  transform: scale(0);
}
.projectList .reflection-6 {
  position: absolute;
  /* top: 30%;
  left: 30%; */
  width: 40%;
  height: 40%;
  background-size: cover !important;
  transition: 0.8s ease;
  z-index: -3;
  transform: scale(0);
}
.projectList .infinite-mirror:hover > img {
  transform: scale(1);
  z-index: 7;
  transition-delay: 1.1s !important;
}
.projectList .infinite-mirror:hover img {
  transform: scale(1.1);
  transition: transform 0.8s ease;
}
.projectList .infinite-mirror:hover .reflection-1 {
  transform: scale(1.1);
  z-index: 1;
  transition: transform 0.8s ease;
  transition-delay: 0.1s;
}
.projectList .infinite-mirror:hover .reflection-2 {
  transform: scale(1.1);
  z-index: 2;
  transition: transform 0.8s ease;
  transition-delay: 0.2s;
}
.projectList .infinite-mirror:hover .reflection-3 {
  transform: scale(1.1);
  z-index: 3;
  transition: transform 0.8s ease;
  transition-delay: 0.3s;
}
.projectList .infinite-mirror:hover .reflection-4 {
  transform: scale(1.1);
  z-index: 4;
  transition: transform 0.8s ease;
  transition-delay: 0.4s;
}
.projectList .infinite-mirror:hover .reflection-5 {
  transform: scale(1.1);
  z-index: 5;
  transition: transform 0.8s ease;
  transition-delay: 0.5s;
}
.projectList .infinite-mirror:hover .reflection-6 {
  transform: scale(1.1);
  z-index: 6;
  transition: transform 0.8s ease;
  transition-delay: 0.6s;
}/*# sourceMappingURL=m-style.css.map */
