@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;
}
.org {
  color: #ff9020;
}
/* 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/detail-courses/banner.png"); /* Path to your image */
  background-size: cover;
  background-position: center;
  height: 92.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.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;
  z-index: 1;
}

.text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.titel-style {
  color: #ff9020;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 2.7rem;
  font-family: b-kalameh;
}

@media (max-width: 772px){
  .titel-style {
    color: #ff9020;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 1.5em;
    font-family: b-kalameh;
  }
}
.titel-in-text{
  font-weight: 800;
  font-family: yekan;
  font-size: x-large;
}

.text-section p {
  font-size: large;
  line-height: 30px;
}

.text-section li {
  line-height: 30px;
  font-weight: 600;
}
.image-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.img1 {
  max-height: 900px;
  padding-top: 100px;
  border-radius: 19px 19px;
}
.img2 {
  padding-top: 130px;
}
.img3 {
  padding-top: 120px;
}
.img4 {
  padding-top: 150px;
}
.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;
}

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;
}

h2{
  font-weight: 900;
}
