html {
  scroll-behavior: smooth;
}
/*font-style*/

@font-face {
  font-family: "iransans";
  src: url("../../fonts/iransans/IRANSansX-bold.woff") format("woff"),
    url("../../fonts/iransans/IRANSansX-Regular.woff") format("woff"),
    url("../../fonts/iransans/IRANSansXV.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Estedlal";
  src: url("../../fonts/Estedad/Estedad-Medium.ttf") format("truetype"),
    url("../../fonts/Estedad/Estedad-ExtraBold.woff2") format("woff2"),
    url("../../fonts/Estedad/Estedad-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Estedlal", "iransans", "iranyekan", serif;
  direction: rtl;
  font-size: 14px;
  font-weight: 600 !important;
  color: var(--color-text-Darkbody);
  background-color: #f6f7fb;
}

*::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: #9ca3af;
  border-radius: 5px;
}

.main-page {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.contain {
  width: 95% !important;
  margin: 0 auto;
}

.button {
  padding: 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.button:focus {
  outline: 0;
}

.button:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}


.button:hover {
  outline: 0;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.button:not(button) {
  text-align: center;
}

/*button_style_end*/

/*input_style_start*/
.input {
  padding: 0.5rem;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.input:focus {
  outline: 0;
}
/*input_style_end*/

.bg-bg-blur {
  background-color: rgba(255, 255, 255, 0.65);
}
.shadow_inset {
  box-shadow: inset rgba(60, 70, 85, 0.5) 0px 0px 30px 0px,
    inset rgba(0, 0, 0, 0.3) 0px 30px 100px -24px;
}
.shadow_inset_medium {
  box-shadow: inset rgba(60, 70, 85, 0.5) 0px 0px 15px 0px,
    rgba(0, 0, 0, 0.3) 0px 15px 100px -24px;
}

/*loading*/
#loading {
  position: fixed;
  inset-inline-end: 0;
  /*left: 0;*/
  inset-inline-start: 0;
  /*right: 0;*/
  bottom: 0;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  background: #fff;
  opacity: 0.9;
  -webkit-box-shadow: 2px 2px 1px rgb(86 86 86 / 12%) inset;
  box-shadow: 2px 2px 1px rgb(86 86 86 / 12%) inset;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
/*loading*/

/*accardeon*/

.submenuItems {
  display: none;
}
.accordion-menu .dropdownlink svg {
  transition: all 300ms ease-in;
}
.accordion-menu .open .dropdownlink svg {
  transform: rotate(-180deg);
  transition: all 300ms ease-in;
}
.accordion-menu > li:nth-child(1n) {
  border-bottom: 1px solid #cacaca !important;
}
.accordion-menu > li:last-child {
  border-bottom: none !important;
}

/*accardeon*/

/*rating*/
.stars .harmony-icon-star svg {
  /* fill: #fbbf24; */
  stroke: #a4850a;
}

.stars .harmony-icon-star:hover ~ .harmony-icon-star svg {
  fill: #121212;
  stroke: #121212;
}

.stars:hover .harmony-icon-star svg {
  fill: #a4850a;
  stroke: #a4850a;
}

.stars.selected .harmony-icon-star.active ~ .harmony-icon-star svg {
  fill: #121212;
  stroke: #121212;
  /*opacity: .25*/
}

.stars.selected .harmony-icon-star:not(.active) svg {
  fill: #a4850a;
  stroke: #a4850a;
}

.stars.selected .harmony-icon-star.active svg {
  fill: rgb(202, 2, 2);
  stroke: rgb(202, 2, 2);
}


.top-header{
    width: 100%;
    z-index: 100;
}
.top-header-add{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    animation:slideInDown 0.6s;
    opacity: .9;
    border-radius: 0 0 .75rem .75rem;
}

.top-menu{
    background-color: #fff;
    color: #121212;
    /*box-shadow: 7px 3px 12px rgba(0,0,0,.12) inset;*/
    z-index: 101;
    position: relative;

}
