/*
Theme Name: Iranemart.ir
Author: Vahiddelnavaz
Author URI: http://vahiddelnavaz.ir
Version: 1
*/

@font-face {
    font-family: alibaba;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(fonts/alibaba.woff2)format('woff');
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: alibaba;
    font-feature-settings: "ss01"
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
}

img {
    width: 100%;
}

p {
    margin: 0;
}

ul,
ol {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}
::selection {
    color: #fba44a;
    background: #000000;
}

.containerfull {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.site-content {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}

.container {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
}
img.aligncenter {
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 3px solid #fca63d;
}
header {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    transition: 0.5s;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.header {
    box-shadow: 1px 1px 5px 0px #c7c7c7;
    margin-bottom: 10px;
}
.logo {
    vertical-align: middle;
}

.logo a span {
    font-size: 16px;
    color: #721e68;
    font-weight: 700;
}

.logo a {
    display: grid;
}
.banner-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 99;
    bottom: 0;
}
.banner {
    width: 25%;
    text-align: center;
    background: #ff8c00;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px 0px 3px 1px #696969;
    position: relative;
}
.banner a {
    color: #ffffff;
    font-size: 22px;
    border-radius: 5px;
    background: #333;
    padding: 5px 10px;
    margin: 7px;
    display: inline-block;
}
.banner p {
    line-height: 2em;
    font-weight: 700;
}
.close_banner {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 100;
    cursor: pointer;
}
.close_banner span {
    background: #333;
    height: 1.5px;
    width: 15px;
    display: inline-block;
}
.close_banner span:first-child {
    transform: rotate(45deg);
    position:absolute;
}
.close_banner span:last-child {
    transform: rotate(135deg);
    position:absolute;
}
.logo img {
    margin-bottom:5px;
}

.scroll .logo img {
    filter: brightness(1) invert(0);
    opacity: 1;
    transform: scale(1);
}

a.logo_nav {
    position: absolute;
    top: 15px;
    left: 90px;
    filter: brightness(0) invert(1);
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

.menu.hide .logo_nav {
    opacity: 0;
    transition: 0.8s !important;
    transform: translate(100%, 0px);
}

.menu.hide.show .logo_nav {
    opacity: 1;
    transition: 0.8s !important;
    transform: translate(0px, 0px);
}

a.logo_nav img {
    width: auto;
}

#searchform {
    border-radius: 10px;
    box-shadow: 1px 1px 3px #e1e1e1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#searchform label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    display: none;
}

#searchform input[type="text"] {
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'alibaba';
    transition: all ease-in 0.3s;
}

#searchform input:focus {
    outline: none;
    border: none;
    transition: all ease-in 0.3s;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#searchform input:focus::placeholder {
    color: #fff;
    transition: all ease-in 0.3s;
}

#searchform input[type="submit"] {
    width: 100%;
    padding: 10px 25px;
    font-family: 'alibaba';
    background-color: #fca63d;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in 0.3s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchform input[type="submit"]:hover {
    background-color: #f86300;
    transition: all ease-in 0.3s;
}

.menu_btn {
    z-index: 12;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 15px;
    display: none;
}

.menu {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 64px rgb(0 0 0 / 18%);
    top: 0;
    padding: 2rem 2rem;
    right: 0;
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000d6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: 0.5s;
    transform: translate(100%, 0);
}

.menu a {
    width: 100%;
    font-size: 16px;
    line-height: 2.5;
    text-decoration: none;
    color: #fff;
    font-family: alibaba;
    letter-spacing: normal;
    word-spacing: normal;
    transition: 0.2s;
}

.menu.hide {
    transform: translate(100%, 0);
}

.menu a:hover {
    color: #9dcffb;
    transition: 0.2s;
}

.menu li {
    text-align: right;
}

.menu .sub-menu>li>a {
    color: #fff;
    font-weight: 100;
    margin-bottom: unset;
    margin-right: 10px;
}

.menu .sub-menu>li>a:before {
    content: '-';
    margin-left: 5px;
}

.dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
    background: #000000bf;
}

.show_dark {
    z-index: 10;
    opacity: 1;
    transition: 0.5s;
}

.menu_btn span {
    width: 30px;
    height: 3px;
    background: #fca63d;
    display: block;
    margin-bottom: 7px;
    transition: 0.5s;
}

.menu_btn.change span {
    background: #fff;
    opacity: 1;
    transform: rotate(45deg) translate(2px, -2px);
    transition: 0.5s;
}

.menu_btn.change span:first-child {
    background: #fff;
    opacity: 1;
    transform: rotate(45deg) translate(4px, 12px);
    transition: 0.5s;
}

.menu_btn.change span:nth-child(2) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2);
    transition: 0.5s;
}

.menu_btn.change span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -10px);
    transition: 0.5s;
}

header.show_logo {
    position: initial;
    transition: 0.5s;
}

header.show_logo img {
    transition: 0.5s;
    position: absolute;
    z-index: 12;
    top: 15px;
    width: auto;
}

header img {
    transition: 0.5s;
}

.menu.show {
    transform: translate(0, 0);
    transition: 0.5s;
}

.sitename {
    display: none;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.container.section-1 {
    min-height: 70vh;
    -ms-grid-rows: minmax(70vh, 1fr);
    grid-template-rows: minmax(70vh, 1fr);
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 5px 1fr;
    grid-template-columns: 2fr 5px 1fr;
    grid-template-areas: 'main . sub';
    box-sizing: border-box;
    background: #fff;
}

.container.section-2 {
    /* -ms-grid-rows: minmax(700px, 80vh);
    grid-template-rows: minmax(700px, 80vh); */
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 2fr;
    grid-template-columns: 1fr 1rem 2fr;
    grid-template-areas: 'sub . main';
    box-sizing: border-box;
    background: #fff;
    color: #fff;
    margin-bottom: 5px;
}

.container.section-2 .sub {
    flex-direction: row;
}

.main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    position: relative;
    grid-area: main;
}

.main img {
    border-radius: 5px;
    display: block;
}

.sub {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sub;
    display: flex;
    flex-direction: column;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: none;
    position: relative;
}

.sub img {
    border-radius: 5px;
}

.sub_item {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 0.3rem;
    flex: 1;
    transition: all .3s ease-out;
}

.sub_item:hover {
    flex: 8;
}
.sub_item:before {
    content: ' ';
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8463760504201681) 0%, rgba(0, 0, 0, 0.35898109243697474) 53%, rgba(93, 93, 93, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
}

.sub_item h2:before {
    content: '';
    border-bottom: 6px solid #ffffff00;
    border-left: 6px solid #ef8f2c;
    border-right: 6px solid #ef8f2c;
    border-top: 6px solid #ef8f2c;
    margin-left: 10px;
}

.sub_item:last-child {
    margin-bottom: 0rem;
}

.sub_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.sub_item h2 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    z-index: 1;
    font-family: alibaba;
}

.dark_image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(49 49 49 / 35%);
    border-radius: 5px;
}

.section-1 .screen {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.section-1 .item_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1px;
    transition: transform 0.5s;
    opacity: 0;
}
.section-1 .item_slider:before {
    content: '';
    background: linear-gradient(270deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 0%) 53%, rgb(255 255 255 / 0%) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}
.section-1 .item_slider.active {
    transition: transform 0.5s;
    transform: translateX(0);
    z-index: 1;
    opacity: 1;
}

.section-1 .item_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-1 .screen_text {
    text-shadow: 1px 1px 2px #333333b0;
    position: absolute;
    top: 15%;
    right: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: #fca63d;
    padding: 5px 10px;
    z-index: 2;
}

.section-1 .screen p {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.section-1 .nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 999;
}

.section-1 .prev,
.section-1 .next {
    cursor: pointer;
    font-size: 36px;
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 10px;
}

.section-1 .prev:hover,
.section-1 .next:hover {
    color: #ccc;
}

span.logo_large {
    position: absolute;
    top: 5px;
    z-index: 1;
    transition: 0.5s;
    opacity: 1;
}

span.logo_large.hide_logo {
    transition: 0.5s;
    opacity: 0;
}

.section-2 .fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.section-2-left-content {
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    z-index: 1;
    color: #fff;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 66%) 46%, rgb(0 0 0 / 4%) 100%);
    padding-bottom: 30px;
}

.section-2-left-content h2 {
    font-size: 1.5rem;
    line-height: 3;
    white-space: nowrap;
    font-family: alibaba;
    letter-spacing: 1.3px;
}

.section-2-left-content a {
    box-sizing: border-box;
    padding: 0 2.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    color: #111;
    cursor: pointer;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: alibaba;
    background: #fff;
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 30%);
    border-radius: 3em;
    transition: 0.2s;
}

.section-2-left-content a:hover {
    background: #d2d2d2;
    transition: 0.2s;
}

.section-2 .main {
    position: relative;
    grid-area: main;
    display: grid;
}

.section-2 .main a {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 5px;
}

.section-2 .main a:last-child {
    margin-bottom: 0;
}

.section-2 .main a:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.section-2 .main a img {
    transform: scale(1);
    transition: 0.5s;
}

.section-2 .main h2 {
    position: absolute;
    bottom: 10%;
    font-size: 1.8em;
    font-weight: 700;
    font-family: alibaba;
    color: #fff;
    z-index: 1;
    display: flex;
    left: 10%;
    /* align-items: center; */
    transform: translate(0px, 0px);
    transition: transform 2s;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.section-2 .main h2:hover {
    transform: translate(15px, 0px);
    transition: transform 2s;
}

img.arrow_right_main {
    filter: brightness(0) invert(1);
    width: 40px;
    transform: rotate(180deg);
    margin-right: 10px;
}


/******************************/

footer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .05);
    transition: background-color 3s;
}

footer>div {
    display: flex;
    min-height: 10vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img.arrow_right {
    width: 15px;
    display: inherit;
    display: inherit;
    padding-left: 10px;
    transform: rotate(180deg);
}

.slogan_row h4 {
    font-size: 2em;
    line-height: 2em;
    font-weight: 700;
    padding: 1.5em 0 1.5em;
    text-align: center;
    font-family: alibaba;
    color: #fca63d;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.slogan_row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #e1e1e1;
    background: #ebebeb;
    width: 100%;
    margin-bottom: 50px;
    padding: 10px 0;
}

.slogan_row span {
    padding: 0px 20px;
    font-size: 2em;
    font-weight: 100;
}

.slogan_row .slogan_title_en {
    font-size: 2em;
    font-style: italic;
    text-transform: capitalize;
}

.slogan_row .slogan_title_en::first-letter,
.slogan_row .slogan_title_fa::first-letter {
    color: #fca63d;
}

.slogan_row .slogan_title_fa {
    font-size: 1.5em;
    font-style: italic;
    text-transform: capitalize;
}

.footer_logo {
    padding: 2em 0 2em;
    text-align: center;
}

.footer_link {
    margin: 3em 0 5em;
}

.footer_signature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 1em 2em;
    flex-direction: row;
    align-content: space-between;
}

.footer_signature img {
    filter: brightness(0) invert(1);
}

.footer_signature p {
    font-size: 12px;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    font-family: alibaba;
}

ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
}

#menu-footer-menu li {
    font-size: 1.1em;
    margin: 0 1em 0 .5em;
    text-decoration: none;
    position: relative;
}

#menu-footer-menu a {
    font-family: alibaba;
    color: #212121;
    letter-spacing: 0.5px;
    transition: 0.2s;
}

#menu-footer-menu a:hover {
    color: #03000b;
    text-decoration: underline;
    transition: 0.2s;
}

#menu-footer-menu a:after {
    content: '';
    margin: 0 .5em;
    pointer-events: none;
    position: absolute;
    width: 2px;
    height: 70%;
    top: 20%;
    background: #111;
    opacity: .3;
}

#menu-footer-menu li:last-child a:after {
    width: 0;
}

.footer_room {
    display: flex;
    justify-content: center;
    flex-grow: 0;
    position: relative;
}

.inner_footer_room {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.room {
    display: block;
}

.light_btn {
    position: absolute;
    width: 3.1%;
    left: 14.1%;
    top: 41.6%;
    z-index: 1;
}

button.light_switch>span {
    display: none;
}

img.Light_border {
    filter: grayscale(1);
    cursor: pointer;
    transform: scale(1);
    transition: 0.3s;
}

img.Light_border:hover {
    transform: scale(1.5);
    transition: 0.3s;
}

.about_us_home {
    margin: 60px auto;
    width: 100%;
    line-height: 2em;
}
.about_us_home p {
    font-size: 15px;
}
.about_us_home h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #fca63d;
}
.last_news {
    column-count: 2;
    margin: 20px 0;
}
.content_news_index {
    text-align: right;
    padding-right: 15px;
}
.news_post img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
a.news_post {
font-size: 12px;
    color: #333;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 5px;
}
.news_post h2{
    font-size: 15px;
    color: #000;
    font-weight: 100;
}
.news_post h2:hover {
    color: #fe8a24;
}
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.articles {
    background: #f2f2f2;
    padding: 30px 0;
    position: relative;
    margin-top: 30px;
}

.product_box h2,
.articles h4 {
    color: #fca63d;
    font-size: 1.8em;
}

.products {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    position: relative;
    justify-content: center;
    margin: 10px auto;
}

.products a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    display: flex;
    align-items: center;
    margin-left: 5px;
    flex: 1;
    transition: all 0.6s ease-out;
    height: 400px;
}

.products a:last-child {
    margin-left: unset;
}

.products a:hover {
    flex: 1.5;
    transition: all 0.6s ease-out;
}

.products a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: 0.2s;
}

.products a:first-child img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.products a:last-child img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.products a img:hover {
    border-radius: 0;
    transition: 0.2s;
}

.products a h3 {
    position: absolute;
    background: #fba44a;
    color: #000;
    width: 50%;
    bottom: 10%;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    transition: all 0.6s ease-out;
    z-index: 2;
}

.products a:hover h3 {
    transition: all 0.6s ease-out;
}

.articles_box {
    display: flex;
    width: 95%;
    margin: 50px auto;
}

.articles_box a {
    margin: 0 10px;
    box-shadow: 0px 0px 2px 1px #e1e1e1;
    width: 25%;
    transition: all 0.3s ease-out;
    background: #e8e8e8;
}

.articles_box a:hover {
    background: #e1e1e1;
    transition: all 0.3s ease-out;
}

.articles_box a:hover img {
    transform: rotate3d(1, 1, 1, -5deg);
    transition: all 0.3s ease-in;
}

.articles_box h5 {
    color: #333;
    font-size: 14px;
    text-align: justify;
    padding: 10px 5px;
}

.articles_box p {
    color: #333;
    text-align: right;
    margin: 0 auto;
    padding: 0px 10px;
    line-height: 2em;
    font-size: 13px;
}

.articles_box img {
    display: block;
    position: relative;
    transition: all 0.3s ease-out;
    transform: rotate3d(1, 1, 1, 0deg);
}

.articles_box img:after {
    content: '';
    background: #fff;
    background: linear-gradient(0, rgb(254 156 8) 0, rgb(229 229 229) 65%);
    padding: 15px 0;
    position: absolute;
    width: 100px;
    z-index: 99999999999;
    height: 127px;
    /* display: block; */
    left: 0;
    right: 0;
    top: 0;
    color: #333;
    bottom: 0;
    height: 100vh;
}

.customers_logo {
    width: 100%;
    margin: 40px auto;
}

.customers_logo h5 {
    color: #333;
    font-size: 1.7em;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
}

.customer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.customer li {
    width: 12%;
    margin: 20px 0;
    transition: 0.3s;
}

.customer img {
    width: 100px;
    height: 100px;
    opacity: 0.6;
    filter: grayscale(1);
    transition: 0.3s;
}

.customer li:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: 0.3s;
}

.contact_us {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    background: #e3e3e3;
}

.contact_us .row_cl:hover {
    background: #dcdcdc;
    transition: 0.3s;
}

.contact_us .row_cl img {
    width: 70px;
    height: auto;
    filter: invert(0.3);
    margin-bottom: 25px;
}

.row_cl {
    height: 35vh;
    width: 33.3333%;
    border-left: 1px solid #fff;
    padding: 40px 0;
    color: #4c4c4c;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    transition: 0.3s;
}

.row_cl:last-child {
    border-left: none;
}

.row_cl span {
    width: 65%;
    font-size: 1.1em;
    direction: ltr;
}

.cl_1 span {
    font-size: 1.8em;
    letter-spacing: 5px;
}

.fair_slideshow {
    position: relative;
    animation: fadeInFromLeft 1.5s ease;
    height: 60vh;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}

.fair_image_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.fair_image_container img {
    transition: opacity 2s ease-in-out;
    animation: zoom 15s ease-in-out infinite;
    width: auto;
}

.fair_image_container.active {
    opacity: 1;
}

.content_fair {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000000a6;
}

.content_fair h5 {
    font-size: 1.3em;
    padding-bottom: 5px;
}

.content_fair p {
    font-size: 1.1em;
}

.text_content {
    top: 45%;
    position: absolute;
    width: 50%;
    text-align: right;
    margin: 0 auto;
    right: 20%;
    padding-right: 15px;
    border-right: 5px solid #fca63d;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.footer_images {
    position: relative;
    width: 100%;
    background: #fff;
}

img.room_night {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s;
}

button.light_switch {
    background: none;
    border: none;
}

.mega-menu {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu>li {
    display: inline-block;
    margin: 0 10px;
    /* add some space between menu items */
    position: relative;
}

.mega-menu>li>a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    border-bottom: 2px solid #fff;
}

.mega-menu>li>a:hover {
    background-color: #f9f9f9;
    color: #666;
    border-bottom: 2px solid #fca63d;
}

.mega-menu>li.active>a {
    background-color: #333;
    color: #fff;
}

.mega-menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    transform: scale(0);
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 650px;
    right: -130px;
    z-index: 9;
}

.mega-menu>li:hover>ul {
    display: flex;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    justify-content: space-between;
}

.mega-menu .mega-menu-container {
    position: static;
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

li .sub-menu>li>a {
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: block;
    text-align: right;
}

ul.sub-menu .sub-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.mega-menu ul ul li a {
    color: #646464;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}

.mega-menu ul ul li a a {
    font-weight: 300;
}

.mega-menu ul ul li a:hover {
    background-color: #f9f9f9;
    color: #666;
}

.mega-menu ul ul li a:before {
    content: '-';
    margin-left: 5px;
}

#mega-menu>li:nth-child(3)>a {
    position: relative;
}

/*#mega-menu>li:nth-child(3)>a:hover:after {*/
/*    transform: rotate(-50deg);*/
/*    transition: all 0.3s ease-out;*/
/*}*/

/*#mega-menu>li:nth-child(3)>a:hover:before {*/
/*    transform: rotate(50deg);*/
/*    transition: all 0.3s ease-out;*/
/*}*/

/*#mega-menu>li:nth-child(3)>a:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 7px;*/
/*    height: 1px;*/
/*    background: #fca63d;*/
/*    transform: rotate(50deg);*/
/*    left: 1px;*/
/*    top: 50%;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

/*#mega-menu>li:nth-child(3)>a:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 7px;*/
/*    height: 1px;*/
/*    background: #fca63d;*/
/*    transform: rotate(-50deg);*/
/*    left: 6px;*/
/*    top: 50%;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

::-moz-selection {
    color: #fff;
    background: #fca63d;
}



/****************************NOT HOME*******************************/

.content-area,
.body-container {
    text-align: right;
    width: 100%;
    line-height: 2.2em;
    min-height: 50vh;
    margin: 30px auto;
}

.content-area h1,
.body-container h1,
.content-area .title-search h3 {
    background: #fca63d;
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.category-list,
.posts-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.category-list .search-row,
.posts-container a {
    width: 24%;
    margin: 0.5%;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    color: #333;
}

.category-list .search-row p,
.posts-container a p {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 2.1em;
    max-height: 80px;
    overflow: hidden;
}

.category-list .search-row img,
.posts-container img {
    display: block;
    height: auto;
    border-bottom: 1px solid #ededed;
}

.search-body .title,
.posts-container .title {
    color: #fca63d;
    margin: 5px;
}

a.more-art {
    text-align: left;
    display: block;
    font-size: 13px;
    margin-left: 10px;
}

.portfolio {
    column-count: 2;
    column-gap: 0px;
    display: inline-block;
    margin: 0 auto;
}

.portfolio img {
    width: 100%;
    height: auto;
    display: block;
}

.text-portfolio {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.7em;
    font-weight: 700;
}

.portfolio-post {
    position: relative;
    margin: 1px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio-post .middle {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0000006e;
    transform: rotateY(90deg);
    transition: all ease-out 0.4s;
}

.portfolio-post:hover .middle {
    opacity: 1;
    background: #00000074;
    transform: rotateY(0deg);
    transition: all ease-in 0.4s;
}

.portfolio-post img {
    transform: scale(1);
    transition: all ease-in 0.4s;
}

.portfolio-post:hover img {
    transform: scale(1.2);
    transition: all ease-in 0.4s;
}

.home .news_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap:5px;
}

.home .news_box a {
    position: relative;
    width:17%;
}

.home .news_box a h2 {
    font-size: 16px;
    color: #000;
    padding: 3px 10px;
}

/*.home .news_box a h2:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: -8px;*/
/*    border-top: 8px solid #754c0d;*/
/*    border-left: 0px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    right: 0;*/
/*}*/

.home .news_box a img {
    border-radius: 0;
}

.news_category .news_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.news_category a {
    width: 15%;
    border: 1px solid #e1e1e1;
    margin: 0.5%;
}

.news_category a h2 {
    font-size: 14px;
    color: #333;
    padding: 10px;
    background: #fca63d;
    border: 2px solid #333;
    transition: 0.3s;
}

.news_category a:hover h2 {
    background: #333;
    color: #fff;
    transition: 0.3s;
}

.news_category a img {
    display: block;
}

.latest_news a {
    width: 19%;
    margin: 0.5%;
}

.latest_news a h2 {
    font-size: 15px;
    color: #000;
}

.latest_news p {
    font-size: 14px;
    color: #000;
    text-align: right;
}

.news_page h1 {
    font-size: 1.6em;
    background: #f3f3f3;
    padding: 5px 0;
    box-shadow: 0px 1px 2px #d5d5d5;
}

.latest_news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    min-height: 50vh;
}

.latest_news img {
    display: block;
}
.news_box_title {
    margin-top: 10px;
}
.news_category h1 , .title-cat , .news_box_title h1{
    font-size: 20px;
    margin: 20px 0;
    position: relative;
}

.news_category h1:before,
.title-cat:before,
.news_box_title h1:before{
    content: '';
    background: #fba44a;
    height: 2px;
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
}

.news_category h1:after,
.title-cat:after,
.news_box_title h1:after{
    content: '';
    background: #fba44a;
    height: 2px;
    width: 40%;
    position: absolute;
    left: 0;
    top: 50%;
}

.product_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    background: #f7f7f7;
    transition: 0.3s;
}

.product_row:hover {
    background: #ffffff;
    transition: 0.3s;
}

.content-single-page {
    width: 100%;
    text-align: right;
}

.product_category .title-single-page {
    background: #fba44a;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: #333;
}

.product_category .content-single-page>p {
    margin-top: 5px;
    line-height: 2em;
    color: #000;
}

.product_category .single-page-img img {
    display: block;
}

.content-single-page ul li {
    margin-right: 20px;
    list-style: disc;
}
.content-single-page ol {
    list-style-type: decimal;
    padding-right: 35px;
}
.content-single-page img {
    text-align: center;
    width: auto;
    margin: 0 auto;
    display: flex;
    max-width: 100%;
    height: auto;
}
.article_row {
    display: flex;
    flex-direction: column;
    text-align:right;
}
.article_row a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    color: #333;
    margin-bottom: 10px;
}
.article_row a img {
    width: auto;
    height: auto;
    border: 1px solid #e1e1e1;
    border-radius:10px;
}
.category .article_row a img {
    max-width:200px;
}
.article_abstract {
    padding-right: 15px;
}
.article_abstract p {
    width: 80%;
    font-size:15px;
    margin-top:10px;
}

.article_abstract .title {
    border-right: 4px solid #fba44a;
    display: inline-block;
    padding: 5px;
    background: #ededed;
}
.last_news_tile {
    margin-top: 15px;
}
.content-single-page p {
    font-size: 14px;
    text-align: justify;
}
.news_boxes {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_boxes a {
    color: #333;
    border-bottom: 1px solid #e1e1e1;
    width: 49%;
    display: flex;
    margin: 0.5%;
}
.news_boxes a img {
    width: auto;
    display: block;
    border-radius: 5px;
}
.content_news_all {
    text-align: right;
    padding-right: 25px;
    color:#333;
}
.content_news_all h2 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #3b3b3b;
}
.content_news_all p {
    font-size: 13px;
    color: #696969;
}
.show_more a {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    background: #e9e9e9;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 2px solid #c1c1c1;
    transition:0.3s;
}
.show_more a:hover {
    box-shadow: inset 0px 0px 4px #c3c3c3;
    transition:0.3s;
}
.customer_page_ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.customer_page_ul li img {
    opacity: 0.3;
    width: auto;
    height: auto;
    transition:0.3s;
}
.customer_page_ul li img:hover {
    opacity: 0.6;
    transition:0.3s;
}
.customer_page_ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 18%;
    margin: 1.5% 1%;
    text-align: center;
    border-left: 1px solid #efefef;
    box-sizing: border-box;
}
.customer_page_ul li:nth-child(5n) {
    border-left: none;
}
.customer_page_ul li span {
    font-size: 13px;
    display: block;
}
h2.title-single-page {
    background: #f1f1f1;
    padding: 7.5px 10px;
    border-radius: 5px;
    border-right: 2px solid #bdbdbd;
}
.image_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.image_gallery a {
    width: 19%;
    margin: 0.5%;
}
.image_gallery a img{
    display: block;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    border-radius: 10px;
}
.image_gallery a h2 {
    font-size: 13px;
    font-weight: 100;
    color: #333;
    padding: 10px 0;
}
.gallery_iranemart h1 {
    padding: 25px 0;
}
@media only screen and (max-width: 1366px) {
    .section-1 .screen {
            height: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .menu_btn {
        display: block;
    }
    .single-page img {
        max-width:95%;
        height:auto;
        width:auto;
    }
    .content-single-inner-page {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: justify;
    }
    .mega-menu,
    #searchform,
    .fair_slideshow {
        display: none;
    }
    .section-1 .nav {
        z-index: 1;
    }
    header {
        justify-content: center;
        padding: 5px;
    }
    .section-1 .prev,
    .section-1 .next {
        color: #d0d0d0;
    }
    .container.section-1,
    .container.section-2 {
        padding: 0;
        min-height: unset;
        display: block;
    }
    .container.section-1 .sub {
        width: 85%;
        margin: 0 auto;
    }
    .container.section-2 {
        width: 85%;
        padding: 0;
    }
    .container.section-2 .sub {
        margin-bottom: 5px;
    }
    .products a img {
        border-radius: 5px;
    }
    .main {
        margin-bottom: 5px;
    }
    .section-1 .item_slider img {
        object-fit: unset;
        height: auto;
    }
    .products a {
        margin-left: unset;
        display: block;
        margin: 2px 0;
        overflow: hidden;
        border-radius: 5px;
        width: 49.5%;
        flex: initial;
        height: auto;
    }
    .products a:hover {
        flex: initial;
    }
    .products a img {
        width: 100%;
        position: unset;
    }
    .products {
        padding: 0;
        margin: 0 auto;
        width: 85%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .products a h3 {
        font-size: 14px;
    }
    .products p {
        display: none;
    }
    .articles_box {
        width: 85%;
        flex-wrap: wrap;
        margin: 25px auto;
    }
    .articles_box a {
        width: 49%;
        margin: 1% 0;
        overflow: hidden;
        border-radius: 5px;
        background: #fff;
    }
    .articles_box h5,
    .articles_box p {
        color: #5e5e5e;
    }
    .articles_box a:hover,
    .articles_box a:hover p {
        background: #e1e1e1;
    }
    .articles_box img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .customer li {
        width: 30%;
        margin: 1.5%;
    }
    .text_content {
        top: 15%;
        width: 100%;
        right: 20px;
    }
    .contact_us {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .row_cl {
        height: auto;
        width: 100%;
        border-left: unset;
    }
    .footer_signature img {
        display: none;
    }
    .footer_signature {
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .footer_signature p {
        padding: 10px;
        font-size: 11px;
    }
    .about_us_home {
        line-height: 2em;
        margin: 30px auto;
        width: 85%;
    }
    .about_us_home p {
        font-size: 13px;
    }
    .articles_box a:hover img {
        transform: unset;
    }
    .slogan_row h4 {
        font-size: 2em;
    }
    .section-1 .screen {
        height: auto;
        width: 85%;
        margin: 0 auto;
    }
    .section-1 .item_slider {
        position: unset;
        display: none;
    }
    .section-1 .item_slider.active {
        display: block;
    }
    .section-1 .screen_text {
        font-size: 16px;
    }
    .section-1 .screen p {
        font-size: 13px;
    }
    .sub_item h2 {
        font-size: 1.1rem;
    }
    .section-2 .fit {
        height: unset;
        object-fit: unset;
        position: relative;
    }
    .section-2 .main h2 {
        font-size: 1em;
        width: auto;
    }
    .section-2 .main {
        padding: 0;
    }
    .section-2 .main a {
        height: auto;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 5px 0;
    }
    .logo a {
        justify-items: center;
    }
    .slogan_row {
        flex-direction: column;
    }
    .slogan_row .slogan_title_en {
        font-size: 1.3em;
    }
    .slogan_row .slogan_title_fa {
        font-size: 1.1em;
    }
    .news_category a {
        margin: 0.5% 0;
        width: 100%;
    }
    .content-single-page {
        width: 85%;
        margin: 0 auto;
    }
    .title-single-page {
        text-align: center;
        background: #ebebeb;
        width: 90%;
        margin: 0 auto;
        padding: 5px 0;
        font-size: 18px;
        border-right: 3px solid #fca63d;
    }
    .last_news {
        column-count: 1;
        margin: 20px auto;
        width: 85%;        
    }
    .home .news_box a {
        width: 49%;
    }
    .home .news_box {
        margin: 0 auto;
        justify-content: space-around;
        width:85%;
    }
    .news_post h2 {
        text-align:right;
    }
    .home .news_box a h2 {
        font-size: 13px;
    }
    .home .news_box a img {
        display:block;
    }
    .banner {
        width:100%;
    }
}

@media only screen and (max-width: 768px) {
    .customer li {
        width: 45%;
        margin: 1.5% 0.5%;
    }
    .articles_box a {
        width: 98%;
    }
    .articles_box h5 {
        text-align: center;
        font-size: 14px;
    }
    .articles_box a p {
        display: none;
    }
    .customer img {
        width: 100px;
        height: 100px;
    }
    .footer_desc {
        text-align: center;
        width: 90%;
    }
    #menu-footer-menu {
        flex-direction: column;
    }
    #menu-footer-menu a:after {
        display: none;
    }
}