/* THIS STYLE SHEET IS WRITTEN BY SAEED POOLADGAR ON 2024 JAN. REMEMBER: Be a good person. Not for the others. Just for yoursef! */
@font-face {
  font-family: 'iransans';
  src: url('../font/IRANSansWebFaNum.eot') format('eot'), url('../font/IRANSansWebFaNum.ttf') format('truetype'), url('../font/IRANSansWebFaNum.woff') format('woff'), url('../font/IRANSansWebFaNum.woff2') format('woff2');
}

@font-face {
  font-family: 'kufi';
  src: url(../font/DroidArabicKufi.eot);
  src: url(../font/DroidArabicKufi.eot?#iefix) format('embedded-opentype'), url(../font/DroidArabicKufi.woff2) format('woff2'), url(../font/DroidArabicKufi.woff) format('woff'), url(../font/DroidArabicKufi.ttf) format('truetype'), url(../font/DroidArabicKufi.svg#DroidArabicKufi) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'bahman';
  src: url('../font/Bahman.ttf') format('truetype');
}

* {
  box-sizing: border-box
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  cursor: default;
  font-family: 'iransans';
  overflow-x: hidden;
  background: var(--bodybg);
  background-attachment: fixed;
  position: relative;
  transition: padding 1s;
}

body.padding-top {padding-top: 200px;}

/* body::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../image/other/bodybg.jpg) no-repeat center bottom 600px, var(--bodybg); background-size: contain; z-index: 1; opacity: 0.5; } */
/* body::-webkit-scrollbar { width: 16px; background: #eee; } body::-webkit-scrollbar-thumb { background: var(--color3); border-left: 1px solid #fff; border-radius: 0; position: relative; } */
/* Buttons */
/* body::-webkit-scrollbar-button:single-button { display: block; border-style: solid; height: 13px; width: 16px; } */
/* Up */
/* body::-webkit-scrollbar-button:single-button:vertical:decrement { border-width: 0 8px 8px 8px; border-color: transparent transparent #555555 transparent; } body::-webkit-scrollbar-button:single-button:vertical:decrement:hover { border-color: transparent transparent #777777 transparent; } */
/* Down */
/* body::-webkit-scrollbar-button:single-button:vertical:increment { border-width: 8px 8px 0 8px; border-color: #555555 transparent transparent transparent; } body::-webkit-scrollbar-button:vertical:single-button:increment:hover { border-color: #777777 transparent transparent transparent; } */
*::selection {
  background: var(--color1);
  color: var(--color4);
}

html:root {
  --color1: rgb(240, 125, 0);
  --color2: rgb(179, 178, 178);
  --color3: rgb(0, 0, 0);
  --color4: rgb(255, 255, 255);
  --rgbcode1: 240, 125, 0;
  --rgbcode2: 179, 178, 178;
  --rgbcode3: 0, 0, 0;
  --rgbcode4: 255, 255, 255;
  --color1-80: rgba(var(--rgbcode1), 0.8);
  --color1-60: rgba(var(--rgbcode1), 0.6);
  --color1-40: rgba(var(--rgbcode1), 0.4);
  --color1-20: rgba(var(--rgbcode1), 0.2);
  --color2-80: rgba(var(--rgbcode2), 0.8);
  --color2-60: rgba(var(--rgbcode2), 0.6);
  --color2-40: rgba(var(--rgbcode2), 0.4);
  --color2-20: rgba(var(--rgbcode2), 0.2);
  --color3-80: rgba(var(--rgbcode3), 0.8);
  --color3-60: rgba(var(--rgbcode3), 0.6);
  --color3-40: rgba(var(--rgbcode3), 0.4);
  --color3-20: rgba(var(--rgbcode3), 0.2);
  --color4-80: rgba(var(--rgbcode4), 0.8);
  --color4-60: rgba(var(--rgbcode4), 0.6);
  --color4-40: rgba(var(--rgbcode4), 0.4);
  --color4-20: rgba(var(--rgbcode4), 0.2);
  --bodybg: var(--color4);
  --btxt: #252525;
  --wtxt: #ffffff;
  --gray: #f0f0f0;
  --color5: var(--color2);
  --grad1: linear-gradient(to left top, var(--color1), var(--color5));
}

ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  color: #000;
  font-family: 'iransans';
  background: none;
  border: 0;
  direction: rtl;
}

input,
textarea {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}

a {
  cursor: pointer;
}

p {
  line-height: 40px;
}

/* ============== STYLES BEGIN FROM HERE ============== */
/* ======================== HEADER ======================== */
.topbar {
  width: 100%;
  background: var(--color3);
  display: flex;
  direction: rtl;
  padding: 0 10px;
}

.topbar .item {
  display: block;
  padding: 10px;
  color: var(--wtxt);
  direction: ltr;
  display: flex;
  gap: 5px;
  flex-direction: row-reverse;
}

.topbar .item:hover {
  color: var(--color1);
}

.topbar .item * {
  line-height: 1;
}

header {
  width: 100%;
  z-index: 10;
  direction: rtl;
  background: var(--bodybg);
  display: flex;
  gap: 10px;
  transition: all 0.5s;
}

@keyframes header-anime1 {
  from {
    transform: translateY(-100%);
  }
}

header.sp1 {
  position: fixed;
  top: 0;
  left: 0;
  animation: header-anime1 1s;
}

header.openmenu {
  transform: none;
  top: 0;
  left: 0;
}

header .top-side {
  width: 10%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

header .top-side .header-logo {
  width: 130px;
  max-height: 100px;
  padding: 10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
  position: relative;
}

header .top-side .header-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s;
}

header .top-side .header-logo img:hover {
  transform: scale(0.95);
}

.menu-holder {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  position: relative;
  border-radius: 5px;
}

header .menu-holder .right-side-div {
  display: flex;
  gap: 5px;
  width: 80%;
}

.mobile-menu-btn {
  width: 60px;
  text-align: center;
  display: none;
}

@keyframes menu-btn-anime {
  from {
    transform: scale(0);
  }
}

header .menu-holder .right-side-div .menu-list {
  width: 75%;
  display: flex;
  gap: 20px;
}

header .menu-holder .right-side-div .menu-list .main-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

header .menu-holder .right-side-div .menu-list .main-menu-item>a {
  display: block;
  width: fit-content;
  font-size: 16px;
  color: var(--btxt);
  padding: 20px 10px;
}

header .menu-holder .right-side-div .menu-list .main-menu-item a:hover {
  color: var(--color1);
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  max-width: 280px;
  min-width: 180px;
  background: var(--color4);
  box-shadow: 0 0 22px -7px var(--color3-60);
  border-radius: 3px;
  z-index: 10;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list .submenu-list {
  top: 0;
  right: 100%;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list li:hover>ul.submenu-list {
  display: flex;
}

header .menu-holder .right-side-div .menu-list .main-menu-item:hover>ul.submenu-list {
  display: flex;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list li {
  position: relative;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list li a {
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--color3-20);
  color: var(--btxt);
  transition: padding 0.2s;
  padding: 10px;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list li a:hover {
  padding-right: 15px;
}

header .menu-holder .right-side-div .menu-list .main-menu-item .submenu-list li:last-child a {
  border: 0;
}

.mobile-menu-btn img {
  width: 30px;
  margin: 0 auto;
  object-fit: contain;
  vertical-align: middle;
  animation: menu-btn-anime 0.3s;
  cursor: pointer;
}

.mobile-close-menu {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: url(../image/icon/cross.png) no-repeat center, var(--color4);
  background-size: 15px;
  cursor: pointer;
}

.mobile-close-menu img {
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: menu-btn-anime 0.3s;
}

.mobile-close-menu img.visible {
  display: block;
}

@keyframes mask-anime {
  from {
    opacity: 0;
  }
}

.menu-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color3-60);
  z-index: 9;
  animation: mask-anime 0.2s;
}

header .leftside {
  position: relative;
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header .leftside .contactbtnheader {
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.01s;
}

header .leftside .contactbtnheader::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../image/icon/customer-service.png) no-repeat center;
  background-size: 40px;
  transform: scale(1);
  transition: all 0.2s;
  z-index: 1;
}

header .leftside .contactbtnheader:hover::before {
  transform: scale(1.03);
  background: url(../image/icon/customer-service-hover.png) no-repeat center;
  background-size: 40px;
}

.menu-page {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 0;
  max-width: 500px;
  height: 100vh;
  background-color: var(--color3);
  z-index: 1000;
  transition: all 1s;
}

.menu-page.show {
  width: 80%;
  visibility: visible;
  transform: translateX(0%);
}

.menu-page .holder {
  height: 100%;
  overflow-y: scroll;
  padding-top: 50px;
}

.menu-page .holder::-webkit-scrollbar {
  width: 5px;
}

.menu-page .holder::-webkit-scrollbar-thumb {
  background: var(--color4);
  position: relative;
  border-radius: 1000px;
}

.menu-page .holder::-webkit-scrollbar-button:single-button {
  display: none;
}

.menu-page .menu-list {
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  transition: all 0.3s;
}

.menu-page .main-menu-item {
  height: fit-content;
  transition: all 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-page .menu-list>li.contact::before {
  display: none;
}

.menu-page .menu-list li .submenu-sign {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  background: url(../image/icon/down-arrow.svg) no-repeat center;
  filter: invert(1);
  background-size: 20px;
}

.menu-page .menu-list>li a {
  height: fit-content;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid var(--color4-60);
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.menu-page .menu-list>li a:hover {
  background: var(--color1);
}

.menu-page .menu-list>li a span {
  font-size: 16px;
  color: var(--wtxt);
  display: block;
  transition: all 0.2s;
}

.menu-page .menu-list>li ul.submenu-list {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
}

.menu-page .menu-list>li ul.submenu-list li {
  position: relative;
}

.menu-page .menu-list li ul.submenu-list li a {
  background: transparent;
  transition: all 0.3s;
}

.menu-page .menu-list>li ul.submenu-list li a {
  padding: 6px;
  min-width: 120px;
  background-color: var(--color1);
  margin: 2px 0;
}

.menu-page .menu-list>li ul.submenu-list li a span {
  font-size: 14px;
  color: var(--wtxt);
}

.menu-page .menu-list>li ul.submenu-list li:hover a {
  background: var(--color2);
}

.menu-page .menu-list>li:hover>ul.submenu-list {
  display: block;
}

.menu-page .menu-list>li ul.submenu-list li ul.submenu-list {
  right: 100%;
  top: 0;
}

.menu-page .menu-list>li ul.submenu-list li:hover>ul.submenu-list {
  display: block;
}

.menu-page .menu-list>li:hover ul.submenu-list li:last-child {
  border: 0;
}

/* ============ SLIDER ============ */
.slider-div {
  width: 100%;
  height: 100vh;
  max-height: 650px;
  position: relative;
}

.slider-div .holder {
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--color3);
}

.slider-div .holder .imgslide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../image/slider/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: brightness(0.7) saturate(1.2) contrast(1.2);
  z-index: 0;
}

.slider-div .holder .item {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-div .holder .txt {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  opacity: 1;
  z-index: 1;
  direction: rtl;
  transition: all 1s;
}

.slider-div .holder .txt .typed-text,
.slider-div .holder .item .txt h3 {
  width: 100%;
  font-size: 40px;
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  color: var(--wtxt);
  text-shadow: 0 0 3px var(--color3);
  animation: slider-txt-anime 0.8s;
}

.slider-div .holder .item .img {
  width: 100%;
  height: 600px;
  position: relative;
  filter: saturate(1.25) brightness(0.7) contrast(1.3);
}

.slider-div .owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0;
}

.slider-div .owl-theme .owl-dots .owl-dot {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.slider-div .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
  border-radius: 2px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: var(--color1);
}

.slider-div .owl-theme .owl-dots .owl-dot.active span,
.slider-div .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color2);
}

.w-title {
  width: fit-content;
  position: relative;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transform: translateY(0px);
  z-index: 1;
  transition: all 0.3s;
}

.w-title p {
  width: 100%;
  color: var(--color1);
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  position: relative;
  z-index: 1;
}

@keyframes title-span-anime1 {
  to {
    transform: skewX(-20deg);
  }
}

.w-title span {
  padding: 10px 20px;
  width: fit-content;
  background: var(--color1);
  color: var(--wtxt);
  font-size: 20px;
  transform: skewX(20deg);
  margin: 0 auto;
  animation: title-span-anime1 3s infinite alternate;
}

.w-title .titledesc {
  font-size: 18px;
  color: var(--btxt);
  text-align: center;
  line-height: 2;
}

.widget {
  padding: 20px 0;
  width: 100%;
  position: relative;
  direction: rtl;
}

.btn {
  color: var(--wtxt);
  border-radius: 5px;
  background: var(--color1);
  cursor: pointer;
  display: block;
  width: fit-content;
  min-width: 100px;
  font-size: 18px;
  font-weight: 100;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.btn:hover {
  background: var(--color2);
  color: var(--color3);
}

.showup {
  position: relative;
  opacity: 1;
  top: 0;
  transition: all 0.5s;
}

.w-about-div {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 20px;
}

.w-about-div .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.w-about-div .holder .txt {
  width: 100%;
  position: relative;
  z-index: 2;
}

.w-about-div .holder .txt .w-title {
  margin: 10px 0;
}

.w-about-div .holder .txt .txt-holder p {
  max-width: 450px;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  color: var(--btxt);
  padding: 10px 0;
  position: relative;
}

.w-about-div .holder .txt .txt-holder p span.spfont {
  font-size: 25px;
}

.w-about-div .holder .img {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../image/other/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.w-about-div .holder .img .shape1 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 15%);
  width: 20%;
  max-width: 150px;
  aspect-ratio: 1/1;
  background: var(--color1);
  border-radius: 3px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.w-about-div .holder .img .shape1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  border-left: 30px solid var(--color1);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  z-index: 1;
}

.w-about-div .holder .img .shape1 p {
  font-size: 22px;
  color: var(--wtxt);
  text-align: center;
}

.w-products-div .holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}

.w-products-div .holder .item {
  width: 30%;
  flex-grow: 1;
  position: relative;
  display: block;
}

.w-products-div .holder .item .img {
  width: 100%;
  height: 450px;
  filter: brightness(0.5) hue-rotate(190deg) saturate(1.5) contrast(1.5);
  transition: all 0.3s;
}

.w-products-div .holder .item:hover .img {
  filter: brightness(0.4) hue-rotate(190deg) saturate(1.5) contrast(1.5);
}

.w-products-div .holder .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w-products-div .holder .item .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 220px;
  padding: 20px;
  z-index: 2;
}

.w-products-div .holder .item .txt h3 {
  font-size: 28px;
  color: var(--wtxt);
  text-align: center;
}

.w-products-div .holder .item .txt span {
  font-size: 18px;
  color: var(--wtxt);
  text-align: center;
  display: block;
}

.w-products-div .holder .item .btn {
  margin: 20px auto 0;
}

.w-services-div {
  padding: 10px;
  padding-top: 0;
  z-index: 1;
}

.w-services-div .container {
  border: 2px solid var(--color1);
  border-radius: 5px;
  padding: 10px;
}

.w-services-div .holder {
  width: 100%;
}

.w-services-div .holder .item {
  position: relative;
}

.w-services-div .holder .item .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid var(--color3-20);
  border-radius: 5px;
  transition: all 0.1s;
}

.w-services-div .holder .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1) contrast(1);
  transition: all 0.5s;
}

.w-services-div .holder .item:hover .img img {
  filter: brightness(0.5) contrast(1.5);
}

.w-services-div .holder .item .txt {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  background: var(--color4-80);
  backdrop-filter: blur(4px);
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}

.w-services-div .holder .item .txt .txt-holder {
  height: 125px;
  overflow: hidden;
}

.w-services-div .holder .item .txt h3 {
  color: var(--btxt);
  /* text-shadow: 0 0 2px var(--color1); */
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

.w-services-div .holder .item .txt p {
  color: var(--btxt);
  font-weight: 100;
  font-size: 16px;
  text-align: justify;
  width: 100%;
  overflow: hidden;
}

.w-services-div .holder .item .txt .btn {
  margin: 0 auto;
}

.w-services-div>.btn {
  margin: 0 auto;
  font-size: 22px;
}

.w-services-div .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-130%);
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 3px;
  background-image: url(../image/icon/left-arrow.png) !important;
  background-color: var(--color1);
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.w-services-div .owl-theme .owl-nav .owl-next {
  left: unset;
  right: 0;
  background-image: url(../image/icon/right-arrow.png) !important;
}

.w-services-div .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--color3);
}

.w-tips-div .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.w-tips-div .holder .item {
  width: 24%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.w-tips-div .holder .item img {
  width: 50%;
  max-width: 150px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.w-tips-div .holder .item h5 {
  font-size: 22px;
  color: var(--color1);
  text-align: center;
}

.w-tips-div .holder .item p {
  font-size: 16px;
  color: var(--color3-60);
  text-align: center;
  line-height: 1.5;
}

.w-tagline-div {
  background: var(--color3);
  padding: 0;
}

.w-tagline-div .holder {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  opacity: 0.5;
}

.w-tagline-div .holder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/other/tagline.jpg) no-repeat center;
  background-attachment: fixed;
  filter: brightness(0.5) saturate(1.5) contrast(1.3);
}

.w-tagline-div .holder .txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0, -50%);
  width: 85%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  border-radius: 3px;
  z-index: 1;
}

.w-tagline-div .holder .txt img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  display: block;
  margin: 0 auto;
}

.w-tagline-div .holder .txt p {
  font-size: 26px;
  font-weight: bold;
  color: var(--wtxt);
  text-align: center;
}

.w-tagline-div .holder .txt p.sp1 {
  color: var(--wtxt);
  font-size: 20px;
  font-weight: 100;
}

.w-tagline-div .holder .txt .btn {
  margin: 0 auto;
  padding: 10px 20px;
}

.w-albume-div {
  padding: 20px 20px 60px;
}

.w-albume-div {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}

.w-albume-div .w-title {
  width: 20%;
}

.w-albume-div .w-title .titledesc {
  font-size: 14px;
}

.w-albume-div .holder {
  width: 80%;
}

.w-albume-div .holder ul {
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.w-albume-div .holder ul>li {
  width: 200px;
  flex-grow: 1;
  aspect-ratio: 1/0.5;
  max-height: 300px;
}

.w-albume-div .holder ul>li a {
  width: 100%;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
}

.w-albume-div .holder ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.w-albume-div .holder ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.w-albume-div .holder ul>li a:hover .w-albume-div-poster>img {
  opacity: 1;
}

.w-albume-div .holder ul>li a .w-albume-div-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.w-albume-div .holder ul>li a .w-albume-div-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.w-albume-div .holder ul>li a:hover .w-albume-div-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.w-albume-div .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.w-albume-div .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.w-albume-div .justified-gallery>a:hover .w-albume-div-poster>img {
  opacity: 1;
}

.w-albume-div .justified-gallery>a .w-albume-div-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.w-albume-div .justified-gallery>a .w-albume-div-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.w-albume-div .justified-gallery>a:hover .w-albume-div-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.w-albume-div .video .w-albume-div-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.w-albume-div.dark>ul>li a {
  border: 3px solid #04070a;
}

.home .w-albume-div {
  padding-bottom: 80px;
}

.w-blog-div .holder {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  gap: 20px;
}

.w-blog-div .holder .w-title {
  width: 28%;
}

.w-blog-div .holder .w-title .btn {
  margin: 0 auto;
}

.w-blog-div .holder .container {
  width: 70%;
  flex-grow: 1;
}

.w-blog-div .holder .container .item .img {
  width: 100%;
  overflow: hidden;
}

.w-blog-div .holder .container .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 0.2s;
  filter: brightness(1);
}

.w-blog-div .holder .container .item:hover .img img {
  transform: scale(1.08);
  filter: brightness(0.6);
}

.w-blog-div .holder .container .item h3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
}

.w-blog-div .holder .container .item h3:hover {
  color: var(--color1);
}

.w-blog-div .holder .container .item .btn {
  margin: 0 auto;
}

/* ====================== BLOG WIDGET ====================== */
.archive-page-div {
  width: 100%;
  padding: 20px;
}

.archive-page-div .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.archive-page-div .holder .container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 50px 20px;
  padding: 60px 20px;
}

.archive-page-div .holder .container {
  flex-wrap: wrap;
}

.archive-page-div .holder .item {
  flex-basis: 32%;
  position: relative;
  border-radius: 3px;
}

.archive-page-div .holder .item .img {
  width: 100%;
  background: var(--color2);
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.archive-page-div .holder .item .img img {
  width: 100%;
  aspect-ratio: 1/0.5;
  max-height: 400px;
  object-fit: cover;
  vertical-align: middle;
  opacity: 1;
  transition: all 0.3s;
}

.archive-page-div .holder .item .img:hover img {
  transform: scale(1.1) rotate(2deg);
}

.archive-page-div .holder .item .txt {
  width: 100%;
  z-index: 2;
  transition: 0.3s;
}

.archive-page-div .holder .item .txt h3 {
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  color: var(--color1);
  position: relative;
  border-radius: 3px;
  padding: 20px 0;
}

.archive-page-div .holder .item .txt p {
  width: 100%;
  height: 68px;
  overflow: hidden;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  color: var(--btxt);
}

.archive-page-div .holder .item .txt a {
  margin: 0 auto 0 0;
  width: 100%;
  font-size: 14px;
}

.inside-page {
  position: relative;
  padding: 20px;
  direction: rtl;
}

/* ==================== CONTACT PAGE ==================== */
.contact-page-div {
  width: 100%;
  position: relative;
}

.contact-page-div .caption {
  text-align: justify;
  padding: 20px 0;
  color: var(--btxt);
  font-size: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-page-div .holder {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  background: var(--color2-20);
  border: 1px solid var(--color3-20);
}

.contact-page-div .holder .info {
  position: relative;
  width: 30%;
}

.contact-page-div .holder .info .item {
  padding: 10px;
  max-width: 320px;
}

.contact-page-div .holder .info .item i {
  font-size: 23px;
  color: var(--color1);
}

.contact-page-div .holder .info .item.socials .socials-div {
  display: flex;
  gap: 15px;
}

.contact-page-div .holder .info .item.socials .socials-div a i {
  display: block;
  color: var(--color1);
}

.contact-page-div .holder .info .item.socials .socials-div a img {
  height: 30px;
  object-fit: contain;
  vertical-align: middle;
  transform: scale(1);
  transition: all 0.2s;
}

.contact-page-div .holder .info .item.socials .socials-div a:hover img {
  transform: scale(1.05);
}

.contact-page-div .holder .info .item.socials a:hover i {
  color: var(--color2);
}

.contact-page-div .holder .info .item p {
  font-size: 16px;
  color: var(--btxt);
  line-height: 30px;
}

.contact-page-div .holder .contact-message {
  width: 70%;
  padding: 30px 0;
}

.contact-page-div .holder .contact-message .form {
  width: 90%;
  margin: 0 auto;
}

.contact-page-div .holder .contact-message .form .txt {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.contact-page-div .holder .contact-message .form .txt button {
  margin: 15px auto;
  cursor: pointer;
}

.contact-page-div .holder .contact-message .form .txt .item {
  width: 100%;
  margin: 2px auto;
  padding: 10px;
  font-size: 14px;
  color: var(--wtxt);
  position: relative;
  background: var(--color3-20);
}

.contact-page-div .holder .contact-message .form .txt .item.message {
  height: 160px;
  min-height: 100px;
  max-height: 220px;
  resize: vertical;
}

.contact-page-div .holder .contact-message .form .txt .item::placeholder {
  color: var(--color4-60);
  font-size: 14px;
  font-family: iransans;
}

.contact-page-div .holder .contact-message .form .txt .item:focus {
  background: var(--color3-40);
  color: var(--wtxt);
}

/* ==================== POST PAGE ==================== */
.post-page-div {
  width: 100%;
}

.post-page-div .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.post-page-div .container .holder {
  width: 100%;
  padding: 30px 20px 80px;
  display: grid;
  background: #f6f6f6;
  box-shadow: 0 0 16px -11px #000;
}

.post-page-div .container .holder h1,
.post-page-div .container .holder h2,
.post-page-div .container .holder h3,
.post-page-div .container .holder h4,
.post-page-div .container .holder h5,
.post-page-div .container .holder h6 {
  color: var(--btxt);
  margin-top: 15px;
}

.post-page-div .container .holder p {
  text-align: justify;
  line-height: 50px;
  font-size: 18px;
  color: var(--color3-80);
}

.post-page-div .container .holder img {
  width: 50%;
  min-width: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0 0;
  border: 1px solid var(--color3-20);
}

/* ===================== FOOTER ===================== */
footer {
  width: 100%;
  position: relative;
  z-index: 1;
  direction: rtl;
  background: var(--color3-80);
  border-top: 20px solid var(--color1);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/other/footer-patter.png) no-repeat center bottom;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}

footer .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 60px 20px;
  justify-content: space-evenly;
  position: relative;
  transition: all 2s;
  z-index: 2;
}

footer .content .item {
  width: 22%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid var(--color4-20);
  z-index: 2;
}

footer .content .item:last-child {
  border: 0;
}

footer .content .item.logo {
  width: 50%;
}

footer .content .item .logo-sec {
  width: 100%;
  display: flex;
  gap: 20px;
}

footer .content .item .logo-sec .img.logo {
  width: 20%;
  padding: 10px 0;
  position: relative;
}

footer .content .item .logo-sec .img.logo img {
  width: 100%;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

footer .content .item .logo-sec .txt {
  width: 60%;
  font-size: 14px;
  color: var(--color4-60);
  text-align: justify;
}

footer .content .item .contact-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .content .item .contact-info div {
  width: 100%;
}

footer .content .item .contact-info div span {
  width: 100%;
  display: flex;
  gap: 20px;
}

footer .content .item .contact-info div span i,
footer .content .item .contact-info div span p {
  font-size: 16px;
  color: var(--color1);
  line-height: 1.5;
}

footer .content .item .contact-info div span p {
  color: var(--color4-60);
}

footer .content .item .menu-list-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .content .item .menu-list-footer a {
  color: var(--color4-60);
  font-size: 16px;
}

footer .content .item .menu-list-footer a:hover {
  color: var(--color1);
}

footer .social {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100px;
  margin: 0 auto;
  position: relative;
}

footer .social a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.1s;
}

footer .social a:hover {
  transform: scale(0.95);
}

footer .social p {
  line-height: normal;
  color: var(--btxt);
  border-left: 1px solid;
  padding-left: 8px;
}

footer .social a i {
  color: var(--color1);
  font-size: 25px;
}

footer .social a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

footer .copy-right {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  background: var(--color3);
}

footer .copy-right p {
  width: 100%;
  font-size: 14px;
  color: var(--color4);
  line-height: 20px;
}

footer .copy-right p a {
  color: var(--color1);
}

footer .copy-right p a:hover {
  color: var(--color4);
}

footer .top-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 20px;
  transform: translateX(-50%);
  background: url(../image/icon/double-arrow-up.svg) no-repeat center, var(--color1);
  background-size: 70%;
  z-index: 3;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.1s;
}

footer .top-btn:hover {
  transform: translateX(-50%) scale(1.08);
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.left-to-right {
  direction: ltr;
}

.enlang {
  font-family: sans-serif !important;
}

.spfont {
  font-size: larger;
}