@font-face {
    font-family: iransans;
    src: url(../../fontawesome-free-6.6.0-web/IRANSans.ttf);
}

:root {
    --color-1: #fda603;
    --color-2: #0072C5;
    --color-2-2: #82bae3;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #3c0074 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5rem !important;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #7a03ed, #9b00ff);
    border-radius: 5rem !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, #4b4b4baf, #43434378);
    }

* {
    scrollbar-width: thin;
    scrollbar-color: #878787 rgba(0, 0, 0, 0) !important;
}

a {
    text-decoration: none;
}

body {
    font-family: iransans;
    background-color: #f7f9fd;
}

.en {
    display: none;
}

.matnenglisi {
    visibility: hidden;
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* منو */
.navbar-brand {
    color: var(--color-1);
    font-weight: bold;
}

.nav-link {
    font-size: 0.9rem;
    position: relative;
    transition: color 0.2s ease-in-out;
    color: #e3e3e3;
    margin: 0 0.3rem;
}

.nav-style {
    padding: 1.1rem;
    background-color: #d4d4d457 !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.nav-link:focus {
    color: var(--color-2) !important;
}

.nav-link:hover {
    color: var(--color-1) !important;
}


    .nav-link:hover::after {
        transform: scaleX(1);
    }

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
}

.nav-icon {
    font-size: 18px;
    margin: 0 0.3rem;
    color: var(--color-1);
    transition: all 0.2s;
}

.change-lang-icon {
    font-size: 21px;
    margin: 0 0.3rem;
    color: var(--color-2);
    transition: all 0.4s ease-out;
    position: relative;
}

    .change-lang-icon:hover {
        transform: rotate(359deg);
    }

.language-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.language-switch:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.nav-icon:hover {
    transform: scale(0.8);
    color: #ef9c00;
}

.the-mx-auto {
    margin-left: 3rem !important;
}

@media (min-width: 768px) {
    .p-nav {
        padding-right: 1rem !important;
        padding-left: 0rem !important;
    }

    .mt-10 {
        margin-top: 10rem !important;
    }

    .mbn-10 {
        margin-bottom: 10rem !important;
    }

    .m-t-b-5 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

.navbar-light .mx-auto {
    margin-right: auto !important;
    margin-left: 2.5rem !important;
}


.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.the-dropdown-menu {
    top: 35px;
    font-size: 0.9rem;
    border: none;
    background-color: #ffffff;
    padding: 0.4rem;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.386);
}

.new-dropdown-menu {
    position: absolute;
    top: 30px !important;
    left: 80px !important;
    font-size: 0.9rem;
    border: none;
    border-radius: 0.3rem;
    background-color: #ffffff;
    padding: 0.4rem;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.386);
    width: fit-content;
}

.dropdown-item {
    margin: 10px 0 !important;
}

    .dropdown-item:hover {
        color: var(--color-2) !important;
        background-color: transparent !important;
    }

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0 !important;
    }
}

/* banner */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}

    .video-container video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100% !important; /*100vh*/
        object-fit: cover;
        z-index: -2;
    }

.overlay {
    background: rgba(0, 0, 0, 0.375);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay2 {
    background: rgba(0, 0, 0, 0.547);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container .content {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: justify;
    z-index: 10;
}

.header-text {
    font-size: 200px;
    font-weight: bold;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff37;
    stroke: #ffffff37;
    mix-blend-mode: overlay;
    color: #FFFFFF00;
    line-height: 220px;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    /* align-items: center; */
    padding: 120px 10px;
    height: auto;
}

.text {
    text-align: left;
    padding: 0px 180px 20px 20px;

}

.text h1,
.text h2 {
    font-weight: bold;
    line-height: 40px;
}

.text h1 {
    color: var(--color-1);
}

.image img {
    width: 100%;
    border-radius: 10px;
}

.overlay {
    background: rgba(0, 0, 0, 0.375);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.dot-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot-container .box {
    background-color: rgb(244, 157, 26);
}

.dot-container .rectangle {
    width: 20px;
    height: 4px;
    border-radius: 20%;
}

.dot-container .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.countdown-container {
    background-color: white;
    border-radius: 1.4rem;
    padding: 10px 25px;
    color: #4c5686;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);

}

.timer-container {
    display: flex;
    gap: 10px;
    align-items: center !important;

}

.timer-container .box {
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 1rem;
    text-align: center;
    color: #b5b5b5;
    border: 1px solid #e3e3e3;
}

.timer-container .box span {
    color: #3d79fc;
    font-weight: bold;
}

.countdown-container {
    background-color: white;
    border-radius: 1.4rem;
    padding: 10px 25px;
    color: #4c5686;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.countdown-container>div:first-child {
    margin-right: 0;
}

.timer-container {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.timer-container .box {
    min-width: 70px;
    height: 70px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 1rem;
    text-align: center;
    color: #b5b5b5;
    border: 1px solid #e3e3e3;
}

/* تنظیمات ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .countdown-container {
        flex-direction: column;
        text-align: center;
    }

    .timer-container {
        gap: 5px;
    }

    .timer-container .box {
        min-width: 55px;
        height: 55px;
        padding: 8px;
        font-size: 14px;
    }
}
/* 
.dot-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dot-container .box {
    background-color: rgb(244, 157, 26);
}

.dot-container .rectangle {
    width: 20px;
    height: 4px;
    border-radius: 20%;
}

.dot-container .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
} */


/* section1 */
.imag-container {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto !important;
    padding-top: 2rem;
    z-index: -2;
}

.s1 {
    background-image: url('../../../Media/Demo/48/bac\ \(2\).jpg');
}

.s2 {
    background-image: url('../../../Media/Demo/48/bac\ \(3\).jpg');
}

.s6 {
    background-image: url('../../../Media/Demo/48/bac\ \(6\).jpg');
}

.s7 {
    background-image: url('../../../Media/Demo/48/bac\ \(4\).jpg');
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.778);
    z-index: -1;
}

.section1 {
    height: 100vh;
    display: flex;
    align-items: center;
}

.line {
    margin-left: -50px;
    transform: rotate(90deg);
    height: 2px;
    width: 100px;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(0, 114, 197, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(253, 166, 3, 1) 100%);
}

.section1-title {
    line-height: 64px;
    font-weight: bold;
    z-index: 5;
    font-size: 32px;
    display: flex;
    align-items: center;
}

.section1-1-title {
    line-height: 64px;
    font-weight: bold;
    font-size: 27px;
    display: flex;
    align-items: center;
}

.pic2-section1 {
    position: relative;
    z-index: 11;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.4);
    background: url('../../../Media/Demo/48/ahdaf.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 580px;
}

.section1-icon {
    color: var(--color-1);
    margin: 0 1rem;
    font-size: 28px;
}

.section1-icon-p {
    font-size: 18px;
    color: #eaeaea;
    margin-top: 10px;
}

.picborder {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 25px 200px;
    border: 2px solid #fff;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.pic1-section1,
.pic2-section1,
.pic-section6 {
    animation: floating 3s ease-in-out infinite;
}

.pic2-section1 {
    animation-delay: 0.4s;
}

/* 
.square2-section1 {
    animation-delay: 0.6s;
} */
/* 
.section1-a {
    text-decoration: none;
    margin: 3px 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.section1-btn {
    border-radius: 10px 20px;
    border: 1px solid #3d79fc;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    color: #3d79fc;
    transition: all 0.3s;
}

.section1-btn:hover {
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    color: #ffffff;
}

.section1-btn2 {
    border-radius: 10px 20px;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.section1-btn2:hover {
    border: 1px solid #3d79fc;
    background: transparent !important;
    color: #3d79fc;
} */

.section1-subtitle {
    color: #4c5686;
    font-size: 25px;
    font-weight: 700;
}

.section1-subtitle2 {
    color: #3d79fc;
    font-size: 20px;
    font-weight: 600;
}

.section1-longcaption {
    color: #ececec;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 1.5rem;
}


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
}

/* particl */
canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f7f9fd;
}

/* ---- stats.js ---- */

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-right: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* section2 */
.video-section {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-section video {
        width: 80%;
        height: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 1rem;
    }

.overlay-video {
    background: rgba(0, 0, 0, 0.375);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    z-index: 1;
    border-radius: 1rem;
}

.overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 6px solid white;
    color: white;
    font-size: 32px;
    padding: 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    transition: all 0.2s ease-in;
    z-index: 2;
}

    .overlay-button:hover {
        border: 7px solid var(--color-1);
        color: var(--color-1);
    }

.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

    .video-popup video {
        width: 70%;
        max-height: 80%;
    }

.close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color-2);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.learn-more {
    color: #0072c5;
    margin: 0 0 0 0.7rem;
    font-weight: bold;
}

.learn-more-icon {
    margin: 0 0.5rem;
    color: #fda603;
    font-size: 20px;
}

/* section3 */
.w-65 {
    width: 65%;
}

.w-80 {
    width: 80%;
}

.section3-titels {
    color: #0072c5;
    font-weight: bold;
    font-size: 20px;
}

.section3-captions {
    color: #646464;
    text-align: justify;
}

.custom-list {
    line-height: 35px !important;
    list-style: none;
    padding-right: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 25px;
        font-size: 16px;
    }

        .custom-list li::before {
            content: "➜";
            /*transform: rotate(180deg);*/
            color: #fda603;
            font-size: 18px;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0px;
        }

.animation-img {
    transition: transform 0.3s ease-in-out;
}

    .animation-img:hover {
        transform: translateY(-30px) !important;
    }

.animation2-img {
    transition: transform 0.4s ease-in-out;
}

    .animation2-img:hover {
        transform: translatex(30px) !important;
    }

.animation3-img {
    transition: transform 0.3s ease-in-out;
}

    .animation3-img:hover {
        transform: scale(1.1) !important;
    }

/* section4 */
.gallery img {
    width: 95%;
    height: auto;
    object-fit: cover;
}

.section4-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.8rem 0.5rem;
    text-align: center;
}

    .section4-img-container p {
        margin-top: 0.5rem;
        font-size: 14px;
    }

/* section5 */
.section5-cadr2 {
    text-align: center;
    width: 100%;
    border: 2px solid #fda603;
    background-color: #fda603;
    color: white;
    font-size: 26px;
    padding: 10px 4px;
    font-weight: bold;
    height: 200px;
}

.section5-cadr1,
.section5-cadr3 {
    text-align: left;
    width: 100%;
    border: 2px solid #0072C5;
    padding: 10px 4px;
    font-size: 16px;
    height: auto;
    color: #918FA5;
}

@media (min-width: 1024px) {
    .pad-15 {
        padding-right: 15rem;
        padding-left: 15rem;
    }
}

.pad-01 {
    padding: 0.1rem;
}

.section5-cadr-title {
    color: #ffffff;
    font-weight: bold;
}

.section5-cadr-description {
    color: rgb(230, 230, 230);
}

.section5-cadr-title2 {
    font-size: 35px;
    font-weight: bold;
}

.section5-row {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-4 .col-lg-4-section5 {
    display: flex;
}

.section5-cadr1,
.section5-cadr2,
.section5-cadr3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    flex: 1;
}

/* section6 */
.pic-section6 {
    position: relative;
    z-index: 11;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.4);
    background: url('../../../Media/Demo/48/ahdaf.jpg') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 580px;
}

.section6-longcaption {
    color: #ececec;
    font-size: 16px;
    line-height: 42px;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.card-container {
    display: flex;
    align-items: center;
    border: 2px solid var(--color-2-2);
    padding: 40px 15px;
    width: 100%;
    position: relative;
    margin: 0.6rem 0;
}

.card-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ffa60085;
    font-size: 22px;
    transition: all 0.1s ease-out;
}

.card-container:hover .card-icon {
    color: var(--color-1);
}

.card-image {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.card-content {
    flex: 1;
    text-align: left;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-2);
    margin-bottom: 20px;
}

.card-description {
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 5px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.card-date {
    font-size: 12px;
    color: #777;
}

.card-company {
    font-size: 13px;
    color: var(--color-2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-1) !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #dee1ed !important;
}

/* section7 */
.section7-img-container {
    width: 100%;
    height: 300px;
    border-radius: 2px;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    background-color: #0072C5;
    position: relative;
    z-index: 1;
}

    .section7-img-container img {
        width: 100%;
        height: 100%;
    }

.section7-caption {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background-color: var(--color-1);
    color: white;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.section7-img-container:hover .section7-caption {
    opacity: 1;
}

.section7-img-container img {
    transition: all 0.3s ease-in-out;
}

.slider2:hover .section7-img-container img {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

.slider2 .section7-img-container:hover img {
    opacity: 1 !important;
}

/* section8 */

.collapse-btn {
    background-color: transparent;
    color: #292929;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 10px;
    border: 1px solid var(--color-2);
    cursor: pointer;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
}

.card-header {
    padding: 0 !important;
}

.collapse-btn:focus {
    outline: none;
}

.collapse-icon {
    color: var(--color-1);
    font-size: 30px;
    transition: transform 0.3s ease;
}

.card-body {
    border-radius: 0 !important;
    border: 1px solid var(--color-2);
    border-top: 1px solid #5f5f5f00;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    color: #9196a5;
}

.accordion {
    background-color: transparent !important;
}

.card {
    --bs-card-bg: transparent !important;
    --bs-card-bg: #ffffff00 !important;
    --bs-card-border-color: rgb(0 0 0 / 0%) !important;
}

.card-header,
.collapse-btn {
    background-color: transparent !important;
    box-shadow: none;
}

/* hamiyan */
.img-hamiyan-container {
    background-color: rgba(255, 255, 255, 0.286);
    margin: 1rem 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.041);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

    .img-hamiyan-container img {
        height: 150px;
        transition: all 0.3s ease-in-out;
    }

/*   
  .img-hamiyan-container:hover img {
    filter: brightness(1.5) contrast(1.2);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  } */
@keyframes flash {
    0% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(2);
    }

    100% {
        filter: brightness(1);
    }
}

.img-hamiyan-container:hover {
    animation: flash 0.8s linear;
    background-color: rgba(255, 255, 255, 0.437);
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.604);
}

/* section9 */

.blog-card {
    width: 100%;
    transition: all 0.2s ease-in;
    overflow: hidden !important;
    background-color: rgba(255, 255, 255, 0.882);
    height: fit-content;
    z-index: 100 !important;
}

    .blog-card:hover {
        box-shadow: 0px 15px 40px -21px rgba(255, 255, 255, 0.895);
    }

    .blog-card img {
        width: 100%;
        height: 270px;
        object-fit: cover;
    }

    .blog-card .date {
        position: absolute;
        top: 10px;
        right: 10px;
        background: var(--color-1);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
    }

    .blog-card .content {
        padding: 15px;
        display: block !important;
        overflow: hidden !important;
        height: fit-content;
    }

.footer-blog {
    display: block;
}

.blog-card .title {
    color: rgb(77, 77, 77) !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in;
}

.blog-card:hover .title {
    color: rgb(45, 45, 45) !important;
}

.blog-card .description {
    font-size: 14px;
    color: #797979 !important;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-blog {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
    color: #777 !important;
    border-top: 1px solid #9b9b9b;
    z-index: 10000 !important;
}

.blog-card-icon {
    margin-right: 5px;
    color: var(--color-1);
}

.descriptio2-2 {
    line-height: 38px;
    color: #656565;
    text-align: justify;
}





/* footer */
.the-footer {
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
    padding: 5rem 5rem 0rem 3rem;
}

.footer-col1 {
    padding: 0 1rem;
    height: max-content;
}

    .footer-col1 p {
        color: #ffffff;
        text-align: justify;
        font-size: 15px;
        line-height: 25px;
    }

.footer-title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

    .footer-title::after {
        content: "";
        display: block;
        border-radius: 5px;
        background: var(--color-1);
        width: 55px;
        height: 4px;
        margin-top: 10px;
    }

.news-title {
    color: rgb(198, 198, 198);
    transition: all 0.1s ease-in;
}

    .news-title:hover {
        color: rgb(255, 255, 255);
    }

.news-date {
    color: rgb(146, 146, 146);
}

.footer-col2 ul {
    padding: 0 2px;
    width: auto;
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

    .footer-col2 ul li {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .footer-col2 ul li a {
            color: #ffffffba;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.1s ease-in;
        }

            .footer-col2 ul li a:hover {
                color: #fff;
            }

        .footer-col2 ul li::before {
            content: "";
            display: block;
            width: 8px;
            height: 8px;
            background: #b8bdd7;
            border-radius: 8px;
        }

.col3-container {
    display: flex;
    gap: 14px;
}

.col3-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 21px;
}

.col3-content {
    width: auto;
    display: grid;
    gap: 3px;
}

    .col3-content span {
        color: #fff;
        font-size: 13px;
        font-weight: bold;
    }

.fs-p3-content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.col4 {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.col4-img-container {
    width: 77px;
    height: 87px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: white;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

/* nav for small screen */
@media (max-width: 990px) {
    .smallnav-container {
        z-index: 1000;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 66px;
        border-radius: 20px;
        background: linear-gradient(90deg, rgba(0, 114, 197, 1) 0%, rgba(253, 166, 3, 1) 100%);
        box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
        display: grid;
        grid-template-columns: 1fr 1fr 55px 1fr 1fr;
        align-items: center;
        justify-content: center;
        padding: 6px 16px;
        text-align: center;
    }

    .smallnav-container-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        gap: 5px;
        font-size: 14px;
    }

    .center-item {
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #ffffff91;
        box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
    }

        .center-item img {
            width: 43px;
            height: 43px;
        }

    .smallnav-container-item span {
        color: #fff;
        font-size: 10px;
    }

    .smallscreen-container {
        justify-content: center !important;
    }

    /* استایل منوی کشویی */
    .small-dropdown-menu {
        display: none;
        position: fixed;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        border-radius: 25px;
        background: #fff;
        box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
        padding: 10px 0;
        z-index: 1000;
    }

    .menu-title {
        color: #4c5686;
        font-weight: bold;
    }

    .menu-subtitle {
        color: #656a85;
        font-weight: none;
    }

    .has-submenu > a::after {
        content: "▼";
        font-size: 12px;
        margin: 0 8px;
        transition: transform 0.3s ease;
    }

    .has-submenu.theactive > a::after {
        transform: rotate(180deg);
    }
}

.small-dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.small-dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s;
}


.submenu {
    display: none;
    padding-right: 15px;
    border-right: 2px solid #ccc;
}

.has-submenu > a::after {
    content: "▼";
    font-size: 12px;
    margin-right: 5px;
}

.has-submenu.active > .submenu {
    display: block;
}



.small-menu {
    width: 85%;
    position: absolute;
    left: 7.5%;
    padding-inline: 20px;
    padding-block: 20px 34px;
    bottom: 83px;
    border-radius: 25px 25px 0px 0px;
    background: #ffffff47 !important;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
}

    .small-menu a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #3d79fc;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
    }

.social-icons-container {
    position: fixed;
    left: 100px;
    right: 20px;
    /* background-color: #ffffff47 !important; */
    /* padding: 10px; */
    /* border-radius: 20%; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}


.toggle-btn {
    background-color: #0072C5;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s;
}

    .toggle-btn:hover {
        background-color: #fda603;
    }

/* آیکن‌های منو */
.social-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

    .social-icons a {
        text-decoration: none;
        font-size: 20px;
        color: #0072C5;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #fda603;
        }


@media (min-width: 992px) {
    .social-icons-container {
        display: none;
    }
}

/* responsive */
@media (max-width: 768px) {
    .h-100vh-larg {
        height: auto !important;
    }

    .header-text {
        font-size: 80px;
    }

    .video-container .content {
        text-align: center;
    }

    .gallery img {
        width: 50%;
    }

    .section1-icon-p {
        font-size: 14px;
    }

    .video-popup video {
        width: 100%;
    }

    .section1-icon {
        margin: 0 0.4rem;
        font-size: 25px;
    }

    .section4-img-container {
        margin: 0.8rem 0;
    }

    .section1-1-title {
        line-height: 44px;
        font-size: 22px;
    }

    .section1-title {
        font-size: 23px;
    }

    .section5-cadr1,
    .section5-cadr2,
    .section5-cadr3 {
        padding: 1rem !important;
    }

    .img-hamiyan-container img {
        height: 100px;
    }


    .copyright {
        margin-top: 2rem;
        padding: 0;
        flex-direction: column;
        align-items: left;
        text-align: left;
    }

        .copyright p {
            white-space: normal;
            margin-bottom: 5px;
        }

    .sectoin2-pic-small-container {
        margin-top: 1rem;
        justify-content: space-between;
    }

    .imgs-container img {
        width: 100%;
        height: auto;
    }

    .section1 {
        height: 100%;
        display: block;
    }

    .section3,
    .section4,
    .section6,
    .section8,
    .section10 {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .h-65-larg {
        height: 65% !important;
    }

    .h-100vh-larg {
        height: 110vh !important;
    }

    .h-100vh {
        height: 100vh !important;
    }

    .section1-caption {
        padding: 20px 50px;
    }

    .w-65-larg {
        width: 65% !important;
    }
}



@media (max-width: 767px) {
    .the-footer {
        padding: 3rem 1rem 0rem 1rem;
        height: auto;
    }

    .mr-right-lg {
        margin-right: 80px !important;
    }


    .sm-mr-top {
        margin-top: 3rem;
    }

    .text {
        padding: 100px 15px 20px 15px;
        text-align: center;
    }

    .content {
        padding: 20px 10px;
    }

    .pic2-section1 {
        height: 350px;
        background-size: contain;
    }

    .pic1-section1 {
        height: 350px;
    }

    .square2-section1 {
        bottom: -10px;
        left: 22%;
    }

    .square-section1 {
        top: -20px;
        left: 50%;
    }

    .img-top {
        margin-top: 100px;
    }

    .time-margin {
        margin: 0 auto;
    }

    .mt-small-3 {
        margin-top: 1rem;
    }

    .dot-container-small-center {
        display: flex;
        justify-content: center;
    }

    .small-center {
        display: flex;
        justify-content: center;
    }

    .modal-pic-content {
        height: 80% !important;
        width: 100%;
        margin: 20px auto;
    }

    .section3-title-container {
        display: flex;
        justify-content: center;
    }
}

/* اطلاعات اولیه */
.new-nav-style {
    background-color: #404040 !important;
    position: relative !important;
    border-bottom: 2px solid var(--color-1);
}

.new-change-lang-icon {
    color: white !important;
}

/* .new-nav-link{
    color: #e3e3e3 !important;
}
.new-nav-link:hover {
    color: var(--color-1) !important;
} */
.new-section1-title {
    font-size: 29px;
}

.page-link {
    display: inline;
    font-size: 23px;
    color: #414141ae;
}

.page-des {
    display: inline;
    font-size: 23px;
    color: var(--color-2);
}

.go-left,
.go-right {
    color: var(--color-1) !important;
    font-size: 20px !important;
    margin: 0px 0.6rem;
}

@media (max-width: 767px) {

    .page-link,
    .page-des {
        font-size: 16px;
    }

    .etelaAvalie {
        width: 100%;
    }
}

/* گزارش دوره قبل */
.download-btn {
    border: 1px solid var(--color-1);
    color: white;
    background-color: var(--color-1);
    border-radius: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in;
}

    .download-btn:hover {
        border: 1px solid var(--color-1);
        background-color: transparent;
        color: var(--color-1);
    }

/* چرا بااید در نمایشگاه شرکت کنیم */
.why-caption {
    line-height: 48px;
    color: #5f5e5e;
    padding: 1rem;
}

    /* پارکینگ */
    .why-caption span {
        color: var(--color-1);
        display: inline !important;
    }

/* فرم ثبت نام نمایشگاه */

.login-items-box3 {
    /* border-radius: 25px;*/
    opacity: 0.7;
    /* background: #ffffffc9;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1); */
    padding: 42px;
}

@media (max-width: 768px) {
    .login-items-box3 {
        width: 90%;
    }

    .login-items-box3 {
        border-radius: 25px;
        opacity: 0.7;
        background: #ffffffc9;
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
        padding: 42px;
    }
}

.input-contaner-login {
    width: 100%;
    margin-top: 10px;
}

.btn-login {
    text-align: center;
    text-decoration: none;
    margin: 3px 8px;
    padding: 16px 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    color: #fff;
    transition: all 0.4s;
}

    .btn-login:hover {
        background-color: transparent;
        border: 1px solid var(--color-1);
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
        color: var(--color-1);
    }

.a-login {
    width: fit-content;
    color: #8285a0;
    font-size: 16px;
    font-weight: 500;
}

.not-register {
    color: #8285a0;
    font-size: 14px;
    font-weight: bold;
}

.go-to-register {
    color: var(--color-2);
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
}

.register-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-1);
    ;
    font-size: 19px;
}

/* کتاب نمایشگاه */
.book-icon {
    font-size: 36px !important;
    color: var(--color-2);
    margin: 0 1rem;
}

.text1 {
    color: #292929;
    margin-bottom: 0.6rem;
}

.text2 {
    color: #757575;
    font-size: 14px;
}

/* درباره برگزار کننده */
.descriptio1 {
    font-weight: bold;
}

.descriptio1,
.descriptio2 {
    text-align: justify;
    font-size: 16px;
    line-height: 31px;
    color: #494949;
}

.about-title {
    font-size: 26px;
    font-weight: 500;
}

    .about-title::after {
        content: "";
        display: block;
        border-radius: 5px;
        background: var(--color-1);
        width: 75px;
        height: 4px;
        margin-top: 10px;
    }

.about-icon {
    font-size: 45px !important;
    color: var(--color-1);
    margin: 0 1rem;
}

.about-text1 {
    color: #ffffff;
    margin-bottom: 0.6rem;
    text-align: justify;
    font-size: 32px;
}

.about-text2 {
    color: #ffffff;
    text-align: justify;
    font-size: 14px;
}

.about-caption {
    line-height: 30px;
    color: #5f5e5e;
    padding: 1rem;
}

/* ارتباط با ما */
.commenicatio-title {
    font-size: 20px;
    font-weight: 500;
}

    .commenicatio-title::after {
        content: "";
        display: block;
        border-radius: 5px;
        background: var(--color-1);
        width: 55px;
        height: 3px;
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .justify-content-start-small {
        justify-content: start !important;
    }
}

/* مقالات */
.social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .social-icons a {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fda603;
        color: white;
        border-radius: 50%;
        font-size: 16px;
        text-decoration: none;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

        .social-icons a:hover {
            transform: scale(1.1);
            background-color: #e69502;
        }

.date-blog {
    position: absolute;
    top: 0;
    left: 20%;
    background: var(--color-1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 19px;
}

/* محور ها */
.footer-mehvarha {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    font-size: 18px;
    color: #777;
    border-top: 1px solid #ddd;
}

.mehvarha-icon {
    color: #6b6b6b;
}

.mehvarha-details {
    border-radius: 0.3rem;
    list-style-type: none;
    background: rgb(237, 237, 237);
    padding: 10px 20px;
    margin: 10px 0px;
    line-height: 42px;
}

.footer-mehvarha a {
    color: #6b6b6b !important;
}



















/* صفحه تماس با ما */
.new-nav-link {
    color: #4c5686 !important;
}

.contact-container {
    border-radius: 50px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
}

.contact-container-title {
    margin-top: 24px;
    color: #414a75;
    font-size: 17px;
    font-weight: bold;
}

.contact-container-subtitle {
    color: #6c76ab;
    font-size: 15px;
    line-height: 25px;
}

.contact-item-name {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.contact-item-input {
    width: 100%;
    display: grid;
    gap: 4px;
}

.contact-item-input-span {
    margin-left: 11px;
    color: #414a75;
    font-size: 16px;
    font-style: normal;
}

.contact-item-input-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    background: #dee1ed;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
    border: transparent;
    outline: transparent;
    color: #6c76ab;
    font-size: 15px;
    padding: 0 20px;
}

.contact-item-email {
    width: 100%;
}

.contact-item-msg {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 26px;
}

    .contact-item-msg textarea {
        height: 157px;
        resize: none;
        border: transparent;
        border-radius: 7px;
        background: #dee1ed;
        box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
        padding: 16px 20px;
        outline: none;
        color: #6c76ab;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        overflow: auto;
    }

.contact-item-btn {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 36px;
}

.tamas {
    color: #414a75;
    font-size: 25px;
    font-weight: 700;
}

.tamas-item-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 10px;
}

.tamas-item {
    width: 100%;
    border-radius: 12px;
    background: #dee1ed;
    padding: 26px 16px 26px 60px;
    display: flex;
    gap: 12px;
}

.tamas-item-icon-container {
    width: 48px;
    height: 48px;
    color: #dee1ed;
    background-color: #6c76ac;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 22px;
}

.tamas-item-content {
    width: fit-content;
    display: grid;
    height: fit-content;
    gap: 5px;
}

.tamas-item-content-span {
    color: #6c76ab;
    font-size: 14px;
}

.tamas-item-content-b {
    color: #414a75;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

/* register */
.login-items-box1 {
    width: 100%;
    border-radius: 25px;
    opacity: 0.7;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    padding: 42px;
    color: #414a75;
}

.login-items-box2 {
    width: 100%;
    border-radius: 25px;
    opacity: 0.7;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    padding: 42px;
}

    .login-items-box2 > .img-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

.login-items-box-title {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 13px;
    color: #414a75;
    font-size: 16px;
    line-height: 32px;
}

.login-form {
    width: 100%;
    display: grid;
    gap: 20px;
    margin-top: 26px;
}

.forms-container {
    color: #414a75;
    padding: 20px 25px;
    background-color: #929ac122;
    border-radius: 14px;
}

.forms-container2 {
    position: relative;
    color: #414a75;
    padding: 55px 25px 20px 25px;
    background-color: #929ac10a;
    border-radius: 14px;
    border: 1px solid #dee1ed;
    display: none;
}

.forms-container2-title {
    position: absolute;
    top: -20px;
    left: 20px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    color: #414a75;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 14px;
}

.radio-group {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #3d79fc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    input[type="radio"]:checked {
        background-color: #3d79fc;
        border: 5px solid white;
        box-shadow: 0 0 0 2px #3d79fc;
    }

.input-contaner-register {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 10px;
}

.checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #414a75;
    margin-bottom: 10px;
}

.checkbox input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #4073f8;
    border-radius: 5px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

    .checkbox input[type="checkbox"]:checked {
        border: 1px solid #4073f8;
        background-color: #3f73f9;
    }

        .checkbox input[type="checkbox"]:checked::after {
            content: '✔';
            color: white;
            font-size: 14px;
            position: absolute;
            left: 4px;
            top: 1px;
        }


@media (max-width: 767px) {
    .input-contaner-register {
        grid-template-columns: 1fr;
    }

    .tamas-item-container {
        grid-template-columns: 1fr;
    }
}

.login-form-input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
}

.login-form-textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #dee1ed;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
    padding: 12px 16px;
    outline: none;
    min-height: 100px;
}

.login-form-input-input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 16px;
    border: transparent;
    background: transparent;
    color: #292929;
    font-size: 15px;
    outline: none;
}

.login-form-input-span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c76ab;
    font-size: 23px;
}

.alert-info {
    --bs-alert-color: #4073f8 !important;
    --bs-alert-bg: #f2f4f9 !important;
    --bs-alert-border-color: #779bf9 !important;
    --bs-alert-link-color: #5944e8 !important;
}

.field {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.field-title {
    color: #414a75;
    margin-left: 10px;
}

.dropzone {
    min-height: 100px;
    border: 2px dashed rgba(0, 0, 0, 0.2);
    background: rgba(245, 245, 245, 0.623);
    padding: 20px 20px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #4c5686a6;
    transition: all 0.2s linear;
}

.dropzone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropzone:hover {
    color: #4c5686;
}

.dropzone span {
    font-size: 13px;
}

.dropzone img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.dropzone-hidden {
    display: none;
}

.dropzone-button {
    padding: 16px 20px;
    margin-top: 10px;
    border-radius: 10px 20px;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}

/*gozarsh tasviri  */

.image-container {
    border-radius: 13px;
    border: 2px solid #cfcfcf;
    width: 80%;
    margin: 1rem;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }

        .image-container img:hover {
            transform: scale(1.05);
        }

@media (max-width: 768px) {
    .image-container {
        margin: 1rem 0;
        width: 100%;
        height: 240px;
    }
}

.close,
.prev,
.next {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close {
    top: 10px;
    left: 20px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* درباره برگزار کننده */
.about1-img-container {
    margin: 0.67em 0;
}

    .about1-img-container img {
        height: auto;
        max-width: 15%;
    }

.about1-description {
    margin-top: 14px;
    color: #6c76ab;
    text-align: justify;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}



/* مقالات */
.address {
    max-width: 100%;
    margin-inline: auto;
    border-top: 1.5px solid #dee1ed;
    margin-top: 34px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6c76ab;
}

.from {
    color: #6c76ab;
    font-size: 16px;
}

.to {
    color: #3d79fc;
    font-size: 16px;
}

.headline {
    padding: 19px 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.headline-title {
    color: #414a75;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    flex: 1;
}

.archive_articles-headline {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 16px;
    color: #6c76ab;
    justify-content: flex-start;
}

    .archive_articles-headline span {
        position: relative;
        padding: 0 5px;
    }

        .archive_articles-headline span::before {
            content: "";
            display: inline-block;
            width: 2px;
            height: 15px;
            background-color: #ccc;
            margin-left: 12px;
            vertical-align: middle;
        }

        .archive_articles-headline span:last-of-type::before {
            content: none;
        }

.archive_articles-share {
    width: 47px;
    height: 47px;
    border-radius: 10px;
    background: #dee1ed;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #5e3de6;
}

@media screen and (max-width: 768px) {
    .headline {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .headline-title {
        text-align: center;
        line-height: 37px;
    }

    .archive_articles-headline {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

        .archive_articles-headline span::before {
            content: none;
        }

    .archive_articles-share {
        width: 40px;
        height: 40px;
    }
}

.img-post {
    background-image: url(../../../Media/Demo/48/maghale.jpg);
    background-size: cover;
    width: 100%;
    height: 450px;
    border-radius: 14px;
    position: relative;
    z-index: 3 !important;
}

.img-post2 {
    background-image: url(../../../Media/Demo/48/maghale2-3.jpg);
    background-size: cover;
    width: 100%;
    height: 450px;
    border-radius: 14px;
    position: relative;
    z-index: 3 !important;
}

.img-post4 {
    background-image: url(../../../Media/Demo/48/maghale4.jpg);
    background-size: cover;
    width: 100%;
    height: 450px;
    border-radius: 14px;
    position: relative;
    z-index: 3 !important;
}

.img-post-card {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    border: 1px solid #b8bdd7;
    position: absolute;
    z-index: 1;
    top: 25px;
    right: 25px;
}

.archive_articles-content {
    margin-top: 44px;
    width: 100%;
    color: #414a75;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.archive_articles-summary {
    width: 100%;
    border-radius: 14px;
    background: #dee1ed;
    margin-top: 67px;
    padding: 18px 100px;
    display: flex;
    gap: 28px;
    color: #414a75;
    font-weight: bold;
    line-height: 34px;
    position: relative;
}

.dastebandi {
    width: 100%;
    margin-top: 65px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #dee1ed;
    padding-bottom: 10px;
}

.post-cats-span {
    color: #6c76ab;
    font-size: 14px;
    font-weight: bold;
}

.post-cats-a {
    color: #929ac1 !important;
    text-align: left;
    font-size: 14px;
    font-style: normal;
}

.product-comments-form {
    width: 100%;
    border-radius: 25px;
    background: #fff;
    margin-top: 3rem;
    padding: 43px 41px;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
}

    .product-comments-form > .subtitle {
        width: 100%;
        color: #414a75;
        font-size: 17px;
        font-weight: bold;
    }

.form-head {
    width: 100%;
    margin-top: 31px;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {

    .img-post,
    .img-post4 {
        height: 150px;
    }

    .img-post2 {
        height: 150px;
    }

    .to {
        font-size: 13px;
        margin-left: 6px;
    }

    .from {
        font-size: 13px;
    }

    .img-post-card {
        height: 150px;
    }

    .archive_articles-summary {
        padding: 18px 30px;
    }

    .form-head {
        grid-template-columns: 1fr;
    }
}

.form-head .form-head-input {
    height: 50px;
    width: 100%;
    border-radius: 7px;
    background: #dee1ed;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.form-head-input-input {
    width: calc(100% - 50px);
    height: 50px;
    border: transparent;
    background: transparent;
    outline: transparent;
    padding: 0 14px;
    color: #6c76ab !important;
    font-size: 17px;
}

.form-head-input-span {
    width: 50px;
    height: 50px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #929ac1d5;
}

.form-head-input-input::placeholder,
.form-head-body-textarea::placeholder {
    color: #6c76ab;
    opacity: 0.5;
}

.form-head-body {
    width: 100%;
    border-radius: 7px;
    background: #dee1ed;
    box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.07);
    padding: 14px;
    margin-top: 24px;
    height: 178px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.form-head-body-textarea {
    width: calc(100% - 161px);
    height: 100%;
    resize: none;
    outline: none;
    border: transparent;
    background: transparent;
    color: #6c76ab;
    font-size: 17px;
}

.form-head-body-button {
    width: 161px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* دسترسی به نمایشگاه */
.access-title {
    color: var(--color-1);
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.access-title2 {
    color: var(--color-2);
}

.access-caption {
    line-height: 40px;
    color: #5f5e5e;
    padding: 0 1rem;
}
