﻿@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/DMSans/dm-sans-latin-100-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-100-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/DMSans/dm-sans-latin-200-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-200-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/DMSans/dm-sans-latin-300-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-300-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/DMSans/dm-sans-latin-400-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-400-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/DMSans/dm-sans-latin-500-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-500-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/DMSans/dm-sans-latin-600-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-600-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/DMSans/dm-sans-latin-700-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-700-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/DMSans/dm-sans-latin-800-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-800-normal.woff') format('woff');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/DMSans/dm-sans-latin-900-normal.woff2') format('woff2'), url('/fonts/DMSans/dm-sans-latin-900-normal.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 {
}

* {
    font-family: 'DM Sans';
}

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
}

.f13 {
    font-size: 14px
}

.f14 {
    font-size: 14px
}

.f25 {
    font-size: 25px
}

.f20 {
    font-size: 20px
}

.f21 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.main.inner {
    background: #eee;
}

table, td, th {
    border: 1px solid;
}

/*----------*/

:root {
    --main-primary: #e6af5d;
    --secondary-color: #5a3e2b;
}

/*----------*/

.content-container .content * {
    line-height: 2;
}

.content-container ._div_title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}


.content-container .content img {
    width: 100% !important;
    height: auto;
    border-radius: 5px;
}

.content-container .sec1 {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

.content-container .Comments {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

    .content-container .Comments .title_cta {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .content-container .Comments .commentItem:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

.content-container .share-content {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .content-container .share-content .sc_div {
        display: flex;
        align-items: center;
    }

        .content-container .share-content .sc_div .item {
            width: 35px;
            height: 35px;
            padding: 10px;
            border-radius: 5px;
            margin: 0 5px;
            box-shadow: 0 4px 15px rgb(53 54 62 / 27%);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .content-container .share-content .sc_div img {
            width: 100%;
        }

/*----------*/
#pageAlert {
    position: fixed;
    z-index: 2000;
    right: 30px;
    bottom: 100px;
}

    #pageAlert span {
        min-width: 300px;
        text-align: center;
        padding: 16px;
        color: #fff;
        border-radius: 10px;
        position: relative;
        display: block;
        margin-bottom: 5px;
    }

        #pageAlert span.danger {
            background-color: #dc3545;
        }

        #pageAlert span.success {
            background-color: #157347;
        }

            #pageAlert span.danger::after,
            #pageAlert span.success::after {
                background: #fff;
                bottom: 2px;
                position: absolute;
                right: 4px;
                left: 0px;
                content: '';
                height: 2px;
                z-index: 2;
                border-radius: 5px;
                animation: runProgress 2.5s linear forwards;
            }

@keyframes runProgress {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*----------*/

.table {
    border-collapse: collapse;
    width: 100%;
}

    .table td, .table .td, .table th, .table .th {
        border: 1px solid #ddd;
        padding: 8px;
    }

        .table .td p {
            padding: 0;
            margin: 0;
        }

    .table th, .table .th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #04AA6D;
        color: white;
    }

/*----------*/
.h_iframe-aparat_embed_frame {
    position: relative
}
/*
.h_iframe-aparat_embed_frame span {
    padding: 0 !important
}

*/
.h_iframe-aparat_embed_frame {
    position: relative;
}

    .h_iframe-aparat_embed_frame .ratio {
        display: block;
        width: 100%;
        height: auto;
    }

    .h_iframe-aparat_embed_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tiny-color-box {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 19%);
}

/*----------*/
/*----------*/
/*----------*/

.sec-home-hero {
    /*background: url();*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

    .sec-home-hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.7;
        background: #000;
        z-index: 0;
    }

    .sec-home-hero:after {
        background: url(../Images/static/mTitle.png) no-repeat;
        content: '';
        width: 180px;
        height: 45px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background-size: 100%;
        bottom: -1px;
        transform: rotate(180deg);
    }

    .sec-home-hero .scroll-icon {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -16px;
        text-align: center;
        z-index: 2
    }

        .sec-home-hero .scroll-icon i {
            color: var(--secondary-color);
            font-size: 25px;
        }

    .sec-home-hero .text-container {
        position: relative;
        z-index: 1;
        text-align: center
    }

        .sec-home-hero .text-container h1 {
            color: var(--main-primary)
        }

    .sec-home-hero .hero-video {
        background: url(../images/static/heroBgVid.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
/*----------*/

.sec-products {
    margin-top: 50px;
}

.productItem {
    box-shadow: 2px 4px 9px 0px rgb(0 0 0 / 15%);
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    display: block;
}

    .productItem:hover .image-container img {
        transform: scale(1.1);
    }

    .productItem .image-container img {
        width: 100%;
        object-fit: cover;
        transition: 0.2s;
    }

    .productItem .image-container:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.7;
        z-index: 1;
        background-image: linear-gradient(to bottom, transparent, rgb(0 0 0 / 70%));
        height: 100px;
    }

    .productItem .text-container {
        padding: 24px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        z-index: 2
    }

        .productItem .text-container p {
            margin: 0
        }

            .productItem .text-container p.title {
                color: #fff;
                font-size: 20px
            }

            .productItem .text-container p.subTitle {
                color: rgb(255 255 255 / 65%);
            }

.sec-products .content .btnMore {
    font-weight: bold;
    text-transform: uppercase;
    background: var(--main-primary);
    color: #fff
}

/*----------*/

.sec-about {
    margin: 100px 0;
}

    .sec-about .content {
        background: url('../images/static/office.webp');
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center
    }

        .sec-about .content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.7;
            background: #000;
            z-index: 0;
        }

        .sec-about .content .text,
        .sec-about .content ._div_btn {
            position: relative;
            z-index: 1;
        }

        .sec-about .content .text {
            color: #ffffff;
            line-height: 2;
            font-size: 1.1rem
        }

            .sec-about .content .text h3 {
                padding-left: 30px;
            }

                .sec-about .content .text h3:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 25px;
                    height: 4px;
                    border-bottom: 1px solid var(--main-primary);
                }

        .sec-about .content ._div_btn {
            margin-top: 50px;
        }

            .sec-about .content ._div_btn a.btn {
                background: var(--main-primary);
                color: #fff;
            }
/*----------*/

.sec-projects .item {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

    .sec-projects .item img {
        width: 100%;
        object-fit: cover
    }

    .sec-projects .item:after {
        content: "";
        position: absolute;
        top: -50%;
        left: -60%;
        width: 10%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    .sec-projects .item:hover:after {
        opacity: 1;
        left: 130%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    .sec-projects .item:active:after {
        opacity: 0;
    }

/*----------*/

.has-mark {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    z-index: 1
}

    .has-mark:after {
        background-color: var(--main-primary);
        bottom: 7px;
        content: "";
        display: block;
        height: 11px;
        left: 5px;
        position: absolute;
        width: calc(92%);
        z-index: -1;
        margin: auto;
        opacity: 0.6;
    }

/*----------*/
footer {
    background: url(../images/static/footerPt.png);
    padding: 7% 5% 7% 5%;
    position: relative;
}

    footer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: #000;
        z-index: 0;
    }

    footer .content {
        position: relative;
        z-index: 1
    }

        footer .content .logo {
            width: 20%;
            margin-bottom: 20px;
        }

        footer .content p {
            color: #fff;
        }

        footer .content .contact-item {
            color: #fff;
            margin-bottom: 25px
        }

            footer .content .contact-item b {
                color: #fff;
                display: block;
            }

            footer .content .contact-item span {
                color: rgb(255 255 255 / 70%);
            }

.fsign {
    text-align: center;
    padding: 10px 0;
}

    .fsign a {
        color: #888
    }

/*----------*/

.page-item:first-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*----------*/

.productCarousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

    .productCarousel .owl-nav button {
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        background: #ddd !important;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.7;
    }

        .productCarousel .owl-nav button span {
            vertical-align: middle;
            font-size: 40px;
            color: #888;
        }

    .productCarousel .owl-nav .owl-prev {
        right: 10px;
    }

    .productCarousel .owl-nav .owl-next {
        left: 10px;
    }


/*----------*/
/*----------*/
/*----------*/
@media only screen and (max-width:992px) {
    ._div_responsiveMenu {
        border-top: 5px solid var(--main-primary);
        position: absolute;
        z-index: 7;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        flex-direction: row-reverse;
        padding: 5px 10px;
        background-color: #332821;
    }

        ._div_responsiveMenu .logo {
            text-align: center
        }

            ._div_responsiveMenu .logo img {
                width: 30%
            }

    .navIcon i {
        color: var(--main-primary);
        font-size: 40px;
    }


    .header {
        position: absolute;
        left: 0;
        right: 0;
    }

    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .menu {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        position: fixed;
        top: 5px;
        bottom: 0;
        z-index: 6;
        padding: 70px 10px 10px 10px;
        background: #fefdf4;
        right: -800px;
    }

        .menu ul li {
            border-bottom: 1px solid #eee;
        }

            .menu ul li a {
                color: #000;
                padding: 12px 10px;
                display: block;
            }

        .menu.active {
            right: 0;
        }

    .responsiveMenuBg {
        display: none;
        position: fixed;
        z-index: 4;
        padding-top: 20px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }

        .responsiveMenuBg.active {
            display: block;
        }

    /*-----*/

    .main.inner {
        padding: 100px 0 60px 0;
    }

    /*-----*/

    .content-container ._div_title h1 {
        font-size: 18px;
        line-height: 1.6
    }

    .content-container .share-content {
        text-align: center
    }

        .content-container .share-content .sc_div {
            justify-content: center;
        }

        .content-container .share-content .div_title {
            margin-bottom: 15px;
        }

    /*-----*/

    .sec-about .content {
        padding: 20% 0;
    }

    .sec-projects {
        margin: 0 0 70px 0;
    }

    /*-----*/

    .header .logo {
        display: none;
    }
}

@media only screen and (min-width:992px) {
    .navIcon {
        display: none
    }

    .header {
        border-top: 5px solid var(--main-primary);
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
        backdrop-filter: blur(26px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        line-height: 60px;
    }

        .header .menu {
            text-align: center;
        }

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            list-style-type: none;
            display: inline-block;
        }

            .menu ul li a {
                color: #fff;
                padding: 15px 20px;
                display: inline-block;
                font-size: 18px;
                transition: 0.3s ease
            }

                .menu ul li a:hover {
                    color: var(--main-primary)
                }

    .header .logo {
        margin: 0 40px;
    }

        .header .logo img {
            width: 90px;
        }

    .header.inner {
        position: unset !important;
        background-color: #332821;
    }

    /*-----*/

    .main.inner {
        padding: 50px 0 60px 0;
    }

    /*-----*/

    .content-container ._div_title h1 {
        font-size: 22px;
    }

    .content-container .share-content .sc_div {
        justify-content: flex-end;
    }

    /*-----*/

    .sec-about .content {
        padding: 6% 0;
    }

    .sec-projects {
        margin: 0 0 100px 0;
    }

    ._div_responsiveMenu {
        display: none;
    }
}
