﻿@font-face {
    font-family: webfont;
    src: url(font/IRANSansWeb.ttf) format('truetype');
}

* {
    font-family: webfont !important;
    font-weight: 400;
}
body {
    direction:rtl;
}
::-webkit-scrollbar {
    width: 10px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background: #B3AFB3;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #B3AFB3;
    }

::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.commentBoxAdmin {
    margin-left: 0%;
    margin-right: 5%;
}

.menu_back {
    width: 100%;
    height: 5vw;
    padding-top: 0.5vw;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    align-items: center;
}

    .menu_back ul {
        display: inline-flex;
        padding: 0;
        margin: 0;
        list-style: none;
        flex-direction: row-reverse;
    }

        .menu_back ul li {
            margin-left: 3.5vw;
            display: flex;
        }

            .menu_back ul li a {
                color: black;
                text-decoration: none;
                font-size: 1vw;
            }

.logo_style {
    width: 5.7vw;
    margin-right: 3vw;
}

.list_style {
    display: none;
}

.close_style {
    display: none;
}

@media (max-width:768px) {
    .menu_back {
        width: 100%;
        height: 50px;
        padding-top: 0.5vw;
        display: flex;
        background-color: transparent;
        justify-content: space-between;
        align-items: center;
    }

        .menu_back ul {
            overflow-y: auto;
            display: block;
            padding: 0;
            margin: 0;
            z-index: 999;
            list-style: none;
        }

    .mobile_menu_open {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: white;
        position: absolute;
        width: 300px;
        right: 0;
        top: 0;
        height: 100%;
        transform: translateX(0);
        display: block;
    }

    .mobile_menu_close {
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: white;
        position: absolute;
        width: 300px;
        right: 0;
        top: 0;
        height: 100%;
        transform: translateX(300px);
/*        display: none !important;*/
    }

    .menu_back ul li {
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;  
        margin-top: 20px;

    }

        .menu_back ul li a {
            color: black;
            text-decoration: none;
            font-size: 18px;
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

    .logo_style {
        width: 35px;
        margin-right: 3vw;
    }

    .list_style {
        display: block;
        margin-left: 3vw;
        cursor: pointer;
    }

    .close_style {
        display: block;
        margin: 12px;
        cursor: pointer;
    }

    .woodmart-close-side-opened {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s ease,visibility 0s ease
    }

    .woodmart-close-side {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 400;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,.7);
        transition: opacity .25s ease,visibility 0s ease .25s
    }

    .woodmart-dark .woodmart-close-side {
        background-color: rgba(0,0,0,.8)
    }

    .woodmart-close-side-opened {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s ease,visibility 0s ease
    }

    .woodmart-lazy-load {
        width: 100%;
        transition: all .3s ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .woodmart-close-side {
        top: -150px;
        height: calc(100vh + 300px)
    }
}

.first_back_style {
    background-image: url(../../Content/style/images/first_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: fill;
}

.sec_back_style {
    background-image: url(../../Content/style/images/sec_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: -1vw;
    direction: ltr;
}

.third_back_style {
    background-image: url(../../Content/style/images/third_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.four_back_style {
    background-image: url(../../Content/style/images/4_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    direction: ltr;
}

.five_back_style {
    background-image: url(../../Content/style/images/5_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: fill;
    padding-bottom:10vw;
}

.six_back_style {
    background-color: #e5ccc6;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 2vw;
}

.seven_back_style {
    background-image: url(../../Content/style/images/get_in_touch_back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    object-fit: fill;
    padding-bottom: 2vw;
}

.first_woman {
    width: 49vw;
}

.custom_btn {
    background-color: #e6c8c3 !important;
    border: none;
    display: inline-block;
    color: black !important;
    border-radius: 0;
    padding-right: 2vw;
    padding-left: 2vw;
    font-size: 1vw;
    margin-top: 3vw;
    cursor: pointer;
    float: right;
    text-decoration: none;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 0px #000000ab;
}

    .custom_btn:hover {
        background-color: #ceaca6 !important;
    }

.first_title {
    width: 100%;
    font-size: 3vw;
    font-weight: 900;
    text-align: right;
}

.sec_title {
    width: 100%;
    font-size: 3vw;
    font-weight: 900;
    text-align: right;
}

.fisrt_p {
    font-size: 1.4vw;
    text-align: right;
    margin-top: 3vw;
}

.icon_style {
    width: 50%;
}

.icon_title {
    font-size: 1.3vw;
    font-weight: 800;
}

.icon_p {
    font-size: 1.2vw;
    display: inline-block;
}

.title_galery {
    font-size: 2.2vw;
    margin-top: 3vw;
    font-weight: 800;
}

.text_galery {
    padding-left: 15vw;
    padding-right: 15vw;
    font-size: 1.2vw;
}

.galery_div {
    margin-top: 4vw;
    width: 78%;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #000000ab;
    border-radius: 1rem;
    border: 1px solid #0000005b;
}

.galery_image {
    width: 100%;
    border-top-right-radius:1rem;
    border-top-left-radius:1rem;
}

.galery_div_title {
    font-size: 2vw;
}

.galery_div_text {
    font-size: 1.2vw;
}

.text_galery_box {
    padding: 1vw;
    border-radius: 1rem;
}

.icon_social {
    background-color: #484f5b;
    margin-right: 3vw;
    color: white;
    border-radius: 1rem;
    padding: 6px;
    display: inline-flex;
    text-align: center;
    float: right;
}

.icon_size {
    width: 1.5vw;
    height: 1.5vw;
    padding: 0;
    margin: 0;
}

::placeholder {
    color: #b0b0b0;
    font-size: 1.3vw;
}

.custom_input {
    font-size: 1vw;
    max-width: 100%;
    padding: 1vw;
    width: 26%;
    height: 3vw;
    margin: 0.5vw;
    border: 2px solid #b0b0b0;
    background-color: #efefef;
    border-radius: 1rem;
}

.custom_input_last {
    font-size: 1vw;
    max-width: 100%;
    padding: 1vw;
    width: 53%;
    max-height: 9vw;
    min-height: 9vw;
    height: 9vw;
    margin: 8px;
    border: 2px solid #b0b0b0;
    border-radius: 1rem;
    background-color: #efefef;
}

.btn_div_get {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_div_get_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:768px) {
    .icon_div {
        width: 100%;
        align-items: center;
        height: 30vw;
        padding: 0;
        margin: 0;
    }
}

@media (max-width:768px) {
    .icon_div {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

@media (max-width:767px) {
    ::placeholder {
        font-size: 3.3vw;
    }

    .btn_div_get {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .custom_input {
        font-size: 3vw;
        max-width: 100%;
        padding: 1vw;
        width: 93%;
        height: 8vw;
        margin: 1.5vw;
        border: 2px solid #b0b0b0;
        background-color: #efefef;
    }

    .custom_input_last {
        font-size: 3vw;
        max-width: 100%;
        padding: 1vw;
        width: 93%;
        max-height: 25vw;
        min-height: 25vw;
        height: 25vw;
        margin: 1vw;
        border: 2px solid #b0b0b0;
        background-color: #efefef;
    }

    .icon_social {
        background-color: #484f5b;
        margin-right: 5vw;
        color: white;
        border-radius: 1rem;
        padding: 6px;
        display: inline-flex;
        text-align: center;
    }

    .icon_size {
        width: 5vw;
        height: 5vw;
        padding: 0;
        margin: 0;
    }

    .title_galery {
        font-size: 8vw;
    }

    .text_galery {
        padding-left: 12vw;
        padding-right: 12vw;
        font-size: 5vw;
        text-align: right;
    }

    .galery_div_title {
        font-size: 6vw;
    }

    .galery_div_text {
        font-size: 4vw;
    }

    .text_galery_box {
        padding: 2vw;
    }

    .first_back_style {
        background-image: url(../../Content/style/images/first_back.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .third_back_style {
        background-image: url(../../Content/style/images/third_back.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .sec_back_style {
        background-image: url(../../Content/style/images/sec_back.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }

    .four_back_style {
        background-image: url(../../Content/style/images/4_back.jpg);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }

    .five_back_style {
        background-image: url(../../Content/style/images/5_back.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }

    .seven_back_style {
        background-image: url(../../Content/style/images/get_in_touch_back.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }

    .first_woman {
        width: 80%;
    }

    .custom_btn {
        padding-right: 2.5vw;
        padding-left: 2.5vw;
        font-size: inherit;
        margin-top: 4vw;
        margin-bottom: 4vw;
        float: right;
    }

    .first_title {
        font-size: 8vw;
    }

    .sec_title {
        font-size: 8vw;
    }

    .fisrt_p {
        font-size: 3.5vw;
        margin-top: 5vw;
    }

    .icon_style {
        width: 50%;
        margin-top: 7vw;
    }

    .icon_title {
        font-size: 4.3vw;
        font-weight: 800;
    }

    .icon_p {
        font-size: 4.2vw;
    }
}

footer {
    background-color: #484f5b;
    width: 100%;
    padding: 2vw;
    box-shadow: 0px 0px 12px -8px #000000ab;
}

.title_footer {
    color: white;
    font-size: 1.3vw;
}

.copyright_footer {
    color: white;
    font-size: 0.8vw;
}

.footer_ul {
    margin: 0;
    padding: 0;
}

    .footer_ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1vw;
    }

        .footer_ul li a {
            color: #e2e2e2 !important;
            text-decoration: none;
        }

.footer_image {
    width: 7vw;
}

.link_style {
    color: #e2e2e2 !important;
    text-decoration: none;
    font-size: 1vw;
}

.address {
    color: #e2e2e2 !important;
    font-size: 1vw;
}
#windowsViewLogoff a {
    color: black;
    text-decoration: none;
    font-size: 1vw;
    margin-left: 2.5px;
    margin-right: 2.5px;
}
#windowsViewLogin a {
    color: black;
    text-decoration: none;
    font-size: 1vw;
    margin-left: 2.5px;
    margin-right:2.5px;
}
@media (max-width:767px) {
    footer {
        background-color: #484f5b;
        width: 100%;
        padding: 3vw;
    }
    #windowsViewLogoff a {
        color: black;
        text-decoration: none;
        font-size: 18px;
        margin-top: 15px;
    }
    #windowsViewLogin a {
        color: black;
        text-decoration: none;
        font-size: 18px;
        margin-top: 15px;
    }
    .title_footer {
        color: white;
        font-size: 4vw;
        margin: 0;
        border-top: 1px solid #ffffff59;
    }

    .copyright_footer {
        color: white;
        font-size: 2.6vw;
    }

    .footer_ul {
        margin: 0;
        padding: 0;
    }

        .footer_ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 3vw;
        }

            .footer_ul li a {
                color: #e2e2e2 !important;
                text-decoration: none;
            }

    .footer_image {
        width: 25vw;
    }

    .link_style {
        color: #e2e2e2 !important;
        text-decoration: none;
        font-size: 2.6vw;
    }

    .address {
        color: #e2e2e2 !important;
        font-size: 3vw;
        margin: 0;
    }
}
.mainDivcolorsEdit {
    width: 80px !important;
    height: 60px !important;
    border-radius: 1rem;
}

.maindivImagesEdit {
    border-radius: 1rem;
}

.btn-success {
    color: #ffffff !important;
    background-color: gray !important;
    border-color: gray !important;
    box-shadow: none !important;
}

.btn-warning {
    color: #ffffff !important;
    background-color: gray !important;
    border-color: gray !important;
    box-shadow: none !important;
}

.btn-danger {
    color: #ffffff !important;
    background-color: gray !important;
    border-color: gray !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #ffffff !important;
    background-color: gray !important;
    border-color: gray !important;
    box-shadow: none !important;
}