@import url("https://fonts.googleapis.com/css2?family=Redressed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@font-face {
  font-family: vazir;
  src: url("/sourse/fonts/vazir-iransans/vazirPersian/Vazir-Thin-FD-WOL.eot");
  src: url("/sourse/fonts/vazir-iransans/vazirPersian/Vazir-Thin-FD-WOL.ttf") format("woff"), url("/fonts/vazir-iransans/vazirPersian/Vazir-Thin-FD-WOL.woff") format("ttf"), url("/fonts/vazir-iransans/vazirPersian/Vazir-Thin-FD-WOL.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: yekan-bakh;
  src: url("/sourse/fonts/yekan-bakh/normal.woff");
  src: url("/sourse/fonts/yekan-bakh/500.woff") format("woff"), url("/sourse/fonts/yekan-bakh/bold.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: lalezar;
  src: url("/sourse/fonts/Lalezar.woff") format("woff");
  font-weight: 100;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.smooth-scroll {
  overflow: auto;
  height: 100vh !important;
  padding: 0 !important;
}

::-webkit-scrollbar {
  width: 0px !important;
}

* {
  cursor: none !important;
}

body {
  overflow: hidden;
}

::-moz-selection {
  background-color: transparent;
}

::selection {
  background-color: transparent;
}

.product-contents {
  display: none;
}

.project-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background: linear-gradient(165deg, #2a2614fa, #100801f7);
  -webkit-perspective: 50px;
          perspective: 50px;
}

.project-details .back-line {
  position: absolute;
  top: 15%;
  height: 70%;
  width: 300px;
  left: 10vw;
  background-color: #dbdbdb;
  -webkit-transform-origin: left;
          transform-origin: left;
  background: linear-gradient(165deg, #a3843f, #9d936f);
}

@media screen and (max-width: 768px) {
  .project-details .back-line {
    top: 0;
    height: 20%;
    width: 100%;
    left: 0;
  }
}

.project-details .back-line .close {
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
}

@media screen and (max-width: 768px) {
  .project-details .back-line .close {
    width: 40px;
    left: 9%;
    top: 50%;
  }
}

.project-details .cover-img {
  position: absolute;
  width: 20%;
  max-width: 200px;
  min-width: 150px;
  min-height: 150px;
  height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 22vw;
  -webkit-box-shadow: -15px 0px 55px -20px rgba(36, 36, 36, 0.644);
          box-shadow: -15px 0px 55px -20px rgba(36, 36, 36, 0.644);
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .project-details .cover-img {
    top: 17%;
    width: 40%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}

.project-details .box-details {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 100px 100px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .project-details .box-details {
    position: absolute;
    right: 0;
    width: 100%;
    height: 80%;
    padding: 80px 10px 10px 10px;
    text-align: right;
    top: 20%;
  }
}

.project-details .box-details .content {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 30px 0 0;
  text-align: justify;
}

.project-details .box-details .content .scrollbar-track-y {
  width: 3px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-color: transparent;
}

.project-details .box-details .content .scrollbar-track-y:hover {
  width: 8px;
}

.project-details .box-details .content .scrollbar-track-y .scrollbar-thumb {
  width: 100%;
  border-radius: 0;
  background-color: #a0a0a0;
}

.project-details .box-details .content div.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.project-details .box-details .content div.title img {
  position: relative;
  width: 50px;
  height: 50px;
}

.project-details .box-details .content div.title h2.title {
  position: relative;
  font-family: vazir;
  font-size: 25px;
  color: #f9f9f9;
  font-weight: 100;
  margin-right: 20px;
  text-align: right;
}

.project-details .box-details .content p {
  color: #d9d9d9;
  font-family: vazir, "Josefin Sans", sans-serif;
  line-height: 30px;
}

.project-details .box-details .content .link {
  position: relative;
  font-size: 25px;
  font-family: 'Josefin Sans';
  text-decoration: none;
  color: #9d926d;
  margin: 0 40px 0 0;
}

.project-details .box-details .content .link:hover::before {
  opacity: 1;
}

.project-details .box-details .content .link::before {
  content: "";
  position: absolute;
  right: -40px;
  background-image: url("/sourse/icons/link2.png");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.project-details .box-details .content .owl-carousel {
  margin: 50px 0;
}

.project-details .box-details .content .owl-carousel .item:hover .zoom {
  opacity: 1;
}

.project-details .box-details .content .owl-carousel .item > img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-details .box-details .content .owl-carousel .item .zoom {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #000000b9;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .project-details .box-details .content .owl-carousel .item .zoom {
    opacity: 1;
  }
}

.project-details .box-details .content .owl-carousel .item .zoom img {
  width: 25px;
}

.project-details .box-details .content .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  pointer-events: none;
}

.project-details .box-details .content .owl-carousel .owl-nav button {
  background-color: #00000045;
  width: 40px;
  /* margin: 0 10px; */
  height: 100%;
  pointer-events: visible;
  border-radius: 0;
  color: white;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.project-details .box-details .content .margin-10 {
  width: 100%;
  margin: 10px;
}

.project-details .box-details .content .margin-20 {
  width: 100%;
  margin: 20px;
}

.project-details .box-details .content .margin-30 {
  width: 100%;
  margin: 30px;
}

.project-details .box-details .content .margin-100 {
  width: 100%;
  margin-bottom: 100px;
}

.project-details .show-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.project-details .show-image img {
  max-width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .project-details .show-image img {
    max-height: 95%;
  }
}

.project-details .show-image .close {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: whitesmoke;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}

.my-cursor {
  width: 100px;
  height: 100px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  border: 1px solid #e3e9e9;
  border-radius: 100%;
  z-index: 50;
  pointer-events: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.my-cursor img {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
}

.my-cursor .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #e3e9e9;
}

.loading-changeNav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.loading-changeNav .right {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #866E46;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.loading-changeNav .left {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #141414;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.loading-changeNav .target {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  opacity: 0;
}

.loading-changeNav .shape {
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.loading-changeNav .shape1 {
  position: absolute;
  top: 40%;
  left: 40%;
  background-color: #866E46;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape2 {
  position: absolute;
  top: 60%;
  left: 60%;
  background-color: #141414;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape3 {
  position: absolute;
  top: 60%;
  left: 40%;
  width: 50px;
  height: 50px;
  background-color: #866E46;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape4 {
  position: absolute;
  top: 40%;
  left: 60%;
  width: 50px;
  height: 50px;
  background-color: #141414;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape5 {
  position: absolute;
  top: 50%;
  left: 30%;
  background-color: #866E46;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape6 {
  position: absolute;
  top: 50%;
  left: 70%;
  background-color: #141414;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape7 {
  position: absolute;
  top: 33%;
  left: 50%;
  background-color: #141414;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading-changeNav .shape8 {
  position: absolute;
  top: 67%;
  left: 50%;
  background-color: #866E46;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.logo {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  z-index: 1;
  color: #d8d8d8;
}

.nav {
  position: absolute;
  z-index: 20;
  color: #d8d8d8;
  right: 30px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
}

.nav .nav-item {
  position: relative;
  margin: 15px 0;
  font-size: 13px;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-family: "Josefin Sans", sans-serif;
  overflow: visible;
}

.nav .nav-item:hover span {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
  opacity: 1;
}

.nav .nav-item span {
  position: absolute;
  right: 30px;
  bottom: -3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
  pointer-events: none;
  font-family: vazir;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav .active-arm {
  position: absolute;
  /* background-color: #6e6a62; */
  border: 1px solid;
  width: 30px;
  height: 30px;
  /* padding: 20px; */
  left: 7px;
  top: 6px;
  border-radius: 40%;
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
    visibility: hidden;
  }
}

.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  background: black;
}

.main .section-intro {
  position: relative;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.main .section-intro .text {
  position: absolute;
  top: 50%;
  font-family: lalezar;
  z-index: 2;
  color: #d8d8d8;
  font-size: 20px;
  font-weight: 100;
  text-shadow: 0px 0px 6px #000000;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .main .section-intro .text {
    width: 130px;
  }
}

.main .section-intro h1.text {
  left: 20%;
}

@media screen and (max-width: 768px) {
  .main .section-intro h1.text {
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
  }
}

.main .section-intro p.text {
  position: absolute;
  right: 20%;
  left: auto;
}

@media screen and (max-width: 768px) {
  .main .section-intro p.text {
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 140px;
  }
}

.main .section-intro .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .section-intro .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.main .section-intro .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .section-intro .details .letter {
  position: relative;
  width: 400px;
  height: 400px;
}

.main .section-intro .details .letter .letter-back {
  position: absolute;
  width: 300px;
  height: 300px;
}

.main .section-intro .details .letter .letter-back svg {
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  position: absolute;
  stroke: black;
  overflow: visible;
}

.main .section-intro .details .letter .letter-back svg path {
  -webkit-transform: translate(65, 50);
          transform: translate(65, 50);
  stroke: white !important;
  stroke-width: 50;
  fill: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.main .section-intro .details .letter .letter-mid {
  position: absolute;
  width: 300px;
  height: 450px;
  background-color: white;
  -webkit-mix-blend-mode: darken;
  mix-blend-mode: darken;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.main .section-intro .details .letter .letter-mid svg {
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  position: absolute;
  stroke: black;
  overflow: visible;
}

.main .section-intro .details .letter .letter-mid svg path {
  -webkit-transform: translate(65, 50);
          transform: translate(65, 50);
  stroke: black !important;
  stroke-width: 50;
  fill: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.main .section-intro .details .letter .letter-mid .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 425px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-mix-blend-mode: lighten;
  mix-blend-mode: lighten;
  overflow: hidden;
}

.main .section-intro .details .letter .letter-mid .video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.082);
}

.main .section-intro .details .letter .letter-mid .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main .section-intro .details .letter .letter-back,
  .main .section-intro .details .letter .letter-mid {
    left: 15px;
    top: -60px;
  }
}

.main .section-intro .box-shadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 145px 130px black;
          box-shadow: 0px 0px 145px 130px black;
}

.main .section-intro .scroll-down {
  opacity: 0.8;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .main .section-intro .scroll-down {
    bottom: 10%;
  }
}

.main .section-intro .scroll-down img {
  width: 50px;
}

.main .portfolio {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.main .portfolio .progress {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3em;
  width: 50%;
  background-color: #a5a086;
}

.main .portfolio .counter {
  position: absolute;
  right: 14%;
  top: 27%;
  font-family: "Josefin Sans", sans-serif;
  font-size: 8rem;
  color: #1f1f1f;
}

@media screen and (max-width: 1000px) {
  .main .portfolio .counter {
    right: 9%;
  }
}

@media screen and (max-width: 768px) {
  .main .portfolio .counter {
    display: none;
  }
}

.main .portfolio .counter .total {
  font-size: 3rem;
  color: #d1d1d1;
}

.main .portfolio .counter .count {
  position: absolute;
  bottom: -21px;
  right: 100%;
  color: #cdb071;
}

@media screen and (max-width: 480px) {
  .main .portfolio .prg-1 {
    top: 48%;
    left: 5%;
    width: 30%;
    height: 10px;
    background-color: #a3ad98;
  }
  .main .portfolio .prg-2 {
    top: 50%;
    left: 5%;
    width: 50%;
    height: 20px;
    z-index: 2;
    background-color: #c4c4c4;
  }
  .main .portfolio .prg-3 {
    top: 52%;
    left: 5%;
    width: 20%;
    height: 10px;
    background-color: #ad9898;
  }
}

.main .portfolio .title-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 100px;
          perspective: 100px;
  z-index: 5;
}

.main .portfolio .title-portfolio img {
  width: 300px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main .portfolio .title-portfolio img {
    width: 40%;
  }
}

.main .portfolio .title-portfolio .shape {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 22px;
  background-color: #a88c5b;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  .main .portfolio .title-portfolio .shape {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}

.main .portfolio .title-portfolio .shape1 {
  left: 32%;
}

.main .portfolio .title-portfolio .shape2 {
  right: 34%;
}

.main .portfolio .portfolio-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.main .portfolio .portfolio-item .item-right {
  bottom: 44vh;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-right {
    top: 10vh;
  }
}

.main .portfolio .portfolio-item .item-right .img {
  right: calc(50% - 200px - 15px);
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-right .img {
    top: 20%;
  }
}

.main .portfolio .portfolio-item .item-right .text {
  right: calc(50% + 15px);
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-right .text {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 20%;
  }
}

.main .portfolio .portfolio-item .item-left {
  top: 44vh;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-left {
    bottom: 10vh;
  }
}

.main .portfolio .portfolio-item .item-left .img {
  right: calc(50% + 15px);
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-left .img {
    top: 25%;
  }
}

.main .portfolio .portfolio-item .item-left .text {
  right: calc(50% + 200px + 45px);
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item-left .text {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: 25%;
  }
}

.main .portfolio .portfolio-item .item {
  position: absolute;
  height: 45vh;
  width: 100%;
  max-height: 345px;
}

.main .portfolio .portfolio-item .item .img {
  position: absolute;
  width: 200px;
  height: 100%;
  -webkit-perspective: 200px;
          perspective: 200px;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .item .img {
    width: 70%;
    left: 15%;
    height: 54%;
    opacity: 0.1;
    display: none;
  }
}

.main .portfolio .portfolio-item .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .portfolio .portfolio-item .item .text {
  position: absolute;
  width: 200px;
  text-align: right;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.main .portfolio .portfolio-item .item .text .head {
  font-family: vazir;
  -webkit-transform-origin: 102% 0% 50px;
          transform-origin: 102% 0% 50px;
  color: #222;
  font-size: 20px;
}

.main .portfolio .portfolio-item .item .text .details {
  margin-top: 10px;
  font-family: vazir, "Josefin Sans", sans-serif;
  -webkit-transform-origin: 102% 0% 50px;
          transform-origin: 102% 0% 50px;
  direction: rtl;
  text-align: justify;
}

.main .portfolio .portfolio-item .box-title {
  position: absolute;
  right: 30%;
  bottom: 27%;
  -webkit-perspective: 100px;
          perspective: 100px;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .box-title {
    bottom: 15%;
  }
}

.main .portfolio .portfolio-item .box-title .title {
  position: absolute;
  right: 0;
  font-family: lalezar;
  font-size: 35px;
  color: #222;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .box-title .title {
    font-size: 24px;
  }
}

.main .portfolio .portfolio-item .box-title .title img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .box-title .title img {
    width: 140px;
  }
}

.main .portfolio .portfolio-item .box-title .logo-title {
  width: 100px;
  height: 100px;
  overflow: inherit;
  position: absolute;
  top: -24px;
  right: -30%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .main .portfolio .portfolio-item .box-title .logo-title {
    top: -32px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.main .portfolio .portfolio-item .box-title .logo-title circle {
  fill: #d8d8d8;
  paint-order: fill;
  fill-rule: evenodd;
  fill-opacity: 0;
  stroke: #a88c5b;
  stroke-width: 30px;
  stroke-miterlimit: 1;
  stroke-dasharray: 0px 1000;
}

.main .projects {
  position: relative;
  width: 100%;
  height: 100vh;
}

.main .projects .head-projects {
  position: relative;
  top: -9%;
  text-align: center;
  /* left: 50%; */
  /* margin: auto; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .main .projects .head-projects {
    top: 0;
  }
}

.main .projects .head-projects h2 {
  position: relative;
  font-size: 60px;
  color: #f9f9f9;
  text-align: center;
  z-index: 3;
  font-family: 'lalezar';
  margin: 0 10px;
}

.main .projects .head-projects img {
  position: relative;
  top: 73px;
}

@media screen and (max-width: 480px) {
  .main .projects .head-projects img {
    width: 50%;
  }
}

@media screen and (min-width: 481px) {
  .main .projects .head-projects img {
    width: 35%;
  }
}

@media screen and (min-width: 900px) {
  .main .projects .head-projects img {
    width: 20%;
  }
}

.main .projects .logo-title {
  position: absolute;
  top: 50px;
  left: 10%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.main .projects .slider {
  top: 30%;
}

.main .projects .slider .slider-progress {
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* z-index: 9; */
}

.main .projects .slider .img {
  width: 100%;
  height: 100%;
}

.main .projects .slider .show-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .projects .slider .show-details img {
  width: 50px;
  height: 50px;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.main .projects .slider .show-details .btn-show {
  fill: #b9b9b90d;
  paint-order: fill;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 2px;
  /* stroke-miterlimit: 1; */
  stroke-dasharray: 0px 1000;
  z-index: 4;
}

.main .projects .slider .show-details .title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Josefin Sans", sans-serif;
  font-size: 23px;
  font-weight: 100;
  color: #dddddd;
  z-index: 2;
}

.main .projects .slider .show-details .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1410007a;
}

.main .line-animation {
  width: 100%;
  padding: 20vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .line-animation .box-line {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.main .line-animation .box-line .line {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.main .line-animation .box-line .line .part {
  margin: 0 60px;
}

.main .line-animation .box-line .line .part .ramilan {
  width: 400px;
}

.main .line-animation .box-line .line .part .ramilan .cls-1 {
  fill: #bfbfbf;
}

.main .line-animation .box-line .line .part .ramilan .cls-2 {
  fill: #722932;
}

@media screen and (max-width: 480px) {
  .main .line-animation {
    padding: 0 0;
  }
  .main .line-animation .box-line .line .part {
    margin: 0 70px;
  }
  .main .line-animation .box-line .line .part .ramilan {
    width: 420px;
  }
  .main .line-animation .box-line .line .d-none {
    display: none;
  }
}

.main .about-us {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 123vh;
}

@media screen and (max-width: 768px) {
  .main .about-us {
    margin: 0 0 0px 0;
    min-height: 200vh;
  }
}

.main .about-us .content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0px 0 0 0;
}

.main .about-us .content .box-images {
  position: absolute;
  right: 80px;
  height: 100%;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-images {
    width: 100%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .main .about-us .content .box-images {
    right: -40px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.main .about-us .content .box-images .img-1 {
  position: absolute;
  right: 100px;
  top: 70px;
  width: 200px;
  height: 350px;
  background-color: black;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-images .img-1 {
    right: 0px;
  }
}

.main .about-us .content .box-images .img-2 {
  position: absolute;
  right: calc(100px + 200px + 20px);
  top: 150px;
  width: 200px;
  height: 350px;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-images .img-2 {
    right: calc(0px + 200px + 20px);
  }
}

.main .about-us .content .box-images .line-space {
  position: absolute;
  right: 100px;
  top: calc(350px + 30px + 60px);
  width: 200px;
  height: calc(150px - 30px - 60px);
  background-color: #761822;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-images .line-space {
    right: 0px;
  }
}

.main .about-us .content .box-images .img-3 {
  position: absolute;
  top: calc(350px + 30px + 20px + 100px + 20px);
  right: calc(100px + 60px);
  width: 300px;
  height: 130px;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-images .img-3 {
    right: calc(0px + 60px);
  }
}

.main .about-us .content .box-images .alarm {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #252525;
  opacity: 0;
  border-radius: 8px;
  overflow: visible;
}

.main .about-us .content .box-images .alarm span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.main .about-us .content .box-images .alarm-repeat {
  position: absolute;
  top: inherit;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #04040463;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: inherit;
  overflow: visible;
}

.main .about-us .content .box-images .name1 {
  position: absolute;
  width: 166px;
  left: 73%;
  top: 64%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.main .about-us .content .box-images .name2 {
  position: absolute;
  width: 190px;
  left: -60%;
  top: 25%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
}

.main .about-us .content .box-details {
  position: absolute;
  left: 80px;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-details {
    width: 100%;
    left: 0px;
    top: 80%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1180px) {
  .main .about-us .content .box-details {
    left: 0px;
  }
}

.main .about-us .content .box-details .aboutus-title {
  position: relative;
  left: 50%;
  margin-top: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-details .aboutus-title {
    width: 130px;
  }
}

.main .about-us .content .box-details .aboutus-text {
  position: relative;
  margin: 20px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  height: 329px;
  text-align: justify;
  color: #d8d8d8;
  font-family: vazir, "Josefin Sans", sans-serif;
  direction: rtl;
  overflow-y: scroll;
  padding: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-details .aboutus-text {
    width: 65%;
  }
}

.main .about-us .content .box-details .aboutus-text .scrollbar-track-y {
  width: 3px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.main .about-us .content .box-details .aboutus-text .scrollbar-track-y:hover {
  width: 8px;
}

.main .about-us .content .box-details .aboutus-text .scrollbar-track-y .scrollbar-thumb {
  width: 100%;
  border-radius: 0;
  background-color: #9e313d;
}

.main .about-us .content .box-details .conectionUs-title {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  margin: 40px 0 0 0;
}

.main .about-us .content .box-details .social-media {
  width: 50%;
  margin: 20px 0;
  /* left: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background: red; */
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  position: relative;
}

.main .about-us .content .box-details .social-media a {
  border: 1px solid transparent;
  border-radius: 100px;
  -webkit-transition: border 0.4s ease-out;
  transition: border 0.4s ease-out;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .about-us .content .box-details .social-media a:hover {
  border: 1px solid whitesmoke;
}

.main .about-us .content .box-details .social-media a img {
  width: 30px;
  opacity: 0.7;
  pointer-events: none;
}

.main .about-us .content .box-details .phoneNumber {
  width: 50%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  position: relative;
  color: white;
  font-family: 'yekan-bakh';
  color: #d6d6d6;
  cursor: default;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main .about-us .content .box-details .phoneNumber span {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .main .line-animation-2 {
    margin-top: 20vh;
  }
}

.main .myWorld {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

.main .myWorld .slider {
  overflow-x: visible !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main .myWorld .slider .slide-img::-moz-selection {
  background: none;
  color: none;
}

.main .myWorld .slider .slide-img::selection {
  background: none;
  color: none;
}

.main .myWorld .slider .slide-img img::-moz-selection {
  background: none;
  color: none;
}

.main .myWorld .slider .slide-img img::selection {
  background: none;
  color: none;
}

.main .myWorld .welcomeToMyWorld {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .main .myWorld .welcomeToMyWorld {
    width: 200px;
    top: 20%;
    -webkit-filter: none;
            filter: none;
  }
}

.background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00000094;
}

h1.text::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 54px;
  opacity: 0.5;
  height: 175px;
  background-color: #5e9c9fc2;
  z-index: -1;
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  h1.text::before {
    width: 34px;
    height: 90px;
  }
}

p.text::before {
  content: "";
  position: absolute;
  right: 0px;
  width: 54px;
  opacity: 0.5;
  height: 175px;
  background-color: #ffbe5d96;
  z-index: -1;
  top: -30px;
}

@media screen and (max-width: 768px) {
  p.text::before {
    width: 34px;
    height: 90px;
  }
}

.panel {
  height: 100vh;
  width: 100%;
}

.circle {
  paint-order: fill;
  fill-rule: evenodd;
  fill-opacity: 0;
  stroke-miterlimit: 1;
  overflow: visible;
}

.circle-1 {
  fill: #d8d8d8;
  stroke-dasharray: 0px 10000;
  stroke-width: 20px;
  stroke: #635033;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  z-index: 100;
  background: #0a0a0a;
  overflow: hidden;
}

.loading #wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .loading #wrapper {
    width: 170px;
  }
}

.loading .path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 5s linear infinite;
          animation: dash 5s linear infinite;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  90% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 2000;
  }
  90% {
    stroke-dashoffset: 0;
  }
}

.loading .path2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash2 5s linear infinite;
          animation: dash2 5s linear infinite;
}

@-webkit-keyframes dash2 {
  60% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash2 {
  60% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

ul {
  padding: 0;
}

li {
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
  /* &:nth-child(1) button {
                    background: #F3FFBD;
                }
                &:nth-child(2) button {
                    background: #247BA0;
                }
                &:nth-child(3) button {
                    background: #FF1654;
                } */
}

button {
  position: relative;
  background: rebeccapurple;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 5px solid white;
  color: white;
  font-family: Verdana;
  font-weight: bold;
  font-size: 50px;
  cursor: pointer;
  padding: 0;
}
/*# sourceMappingURL=style.css.map */