﻿@font-face {
    font-family: peyda;
    font-style: normal;
    font-display: auto;
    src: url('../fonts/peyda/PeydaWeb-Regular.eot');
    src: url('../fonts/peyda/PeydaWeb-Regular.eot?') format('embedded-opentype'),url('../fonts/peyda/PeydaWeb-Regular.woff2') format('woff2'),url('../fonts/peyda/Peyda-Regular.ttf') format('truetype')
}

@font-face {
    font-family: peyda;
    font-weight: bold;
    font-display: auto;
    src: url('../fonts/peyda/PeydaWeb-Bold.eot');
    src: url('../fonts/peyda/PeydaWeb-Bold.eot') format('embedded-opentype'),url('../fonts/peyda/PeydaWeb-Bold.woff2') format('woff2'),url('../fonts/peyda/PeydaWeb-Bold.woff') format('woff'),url('../fonts/peyda/Peyda-Bold.ttf') format('truetype')
}
/*-----*/

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Thin.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Thin.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Light.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Light.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Regular.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Regular.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Medium.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Medium.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Bold.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Bold.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansXFaNum';
    src: url('/fonts/IRANSansX/IRANSansXFaNum-Black.woff2') format('woff2'), url('/fonts/IRANSansX/IRANSansXFaNum-Black.woff') format('woff'), url('/fonts/IRANSansX/IRANSansXFaNum-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/*-----*/

html {
    direction: rtl;
}

* {
    font-family: peyda,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;
}

.main.inner {
    background: #eee;
}
/*----------*/

:root {
    --main-primary: #f58220;
}

/*----------*/

.sec-home-hero {
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
}

    .sec-home-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/static/homeHbgOv.png) no-repeat center center;
        background-size: cover;
        transform: scale(1.8);
        transform-origin: center;
        animation: scaleDown 10s ease-out forwards;
        z-index: -1;
    }

@keyframes scaleDown {
    from {
        transform: scale(1.8);
    }

    to {
        transform: scale(1);
    }
}

.sec-home-hero .gr-separator {
    width: 100%;
    height: 55px;
    background: linear-gradient(0deg, #FEFDF4,transparent);
    position: absolute;
    bottom: 0px
}

.sec-home-hero .text-container {
    text-align: center;
}

    .sec-home-hero .text-container h2 {
        color: #666;
        font-size: 23px;
    }

    .sec-home-hero .text-container h1 {
        color: var(--main-primary);
        font-size: 55px;
    }

    .sec-home-hero .text-container p {
        margin-top: 30px;
        color: #666;
        line-height: 2
    }

    .sec-home-hero .text-container img {
        opacity: 0.1;
        margin-bottom: -30px;
        position: relative;
        z-index: -1
    }

.sec-home-hero .scroll-icon {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 2;
    opacity: 0;
    animation: fadeInScrollIcon 0.5s ease forwards;
    animation-delay: 2s;
}

@keyframes fadeInScrollIcon {
    to {
        opacity: 1;
    }
}

.sec-home-hero .scroll-icon i {
    color: #666;
    display: inline-block;
    font-size: 20px;
    animation: scrollAnimation 1.5s infinite;
    cursor: pointer;
}

@keyframes scrollAnimation {
    0% {
        transform: translateY(0);
        opacity: .5;
    }

    50% {
        transform: translateY(-12px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: .5;
    }
}

.sec-home-hero ._div_btn a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
}

    .sec-home-hero ._div_btn a::before {
        position: absolute;
        content: "";
        right: 50%;
        bottom: 0;
        transition: width 0.2s 0.35s ease-out;
        width: 15%;
        height: 2px;
        background-color: var(--main-primary);
        z-index: 2;
    }

    .sec-home-hero ._div_btn a::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        transition: width 0.2s 0.35s ease-out;
        width: 15%;
        height: 2px;
        background-color: var(--main-primary);
        z-index: 2;
    }

.sec-home-hero ._div_btn span {
    color: rgb(28, 31, 30);
    background-color: rgb(254 253 244);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 18px;
    transition: 0.3s;
    font-weight: bold
}

    .sec-home-hero ._div_btn span::before {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        border-left: 2px solid var(--main-primary);
        border-top: 2px solid var(--main-primary);
    }

    .sec-home-hero ._div_btn span::after {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        border-right: 2px solid var(--main-primary);
        border-top: 2px solid var(--main-primary);
        width: 0%;
        height: 0%;
        background: transparent;
        opacity: 0;
        z-index: 2;
        transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
    }

.sec-home-hero ._div_btn a:hover:before,
.sec-home-hero ._div_btn a:hover:after {
    width: 50%;
    transition: width 0.2s ease-in;
}


.sec-home-hero ._div_btn span::before,
.sec-home-hero ._div_btn span::after {
    width: 0%;
    height: 0%;
    background: transparent;
    opacity: 0;
    z-index: 2;
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s 0.35s;
}

.sec-home-hero ._div_btn span::before {
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--main-primary);
    border-top: 2px solid var(--main-primary);
}

.sec-home-hero ._div_btn span::after {
    bottom: 0;
    right: 0;
    border-right: 2px solid var(--main-primary);
    border-top: 2px solid var(--main-primary);
}

.sec-home-hero ._div_btn span:hover::before,
.sec-home-hero ._div_btn span:hover::after {
    width: 50%;
    height: 100%;
    opacity: 1;
    transition: height 0.2s 0.2s ease-in, width 0.2s 0.4s linear, opacity 0s 0.2s;
}

.sec-home-hero ._div_btn a span:hover:before,
.sec-home-hero ._div_btn a span:hover:after {
    width: 50%;
    height: 100%;
    opacity: 1;
    transition: width 0.2s ease-in;
}

/*----------*/

.sec-about {
    background: #FEFDF4;
}

    .sec-about .row {
        align-items: center
    }

    .sec-about .text-container h3 {
        margin-bottom: 20px;
        font-style: normal;
        color: var(--main-primary);
    }

    .sec-about .text-container p.body {
        color: #333;
        line-height: 1.7;
    }


/*----------*/
h3.typing::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #818468;
    margin-right: 2px;
    vertical-align: middle;
    animation: cursor-blink 0.8s infinite;
}

h3.typing.completed::after {
    display: none;
}

@keyframes cursor-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*----------*/

.sec-portfolio .sec-title {
    margin-bottom: 25px;
}

.sec-portfolio .sec-title {
    margin-bottom: 25px;
}

.sec-portfolio .item, .page-portfolio .item {
    position: relative;
}

    .sec-portfolio .item .image-container,
    .page-portfolio .item .image-container {
        overflow: hidden;
        border-radius: 8px;
        display: block;
        position: relative;
    }

        .sec-portfolio .item .image-container img,
        .page-portfolio .item .image-container img {
            width: 100%;
            object-fit: cover;
            height: 100%;
            min-height: 250px;
            transition: all .7s;
            display: block;
        }

        .sec-portfolio .item .image-container::after,
        .page-portfolio .item .image-container::after {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            content: '';
            background: linear-gradient(0, #404042, transparent);
            height: 40%;
            pointer-events: none;
        }


    .sec-portfolio .item:hover .image-container img,
    .page-portfolio .item:hover .image-container img {
        transform: scale(1.09);
    }

.sec-portfolio .text-container,
.page-portfolio .text-container {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}

    .sec-portfolio .text-container span,
    .page-portfolio .text-container span {
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }
/*----------*/
.sec-blog {
    padding-bottom: 80px;
}

    .sec-blog .sec-title {
        margin-bottom: 25px;
    }

    .sec-blog .sec-title {
        margin-bottom: 25px;
    }

    .sec-blog .owl-carousel .item {
        background: #f7f7f7;
        border-radius: 0 0 5px 5px;
    }

        .sec-blog .owl-carousel .item .image-container img {
            border-radius: 5px 5px 0 0;
            transition: .3s;
            height: 250px;
            object-fit: cover;
        }

        .sec-blog .owl-carousel .item .text-container {
            padding: 20px 25px 25px 25px;
        }

            .sec-blog .owl-carousel .item .text-container b.title {
                color: #666;
                font-size: 20px;
                line-height: 30px;
                height: 60px;
                overflow: hidden;
                display: block;
                transition: .3s;
            }

        .sec-blog .owl-carousel .item:hover .text-container b.title {
            color: var(--main-primary);
        }

        .sec-blog .owl-carousel .item .text-container p.description {
            color: #666;
            margin: 15px 0 5px;
            line-height: 25px;
            height: 75px;
            overflow: hidden;
        }

/*----------*/

.sec-buildCabinet {
    background: url(../images/static/bcbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}

    .sec-buildCabinet .content h3 {
        color: #fff;
        font-size: 34px;
    }

    .sec-buildCabinet .content span {
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .sec-buildCabinet .content span:after {
            background-color: var(--main-primary);
            bottom: 12px;
            content: "";
            display: block;
            height: 24px;
            left: -4px;
            position: absolute;
            width: calc(100% + 7px);
            z-index: -1;
            margin: auto;
            opacity: 0.6;
        }

    .sec-buildCabinet .content p {
        font-size: 18px;
        color: #fefdf4;
    }

/*----------*/
.floating_call_box ._div_btns {
    background: var(--main-primary);
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);
    transition: transform 0.6s cubic-bezier(.19,1,.22,1);
    transform: translate3d(0, 10%, 0);
    z-index: 5555;
}

    .floating_call_box ._div_btns .open-btn svg {
        max-width: 24px;
        display: block;
        margin: 1px auto -4px;
    }

    .floating_call_box ._div_btns .open-btn span {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
    }

    .floating_call_box ._div_btns .close-btn {
        animation: rotate_icon .1s forwards;
    }

        .floating_call_box ._div_btns .close-btn i {
            color: #fff;
            font-size: 30px;
            vertical-align: middle
        }

.floating_call_box .call_main {
    position: fixed;
    right: 2%;
    background: #ffffff;
    border-radius: 8px;
    width: 277px;
    z-index: 99999999;
    font-size: 12px;
    transition: all 120ms ease-out;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .floating_call_box .call_main.active {
        visibility: visible;
        opacity: 1;
        bottom: 120px;
        transition: all 190ms ease-out;
    }

    .floating_call_box .call_main ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .floating_call_box .call_main ul li {
            line-height: 2em;
            font-size: 14px;
        }

            .floating_call_box .call_main ul li a {
                padding: 8px;
                display: flex;
                align-items: center;
                transition: 0.2s ease;
            }

                .floating_call_box .call_main ul li a:hover {
                    background: #eee
                }

                .floating_call_box .call_main ul li a .call_item_icon {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    padding: 3px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .floating_call_box .call_main ul li a span {
                    color: #000;
                    margin-right: 10px;
                    font-size: 16px;
                }

                .floating_call_box .call_main ul li a i {
                    color: #fff;
                    font-size: 18px;
                }

                .floating_call_box .call_main ul li a img {
                    width: 18px;
                }

@keyframes rotate_icon {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}


/*----------*/
footer {
    background: #3f3d42;
    padding-top: 100px;
    background-image: linear-gradient(hsl(264deg 3.94% 24.9% / 89%), #3f3d42), url(../images/static/wood-texture.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

    footer .content h5 {
        color: var(--main-primary);
        font-size: 24px;
        margin-bottom: 20px
    }

    footer span {
        color: #fff;
    }

    footer .fsign {
        margin-top: 50px;
        padding: 20px 0 40px 0;
    }

        footer .fsign p {
            color: #fff;
        }

        footer .fsign a {
            color: rgb(255 255 255 / 60%);
        }

    footer .socials {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: center
    }

        footer .socials .item .iconBg {
            border: 2px solid #666;
            border-radius: 50%;
            padding: 5px;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            footer .socials .item .iconBg i {
                font-size: 24px;
                color: #fff
            }

            footer .socials .item .iconBg img {
                width: 24px;
            }

/*----------*/

.content-container .content * {
    line-height: 2;
    font-family: IRANSansXFaNum;
}

.content-container ._div_title h1 {
    font-size: 25px;
}

/*----------*/
.borderRightMsg {
    border-right: 5px solid var(--main-primary);
    padding-right: 12px;
    border-radius: 6px;
}
/*----------*/
.calculate-cabinet-price-form * {
    font-family: IRANSansXFaNum;
}

.calculate-cabinet-price-form .f-card {
    overflow: hidden;
}

.calculate-cabinet-price-form .card-body {
    background: #fff
}

.card-input {
    display: none;
}

.card-input-body {
    transition: box-shadow 0.3s ease;
    border-radius: 0.55rem;
}

    .card-input-body:hover {
        cursor: pointer;
    }

.card-input:checked + .card-input-body {
    box-shadow: 0 0 0 3px var(--main-primary);
}

.calculate-cabinet-price-form .card {
    border-radius: 0.55rem;
}

    .calculate-cabinet-price-form .card .card-footer {
        border-radius: 0 0 0.55rem 0.55rem;
    }

.cardImgSq {
    object-fit: cover;
    border-radius: 0.85rem 0.85rem 0 0;
}

/*----------*/

.inCart {
    position: absolute;
    background: #2ecc71;
    padding: 3px 32px 3px 15px;
    border-radius: 20px;
    top: 2%;
    right: 8%;
    box-shadow: 0px 1px 11px 0px hsl(145deg 22% 36% / 26%);
}

    .inCart .minus {
        width: 35px;
        height: 35px;
        background: #a73d3d;
        color: #fff;
        position: absolute;
        right: -3px;
        top: -3px;
        border-radius: 26px;
        text-align: center;
        line-height: 2.8;
        font-size: 14px;
        cursor: pointer;
    }

    .inCart .countDiv {
        padding-right: 15px;
        color: #fff;
    }


        .inCart .countDiv .count {
            width: 40px;
            font-size: 16px;
            border: none;
            border-radius: 5px;
        }

            .inCart .countDiv .count:focus {
                border: none;
                outline: 0;
            }


/*----------*/
#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;
    }

/*----------*/

@media only screen and (max-width:992px) {
    .navIcon {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 7
    }

        .navIcon i {
            color: var(--main-primary);
            font-size: 40px;
        }


    .header {
        border-top: 5px solid var(--main-primary);
        position: absolute;
        left: 0;
        right: 0;
    }

        .header .top-header .c1 {
            max-width: 60%;
            flex: 0 0 60%;
            order: 1;
        }

        .header .top-header .c2 {
            max-width: 30%;
            flex: 0 0 30%;
            order: 2;
        }

            .header .top-header .c2 .logo {
                display: flex;
                position: relative;
                z-index: 0;
                justify-content: center;
            }

                .header .top-header .c2 .logo:before {
                    content: '';
                    position: absolute;
                    background: url(../images/static/headerLogoBack.png);
                    background-repeat: no-repeat;
                    background-position: center;
                    padding: 0;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    top: 0;
                    right: 0;
                    left: 0;
                    background-size: contain;
                }

                .header .top-header .c2 .logo img {
                    padding: 4px 0 20px 0;
                    max-width: 50px;
                }

        .header .top-header .c3 {
            max-width: 10%;
            flex: 0 0 10%;
            order: 3;
            display: flex;
            align-items: center;
        }

            .header .top-header .c3 .header_phone {
                display: none;
            }

    .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: 65%;
        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;
        }

    /*-----*/

    .sec-buildCabinet {
        padding: 70px 0;
        text-align: center;
    }

        .sec-buildCabinet ._link {
            margin-top: 50px;
        }

    .sec-portfolio {
        padding: 40px 0;
    }


    .sec-about {
        padding: 20px 0;
    }

        .sec-about .r1 .c2,
        .sec-about .r2 .c1,
        .sec-about .r3 .c2 {
            text-align: center;
        }

        .sec-about img {
            width: 65%;
            margin: auto
        }

        .sec-about .r1 .c1 {
            order: 2;
        }

        .sec-about .r3 .c1 {
            order: 2;
        }

        .sec-about .r1 .c1,
        .sec-about .r1 .c2,
        .sec-about .r2 .c1,
        .sec-about .r2 .c2,
        .sec-about .r3 .c1,
        .sec-about .r3 .c2 {
            margin-bottom: 40px
        }

        .sec-about .text-container h3 {
            font-size: 20px;
        }

        .sec-about .text-container p.body {
            font-size: 16px;
        }

    .sec-buildCabinet .content h3 {
        margin-bottom: 30px;
    }

    footer {
        padding: 50px 40px 0px;
    }

    .main.inner {
        padding: 100px 0 60px 0;
    }

    .calculate-cabinet-price-form .card-title h3 {
        font-size: 18px;
    }

    .calculate-cabinet-price-form .card-subtitle {
        font-size: 14px;
    }
}

@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
    }

        .header .top-header .c1 {
            max-width: 46%;
            flex: 0 0 46%;
            order: 1;
        }

        .header .top-header .c2 {
            max-width: 8%;
            flex: 0 0 8%;
            order: 2;
        }

            .header .top-header .c2 .logo {
                display: flex;
                position: relative;
                z-index: 0;
                justify-content: center;
            }

                .header .top-header .c2 .logo:before {
                    content: '';
                    position: absolute;
                    background: url(../images/static/headerLogoBack.png);
                    background-repeat: no-repeat;
                    background-position: center;
                    padding: 0;
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    top: 0;
                    right: 0;
                    left: 0;
                    background-size: contain;
                }

                .header .top-header .c2 .logo img {
                    padding: 4px 0 20px 0;
                    max-width: 50px;
                }

        .header .top-header .c3 {
            max-width: 46%;
            flex: 0 0 46%;
            order: 3;
            display: flex;
            align-items: center;
        }

            .header .top-header .c3 .header_phone {
                width: 100%;
                text-align: end;
                display: flex;
                justify-content: flex-end;
            }

                .header .top-header .c3 .header_phone span {
                    color: #000;
                    font-family: IRANSansXFaNum
                }

                .header .top-header .c3 .header_phone i {
                    color: var(--main-primary);
                    animation: shakepIcon 0.6s infinite;
                    display: inline-block;
                }

    @keyframes shakepIcon {
        0% {
            transform: rotate(0deg);
        }

        15% {
            transform: rotate(15deg);
        }

        30% {
            transform: rotate(-10deg);
        }

        45% {
            transform: rotate(15deg);
        }

        60% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            transform: rotate(0deg);
        }
    }

    .header .menu {
        text-align: center;
        background: rgb(255 255 255 / 73%);
        border-radius: 43px 0 43px 0;
        margin: 20px auto 0px;
    }

    .menu ul {
        padding: 0;
        margin: 0;
    }

        .menu ul li {
            list-style-type: none;
            display: inline-block;
        }

            .menu ul li a {
                color: #505050;
                padding: 15px 20px;
                display: inline-block;
                font-size: 18px;
                font-weight: bold;
                transition: 0.3s ease
            }

                .menu ul li a:hover {
                    color: var(--main-primary)
                }

            .menu ul li:first-child a {
                padding-right: 0;
            }

    .header .logo img {
        width: 90px;
    }

    .header.inner {
        background: #eee;
        padding-bottom: 20px;
        position: unset !important;
        margin-bottom: 00px;
    }
    /*-----*/

    .sec-home-hero .text-container {
        width: 40%;
        margin: auto;
    }

    .sec-buildCabinet {
        padding: 150px 0;
    }

        .sec-buildCabinet ._link {
            text-align: end;
        }

    .sec-portfolio {
        padding: 80px 0;
    }

    .sec-about {
        padding: 80px 0;
    }

        .sec-about .r1 .c1,
        .sec-about .r3 .c1 {
            padding-left: 15%;
        }

        .sec-about .r2 .c2 {
            padding-right: 15%;
        }

        .sec-about img {
            width: 75%;
        }

        .sec-about .text-container h3 {
            font-size: 25px;
        }

        .sec-about .text-container p.body {
            font-size: 18px;
        }

    .sec-buildCabinet .content h3 {
        margin-bottom: 20px;
    }

    footer .content {
        width: 40%;
        margin: auto;
    }

    .main.inner {
        padding: 50px 0 60px 0;
    }

    .calculate-cabinet-price-form .card-title h3 {
        font-size: 20px;
    }

    .calculate-cabinet-price-form .card-subtitle {
        font-size: 15px;
    }

    #factor .td span {
        display: none;
    }

    #factor .td:nth-child(2), #factor .td:nth-child(3), #factor .td:nth-child(4) {
        text-align: center;
    }
}
