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

:root {
  --swiper-navigation-color: #372b2b;
  --swiper-navigation-sides-offset: -50px;
  --swiper-pagination-color: #2f2424;
  --max-width-size: 1180px;
}

@font-face {
  font-family: "Condens";
  src: url("../fonts/InstagramSansCondensed.woff2");
}

@font-face {
  font-family: "Condens";
  src: url("../fonts/InstagramSansCondensedBold.woff2");
  font-weight: bold;
}

body.home {
  overflow: hidden;
}

body {
  font-family: "Condens";
}

* {
  font-family: "Condens";
}

.mainContainer {
  min-height: calc(100vh - 157px);
}

.mainContainer .main-content {
  min-height: calc(100vh - 187px);
  height: calc(100vh - 187px);
}

@-webkit-keyframes noise-animation {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-2%, -3%);
  }
  20% {
    transform: translate(-4%, 2%);
  }
  30% {
    transform: translate(2%, -4%);
  }
  40% {
    transform: translate(-2%, 5%);
  }
  50% {
    transform: translate(-4%, 2%);
  }
  60% {
    transform: translate(3%, 0);
  }
  70% {
    transform: translate(0, 3%);
  }
  80% {
    transform: translate(-3%, 0);
  }
  90% {
    transform: translate(2%, 2%);
  }

  100% {
    transform: translate(1%, 0);
  }
}

a {
  text-decoration: none;
}

.loding {
  background-color: #212121;
  z-index: 10;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.main_loading {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  z-index: 10;
}

.main_loading .logo_container .overlay {
  width: 500%;
  height: 100%;
  left: -380%;
  top: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(90deg, #212121 25%, #ffffff00 40% 60%, #212121 75%);
  z-index: 999;
}

/* body.show-projects .main_loading .logo_container .overlay {
  display: none;
} */

.main_loading .logo_container {
  overflow: hidden;
  position: absolute;
  /* left: 50%;
  top: 0;
  transform: translate(-50%, 136px); */
}

.main_loading .line_loading {
  position: absolute;
  left: 50%;
  top: calc(50% + 56px);
  transform: translateX(-50%, -50%);
  background-color: white;
  height: 64px;
  width: 2px;
  display: block;
}

.loading_text_wrapper {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
  color: white;
  letter-spacing: 24%;
  font-size: 16px;
  z-index: 10;
  text-transform: uppercase;
}

.loading_text_overlay {
  bottom: 80px;
  width: 500%;
  height: 120px;
  left: -380%;
  top: 0;
  right: 0px;
  position: absolute;
  /* background-image: linear-gradient(
    90deg,
    #fff 25%,
    #ffffff00 40% 60%,
    #fff 75%
  ); */
  background-image: linear-gradient(90deg, #212121 25%, #ffffff00 40% 60%, #212121 75%);
  z-index: 999999;
}

.enter_bg_wrapper {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  display: none;
}

/* .enter_bg_wrapper.overlay::after {
  content: "";
  background-color: #0000008a;
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
} */

.enter_bg_wrapper .enter_bg {
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.35;
}

.enter_bg_wrapper img {
  width: 100%; /* تغییر یافته */
  height: 100%; /* تغییر یافته */
  position: absolute; /* تغییر یافته */
  inset: 0; /* تغییر یافته */
  object-fit: cover; /* اضافه شده */
  /* opacity: 0.35; */
}
/*
.enter_bg {
  opacity: 0.35;
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
} */

.logo-dark {
  /* display: none; */
  /* opacity: 0; */
  height: 54px;
  /* width: 184px; */
}

/* .logo-image {
  filter: grayscale(1);
} */

.logo-image-wrapper {
  /* position: absolute; */
  left: 50%;
  top: 50%;
  /* transform: translate(100%, 0%); */
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  display: block;
  opacity: 1;
  min-width: 110px;
}

.post-type-archive .main-content::before,
.tax-project_category .main-content::before,
.single-project .main-content::before {
  content: "";
  position: fixed;
  /* inset: 0; */
  background: transparent url(../images/noise.png) repeat 0 0;
  /* background-image: url(../images/noise.png); */
  /* background-size: cover;
  background-position: center; */
  opacity: 0.8; /* 👈 Control background image transparency here */
  z-index: 1;
  animation: noise-animation 0.3s steps(5) infinite;
  pointer-events: none;
  will-change: transform;
  background-size: 300px 300px;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
}

.main-content {
  /* max-width: 1200px;
  padding: 0 20px;
  margin: 20px auto 0 auto;
  position: relative; */
  /* display: none; */
  /* opacity: 0; */
  /* margin-top: 127px; */
  width: 100vw;
  /* height: 100%; */
  position: relative;
  top: 0;
}

/* .logo-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
} */

.target-logo-dark {
  width: 74px;
  height: 46px;
}

.enter_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #0000002b;
  padding: 6px 19px;
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, 0);
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  font-size: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Condens";
  opacity: 0;
  z-index: 999;
}

.enter_button span {
  color: #34312e;
  letter-spacing: 8px;
  transition-duration: 0.8s;
}

.enter_button:hover span {
  letter-spacing: 2px;
}

.main-content.active {
  display: flex;
  justify-content: space-between;
}

.main-content .circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: absolute;
  top: -70px;
  right: 0;
}

.main-content .circle-items {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #d9d9d9;
  display: inline-block;
}

/* .main-content .menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  /* display: grid;
  grid-template-columns: repeat(5, 1fr); */
/* gap: 32px; */
/* position: absolute;
  top: -100px;
  left: 49%;
  transform: translateX(-50%); */
/* } */

.menu-items a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-size: 22px;
  letter-spacing: 4px;
  transition-duration: 0.8s;
  display: block;
  text-transform: capitalize;
}

.menu-item-parent {
  box-sizing: content-box;
  padding: 0 16px;
  width: 135px;
  text-align: center;
}

.menu-items a:hover {
  letter-spacing: normal;
}

.cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0px auto 0 auto;
  height: 100dvh;
  z-index: -1;
  transform: translateY(50%);
  opacity: 0;
}
.cards-wrapper .cards-slider {
  max-width: 760px;
  width: 100%;
}
.card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
  text-align: center;
  position: relative;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

.cards-wrapper .card-content h3{
  font-size: 17px;
}

.card-slider .card-content .card-title{
  text-transform: capitalize;
  
}

.card-title,
.arrow,
.slash {
  color: #34312e;
  transition-duration: 0.75s;
}

.card-title {
  font-weight: 400;
  letter-spacing: 2px;
}

.card {
  transition-duration: 0.75s;
}

.card:hover img {
  transform: scale(1.1);
}

.card .arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.card:hover .arrow {
  left: 8px;
  opacity: 1;
}

.card .slash,
.card-content .slash {
  transform: rotate(-15deg);
}
.card:hover .slash,
.card-slider:hover .slash {
  transform: rotate(-90deg);
}

.card img {
  width: 285px;
  height: 362px;
  filter: grayscale(1) brightness(1.2) contrast(0.8);
  transition: all 0.3s ease-in-out;
}

.card-slider img {
  filter: grayscale(1) brightness(1.2) contrast(0.8);
  transition: all 0.3s ease-in-out;
}

.card-slider a {
  max-width: 100%;
  display: block;
}
.category-swiper .card-content {
  max-width: 100%;
}
.card-content {
  text-align: left;
}
.card-slider img:hover {
  filter: grayscale(0) brightness(1);
}

.card img:hover {
  filter: grayscale(0) brightness(1);
}

.card.active {
}

.card.leave {
}

/* استایل برای overlay جدید که با جاوااسکریپت اضافه می‌شود */
.card-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* شروع با حالت شفاف */
}

.hidden-title {
  display: none;
}

.hidden-link {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.card_after_anim_title {
  position: absolute;
  bottom: -120%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 13;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.card_after_anim_title a {
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  margin-top: 90px;
}

.card_after_anim_title h3 {
  max-width: 700px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 66px;
  font-weight: 400;
}

.slider-wrapper {
  position: absolute;
  left: 100%;
  /* top: 50%; */
  z-index: 9;
  width: 100%;
  transform: translateY(-50%);
  max-width: var(--max-width-size);
  /* padding: 0 20px; */
  /* height: calc(100% - 260px); */
  top: 60%;
  /* display: flex;
  flex-direction: column;
  gap: 60px;
  overflow: hidden;
  justify-content: center;
  align-items: center; */
  transition: left 2s ease, transform 2s ease;

}

.card-slider {
  text-align: center;
  transition: all 1s ease;
}

.slider-wrapper .swiper-slide {
  width: auto;
  margin-right: 20px;
}

.card-slider img {
  width: 278px;
  height: 362px;
  object-fit: cover;
  margin: 0 auto;
}

.card-slider .arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.card-slider:hover .arrow {
  left: 8px;
  opacity: 1;
}

/* .logo-3d {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
} */

.lottie-player {
  opacity: 0;
  display: none;
}

.d3-model {
  opacity: 0;
  display: none;
  width: 1920px;
  height: 868px;
}

.about-us-bg {
  background-image: url("../images/enter_bg.png");
  background-repeat: repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.white-logo .menu-item-parent a {
  color: #fff;
}

.white-logo .dots-menu div {
  background: #fff;
}

header.scrolled .menu-item-parent a {
  color: #2c2b2c;
}

header.scrolled .dots-menu div {
  background: #2c2b2c;
}

header.scrolled {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  background: white;
}

/* header .primary-menu {
  margin-left: -120px;
} */

header .primary-menu,
.menu-items {
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 32px; */
}

.menu-item-parent a {
  text-decoration: none;
  color: #2c2b2c;
  transition-duration: 0.2s;
  font-size: 18px;
  letter-spacing: 4px;
  transition-duration: 0.8s;
  text-transform: capitalize;
}
/*
header .primary-menu .menu-item-parent {
  padding: 0 16px;
  box-sizing: content-box;
  min-width: 130px;
  width: max-content;
  text-align: start;
} */

.menu-item-parent a:first-child {
  margin-left: 0;
}

.menu-item-parent a:hover {
  color: #448077;
  letter-spacing: normal;
}

.circles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.circles .circle-items {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

.first-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../images/aboutUs3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  /* padding-bottom: 150px; */
  position: relative;
  z-index: 999;
  /* margin-top: -97px; */
  /* padding-top: 197px; */
}

.content {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.first-section::before {
  content: "";
  background-color: #2f2e2ebf;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.first-section h2 {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.first-section p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  margin-top: 8px;
  text-align: justify;
  position: relative;
  z-index: 2;
  text-align-last: center;
}

.container {
  max-width: var(--max-width-size);
  /* padding: 0 20px; */
  margin: 0 auto;
  width: 100%;
  /* margin-top: 32px; */
}

.trusted-by {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 56px;
}

.trusted-by span {
  color: #717070;
  font-size: 20px;
  flex-grow: 1;
  flex-shrink: 0;
}

.awards {
  min-height: calc(100dvh - 85px);
  /* max-width: 1480px; */
  /* padding: 20px 20px;
  margin: 70px auto 0 auto; */
  /* margin-top: 107px; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin-bottom: 35px;
  position: relative;
}

.awards-title {
  text-align: center;
  color: #5a5a5a;
  font-size: 32px;
  line-height: 48px;
}

.awards .awards-content {
  /* padding-bottom: 20px; */
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 70px;
  /* margin-top: 64px; */
  position: relative;
  min-height: 500px;
  /* min-width: max-content; */
  scrollbar-width: thin; /* or "auto" or "none" */
  scrollbar-color: #2f2424 #e3e3e3;
  height: 100%;

  /* position: absolute; */
  left: 0;
}

.awards-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  white-space: nowrap;
  gap: 70px;
  margin-top: 20px;
  position: relative;
  min-height: 500px;
  scrollbar-width: thin;
  scrollbar-color: #2f2424 #e3e3e3;
  width: max-content;
  min-width: max-content;
}

/* .awards .awards-content::-webkit-scrollbar {
height: 4px;
  background:rgb(255, 0, 0);

}

/* Track (background) */
/* .awards .awards-content::-webkit-scrollbar-track {
  background:rgb(255, 0, 0);
  border-radius: 10px;
} */

/* Thumb (the bar you drag) */
/* .awards .awards-content::-webkit-scrollbar-thumb { */
/* background-color: #888; */
/* border-radius: 10px;
  border: 2px solidrgb(129, 55, 55); /* space around the thumb */
/* }  */

/* Thumb on hover */
/* .awards .awards-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}  */

.time-line {
  position: absolute;
  /* width: 100%; */
  width: 0%;
  left: -20px;
  right: -20px;
  height: 1px;
  background-color: #d7d6d6;
  top: 50%;
  /* transform: translateY(-10%); */
}

.timeline-wrapper {
  position: relative;
  display: flex;
  gap: 70px;
  min-width: max-content;
}

.award-item {
  position: relative;
  width: 225px;
  flex-grow: 1;
  flex-shrink: 0;
  opacity: 0;
  filter: grayscale(1);
  transition: filter 0.7s ease;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.award-item .years-text {
  transition: all 0.3s ease;
}

.award-item:hover {
  filter: grayscale(0);
}

.award-item::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 49%;
  content: "";
  background-color: #949494;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.award-item .item-content {
  padding-top: 25px;
  padding-left: 25px;
  height: 190px;
}

.award-item.reverse .item-content {
  justify-content: end;
  padding-bottom: 26px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
}

.award-item.reverse .item-image {
  position: absolute;
  bottom: 0;
  left: 0;
}

.award-item .years-text {
  color: #949494;
  font-size: 26px;
  line-height: 40px;
}

.award-item .item-title {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}

.award-item .item-desc {
  color: #9d9b9b;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  width: 100%;
  margin-top: 4px;
  text-wrap: auto;
}

.form-content {
  background-color: #448077;
  padding: 32px 60px;
}

.form-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-bottom: 21px;
}

.form-section {
  margin-bottom: 60px;
}

.form-section form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 24px;
}

.form-section input,
.modal-content input {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0px 24px;
  display: block;
  border: none;
  caret-color: #fff;
  color: white;
  width: 100%;
  font-size: 16px;
  outline: none;
}
.modal-content input {
  margin-top: 18px;
}

.form-section input::placeholder,
.modal-content input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 22px;
}

.form-section button[type="submit"] {
  background-color: #fff;
  border: none;
  color: #448077;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
}

.modal-content button[type="submit"] {
  background-color: #fff;
  border: none;
  color: #448077;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 10px;
  margin-top: 18px;
}

.portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 165px;
  /* max-width: 1300px; */
  /* padding: 0 20px; */
  margin: 137px auto;
  /* width: 100%; */
}

.portfolio .portfolio-title {
  color: #2c2b2c;
  font-size: 32px;
  line-height: 48px;
  max-width: 440px;
  width: 100%;
  letter-spacing: 7%;
}

.portfolio .portfolio-desc {
  color: #8e8484;
  font-size: 18px;
  line-height: 25px;
  margin-top: 4px;
  max-width: 440px;
  width: 100%;
}

.portfolio .portfolio-desc p {
  text-align: justify;
}

.portfolio .btn-download {
  margin-top: 44px;
  display: flex;
  align-items: center;
  letter-spacing: 12%;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.17);
  background: transparent;
  color: #838383;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  padding: 6px 12px;
  width: max-content;
}

footer {
  /* position: fixed; */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  /* margin-top: 50px; */
  background-color: #448077;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 110px; */
}

footer p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  letter-spacing: 6px;
}

.contact-first-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  height: calc(100dvh - 198px);
  margin-bottom: 24px;
  margin-top: 74px;
}

.contact-first-section h2 {
  color: #2c2b2c;
  font-size: 32px;
  line-height: 48px;
}

.contact-first-section p {
  color: #999999;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  margin-top: 8px;
}

.contact-details {
  margin-top: 43px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.detail-item {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  gap: 20px;
}

.detail-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.detail-text :is(a, span) {
  color: #2c2b2c;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.social-networks {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  visibility: visible;
}

.social-networks.sm {
  display: none;
}

.social-networks svg:hover path[fill="#999999"],
.social-networks svg:hover rect[fill="#999999"] {
  transition: all 0.25s ease;
}

.social-networks svg:hover path[fill="#999999"],
.social-networks svg:hover rect[fill="#999999"] {
  fill: #448077;
}

.portfolio-image-wrapper :not(.dots) {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.portfolio-image-wrapper .dots {
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 350px;
  height: 350px;
}

.portfolio-image-wrapper {
  width: 350px;
  height: 400px;
  position: relative;
}

.form-section button[type="submit"] {
  padding: 10px;
}

.primary-mobile-menu,
.mobile-menu {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  /* min-height: 100dvh; */
  height: 100dvh;
  z-index: 999;
  padding-top: 32px;
  transition-duration: 0.6s;
  left: -100%;
  opacity: 0;
}

.primary-mobile-menu.open,
.mobile-menu.open {
  left: 0;
  opacity: 1;
}

.hero-image {
  max-width: 100%;
}

.menu_open_button {
  background: transparent;
  border: none;
  display: none;
}

.main-content .menu_open_button {
  position: absolute;
  left: 16px;
  top: 0;
  width: 24px;
  opacity: 0;
}

.primary-mobile-menu .btn-close,
.mobile-menu .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
}

.primary-mobile-menu a,
.mobile-menu a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  padding: 12px 0 12px 20px;
  display: block;
  transition-duration: 0.3s;
}

.primary-mobile-menu a:hover,
.mobile-menu a:hover {
  color: #000000;
}

header .primary-menu,
.main-content .menu-items {
  display: flex;
}

.contact-first-section iframe {
  max-width: 100%;
}

.swiper-slide {
  text-align: center;
}

.card {
  /* margin: auto; */
  max-width: max-content;
  width: 100%;
}

.card.left {
  margin-right: auto;
  width: 285px;
}

.card.right {
  margin-left: auto;
  width: 285px;
}

.trusted-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.trusted-logos img {
  flex: 1;
}

.project-wrapper {
  max-width: 880px;
  padding: 0 15px;
  margin: 90px auto 140px auto;
}

.project-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #5a5a5a;
}

.project-gallery {
  position: relative;
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 16/9;
}

.project-info {
  background: #f7f7f7;
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 12px 36px;
  margin-top: 32px;
}

.info-item {
  text-align: center;
}

.info-item .item-title {
  text-align: center;
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 9px;
}

.info-item .item-value {
  text-align: center;
  color: #414141;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 9px;
}

.project-description {
  margin-top: 56px;
  text-align: justify;
  line-height: 170%;
  color: #999999;
  font-size: 20px;
}
.swiper-button-next {
  right: 0;
  color: #fff;
}

.swiper-button-prev {
  left: unset;
  color: #fff;
}

body.already-visited .loding,
body.show-projects .loding {
  display: none;
}

body.already-visited .overlay,
body.show-projects .overlay {
  transform: translateY(-105%);
}

body.already-visited .logo_container,
body.show-projects .logo_container {
  top: 0;
  left: 50%;
  transform: translate(-50%, 136px);
}

body.already-visited .line_loading,
body.show-projects .line_loading,
body.already-visited .logo-white,
body.show-projects .logo-white {
  display: none;
}

.logo-white {
  opacity: 0;
}

body.already-visited .loding,
body.show-projects .loding {
  height: 0;
}

body.already-visited .enter_bg_wrapper,
body.show-projects .enter_bg_wrapper,
body.already-visited .main-content,
body.show-projects .main-content {
  display: block;
  opacity: 1;
}

body.already-visited .video-player,
body.show-projects .video-player {
  opacity: 1;
}

body.already-visited .enter_button,
body.show-projects .enter_button {
  opacity: 1;
  bottom: 40px;
}

body.show-projects .main-content {
  height: 0;
  transition: height 0.35s ease;
  z-index: 12;
}

body.show-projects .video-player {
  position: absolute;
  opacity: 0;
  transform: translateY(300%);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

body.show-projects .logo-image-wrapper {
  display: block;
  opacity: 1;
  transition: all 0.7s ease;
}

body.show-projects .enter_button {
  bottom: -50px;
  transition: bottom 0.7s ease;
}

body.show-projects .menu-items {
  top: 50%;
  transition: all 0.7s ease;
}

body.show-projects .circles {
  top: 0;
  transition: top 0.7s ease;
}

body.show-projects .cards-wrapper {
  transform: translateY(0);
  transition: transform 1s ease;
}

body.show-projects .logo-3d {
  transition: opacity 0.7s ease, transform 0.7s ease;
  transform: translateY(-150%);
  opacity: 0;
}

.relative_projects {
  margin-top: 50px;
  position: relative;
}

.downloads_buttons_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 20px 0;
}

.header-about {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.header-about .primary-menu .menu-item-parent a {
  color: #fff;
}

.header-about .primary-menu .menu-item-parent a:hover {
  color: #fff;
}

.trusted_by_slider{
  min-height: 20vh;
}

.trusted_by_slider .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.trusted_by_slider .swiper-slide a {
  max-width: 100%;
  max-height: 100%;
}
.trusted_by_slider .swiper-slide img {
  filter: grayscale(1) brightness(1.1);
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
}

.trusted_by_slider .swiper-slide:hover img {
  filter: grayscale(0) brightness(1);
}

.trusted_by_slider .swiper-wrapper {
  align-items: center;
}

.primary-mobile-menu .menu-item-parent {
  width: auto;
}

.counters-wrapper {
  margin-top: 140px;
  position: relative;
}

.counters-wrapper .bg-noise {
  position: absolute;
  left: -15px;
  bottom: -20%;
  z-index: 1;
}

.counters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-content: center;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  padding: 18px 74px;
}

.counter-item {
  text-align: center;
}

.counter-item span {
  color: #448077;
  font-size: 42px;
  letter-spacing: 12%;
}

.counter-item p {
  color: #8e8484;
  font-size: 18px;
}

.awards .not-found {
  text-align: center;
  margin: auto;
  color: #5a5a5a;
  font-size: 32px;
  line-height: 48px;
}

.project-info-wrapper::after {
  position: absolute;
  content: "";
}

.project-info-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  max-width: 760px;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  padding: 46px 36px;
  overflow: auto;
}

.project-info-wrapper.active {
  transform: translateX(0);
}

.project-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  text-transform: capitalize;
  color: #5a5a5a;
  margin-top: 60px;
  text-align: start;
}

.project-content {
  color: #999999;
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  text-align: justify;
  text-transform: capitalize;
  margin-top: 12px;
}

.project-info-slider {
  height: calc(100% - 100px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-info-slider .swiper-scrollbar,
.category-slider .swiper-scrollbar {
  width: 100%;
}

.project-info-slider .swiper-slide {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.project-info-slider .swiper-slide img {
  min-width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.project-info-slider-wrapper {
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 9;
  width: 100%;
  transform: translateY(-50%);
  max-width: 1180px;
  height: calc(100% - 260px);
}

.project-info-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  /* padding: 0 20px; */
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  width: 100%;
}

.categories-list {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 22px;
  flex-wrap: wrap;
}

.categories-list p {
  font-size: 20px;
  letter-spacing: 5%;
  text-align: right;
  text-transform: capitalize;
  color: #2c2b2c;
  cursor: pointer;
}

.category-item {
  letter-spacing: 5%;
  font-size: 18px;
  color: #949494;
  transition: all 0.2s ease;
  cursor: pointer;
}

.category-item.active {
  color: #448077;
}

.btn-project-details,
.btn-project-album {
  border: 1px solid #0000002b;
  color: #2c2b2c;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 32px;
  font-size: 18px;
  cursor: pointer;
}

.btn-back {
  border: 0;
  padding: 0;
  margin-left: auto;
  background-color: transparent;
  cursor: pointer;
}

.btn-project-album span,
.btn-project-details span {
  font-family: "Condens";
  letter-spacing: 1px;
}

.project-info-footer .arrow-icon {
  transform: rotate(180deg);
}

.dots-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  justify-content: center;
  min-width: 110px;
  align-items: end;
}

.dots-menu div {
  width: 6px;
  height: 6px;
  background: #2c2b2c;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.dots-menu.about div {
  background-color: white;
}

.dots-menu:hover div:nth-child(2) {
  transform: translateX(10px);
}

.header-info {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  backdrop-filter: blur(2px);
  background-color: #3636364f;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
}

.header-info.active {
  opacity: 1;
  visibility: visible;
}

.info-content {
  position: fixed;
  right: 0;
  top: 0;
  /* height: 100%; */
  min-height: 100dvh;
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  padding: 24px 40px 50px 40px;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  transition: all 0.5s ease;
}

.header-info.active .info-content {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.info-head {
  display: flex;
  align-content: inherit;
  justify-content: space-between;
}

.lang-change {
  width: max-content;
}

.lang-change {
  color: #949494;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.lang-change :is(path, span) {
  transition: all 0.3s ease;
}
.lang-change span {
  color: #949494;
}
.lang-change:hover span {
  color: #448077;
}

.lang-change:hover path {
  stroke: #448077;
}

.info-content .info-title {
  margin-top: 50px;
  font-size: 22px;
  line-height: 170%;
  color: #34312e;
}

.info-content .info-desc {
  margin-top: 14px;
  color: #34312e;
  font-size: 18px;
  text-align: justify;
  line-height: 150%;
}

.info-content .info-desc p {
  text-align: justify;
}

.contact-wrapper {
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  justify-content: center;
}

.contact-wrapper .contact-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.close-btn:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #212121;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.close-btn {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.close-btn:hover::before,
.close-btn:hover::after {
  background-color: #448077;
}

.close-btn::before {
  transition: all 0.3s ease;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #212121;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
}

.header-info .social-networks {
  display: flex !important;
}

.main-content .dots-menu {
  position: absolute;
  right: 0;
  top: -100px;
  transform: translateY(33%);
  opacity: 0;
}

.capitalize-title {
  text-transform: uppercase !important;
}

.not-found-page::before {
  content: none;
}

.not-found-page {
  min-height: 100%;
  background-image: url("../images/not-found-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
}

.not-found-page header {
  padding: 0 20px !important;
  padding-top: 55px !important;
  gap: 150px;
  margin-top: 0;
  opacity: 1;
  position: relative;
}

.not-found-content {
  margin-top: 160px;
}

.error404 {
  height: 100dvh;
}
.not-found-content h3 {
  font-size: 45px;
  color: #fff;
  line-height: 170%;
}

.not-found-content h4 {
  font-size: 32px;
  color: #fff;
  line-height: 170%;
}

.not-found-content p {
  font-size: 26px;
  color: #fff;
  line-height: 170%;
}

.not-found-content a {
  display: block;
  max-width: 330px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  margin-top: 120px;
}

.not-found-content a:hover {
  border: 1px solid #fff;
}

.modal {
  background-color: #3636364f;
  backdrop-filter: blur(4px);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #448077;
  padding: 30px;
  max-width: 375px;
  width: 100%;
  position: relative;
}

.btn-close-model {
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
}

.alert-error {
  background-color: rgb(255, 122, 122);
  color: #000;
  padding: 16px 10px;
  border-radius: 8px;
  margin: 10px 0;
  text-align: start;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.alert-error.active {
  opacity: 1;
  visibility: visible;
  height: 60px;
}
.swiper-pagination-progressbar {
  top: unset !important;
  bottom: 0;
}

.award-item:hover :is(.years-text, .item-desc, .item-title) {
  color: #448077;
}

.project-album-modal {
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.album-content {
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 32px;
  height: 70%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: #fff;
}

.album-content img {
  max-width: 250px;
  transition: all 0.3s ease;
  filter: grayscale(1);
}

.album-content img:hover {
  cursor: pointer;
  transform: scale(1.1);
  filter: grayscale(0);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.lightbox.hidden {
  display: none;
}

.lightbox-content {
  overflow: hidden;
  touch-action: none;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease;
  user-select: none;
  pointer-events: none;
}

.controls {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 1001;
}

.controls button {
  background: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
}

.swiper-scrollbar {
  left: 0 !important;
}

.category-swiper {
  margin-left: 0 !important;
  padding-bottom: 50px;
  margin-bottom: 25px;
  scrollbar-width: 0;
  /* scrollbar-width: thin;
  scrollbar-color: #2f2424 #e3e3e3; */
}

.category-swiper .swiper-slide {
  overflow: hidden;
  /* min-width: 278px; */
}

#model-container {
    width: 100vw;
    height: 60vh;
    z-index: 1;

}
#model-container canvas{
    width: 100vw;
}


.logo-3d .text-section p {
  font-size: 16px;
  line-height: 170%;
  color: #999999;
}

.logo-3d .text-section h3 {
  font-size: 22px;
  color: #5a5a5a;
}

.logo-3d .text-section {
  position: fixed;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  text-align: center;
  opacity: 0;
  width: 80%;
  max-width: 800px;
  z-index: 2;
}

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #333;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}

/* Add Css Mehdi Khoshkar */
body {
  overflow: hidden;
  overflow-x: hidden;
}
.main_loading {
  background-color: #212121;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
}
.header-light {
  position: fixed;
}
/* .header-light .menu-item-parent a {
  color: #fff;
} */
.header-light .dots-menu div {
  background: #fff;
}
.header-light .logo-image {
  filter: invert(100%) brightness(200%);
}
header.scrolled .logo-image {
  filter: unset !important;
}
header.scrolled {
  transition: all 0.3s ease;
}
header {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding-top: 30px !important;
  z-index: 9999;
  position: fixed;
  top: 0;
  /* gap: 150px;
  max-width: 1480px;
  padding: 28px 20px;
  margin: 0 auto;
  width: 100%; */
  /* border-bottom: 1px solid #448077; */
  padding-bottom: 30px !important;
  padding-left: calc((100vw - var(--max-width-size)) / 2);
  padding-right: calc((100vw - var(--max-width-size)) / 2);
  width: 100vw;
  margin: 0;
  max-width: unset;
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, all 0.3s ease;
  background: transparent;
  opacity: 0;
}

.album-swiper .swiper-slide {
  flex-shrink: 0;
}

.wpcf7 .form-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.wpcf7 input[type="text"] {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.modal-content .wpcf7 input[type="submit"] {
  background: black;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}

.alert-error {
  color: red;
  display: none;
}

.swiper-slide {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fade-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fade-out {
  display: none !important;
}

.category {
  height: 100dvh;
}

/* album */
.album-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.album-modal.active {
  display: flex;
}

.album-modal-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 50vw;
  background: white;
  padding: 20px;
  border-radius: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto;
  /*min-height: 80vh;*/
  /*min-width: 60%;*/
  /*max-height: 90vh;*/
  overflow: auto;
}

.album-modal-content img {
  max-width: 200px;
  min-width: 200px;
  cursor: pointer;
  transition: transform 0.2s;
  max-height: 150px;
    object-fit: cover;
}

.album-modal-content img:hover {
  transform: scale(1.05);
}

/* Overlay for full-screen slider */
.album-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.album-overlay.active {
  display: flex;
}

.album-swiper {
  width: 90%;
  height: 80%;
}

.album-swiper img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.album-swiper .swiper-slide {
  overflow: hidden;
}

/* Controls */
.album-controls {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
  z-index: 999999;
}

.album-controls button {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Shared button style */
.album-controls button,
.album-modal .close-album {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.3rem;
}

/* Close button for album modal */
.album-modal .close-album {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10001;
  font-size: 1.5rem;
  color: white;
}
.header-info,
.projects-info {
  position: fixed;
  inset: 0;
  min-height: 100dvh;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  backdrop-filter: blur(2px);
  background-color: #3636364f;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
}

.projectsInfo {
  height: 100dvh;
}

.header-info.active,
.projects-info.active {
  opacity: 1;
  visibility: visible;
}
.projects-info-slider .swiper-wrapper {
  height: 75%;
}

.front-page-main-content {
  z-index: 9999;
}
.front-page-main-content .enter_button {
  position: fixed;
  bottom: 50px;
}

.logo-3d {
  position: relative;
  display: flex;
  justify-content: center;
}

.admin-bar header {
  margin-top: 32px;
}

/* new design */
header .primary-menu,
header .logo-image-wrapper {
  max-height: 40px;
  
}

header .logo-image-wrapper,
header .logo-image-wrapper img {
  max-height: 40px;
}

header {
  max-height: 80px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 80px;
  align-items: center;
}

.header-light .menu-item-parent a {
  color: #fff;
}

.header-light.scrolled .menu-item-parent a {
  color: #2c2b2c;
}

.d3-model .text-section {
  text-align: justify;
  text-align-last: center;
}

.trusted_by_slider .swiper-slide {
  width: 94px;
  height: 94px;
}

/* .trusted_by_slider .swiper-slide img{
  max-width: 94px;
  max-height: 94px;
  margin: 0 10px;
} */

.trusted_by_slider {
  width: 100%;
  padding: 15px 0;
}

/* loader deleted */
/* body{
  overflow: auto;
} */

.inline-form {
  display: flex;
}
.inline-form p {
  display: flex;
}
.form-section-contact {
  margin-bottom: 2rem;
}
.inline-form .wpcf7-form-control-wrap {
  margin-right: 1rem;
}
.form-section-contact input {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
  display: block;
  border: none;
  caret-color: #fff;
  color: white;
  width: 100%;
}
.form-section-contact input::placeholder {
  color: white;
}
.form-section-contact .wpcf7-submit {
  background-color: #fff;
  border: none;
  color: #448077;
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 45px;
  line-height: 0;
}
.inline-form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
}

.modal-content h3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

@keyframes scroll_2 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translateY(0.75em);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

.scroll-icon__dot {
  /* display: block;
  position: absolute;
  left: 50%;
  background: #5a5a5a;
  height: 0.5em;
  width: 0.5em;
  top: 0.6em;
  margin-left: -0.25em;
  border-radius: 50%;
  transform-origin: top center;
  backface-visibility: hidden;
  animation: scroll_2 2s ease-out infinite;
   */
   position: absolute;
      width: 2px;
      height: 100%;
      background: linear-gradient(to bottom, gray, transparent);
      animation: scrollDown 1.5s linear infinite;
}

.scroll-icon {
  /* display: block;
  position: fixed;
  height: 3em;
  width: 1.5em;
  border: 0.15em solid #5a5a5a;
  border-radius: 1em;
  z-index: 999;
  bottom: 5%;
  left: 49%; */
    /* position: relative;
      width: 2px;
      height: 300px;
      overflow: hidden;
      background-color: transparent; */
      display: block;
  position: fixed;
  z-index: 999;
  bottom: 6%;
  left: 50%;
  width: 2px;
  height: 90px;
  overflow: hidden;
  background-color: #acacac3d;
}

    @keyframes scrollDown {
      0% {
        top: -100%;
      }
      100% {
        top: 100%;
      }
    }

    .scroll-text{
      position: fixed;
  bottom: calc(6% + 100px);
  left: 50%;
  transform: translateX(-50%);
 font-size: 18px;
  color: #5a5a5a;
  font-weight: 600;
}


.aboutUs_Images,
.aboutUs_Images_mobile {
  /* height: 100vh; */
  width: 100vw;
  /* overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  overflow-x: hidden; */
}

.aboutUs_Images img,
.aboutUs_Images_mobile img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  /* scroll-snap-align: start; */
  display: block;
}

.aboutUs_Images_mobile {
  display: none;
}

.about-content{
  color: #8e8484;
  font-size: 18px;
  line-height: 25px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 0 5%;
}

.about-content li{
  list-style-position: inside;
}