﻿.Bg-Rules {
    background-image: url(/assets/images/background/rules.jpg);
}

.bg-Contact {
    background-image: url(/assets/images/background/contact.jpg);
}

.bg-contact2 {
    background-image: url(/assets/images/background/download-bg.jpg);
}

.bg-about {
    background-image: url(/assets/images/background/about.jpg);
}

.bg_mem {
    background-image: url(/assets/images/background/mem.jpg);
}

.bg-dep {
    background-image: url(/assets/images/background/dep.jpg);
}

.bg-dep2 {
    background-image: url('/assets/images/background/dep2.jpg');
}

.bg_unit {
    background-image: url(/assets/images/background/dep.jpg);
}

.bg_units {
    background-image: url('/assets/images/icons/vector-4.jpg');
}

.bg_Chart {
    background-image: url('/assets/images/background/about.jpg');
}

.bg_department_side {
    background-image: url('/assets/images/icons/vector-4.jpg');
}

.bg_index_exploreSection {
    background-image: url(/assets/images/shape/shape-1.png);
}

.bg_index_ServiceSection {
    background-image: url(/assets/images/background/service-bg.jpg);
}

.bg_Department_Details {
    background-image: url('/assets/images/icons/vector-4.jpg');
}
.bg-Member {
    background-image: url('/assets/images/background/mem.jpg');
}

.lr-bg {
    background-image: url(/assets/images/background/layer-bg-2.jpg);
}


.rr-l-mix {
    width: 600% !important;
    border-left: none !important;
}

.ll-r-mix {
    border-right: none !important;
    border-radius: 5px 0px 5px 5px;
    margin-right: -2%;
    margin-left: 1%;
    height: 4.4rem !important;
    width: 150%;
    padding: 5px;
}

.select-nn-s {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-right: none !important;
    color: #696b7e;
    z-index: 999;
}

.fixed-butt {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1030;
    margin-left: 1%;
    margin-bottom: 1%;
}

.DepPos {
    position: relative;
    overflow: hidden;
    padding: 20px 0px 80px 0px;
    background: #1c1f54;
    text-align: center;
}

.mt014 {
    margin-top: -14%;
}

.alignCenter-Owl {
    margin-top: -6%;
    width: 100vmax !important;
    text-align: center;
    align-content: center;
    margin-right: -20vmax;
}




#Div {
    position: relative;
    animation-name: example;
    animation-duration: 15s;
    animation-timing-function: linear;
    /* حذف animation-delay و animation-direction */
    animation-iteration-count: infinite;
}

@keyframes example {
    100% {
        left: -100vmax;
    }

    0% {
        left: 60vmax; /* به اندازه‌ی عرض یا فاصله‌ای که می‌خواهید حرکت کند */
    }
}

/* استایل کلی اسلایدر */
.slider {
    overflow: hidden;
    width: 100vmax;
    direction: rtl;
    margin: -9vh -26vmax 0vmax;
}

/* تنظیمات خط حرکت اسلایدها */
.slider-track {
    display: flex;
    gap: 120px; /*
    animation: slideAnimation 10s step-start infinite;*/
}

/* تنظیمات هر اسلاید */
.member-slide {
    flex: 0 0 auto;
    width: 300px; /* یا هر اندازه دلخواه */
    text-align: center;
}

/* استایل تصویر */
.slide-img {
    border: 3px solid #4070F4;
    border-radius: 50%;
    width: 255px;
    height: 255px;
    margin: 0 auto;
}

.member-slide img {
    width: 245px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
    padding: 2px 0;
}

/* استایل اطلاعات اسلاید */
.slide-info {
    margin-top: 10px;
}

    .slide-info h4 {
        font-size: 23px;
        color: #fff;
        margin: 18px 0;
    }

.p {
    font-size: 20px;
    color: #3a75ff;
    margin: 0;
}

/* انیمیشن حرکت */
@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-calc((300px + 120px) * 6));
    }
}

.img-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: -2%;
}

.about__nav {
    display: flex;
    align-items: center;
}




.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.image-layer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

    .image-layer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.15;
    }

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

p {
    line-height: 1.8;
    text-align: justify;
}

.options {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.option {
    flex: 1;
    padding: 1rem;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: transform 0.3s;
    position: relative;
    color: #fff;
}

    .option .info {
        background: rgba(0,0,0,0.5);
        padding: 0.5rem;
        border-radius: 0.5rem;
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }

    .option.active, .option:hover {
        transform: scale(1.05);
    }

#navigatore {
    transform: translateX(-3%) translateY(-52%);
}

    #navigatore a {
        margin: 0 0.5rem;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        transition: color 0.3s;
    }

        #navigatore a:hover {
            color: #007bff;
        }



/* ظرف اصلی: 90% عرض صفحه و وسط‌چین */
.about__container {
    width: 90%;
    margin: 30px auto;
    box-sizing: border-box;
}

/* موبایل: بلوک‌ها پشت سر هم */
@media (max-width: 767px) {
    .about__row {
        display: block;
    }

    .about__text,
    .about__images {
        width: 100%;
        float: none;
        box-sizing: border-box;
        text-align: right;
        margin-bottom: 1rem;
    }

    .bigImg,
    .sideImg1,
    .sideImg2 {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }
}

@media (min-width: 768px) {
    .about__row {
        display: flex;
        align-items: stretch; /* این باعث می‌شه ستون‌ها (متن و عکس‌ها) هم‌ارتفاع باشند */
    }

    .about__text {
        width: 45%;
        box-sizing: border-box;
        text-align: right;
        padding-left: 1rem;
    }

    .about__images {
        width: 55%;
        display: flex;
        box-sizing: border-box;
    }

    /* ستون عکس بزرگ */
    .about__images-main {
        width: 50%;
        box-sizing: border-box;
    }
    /* عکس بزرگ: ارتفاع ۱۰۰٪ کانتینر خودش (برابر با ارتفاع متن) */
    .bigImg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* ستون دو عکس کوچک */
    .about__images-sides {
        width: 50%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .about__images-side {
        flex: 1; /* هر عکس کوچک نیمی از ارتفاعِ کانتینر والد */
        box-sizing: border-box;
    }
    /* عکس‌های کوچک: ارتفاع ۱۰۰٪ کانتینر خودشون (نصف ارتفاع متن) */
    .sideImg1,
    .sideImg2 {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}
.img_1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: -2%;
}
.team-block-oneeee:hover {
    opacity: 1;
    filter: blur(3px) grayscale(60%);
    transition: ease-in-out 0.3s;
    background-color: #3a75ff;
}

.ltr{
    direction:ltr;
}

.r_text{
    text-align:right;
}
.l_text {
    text-align: left;
}
.text_Justify {
    text-align: justify-all;
}
.Color_white {
    color: #fff;
}
.Font_Size_20 {
    font-size: 20px;
}
.b_0 {
    border: 0;
}
.font_option_secTitle {
    padding-top: 50px !important;
}
.Font_size_xx {
    font-size: xx-large;
}
.mt_100Percent {
    margin-top: 100px;
}
.Mt_8rem {
    margin-top: 8rem !important;
}
.btn_More {
    height: 3rem;
    text-align: center;
}

img.imgop {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
}
.Fix_Number {
    position: fixed;
    bottom: 15px;
    z-index: 1030;
    float: left;
    direction: ltr;
    left: 20px;
    width: 100px;
    height: 100px;
}