@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: 8rem;
    max-height: 17rem;
    width: 97vw;
    text-align: center;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.header-container img {
    width: 11vw;


}


#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;




}


div.section-up {
    margin-top: 19vh;
    display: flex;
    flex-direction: row;
    align-items: center;




}


.section-up .panel {
    width: 100%;
    height: 50vh;
}

.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: 2.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: 500px;
    font-size: 1.5rem;
    margin-top: 15px;
    color: var(--text-color);
    text-align: justify;
}

.panel-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 80%;
    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: 30vh;
    /* background-image: url(/Assets/Images/Wave-01.svg); */
    background-blend-mode: lighten;
    
}

.why-up {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-up .text-info {
    width: 75vw;
}

.why-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
}

.card-info {
    border: 2px solid var(--orange);
    border-radius: 20px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-basis: 300px; */
    margin: 15px;
    width: 200px;
    height: 120px;

}

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.4rem;
    font-size: 1rem;


}

.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;
    margin-top: 120px;
}

#endorsement-info>p {
    margin-top: 30px;
    color: var(--heading-color);
    font-size: 1.4rem;
    width: 100%;
    text-align: justify;
    line-height: 1.6rem;

}

#endorsement-info hr {
    color: var(--text-color);
}

#vocal-endorsement {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

}

.audio-endorse-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 15px;
}

.audio-endorse-card h3 {
    font-size: 1.3rem;
    color: var(--heading-color);
}

.audio-endorse-card p {
    font-size: 1.3rem;

    color: var(--orange);
    margin: 15px 0px;
}

/* .audio-endorse-card audio{
    width:200px;
} */

#paper-endorsement {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-basis: 550px;

}

figure.image-caption {
    display: inline-block;
    font-weight: bold;
    margin: 0px 26px;
    text-align: center;
    /* border: 1px solid var(--text-color); */
}

.image-caption img {
    height: 250px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-bottom: 15px;

}

.image-caption figcaption {
    color: var(--heading-color);
}



#section-equipements {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 1300px; */
    flex-basis: 1200px;

}

#section-equipements h2 {
    border: none;
    /* font-size: 1rem; */
    width: 1050px;
    border-bottom: .5px solid #2635755d;
    margin-top: 40px;
    padding-bottom: 70px;
    text-align: center;

}

ul.equipement-list {
    color: var(--heading-color);
    font-weight: bold;
    margin-top: 20px;
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

ul.equipement-list li {
    text-align: center;
    margin: 20px 0px;
    font-size: 1.4rem;
    width: 1000px;
    list-style-type: none;
    list-style-image: url(/Assets/Images/icons/check-25.png);
    list-style-position: outside;


}



.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);
    justify-content: center;
    align-items: center;
}

.modal-content{
    background-color: #fefefe;
    border:1px solid var(--heading-color);
    width: 55%;
    height: 70%;
}

.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%;
}