@font-face {
  font-family: "r-kalameh";
  src: url("../../font/kalameh/Kalameh-Regular.ttf");
}
@font-face {
  font-family: "b-kalameh";
  src: url("../../font/kalameh/Kalameh-Bold.ttf");
}
@font-face {
  font-family: "eb-kalameh";
  src: url("../../font/kalameh/Kalameh-ExtraBold.ttf");
}
@font-face {
  font-family: "yekan";
  src: url("../../font/yekan/Persian-Yekan.ttf");
}
@font-face {
  font-family: "yekan+";
  src: url("../../font/yekan/YEKAN-PLUS.TTF");
}
@font-face {
  font-family: "r-yekan";
  src: url("../../font/yekan/BYekan+_0.ttf");
}

body,
h1 {
  /* margin: 0!important; */
  overflow-x: hidden !important;
  -webkit-tap-highlight-color: transparent;
  /* font-family: yekan; */
}
@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }
}
:root {
  --bs-warning: #ff9020; /* تغییر رنگ اصلی */
}

::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #0a3250;
  border-radius: 50px;
  border: 10px solid #f1f1f1;
  height: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0a3250;
}

/* اسکرول بار برای Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #0a3250 #f1f1f1;
  border-radius: 50px;
}

/* naaaaaaaaaavvvvvvvvvvvbbbbbbbbbaaaaarrrr */

.navbar-nav .nav-link {
  font-size: 1.1rem;
  margin-right: 35px;
  color: #0a3250;
  text-align: end !important;
  right: 0;
  font-family: "yekan";
  font-weight: 600;
}
.navbar-nav .nav-link1 {
  font-size: 1.1rem;
  margin-right: 35px;
  color: #ff9020;
  text-align: end !important;
  right: 0;
  font-family: "yekan";
  font-weight: 600;
}
@media (max-width: 992px) {
  .navbar-nav {
    display: flex;
    flex-direction: column-reverse !important;
    line-height: 35px;
  }
}
.navbar-nav .nav-link:hover {
  color: #ff9020;
  transition: 0.2s;
}
nav a img {
  width: 80px;
}
.navbar {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.299);
}

.hero-section {
  background-image: url("../../images/about-us/img.png"); /* Path to your image */
  background-size: cover;
  background-position: center;
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-attachment: fixed;
}
.hero-text {
  font-size: 6rem;
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: "eb-kalameh";
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.274); /* Dark overlay */
  z-index: 1;
}

.about-us {
  background-image: url(../../images/about-us/Vector.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 170vh;
}
.targettxt p {
  color: #0a3250;
  text-align: center;
  /* max-width: 70vw; */
  justify-content: center;
  padding-top: 80px;
  padding-left: 30px;
  line-height: 40px;
  font-family: "yekan";
  text-justify: inter-word;
  font-size: 1.5rem;
  font-weight: 400;
}
.logo-container {
  display: flex;
  justify-content: start;
  align-items: center;
}
.logo-container img {
  width: 50px;
  position: absolute;
  height: auto;
  top: 147%;
}

@media (max-width: 1199px) {
  .logo-container {
    justify-content: center;
    border-bottom: 7px solid #ff9020;
  }
  .logo-container img {
    border-right: 0;
    padding-bottom: 5px;
  }
  .brd-l {
    border-left: 0;
  }
}
@media (min-width: 1400px) {
  .targettxt p {
    margin: 0 150px; /* فاصله از طرفین */
    font-size: x-large;
  }
}
@media (max-width: 1400px) {
  .targettxt p {
    /* margin: 0 150px; فاصله از طرفین */
    font-size: medium;
  }
}

.logo-aboutUs {
  width: 200px;
}

iframe {
  border-radius: 50px;
  height: 50vh;
}

/* .contact-box {
     border-left: 5px solid orange;
     padding: 15px;
     position: relative;
     margin-bottom: 50px;
     
   } */

.contact-icon {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: -30px;
}

.free-consultation {
  background-color: transparent;
  border: 3px solid #ff9020;
  border-radius: 50px;
  color: #ff9020;
  font-weight: 500;
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  font-size: large;
  margin-top: 20px;
  width: 150px;
}

.free-consultation:hover {
  background-color: #ff9020;
  color: #f1f1f1;
  transition: 0.5s;
}
.telefon-map {
  /* border-left: 7px solid #ff9020; */
}
@media (max-width: 1199px) {
  .telefon-map {
    border-left: 0px solid #ff9020;
  }
}
.telefon-map a {
  color: #0a3250;
  font-weight: 500;
  text-decoration: none;
  font-size: x-large;
}

.footer {
  background-color: #092032;
  color: #fff;
  padding: 40px 0;
  background-image: url("../../images/footer.png");
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer h3 {
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "b-kalameh";
}

.footer p {
  font-family: "r-yekan";
  line-height: 30px;
  font-weight: 100;
  font-size: 1.21rem;
}
.footer a {
  text-decoration: none;
  font-size: large;
  font-family: "r-kalameh";
}
.active-footer {
  color: #ff9020;
  font-family: "b-kalameh" !important;
}
.linkfooter {
  color: #fff;
}
.linkfooter:hover {
  color: #ff9020;
  transition: 0.5s;
}

.social-icons a {
  font-size: 1.5rem;
  color: #fff;
  margin-right: 15px;
}
.social-icons a:hover {
  color: #ff9020;
  transition: 0.5s;
}
.contact-info i {
  margin-left: 10px;
}
.address{
  color: #0a3250;
}

footer img {
  max-width: 125px;
  padding-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
@media (max-width: 772px) {
  footer img {
    padding-top: 0;
  }
}
footer .contact {
  list-style: none;
  font-size: large;
}
.contact li a {
  color: #fff;
}
.contact li a:hover {
  color: #ff9020;
  transition: 0.5s;
}

.about-text-footer {
  font-size: 6rem !important;
}

/* .accordion-button{
  border:solid 1px var(--bs-warning)!important;
  color: #0a3250;
} */

button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
