@font-face {
    font-family: iransans;
    src: url(../../fontawesome-free-6.6.0-web/IRANSans.ttf);
}

a {
    text-decoration: none;
}

body {
    font-family: iransans;
    direction: rtl;
    background-color: #f7f9fd;
    overflow-x: hidden;
}

.section {
    transition: transform 0.7s ease-in-out;
}

::-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, #9b00ff, #b033ff);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #3c0074 rgb(0, 0, 0) !important;
}


/* منو */
.nav-link {
    font-size: 0.9rem;
    position: relative;
    transition: color 0.2s ease-in-out;
    color: #e3e3e3;
    margin: 0 0.3rem;
}

.nav-link:focus {
    color: #3366ff !important;
}

.nav-link:hover {
    color: #3d79fc !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #3d79fc;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
}

.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: 21px;
    margin: 0 0.3rem;
}

.the-mx-auto {
    margin-right: 3rem !important;
}

@media (min-width: 768px) {
    .p-nav {
        padding-left: 1rem !important;
        padding-right: 0rem !important;
    }
}

.navbar-light .mx-auto {
    margin-left: auto !important;
    margin-right: 2.5rem !important;
}

.search {
    padding: 13px 10px;
    text-align: center;
    border-radius: 10px 20px;
    background: #3d79fc;
    position: relative;
    color: white !important;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent;
}

.search:hover {
    background: transparent;
    border: 1px solid #3d79fc;
    color: #3d79fc !important;

}

.theuser {
    color: #4c5686;
    padding: 13px 10px;
    text-align: center;
    position: relative;
}

.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: 160% !important;*/
    font-size: 0.9rem;
    border: none;
    border-radius: 0.6rem;
    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;
    right: 80px !important;
    font-size: 0.9rem;
    border: none;
    border-radius: 0.6rem;
    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: #3d79fc !important;
    background-color: transparent !important;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown:hover>.dropdown-menu,
.dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* 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: 100vh !important;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 2;
    color: white;
    display: flex;
    /* align-items: center; */
    padding: 120px 10px;
    height: auto;
}

.text {
    text-align: right;
    padding: 0px 20px 20px 180px;

}

.text h1,
.text h2 {
    font-weight: bold;
    line-height: 40px;
}

.text h1 {
    color: rgb(244, 157, 26);
}

.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-left: 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;
    }
}

/* section1 */
.section1 {
    height: 100vh;
    display: flex;
    align-items: center;
}

.pic2-section1 {
    position: relative;
    z-index: 11;
    border-radius: 25px 25px 25px 200px;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.4);
    background: url('../../../Media/Demo/47/section1.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 580px;
}

.pic1-section1 {
    position: relative;
    z-index: 11;
    width: 176px;
    height: 500px;
    border-radius: 25px;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.4);
    background: url('../../../Media/Demo/47/section1-2.jpg') no-repeat center center;
    background-size: cover;
}

.picborder {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 25px 200px;
    border: 2px solid #fff;
}

/*  مربع بالا */
.square-section1 {
    position: absolute;
    top: -20px;
    left: 60%;
    width: 126px;
    height: 126px;
    border-radius: 20px;
    background: #3d79fc;
    z-index: 9;
}

/*  مربع پایین */
.square2-section1 {
    position: absolute;
    bottom: 40px;
    left: 47%;
    width: 126px;
    height: 126px;
    border-radius: 20px;
    background: #6c40dc;
    z-index: 9;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.square-section1,
.pic1-section1,
.pic2-section1,
.square2-section1 {
    animation: floating 3s ease-in-out infinite;
}

.pic1-section1 {
    animation-delay: 0.2s;
}

.pic2-section1 {
    animation-delay: 0.4s;
}

.square2-section1 {
    animation-delay: 0.6s;
}

.section1-title {
    background-color: #f4f2fd;
    border-radius: 0.4rem;
    text-align: center;
    padding: 8px 0px;
    color: #7901ed;
    width: 140px;
    font-size: 15px;
}

.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: #6c76ab;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    margin-bottom: 1.5rem;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/* section2 */
.sectio2-title {
    text-align: center;
    color: #3366ff;
    width: fit-content;
    height: fit-content;
    padding: 10px 16px;
    border-radius: 7px 10px;
    background: #f4f2fd;
}

.sectoin2-pic-container {
    display: flex;
    justify-content: center;
}

.section2-caption {
    color: #caccdb;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
}

.section2-img {
    height: 350px;
    max-width: 100%;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}

.section2-smal-img {
    height: 230px;
    max-width: 100%;
    box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;

}

.modal-pic {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 1rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.modal-pic-content {
    height: 100% !important;
    width: 35%;
    border-radius: 0.7rem;
    margin: 0 auto;
}

.close-modal-pic {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 350px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #00000000;
}

.flip-box-front img {
    object-fit: cover;
}

.flip-box-back {
    background-color: rgba(0, 0, 0, 0.333);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    transform: rotateY(180deg);
    cursor: pointer;
}

.image-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}


.popup-content {
    max-width: 90%;
    max-height: 90vh;
    margin-top: 5%;
    border-radius: 10px;
}


.close-popup {
    position: absolute;
    top: 15px;
    right: 25px;
    color: rgb(0, 0, 0);
    font-size: 30px;
    cursor: pointer;
}

/* section3 */
.section3 {
    margin-top: 2rem;
    height: 110vh;
    overflow: hidden;
    z-index: 10;
    padding: 0 0 3rem 0 !important;
}

.section3-title {
    background-color: #f4f2fd;
    border-radius: 0.4rem;
    text-align: center;
    padding: 8px 9px;
    color: #7901ed;
    width: fit-content;
    font-size: 16px;
    /* margin-bottom: 2rem; */
}

.section3-subtitle {
    color: #4c5686;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    margin-top: 12px;
}

.section3-caption {
    color: #6c76ab;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 2rem;
}

.sectio3-pic-container {
    border-radius: 20px;
    padding: 1rem 2rem;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85px;
    margin: 15px 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);

}

/* section4 */
.section4 {
    height: 130vh;
    overflow: hidden;
    z-index: 10;
    padding: 0 0 3rem 0 !important;
}

.section4-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;

}

.section4-title {
    margin: 2px auto;
    background-color: white;
    border-radius: 0.4rem;
    padding: 13px 16px;
    color: #7901ed;
    width: fit-content;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.section4-subtitle {
    margin-top: 32px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
}

.cart-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 18px;
    margin-bottom: 0.1rem;
}

.cart-caption {
    color: #ffffff;
    font-size: 15px;
    line-height: 29px;
}

/* 
.cart-link {
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #3d79fc;
    font-size: 15px;
    text-decoration: none;
} */

.new-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.section4-cart {
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;

}

.cart-caption {

    flex-grow: 1;
    margin-bottom: 0px !important;

}

.section4-cart {
    perspective: 1000px;
    width: 100%;
    height: 330px !important;

}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.section4-cart:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front {
    text-align: center;
}


.card-back {
    transform: rotateY(180deg);
    text-align: center;
    background-color: #ffffffcf !important;
}

.section4-cart {
    perspective: 1000px;
    width: 100%;
    height: 270px;
}

.card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.section4-cart:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 320px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    /* background: #fff; */
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
    padding: 24px;
    color: white !important;
}

@media (max-width: 768px) {

    .card-front,
    .card-back {
        width: 100%;
        height: 100%;
    }
}

.card-back {
    transform: rotateY(180deg);
    text-align: center;
    background-color: #00000081 !important;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    filter: brightness(50%);
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* section5 */
.section5-subtitle {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.section5-cadr {
    position: relative;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 15px 85px -21px rgba(255, 255, 255, 0.563);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    width: 100%;
    padding: 17px 24px;
    display: flex;
    gap: 14px;
    align-items: center;
    transition: all 0.2s ease-in;
}

.section5-cadr:hover {
    box-shadow: 0px 15px 85px -21px rgba(255, 255, 255, 0);
}

.section5-cadr-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    background: rgb(255 255 255 / 10%);
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5-icon {
    color: #6800c9;
    font-size: 25px;
    animation: pulseFade 1.5s ease-in-out infinite;
}


@keyframes pulseFade {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

.section5-cadr-caption {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}

.section5-cadr-caption p {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 36px;
    font-weight: bold;
    display: inline;
    margin-left: 8px;
}

.section5-cadr-caption span {
    font-size: 14px;
    font-weight: normal;
    color: #6c76ab;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

.section5-cadr::after {
    content: "";
    width: 4px;
    height: 23px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    background: #3366ff;
}

/* section6 */
.section6 {
    height: 110vh;
    z-index: 10;
    padding: 0 0 3rem 0 !important;
}

.section6-subtitle {
    margin-top: 12px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.images-container {
    margin-top: 10px;
    border-radius: 25px;
    background: #ffffff0f;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
    padding: 24px;
    position: relative;
    /* padding-bottom: 0;
    position: relative; */
    z-index: 9;
}

.section6-img {
    border-radius: 20px;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.368);
    width: 100%;
    height: 228px;
    cursor: pointer;
}

.section6-img1 {
    background-image: url(../../../Media/Demo/47/section6-1.jpg);
    background-position: center;
    background-size: cover;

}

.section6-img2 {
    background-image: url(../../../Media/Demo/47/section6-4.jpg);
    background-position: center;
    background-size: cover;
}

.section6-img3 {
    background-image: url(../../../Media/Demo/47/section6-5.jpg);
    background-position: center;
    background-size: cover;
}

.section6-img4 {
    background-image: url(../../../Media/Demo/47/picture-20.jpg);
    background-position: center;
    background-size: cover;
}

.section6-img5 {
    background-image: url(../../../Media/Demo/47/section6-3.jpg);
    background-position: center;
    background-size: cover;

}

.section6-circel {
    width: 260px;
    height: 260px;
    border-radius: 367px;
    background: #ffffff;
    filter: blur(100px);
    position: absolute;
    bottom: -100px;
    left: 4rem;

}

.sectio6-btn {
    position: relative;
    overflow: hidden;
    padding: 16px 20px;
    border-radius: 10px 20px;
    border: 1px solid #6c76ab;
    box-shadow: inset 0 0 15px rgba(118, 157, 255, 0.5),
        0px 7px 30px -10px rgba(118, 157, 255, 0.615);
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background-color: #4c568637;
    transition: all 0.3s;
}

.sectio6-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: all 0.5s;
}

.sectio6-btn:hover::before {
    left: 100%;
    transition: all 0.7s;
}

.sectio6-btn:hover {
    background-color: #4c5686;
    color: #e1e2e8;
    box-shadow: inset 0 0 20px rgba(118, 157, 255, 0.7),
        0px 10px 40px -10px rgba(118, 157, 255, 0.8);
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}


.custom-modal-content {
    max-width: 80%;
    max-height: 80vh;
    margin-top: 5%;
    border-radius: 10px;
}

@media (max-width: 990px) {
    .custom-modal-content {
        margin-top: 40%;
        max-width: 100%;
        max-height: 90vh;
    }
}

.custom-close-modal {
    position: absolute;
    top: 15px;
    right: 25px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.custom-modal-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.custom-prev,
.custom-next {
    font-size: 30px;
    color: white;
    cursor: pointer;
    padding: 10px;
}

/* section6.5 */

.accordion-header .accordion-button {
    border-bottom: 1px solid rgb(126 126 126 / 50%) !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #292929;
}

.accordion-body {
    color: #4e4e4e;
    font-size: 14px;
    border-bottom: 1px solid rgba(109, 109, 109, 0.151);
}

.accordion {
    --bs-accordion-bg: #ffffff4b;
    --bs-accordion-border-width: none !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.012) !important;
}

.imgs-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.imgs-container img {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 0.5rem;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.848), rgba(0, 0, 0, 0));
    border-radius: 0.5rem;
}

.image-title {
    position: absolute;
    bottom: 40px;
    right: 50px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 0.3rem;
}

.custom-accordion-btn {
    display: flex;
    align-items: center;
    justify-content: start;
}

.icon-title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.accordion-icon {
    width: 80px;
    height: auto;
}

.divider {
    width: 1px;
    height: 30px;
    background-color: #ccc;
}

.custom-accordion-btn span {
    font-size: 16px;
}

#display-image {
    transition: opacity 0.5s ease-in-out;
}

#image-title {
    transition: opacity 0.5s ease-in-out;
}

.section6-row {
    min-height: 100vh;
    align-items: stretch;
}

.accordion {
    width: 100%;
}

.section6-row {
    display: flex;
    flex-wrap: nowrap;
    min-height: 100vh;
}

.section6-col-lg-6 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgs-container {
    max-width: 100%;
    height: auto;
}

.imgs-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.accordion {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* section7 */
.section7-title {
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-top: 12px;
}

.nav-container {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff14;
    box-shadow: 0px 10px 50px -10px rgba(68, 74, 88, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c76ab;
    transition: all 0.2s;
}

.nav-container:hover {
    background-color: #7901ed;
    color: #ffffff;
}

.section7-card {
    width: 100%;
    margin-bottom: 18px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.026);
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section7-card-header {
    display: flex;
    align-items: center;
}

.section7-card-header img {
    width: 70px !important;
    height: 70px;
    border-radius: 20px;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
    object-fit: cover;
    margin-left: 10px;
}

.section7-card-header-title a {
    color: #4c5686;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    transition: all 0.2s;
}

.section7-card:hover .section7-card-header-title a {
    color: #3d79fc;
}

.section7-card-header-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #6c76ab;
}

.section7-card-content {
    font-size: 14px;
    color: #6c76ab;
    text-align: justify;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8f1cfe !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #dee1ed !important;
}

/* section8 */
.section8 {
    height: 110vh;
    z-index: 10;
    padding: 0 0 3rem 0 !important;
}

.section8-title {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 7px 10px;
    background: #f4f2fd;
    width: fit-content;
    color: #7901ed;
    font-size: 14px;
    font-weight: 500;
}

.sectio8-btn {
    padding: 16px 20px;
    border-radius: 10px 20px;
    border: 1px solid #6c76ab;
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.3);
    color: #4c5686;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
}

.sectio8-btn:hover {
    background-color: #4c5686;
    color: #e1e2e8;
}

.section8-card {
    width: 100%;
    background: #ffffff38;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.166);
    padding: 20px;
    transition: all 0.2s ease-in;

}

.section8-card:hover {
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.46);

}

.section8-card img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    height: 150px;
}

.section8-card-title {
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
}

.section8-card-info {
    display: flex;
    font-size: 14px;
    color: #b6b6b6;
    margin-top: 10px;
}

.section8-card-info .date {
    margin-top: 3px;
}

.section8-card-content {
    font-size: 14px;
    color: #cecece;
    margin-top: 10px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section8-card {
    width: 100%;
    background: #ffffff38;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.166);
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.slider2:hover .section8-card {
    opacity: 0.5;
    transform: scale(0.95);
}

.slider2 .section8-card:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.6);
}

.owl-carousel .owl-stage {
    padding-bottom: 20px !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

/* section9 */
.section9-addresscadr {
    width: 100%;
    border-radius: 25px;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.8);
    padding: 24px;

}

.section9-title {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.phone-address-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
    gap: 24px;
}

.address-container {
    width: 100%;
    display: flex;
    grid-gap: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.icon-address-container {
    width: 55px;
    height: 55px;
    border-radius: 20px;
    background: #3d79fc;
    box-shadow: 0px 7px 30px -10px rgba(64, 116, 250, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.footer-section9-addresscadr-container {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 24px;
}

.footer-section9-addresscadr {
    border-radius: 20px;
    background: #fff;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    color: #4c5686;
    font-size: 15px;
}

.copy-lik {
    border: transparent;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    flex-direction: row-reverse;
    border-radius: 10px;
    background: #f2f4f9;
    cursor: pointer;
    color: #6c76ab;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.media-linking {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row-reverse;
    font-size: 20px;
    color: #929ac1;
}

@media (max-width: 768px) {
    .phone-address-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-section9-addresscadr-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* section10 */
.section10 {
    height: 110vh;
    z-index: 10;
    padding: 0 0 3rem 0 !important;
}

.section10-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.038);
    border-radius: 25px;
    padding: 25px 20px;
}

/* footer */
.the-footer {
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 0px 0px;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    box-shadow: 0px 4px 20px 0px rgba(76, 86, 134, 0.15);
    padding: 3rem 5rem 0rem 3rem;
}

.footer-col1 {
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 15px 85px -21px rgba(68, 74, 88, 0.1);
    padding: 1rem;
    height: max-content;

}

.footer-col1 p {
    margin-top: 20px;
    color: #6c76ab;
    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: #f49d1a;
    width: 23px;
    height: 4px;
    margin-top: 10px;
}

.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;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3366ff;
    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 {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
}

.copyright p {
	color: black;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

/* nav for small screen */
@media (max-width: 990px) {
    .smallnav-container {
        z-index: 1000;
        position: fixed !important;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 66px;
        border-radius: 20px;
        background: linear-gradient(180deg, #7901ed 0%, #3d79fc 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: #fff;
        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;
    }
}

.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-left: 15px;
    border-left: 2px solid #ccc;
}

.has-submenu>a::after {
    content: "▼";
    font-size: 12px;
    margin-left: 5px;
}

/* نمایش زیرمنوها در صورت فعال شدن */
.has-submenu.active>.submenu {
    display: block;
}



.small-menu {
    width: 85%;
    position: absolute;
    right: 7.5%;
    padding-inline: 20px;
    padding-block: 20px 34px;
    bottom: 83px;
    border-radius: 25px 25px 0px 0px;
    background: #fff;
    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;
}


@media (max-width: 768px) {
    .copyright {
        margin-top: 2rem;
        padding: 0;
        flex-direction: column;
        align-items: right;
        text-align: right;
    }

    .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%;
    }

    .video-container {
        height: auto !important;
    }

    .video-container video {

        height: 100% !important;

    }
}

@media (min-width: 992px) {
    .section1-caption {
        padding-right: 20px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .mt-medium-3 {
        margin-top: 2rem;
    }

    .mr-left-lg {
        margin-left: 80px !important;
    }

    .text {
        padding: 0px 20px 20px 20px;

    }

    .img-top {
        margin-top: 100px;
    }

    .time-margin {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .the-footer {
        padding: 3rem 1rem 0rem 1rem;
        height: auto;
    }

    .mr-left-lg {
        margin-left: 80px !important;
    }

    .container {
        /* padding-right:1rem ; */
        /* padding-left:2rem ; */

    }

    .sm-mr-top {
        margin-top: 3rem;
    }

    .text {
        padding: 100px 15px 20px 15px;
        text-align: center;
    }

    .content {
        padding: 20px 10px;

    }

    .pic2-section1 {

        height: 350px;
    }

    .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 {
        text-align: 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-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-right: 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;
    right: 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 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-right: 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%;
    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-right: 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);
}

/* استایل مودال */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .image-container {
        margin: 1rem 0;
        width: 100%;
        height: 240px;
    }

    .modal-content {
        max-width: 90%;
        max-height: 80%;
        border-radius: 10px;
    }
}

.close,
.prev,
.next {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

.close {
    top: 10px;
    right: 20px;
}

.prev {
    right: 10px;
}

.next {
    left: 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;

}

/* login */
.login-circle {
    width: 513px;
    height: 513px;
    flex-shrink: 0;
    border-radius: 513px;
    opacity: 0.07;
    background: #7901ed;
    filter: blur(80px);
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.login-circle2 {
    width: 350px;
    height: 350px;
    border-radius: 513px;
    opacity: 0.3;
    background: #7901ED;
    filter: blur(200px);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.login-items-box3 {
    width: 40%;
    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%;

    }
}

.input-contaner-login {
    width: 100%;
    margin-top: 10px;
}

.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: #3d79fc;
    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: rgb(61, 121, 252);
    ;
    font-size: 19px;
}

.circle_1_svg {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.circle_2_svg {
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.jaber_svg_83 {
    width: 300px;
    height: 500px;
    position: absolute;
    top: -255px;
    opacity: 0.1;
    right: -57px;
    z-index: 8;
}

/* مقالات */
.all-maghale-title {
    color: #292929;
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    margin-top: 12px;
}

.more-maghale-btn {
    color: #070053;

}

.maghale-content {
    color: #525252;
}

.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: right;
    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-right: 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/47/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/47/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/47/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: right;
    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-right: 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;
}


/* index- downloadsection */
.download-section {
    height: 100vh;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:768px){
    .download-section {
        height: auto;
    }
}
.download-section .overlay {
    background: rgba(9, 0, 32, 0.782);
    z-index: -1;
}


.download-image img {
    max-width: 250px;
    border-radius: 15px;
}

.download-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    padding-right: 50px;
}

.download-section-title {
    color: #545454;
    font-size: 23px;
    font-style: normal;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .download-section-title {
        text-align: center !important;
    }
}
.download-buttons {
    display: flex;
    gap: 15px;
}

.download-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 50%, #7901ed 80%);
    padding: 12px 20px;
    border-radius: 18px 9px 18px 9px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    width: 135px;
    justify-content: center;
}

.download-buttons .btn:hover {
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
}

.download-buttons .btn .icon {
    font-size: 24px;
}

@media (max-width: 768px) {
    .download-card {
        flex-direction: column;
        text-align: center;
    }

    .download-text {
        padding-right: 0;
        margin-top: 20px;
        gap: 14px;
    }

    .download-buttons {
        justify-content: center;
    }

    .download-buttons .btn {
        width: 120px;
    }
}

.dot-container .rc2 {
    width: 50px;
    height: 4px;
    border-radius: 63px;
}

/*  */

.text-right-larg {
    text-align: right;
}




@media(max-width:425px) {
  

}

.download-section h2 {
    font-size: 28px;
    color: var(--color-1);
    margin-bottom: 15px;
    font-weight: bold;
}

@media(max-width:768px) {
    .download-section h2 {
        font-size: 19px;
        line-height: 32px;
    }

}

@media(max-width:720px) {
    .p-small-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .download-section p {
        margin-bottom: 18px;
    }
}

.download-section p {
    /* font-size: 19px;
color: #f0f0f0; */
    /* color: #525252; */
    text-align: justify;
    /* margin-bottom: 30px; */
}

.download-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

@media(max-width:768px) {
    .download-buttons {
        justify-content: center;
    }

    .small-mt-5 {
        margin-top: 3rem;
    }

    .download-section {
        gap: 15px;
    }
}

.download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;

    transition: all 0.3s ease;
}

.download-button {
    padding: 12px 0px;
    width: 181px;
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 50%, #7901ed 80%);
    padding: 12px 20px;
    border-radius: 18px 9px 18px 9px;
    min-width: fit-content;
}

.download-button:hover {
    background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.download-button .icon {
    font-size: 20px;
}