/*
Theme Name: shatoot
Theme URI: https://fardadweb.ir
Author: Mohsen Moghadam
Author URI: https://fardadweb.ir
Requires PHP: 8.2
Version: 1.2.51
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shatoot
*/
@font-face {
    font-family: vazir;
    src: url(assets/font/Vazir-Regular-FD.woff);
}

@font-face {
    font-family: iransans;
    src: url(assets/font/IRANSANS\(FANUM\).woff);
    font-display: swap
}

@font-face {
    font-family: iransansmd;
    src: url(assets/font/IRANSANS\(FANUM\)_MEDIUM.woff);
    font-display: swap
}

@font-face {
    font-family: peyda;
    src: url(assets/font/PeydaWeb-Regular.woff);
    font-display: swap
}

@font-face {
    font-family: peydabld;
    src: url(assets/font/PeydaWeb-Bold.woff);
    font-display: swap
}

/* fallback */
@font-face {
    font-family: 'Material Icons Two Tone';
    font-style: normal;
    font-weight: 400;
    src: url(assets/font/material-twotone.woff2) format('woff2');
}

body {
    --google-font-color-materialiconstwotone: none;
}

html {
    scroll-behavior: smooth;
}

.material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/* fallback */
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(assets/font/material-outlined.woff2) format('woff2');
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


/* page loading */
.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0.5;
    visibility: hidden;
    z-index: 9999;
}

.dark-mode .page-loading {
    background-color: #0b0f19;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active > .page-loading-inner {
    opacity: 1;
}

.page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-family: IranSans;
    font-weight: normal;
    color: #272d34;
}

.dark-mode .page-loading-inner > span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #7400A8;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

.dark-mode .page-spinner {
    border-color: rgba(255, 255, 255, .4);
    border-right-color: transparent;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.material-icons-two-tone-white {
    filter: invert(1) sepia(1) saturate(10) hue-rotate(180deg);
    font-size: 48px;
}

.material-icons-two-tone-purple {
    filter: brightness(0) saturate(100%) invert(32%) sepia(79%) saturate(1639%) hue-rotate(258deg) brightness(84%) contrast(101%);
    font-size: 48px;
}

.material-icons-two-tone-red {
    filter: brightness(0) saturate(100%) invert(15%) sepia(93%) saturate(2864%) hue-rotate(348deg) brightness(93%) contrast(99%);
    font-size: 48px;
}

.material-icons-two-tone-dark {
    filter: brightness(0) saturate(100%) invert(9%) sepia(4%) saturate(3175%) hue-rotate(231deg) brightness(99%) contrast(96%);
    font-size: 24px;
}

.material-icons-outlined-dark {
    color: rgba(78, 67, 83, 1);
}


.vertical-mid {
    vertical-align: middle;
}

.menu {
    list-style-type: none;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-top: 0;
}

.menu.show {
    max-height: 100%;
    overflow-y: auto;
}

.menu > li {
    list-style: disc inside;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.menu > li > a {
    color: rgba(32, 25, 35, 1);
    padding: 8px 0;
    transition: 0.4s;
    position: relative;
    right: -6px;
}

.menu > li > ul > li {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.menu > li > ul > li > a {
    color: rgba(78, 67, 83, 1);
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;

}

.logo {
    font-size: 24px;
    font-weight: bold;
    padding: 16px 0;
}

.contact {
    font-size: 16px;
}

.burger {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #7400A8 65%, #8f32b9);
    padding: 11px 13px;
    border-radius: 8px;
    color: #fff;
    transition: transform 0.3s;
    width: 48px;
    height: 48px;
}

.bar:nth-child(2) {
    margin: 0;
}


.burger.active .bar:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(5px);
}

.burger.active .bar:nth-child(2) {
    opacity: 0;
}

.burger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-5px) translateX(4px);
}

.bar {
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    width: 22px;
    transition: all 0.3s ease;
}

/* استایل برای نمایش دکمه همبرگر در صفحه موبایل */
@media (max-width: 600px) {
    .burger {
        display: block;
    }
}

.menu-item {
    margin-bottom: 20px;
}

.menu-item h2 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #d2a5d6;
}

.menu-item ul {
    list-style-type: none;
    padding-left: 20px;
}

.menu-item ul li {
    padding: 5px 0;
}

.mobile-menu {
    background-color: rgba(253, 240, 253, 1);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 24px 22px;
    overflow-y: hidden;
    display: none;
    z-index: 1;
}

.mobile-menu.active {
    display: block;
}

* {
    list-style: none;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

p {
    color: #4E4353;
    margin-block: 16px;
    line-height: 24px;
}

h2 {
    margin-block: 16px;
}

i.tiny {
    font-size: 1rem;
}

i.small {
    font-size: 2rem;
}

i.medium {
    font-size: 32px;
}

i.large {
    font-size: 6rem;
}

/****************************************header**************************************/
.site-header {
    margin: 0 auto;
}

.site-header {
}

.top-header {
    text-align: center;
    background-color: #7400A8;
    border-radius: 12px;
    border: 1px solid #7A4B93;
    padding: 16px;
    background-image: url(assets/img/Vector\ 1\ \(1\)\ \(2\).png);
    background-repeat: no-repeat;
}

.top-header h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.bottom-header {
    width: auto;
    display: flex;
    margin: 0 48px;
    align-items: center;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo {
    align-content: center;
}

.logo img {
    width: 128px;
    height: 67px;
}

.main-menu {
    display: flex;
}

.main-menu > ul {
    padding: 0;
    margin: 0;
}

.main-menu > ul > li {
    float: right;
    padding: 36px 0;
    margin: 0 24px;
    font-size: 24px
}

.main-menu > ul > li:first-child {
    margin-right: 0;
}

.main-menu > ul > li:last-child {
    margin-left: 0;
}

.main-menu > ul > .menu-item-has-children::after {
    content: "";
    position: relative;
    width: 12px;
    height: 7.41px;
    background: url("assets/img/arrow-left.svg") no-repeat center;
    background-size: contain;
    transition-duration: 0.4s;
    transform: rotate(90deg);
    z-index: 1;
    padding-top: 30px;
    pointer-events: none;
    margin-right: 3px;
    float: left;
}

.dropdown-content {
    margin-top: 36px;
    display: none;
    position: absolute;
    background-color: rgba(253, 240, 253, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 24px;
    z-index: 9999;
    gap: 48px;
}

.dropdown-content > li {
    list-style: disc inside;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.dropdown-content > li > a {
    color: rgba(32, 25, 35, 1);
    padding: 8px 0;
    transition: 0.4s;
}

.dropdown-content > li > ul > li {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.dropdown-content > li > ul > li:first-child {
    list-style: none;
    padding: 20px 0 8px;
    margin: 0;
}


.dropdown-content > li > ul > li > a {
    color: rgba(78, 67, 83, 1);
    transition-duration: 0.4s;
}

.dropdown-content > li > ul > li:hover > a {
    color: #7400A8;
}

.main-menu .menu-item-has-children:hover::after {
    transform: rotate(0deg);
}

.main-menu .menu-item-has-children:hover .dropdown-content {
    display: flex;
    width: fit-content;
    justify-content: center;
}

.dropdown-content {
    list-style-type: none;
}

.main-menu ul > li > i {
    color: #7400A8;
    font-size: small;
    display: none;
}

.main-menu > ul > li > i:hover {
    display: inline;
}

.main-menu > ul > li > a {
    color: #4E4353;
    transition: 0.4s;
    font-size: 16px;
    vertical-align: middle;
}

.main-menu > ul > li .dot {
    background-color: transparent;
    border-color: transparent;
    transition-duration: 0.4s;
}

.main-menu > ul > li.current_page_item .dot {
    background-color: #7400A8;
    border-color: #7400A8;
}

.main-menu > ul > li:hover a {
    color: #000;
}

.main-menu > ul > li:hover .dot {
    background-color: #000;
    border-color: #000;
}

/*.main-menu > ul > li:hover > a {
    color: #7400A8;

}*/

.main-menu > ul > li.current_page_item {
    color: #7400A8;
}

.main-menu > ul > li.current_page_item > a {
    color: #7400A8;
}

.main-menu > ul > li > a:active {
    color: #7400A8;
}

.right-bottom-header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 34px;
    justify-content: center;
}

.left-bottom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8px;
}

.left-bottom-header-r {
    display: flex;
    align-items: center;
}

.left-bottom-header-r > a {
    font-weight: 500;
    font-size: 14px;
    color: #201923;
}

.left-bottom-header-r > a span {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.left-bottom-header-r > i {
    font-size: 1.6rem !important;
    margin-right: 4px;
}

.left-bottom-header-l {
}

/*hamburger-menu*/
.menu-container {
    position: relative;
    padding: 16px 0;
}


.nav {
    display: block;
    /* نمایش منو به صورت پیش‌فرض */
    background-color: #fff;
    position: fixed;
    /* موقعیت ثابت */
    top: 0;
    right: 0;
    /* از سمت راست باز می‌شود */
    width: 250px;
    /* عرض منو */
    height: 100%;
    /* ارتفاع منو */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    /* مخفی کردن منو خارج از صفحه */
    transition: transform 0.5s ease;
    /* انیمیشن برای باز شدن منو */
    z-index: 1001;
    /* قرار دادن منو بالای overlay */
}

.nav.show {
    transform: translateX(0);
    /* منو را به حالت عادی برگردان */
}

.close-btn {
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
}

.overlay {
    display: none;
    /* مخفی کردن overlay به صورت پیش‌فرض */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* رنگ پس‌زمینه شفاف */
}

.overlay.show {
    display: block;
    /* نمایش overlay */
}

.overlay.blur {
    backdrop-filter: blur(8px);
    /* بلور کردن پس‌زمینه (20 درصد کمتر) */
}

.nav ul {
    list-style-type: none;
    padding: 0;
}

.nav ul li {
    padding: 10px;
}

.nav ul li a {
    text-decoration: none;
    color: #333;
}

/****************************************END-header**************************************/

/****************************************Base-Style**************************************/
.mx-0 {
    margin-inline: 0px;
}

.mx-8 {
    margin-inline: 8px;
}

.mx-16 {
    margin-inline: 16px;
}

.mx-24 {
    margin-inline: 24px;
}

.mx-64 {
    margin-right: 64px;
    margin-left: 64px;
}

.my-0 {
    margin-block: 0px;
}

.my-8 {
    margin-block: 8px;
}

.my-16 {
    margin-block: 16px;
}

.my-24 {
    margin-block: 24px;
}

.my-32 {
    margin-block: 32px;
}

.my-64 {
    margin-block: 64px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-8 {
    padding-right: 8px;
}


.pr-12 {
    padding-right: 12px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-48 {
    padding-right: 48px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-32 {
    padding-left: 32px;
}

.mt-0 {
    margin-top: 0;
}


.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-64 {
    margin-bottom: 64px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-32 {
    margin-left: 32px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-32 {
    margin-right: 32px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-24 {
    font-size: 24px;
}

.text-40 {
    font-size: 40px;
}

.text-80 {
    font-size: 80px;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-between {
    justify-content: space-between;
}

.justfy-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.flex-grow {
    flex-grow: 1;
}

.box-gap {
    column-gap: 24px;
}

.box-gap .w-421:last-child {
    width: 100%
}

.fit-width {
    width: fit-content !important;
}

.w-100 {
    width: 100%;
}

.w-160 {
    width: 160px;
}

.w-328 {
    width: 328px;
}

.w-421 {
    width: 421px;
    flex: 0 1 calc(33.333% - 16px);
}

.w-867 {
    width: 867px;
    flex: 2;
}

.h-48 {
    height: 48px;
}

.h-274 {
    height: 274px;
}

.h-450 {
    min-height: 450px;
}

.gap-8 {
    gap: 8px
}

.row-gap-8 {
    row-gap: 8px;
}

.column-gap-8 {
    column-gap: 8px;
}

.gap-12 {
    gap: 12px
}

.row-gap-12 {
    row-gap: 12px;
}

.column-gap-12 {
    column-gap: 12px;
}

.gap-16 {
    gap: 16px;
}

.row-gap-16 {
    row-gap: 16px;
}

.column-gap-16 {
    column-gap: 16px;
}

.gap-24 {
    gap: 24px;
}

.row-gap-24 {
    row-gap: 24px;
}

.column-gap-24 {
    column-gap: 24px;
}


.gap-32 {
    gap: 32px;
}

.container {
    margin: 0 16px;
    width: auto;
}

.box-frame {
    border: 1px solid #D2C1D5;
    border-radius: 16px;
}

.box-frame .bullet-list li {
    font-weight: 700;
    margin: 16px 0;
    line-height: 28px;
}

.box-unframe {
    border-radius: 16px;
}

.box-unframe img {
    width: 100%;
}

.box-shadow {
    box-shadow: 10px 10px 9px 0px rgba(0, 0, 0, 0.04);
}

.box-White {
    /*padding: 16px 0;*/
    background-color: #fff;
}

.divider {
    height: 1px;
    background: #D2C1D5;
    margin: 0 48px;
}

.products-tec:before {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 60%;
    height: 30%;
    background: url(assets/img/right-slice.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%) translateX(43%);
    z-index: -1;
    pointer-events: none;
}

.sec-horizontal {
    display: flex;
    /* padding-block: 12px; */
    column-gap: 24px;
}

.sec-Vertical {
    display: flex;
    column-gap: 24px;
    flex-direction: column;
    flex-grow: 1;
}

.sec-puzzle {
    justify-content: space-around;
    text-align: center;
}

.sec-puzzle i {
    border-radius: 12px;
    padding: 4px 15px;
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
}

.sec-puzzle span {
    border-radius: 12px;
    padding: 4px 0;
    background: #7A4B93;
    color: #fff;
}

.star {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.star:nth-child(1) {
    top: 45%;
    right: 22%;
    width: 55px;
    height: 55px;
}

.star:nth-child(2) {
    top: 47%;
    left: 52%;
}

.star:nth-child(3) {
    top: 56%;
    left: 23%;
}

.star:nth-child(4) {
    top: 73%;
    left: 47%;
}

.star::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("assets/img/star.svg") no-repeat center;
    background-size: contain;
}

.skills {
    z-index: 3;
}

.sec-bgcolor {
    background: linear-gradient(90deg, rgba(116, 0, 168, 0.7) 0%, #7400A8 49%, rgba(116, 0, 168, 0.7) 100%);
    /*position: absolute;*/
    width: 100%;
    left: 0;
    color: #fff;
}

.store-shape {
    position: absolute;
    z-index: -1;
    background-color: transparent;

    transform: translate(0, -50%);
}

.store-shape:nth-child(1) {
    left: 43%;
}

.store-shape:nth-child(2) {
    top: 27.5%;
    left: 13%;
}

.store-shape:nth-child(3) {
    top: 28%;
    right: 0;
}

.store-shape:nth-child(4) {
    top: 31.5%;
    left: 33%;
}

.store-shape::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

.products-env:before {
    content: "";
    position: absolute;
    top: 36%;
    left: 0;
    width: 58%;
    height: 25%;
    background: url("assets/img/left-slice.svg") no-repeat left top;
    background-size: contain;
    transform: translateY(-37%) translateX(0);
    z-index: -1;
    pointer-events: none;
}

.check-list {
}

.check-list > li {
    display: flex;
    margin-block: 12px;
    align-items: center;
    gap: 8px;
}

.price-box .content .check-list li span {
    flex: 1 1 calc(70% - 4px);
}

.price-box .content .check-list li span.status {
    flex: 1 1 calc(30% - 4px);
    text-align: center;
    display: flex;
    justify-content: center;
    color: #7400A8;
}

.list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-left: 8px;
    padding: 10px;
    background-color: rgba(116, 0, 168, 0.08);
}

.list-icon-uncheck {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-left: 8px;
    padding: 10px;
    background-color: rgba(255, 218, 214, 1);
}

.list-icon > i {
    font-size: 16px;
    font-weight: 700;
    background: -webkit-linear-gradient(#0001C380, #0001C3, #0001C380);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-border {
    display: inline-block;
    border: 1px solid #7400A8;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #7400A8;
    font-family: 'iransansmd';
    width: fit-content;
    transition-duration: 0.4s;
}

.btn-border-md {
    width: 100%;
    text-align: center;
    padding: 11px 24px;
}

.btn-border:hover {
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'iransansmd';
    background-color: rgba(116, 0, 168, 0.08);
}

.btn-border:active {
    background-color: rgba(116, 0, 168, 0.16);
}

.btn-border-white {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: 'iransansmd';
    transition-duration: 0.4s;
    width: max-content;
}

.btn-border-white:hover {
    background-color: #fff;
    color: #7400A8;
}

.btn-thick {
    border: 1px solid #7400A8;
    display: inline-block;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    font-family: 'iransansmd';
    background-color: #7400A8;
    background-image: linear-gradient(to bottom, #7400A8 65%, #8f32b9);
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-thick:hover {
    border: 1px solid rgba(159, 56, 215, 1);
    font-family: 'iransansmd';
    width: fit-content;
    background-color: rgba(159, 56, 215, 1);
    background-image: unset;
}

.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    transition: all 0.4s ease;

    &:hover,
    &:focus {
        outline: 0;
        text-decoration: none;
    }

    &:not(:disabled) {
        cursor: pointer;
    }
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);

    .c-ripple.is-active & {
        animation: a-ripple .4s ease-in;
    }
}

/**
 * Animation: Ripple
 * --------------------------------------------------
 */

@keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}

.white-btn {
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #7400A814;
    box-shadow: 1px 1px 9px -7px #000;
    color: #000;
    padding-block: 8px;
    font-size: 14px;
}

.btn-thick-md {
    width: 100%;
    height: 48px;
    text-align: center;
    align-content: center;
    border-radius: 8px;
    background-color: #7400A8;
    /*background-image: linear-gradient(to bottom, #7400A8 65%, #8f32b9);*/
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #7400A814;
    box-shadow: 1px 1px 9px -7px #000;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn-thick-md:hover {
    border: 1px solid rgba(159, 56, 215, 1);
    background-color: rgba(159, 56, 215, 1);
    /*background-image: unset;*/
}

.white-btn-md {
    width: 100%;
    height: 48px;
    text-align: center;
    align-content: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(116, 0, 168, 0.08);
    box-shadow: 1px 1px 9px -7px #000;
    color: #000;
    font-size: 14px;
    transition-duration: 0.4s;
}

.white-btn-md:hover {
    background-color: rgba(247, 234, 247, 1);
    border-color: rgba(116, 0, 168, 0.08);
    color: rgba(32, 25, 35, 1);
}

.grid-box {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
}

.pakage-price {
    gap: 16px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.pakage-price.show {
    opacity: 1;
    height: auto;
}

.logo-brand-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* به طور خودکار به ردیف جدید انتقال می‌یابد */
    gap: 20px; /* فاصله بین لوگوها */
    padding: 20px; /* فاصله داخلی */
}

.blog-box {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-items: center;
    gap: 56px;
    justify-content: space-between;
}

.blog-box-home {
}

.home-blog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/*.blog-card>a {
    padding: 11px 25px;
}*/

.img-blog-card {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: relative;
}


.img-blog-card .icon {
    width: 100%;
    border-radius: 16px;
    height: 400px;
    background-color: rgba(116, 0, 168, 1);
}

.img-blog-card img {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    object-fit: cover;
}

.img-blog-card .stick {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #F7EAF7;
    border-radius: 8px;
    padding: 8px 16px;
    color: #4E4353;
}

.img-blog-card .stick span {
    display: inline;
}

.img-blog-card .stick .time {
    display: inline;
}

.blog-card-content {
    flex-grow: 1;
}

.blog-card-content h2, .blog-card h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pos-rev {
    position: relative;
}

.pos-ab {
    position: absolute;
}

.bg-icon-1::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 100px;
    width: 102px;
    height: 170px;
    background: url(assets/img/Frame\ 79.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

/****************************************END-Base-Style**************************************/
.imgshatot {
    background-color: #FDF0FD;
    width: 100%;
    overflow: hidden;
    background-image: url(assets/img/highlight-line.png);
    background-repeat: no-repeat;
    background-position: 95% 30px;
    min-width: 567px;
}

.imgshatot > img {
    position: relative;
    top: 110px;
    right: 110px;
}

.btn-sec {
    display: flex;
}

.btn-sec .btn-border {
    margin-left: 16px;
}

.sym {
    position: relative;
}

.sec-bgcolor img {
    width: 100%;
    align-self: center;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    height: 400px;
}

ul {
    padding: 0;
}

body {
    background-color: #FFF7FC;
    direction: rtl;
    font-family: iransans;
    margin: 0;
}

button {
    border: none;
    font-family: 'iransans';
}

.title-lg {
    font-family: peydabld;
    font-size: 32px;
}

.title-md {
    font-family: peydabld;
    font-size: 28px;
}

.title-md-p {
    font-family: peydabld;
    font-size: 22px;
}

.title-md-i {
    font-size: 22px;
}

.title-sm {
    font-size: 16px;
    font-weight: 500;
    color: #49454C;
}

.title-small {
    font-size: 16px;
    font-weight: 400;
    color: rgba(238, 221, 241, 1);
}

.title-effect {
    position: relative;
    display: inline-block;
}

.title-effect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 50%;
    height: 140%;
    background: url(assets/img/hightlight-crown.png) no-repeat center;
    background-size: 270px 75px;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
    opacity: 45%;
}

.heilight-txt {
    color: #7A4B93;
}

.bullet-list {
    margin: 0 24px 0px 0px;
}

.bullet-list li {
    font-size: 22px;
    font-weight: 700;
    list-style: disc;
    margin-bottom: 16px;
    color: #4E4353;
}

.icon-purple {
    color: rgba(122, 75, 147, 1);
}

.badge {
    position: absolute;
    left: 24px;
    top: 24px;
    background: #FDF0FD;
    border: 1px solid #D2C1D5;
    border-radius: 8px;
    padding: 4px 12px;
}

.badge span {
    font-size: 24px;
    color: #201923;
    line-height: 32px;
    font-weight: 500;
}

.badge-p {
    position: absolute;
    left: 24px;
    top: 24px;
    background: #FDF0FD;
    border: 1px solid #D2C1D5;
    border-radius: 8px;
    padding: 8px 12px 0 12px;
}

.badge-p span {
    font-size: 32px;
    color: #201923;
    font-family: peydabld;
    font-weight: 800;
    line-height: 44.8px;
}

.r-bg {
}

.cust-icon-1 {
    border-radius: 12px;
    background-color: #7400A814;
    text-align: center;
    padding: 12px;
    color: #7a4b93;
}

.cust-icon-2 {
    border-radius: 12px;
    background-color: #7400A814;
    text-align: center;
    padding: 12px;
    color: #ba1a1a;
}

.dot {
    background-color: #7400A8;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #7400a8;
    vertical-align: middle;
    margin-left: 4px;
}

.box-d1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 2;
}

.box-d1 p {
    color: #fff;
}

.box-d1 p a {
    color: #fff;
    transition-duration: 0.4s;
}

.box-d1 p a:hover {
    color: #7400a8;
}

.box-img {
    flex: 2;
    align-content: center;
}

.option-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab {
    padding: 8px;
    justify-content: space-between;
}

.time-tab {
    display: flex;
}

.active-tab {
    background-image: linear-gradient(to bottom, #7400A8 65%, #8f32b9);
    color: #fff;
    border: 0;
    padding: 8px 17px;
    border-radius: 8px;
    transition-duration: 0.1s;
}

.tab-button {
    background: none;
    border: 0;
    padding: 8px 17px;
    border-radius: 8px;
    color: #7400A8;
}

.tab button {
    font-size: 14px;
    font-weight: 500;
    font-family: 'iransans';
}

.price-box {
    background-color: #fff;
    height: -webkit-fill-available;
    flex: 1;
    padding: 16px;
    padding-top: 0px;
    gap: 16px;
}

.price-box .header {
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 5px 18px;
    display: inline-block;
    position: relative;
    background-color: #7400A8;
}

.price-box .header::before {
    content: "";
    background-image: url(assets/img/corner.svg);
    width: 60px;
    height: 100%;
    /* display: block; */
    background-repeat: no-repeat;
    background-size: 110% 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    transform: rotateY(180deg);
}

.price-box .header::after {
    content: "";
    background-image: url(assets/img/corner.svg);
    width: 60px;
    height: 100%;
    /* display: block; */
    background-repeat: no-repeat;
    background-size: 110% 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}


.price-box .content {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 auto;
}

.price-box .feature {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 8px;
}

.price-box .content .addon-box {
    min-height: 175px;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(116, 0, 168, 0.04);
    border-radius: 16px;
    padding: 20px;
    gap: 8px;
    flex: 1 1 auto;
}

.price-box .content .addon-box .addon-box-item {
    text-align: center;
    flex-grow: 1;
    width: max-content;
    min-width: calc(50% - 4px);
}

.price-box .content .cycle-box {
    display: flex;
    flex-direction: column;
    background-color: rgba(82, 98, 192, 0.08);
    border-radius: 16px;
    padding-inline: 22px;
}

.price-box .content .cycle-box .cycle-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(82, 98, 192, 0.2);
}

.price-box .content .cycle-box .cycle-item:last-child {
    border: none;
}

.price-box .content .cycle-box .cycle-item .duration {
    color: #5285C7;
}

.price-box header .badge {
    position: absolute;
    right: 16px;
    left: auto;
    top: 16px;
    background: transparent;
    border: 0;
    border-radius: 8px;
    padding: 0;
    color: rgba(122, 75, 147, 1);
    letter-spacing: 0.15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.price-box header span.icon {
    border-radius: 100%;
    padding: 8px;
    background: #7A4B93;
    color: #fff;
    outline: 4px solid rgba(122, 75, 147, 0.16);
    height: 40px;
    display: inline-block;
    width: 40px;
}

.price-box header span.gradiant {
    background: linear-gradient(90deg, rgba(116, 0, 168, 0.7) 0%, #7400A8 49%, rgba(116, 0, 168, 0.7) 100%);
}

.price-box header span.icon i {
    font-size: 24px;
    color: #000;
}

.price-box h3 {
    color: #7A4B93;
}

.price-box header > span.price {
    font-size: 36px;
    font-weight: 400;
    color: #7400A8;
    line-height: 16px;
}

.price-box header > span.unit {
    color: #7400A8;
    font-weight: 400;
    padding: 0 8px;
}

.price-box header > p {
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.15px;
}

.price-box ul .option p {
    margin: 0;
}

.price-box-footer {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    border-radius: 0px 0 16px 16px;
    margin-top: auto;
}


.bordered {
    border: 1.5px solid rgba(116, 0, 168, 0.7);
}


.sym > img {
    transform: rotate(-19.59deg);
    position: absolute;
    left: 0;
    top: -60px;
}

.logo-brand {
    background-color: rgba(0, 34, 4, 1);
    border-radius: 8px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-brand a {
    display: flex;
    padding-inline: 16px;
}

.logo-brand img {
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.cs-satisfaction {
    align-items: center;
    /*max-width: 1251px;*/
    padding-block: 48px;
}


.cs-satisfaction img {
}

.cs-satisfaction p {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #201923;
}

.home-contact {

}

.cnt-data {
    background-image: url(assets/img/Vector\ 1.svg);
    background-repeat: no-repeat;
}

.cnt-data i {
    display: inline-flex;
    vertical-align: middle;
}

.cnt-data p {
}

.home-contact-form {
    position: relative;
}

.home-contact-form::before {
    content: "";
    position: absolute;
    top: 190px;
    left: 85px;
    width: 290px;
    height: 500px;
    background: url(assets/img/Ellipse\ 20.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

.home-contact-form h3 {
    margin-top: 3px;
}

.home-contact-form p {
}

.home-contact-form form {
    display: flex;
    flex-direction: column;
}

.home-contact-form form .input-group {
    display: flex;
}

.home-contact-form form .input-border {
    border: 1px solid #D2C1D5;
    border-radius: 8px;
    transition-duration: 0.4s
}

.home-contact-form form .input-group .input-icon {
    padding: 10px 12px 4px 12px;
    background-color: #FFF7FC;
    /*border: 1px solid #D2C1D5;*/
    border-left: 1px solid #D2C1D5;
    border-radius: 0 8px 8px 0;
}

.home-contact-form input {
    display: block;
    background-color: #FFF7FC;
    border: none;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'iransans';
    padding: 9px 12px;
    flex: 1 1 auto;
    width: 1%;
    transition-duration: 0.4s
}

.home-contact-form input:focus-visible {
    outline: 0;
}

.home-contact-form form .input-border:focus-within {
    border-color: rgba(116, 0, 168, 0.16);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(116, 0, 168, 0.16);
}

.home-contact-form label {
    display: block;
}

.cs-reviews {
    position: relative;
}

.cs-reviews::before {
    content: "";
    position: absolute;
    top: 305px;
    left: 0px;
    width: 400px;
    height: 500px;
    background: url(assets/img/Vector.svg) no-repeat center;
    background-size: contain;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
    opacity: 0.1;
}

footer {
    background-color: #fff;
    background-image: url(assets/img/Vector\ 1.svg);
    background-repeat: no-repeat;
    background-position-x: 800px;
    border-top: 1px solid #D2C1D5;
}

.right-footer {
}

.left-footer {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-items: start;
    gap: 64px;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}

.left-footer .dot {
    margin-left: 0;
}

.left-footer h3 {
    display: inline;
}

.left-footer img {
    width: 81px;
    height: 88px;
}

.footer-logo {
}

.footer-logo img {
    width: 150px;
    height: 67px;
}

.about-footer {
    width: 80%;
}

.about-footer p {
}

.phonebox-footer a {
    font-weight: 500;
    font-size: 14px;
    color: #201923;
}

.phonebox-footer span {
    font-size: 24px;
}

.about-footer svg {
    margin-left: 8px;
    font-size: 1.5rem;
}

.phonebox-footer {
    display: flex;
    align-items: center;
}

.locationbox-footer {
    display: flex;
    align-items: center;
}

.self-right {
    justify-self: right;
}

.footer-menu {
}

.footer-menu li {
    margin-block: 16px;
    width: max-content;
}

.footer-menu a {
    color: rgba(78, 67, 83, 1);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    transition-duration: 0.4s;
}

.footer-menu a::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: rgba(78, 67, 83, 1);
    transition: 300ms;
}

.footer-menu a:hover::after {
    width: 100%;
}

.bottom-footer {
    background-color: #FDF0FD;
}

.bottom-footer > .containt {
    padding: 0;
    row-gap: 0;
}

.bottom-footer-r {
    display: flex;
    align-items: center;
}

.bottom-footer-r p {
    display: inline;
    margin-right: 8px;
}

.bottom-footer-l {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 22px;
}

.bottom-footer-l i {
}

.social-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.social-icon a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.social-icon a img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-64 {
    padding-top: 64px;
}

.pt-96 {
    padding-top: 96px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-64 {
    padding-bottom: 64px;
}

.pb-96 {
    padding-bottom: 96px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-266 {
    padding-bottom: 266px;
}

.px-8 {
    padding-inline: 8px;
}

.px-16 {
    padding-inline: 16px;
}

.px-24 {
    padding-inline: 24px;
}

.py-4 {
    padding-block: 4px;
}

.py-8 {
    padding-block: 8px;
}

.py-16 {
    padding-block: 16px;
}

.py-24 {
    padding-block: 24px;
}

.py-32 {
    padding-block: 32px;
}

.fill-width {
    width: -webkit-fill-available;
}

.about p {
    color: rgba(238, 221, 241, 1);
}

.about a {
    color: rgba(238, 221, 241, 1);
}

.social-about {
    display: flex;
    column-gap: 32px;
}

.social-about .social-icon {
    width: 32px;
    height: 32px;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.text-14 {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.color-second {
    color: rgba(238, 221, 241, 1);
}

.color-primary {
    color: rgba(122, 75, 147, 1);
}

.gap-96 {
    gap: 96px;
}

.top-96 {
    top: -96px;
}

.top-141 {
    top: 141px;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.about-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about-tel {
    padding: 20px;
    width: 50%;
    height: 128px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(253, 240, 253, 1);
    border-radius: 24px;
}

.about-tel a {
    color: rgba(32, 25, 35, 1);
}

.about-tel a i {
    vertical-align: middle;
}

.about-address {
    padding: 20px;
    width: 50%;
    height: 128px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(253, 240, 253, 1);
    border-radius: 24px;
}

.contact-form {
    position: relative;
}

.contact-form h3 {
    margin-top: 3px;
}

.contact-form p {
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form form .input-group {
    display: flex;
}

.contact-form form .input-border {
    border: 1px solid #D2C1D5;
    border-radius: 8px;
    transition-duration: 0.4s
}

.contact-form form .input-group .input-icon {
    padding: 10px 12px 4px 12px;
    background-color: #FFF7FC;
    /*border: 1px solid #D2C1D5;*/
    border-left: 1px solid #D2C1D5;
    border-radius: 0 8px 8px 0;
}

.contact-form input {
    display: block;
    background-color: #FFF7FC;
    border: none;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'iransans';
    padding: 9px 12px;
    flex: 1 1 auto;
    width: 1%;
    transition-duration: 0.4s;
    direction: rtl;
}

.contact-form input:focus-visible {
    outline: 0;
}

.contact-form form .input-border:focus-within {
    border-color: rgba(116, 0, 168, 0.16);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(116, 0, 168, 0.16);
}

.contact-form label {
    display: block;
}

.contact-form .text-area span {
    padding-right: 12px;
    padding-top: 12px;
}

.contact-form textarea {
    height: 120px;
    background-color: transparent;
    width: -webkit-fill-available;
    border: none;
    resize: none;
    padding: 12px;
    font-family: IranSans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}


.contact-form textarea:focus-visible {
    outline: none;
}

input[type="file"] {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    color: #666;
    cursor: pointer;
}

input[type="file"]::file-selector-button {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

form label.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 12px;
    height: 150px;
    cursor: pointer;
    color: #555;
    font-size: 16px;
    background-color: transparent;
    transition: 0.4s;
    position: relative;
}

form label.upload-box:hover {
    border-color: rgba(116, 0, 168, 0.16);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(116, 0, 168, 0.16);
}

form label.upload-box svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    fill: #7b25cc;
}

form input[type="file"] {
    display: none;
}

.agency li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: right;
    color: rgba(78, 67, 83, 1);
}

.agency span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: right;
    color: rgba(78, 67, 83, 1);
}


/* Relative positioning*/
#image-map {
    position: relative;
}

#image-map img {
    max-width: 100%;
    object-fit: cover;
}

/* Hide the original tooltips contents */
.pin {
    display: none;
}

/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
    position: absolute;
    background: url("./assets/img/marker.png");
    width: 33px;
    height: 33px;
}

.tooltip {
    display: none;
    width: 111px;
    cursor: help;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 10px;
    left: 100%;
    z-index: 999;
    margin-left: -38px;
    padding: 8px 12px;
    color: #222;
    border-radius: 5px;
    background: rgba(247, 234, 247, 1);
}

.tooltip::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 20%;
    margin-left: -10px;
    border-bottom: 10px solid #fff1d3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
    bottom: 25px;
    top: auto;
}

.tooltip-down .tooltip::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid rgba(247, 234, 247, 1);
}

.tooltip h2 {
    font: bold 1.3em 'Trebuchet MS', Tahoma, Arial;
    margin: 0 0 10px;
}

.tooltip img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.tooltip span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: right;

}

.tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.map {
    row-gap: 96px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.shop-banner {
    background-color: #fff;
    background-image: url('./assets/img/Vector 1.svg');
    background-repeat: no-repeat;
    background-position-x: 800px;
    border: 1px solid #D2C1D5;
}

.shop-banner h3 {
    font-family: peyda;
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    color: rgba(32, 25, 35, 1);

}

.shop-banner span {
    color: rgba(78, 67, 83, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.shop-banner span.number {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    color: rgba(116, 0, 168, 1);

}

.shop-banner .btn-sec .btn-border {
    margin-left: 0;
}

.shop-banner img {
    width: 250px;
    height: 250px;
    display: block;
}

.product-banner {
    background-color: rgba(116, 0, 168, 1);
    border: 1px solid #D2C1D5;
}


.product-banner h3 {
    font-family: peyda;
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    color: rgba(255, 247, 252, 1);

}

.product-banner span {
    color: rgba(238, 221, 241, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}


.product-banner .btn-sec .btn-border {
    margin-left: 0;
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.product-banner .btn-sec .btn-border:hover {
    border-color: rgba(116, 0, 168, 1);
    color: rgba(116, 0, 168, 1);
    background-color: rgba(255, 255, 255, 1);
}

.product-banner img {
    width: 250px;
    height: 250px;
    display: block;
}

.justify-self-center {
    justify-self: center;
}

.align-self-end {
    align-self: end;
}

.align-items-center {
    align-items: center;
}

.custom-radio {
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
}

.box {
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 16px 30px 16px 16px;
    background: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-radio input[type="radio"] {
    margin: 0;
    accent-color: rgba(78, 67, 83, 1);
    height: 20px;
    width: 20px;
    align-self: center;
}

.custom-radio input[type="radio"]:checked + .box {
    border-color: #7b43f7;
    box-shadow: 0 0 8px #7b43f7;
}

.custom-radio:hover .box {
    border-color: #7b43f7;
}

.custom-radio p {
    margin: 0;
}

.shop-box {
    width: calc(50% - 16px);;
}

.shop-box img {
    width: -webkit-fill-available;
}

.shop-box h3 {
    font-family: Peyda;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
}

.shop-box span.price {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: right;
    color: rgba(116, 0, 168, 1);
    display: inline-block;
}

.shop-box span.unit {
    font-family: IranSans;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: right;
    color: rgba(116, 0, 168, 1);
    display: inline-block;
}

.gradient-halo {
    position: relative;
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    z-index: 1;
}

.gradient-halo::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -22px;
    right: -14px;
    bottom: 59px;
    background: radial-gradient(circle, rgba(155, 81, 224, 0.3) 57%, rgba(255, 255, 255, 0) 90%);
    border-radius: 30px;
    z-index: -1;
    filter: blur(40px);
}

.flex-1 {
    flex: 1;
}

.flex-4 {
    flex: 4;
}

.flex-50 {
    flex: 0 0 calc(50% - 18px);
}

.flex-50-8 {
    flex: 0 0 calc(50% - 8px);
}

.products-env a {
    color: rgba(32, 25, 35, 1);
}

.products-env .badge-p {
    position: relative;
    display: inline;
    top: 0;
    left: 0;
}

.flex-auto {
    flex: auto;
}


.pattern {
    position: absolute;
    height: 444px;
    background-image: url(./assets/img/pattern.svg);
    background-repeat: repeat;
    background-color: rgba(253, 240, 253, 1);
    border-radius: 16px;
    display: flex;
    z-index: 1;
    background-size: cover;
}

.pattern-nonebk {
    border-radius: 16px;
    display: flex;
    z-index: 1;
}

.img-with-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-with-pattern img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.p-box {
    flex: 0 0 calc(50% - 14px);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(128, 115, 132, 1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.p-box i {
    display: inline-flex;
    vertical-align: middle;
}

.p-box i svg {
    vertical-align: middle;
}

.p-box span {
    display: inline-flex;
    vertical-align: middle;
}

.p-box span svg {
    vertical-align: middle;
}

.p-box-btn {
    align-self: self-end;
}

.flex-3 {
    flex: 0 0 calc(33.3333% - 16px);
}

.flex-2 {
    flex: 0 0 calc(50% - 16px);
}

.title-2-small {
    font-family: Peyda;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
}

.video-wrapper {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
}

.video-wrapper video {
    width: 100%;
    display: block;
}

.slideVideo {
    height: -webkit-fill-available;
}


.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(102, 0, 153, 0.5); /* بنفش نیمه‌شفاف */
    backdrop-filter: blur(4px); /* تاری تصویر */
    z-index: 2;
    pointer-events: none; /* اجازه کلیک به iframe */
    color: white;
    font-family: peydabld;
    display: block;
    pointer-events: auto;
}

.overlay .title {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 32px;
    font-weight: bold;
}

.overlay .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -47%);
    font-size: 48px;
    opacity: 0.9;
    width: 88px;
    height: 88px;
    gap: 10px;
    border-radius: 999px;
    padding: 16px;
    background-color: #7400A8;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.overlay .play-btn i {
    vertical-align: middle;
}

.post-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    height: 479px;
}

.next-post-img img {
    width: 100%;
    display: block;
    border-radius: 16px;
    box-shadow: 5px 4px 6px 0px rgba(0, 0, 0, 0.04);
    object-fit: cover;
    height: 330px;

}

.post-button {
    width: fit-content;
    border-radius: 8px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
    background: transparent;
    transition-duration: 0.4s;
}

.post-button i {
    vertical-align: middle;
    font-size: 24px;
    margin-right: 4px;
    color: rgba(116, 0, 168, 1);
    transition-duration: 0.4s;
}

.post-button span {
    color: rgba(116, 0, 168, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: right;
}

.post-button:hover {
    background: rgba(116, 0, 168, 0.08);
}

.post-button:hover i {
    margin-right: 8px;
}

.learn-archive form {
    width: 100%;
}

.learn-archive form label {
    width: 100%;
    display: block;
}

.learn-archive input {
    width: 100%;
    gap: 12px;
    border-radius: 8px;
    padding: 12px;
    background: rgba(255, 247, 252, 1);
    border: 1px solid rgba(210, 193, 213, 1);
    font-family: iransans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    vertical-align: middle;

}

.learn-archive input[type="text"] {
    padding: 12px 48px 12px 12px;
}

.learn-archive form i {
    position: absolute;
    right: 12px;
    bottom: 0;
    transform: translateY(-50%);
    font-size: 24px;
    color: #888;
    pointer-events: none;
}

.learn-archive input:focus-visible {
    outline: rgba(116, 0, 168, 0.16) auto 1px;
}

.learn-archive input[type="checkbox" i] {
    width: auto;
    accent-color: rgba(116, 0, 168, 1);
}

.learn-archive input::placeholder {
    font-family: iransans;
}

.back-transparent {
    background-color: transparent;
}

.learn-archive button {
    cursor: pointer;
}

.checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;

}

.checkbox-container input {
    float: left;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: background 0.3s ease;
    border-color: rgba(78, 67, 83, 1);
    border: 2px solid;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #ddd;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: rgba(116, 0, 168, 1);
    border-color: rgba(116, 0, 168, 1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.post-main {
    max-width: 1024px;
}

.sidebar {
    max-width: 450px;
}

.post-main .content p img {
    display: block;
    margin: 0 auto;
}

.video-width {
    width: 800px;
    justify-self: center;
}

.p404 {
    max-width: 426.67px;
}

.p404 img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1288px) {
    .main-menu > ul > li {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1210px) {
    .products-env .badge-p {
        display: none;
    }
}

@media only screen and (max-width: 1153px) {
    .price-box {
        flex: 1 1 calc(50% - 8px);
    }
}


@media only screen and (max-width: 1024px) {
    .container {
        margin: 0 16px;
        width: auto;
    }

    /*.containt {
        width: 90%;
    }*/
    .divider {
        /*width: 95%;*/
        margin: 0 48px;
    }

    .left-bottom-header-l {
        display: none;
    }

    .top-header {
        background-image: url(assets/img/Vector\ 1111.svg);
        background-size: cover;
        background-position: bottom;
    }

    .logo-desktop {
        width: 80px;
    }

    .main-menu ul > li > a {
        font-size: 12px;
    }

    .title-effect::before {
        content: "";
        position: absolute;
        top: 73%;
        right: -37px;
        width: 55%;
        height: 67%;
        background: url("assets/img/hightlight-crown.png") no-repeat center center;
        background-size: contain;
        transform: translateY(-55%);
        z-index: -1;
        pointer-events: none;
        opacity: 45%;
    }

    .imgshatot {
        min-width: auto;
        width: 390px;
        background-position: 90% 30px;
    }

    .lm\:sec-horizontal {
        flex-direction: column;
    }

    .l\:logo-brand-box {
        grid-template-columns: auto auto auto auto auto;
    }

    .l\:blog-box {
        grid-template-columns: auto auto auto;
    }

    .title-md-i {
        font-size: 14px;
    }

    .about-footer {
        width: auto;
    }

    .blog-box {
        grid-template-columns: auto auto;
    }

}

@media only screen and (max-width: 1106px) {
    .left-bottom-header {
        justify-content: center;
    }

    .left-bottom-header-l {
        display: none;
    }
}

@media only screen and (max-width: 930px) {
    .video-width {
        width: 100%;
    }
}

@media only screen and (max-width: 913px) and (min-width: 769px) {
    .left-bottom-header-r {
        display: none;
    }
}

@media only screen and (max-width: 886px) {
    .sym {
        display: none;
    }
}

@media only screen and (max-width: 857px) {
    .left-bottom-header-r svg {
        display: none;
    }
}

@media only screen and (max-width: 832px) {
    .main-menu > ul > li {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    /*.containt {
        width: 100%;
    }*/
    .bottom-header {
        /*width: 97%;*/
        margin: 0 auto;
    }

    .top-header h3 {
        font-size: 14px;
    }

    .right-bottom-header {
        gap: 4px;
    }

    .left-bottom-header {
        width: auto;
        justify-content: space-between;
    }

    .main-menu {
        display: none;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        width: 100%;
    }

    .divider {
        margin: 0 auto;
    }

    .md\:sec-horizontal {
        flex-direction: column;
        row-gap: 16px;
    }

    .title-lg {
        font-size: 22px;
        font-weight: 800;
    }

    .sm\:title-effect::before {
        top: 55%;
        width: 50%;
        background-size: 184px 55px;
    }

    .title-effect::before {
        content: "";
        top: 55%;
        width: 50%;
        position: absolute;
        left: 0;
        right: unset;
        height: 107%;
        background: url(assets/img/hightlight-crown.png) no-repeat center center;
        background-size: 184px 55px;
        transform: translateY(-55%);
        z-index: -1;
        pointer-events: none;
        opacity: 45%;
    }

    .sym {
        height: 160px;
        display: block;
    }

    .sym > img {
        transform: rotate(-85.59deg);
        top: 30px;
    }

    .imgshatot {
        width: auto;
    }

    .imgshatot > img {
        right: 230px;
    }

    .pakage-price {
        grid-template-columns: auto auto;
    }

    .badge-p {
        left: 16px;
        top: 16px;
    }

    .badge {
        display: none;
    }

    .blog-card h2 {
        margin-bottom: 0;
    }

    .md\:logo-brand-box {
        grid-template-columns: auto auto auto auto;
    }

    .sm\:blog-box {
        grid-template-columns: auto auto;
        gap: 24px;
        row-gap: 16px;
    }

    .md\:left-footer {
        grid-template-columns: auto auto;
    }

    .star {
        display: none;
    }

    .store-shape {
        display: none;
    }

    .sm\:px-16 {
        padding-inline: 16px;
    }

    .sm\:pt-0 {
        padding-top: 0;
    }

    .sm\:pt-24 {
        padding-top: 24px;
    }

    .sm\:pb-32 {
        padding-bottom: 32px;
    }

    .sm\:pb-64 {
        padding-bottom: 64px;
    }

    .sm\:pb-98 {
        padding-bottom: 98px;
    }

    .sm\:just-mt-16 {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .sm\:just-mb-16 {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .option-box {
        justify-content: space-evenly;
    }

    .btn-sec .btn-cta {
        width: 100%;
        text-align: center;
    }

    .sm\:mx-0 {
        margin-inline: 0;
    }

    .sm\:mx-24 {
        margin-right: 24px;
        margin-left: 24px;
    }

    .sm\:pt-16 {
        padding-top: 16px;
    }

    .sm\:py-16 {
        padding-block: 16px;
    }

    .sm\:py-24 {
        padding-block: 24px;
    }

    .sm\:text-40 {
        font-size: 40px;
    }

    .sm\:text-22 {
        font-size: 22px !important;
        font-weight: 800 !important;
    }

    .sm\:text-16 {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .sm\:mb-0 {
        margin-bottom: 0;
    }

    .sm\:mb-16 {
        margin-bottom: 16px;
    }

    .sm\:mb-64 {
        margin-bottom: 64px;
    }

    .sm\:gap-16 {
        gap: 16px;
    }

    .sm\:gap-64 {
        gap: 64px;
    }

    .sm\:top-64 {
        top: -64px;
    }

    .sm\:justify-center {
        justify-content: center;
    }

    .shop-banner h3 {
        font-family: peyda;
        font-size: 22px;
        font-weight: 800;
        line-height: 100%;
        color: rgba(32, 25, 35, 1);
    }

    .sm\:flex-auto {
        flex: auto;
    }

    .sm\:flex-column {
        flex-direction: column;
    }

    .sm\:pb-64 {
        padding-bottom: 64px;
    }

    .sm\:pb-48 {
        padding-bottom: 48px;
    }

    .sm\:pt-48 {
        padding-top: 48px;
    }

    .sm\:pt-32 {
        padding-top: 32px;
    }

    .sm\:pb-16 {
        padding-bottom: 16px;
    }

    .sm\:px-16 {
        padding-inline: 16px;
    }

    .cs-satisfaction {
        padding: 0;
    }

    .sm\:pos-rev {
        position: relative;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:flex-wrap {
        flex-wrap: wrap;
    }

    .blog-box {
        grid-template-columns: auto;
    }

    .post-image img {
        height: 328px;
    }

}

@media only screen and (max-width: 465px) {
    .price-box {
        flex: 1 1 calc(100% - 8px);
    }
}

@media only screen and (max-width: 425px) {

    .imgshatot > img {
        right: 100px;
        width: 80%;
    }

    .imgshatot {
        height: auto;
    }

    .grid-box {
        display: grid;
        grid-template-columns: auto auto;
    }

    .bullet-list li {
        font-size: 14px;
    }

    .sm\:sec-horizontal {
        flex-direction: column-reverse;
        row-gap: 16px;
    }

    .sm\:option-box {
        flex-direction: column;
        gap: 16px;
    }

    #m1 {
        order: 2;
    }

    .sec-bgcolor img {
        width: 100%;
        max-width: 100%;
    }




    .pakage-price {
        grid-template-columns: auto;
    }

    .sm\:my-0 {
        margin-block: 0px;
    }

    .sm\:my-8 {
        margin-block: 8px;
    }

    .sm\:my-12 {
        margin-block: 12px;
    }

    .sm\:my-16 {
        margin-block: 16px;
    }

    .sm\:my-24 {
        margin-block: 24px;
    }

    .sm\:just-mt-16 {
        margin-top: 16px;
        margin-bottom: 0;
    }

    .sm\:just-mb-16 {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .sm\:tab {
        width: 100%;
    }

    .price-box {
        width: 100%
    }

    .sm\:logo-brand-box {
        grid-template-columns: auto auto auto;
        gap: 8px;
        margin-top: 16px;
        margin-bottom: 24px;
        padding: 0;
    }

    .logo-brand {
        padding: 0px;
    }

    .logo-brand img {
        max-width: 104px;
    }

    .logo-brand a {
        padding-inline: 0px;
    }

    .title-md-i {
        font-size: 14px;
    }

    .title-md {
        font-size: 18px;
    }

    .title-sm {
        font-size: 12px;
    }

    .btn-border {
        padding: 12px 24px;
    }


    .cs-satisfaction p {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
        /*padding-inline: 15.5px;*/
    }

    /*.sm\:blog-box {
        grid-template-columns: auto;
        gap: 24px;
    }*/
    .sm\:left-footer {
        margin-top: 48px;
    }

    .bottom-footer-r {
        justify-content: center;
    }

    .bottom-footer-r p {
        font-size: 14px;
    }

    .bottom-footer-l {
        justify-content: center;
        margin-top: 16px;
    }

    .sm\:bg-icon-1::before {
        top: 61px;
        left: 30px;
        width: 52px;
        height: 87px;
    }

    .sm\:h-450 {
        height: auto;
    }

    .home-contact-form::before {
        top: 270px;
        left: 50px;
        width: 230px;
    }

    .sm\:mx-16 {
        margin-inline: 16px;
    }

    .xs\:mx-16 {
        margin-inline: 16px;
    }

    .xs\:mx-0 {
        margin-block: 0px;
    }

    .xs\:my-0 {
        margin-inline: 0px;
    }

    .xs\:py-0 {
        padding-inline: 0px;
    }

    .xs\:blog-box {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 392px) {
    .sm\:title-effect::before {
        top: 78%;
        width: 100%;
        background-size: 100% 55px;
    }

    .cta-home .heilight-txt {
        display: block;
    }
}


@media only screen and (min-width: 769px) {
    .logo-mobile {
        display: none;
    }

    .menu-container {
        display: none;
    }
}


/* For mobile phones: */
/*[class*="col-"] {
    width: 100%;
}*/
@media only screen and (max-width: 599px) {

    .xs\:w-160 {
        width: 160px;
    }

    .xs\:w-140 {
        width: 140px;
        flex: 0 1 calc(50% - 4px);
    }

    .xs\:w-328 {
        width: 328px;
        flex: 0 1 calc(100% - 0px);
    }


    /* For tablets: */
    .col-x-1 {
        width: 8.33%;
    }

    .col-x-2 {
        width: 16.66%;
    }

    .col-x-3 {
        width: 25%;
    }

    .col-x-4 {
        width: 33.33%;
    }

    .col-x-5 {
        width: 41.66%;
    }

    .col-x-6 {
        width: 50%;
    }

    .col-x-7 {
        width: 58.33%;
    }

    .col-x-8 {
        width: 66.66%;
    }

    .col-x-9 {
        width: 75%;
    }

    .col-x-10 {
        width: 83.33%;
    }

    .col-x-11 {
        width: 91.66%;
    }

    .col-x-12 {
        width: 100%;
    }

    .box-gap {
        column-gap: 8px;
    }
}

@media only screen and (min-width: 600px) {

    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 322px) {
    .left-bottom-header-r svg {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}


.testimonial-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.slider-container {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    direction: ltr;
}

.slide {
    min-width: 100%;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.testimonial {
    text-align: center;
    border-radius: 12px;
    direction: rtl;
}

.testimonial p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 25px;
}

.slider-arrow {
    /*position: absolute;*/
    top: 50%;
    transform: translateY(-20%);
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
}

.slider-arrow:hover {
    transform: translateY(-20%) scale(1.1);
}

.prev-arrow {
    left: -25px;
}

.next-arrow {
    right: -25px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.testi-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(238, 221, 241, 1);
    cursor: pointer;
    transition: all 0.3s;
}

.testi-dot.active {
    background: #7400A8;
}

.test1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 64px;
    background-color: #7b1fa2;
    z-index: 0;
}

.z-index {
    z-index: 9999;
}


.testimonial-section {

}

.testimonial-section .desc {
    margin-top: 0;
    margin-bottom: 40px;
    color: #444;
}

.swiper-container {

}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
}

.slide-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.video-box {
    position: relative;
    width: 48%;
    background: #6a1b9a;
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.5;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    color: #6a1b9a;
    font-size: 36px;
    border-radius: 50%;
    padding: 10px 16px;
    cursor: pointer;
}

.video-title {
    position: absolute;
    bottom: 10px;
    right: 16px;
    font-size: 16px;
    font-weight: bold;
}

.text-box {
    text-align: right;
}

.text-box h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #7400A8;
}

.text-box p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

/* استایل دکمه‌های ناوبری و نقاط نشانگر */
.swiper-button-next,
.swiper-button-prev {
    color: #7400A8 !important;
    display: block; /* اطمینان از نمایش */
    z-index: 10 !important;
    position: relative !important;
    margin-top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto;
    padding: 12px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: '' !important;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.swiper-slide-active {
    display: flex !important;
    transition-duration: 0.4s;
    opacity: 1;
    pointer-events: auto;
}

.swiper-pagination-bullet {
    background: #6a1b9a;
}

.bottom-0 {
    bottom: 0;
}

.post-main .content ol, .post-main .content ul {
    padding-inline-start: 40px;
}

.post-main .content ol li {
    list-style: auto;
    padding-block-end: 24px;
}

.post-main .content ul li {
    list-style: disc;
    padding-block-end: 24px;
}

.personel-box img {
    width: 64px;
    height: 64px;
    border-radius: 1000px;
    object-fit: cover;
}

.personel-box h1 {
    line-height: 28px;
}

.personel-box .text {
    font-weight: 500;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-align: right;

}

.personel-box .count {
    font-weight: 600;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
}

.personel-box .social a {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    padding: 12px;
}

.personel-box .facebook {
    background-color: rgba(121, 121, 255, 1);
}

.personel-box .whatsapp {
    background-color: rgba(58, 158, 58, 1);
}

.personel-box .instagram {
    background-color: rgba(255, 40, 78, 1);
}

.my-video {
    justify-self: center;
    max-width: 100%;
    height: auto;
}
