@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/woff/IRANYekanX-Thin.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/woff/IRANYekanX-UltraLight.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/woff/IRANYekanX-Light.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/woff/IRANYekanX-Medium.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/woff/IRANYekanX-DemiBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 800;
  src: url("../webfonts/woff/IRANYekanX-ExtraBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/woff/IRANYekanX-Black.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 950;
  src: url("../webfonts/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 1000;
  src: url("../webfonts/woff/IRANYekanX-Heavy.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/woff/IRANYekanX-Bold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/woff/IRANYekanX-Regular.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
:root {



  --primary-color: #4b4d74;
  --primary-color-hover: #4c4e75;
  --primary-color-light-hover: #f9f0e7;
  --secondary-color: #000;
  --secondary-color2: #4c4e75;
  --light-color: #fff;
  --light-color2: #bababa;
  --text-color: #3b3b3b;
  --text-color2: #7a7a7a;
  --text-color3: #5c5c5c;
  --border-color: #eeeeee;
  --bs-link-color: #e6e6e6;
  --input-radius: 12px;
  --card-radius: 16px;
  --global-margin: 80px;
  --small-margin: 15px;
  --swiper-navigation-size: 0.8rem;
  --swiper-navigation-color: var(--primary-color);
  --swiper-pagination-color: var(--primary-color);
  --bs-nav-link-hover-color: var(--primary-color);
  --bs-link-hover-color: var(--primary-color);
  --primary-font-family: IRANYekanX;
}

* {
  font-family: var(--primary-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: var(--light-color);
}
a {
  color: var(--primary-color);
}
a,
input[type="submit"],
.icon-button {
  text-decoration: none;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img,
video {
  max-width: 100%;
  height: auto;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  height: 150px;
}

input,
textarea,
select {
  margin: 5px 0;
  background: var(--light-color);
  border-radius: var(--input-radius);
  -webkit-box-shadow: none;
  border: solid 1px #dde0e3;
  box-shadow: none;
  color: var(--text-color2);
  padding: 14px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}
.logo-a img {
  width: 326px;
  height: auto;
}
.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 11;
}
.menu a {
  color: var(--text-color);
  font-weight: 700;
  font-size: 13px;
  display: block;
  white-space: nowrap;
}
.menu-backdrop {
  display: none;
}
.menu-dropdown a {
  padding: 10px var(--small-margin);
  display: block;
  color: var(--text-color);
}

.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: var(--small-margin);
  padding-bottom: var(--small-margin);
}
.menu-div {
  width: 100%;
  border-top: solid 1px var(--border-color);
  border-bottom: solid 1px var(--border-color);
  -webkit-box-shadow: 0 24px 20px -20px #0000003b;
  box-shadow: 0 24px 20px -20px #0000003b;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}
.larg-bold-title {
  display: block;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1.8;
  font-size: 33px;
  margin-bottom: 30px;
}
.medium-bold-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--secondary-color);
  line-height: 1.7;
}
.larg-text {
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
.small-bold-title,
article h2 {
  font-weight: 700;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.6;
}
.small-title {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  text-align: justify;
  line-height: 1.8;
  font-weight: 500;
}
.medium-text,
article {
  color: var(--text-color3);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.85;
}
.small-text {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  line-height: 1.8;
}
.title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.margin-section {
  margin-top: var(--global-margin);
}
.global-radius {
  border-radius: var(--card-radius);
}
.button-style,
.button-style2,
.button-style3,
.icon-button,
.icon-button3,
.icon-button2 {
  color: var(--light-color);
  background: var(--primary-color);
  padding: 0 18px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--input-radius);
  font-size: 0.8rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.icon-button,
.icon-button3,
.icon-button2 {
  padding: 0;
  width: 48px;
  color: var(--light-color) !important;
  background-color: var(--primary-color);
  border-radius: var(--input-radius);
  font-size: 0.8rem;
}
.button-style:hover,
.icon-button:hover {
  background-color: var(--primary-color-hover);
  color: var(--light-color);
}
.button-style2,
.icon-button2 {
  border: solid 2px var(--primary-color);
  background-color: var(--light-color);
  color: var(--primary-color) !important;
}
.button-style3,
.icon-button3 {
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-color) !important;
  padding: 0;
}
.button-style3:hover {
  gap: 16px;
}
.button-style2:hover {
  background-color: var(--primary-color-light-hover);
}
.primary-color {
  color: var(--primary-color) !important;
}
.light-color {
  color: var(--light-color) !important;
}
.light-color2 {
  color: var(--light-color2) !important;
}
.secondary-color {
  color: var(--secondary-color) !important;
}
.secondary-color2 {
  color: var(--secondary-color2) !important;
}
.unset-swiper {
  position: unset;
}
.unset-swiper .swiper-button-prev {
  right: 0;
}
.unset-swiper .swiper-button-next {
  left: 0;
}
.unset-swiper .swiper-button-prev,
.unset-swiper .swiper-button-next {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  top: 40%;
}
.logo-a img {
  width: 100px;
}
.space-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* other */
.navbar {
  padding: 0;
}
.gold-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 4px;
  padding: 10px 0;
}
.card-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: var(--light-color);
  border-radius: var(--card-radius);
  -webkit-box-shadow: 0 0 32px #00000021;
  box-shadow: 0 0 32px #00000021;
  padding: 24px;
  height: 100%;
  border: solid 1px var(--border-color);
}
.card-div2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: var(--light-color);
  border-radius: var(--card-radius);
  padding: 24px;
  height: 100%;
  border: dashed 2px var(--border-color);
}
.card-div-hover .zoom-div img,
.card-div-hover .zoom-div video {
  transition: transform 1s, -webkit-transform 1s;
}
.card-div-hover:hover .zoom-div video,
.card-div-hover:hover .zoom-div img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.card-div-hover:hover {
  text-decoration: none;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 32px #00000044;
  box-shadow: 0 0 32px #00000044;
  cursor: pointer;
}
.zoom-div {
  overflow: hidden;
  border-radius: var(--input-radius);
}
footer {
  background: var(--border-color);
  border-radius: var(--card-radius) var(--card-radius) 0 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
footer .social-div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--primary-color);
  }

  .menu > ul > li > a {
    padding: 0.9rem 0.9rem 0.8rem;
    border-right: solid 1px var(--border-color);
  }
  .menu > ul > li:last-child > a {
    border-left: solid 1px var(--border-color);
  }
  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color);
    background-color: var(--primary-color-light-hover);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    z-index: 2;
    -webkit-box-shadow: 0 24px 20px -20px #0000003b;
    box-shadow: 0 24px 20px -20px #0000003b;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: var(--light-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
    border: solid 1px var(--border-color);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: var(--light-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(241, 241, 241, 0.482);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--text-color);
  }

  .menu ul a {
    border-bottom: 1px solid var(--border-color);
    padding: 13px;
    font-weight: 400;
  }
  .menu > ul > li:last-child a {
    border: none;
    margin-bottom: var(--small-margin);
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gold-price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .larg-bold-title {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .medium-bold-title {
    font-size: 1.3rem;
  }
  .medium-text,
  article {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .logo-a img {
    width: 70px;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
