@font-face {
  font-family: IranSansMedium;
  src: url(/Assets/Fonts/iransans_light_0.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: IranSansMedium;
  direction: rtl;
  box-sizing: border-box;
}
:root {
  font-size: 13px;
  --heading-color: #263475;
  --orange: #fb8200;
  --text-color: #888;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container .header-container {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  position: sticky;
  top: 0;
  transition: 0.6s;
  z-index: 9999;
  height: 5rem;
  max-height: 7rem;
  width: 97vw;
  text-align: center;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.header-container img {
  width: 20vw;
}

#demo-sticky > button {
  position: fixed;
  top: 50%;
  right: 0;
  color: #fff;
  background-color: var(--orange);
  border: none;
  padding: 5px;
  transform-origin: 85% 50%;
  transform: rotate(-90deg);
  z-index: 9999;
  cursor: pointer;
}

div.section-up {
  margin-top: 9vh;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  align-content: start;
}

.section-up .panel {
  width: 100%;
  height: 40vh;
}

.panel-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.heading {
  border-right: 3px solid var(--orange);
  padding-right: 10px;
  font-size: 1.3rem;
  color: var(--heading-color);
  display: inline-block;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 800;
  /* text-align: start; */
}

p.text-info {
  padding: 20px 10px;
  width: 300px;
  font-size: 1rem;
  margin-top: 15px;
  color: var(--text-color);
  text-align: justify;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 85%;
  padding: 1px;
  border: 1px solid #999;
  box-shadow: rgba(0, 0, 0, 0.45) 4px 10px 10px 10px;
}
#demo-button {
  border: none;
  color: #fff;
  background-color: var(--heading-color);
  width: 160px;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
}

.section-why {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
}
.why-up {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 65%;
}
.card-info {
  border: 2px solid var(--orange);
  border-radius: 20px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
h3 {
  color: var(--orange);
  font-size: 1rem;
  margin-bottom: 5px;
}

.card-info p {
  margin-top: 5px;
  color: var(--text-color);
  text-align: justify;
  line-height: 1.6rem;
}

.section-endorsement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-endorsement h2 {
  border: none;
}

#endorsement-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-bottom: 1px solid var(--text-color); */
  margin-bottom: 25px;
}

#endorsement-info > p {
  color: var(--heading-color);
  font-size: 1rem;
  width: 70%;
  text-align: justify;
  line-height: 1.6rem;
}

#endorsement-info hr {
  color: var(--text-color);
}
#vocal-endorsement {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.audio-endorse-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0px;
}
.audio-endorse-card h3 {
  color: var(--heading-color);
}
.audio-endorse-card p {
  color: var(--orange);
  margin: 15px 0px;
}

#paper-endorsement {
  display: flex;
  flex-direction: column;
  flex-basis: 50px;
  margin-top: 40px;
}

figure.image-caption {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 26px; /* border: 1px solid var(--text-color); */
}
.image-caption img {
  height: 160px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  margin-bottom: 15px;
  width: 100%;
}
.image-caption figcaption {
  color: var(--heading-color);
      text-align: center;

}

#section-equipements {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


#section-equipements h2 {
  border: none;
  width: 350px;
  border-bottom: 0.5px solid #2635755d;
  margin-top: 80px;
  padding-bottom: 70px;
}

ul.equipement-list {
  color: var(--heading-color);
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}


ul.equipement-list li {
  text-align: center;
  margin: 20px 0px;
  font-size: 0.8rem;
  width: 250px;
  list-style-type: none;
  list-style-image: url(/Assets/Images/icons/check-15.png);
  list-style-position: outside;
  line-height: 1.5rem;
}

ul.equipement-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 1)
  );
  pointer-events: none; /* جلوگیری از تداخل با کلیک‌ها */
}

#showAll{
    background-color: var(--orange);
    color: #fff;
    border: none;
    padding:5px 10px;
    border-radius: 4px;
    margin-bottom:15px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left:0;
    top: 0%;
    width:100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content{
    background-color: #fefefe;
    border:1px solid var(--heading-color);
    width: 100%;
    height: 100%;
}

.close-button{
    color:red;
    float:right;
    font-size: 1.8rem;
    font-weight: bold;
  margin: 5px 5px 0px 0px;


}

.close:hover,
.close:focus{
    color:black;
    text-decoration: none;
    cursor: pointer;
}
iframe{
    height:100%;
    width: 100%;
}
