/* @font-face {
    font-family: "peyda-Regular";
    src: url("fonts/woff/PeydaWeb-Regular.woff") format("woff"), url("fonts/woff2/PeydaWeb-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "peydaBold";
    src: url("fonts/woff/PeydaWeb-Bold.woff") format("woff"), url("fonts/woff2/PeydaWeb-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "peydalight";
    src: url("fonts/woff/peydaWeb-light.woff") format("woff"), url("fonts/woff2/peydaWeb-light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal; */
/* } */
@font-face {
    font-family: 'iransans';
    src: url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.eot") format('embedded-opentype'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.ttf") format('truetype'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.woff") format('woff'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.woff2") format('woff2');
}

* {
    font-family: 'iransans';
    box-sizing: border-box;
}

body {
    background-color: #e8ecec !important;
}

.room_model:nth-of-type(odd) {
    display: flex;
    flex-flow: row-reverse;
    width: 1022px;
    margin: 0 auto;
    background-color: #fff;
}

.room_model:nth-of-type(even) {
    display: flex;
    width: 1022px;
    margin: 0 auto;
    background-color: #fff;
}

.room_model_img {
    width: 66%;
    height: 413px;
}

.room_model_img>img {
    width: 100%;
    height: 100%;
}

.room_model_content {
    width: 34%;
    height: 413px;
    direction: rtl;
    text-align: justify;
    padding: 25px;
    color: #000;
}

.room_model_content>p:first-of-type span {
    margin-bottom: 5px;
    font-size: 13px;
    color: gray;
}

.room_model_content>p:first-of-type>span:after {
    content: "|";
    margin-left: 7px;
    margin-right: 15px;
    color: gray;
}

.room_model_content>p:first-of-type>span:last-of-type:after {
    content: "";
    color: #fff;
}

.room_model_content>p:last-of-type {
    height: 133px;
    overflow: hidden;
    line-height: 36px;
}

.room_view {
    color: #ebbb79 !important;
    padding: 15px 30px;
    font-weight: bold;
    display: block;
    width: 50%;
    position: relative;
    background-color: #000;
    margin: 69px auto 0 auto;
    text-decoration: none;
    text-align: center;
}

.room_view:before {
    content: "";
    height: 100%;
    width: 32px;
    background-image: url(https://khorshidhashtomkosar.com/upload/btn-public-dark.png);
    position: absolute;
    right: -31px;
    top: 0px;
    background-size: cover;
    transform: rotate(180deg);
}

.room_view:after {
    content: "";
    height: 100%;
    width: 32px;
    background-image: url(https://khorshidhashtomkosar.com/upload/btn-public-dark.png);
    position: absolute;
    left: -31px;
    top: 0px;
    background-size: cover;
}

@media only screen and (max-width: 800px) {
    .room_model:nth-of-type(odd) {
        display: flex;
        flex-flow: row-reverse;
        flex-direction: column;
        width: 370px;
        margin: 0 auto;
        background-color: #fff;
    }

    .room_model:nth-of-type(even) {
        display: flex;
        flex-direction: column;
        width: 370px;
        margin: 0 auto;
        background-color: #fff;
    }

    .room_model_img {
        width: 95%;
        height: 350px;
        margin: 0 auto;
    }

    .room_model_img>img {
        width: 100%;
        height: 100%;
    }

    .room_model_content {
        width: 95%;
        height: 350px;
        direction: rtl;
        text-align: center;
        padding: 25px;
        color: #000;
    }

    .room_model_content>p:first-of-type span {
        margin-bottom: 5px;
        font-size: 13px;
        color: gray;
    }

    .room_model_content>p:first-of-type>span:after {
        content: "|";
        padding: 8px;
        margin-left: 7px;
        margin-right: 15px;
        color: gray;
    }

    .room_model_content>p:first-of-type>span:last-of-type:after {
        content: "";
        color: #fff;
    }

    .room_model_content>p:last-of-type {
        height: 133px;
        overflow: hidden;
        line-height: 36px;
    }

    .room_view {
        color: #ebbb79 !important;
        padding: 15px 30px;
        font-weight: bold;
        display: block;
        width: 50%;
        position: relative;
        background-color: #000;
        margin: 25px auto 0 auto;
        text-decoration: none;
        text-align: center;
    }

    .room_view:before {
        content: "";
        height: 100%;
        width: 32px;
        background-image: url(https://khorshidhashtomkosar.com/upload/btn-public-dark.png);
        position: absolute;
        right: -31px;
        top: 0px;
        background-size: cover;
        transform: rotate(180deg);
    }

    .room_view:after {
        content: "";
        height: 100%;
        width: 32px;
        background-image: url(https://khorshidhashtomkosar.com/upload/btn-public-dark.png);
        position: absolute;
        left: -31px;
        top: 0px;
        background-size: cover;
    }
}