﻿@font-face {
    font-family: 'peyda';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/peyda/PeydaWeb-Regular.woff2') format('woff2'), url('../fonts/peyda/PeydaWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'peyda';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/peyda/PeydaWeb-Bold.woff2') format('woff2'), url('../fonts/peyda/PeydaWeb-Bold.woff') format('woff');
}
/*-----*/

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Thin.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Light.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Regular.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Medium.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Bold.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Black.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*-----*/

html {
    direction: rtl;
    scroll-behavior: smooth;
}


* {
    font-family: IRANSansXFaNum,serif;
}

a {
    text-decoration: none
}

.focus-none:focus, .focus-none:active {
    outline: 0 !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.ltr {
    direction: ltr !important;
}

.pointer {
    cursor: pointer;
}

.form-label {
    font-weight: bold;
}

.loginPage #passwordFieldIcon {
    width: 80%;
    filter: invert(1);
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f25 {
    font-size: 25px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 1rem;
}

/*----------*/

.main.inner {
    margin: 60px 0 120px 0
}

/*----------*/
:root {
    --azin-color-1: rgb(237, 235, 203);
    --azin-color-2: rgb(214, 218, 163);
}
/*----------*/

.header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--azin-color-1);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

    .brand img {
        height: 40px;
        width: auto;
        display: block;
    }

    .brand:hover,
    .brand:focus-visible {
        opacity: .85;
    }

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4a4732;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.menu-caret {
    width: 10px;
    height: 7px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    transition: transform .2s ease;
}

.submenu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .submenu-list a {
        display: block;
        text-decoration: none;
        transition: background .15s ease, color .15s ease;
    }

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2f2c1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

    .header-phone:hover,
    .header-phone:focus-visible {
        color: #55522f;
    }

.phone-icon {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.navIcon,
.mobileBrand,
.mobilePhone {
    display: none;
}

.responsiveMenuBg {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(20, 18, 10, .55);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s;
}

    .responsiveMenuBg.active {
        opacity: 1;
        visibility: visible;
    }

body.menu-open {
    overflow: hidden;
}

.menu-link:focus-visible,
.submenu-list a:focus-visible,
.brand:focus-visible {
    outline: 2px solid var(--azin-color-2);
    outline-offset: 2px;
}

.navIcon:focus-visible {
    outline: 2px solid var(--azin-color-2);
    outline-offset: 3px;
}

/*----------*/

.sec-home-hero {
    width: 100%;
    height: 80vh;
    height: 80dvh;
    min-height: 600px;
    background-image: url('../images/static/heroBg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    .sec-home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(8, 24, 48, .45) 0%, rgba(8, 24, 48, .65) 55%, rgba(8, 24, 48, .75) 100%);
        z-index: 1;
    }

    .sec-home-hero .text-container {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 2;
        color: #fff;
        padding: 0 20px;
    }

        .sec-home-hero .text-container h1 {
            margin: 0;
            color: #fff;
            font-family: peyda;
            font-size: clamp(42px, 7vw, 78px);
            font-weight: 700;
            letter-spacing: 1px;
        }

        .sec-home-hero .text-container h2 {
            margin: 14px 0 0;
            color: rgba(255, 255, 255, .85);
            font-family: peyda;
            font-size: clamp(16px, 2.4vw, 22px);
            font-weight: 400;
        }

    .sec-home-hero .hero-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .sec-home-hero .btn-hero {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        font-weight: 700;
        text-decoration: none;
        transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

    .sec-home-hero .btn-hero--primary {
        background: var(--azin-color-2);
        color: #1a1506;
        border: 1px solid var(--azin-color-2);
    }

        .sec-home-hero .btn-hero--primary i {
            transition: transform .2s ease
        }

        .sec-home-hero .btn-hero--primary:hover i,
        .sec-home-hero .btn-hero--primary:focus-visible i {
            transform: translateX(-5px);
        }

    .sec-home-hero .btn-hero--ghost {
        background: transparent;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .5);
    }

        .sec-home-hero .btn-hero--ghost:hover,
        .sec-home-hero .btn-hero--ghost:focus-visible {
            background: rgba(255, 255, 255, .1);
            border-color: #fff;
        }

    .sec-home-hero .hero-stats {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 42px 0 0;
        padding: 0;
        list-style: none;
    }

        .sec-home-hero .hero-stats li {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
        }

            .sec-home-hero .hero-stats li + li {
                padding-right: 28px;
                border-right: 1px solid rgba(255, 255, 255, .25);
            }

        .sec-home-hero .hero-stats strong {
            color: #d4af37;
            font-size: 22px;
            font-weight: 700;
        }

        .sec-home-hero .hero-stats span {
            color: rgba(255, 255, 255, .75);
            font-size: 12.5px;
        }

    .sec-home-hero .scroll-down {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: #fff;
        animation: scrollDownBounce 1.8s ease-in-out infinite;
    }

        .sec-home-hero .scroll-down i {
            font-size: 26px;
            transition: transform .2s ease;
        }

        .sec-home-hero .scroll-down:hover i {
            transform: translateY(4px);
        }

@keyframes scrollDownBounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

/*----------*/

.sec-about .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: flex-start;
}

    .sec-about .text-container p.title,
    .sec-about .text-container p.title span {
        margin: 0 0 16px;
        color: #2f2c1f;
        font-family: peyda;
        font-weight: 700;
        font-size: 25px;
    }

    .sec-about .text-container p.subtitle {
        color: #4a4732;
        font-size: 16px;
        line-height: 2.1;
        margin: 0;
    }

.sec-about .btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    padding: 12px 20px;
    background: var(--azin-color-2);
    color: #2f2c1f;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s ease, transform .2s ease;
}

    .sec-about .btn--primary i {
        display: inline-block;
        font-size: 18px;
        transform: scaleX(-1) rotate(20deg);
        transform-origin: center;
        transition: transform .2s ease;
    }

    .sec-about .btn--primary:hover i,
    .sec-about .btn--primary:focus-visible i {
        animation: phone-ring .6s ease-in-out infinite;
        transition: none;
    }

@keyframes phone-ring {
    0% {
        transform: scaleX(-1) rotate(20deg);
    }

    15% {
        transform: scaleX(-1) rotate(5deg);
    }

    30% {
        transform: scaleX(-1) rotate(35deg);
    }

    45% {
        transform: scaleX(-1) rotate(10deg);
    }

    60% {
        transform: scaleX(-1) rotate(30deg);
    }

    75% {
        transform: scaleX(-1) rotate(15deg);
    }

    100% {
        transform: scaleX(-1) rotate(20deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .sec-about .btn--primary:hover i,
    .sec-about .btn--primary:focus-visible i {
        animation: none;
    }
}

.sec-about .image-container img {
    width: 80%;
}


/*----------*/

.site-footer {
    position: relative;
    background: linear-gradient(180deg, #322f20 0%, #221f15 100%);
    color: rgb(237, 235, 203);
    padding: 76px 0 0;
}

    .site-footer .footer-wave {
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        line-height: 0;
        transform: translateY(-99%);
        z-index: 1;
    }

        .site-footer .footer-wave svg {
            display: block;
            width: 100%;
            transform: scaleY(-1);
        }

        .site-footer .footer-wave path {
            fill: #322f20;
        }

    .site-footer .container {
        position: relative;
        z-index: 2;
    }

    .site-footer a {
        color: inherit;
        text-decoration: none;
    }

    .site-footer .footer-top {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(237, 235, 203, .12);
    }

    .site-footer .footer-logo {
        height: 40px;
        margin-bottom: 14px;
    }

    .site-footer .footer-sitename {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        font-weight: 700;
        color: rgb(237, 235, 203);
        margin-bottom: 18px;
    }

    .site-footer .footer-desc {
        margin: 0 0 20px;
        font-size: 13.5px;
        line-height: 2;
        color: rgba(237, 235, 203, .7);
    }

    .site-footer .footer-social {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .site-footer .footer-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: rgba(237, 235, 203, .08);
            transition: background .2s ease, color .2s ease, transform .2s ease;
        }

        .site-footer .footer-social i {
            width: 16px;
            height: 16px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .site-footer .footer-social a:hover,
        .site-footer .footer-social a:focus-visible {
            background: rgb(214, 218, 163);
            color: #2f2c1f;
            transform: translateY(-3px);
        }

    .site-footer h4 {
        margin: 0 0 25px;
        color: rgb(214, 218, 163);
        font-size: 15px;
        font-weight: 700;
    }

    .site-footer .footer-links,
    .site-footer .footer-contact {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

        .site-footer .footer-links a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13.5px;
            color: rgba(237, 235, 203, .75);
            transition: color .2s ease, transform .2s ease;
        }

            .site-footer .footer-links a i {
                font-size: 13px;
                transition: transform .2s ease;
            }

            .site-footer .footer-links a:hover,
            .site-footer .footer-links a:focus-visible {
                color: rgb(214, 218, 163);
            }

                .site-footer .footer-links a:hover i,
                .site-footer .footer-links a:focus-visible i {
                    transform: translateX(-3px);
                }

        .site-footer .footer-contact li {
            display: flex;
            align-items: flex-start;
            gap: 9px;
            font-size: 13.5px;
            color: rgba(237, 235, 203, .8);
            line-height: 1.9;
        }

        .site-footer .footer-contact svg {
            flex-shrink: 0;
            width: 16px;
            height: 16px;
            margin-top: 2px;
            fill: none;
            stroke: rgb(214, 218, 163);
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .site-footer .footer-contact a {
            color: inherit;
            transition: color .2s ease;
        }

            .site-footer .footer-contact a:hover,
            .site-footer .footer-contact a:focus-visible {
                color: rgb(214, 218, 163);
            }

    .site-footer .footer-bottom {
        padding: 20px 0;
        text-align: center;
        font-size: 12.5px;
        color: rgba(237, 235, 203, .55);
    }

/*----------*/
/*----------*/
/*----------*/

@media only screen and (max-width:992px) {

    .header-inner {
        height: 58px;
    }

        .header-inner .brand {
            display: none;
        }

    .navIcon {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        position: fixed;
        top: 0;
        right: 0;
        width: 58px;
        height: 58px;
        z-index: 55;
        cursor: pointer;
        background: transparent;
        border: none;
    }

        .navIcon span {
            display: block;
            width: 22px;
            height: 2px;
            background: #2f2c1f;
            transition: transform .25s ease, opacity .25s ease;
        }

        .navIcon.active span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .navIcon.active span:nth-child(2) {
            opacity: 0;
        }

        .navIcon.active span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

    .mobileBrand {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 58px;
        background: var(--azin-color-1);
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        z-index: 50;
    }

        .mobileBrand img {
            height: 28px;
            width: auto;
            display: block;
        }

    .header-inner .header-phone {
        display: none;
    }

    .mobilePhone {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 58px;
        height: 58px;
        z-index: 55;
        color: #2f2c1f;
    }

    .menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 52;
        width: 70%;
        background: var(--azin-color-1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform .32s ease;
        padding-top: 58px;
    }

        .menu.active {
            transform: translateX(0);
        }

        .menu .menu-list {
            display: flex;
            flex-direction: column;
        }

        .menu .menu-item {
            display: block;
            border-top: 1px solid rgba(0, 0, 0, .08);
        }

            .menu .menu-item:first-child {
                border-top: none;
            }

        .menu .menu-link {
            height: auto;
            padding: 15px 20px;
            justify-content: space-between;
        }

            .menu .menu-link:hover,
            .menu .menu-link:focus-visible {
                color: #000;
            }

    .has-submenu.open .menu-caret {
        transform: rotate(180deg);
    }

    .menu .submenu {
        display: grid;
        grid-template-rows: 0fr;
        background: var(--azin-color-2);
        padding: 0;
        transition: grid-template-rows .28s ease;
    }

    .has-submenu.open .submenu {
        grid-template-rows: 1fr;
    }

    .menu .submenu .submenu-list {
        overflow: hidden;
    }

    .menu .submenu-list.submenu-list--wide {
        min-width: 0;
    }

    .menu .submenu-list a {
        padding: 11px 30px;
        color: #2f2c1f;
    }

        .menu .submenu-list a:hover,
        .menu .submenu-list a:focus-visible {
            background: transparent;
            color: #55522f;
        }
    /*----------*/

    .sec-home-hero .hero-actions {
        gap: 5px;
        margin-top: 20px;
    }

    .sec-home-hero .btn-hero {
        padding: 10px 15px;
        font-size: 14px;
    }

    .sec-home-hero .hero-stats {
        gap: 10px;
    }

    /*----------*/

    .sec-about {
        padding: 50px 20px;
    }

        .sec-about .image-container {
            text-align: center;
        }

        .sec-about .c1 {
            order: 2;
        }

        .sec-about .c2 {
            order: 1;
            margin-bottom: 30px;
        }
    /*----------*/

    .site-footer .footer-wave svg {
        height: 50px;
    }

    .site-footer .c1 {
        margin-bottom: 30px
    }

    .site-footer .c4 {
        margin-top: 50px
    }

    /*----------*/

}

@media only screen and (min-width:992px) {

    .header-inner {
        height: 78px;
    }

    .menu {
        position: static;
        width: auto;
    }

        .menu .menu-list {
            display: flex;
            align-items: stretch;
        }

        .menu .menu-item {
            display: flex;
            align-items: center;
        }

        .menu .menu-link {
            height: 78px;
            padding: 0 16px;
        }

            .menu .menu-link:hover,
            .menu .menu-link:focus-visible {
                color: #000;
            }

    .has-submenu:hover .menu-caret,
    .has-submenu:focus-within .menu-caret {
        transform: rotate(180deg);
    }

    .menu .submenu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 300px;
        background: #fff;
        border: 1px solid #e2dfc4;
        border-radius: 6px;
        box-shadow: 0 16px 32px rgba(0, 0, 0, .15);
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s;
    }

    .has-submenu:hover .submenu,
    .has-submenu:focus-within .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .menu .submenu-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px;
    }

        .menu .submenu-list.submenu-list--wide {
            grid-template-columns: 1fr 1fr;
            min-width: 460px;
        }

        .menu .submenu-list a {
            padding: 9px 12px;
            border-radius: 4px;
            color: #2f2c1f;
            font-size: 13.5px;
        }

            .menu .submenu-list a:hover,
            .menu .submenu-list a:focus-visible {
                background: var(--azin-color-2);
            }

    /*----------*/
    .sec-home-hero .hero-actions {
        gap: 14px;
        margin-top: 34px;
    }

    .sec-home-hero .btn-hero {
        padding: 13px 30px;
        font-size: 15px;
    }

    .sec-home-hero .hero-stats {
        gap: 28px;
    }

    /*----------*/

    .sec-about {
        padding: 80px 0;
    }

        .sec-about .image-container {
            text-align: left;
        }

        .sec-about .c1 {
            order: 1;
        }

        .sec-about .c2 {
            order: 2;
        }

    /*----------*/

    .site-footer .footer-wave svg {
        height: 60px;
    }

    /*----------*/

}
