:root {
  --main-firooze: #00bed2;
  --main-blue: #1466a0;
  --main-gray: #e3e3e3;
  --main-text: #545454;
  --main-gray-dark: #383838;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "w_Nian";
  src: url("https://namartcenter.com/asset/fonts/w_Nian.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "w_Nian_Bold";
  src: url("https://namartcenter.com/asset/fonts/w_Nian Bold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("https://namartcenter.com/asset/fonts/icomoon.eot?fxhzia");
  src: url("https://namartcenter.com/asset/fonts/icomoon.eot?fxhzia#iefix")
      format("embedded-opentype"),
    url("https://namartcenter.com/asset/fonts/icomoon.ttf?fxhzia")
      format("truetype"),
    url("https://namartcenter.com/asset/fonts/icomoon.woff?fxhzia")
      format("woff"),
    url("https://namartcenter.com/asset/fonts/icomoon.svg?fxhzia#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-arrow_back:before {
  content: "\e5c4";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-arrow_upward:before {
  content: "\e5d8";
}
.icon-arrow_downward:before {
  content: "\e5db";
}
.icon-search:before {
  content: "\e625";
}
.icon-search1:before {
  content: "\e626";
}
.icon-download:before {
  content: "\e900";
}
.icon-download1:before {
  content: "\e901";
}
.icon-phone2:before {
  content: "\e905";
}
.icon-map-pin:before {
  content: "\e906";
}
.icon-world:before {
  content: "\e908";
}
.icon-calendar:before {
  content: "\e918";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-twitter:before {
  content: "\ea91";
}
.icon-linkedin2:before {
  content: "\eac9";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-whatsapp1:before {
  content: "\f235";
}

html {
  direction: rtl;
  overflow-x: hidden;
}
body {
  font-family: "w_Nian";
  overflow-x: hidden;
  background: #fff;
}

.padding-clear {
  padding: 0;
}
.padding-right {
  padding-right: 0rem;
}
a {
  text-decoration: none;
  /* display: flex; */
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

strong {
  font-weight: 800;
}
*:focus {
  outline: none;
}

textarea:focus,
input:focus {
  outline: none;
}
header {
  margin-top: 25px;
  /*margin-bottom: 25px;*/
}
.menu {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 56px;
  float: left;
}
.menu > li {
  position: relative;
  padding: 11px 15px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  line-height: 10px;
}
.menu > li a {
  color: var(--main-gray-dark);
  font-family: "w_Nian_Bold";
  font-size: 21px;
}
.menu > li a:hover {
  color: var(--main-blue);
}

.menu-active a {
  color: var(--main-blue) !important;
}
.menu-active img {
  display: block !important;
}
.menu-active {
border-bottom: 2px solid var(--main-firooze) !important;
}
.menu > li:hover {
  border-bottom: 2px solid var(--main-firooze);
}
.submenu {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 40px;
  right: 0;
  background: var(--main-gray);
  width: 260px;
  z-index: 10;
}
.submenu span {
  padding: 10px;
  display: block;
  font-size: 13px;
}
.submenu li {
  padding: 15px 10px;
}
.menu li:hover .submenu {
  display: block;
}
.menu li:hover .icon {
  transform: rotate(180deg);
  color: var(--main-blue);
}
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: transform 0.3s;
  color: var(--main-gray-dark);
  vertical-align: middle; /* هم‌تراز کردن با متن */
  line-height: 21px; /* هم‌تراز با فونت لینک‌ها */
}
.menu img {
  display: none;
  width: 11px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* تنظیم برای وسط چین شدن */
  right: 0px;
}
.menu li:hover img {
  display: block;
}
.toptools {
  position: absolute;
  left: 25px;
  top: 10px;
}
.toptools div {
  float: left;
  margin-right: 20px;
}
.toptools div span:first-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 20px;
}
.toptools div span:last-child {
  color: var(--main-gray-dark);
  float: right;
  margin-right: 7px;
  margin-top: -5px;
  font-size: 19px;
}
.direction-ltr {
  direction: ltr;
}
.slide-content {
  background-color: rgb(255 255 255 / 30%);
  backdrop-filter: blur(10px);
  position: absolute;
  right: 25%;
  top: 25%;
  padding: 20px 20px 20px 50px;
  text-align: right;
}
.slide-content h3 {
  color: var(--main-firooze);
  font-size: 28px;
  font-family: "w_Nian_Bold";
}
.slide-content p {
  color: #fff;
  font-size: 20px;
}
.slick-dots li button::before {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  opacity: 1;
  background: var(--main-gray);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(135deg);
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  background: var(--main-firooze);
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots {
  bottom: 30px;
}
.slick-slide {
  position: relative;
}
.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "w_Nian_Bold";
  font-size: 30px;
  color: var(--main-blue);
}

.title-container::before,
.title-container::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: var(--main-firooze);
}

.title-container-artist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "w_Nian_Bold";
  font-size: 30px;
  color: var(--main-blue);
  line-height: 29px;
}

.title-container-artist::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: var(--main-firooze);
}
.title-arrow {
  /*padding-top: 8px;*/
}
.title-arrow a p {
  float: left;
  font-family: "w_Nian_Bold";
  font-size: 18px;
  color: var(--main-blue);
  line-height: 25px;
}
.title-arrow a span {
  float: left;
  color: var(--main-blue);
  margin-top: 7px;
  margin-right: 1px;
}
.padding-right-clear {
  padding-right: 0px;
}
.event-item {
  color: var(--main-gray-dark);
  width: 100%;
  margin-bottom: 25px;
}
.event-img {
  height: 350px;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.event-content {
  height: 100px;
  background: var(--main-gray);
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.event-content::before {
  background-image: url(../images/icon-2.svg);
  content: "";
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100px;
  bottom: 10px;
  left: -28px;
  opacity: 0.4;
}
.event-content .event-title {
  color: var(--main-gray-dark);
  font-family: "w_Nian_Bold";
  font-size: 24px;
  margin-bottom: 12px;
}
.event-content .event-tools {
  position: absolute;
  width: 95%;
  z-index: 10;
}
.event-content .event-time {
  float: right;
}
.event-content .event-time span:first-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 17px;
  margin-left: 7px;
}
.event-content .event-time span:last-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 20px;
  line-height: 20px;
}
.event-content .event-arrow {
  float: left;
}
.event-content .event-arrow span:first-child {
  color: var(--main-gray-dark);
  float: left;
}
.event-content .event-arrow span:last-child {
  color: #fff;
  float: left;
  line-height: 13px;
  margin-left: 5px;
  font-family: "w_Nian_Bold";
  font-size: 15px;
  display: none;
}
.event-item:hover .event-content {
  background: var(--main-blue);
}
.event-item:hover .event-content::before {
  opacity: 0.2;
}
.event-item:hover .event-title {
  color: #fff;
}
.event-item:hover .event-time span:first-child {
  color: #fff;
}
.event-item:hover .event-time span:last-child {
  color: #fff;
}
.event-item:hover .event-arrow span:last-child {
  display: block;
}
.event-item:hover .event-arrow span:first-child {
  color: #fff;
}
.margin-title {
  margin: 25px 0px;
}

.product-index-item {
  color: var(--main-gray-dark);
  width: 100%;
}
.product-index-img {
  height: 350px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.product-index-content {
  height: 100px;
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--main-blue);
}
.product-index-content::before {
  background-image: url(../images/icon-2.svg);
  content: "";
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100px;
  bottom: 10px;
  left: -28px;
  opacity: 0.2;
}
.product-index-content .product-index-title {
  color: var(--main-gray-dark);
  font-family: "w_Nian_Bold";
  font-size: 24px;
}
.product-index-content .product-index-tools {
  position: absolute;
  width: 95%;
  z-index: 10;
}
.product-index-content .product-index-time {
  float: right;
}
.product-index-content .product-index-time span:first-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 17px;
  margin-left: 7px;
}
.product-index-content .product-index-time span:last-child {
  color: var(--main-gray-dark);
  float: right;
  line-height: 20px;
  font-family: "w_Nian_Bold";
  font-size: 15px;
}
.product-index-content .product-index-arrow {
  float: left;
}
.product-index-content .product-index-arrow span:first-child {
  color: var(--main-gray-dark);
  float: left;
}
.product-index-content .product-index-arrow span:last-child {
  color: var(--main-gray-dark);
  float: left;
  line-height: 13px;
  margin-left: 5px;
  font-family: "w_Nian_Bold";
  font-size: 15px;
  display: none;
}
.product-index-item:hover .product-index-content {
  background: var(--main-gray);
  border-bottom: 2px solid var(--main-firooze);
}
.product-index-item:hover .product-index-content::before {
  opacity: 0.6;
}
.product-index-item:hover .product-index-title {
  color: var(--main-blue);
}
.product-index-item:hover .product-index-arrow span:last-child {
  display: block;
}
footer {
  background: url(../images/bg-footer.jpg?ver=1);
  padding: 25px 15px;
  margin-top: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-footer img {
  height: 100px;
}
.footer-tools {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.footer-tools div {
  float: left;

  text-align: left;
  margin-bottom: 15px;
  color: var(--main-gray);
}
.footer-tools div:first-child {
  width: 100%;
}
.footer-tools div span:first-child {
  color: var(--main-gray);
  font-size: 16px;
  float: left;
}
.footer-tools div span:last-child {
  color: var(--main-gray);
  font-size: 17px;
  float: left;
  line-height: 21px;
  margin-left: 5px;
  margin-top: 0px;
}
.footer-tools .map-view {
  width: auto !important;
  float: left;
  margin-left: 20px;
}
.footer-tools .map-view p {
  color: var(--main-gray);
  float: left;
  line-height: 22px;
}
.footer-tools .map-view span {
  color: var(--main-gray);
  float: left !important;
  transform: rotate(-30deg);
  margin-top: 2px;
}
.copyright {
	border-top: 2px solid #43799f;
	margin-top: 15px;
	padding-top: 10px;
}
.copyright div:first-child {
  float: right;
}
.copyright div:last-child {
  float: left;
  margin-left: 10px;
}
.copyright div {
  color: var(--main-gray);
}
.copyright div span:first-child {
  color: var(--main-gray);
  font-size: 16px;
  float: left;
}
.copyright div span:last-child {
  color: var(--main-gray);
  float: left;
  line-height: 17px;
  margin-left: 7px;
  font-size: 19px;
}
.artist-slider {
  text-align: right;
}
.artist-slider .slick-slide {
  margin: 0 10px;
}
.artist-slider .slick-list {
  margin: 0 -10px;
}

.artist-index-item {
  color: var(--main-gray-dark);
}
.artist-index-img {
  height: 350px;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 4px solid transparent;
  filter: grayscale(1);
}
.artist-index-content {
  height: 100px;
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--main-blue);
}
.artist-index-content::before {
  background-image: url(../images/icon-2.svg);
  content: "";
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px;
  bottom: -10px;
  left: -37px;
  opacity: 0.2;
}
.artist-index-content .artist-index-title {
  /*color: var(--main-gray-dark);*/
  /*font-family: "w_Nian_Bold";*/
  /*font-size: 24px;*/
}
.artist-index-title p:first-child {
  color: var(--main-gray-dark);
  font-family: "w_Nian_Bold";
  font-size: 24px;
}
.artist-index-title p {
  color: var(--main-gray-dark);
  font-family: "w_Nian_Bold";
  font-size: 15px;
}

.artist-index-content .artist-index-time {
  float: right;
}
.artist-index-content .artist-index-time span:first-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 17px;
  margin-left: 7px;
}
.artist-index-content .artist-index-time span:last-child {
  color: var(--main-gray-dark);
  float: right;
  line-height: 20px;
  font-family: "w_Nian_Bold";
  font-size: 15px;
}
.artist-index-content .artist-index-arrow {
  float: left;
  margin-top: 20px;
  position: absolute;
  left: 0px;
  bottom: 25px;
}
.artist-index-content .artist-index-arrow span:first-child {
  color: var(--main-gray-dark);
  float: left;
}
.artist-index-content .artist-index-arrow span:last-child {
  color: var(--main-gray-dark);
  float: left;
  line-height: 13px;
  margin-left: 5px;
  font-family: "w_Nian_Bold";
  font-size: 30px;
  transform: rotate(35deg);
}
.artist-index-item:hover .artist-index-content {
  background: var(--main-gray);
  border-bottom: 2px solid var(--main-firooze);
}
.artist-index-item:hover .artist-index-img {
  filter: unset;
}
.artist-index-item:hover .artist-index-content::before {
  opacity: 0.6;
}
.artist-index-item:hover .artist-index-title {
  color: var(--main-blue);
}
.artist-index-item:hover .artist-index-arrow span:last-child {
  color: var(--main-blue);
  font-size: 20px;
  transform: rotate(0deg);
}

.artist-index-item:hover .artist-index-img {
  border: 4px solid var(--main-firooze);
}
.artist-slider .slick-dots {
  bottom: -30px;
}
.content {
  font-size: 20px;
}
.content p {
  font-size: 18px;
  text-align: justify;
  font-weight: normal;
  color: var(--main-text);
}
.content strong {
  color: var(--main-blue);
}
.content h1 {
  font-size: 28px;
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
}
.content h2 {
  font-size: 50px;
  color: var(--main-firooze);
  font-family: "w_Nian_Bold";
}
.content h3 {
  font-size: 32px;
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
  position: relative;
  padding-right: 24px;
  margin-top: 30px;
}
.content h3::before {
  content: "";
  background: url(../images/icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
}
.content ul {
  color: var(--main-blue);
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content ul li {
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
}
.content h4 {
  font-size: 22px;
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
  margin-bottom: 10px;
}
.content-contact h1 {
  font-size: 28px;
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
}
.content-contact h1::before {
  content: "";
  background: url(../images/icon.svg);
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: -23px;
  top: 8px;
}
.contact-box-blue {
  background: var(--main-blue);
  padding: 25px 10px;
  height: 250px;
  border-bottom: 2px solid var(--main-firooze);
  margin-top: 40px;
  position: relative;
}
.contact-box-blue img {
  width: 38px;
  margin-right: 20px;
}
.contact-box-blue h3 {
  font-family: "w_Nian_Bold";
  font-size: 20px;
  color: #fff;
}
.contact-box-blue p {
  font-family: "w_Nian_Bold";
  font-size: 14px;
  color: #fff;
  padding: 15px 0px;
}
.contact-box-blue .contact-tools {
  position: absolute;
  width: 90%;
  height: 40px;
  border: 10px;
  bottom: 15px;
}
.contact-box-blue .contact-tools span {
  color: #fff;
  float: left;
  margin-top: 17px;
  transform: rotate(40deg);
  font-size: 20px;
  margin-right: 3px;
}
.contact-box-blue p {
  font-family: "w_Nian_Bold";
  font-size: 14px;
  color: #fff;
  padding: 15px 0px;
  float: left;
}

.contact-box {
  padding: 25px 10px;
  height: 250px;
  border-bottom: 2px solid var(--main-blue);
  margin-top: 40px;
  position: relative;
}
.contact-box img {
  width: 48px;
  margin-right: 20px;
}
.contact-box h3 {
  font-family: "w_Nian_Bold";
  font-size: 20px;
  color: var(--main-gray-dark);
}
.contact-box p {
  font-size: 18px;
  color: var(--main-gray-dark);
  padding: 15px 0px;
}
.contact-box .contact-tools {
  position: absolute;
  width: 90%;
  height: 40px;
  border: 10px;
  bottom: 15px;
}
.contact-box .contact-tools span {
  color: var(--main-blue);
  float: left;
  margin-top: 17px;
  transform: rotate(40deg);
  font-size: 20px;
  margin-right: 3px;
}
.contact-box .contact-tools p {
  font-family: "w_Nian_Bold";
  font-size: 14px;
  color: var(--main-blue);
  padding: 15px 0px;
  float: left;
}
.img-top {
  height: 450px;
  margin-bottom: 20px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top !important;
}
.plyr__poster {
  background-size: cover;
}
.content-title h1 {
  font-size: 38px;
  color: var(--main-blue);
  font-family: "w_Nian_Bold";
  position: relative;
  padding-right: 34px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-title h1::before {
	content: "";
	background: url(../images/icon.svg);
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 0px;
	top: 22px;
}
.back-item {
  color: var(--main-gray-dark);
}
.back-item span {
  color: var(--main-gray-dark);
  float: right;
  margin-top: 6px;
  margin-left: 10px;
}
.back-item p {
  color: var(--main-gray-dark);
  float: right;
  font-size: 16px;
  font-family: "w_Nian_Bold";
}
.padding-artwork {
  padding-bottom: 12px;
  padding-right: 6px;
  padding-left: 6px;
}
.padding-artwork a {
  display: flex;
}
.padding-bottom-clear {
  padding-bottom: 0px;
}
.catalog-bg {
  background: url(../images/bg-catalog.jpg);
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.catalog-bg img {
  height: 250px;
  position: absolute;
  left: 80px;
  top: -25px;
}
.catalog-bg .tools {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 100%;
  display: flex;
}
.catalog-bg .tools a:first-child button {
  background: transparent;
  border: 2px solid var(--main-blue);
  padding: 4px 20px;
  font-size: 16px;
  font-family: "w_Nian_Bold";
  color: var(--main-blue);
  margin-left: 10px;
}

.catalog-bg .tools a:first-child button span {
  color: var(--main-blue);
  float: left;
  margin-right: 7px;
  margin-top: 5px;
}
.catalog-bg .tools a:first-child:hover button {
  background: var(--main-blue);
  padding: 4px 20px;
  font-size: 16px;
  font-family: "w_Nian_Bold";
  color: #fff;
}
.catalog-bg .tools a:first-child:hover button span {
  color: #fff;
}
.catalog-bg .tools a:last-child button {
  background: var(--main-blue);
  border: 2px solid var(--main-blue);
  padding: 4px 20px;
  font-size: 16px;
  font-family: "w_Nian_Bold";
  color: #fff;
}
.catalog-bg .tools a:last-child:hover button {
  background: #fff;
  border: 2px solid #fff;
  padding: 4px 20px;
  font-size: 16px;
  font-family: "w_Nian_Bold";
  color: var(--main-blue);
}
.exb-bg {
  padding: 20px 10px;
  background: var(--main-gray);
}
.padding-gallery {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.exb-bg a {
  display: flex;
}
.margin-top-clear {
  margin-top: 0px;
}

#section {
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.moreless-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: blue;
  font-weight: bold;
}
.more-content {
  padding: 0px;
  display: contents;
}
.arrow {
  margin-left: 5px;
  transition: transform 0.3s;
}

.moreless-button.active .arrow {
  transform: rotate(180deg);
}
.more-button {
  color: var(--main-blue);
  border: 0px;
  background: transparent;
  font-family: "w_Nian_Bold";
}
.more-button i {
  color: var(--main-blue);
  border: 0px;
  margin-top: 7px;
  float: left;
}

.more-button-image{
  color: var(--main-blue);
  border: 0px;
  background: transparent;
  font-family: "w_Nian_Bold";
}
.more-button-image i {
  color: var(--main-blue);
  border: 0px;
  margin-top: 7px;
  float: left;
}
.more-content-image {
  padding: 0px;
  display: contents;
}
.sideMenu {
  position: fixed;
  right: -350px;
  background: #fff;
  width: 350px;
  height: 100vh;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  z-index: 5;
}
.sideMenu.active {
  right: -12px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon {
  display: inline-block;
  padding: 3px 12px;
  cursor: pointer;
  position: fixed;
  right: 0;
}
.menuIcon span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 20px 0;
  background: var(--main-blue);
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -7px;
  width: 25px;
  height: 2px;
  background: var(--main-blue);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 25px;
  height: 2px;
  background: var(--main-blue);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span {
  background: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidebar-navigation {
  width: 350px;
  height: 100vh;
  margin: 90px auto;
  overflow-y: scroll;
}
.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--main-gray);
  transition: all 0.3s linear;
  font-family: "w_Nian_Bold";
}
.sidebar-navigation ul li a em {
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li a span {
  font-size: 20px;
  position: absolute;
  top: 13px;
  right: auto;
}
.sidebar-navigation ul li.selected > a,
.sidebar-navigation ul li:hover > a {
  background-color: transparent;
  color: #000;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: var(--main-orange);
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
  content: "\e314";
  font-family: "icomoon";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li.selected > a,
.sidebar-navigation ul li ul li:hover > a {
  background-color: transparent;
}
.sidebar-navigation ul li ul li.selected > a:before,
.sidebar-navigation ul li ul li:hover > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: transparent;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: transparent;
}
.subMenuColor1 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparentwhite;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.othermenubgmobile {
  display: none;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOther {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.border-header {
  border-bottom: 2px solid var(--main-firooze);
}
.image-view-gallery {
  padding: 20px;
  position: relative;
  background: var(--main-gray);
  text-align: center;
}
.image-view-gallery img {
  max-height: 400px;
}
.text-table-style {
  color: red;
}
.text-table-style table {
  text-align: left;
  width: 100%;
  direction: rtl;
}
.text-table-style tr {
  color: var(--main-gray-dark);
}
.text-table-style td {
	border-top: 2px solid #d3d5d5;
	padding: 10px 0px;
	font-size: 18px;
	font-family: "w_Nian_Bold";
	direction: ltr;
}
.under-image-gallery p {
    font-size: 19px;
}
/* .text-table-style table tr:last-child td {
  border-bottom: 2px solid transparent;
} */
.text-table-style ul {
  color: #ff1500 !important;
  display: block ruby;
}
.text-table-style li span {
  color: #ff1500 !important;
}
.text-table-style {
  margin-top: 20px;
}
.text-table-style a h4 {
  color: var(--main-gray-dark);
  float: left;
  font-size: 18px;
  font-family: "w_Nian_Bold";
  margin-bottom: 10px;
}
.text-table-style a span {
  color: var(--main-gray-dark);
  transform: rotate(45deg);
  display: block;
  float: left;
  margin-top: 5px;
  font-size: 22px;
}

.blog-index-item {
  color: var(--main-gray-dark);
}
.blog-index-img {
  height: 350px;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 4px solid transparent;
}

.blog-index-content {
  height: 290px;
  background: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--main-blue);
}
.blog-index-content-index {
  height: 160px !important;
}
.blog-index-content::before {
  background-image: url(../images/icon-2.svg);
  content: "";
  position: absolute;
  z-index: 0;
  height: 120px;
  width: 120px;
  bottom: -10px;
  left: -37px;
  opacity: 0.2;
}
.blog-index-content .blog-index-title {
  /*color: var(--main-gray-dark);*/
  /*font-family: "w_Nian_Bold";*/
  /*font-size: 24px;*/
}
.blog-index-title p:first-child {
  color: var(--main-gray-dark);
  font-size: 15px;
}
.blog-index-title h2 {
  color: var(--main-gray-dark);
  font-size: 24px;
  font-family: "w_Nian_Bold";
}
.blog-index-title .short {
  color: var(--main-gray-dark);
  text-align: justify;
  margin-top: 20px;
}
.blog-index-title p {
  color: var(--main-gray-dark);
  font-size: 15px;
}

.blog-index-content .blog-index-time {
  float: right;
}
.blog-index-content .blog-index-time span:first-child {
  color: var(--main-gray-dark);
  float: right;
  font-size: 17px;
  margin-left: 7px;
}
.blog-index-content .blog-index-time span:last-child {
  color: var(--main-gray-dark);
  float: right;
  line-height: 20px;
  font-family: "w_Nian_Bold";
  font-size: 15px;
}
.blog-index-content .blog-index-arrow {
  float: left;
  margin-top: 20px;
  position: absolute;
  left: 0px;
  bottom: 15px;
}
.blog-index-content .blog-index-arrow span:last-child {
  color: var(--main-gray-dark);
  float: left;
  transform: unset;
  display: none;
  font-size: 14px;
  margin-top: -2px;
}
.blog-index-content .blog-index-arrow span:first-child {
  color: var(--main-gray-dark);
  float: left;
  /*line-height: 13px;*/
  margin-left: 5px;
  font-size: 20px;
  transform: rotate(35deg);
}
.blog-index-item:hover .blog-index-content {
  background: var(--main-gray);
  border-bottom: 2px solid var(--main-firooze);
}

.blog-index-item:hover .blog-index-content::before {
  opacity: 0.6;
}
.blog-index-item:hover .blog-index-title {
  color: var(--main-blue);
}
.blog-index-item:hover .blog-index-arrow span:last-child {
  display: block;
  transform: unset;
}
.blog-index-item:hover .blog-index-arrow span:first-child {
  color: var(--main-blue);
  font-size: 20px;
  transform: rotate(0deg);
}

.blog-index-item:hover .blog-index-img {
  border: 4px solid var(--main-firooze);
}
.blog-title-arrow h1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.blog-title-arrow h1:after {
  content: "///";
  color: var(--main-firooze);
}
.top-title p {
  color: var(--main-gray-dark);
  margin-top: 20px;
}
.nevisande-title p {
  color: var(--main-blue);
}
.ghesmat-title p {
  color: var(--main-gray-dark);
}
.item-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.item-date span {
  color: var(--main-gray-dark);
  float: left;
}
.item-date p {
  color: var(--main-gray-dark);
  float: left;
  margin-top: -5px;
  margin-right: 4px;
}

.date-title span {
  color: var(--main-gray-dark);
  float: left;
}
.date-title p {
  color: var(--main-gray-dark);
  float: left;
  margin-top: -5px;
  margin-right: 4px;
}
.artist-profile-image {
  padding-top: 20px;
}
.artist-profile-image img {
  border: 4px solid var(--main-firooze);
  max-height: 300px;
}
.artist-title {
  float: left;
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: left;
}
.artist-title h2 {
  text-align: left;
  font-family: "w_Nian_Bold";
  font-size: 16px;
  color: var(--main-blue);
}
.artist-title h3 {
  text-align: left;
  font-family: "w_Nian_Bold";
  font-size: 16px;
  color: var(--main-gray-dark);
}
.content-icon {
  background: url(../images/icon.svg);
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  margin-top: 8px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .artist-title {
    float: right;
    position: unset;
  }
  .artist-title h2 {
    text-align: right;
  }
  .artist-title h3 {
    text-align: right;
  }
  .copyright div:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
  .othermenubgmobile {
    display: block;
  }
  .menu {
    display: none;
  }
  .img-top {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  header {
    height: 100px;
  }
  .content-contact h1::before {
    right: 7px;
    top: 8px;
  }
  .content-contact h1 {
    padding-right: 30px;
  }
  .contact-box {
    margin-top: 10px;
  }
  .footer-tools div span:last-child {
    font-size: 15px;
  }

  .copyright div {
    font-size: 12px;
  }
  .copyright div span:last-child {
    font-size: 16px;
  }
  .artist-index-img {
    height: 450px;
    background-position: top !important;
  }
  .content {
    margin-bottom: 40px;
  }
  .catalog-bg img {
    height: 130px;
    position: absolute;
    left: 80px;
    top: -15px;
  }
  header {
    height: 150px;
    position: fixed;
    width: 100%;
    background: #fff;
    padding-top: 25px;
  }
  header {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 100;
  }
  .margin-top {
    margin-top: 150px;
  }
  .content h1 {
    font-size: 25px;
  }
  .content-title h1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .image-view-gallery {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
