@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/vazir/Vazir-Bold-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/vazir/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vazir/Vazir-Bold-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vazir/Vazir-Bold-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/vazir/Vazir-Bold-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/vazir/Vazir-Thin-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/vazir/Vazir-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vazir/Vazir-Thin-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vazir/Vazir-Thin-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/vazir/Vazir-Thin-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/vazir/Vazir-Light-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/vazir/Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vazir/Vazir-Light-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vazir/Vazir-Light-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/vazir/Vazir-Light-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/vazir/Vazir-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/vazir/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vazir/Vazir-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vazir/Vazir-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/vazir/Vazir-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: vazir;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/vazir/Vazir-Medium-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/vazir/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/vazir/Vazir-Medium-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/vazir/Vazir-Medium-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/vazir/Vazir-Medium-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}
/*-----------------------------------------------------------------*/

html {
    font-size: 14px !important;
}

body {
    font-family: vazir, system-ui !important;
    color: var(--font-color);
    font-size: 14px;
    font-weight: 400;
    /*line-height: 30px;*/
    background-color: #ffffff;
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

    body * {
        outline: none !important;
    }

*[data-bs-toggle='tooltip'] {
    transition: none !important;
}

form {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.right-to-left {
    direction: rtl;
    text-align: right;
}

[type='email'],
[type='number'],
[type='tel'],
[type='url'] {
    direction: rtl;
}

label.error {
    color: var(--second-color) !important;
    font-size: 0.8rem !important;
    font-weight: normal !important;
    position: unset;
    background: none;
    font-family: vazir;
}

img {
    object-fit: cover;
}

/* =================================== */
/*  Helpers Classes
/* =================================== */
/*-------- System Colors (text, background & border) --------*/
.first-color {
    color: var(--first-color) !important;
}

.second-color {
    color: var(--second-color) !important;
}

.font-color {
    color: var(--font-color) !important;
}

.caption-color {
    color: var(--caption-color) !important;
}

.hover-first-color:hover {
    color: var(--first-color) !important;
}

.bg-first-color {
    background-color: var(--first-color) !important;
}

.bg-second-color {
    background-color: var(--second-color) !important;
}

.bg-first-color-light {
    background-color: hsl(var(--first-color-hsl-light)) !important;
}

.bg-second-color-light {
    background-color: hsl(var(--second-color-hsl-light)) !important;
}

.bg-font-color {
    background-color: var(--font-color) !important;
}

.bg-hover:hover {
    filter: saturate(0.9) grayscale(0.1) contrast(1.1) brightness(0.9);
}

.border-first-color {
    border-color: var(--first-color) !important;
}

.border-second-color {
    border-color: var(--second-color) !important;
}

.border-font-color {
    border-color: var(--font-color) !important;
}

.title-color {
    color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 6%)) !important;
}

.active-color-bg:active,
.active-color-bg:focus {
    background-color: var(--first-color) !important;
}

.active-color-border:active,
.active-color-border:focus {
    border-color: var(--first-color) !important;
}

/*-------- Background Template --------*/
.bg-light {
    background-color: #fff !important;
}

.bg-light-1 {
    background-color: #f9f9fb !important;
}

.bg-light-2 {
    background-color: #f8f8fa !important;
}

.bg-light-3 {
    background-color: #f5f5f5 !important;
}

.bg-light-4 {
    background-color: #EBF3FF !important;
}

.bg-light-5 {
    background-color: #ececec !important;
}

.bg-gray {
    background-color: #efefef !important;
}

.bg-dark {
    background-color: #111418 !important;
}

.bg-dark-1 {
    background-color: #191f24 !important;
}

.bg-dark-2 {
    background-color: #232a31 !important;
}

.bg-dark-3 {
    background-color: #2b343c !important;
}

.bg-dark-4 {
    background-color: #38434f !important;
}

.bg-dark-5 {
    background-color: #435161 !important;
}

/*-------- Text Align --------*/
.text-justify {
    text-align: justify;
}

/*-------- Text Size --------*/
.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.65rem !important;
}

.fs-9 {
    font-size: 0.5rem !important;
}

.fs-1-1 {
    font-size: 1.1rem !important;
}

.fs-1-5 {
    font-size: 1.15rem !important;
}

.fs-0-9 {
    font-size: 0.9rem !important;
}

/*-------- Font Weight --------*/
.fw-800 {
    font-weight: 800 !important;
}

.fw-850 {
    font-weight: 850 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*-------- Letter Spacing --------*/
.ls-0 {
    letter-spacing: 0 !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.ls-3 {
    letter-spacing: 3px !important;
}

/*-------- Line Height --------*/
.lh-0 {
    line-height: 15px !important;
}

.lh-1 {
    line-height: 20px !important;
}

.lh-2 {
    line-height: 25px !important;
}

.lh-3 {
    line-height: 30px !important;
}

/*-------- Word Spacing --------*/
.ws-1 {
    word-spacing: 1px !important;
}

.ws-2 {
    word-spacing: 2px !important;
}

.ws-3 {
    word-spacing: 3px !important;
}

/*-------- Element Size --------*/
.max-content-h {
    height: max-content;
}

.max-content-w {
    width: max-content;
}

.h-15 {
    height: 15%;
}

.h-20 {
    height: 20%;
}

.h-35 {
    height: 35%;
}

.h-45 {
    height: 45%;
}

.h-55 {
    height: 55%;
}

.h-65 {
    height: 65%;
}

.h-80 {
    height: 80%;
}

.h-85 {
    height: 85%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-35 {
    width: 35%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-65 {
    width: 65%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-95 {
    width: 95%;
}

/*-------- Box Shadow --------*/
.shadow-1 {
    box-shadow: 0 0 4px silver;
}

.shadow-2 {
    box-shadow: 0 0 6px silver;
}

.shadow-3 {
    box-shadow: 0 0 8px silver;
}

.shadow-4 {
    box-shadow: 0 0 10px silver;
}

.shadow-5 {
    box-shadow: 0 0 12px silver;
}

.shadow-gray-1 {
    box-shadow: 0 0 4px silver;
}

.shadow-gray-2 {
    box-shadow: 0 0 6px gray;
}

.shadow-gray-3 {
    box-shadow: 0 0 8px gray;
}

.shadow-gray-4 {
    box-shadow: 0 0 10px gray;
}

.shadow-gray-5 {
    box-shadow: 0 0 12px gray;
}

.shadow-hover:hover {
    box-shadow: 0 0 12px gray;
}

.shadow-hover-first-color:hover {
    box-shadow: 0 0 10px var(--first-color);
}

/*-------- Padding & Margin --------*/
.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.pt-075,
.py-075 {
    padding-top: 0.75rem !important;
}

.ps-6,
.px-6 {
    padding-right: 4rem !important;
}

.ps-7,
.px-7 {
    padding-right: 5rem !important;
}

.ps-075,
.px-075 {
    padding-right: 0.75rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

.pb-075,
.py-075 {
    padding-bottom: 0.75rem !important;
}

.pe-6,
.px-6 {
    padding-left: 4rem !important;
}

.pe-7,
.px-7 {
    padding-left: 5rem !important;
}

.pe-075,
.px-075 {
    padding-left: 0.75rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.p-075 {
    padding: 0.75rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.mt-075,
.my-075 {
    margin-top: 0.75rem !important;
}

.ms-6,
.mx-6 {
    margin-right: 4rem !important;
}

.ms-7,
.mx-7 {
    margin-right: 5rem !important;
}

.ms-075,
.mx-075 {
    margin-right: 0.75rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.mb-075,
.my-075 {
    margin-bottom: 0.75rem !important;
}

.me-6,
.mx-6 {
    margin-left: 4rem !important;
}

.me-7,
.mx-7 {
    margin-left: 5rem !important;
}

.me-075,
.mx-075 {
    margin-left: 0.75rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.m-075 {
    margin: 0.75rem !important;
}

/*-------- Input Outline --------*/
.outline-none {
    outline: none !important;
}

#back-to-top {
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 50px;
    right: 50px;
    background-color: hsl(var(--first-color-hs) calc(var(--first-color-l) + 5%) / 60%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

    #back-to-top:hover {
        background-color: var(--first-color);
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

nav .dropdown-toggle::after {
    display: none;
}

@media screen and (min-width: 992px) {
    max-content-lg-w {
        width: max-content;
    }

    max-content-lg-h {
        height: max-content;
    }

    .h-lg-15 {
        height: 15%;
    }

    .h-lg-20 {
        height: 20%;
    }

    .h-lg-25 {
        height: 25%;
    }

    .h-lg-35 {
        height: 35%;
    }

    .h-lg-45 {
        height: 45%;
    }

    .h-lg-50 {
        height: 50%;
    }

    .h-lg-55 {
        height: 55%;
    }

    .h-lg-65 {
        height: 65%;
    }

    .h-lg-75 {
        height: 75%;
    }

    .h-lg-80 {
        height: 80%;
    }

    .h-lg-85 {
        height: 85%;
    }

    .h-lg-100 {
        height: 100%;
    }

    .w-lg-15 {
        width: 15%;
    }

    .w-lg-20 {
        width: 20%;
    }

    .w-lg-25 {
        width: 25%;
    }

    .w-lg-35 {
        width: 35%;
    }

    .w-lg-40 {
        width: 40%;
    }

    .w-lg-45 {
        width: 45%;
    }

    .w-lg-50 {
        width: 50%;
    }

    .w-lg-55 {
        width: 55%;
    }

    .w-lg-65 {
        width: 65%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .w-lg-80 {
        width: 80%;
    }

    .w-lg-85 {
        width: 85%;
    }

    .w-lg-100 {
        width: 100%;
    }

    .w-lg-100 {
        width: 100%;
    }

    /*-------- Padding & Margin --------*/
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important;
    }

    .pt-lg-075,
    .py-lg-075 {
        padding-top: 0.75rem !important;
    }

    .ps-lg-6,
    .px-lg-6 {
        padding-right: 4rem !important;
    }

    .ps-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important;
    }

    .ps-lg-075,
    .px-lg-075 {
        padding-right: 0.75rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important;
    }

    .pb-lg-075,
    .py-lg-075 {
        padding-bottom: 0.75rem !important;
    }

    .pe-lg-6,
    .px-lg-6 {
        padding-left: 4rem !important;
    }

    .pe-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important;
    }

    .pe-lg-075,
    .px-lg-075 {
        padding-left: 0.75rem !important;
    }

    .p-lg-6 {
        padding: 4rem !important;
    }

    .p-lg-7 {
        padding: 5rem !important;
    }

    .p-lg-075 {
        padding: 0.75rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important;
    }

    .mt-lg-075,
    .my-lg-075 {
        margin-top: 0.75rem !important;
    }

    .ms-lg-6,
    .mx-lg-6 {
        margin-right: 4rem !important;
    }

    .ms-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important;
    }

    .ms-lg-075,
    .mx-lg-075 {
        margin-right: 0.75rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-075,
    .my-lg-075 {
        margin-bottom: 0.75rem !important;
    }

    .me-lg-6,
    .mx-lg-6 {
        margin-left: 4rem !important;
    }

    .me-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important;
    }

    .me-lg-075,
    .mx-lg-075 {
        margin-left: 0.75rem !important;
    }

    .m-lg-6 {
        margin: 4rem !important;
    }

    .m-lg-7 {
        margin: 5rem !important;
    }

    .m-lg-075 {
        margin: 0.75rem !important;
    }
}

:root {
    --accent-color: #607eaa;
    --top-title-color: #1674da;
    --title-color: #52575c;
    --caption-color: #878787;
    --btn-text: #9B9B9B;
    --btn-text-first-color: #ffffff;
    --btn-text-Second-color: #00000040;
    --bg-first-color: #ffffff;
    --bg-Second-color: hsl(var(--first-color-hs) calc(var(--first-color-l) + 50%));
    --body-color: #f8f8f8;
    --bg-font-color: #f2f2f2;
    --border-first-color: #cccccc;
    --border-Second-color: #d7d7d7;
}

body {
    background: var(--body-color) !important;
    margin: 0;
    padding: 0;
    color: var(--title-color)
}


*,
input {
    font-family: vazir, system-ui;
}

h3, h4 {
    font-size: 17px !important;
    font-weight: bold;
}

h1, h2 {
    font-size: 18px !important;
    font-weight: bold;
}

.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/*===btns===*/

.primary-btn {
    background-color: var(--bg-first-color);
    color: var(--first-color);
    border: 1px solid var(--first-color);
    border-radius: 25px;
    padding: 8px 15px !important;
    transition: 0.2s;
    line-height: 21px !important;
}

    .primary-btn:hover {
        color: var(--btn-text-first-color);
        background-color: var(--first-color);
    }

.secondary-btn {
    color: var(--first-color);
    background-color: var(--bg-Second-color);
    border: none;
    border-radius: 25px;
    padding: 10px 15px;
    transition: 0.2s;
    white-space: nowrap;
}

    .secondary-btn:hover {
        color: var(--first-color);
        background-color: hsl(var(--first-color-hs) calc(var(--first-color-l) + 40%));
    }

.accent-btn {
    color: var(--btn-text-first-color);
    background-color: var(--accent-color);
    border: none;
    border-radius: 10px;
    padding: 7px 15px;
    transition: 0.2s;
}

    .primary-btn:hover,
    .secondary-btn:hover,
    .accent-btn:hover {
        cursor: pointer;
    }

    .accent-btn:hover {
        cursor: pointer;
        filter: contrast(2);
    }

input::placeholder {
    color: #ccc !important;
}

.mobile-toggle-btn {
    padding: 8px 1em;
    cursor: pointer;
    transition: 0.2s;
    border-radius: 10px;
    font-family: inherit;
    border: none;
    color: var(--font-color);
    background: none;
    transition: 0.2s;
    width: 22%;
}

/* ------------------------------------------------------------ */

.mobile-nav {
    display: none;
}

nav {
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 3px gray;
    background-color: var(--bg-first-color);
    z-index: 997;
    top: 0px;
    right: 0px;
}

    nav .nav-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        margin: auto;
        z-index: 997;
    }

    nav .logo {
        display: flex;
        align-items: center;
    }

        nav .logo img {
            height: 80px;
            width: auto;
        }

    nav .dropdown-user-menu {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
    }

        nav .dropdown-user-menu .dropdown-area {
            position: absolute;
            width: max-content;
            min-width: 100%;
            top: 5.2rem;
            right: 0;
            padding: 0;
        }

        nav .dropdown-user-menu li a:hover {
            cursor: pointer;
            color: var(--first-color) !important;
        }

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    position: relative;
}

    .menu li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #52575C;
    }

.dropdown {
    position: absolute;
    display: none;
    z-index: 10;
}

.dropdown-area {
    align-self: center;
    margin: auto;
    width: max-content;
    gap: 20px;
    margin-top: 0px;
    background-color: transparent;
    display: none;
    position: fixed;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.dropdown:hover .dropdown-area {
    display: block;
}

.dropdown-content {
    display: flex;
    background-color: var(--bg-first-color);
    margin-top: 0px;
    padding-top: 20px;
    justify-content: space-between;
    width: 66rem;
    max-width: max-content;
    max-height: 35rem;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 20px 20px;
}

.row-margin {
    margin: 0 5px;
}

.submenu-width {
    min-width: 13rem;
    width: max-content;
    justify-content: space-between;
    display: flex;
    padding-top: 1rem;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.headermenu .submenu-dropdown ::-webkit-scrollbar {
    width: 3px;
}

.headermenu .submenu-dropdown ::-webkit-scrollbar-track {
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 20px;
    padding: 0 !important;
}

.headermenu .submenu-dropdown ::-webkit-scrollbar-thumb {
    background-color: var(--first-color);
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 20px;
}

.dropdown-content .column {
    display: flex;
    flex-direction: column;
    margin: 0px 10px;
    text-align: center;
    width: 100%;
}

.dropdown .icon {
    position: relative;
    top: 2px;
}

.dropdown .column .img {
    height: 80px;
    position: relative;
    transition: 0.2s;
    border-radius: 10px;
}

    .dropdown .column .img:hover {
        cursor: pointer;
        box-shadow: 1px 1px 6px gray;
    }

    .dropdown .column .img img {
        width: 100% !important;
        border-radius: 10px;
        object-fit: cover;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 4;
    }

    .dropdown .column .img .img-cover {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.5;
        z-index: 5;
        border-radius: 10px;
    }

    .dropdown .column .img .text {
        position: absolute;
        z-index: 6;
        color: white;
        font-weight: bold;
        top: 40%;
        width: 100%;
    }

.column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    .column ul li {
        padding: 0;
        margin: 0;
    }

        .column ul li a {
            text-decoration: none;
            color: #000;
        }

nav menu li a:hover {
    cursor: pointer;
    color: var(--first-color) !important;
}

nav .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.2s;
    height: 100%;
}

    nav .nav-buttons .number {
        margin: 0px 10px;
    }

        nav .nav-buttons .number a {
            margin: 0px;
            font-weight: bold;
            color: var(--title-color);
            transition: 0.2s;
        }

            nav .nav-buttons .number a:hover {
                color: var(--first-color);
            }

    nav .nav-buttons .cart {
        border-radius: 25px;
        padding: 10px 15px;
        transition: 0.2s;
        white-space: nowrap;
        transition: 0.2s;
        color: var(--title-color);
    }

        nav .nav-buttons .cart:hover {
            color: var(--first-color);
        }


    nav .nav-buttons .login button {
        display: flex;
        align-items: center;
        gap: 5px;
    }

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
footer {
    background-color: var(--bg-Second-color);
    bottom: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 30px;
}

    footer .footer-content-area {
        position: relative;
    }

        footer .footer-content-area .footer-img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 0px;
            left: 0px;
            z-index: 0;
        }

    footer .footer-content {
        width: 100%;
        display: flex;
        gap: 25px;
        align-items: stretch;
        justify-content: space-between;
    }

        footer .footer-content .info {
            width: 18%;
            padding: 0px 0px 0px 30px;
        }

            footer .footer-content .info .info-content {
                color: var(--caption-color);
                text-align: right;
                font-weight: bold;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

                footer .footer-content .info .info-content p {
                    margin: 5px 0px;
                    font-family: vazir, system-ui !important;
                    text-align: justify !important;
                }

                footer .footer-content .info .info-content span {
                    font-family: vazir, system-ui !important;
                    text-align: justify !important;
                }

                footer .footer-content .info .info-content .nemads {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr;
                    grid-template-rows: auto auto;
                    gap: 10px;
                }

                    footer .footer-content .info .info-content .nemads a {
                        width: 100%;
                        height: 100%;
                    }

                footer .footer-content .info .info-content .nemad {
                    width: 100%;
                    aspect-ratio: 1;
                    border-radius: 10px;
                    background-color: white;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 5px;
                }

                    footer .footer-content .info .info-content .nemad:hover {
                        cursor: pointer;
                    }

                    footer .footer-content .info .info-content .nemad img {
                        width: 100%;
                        height: auto;
                        margin: 0;
                    }

            footer .footer-content .info img {
                height: 75px;
                width: auto;
                margin: auto;
                margin-bottom: 1rem;
            }

        footer .footer-content .footer-menu-area {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-top: 1rem;
            width: 50%;
        }

            footer .footer-content .footer-menu-area p {
                padding: 0px 0px 0px 10%;
            }

            footer .footer-content .footer-menu-area .footer-menu {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                column-gap: 4rem;
                line-height: 30px;
            }

                footer .footer-content .footer-menu-area .footer-menu .footer-menu-col h3 {
                    color: var(--first-color);
                    border-bottom: 1px solid var(--first-color);
                    padding-bottom: 7px;
                    width: fit-content;
                    font-weight: bold;
                    font-size: 1.1rem !important;
                }

        footer .footer-content .footer-menu .footer-menu-col ul {
            padding: 0px;
        }

        footer .footer-content .footer-menu-area .footer-menu .footer-menu-col ul li a {
            margin: 5px 0px;
            transition: 0.2s;
            color: var(--font-color);
            /*font-weight: bold;*/
            display: block;
        }

        footer .footer-content .footer-menu-area .footer-menu ul li a:hover {
            cursor: pointer;
            transform: translateX(-5px);
            color: var(--second-color) !important;
        }

        footer .footer-content .footer-menu-area .copy-right-text {
            width: 100%;
            text-align: center;
            font-weight: bold;
            color: var(--caption-color);
            margin-bottom: 0 !important;
            margin-top: 2rem !important;
        }

            footer .footer-content .footer-menu-area .copy-right-text a {
                color: var(--first-color) !important;
            }

        footer .footer-content .info {
            font-size: 12px;
        }

        footer .footer-content .contact-info {
            align-self: flex-end;
            text-align: left;
            width: 25%;
        }

            footer .footer-content .contact-info .num {
                font-size: 20px;
                font-weight: bold;
                color: var(--font-color);
            }

                footer .footer-content .contact-info .num:hover {
                    color: var(--first-color);
                }

            footer .footer-content .contact-info .email {
                font-size: 15px;
                color: var(--caption-color);
            }

    footer .footer-content-area .bottom-footer {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 1rem;
    }

        footer .footer-content-area .bottom-footer .col-50-c {
            color: var(--caption-color);
            font-weight: bold;
        }

        footer .footer-content-area .bottom-footer .social {
            width: 80%;
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: wrap;
            justify-content: right;
            gap: 5px;
        }

            footer .footer-content-area .bottom-footer .social .social-item {
                width: 30px;
                height: 30px;
                color: var(--first-color);
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.6rem;
                transition: 0.2s;
            }

                footer .footer-content-area .bottom-footer .social .social-item:hover {
                    color: var(--second-color);
                    cursor: pointer;
                }

.col-25-l {
    width: 25%;
    text-align: left;
}

.col-50-c {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 25px;
    align-items: center;
    margin: auto;
}

.col-25-r {
    width: 25%;
    text-align: right;
}

.col-50-c a span {
    transition: 0.2s;
}

.text-hover:hover {
    color: var(--second-color) !important;
    cursor: pointer;
}



@media screen and (max-width: 768px) {
    boby {
        height: 100%;
    }

    #back-to-top {
        bottom: 65px;
        right: 10px;
    }

    #sticky_contact {
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        background-color: var(--second-color);
        position: fixed;
        bottom: 70px;
        left: 10px;
        z-index: 999;
    }

    .wm-100 {
        width: 100%;
    }

    span,
    p,
    caption {
        font-size: small !important;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 16px !important;
        font-weight: bold !important;
    }

    nav menu,
    nav .nav-buttons {
        display: none;
    }

    nav .nav-content {
        justify-content: center;
    }

    main .heros {
        background-position: center;
    }

    .mobile-nav {
        position: fixed;
        bottom: 0px;
        z-index: 999;
        width: 100%;
        background-color: white;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 5px;
        font-weight: bold;
        font-size: 11px;
        border-top: 1px solid var(--border-first-color);
    }

    .fb-money span {
        font-size: auto !important;
    }

    .mobile-nav .item {
        text-align: center;
        padding: 2px;
    }

    .mobile-nav .mmenu-close {
        display: none;
    }

    .toggle-btn, .toggle-btn2, .toggle-btn3, .toggle-btn4, .toggle-btn5, .toggle-btn6 {
        padding: 5px 15px !important;
        font-size: 0.8rem;
    }
    /*---------------------------*/

    .mm-wrapper--opened .mobile-nav .mmenu-close {
        display: block;
    }

    .mm-wrapper--opened .mobile-nav .mmenu-open {
        display: none;
    }

    #mobileMenu li {
        text-align: right;
    }

    .search-box,
    .tours,
    .destinations,
    .tour-group,
    .hotels,
    .searched-fly,
    .buy-ticket,
    .banners,
    .visa,
    .tourism,
    .q-a,
    .why-tripall-head,
    .news,
    .footer-menu-area {
        width: 100% !important;
    }

    nav .logo img {
        height: 50px;
    }

    nav .nav-content {
        height: 55px !important;
    }

    /*--------------*/

    footer {
        background-image: none;
    }

    .footer-content-area {
        width: 95% !important;
    }

    footer .footer-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }

        footer .footer-content .info,
        footer .footer-content .footer-menu,
        footer .footer-content .icons {
            width: 100%;
        }

            footer .footer-content .icons .nemads {
                margin: 15px 0px;
            }

        footer .footer-content .footer-menu-area {
            order: 2;
        }

            footer .footer-content .footer-menu-area p {
                padding: 0px;
            }

        footer .footer-content .footer-menu .footer-menu-col ul {
            padding: 0px;
            margin-bottom: 3rem;
            line-height: 30px;
        }

        footer .footer-content .footer-menu {
            display: grid !important;
            grid-template-columns: auto auto;
            padding: 0px 10px;
        }

        footer .footer-content .info {
            order: 1 !important;
        }

        footer .footer-content .info,
        footer .footer-content .info-content {
            padding: 5px 0px;
        }

        footer .footer-content .contact-info {
            order: 3;
            align-self: center;
            text-align: center;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

    footer .bottom-footer {
        flex-direction: column-reverse !important;
        row-gap: 20px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

        footer .bottom-footer .col-50-c {
            flex-wrap: wrap;
            justify-content: center;
        }

            footer .bottom-footer .col-50-c span {
                font-weight: normal;
            }

            footer .bottom-footer .col-50-c svg {
                margin: 0px 10px;
            }

        footer .bottom-footer .col-25-l {
            justify-content: center;
        }

            footer .bottom-footer .col-25-l .designed-by * {
                font-weight: normal;
            }

        footer .bottom-footer .social {
            justify-content: center !important;
            align-items: center;
            margin: auto;
        }

    .col-100-mobile {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }
}

@media screen and (max-width: 1280px) {
    #loginModal .modal-dialog {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 1060px) and (max-width: 1400px) {
    nav .nav-content {
        width: 100%;
        max-width: 97% !important;
    }
}

@media (min-width: 500px) and (max-width: 1060px) {
    .menu {
        display: none;
    }

    nav .nav-content {
        width: 95%;
        max-width: 100% !important;
        justify-content: space-around;
    }

    nav menu, nav .nav-buttons {
        display: flex;
    }
}

@media screen and (max-width: 1280px) {
    .footer-content-area {
        width: 95% !important;
    }

    footer .footer-content .footer-menu-area .footer-menu .footer-menu-col h3 {
        white-space: nowrap;
    }
}
