html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* vertical-align: baseline; */
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

* {
    line-height: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



/* End Css Resset */

@font-face {
    font-family: Iransansx;
    src: url('fonts/IRANSansX.woff') format('woff');
    font-display: swap;
}


:root {
    --primary-100: #6B3760;
    --primary-90: #824375;
    --primary-80: #994F89;
    --primary-70: #AC5E9C;
    --primary-60: #B875AA;
    --primary-50: #C48CB8;
    --primary-40: #D0A3C6;
    --primary-30: #DCBAD4;
    --primary-20: #E7D1E3;
    --primary-10: #F3E8F1;
    --primary-5: #F7F5F7;
    --Secondary-100: #376B4D;
    --Secondary-90: #43825E;
    --Secondary-80: #4F996E;
    --Secondary-70: #5EAC7F;
    --Secondary-60: #75B891;
    --Secondary-50: #8CC4A4;
    --Secondary-40: #A3D0B6;
    --Secondary-30: #BADCC8;
    --Secondary-20: #D1E7DA;
    --Secondary-10: #E8F3ED;
    --white-100: #FFFFFF;
    --black-100: #000000;
    --black-90: #1A1A1A;
    --black-80: #333333;
    --black-70: #4D4D4D;
    --black-60: #666666;
    --black-50: #808080;
    --black-40: #999999;
    --black-30: #B3B3B3;
    --black-20: #CCCCCC;
    --black-10: #E6E6E6;
    --black-5: #F2F2F2;
    --alert: #810000;
    --yellow: #F7C737;
    --font-16: 16px;
    --font-14: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Iransansx;
    font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-family: Iransansx;
    color: var(--primary-100);
}


body {
    line-height: 1;
    position: relative;
    padding-top: 20px;
    font-family: Iransansx;
    font-weight: 500;
    font-size: var(--font-16);
}

body::before {
    content: "";
    background: linear-gradient(180deg, rgba(107, 55, 96, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 1;
    width: 100%;
    height: 500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

body::after {
    content: "";
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(107, 55, 96, 0.30) 100%);
    opacity: 1;
    width: 100%;
    height: 250px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.purchase-success::before {
    content: "";
    background: linear-gradient(180deg, rgba(55, 107, 77, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 1;
    width: 100%;
    height: 500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.purchase-success::after {
    content: "";
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(55, 107, 77, 0.30) 100%);
    opacity: 1;
    width: 100%;
    height: 250px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.purchase-fail::before {
    content: "";
    background: linear-gradient(180deg, rgba(129, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    opacity: 1;
    width: 100%;
    height: 500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

.purchase-fail::after {
    content: "";
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(129, 0, 0, 0.30) 100%);
    opacity: 1;
    width: 100%;
    height: 250px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.index-bg::before {
    content: "";
    background: transparent;
    opacity: 1;
    width: 100%;
    height: 500px;
    top: 0;
    position: absolute;
    z-index: -1;
}

p {
    font-size: var(--font-16);
    line-height: 35px;
    color: var(--black-90);
    font-weight: 500;
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}

img,
video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.min-vh-100 {
    min-height: 100vh;
}

.vh-100 {
    height: 100vh;
}

/* Spaces */
.mt-150 {
    margin-top: 150px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-100 {
    margin-bottom: 100%;
}

.section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.w-100 {
    width: 100% !important;
}

/* Header */
.brand img {
    width: 70px;
    height: 70px;
}

header>div {
    position: relative;
}

header>div::before {
    content: "";
    height: 5px;
    width: 100%;
    background-color: var(--primary-100);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.responsive-area,
.exit-responsive {
    display: none !important;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

nav ul li a {
    color: var(--black-90);
    transition: 0.3s;
}

nav ul li a:hover {
    color: var(--primary-100);
    transition: 0.3s;
}

nav ul li a.active {
    color: var(--primary-100);
    font-weight: 700;
}
nav ul li .menu-icon {
    display: none;
}
.left-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: var(--black-40);
    margin-bottom: 10px;
}

.breadcrumb a {
    color: var(--black-70);
}


/* Footer */
footer {
    margin-bottom: 15px;
}

footer hr {
    outline: none;
    border: none;
    width: 100%;
    height: 1px;
    background-color: var(--black-20);
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

footer a {
    color: var(--black-90);
    transition: 0.3s;
}

footer a:hover {
    color: var(--primary-100);
    transition: 0.3s;
}

.footer-section-title {
    margin-bottom: 15px;
    font-size: var(--font-16);
}

.footer-section-description {
    line-height: 30px;
}

.footer-section-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-section-info>div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-section-info>div i {
    font-size: var(--font-16);
    color: var(--primary-100);
}

.footer-section-links,
.footer-section-info,
.footer-section-description {
    font-size: var(--font-14);
    font-weight: 500;
}

.copyright {
    font-size: var(--font-14);
    font-weight: 500;
    display: block;
    text-align: center;
}


/* Buttons */
.button {
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: Iransansx;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    opacity: 1;
    transition: 0.3s;
    outline: none;
    border: none;
    cursor: pointer;
}

.button.lg {
    height: 50px;
}

.button.sm {
    height: 35px;
}

.button i {
    font-size: 24px;
}

.button.primary {
    background-color: var(--primary-100);
    color: var(--white-100);
}

.button.primary.outline {
    background-color: transparent;
    color: var(--primary-100);
    border: 1px solid var(--primary-100);
}

.button.primary.o10 {
    background-color: var(--primary-10);
    color: var(--primary-100);
}

.button.primary.outline.square {
    color: var(--primary-100);
    width: 50px;
}

.button.primary.square {
    color: var(--white-100);
    width: 50px;
}

.button.secondary {
    background-color: var(--Secondary-100);
    color: var(--white-100);
}

.button.secondary.outline {
    background-color: transparent;
    color: var(--Secondary-100);
    border: 1px solid var(--Secondary-100);
}


.button.alert {
    background-color: var(--alert);
    color: var(--white-100);
}

.button.alert.outline {
    background-color: transparent;
    color: var(--alert);
    border: 1px solid var(--alert);
}

.button:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.button.primary.outline.square:hover {
    background-color: var(--primary-10);
    transition: 0.3s;
    opacity: 1;
}

.button.support {
    width: 100%;
    font-weight: normal;
    height: auto;
    padding: 15px 10px;
}

.reply-button {
    border-radius: 5px;
    border: 1px solid var(--black-10);
    background-color: var(--white-100);
    color: var(--black-20);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-family: Iransansx;
    font-weight: normal;
    width: fit-content;
    transition: 0.3s;
}

.reply-button:hover {
    color: var(--black-30);
    border-color: var(--black-20);
    transition: 0.3s;
}

.sidebar-form .button {
    width: 100%;
    border-radius: 5px;
}

.sidebar-form .button:hover {
    color: var(--white-100);
}

/* Cards */
.card {
    border-radius: 10px;
    border: 1px solid var(--black-10);
    background-color: var(--white-100);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.card:hover {
    background-color: var(--primary-10);
    border-color: var(--primary-40);
    transition: 0.3s;
}

.card:hover hr {
    background-color: var(--primary-40);
    transition: 0.3s;
}

.card-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}

.card-title {
    font-size: 18px;
    font-family: Iransansx;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--black-90);
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
}

.card:hover .card-title {
    color: var(--primary-100);
    transition: 0.3s;
}

.card-description {
    font-size: var(--font-14);
    color: var(--black-40);
    font-weight: 400;
}

.card hr {
    width: 100%;
    border: none;
    height: 1px;
    background-color: var(--black-10);
    margin: 15px 0;
    transition: 0.3s;
}

.card-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-users {
    display: flex;
    align-items: center;
    position: relative;
}

.card-users .item {
    margin-left: -15px;
    position: relative;
}

.card-users .item:last-child {
    margin-left: 0;
    position: relative;
    z-index: 0;
}

.card-users .item:first-child {
    position: relative;
    z-index: 3;
}

.card-users .item:nth-child(2) {
    position: relative;
    z-index: 2;
}

.card-users .item:nth-child(3) {
    position: relative;
    z-index: 1;
}

.card-users img {
    margin-top: 0;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid var(--primary-100);
}

.card-users span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--white-100);
    background-color: var(--primary-100);
    direction: ltr;
}

.card.test .card-description {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
}

.card.blog .card-description {
    text-align: center;
    font-weight: normal;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    line-clamp: 1;
}

.sidebar-card {
    border-radius: 10px;
    border: 1px solid var(--black-10);
    background-color: white;
    padding: 15px;
}

.sb-card-title {
    width: 100%;
    display: block;
    background-color: var(--primary-10);
    color: var(--primary-100);
    padding: 9.5px 10px;
    font-family: Iransansx;
    font-weight: 700;
    border-radius: 5px;
}

.sidebar-card hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    width: 100%;
    height: 1px;
    background-color: var(--black-10);
}

.sb-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sb-card-content a {
    color: var(--black-90);
    font-size: var(--font-16);
    transition: 0.3s;
}

.sb-card-content a:hover {
    color: var(--primary-100);
    transition: 0.3s;
}

.card-header {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.card-badge {
    background-color: var(--primary-100);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 26px;
    border-radius: 2.5px;
}

.card-badge.left-side {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
}

.card-badge.right-side {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}

.card-badge.icon {
    font-size: var(--font-16);
    width: 26px;
}

.card-badge.text {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
}

.card-image {
    position: relative;
    display: flex;
}

.card-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}



/* Search */
#search {
    z-index: 20;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search input[type=search]::placeholder {
    text-align: center;
    width: 100%;
    font-size: 50px;
}

#search input[type=search] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    outline: none;
    height: 100px;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 100px;
    transform: translate(-50%, -50%);
    background-color: var(--primary-100);
    border: black;
    padding: 10px 30px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--primary-100);
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    transition: 0.3s;
    outline: none;
    border: 1px solid var(--primary-50);
}

#search .close:hover {
    opacity: 0.6;
    transition: 0.3s;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}


/* Particle Js */
canvas {
    display: block;
}

#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3e8f1;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -1;
}


/* Comment */
.comment-area {
    margin-top: 100px;
}

.comment-area .title-area {
    margin-bottom: 30px;
}

.comment-form button {
    margin-top: 5px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.reply-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
}

.user-comment hr {
    border: 1px solid var(--black-10);
    outline: none;
    margin: 10px auto;
}

.user-comment {
    border-radius: 5px;
    border: 1px solid var(--Secondary-10);
    background-color: var(--white-100);
    padding: 10px;
}

.user-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-details img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.user-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.user {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-size: var(--font-16);
    font-family: Iransansx;
    font-weight: 900;
    color: var(--black-90);
}

.comment-date {
    font-family: Iransansx;
    font-size: 12px;
    color: var(--black-40);
    font-weight: normal;
}

.comment-description {
    font-size: var(--font-14);
    line-height: 25px;
    color: var(--black-90);
}

.support-comment {
    border-radius: 5px;
    border: 1px solid var(--primary-40);
    background-color: var(--primary-10);
    padding: 10px;
    width: 96%;
    margin-right: auto;
}

.support-comment .user-name {
    color: var(--primary-100);
}

.support-comment hr {
    border: 1px solid var(--primary-40);
    outline: none;
    margin: 10px auto;
}



/* Form */
.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

input {
    height: 50px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid var(--black-10);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--black-90);
    transition: 0.3s;
    outline: none;
    font-family: Iransansx;
}

textarea {
    border-radius: 5px;
    background-color: white;
    border: 1px solid var(--black-10);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--black-90);
    transition: 0.3s;
    outline: none;
    font-family: Iransansx;
}

input::placeholder {
    color: var(--black-30);
}

input:is(:hover, :active, :focus),
textarea:is(:hover, :active, :focus) {
    border-color: var(--primary-100);
    transition: 0.3s;
}

input:is(:hover, :active, :focus)+label,
textarea:is(:hover, :active, :focus)+label {
    color: var(--primary-100);
    transition: 0.3s;
}

input:is(:hover, :active, :focus)+i,
textarea:is(:hover, :active, :focus)+i {
    color: var(--primary-100);
    transition: 0.3s;
}

.form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.form-group.w-50 {
    width: calc(50% - 8px);
}

.form-group.w-25 {
    width: calc(25% - 8px);
}

.form-group.w-100 {
    width: 100%;
}

.form-group input,
.form-group textarea {
    width: 100%;
}

.form-group label {
    position: absolute;
    background-color: var(--white-100);
    right: 10px;
    padding: 0 5px;
    line-height: 20px;
    top: -10px;
    font-size: 12px;
    font-family: Iransansx;
    font-weight: normal;
    color: var(--black-90);
    transition: 0.3s;
}

.search input {
    padding-right: 40px;
}

.search label {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 100%;
    right: 10px;
    padding: 0;
    transform: translate(-50%, -50%);
    color: var(--black-50);
}

.search.faq {
    margin-bottom: 30px;
}

.search.faq input {
    border-radius: 10px;
    border: 1px solid var(--black-20);
}

.search.faq input:is(:active, :hover, :focus) {
    border-color: var(--primary-100);
}

.new-select select {
    height: 50px;
    width: 100%;
    border: 1px solid var(--black-30);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--white-100);
    font-size: 12px;
    transition: 0.3s;
    font-family: Iransansx;
    padding: 10px;
}

.custom-select {
    color: var(--black-60);
    position: relative;
}

.custom-select select {
    display: none;
}

.select-selected {
    height: 50px;
    border: 1px solid var(--black-30);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--black-30);
    background-color: var(--white-100);
    font-size: 12px;
    transition: 0.3s;
}

.select-selected:hover,
.select-selected.select-arrow-active {
    color: var(--primary-100);
    border-color: var(--primary-100);
    transition: 0.3s;
}

.select-selected:after {
    content: "";
    font-family: pargar-font;
    content: "\e919";
    font-size: 10px;
    transition: 0.3s;
}

.select-selected.select-arrow-active:after {
    transform: rotate(-90deg);
    transition: 0.3s;
}

.select-items div,
.select-selected {
    color: var(--black-90);
    padding: 14px 10px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 12px;
}

.select-items {
    position: absolute;
    background-color: var(--white-100);
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid var(--black-10);
    font-size: 14px;
    transition: 0.3s;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--primary-10);
    transition: 0.3s;
    color: var(--primary-100);
}

.select-items div:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select-items div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-select label {
    display: none;
}


.sidebar-card form label {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
    font-size: var(--font-14);
    line-height: normal;
}

.sidebar-card form input:checked~label {
    color: var(--primary-100);
    font-weight: 700;
}

.sidebar-card form input:not(:checked)~label {
    color: var(--primary-10);
}


.sidebar-card form {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-g {
    display: block;
    position: relative;
    padding-right: 17px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-g input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiomark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 12px;
    width: 12px;
    /* border: 1px solid var(--Secondary-100); */
    background-color: var(--primary-10);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.form-g input:checked~.radiomark {
    border-color: var(--primary-100);
}

.form-g span:last-child {
    line-height: 20px;
    display: block;
    font-size: 16px;
    color: var(--black-90);
}

.radiomark::before {
    content: "";
    position: absolute;
    display: none;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    background-color: var(--primary-100);
}

.form-g input:checked~.radiomark::before {
    display: block;

}

.checkmark {
    position: absolute;
    top: 4px;
    right: 0;
    height: 12px;
    width: 12px;
    border: 1px solid var(--Secondary-100);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-g input:checked~.checkmark {
    border-color: var(--primary-100);
}

.checkmark::before {
    content: "";
    position: absolute;
    display: none;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    background-color: var(--primary-100);
}

.form-g input:checked~.checkmark::before {
    display: block;

}

.form-g input:checked~span {
    color: var(--primary-100);
    font-weight: 700;
}


/* Pagination */
.pagination {
    margin-top: 80px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.pagination a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--black-90);
    background-color: var(--black-5);
    transition: all 0.3s;
    font-size: var(--font-14);
}

.pagination a.active {
    background-color: var(--primary-100);
    color: var(--white-100);
}

.pagination .page-item:first-child {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 20px;
    border: none;
    background-color: transparent;
    font-size: var(--font-14);
    color: var(--black-20);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    background-color: transparent;
}

.pagination .page-item:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 20px;
    border: none;
    background-color: transparent;
    font-size: var(--font-14);
    color: var(--black-20);
}

.pagination a:last-child:hover,
.pagination a:first-child:hover {
    background-color: transparent;
    color: var(--primary-100);
}

.pagination a:hover,
.pagination .page-item .page-link:hover {
    background-color: var(--primary-10);
    transition: all 0.3s;
    color: var(--primary-100);
}

.pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--black-90);
    background-color: var(--black-5);
    transition: all 0.3s;
    font-size: var(--font-14);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary-100);
    color: var(--white-100);
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    width: auto;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
    background-color: transparent;
    color: var(--primary-100);
}


/* Accordion */
.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.accordion-header {
    padding: 12px 15px;
    cursor: pointer;
    color: var(--black-90);
    transition: 0.3s;
    font-size: var(--font-14);
    font-weight: 500;
    font-family: Iransansx;
}

.accordion-item {
    border: 1px solid var(--black-20);
    border-radius: 10px;
    transition: 0.3s;
}

.accordion-content {
    display: none;
    padding: 12px 15px;
    color: var(--black-90);
    font-size: 14px;
    line-height: 25px;
}

.accordion-content p {
    margin: 0;
}

.accordion-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.accordion-item.active .accordion-header-content::after {
    transform: rotate(-90deg);
    color: var(--primary-100);
}

.accordion-header-content::after {
    font-family: pargar-font;
    content: "\e919";
    transition: 0.3s;
    font-size: var(--font-16);
    color: var(--black-20);
    font-weight: normal;
}

.accordion-item.active {
    background-color: var(--primary-10);
    border-color: var(--primary-10);
    transition: 0.3s;
}

.accordion-item.active .accordion-header {
    color: var(--primary-100);
    transition: 0.3s;
    font-weight: 700;
}

/* Owl Carousel */
.owl-theme .owl-dots {
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.owl-testimonial {
    margin-top: 30px;
    margin-bottom: 50px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    border-radius: 18px;
    transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-100);
}

.owl-theme .owl-dots .owl-dot span {
    background-color: var(--primary-10);
    width: 15px;
    height: 15px;
    margin: 0;
    transition: 0.3s;
}


/* General */
.primary {
    color: var(--primary-100);
}

.hero {
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}

.hero-description {
    margin-bottom: 50px;
    color: var(--black-70);
    font-size: var(--font-16);
    text-align: center;
}

.hero-slogan {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 700;
    font-family: Iransansx;
    color: var(--black-90);
}

.scroll-btn {
    background-color: var(--primary-90);
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-16);
    width: 35px;
    height: 50px;
    border: 5px solid var(--white-100);
    color: var(--white-100);
    animation: scrolling 1s infinite;
    transition: 0.3s;
}

.scroll-btn:hover {
    opacity: 0.5;
    transition: 0.3s;
}

@keyframes scrolling {
    0% {
        padding-top: -10px;
    }

    33% {
        padding-top: 0px;
    }

    66% {
        padding-top: 10px;
    }

    100% {
        padding-top: 0;
    }
}

.flex-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.title {
    font-size: 30px;
    color: var(--black-90);
    font-weight: 700;
}

.title.margin {
    margin-top: -40px;
}

.title.lg {
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
}

.title.sm {
    font-size: var(--font-16);
    font-weight: 700;
}

.title-area {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.title-area.center {
    text-align: center;
}

.title-eng {
    font-family: Poppins;
    text-transform: uppercase;
    text-shadow: -1px 0 var(--primary-10), 0 1px var(--primary-10), 1px 0 var(--primary-10), 0 -1px var(--primary-10);
    color: white;
    font-size: 35px;
}

.title-link {
    color: var(--black-60);
    font-size: var(--font-14);
    font-family: Iransansx;
    font-weight: normal;
    margin-top: 3px;
    transition: 0.3s;
}

a.title-link:hover {
    color: var(--primary-100);
    transition: 0.3s;
}

.roadmap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;

}

.roadmap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(img/line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.roadmap .roadmap-card:nth-child(2) {
    margin-top: 80px;
}

.roadmap .roadmap-card:nth-child(3) {
    margin-top: 10px;
}

.roadmap .roadmap-card:nth-child(4) {
    margin-top: 40px;
}

.roadmap .roadmap-card:nth-child(5) {
    margin-top: 70px;
}

.banner {
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(107, 55, 96, 0.80) 0%, rgba(107, 55, 96, 0.20) 100%);
    padding: 90px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(img/lines.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.banner-title {
    color: var(--black-90);
    font-size: 35px;
    font-family: Iransansx;
    font-weight: 800;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner-description {
    font-size: 25px;
    font-family: Iransansx;
    color: var(--black-90);
    margin-bottom: 30px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner .button {
    position: relative;
    z-index: 2;
}

.service-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service {
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-icon {
    padding: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-100);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    color: var(--primary-100);
    transition: 0.3s;
}

.service-icon:hover,
.service:hover .service-icon {
    background-color: var(--primary-20);
    transition: 0.3s;
}

.service-icon i {
    font-size: 40px;
}

.service-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    font-family: Iransansx;
    color: var(--black-90);
    transition: 0.3s;
}

.service:hover .service-title,
.service-title:hover {
    color: var(--primary-100);
    transition: 0.3s;
}

.service-description {
    font-size: var(--font-14);
    font-weight: 500;
    color: var(--black-60);
}

.service-img img {
    border-radius: 0px 180px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
    height: 500px;
    width: 460px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.service-img {
    position: relative;
    text-align: center;
}

.service-img::after {
    content: "";
    position: absolute;
    background: url(img/arrow.svg) no-repeat center;
    width: 285px;
    height: 160px;
    bottom: -40px;
    left: 50px;
    z-index: -1;
}

.upper-area {
    margin-bottom: 50px;
    margin-top: 70px;
}

.upper-area h1 {
    font-size: 30px;
    font-weight: 700;
}

.image-dup {
    position: relative;
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
    z-index: 0;
}

.image-dup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-10);
    transform: rotate(-3deg);
    z-index: -1;
    border-radius: 10px;
}

.article-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--font-16);
    margin-top: 50px;
    color: var(--black-90);
}

.article-author span,
.article-date span {
    font-family: Iransansx;
    color: var(--primary-100);
    font-weight: 700;
}


.price {
    font-size: 12px;
    color: var(--black-30);

}

.price span {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-100);
}

.roadmap-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 30px 45px;
    width: fit-content;
    height: fit-content;
    background-color: var(--white-100);
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.roadmap-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-100);
}

.roadmap-step>span:first-child {
    font-size: 50px;
    font-weight: 800;
    font-family: Iransansx;
    line-height: 50px;
}

.roadmap-step>span:last-child {
    font-size: 25px;
    font-weight: 700;
    font-family: Iransansx;
}

.roadmap-title {
    color: var(--black-50);
    font-size: var(--font-16);
    font-weight: 500;
}

.roadmap-card:hover {
    background-color: var(--primary-10);
    transition: 0.3s;
    box-shadow: none;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 10px;
}

.sidebar-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-banner-area {
    display: flex;
}

.sidebar-banner {
    border-radius: 10px;
    transition: 0.3s;
}

.sidebar-banner:hover {
    opacity: 0.9;
    transition: 0.3s;
}

.sidebar .search input {
    border-radius: 10px;
    border-color: var(--black-20);
    transition: 0.3s;
}

.sidebar .search input:is(:hover, :active, :focus) {
    border-color: var(--primary-100);
    transition: 0.3s;
}

.filter-area {
    margin-bottom: 30px;
}

.filter-area .search input {
    border-color: var(--black-30);
}

.filter-area .search i {
    color: var(--black-30);
    transition: 0.3s;
}

.filter-area input:is(:hover, :active, :focus) {
    border-color: var(--primary-100);
    transition: 0.3s;
}

.filter-area input:is(:hover, :active, :focus)+label {
    color: var(--primary-100);
    transition: 0.3s;
}

.filter-area input:is(:hover, :active, :focus)+label i {
    color: var(--primary-100);
    transition: 0.3s;
}

.error-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 150px;
    margin-bottom: 150px;
}

.error-title {
    font-size: 120px;
    font-weight: 900;
    color: var(--primary-100);
    font-family: Iransansx;
}

.error-description {
    font-size: 25px;
    font-weight: 500;
    color: var(--black-90);
    text-align: center;
}

.responsive-sidebar-btn {
    display: none;
}

.archive-contet>div {
    margin-bottom: 20px;
}

.single-page,
.content-section {
    padding-left: 50px;
}

.video-wrapper {
    position: relative;
    display: flex;
}

.video-wrapper>video[poster] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 145, 193, 0.00) 0%, var(--primary-100) 100%);
    opacity: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.video-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-10);
    transition: 0.3s;
}

.video-detail .playVideo {
    cursor: pointer;
    font-size: 70px;
    display: flex;
}

.video-detail:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.video-detail span {
    font-family: Iransansx;
    font-size: var(--font-16);
    font-weight: 900;
}

.employee-area {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.employee {
    display: flex;
    gap: 20px;
    align-items: center;
    width: calc(50% - 15px);
}

.employee img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--primary-100);
}

.employee>div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.employee>div>span:first-child {
    font-size: var(--font-16);
    font-family: Iransansx;
    font-weight: 700;
    color: var(--black-90);
}

.employee>div>span:first-child span {
    color: var(--primary-100);
}

.employee>div>span:last-child {
    color: var(--black-60);
    font-size: 12px;
    font-family: Iransansx;
    font-weight: normal;
}

.contact-info-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.contact-info-area::before {
    content: "";
    height: 100%;
    width: 3px;
    border-right: 3px solid var(--primary-20);
    position: absolute;
    right: 6.5px;
    top: 0;
    z-index: -1;
}

.contact-info::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primary-100);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.contact-info span:first-child {
    color: var(--primary-100);
    font-weight: 900;
    font-family: Iransansx;
    font-size: var(--font-16);
}

.contact-info {
    position: relative;
    padding-right: 30px;
}

.contact-info,
.contact-info a {
    color: var(--black-90);
    font-size: var(--font-16);
}

.gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-title {
    display: block;
    text-align: center;
    color: var(--black-90);
    font-size: var(--font-14);
}

.rules-area {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.rule-item {
    padding: 12px 15px;
    font-size: var(--font-14);
    color: var(--black-90);
    border: 1px solid var(--black-20);
    border-radius: 10px;
}

.contact-text {
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: var(--font-16);
    line-height: 35px;
    color: var(--black-90);
}

.contact-us iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.question-box {
    background-color: var(--primary-10);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.question-box button[type="submit"] {
    margin-top: 30px;
}

.question {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.question>span {
    font-size: var(--font-16);
    color: var(--black-90);
}

.question>span .primary {
    font-weight: 800;
}

.question .custom-select {
    width: 150px;
}

.result-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.chart {
    margin-bottom: 40px;
}

.sb-card-course {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sb-course-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sb-course-detail span:first-child {
    color: var(--primary-100);
    font-weight: 700;
}

.sb-course-detail span:last-child {
    font-size: var(--font-14);
}



/* Modal */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    background-color: var(--white-100);
    border-radius: 10px;
    padding: 50px;
    width: 650px;
}

.modal.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal .button-area {
    margin-top: 50px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.button-area .button {
    height: 50px !important;
}

.modal .modal-content>i {
    font-size: 80px;
    color: var(--primary-100);
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.modal-notif {
    font-size: 20px;
    font-family: Iransansx;
    color: var(--black-90);
    font-weight: 700;
    text-align: center;
}

.modal-notif span {
    color: var(--primary-100);
}








.cart-item-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 50px;
    gap: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    width: 100%;
    background-color: var(--white-100);
    border-radius: 10px;
    border: 1px solid var(--black-10);
}

.cart-item img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.cart-detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.item-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-title {
    font-size: var(--font-16);
    font-weight: 800;
    font-family: Iransansx;
    color: var(--primary-100);
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-title:hover {
    color: var(--primary-90);
    transition: 0.3s;
}

.item-description {
    font-size: var(--font-14);
    color: var(--black-30);
}

.item-detail-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}

.item-price {
    color: var(--black-50);
    font-size: 10px;
}

.item-price span {
    font-weight: 700;
    font-size: var(--font-16);
}

.remove-item {
    cursor: pointer;
    transition: 0.3s;
    color: var(--black-30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-item:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.remove-discount {
    cursor: pointer;
    transition: 0.3s;
    padding-right: 6px;
    margin-right: 6px;
    border-right: 1px dashed #dbac20;
}

.remove-discount:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.discount-form {
    margin-bottom: -10px;
    position: relative;
}

.discount-form input {
    height: 40px;
    width: 100%;
}

.discount-form button {
    height: 28px !important;
    width: 28px !important;
    padding: 6.5px;
    border-radius: 2.5px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(0, -50%);
}

.discount-form button i {
    font-size: 15px;
}

.pay {
    width: 100%;
    height: 45px;
    border-radius: 5px;
}

.cart-margin {
    margin-bottom: 300px !important;
}

.cart-summary {
    border-radius: 10px;
    background-color: var(--white-100);
    border: 1px solid var(--primary-10);
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-row-title {
    display: flex;
    font-size: var(--font-14);
    color: var(--primary-100);
    gap: 5px;
    align-items: center;
    font-weight: 600;
}


.cart-summary hr {
    width: 100%;
    margin: 0;
    border-style: none;
    border: 1px solid var(--primary-5);

}

.item-price.empty,
.item-price.empty span {
    font-size: var(--font-14);
    color: var(--black-30);
    font-weight: normal;
}

.cart-row-title.bold {
    font-weight: 700;
    color: var(--primary-100);
}

.add-to-cart {
    width: 100%;
}

.add-to-basket .button,
.add-to-basket-v2 .button {
    padding: 20px;
    height: 100%;
    text-align: center;
}

.purchase-success,
.purchase-fail {
    justify-content: center;
    align-items: center;
}

.purchase {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.purchase>i {
    font-size: 150px;
    margin-bottom: 20px;
}

.purchase-text {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: Iransansx;
    text-align: center;
    font-weight: 700;
}

.purchase-code {
    font-size: 20px;
    color: var(--black-60);
    margin-bottom: 50px;
}

.purchase.success>i,
.purchase.success .purchase-text span {
    color: var(--Secondary-100);
}

.purchase.fail>i,
.purchase.fail .purchase-text span {
    color: var(--alert);
}

.auth-card {
    background-color: var(--white-100);
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 150px;
}

.auth-tabs {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    background-color: var(--white-100);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    width: 70%;
    height: 60px;
    margin-top: -45px;
}

.auth-tabs>span {
    font-size: 14px;
    font-weight: 700;
    font-family: Iransansx;
    color: var(--primary-100);
    background-color: var(--primary-10);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-tabs button {
    font-size: 14px;
    font-weight: normal;
    color: var(--black-90);
    font-family: Iransansx;
    background-color: transparent;
    border-radius: 5px;
    transition: 0.3s;
    width: 50%;
}

.auth-tabs button:hover {
    background-color: var(--primary-10);
    transition: 0.3s;
}

.auth-tabs button.active {
    background-color: var(--primary-10);
    color: var(--primary-100);
    font-weight: 700;
}

.auth-description {
    font-size: 14px;
    color: var(--black-90);
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}

.auth-card .form-group {
    margin-bottom: 15px;
}

.auth-form {
    display: none;
    width: 100%;
}

.auth-form.active {
    display: block;
}

.auth-form button[type="submit"] {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
}

.remember-me span:last-child {
    font-size: 12px;
    color: var(--black-90);
    margin-bottom: 5px;
}

.forget-pass-text {
    font-size: 12px;
    color: var(--black-90);
}

.forget-pass-text a {
    color: var(--primary-50);
}

.hero-section {
    height: 100%;
}

.province-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.province-area .select-items {
    overflow-y: scroll;
    height: 200px;
}

.province-area>div {
    width: 50%;
}

/* Alert */
.alert {
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
}

.alert-danger {
    background-color: rgba(129, 0, 0, 0.1);
    color: #810000;
}
.alert-success {
    background-color: rgba(10, 54, 34, 0.1);
    color: #0a3622;
}

@media (min-width: 1400px) {}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .employee {
        width: 100%;
    }

    .left-menu {
        gap: 10px;
    }

    .responsive-area {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .exit-responsive {
        display: flex !important;
        font-size: var(--font-14);
        margin-left: 20px;
        margin-right: auto;
        width: 35px;
        padding: 0;
    }

    nav {
        position: fixed;
        right: -100%;
        top: 0;
        width: 0;
        height: 100vh;
        background: var(--white-100);
        z-index: 999;
        overflow: auto;
        transition: all 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }

    nav.open {
        width: 80%;
        right: 0;
    }

    nav ul {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 0 40px;
        text-align: right;
    }
    nav ul li {
        width: 100%;
    }
    nav ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    nav ul li .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    nav ul li a.active .menu-icon {
        filter: invert(23%) sepia(36%) saturate(2321%) hue-rotate(293deg) brightness(88%) contrast(95%);
    }
    nav ul li a.active 
    nav ul li a {
        width: 100%;
        text-align: right;
    }

    nav .left-menu {
        display: none;
    }

    nav .brand img {
        display: none;
    }
}

@media (max-width: 768px) {

    .hero-btn-area {
        flex-direction: column;
    }

    .form-group.w-25,
    .form-flex .w-25 {
        width: calc(50% - 10px) !important;
    }

    .cart-item-area {
        padding-left: unset;
    }

    .cart-summary {
        margin-top: 30px;

    }

    .add-to-basket-v2 .sb-card-title,
    .add-to-basket-v2 hr {
        display: none;
    }

    .add-to-basket-v2 {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
    }

    .add-to-basket {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .add-to-basket-v2 .button {
        width: 40%;
        height: 50px;
    }

    .add-to-basket-v2 .sidebar-form {
        flex-direction: row;
        align-items: center;
    }

    .add-to-basket-v2 .sidebar-form .custom-select {
        width: 30%;
    }

    .add-to-basket>.button {
        border-radius: 0;
        padding: 20px;
        height: 100%;
    }

    .modal-content {
        width: calc(540px - (calc(var(--bs-gutter-x) * .5)) * 2);
    }

    .filter-area .search {
        margin-bottom: 20px;
    }

    .contact-us button[type="submit"] {
        margin-left: auto;
        margin-right: auto;
    }

    .sidebar {
        padding: 20px !important;
    }

    .service-img {
        margin-bottom: 50px;
    }

    .title-area {
        text-align: center;
    }

    .roadmap::before {
        display: none;
    }

    .roadmap .roadmap-card:nth-child(2),
    .roadmap .roadmap-card:nth-child(3),
    .roadmap .roadmap-card:nth-child(4),
    .roadmap .roadmap-card:nth-child(5) {
        margin-top: 0;
    }

    .single-page,
    .content-section {
        padding-left: 0;
    }

    .responsive-sidebar-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 15;
        background-color: var(--primary-10);
        width: 100%;
        padding: 20px calc((var(--bs-gutter-x) * .5) + 10px);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .responsive-sidebar-btn>button {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--primary-100);
        font-weight: 800;
        margin: 0 10px;
        background: none;
        border: none;
        outline: none;
        font-size: 20px;
        font-family: Iransansx;
    }

    .responsive-sidebar-btn>button i {
        font-size: 25px;
    }

    .responsive-sidebar {
        padding: 15px 20px;
        position: fixed;
        z-index: 20;
        right: -100%;
        top: 0;
        width: 90%;
        height: 100vh;
        background: var(--white-100);
        z-index: 999;
        overflow: auto;
        transition: right 0.3s ease-in-out;
    }

    .responsive-sidebar.open {
        right: 0;
    }

    .responsive-bg {
        background-color: #000000a3;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 18;
        top: 0;
        left: 0;
        display: none;
    }

    footer {
        text-align: center;
    }

    .footer-section-info>div {
        justify-content: center;
    }

    .about-me-part,
    .links-part {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .scroll-btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .cart-detail {
        flex-direction: column;
    }

    .item-detail {
        width: 100%;
    }

    .item-detail-2 {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .add-to-basket-v2 .sidebar-form {
        flex-wrap: wrap;
    }

    .add-to-basket-v2 .button {
        width: 100%;
        height: 50px;
    }

    .add-to-basket-v2 .sidebar-form .custom-select {
        width: calc(50% - 7.5px);
    }

    .modal-content {
        width: calc(100% - (calc(var(--bs-gutter-x) * .5)) * 2);
    }

    .question>span {
        text-align: center;
    }

    .question-box {
        gap: 20px;
    }

    .question {
        flex-direction: column;
        gap: 5px;
    }

    .service {
        flex-direction: column;
    }

    .service-detail {
        align-items: center;
    }

    .service-img img {
        width: 100%;
        height: 400px;
        border-radius: 0 120px
    }

    .form-group.w-50,
    .form-group.w-25,
    .form-flex .w-50,
    .form-flex .w-25 {
        width: 100% !important;
    }
}

@media (max-width: 450px) {
    .purchase .flex-area {
        flex-direction: column;
    }

    .province-area>div {
        width: 100%;
    }

    .province-area {
        flex-direction: column;
    }
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* رنگ نیمه شفاف */
    z-index: 998;
    /* پایین‌تر از منو */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
  
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
  
  .online-consulting {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #3FC24F;
    padding: 8px 16px;
    border-radius: 50px;
    color: white;
    z-index: 20;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}