/*section_one*/
.header_slider.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
}
.header_slider.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 6px;
  transition: all 0.5s ease-in-out;
}

.header_slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--body-color-one);
  width: 27px;
  height: 6px;
  transition: all 0.5s ease-in-out;
}

/* حالت اولیه انیمیشن */
.header_slider .animation_img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transition-duration: 1s;
}

.header_slider .owl-item.animate .animation_img img {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* حالت نهایی بعد از نمایش */
.header_slider .owl-item.active .animation_img img {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}


.header_slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.header_slider.owl-loaded {
  opacity: 1;
  visibility: visible;
}


/*section_one*/
.bg_real{
  z-index: 1;
}
.bg_real::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../../images/background/03.png');
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.news-slider .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
.news-slider .owl-nav .owl-prev {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: rotate(90deg);
}
.news-slider .owl-nav .owl-next {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: rotate(90deg);
}
/*slider*/

/*sectionFive*/
.bgSectionFive {
  background-image: url('../../images/background/01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.bgSectionFive::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.counter-section::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url('../../images/background/02.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}

/*sectionFive*/


/*sectionNine*/
.article-two::before {
  display: block;
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: 0 8px 30px rgb(0 0 0 / 10%);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/*sectionNine*/


/*sectionEleven*/
.projectSlider img {
  width: 15%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/*sectionEleven*/