@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Yekan\ Bakh\ FA\ 04\ Regular.eot");
  src: url("../fonts/Yekan\ Bakh\ FA\ 04\ Regular.eot?#iefix") format("embedded-opentype"), /* IE6-8 */ url("../fonts/Yekan\ Bakh\ FA\ 04\ Regular.woff") format("woff"),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("../fonts/Yekan\ Bakh\ FA\ 04\ Regular.ttf") format("truetype");
}

@font-face {
  font-family: Yekan;
  src: url("../fonts/Yekan\ Bakh\ FA\ 06\ Bold.eot");
  src: url("../fonts/Yekan\ Bakh\ FA\ 06\ Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Yekan\ Bakh\ FA\ 06\ Bold.woff") format("woff"), url("../fonts/Yekan\ Bakh\ FA\ 06\ Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}


body, html{
    cursor: none;
    position: relative;
    padding: 0;
    margin: 0;
}
body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.row {
  width: 100%; /* یا 100vw */
  margin: 0;
}
.main{
      width: 100vw;
    height: 100vh;
}
body .cursor {
    pointer-events: none;
  }
  
  body .cursor__ball {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    mix-blend-mode: difference;
    z-index: 1000;
  }
  
  body .cursor__ball circle {
    fill: #f7f8fa;
    background-position: center center;
  }
  @media (pointer: coarse) {
    body .cursor__ball {
      display: none;
    }
  }
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 1;
}
.video-bg-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: .5;
}
.view-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-bg ,.project-bg-mo{
    width: 100%;
}
.project-bg-mo{display: none ;}
.project-bg{display: block }
.content {
    position: relative;
    z-index: 1;
    color: white;
    padding-top: 15px;
}
.arrow-menu {
  background-color: black;
  border-radius: 35px;
  height: 48px;
  color: black;
  width: 48px;
  line-height: 48px;
  text-align: center;
  position: relative;
  transition: all 1s ease; /* Smooth slide transition */
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px; /* Space inside the menu */
  white-space: nowrap; /* Prevent text wrapping */
}

.arrow-menu a {
  text-decoration: none;
  color: white;
  display: inline-block;
  opacity: 0;
  transition: opacity 1.5s ease;
  border-right: 1px solid transparent; /* Default hidden */
  padding-right: 10px; /* Space between text and border */
  display: none;
}

.arrow-menu a.svg {
  opacity: 1;
  padding: 0;
  text-align: center;
}

.arrow-menu span.svg svg {
  margin-right: -5px;
} 

.arrow-menu a.hide {
  border-color: transparent; /* Make border invisible by default */
}

.arrow-menu.hover-active { /* Add hover-active for touch devices */
  width: 400px; /* Expand width on hover or touch */
  transform: translateX(0); /* Slide to original position */
}

.arrow-menu.hover-active a {
  opacity: 1; /* Fade in the text */
  transform: translateX(0); /* Slide to original position */
  display: inline-block;
}

.arrow-menu.hover-active a.hide {
  border-right: 1px solid black; /* Show border on hover or touch */
}
.left-arrow{
    margin-right: 30px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #BEBEBE;

}
.right-arrow{
    margin-left: 30px;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #BEBEBE;
}
.arrow-menu .active>.right-arrow,.arrow-menu .active>.left-arrow{
    color:#828282
  }
header{ z-index: 2;}
.headerDark .arrow-menu{
  background-color: #000000D9;
}
.contact_iframe{
  width: 100%;
  height: 100vh;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.pulse-circle {
  width: 20px; /* Diameter of the circle */
  height: 20px; /* Diameter of the circle */
  border-radius: 50%; /* Makes the div a circle */
  z-index: 1;
  box-shadow: 0px 0px 1px 1px #0000001a;
  animation: pulse-animation 2s infinite;
}
.pulse-circle::after {
  content: ''; /* Required to display the pseudo-element */
  width: 4px; /* Diameter of the dot */
  height: 4px; /* Diameter of the dot */
  background-color: #000000; /* Dot color */
  border-radius: 50%; /* Makes the dot a circle */
  position: absolute; /* Positions the dot relative to the parent */
  left: 50%; /* Centers the dot */
  top: 50%; /* Places the dot below the circle */
  transform: translate(-50%, 0); /* Adjusts the position to center horizontally */
}
@keyframes pulse {
  0% {
      transform: scale(1);  
      opacity: 1;
  }
  50% {
      transform: scale(1.2); /* Scales the circle up */
      opacity: 0.7; /* Reduces opacity */
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

/*
.type1{
  background-color:#000000;
}
.type2{
  background-color: #000000;
}

.type4{
  background-color: #000000;
}
.type5{
  background-color: #000000;
}
.type3{
  background-color: #000000;
}*/

.sliding-div {
  position: fixed;
  top: 20%; /* Center vertically */
  left: -440px; /* Start off-screen */
  width: 440px; /* Width of the sliding div */
  background-color: #000000BF;
  color: white;
  padding: 20px 10px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: left 1.5s ease; /* Smooth slide transition */
  border-radius: 0 45px 45px 0;
  text-align: right;
  direction: rtl;
  font-family: Yekan;
  font-size: 13px;
}
.sliding-type {
  position: fixed;
  bottom:  20%; /* Center vertically */
  left: 0; /* Start off-screen */
  width: 440px; /* Width of the sliding div */
  background-color: #000000BF;
  color: white;
  padding: 20px 10px 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: left 1.5s ease; /* Smooth slide transition */
  border-radius: 0 15px 15px 0;
  text-align: right;
  direction: rtl;
  font-family: Yekan;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sliding-div ul{
  padding: 10px 30px;
  list-style: none;
}
.close-div{
  margin-right: 20px;
}
.showmore{
  margin-right: 30px;
  padding:5px 10px;
  border: 1px white solid;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  color: white;
  text-decoration: none;
}
.showmore2{
  margin-right: 30px;
  padding:5px 10px;
  border: 1px black solid;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  color: black;
  text-decoration: none;
}
.showmore1{
  margin: 0 10px ;
  padding:5px 10px;
  border: 2px white solid;
  font-size: 14px;
  text-align: center;
}
.showmore1.active{
  margin: 0 10px ;
  padding:5px 10px;
  border: 1px green solid;
  font-size: 14px;
  text-align: center;
}
.sliding-div ul li{
  padding:2px 0;

}
.sliding-div .a{
font-weight: 400;
padding-right: 20px;

}
.sliding-div .q{
font-weight: 500;
color: #BEBEBE;
width: 60px;
  display: inline-block;

}
.sliding-div.slide-left {
  left: 0; /* Adjust this value to control the slide distance */
}

.loadingDiv{
width: 100vw;
height: 100vh ;
z-index: 10000;
position: fixed;
top: 0;
right: 0;
opacity: 1; 
transition: opacity 2s ease; 
background-color: #2d2d2d;
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */

}
.loadingDiv img {
  width: 100%;
  height: auto;
}





  [data-reveal="content"] {
    display: inline-block;
    position: relative;
  }
  [data-reveal="cover"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
  }
  [data-reveal="text"] {
    opacity: 0;
  }
  [data-js="reveal"].loaded [data-reveal="cover"] {
    -webkit-animation: reveal-cover 1.5s ease-in-out;
            animation: reveal-cover 1.5s ease-in-out;
  }
  [data-js="reveal"].loaded [data-reveal="text"] {
    opacity: 1;
    -webkit-animation: reveal-text 1.5s ease-in-out;
            animation: reveal-text 1.5s ease-in-out;
  }
  @-webkit-keyframes reveal-cover {
    0% {
      width: 0;
      left: 0;
    }
    44% {
      width: 100%;
      left: 0;
    }
    54% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes reveal-cover {
    0% {
      width: 0;
      left: 0;
    }
    44% {
      width: 100%;
      left: 0;
    }
    54% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @-webkit-keyframes reveal-text {
    0% {
      opacity: 0;
    }
    44% {
      opacity: 0;
    }
    54% {
      opacity: 1;
    }
  }
  @keyframes reveal-text {
    0% {
      opacity: 0;
    }
    44% {
      opacity: 0;
    }
    54% {
      opacity: 1;
    }
  }
  .video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    text-align: right;
}
  .textView{
width: 50vw;
height: 100vh;
background: #303030;
float: right;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-family: Yekan;
font-size: 16px;
text-align: right;
  }
  .textView ul{
    width: 80%;
    list-style: none;
  }
  .textView p{
    margin-bottom: 3px ;
    font-size: 14px;
    font-weight: 500;

  }
  .textView1{
    height: 100vh;
    background: #303030;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: Yekan;
    font-size: 16px;
    text-align: right;
      }
      .textView1 ul{
        width: 80%;
        list-style: none;
      }
      .textView1 p{
        margin-bottom: 3px ;
        font-size: 14px;
        font-weight: 500;
    
      }
  .imageView{
    width: 50vw;
    height: 100vh;
    background: #000000;
    float: left;
    font-family: Yekan;
    font-size: 16px;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .innerData{
    direction: rtl;
  }
  .innerData h1{
    font-size: 16px;
    margin-bottom: 40px;
  }
  .gallery{
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
.gallery img{
  display: inline-block;
  margin: 5px;
  width: 100%;
}



#filterList {
  position: fixed;
  left: -150px; /* Hidden off-screen */
  width: 200px;
  height: auto;
  transition: left 0.3s ease;
  z-index: 1000;
  bottom:10%
}


#filterList.show {
  left: 0; /* Slide in */
}

#ُShowMore {
  position: fixed;
  left: -50px; /* Hidden off-screen */
  width: 215px;
  height: auto;
  transition: left 0.3s ease;
  z-index: 1000;
  top:70%
}
#ُShowMore .filter-icon {
  font-family: Yekan !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1010;
  width: 200px;
  height: 100px;
  border-radius: 0 10px 10px 0;
  background-color: #000000BF;
  padding: 10px 30px 10px 0;
  text-align: right;
  color: white;
  line-height: 80px;
  bottom: 10%;
}
.filter-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1010;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  background-color: #000000BF;
  padding: 10px;
  bottom:   16px;

}
#ُShowMore .filter-icon-mobile {
  font-family: Yekan !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1010;
  width: 200px;
  height: 100px;
  border-radius: 0 10px 10px 0;
  background-color: #000000BF;
  padding: 10px 30px 10px 0;
  text-align: right;
  color: white;
  line-height: 80px;
  bottom:   16px;

}
.filter-icon-mobile {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1010;
  width: 50px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  background-color: #000000BF;
  padding: 10px;
  bottom:   16px;

}
.filter{
  background-color: #000000BF;
  font-family: yekan;
  padding: 10px;
}
.filter li{
  border-bottom: 1px solid #767676bf;
}
.filter li.last{
  border-bottom: 0;
}
.hidetypes.active{
  color: green !important;
}
.hidetypesmobile.active{
  color: green !important;
}



/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d9d9d9;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #838383;
  border-radius: 0;
}
.dm{display: none ;}
.dv{display: block }
#filterListMobile {
  display: none
}
.slide-box {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slide {
  width: 100%;
  aspect-ratio: 1 / 1; /* مربع بودن اسلاید */
  background-color: #007bff;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 8px;
}

.text-box {
  padding: 2rem;
}
.text-justify{
  text-align: justify;
  direction: rtl;
  font-family: Yekan;

}
.svg1 {
	position: absolute; 
	width: 100%; height: 100%;
}
.svg1 text {
	text-transform: uppercase;
	animation: stroke 5s infinite alternate;
	stroke-width: .5;
	stroke: white;
	font-size: 60px;
}
@keyframes stroke {
	0%   {
		fill: rgba(72,138,20,0); stroke: white;
		stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 1;
	}
	70%  {fill: rgba(72,138,20,0); stroke: white; }
	80%  {fill: rgba(72,138,20,0); stroke: white; stroke-width: 2; }
	100% {
		fill: white; stroke: rgba(54,95,160,0); 
		stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
	}
}
@media screen and (max-width: 768px) {
  .svg1 text {
    font-size: 100px;
  }
  .dv{display: none ;}
  .dm{display: block ;}
  .project-bg-mo{display: block ;}
.project-bg{display: none }
  #filterList {
    top:50%;
    display: none;
  }
  #filterListMobile {
    position: fixed;
    left: -150px; /* Hidden off-screen */
    width: 200px;
    height: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    bottom:10%;
    display: block;
  }
  #filterListMobile.show {
    left: 0; /* Slide in */
  }
  .sliding-div {
    position: fixed;
    top: 10%; /* Center vertically */
    left: -300px; /* Start off-screen */
    width: 300px; /* Width of the sliding div */
  }
  .md-border-0{
    border:0 !important;
    }
    .sliding-div .w-50{
      width: 100% !important;
    }
    .sliding-div ul {
      padding: 0 30px;
      list-style: none;
    }
    .scrollable-md {
      overflow-y: scroll;
    }
    .slide-box {
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
    }


 .viewMoreData .view-bg{
  position: static;
  top: 0;
  left: 0;
  width: 100%;
 }
 .viewMoreData .textView {
  width: 100%;
  height: auto;
  background: #303030;
  padding: 70px 0;
}
.ContactUsView .textView {
  width: 100%;
  background: #303030;
}
.viewMoreData .imageView {
  width: 100%;
  height: auto;
  background: #000000;
}
.viewMoreData .gallery {
  height: auto;
  overflow-y: visible;
  width: 100%;
}
.text-box {
  padding: 2rem !important;
}
}
@media screen and (max-width: 480px) {
  .body-plan-mobile{
    width: auto;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .main-plan-mobile{
    width: auto !important;
    height: auto !important;
  }
  .svg1 text {
    font-size: 130px;
  }
  .close-div {
    margin-right: 0;
  }
  #filterList {
    top:50%
  }
  .sliding-div {
    position: fixed;
    top: 10%; /* Center vertically */
    left: -250px; /* Start off-screen */
    width: 250px; /* Width of the sliding div */
  }
  .md-border-0{
    border:0 !important;
    }
    .sliding-div ul {
      padding: 0 10px;
      list-style: none;
    }
    .showmore{
      margin-right: 10px;
  padding: 5px 5px;
    }

    .arrow-menu a {
      font-size: 11px;
  }

}

.font{
  font-family: yekan;
}
.carousel-indicators {
  margin-bottom: 4rem;
}