@font-face{
    font-family: YekanBakh;
    src: url('View/1025/font/YekanBakh-VF.ttf');
}
*{
    font-family: YekanBakh;
}
body{
    font-family: YekanBakh;
}



.lightMode .body-section1 {
    background-color: white !important;
}

.lightMode .user-info-btn {
    background-color: #303231;
}

.lightMode .header-logo {
    display: none;
}

.lightMode .header-dark-logo {
    display: block;
}

.lightMode .header-info-text {
    color: #303231 !important;
}

.lightMode .top-btn {
    border: 1px solid #000000;
}

.lightMode .top-btn div {
     color: #303231;
}

.lightMode .top-texts p {
     color: #303231;
}

.lightMode .our-services-btn {
    background-color: #FFF;
    border: 1px solid #000000;
}

.lightMode .our-services-btn div {
    color: #303231;
}

.lightMode .section1-bottom-text {
    color: #303231;
}

.lightMode .darkSvg {
    display: none;
}

.lightMode .lightSvg {
    display: block;
}

.lightMode .body-section-2 {
    background-color: #CFF2DF;
}

.lightMode .duty-box {
    background-color: #FFFFFF;
}

.lightMode .duty-box p {
    color: #303231;
}

.lightMode .body-section3, .lightMode .body-section4, .lightMode .body-section5, .lightMode .body-section6, .lightMode .footer-section {
    background-color: #FFFFFF;
}

.lightMode .body-section3 p, .lightMode .section3-top-text {
    color: #303231;
}

.lightMode .section3-overlay {
    display: none;
}

.lightMode .item-box {
    background-color: #30323114;
}

.lightMode .accordion-item-box {
    background-color: #30323114;
}

.lightMode .body-section4 p, .lightMode .section4-top-text {
    color: #303231;
}

.lightMode .body-section5 p, .lightMode .section5-top-text {
    color: #303231;
}

.lightMode .body-section6 p, .lightMode .section6-top-text {
    color: #303231;
}

.lightMode .accordion-item-box span {
    color: #303231;
}

.lightMode .form-section {
    border: unset;
    box-shadow: unset;
}

.lightMode .license, .lightMode .copy-right-text {
    color: #303231;
}

.lightMode .footer-box {
    box-shadow: unset;
}


.lightMode .footer-box-info {
    border-bottom: 1px solid #000000;
}

.lightMode #dropdownUsersButton {
    background-color: #242528;
}
.sakhtar-box {
    margin-top: 56px;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sakhtar-box-header-container {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #D3D3D3;
}

.sakhtar-box-header-container-text {
    font-weight: 700;
    font-size: 36px;
    color: #FFF;
    line-height: 150%;
}

.lightMode .sakhtar-box-header-container-text {
    color: #303231;
}

.sakhtar-box-info-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 48px;
    justify-content: space-between;
}

.video-section {
    position: relative;
    min-width: 474px;
    height: 562px;
    border-radius: 24px;
    overflow: hidden;
}

.video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.video-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,0.4);
    z-index: 2;
    pointer-events: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
    fill: white;
    transition: 0.2s;
}

.play-button:hover {
    scale: 1.1;
}

video:not(.playing)::-webkit-media-controls {
    display: none !important;
}


.lightMode .video-section {
    background-color: #30323114;
}

.sakhtar-box-info-text {
    text-align: justify;
    font-weight: 400;
    font-size: 16px;
    color: #8F8F8F;
    line-height: 180%;
    direction: rtl;
}

.related-indicators {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: center;
    gap: 16px;
    padding-bottom: 56px;
}



.indicator-section {
    display: flex;
    flex-direction: column;
     padding: 24px;
    gap: 24px;
    border-radius: 12px;
    background-color: #FFFFFF14;
    /* max-width: 310px; */
}

.item-box-img {
    border-radius: 8px;
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.item-box-texts-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.texts-container-header {
    font-weight: 700;
    font-size: 20px;
    color: #FFF;
    line-height: 150%;
}

.lightMode .texts-container-header {
    color: #303231;
}

.texts-container-desc {
    font-weight: 400;
    font-size: 14px;
    color: #8F8F8F !important;
    line-height: 150%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    /* text-align: justify; */
}

.redirect-btn {
    margin-right: auto;
}

.redirect-btn svg {
    width: 40px;
    height: 40px;
}@media screen and (min-width: 600px) and (max-width: 1024px) {
.related-indicators {
    grid-template-columns: repeat(2,1fr);
    
}

.sakhtar-box-info-container {
    flex-direction: column;
}

.video-section {
    width: 100%;
    min-width: auto;
}}@media screen and (min-width: 0) and (max-width: 600px) {
.related-indicators {
    grid-template-columns: repeat(1,1fr);
    
}


.sakhtar-box-info-container {
    flex-direction: column;
}

.video-section {
    width: 100%;
    min-width: auto;
}}
