@font-face {
  font-family: "IranSans";
  src: url("../../Font/iransans/iraniansansweb-regular.eot");
  src: url("../../Font/iransans/iraniansansweb-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../Font/iransans/IranianSansWeb-Regular.woff") format("woff"),
    url("../../Font/iransans/iraniansansweb-regular.ttf") format("truetype"),
    url("../../Font/iransans/IranianSansWeb-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  font-size: 0.875rem;
}

body {
  font-family: "IranSans", sans-serif;
  direction: rtl;
  color: #1c3c29;
}


/*--------------------------------------------map style-------------------------------------*/

.hover-popover {
  max-width: 350px !important;
  color: #fff;
}
/*# sourceMappingURL=HomeStyle.css.map */

.map path,
.map polygon {
  fill: #ff9326;
  stroke: #121212;

  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.custom-hover-popover {
  position: fixed;
  z-index: 9999;
  display: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: calc(1 / 0.75);
  width: 100%;
}
.map a:hover polygon,
.map a:hover path {
  fill: #f46736;
}

/*header*/
/* .header{
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.add-header {
  -webkit-animation: slideInDown 0.6s;
  animation: slideInDown 0.6s;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
} */

/*header*/

.active-design {
  position: relative;
  color: #121212;
}

.active-design::after {
  content: "";
  height: 3px;
  display: block;
  /* opacity: 0; */
  background: var(--primary);
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
  transition-property: transform, width;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  bottom: 0px;
}