/*font-style*/
@font-face {
  font-family: "pinar";
  src: url("../../Fonts/pinar/Pinar-Regular.woff2") format("woff2"),
    url("../../Fonts/pinar/Pinar-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "pinar";
  src: url("../../Fonts/pinar/Pinar-Bold.woff2") format("woff2"),
    url("../../Fonts/pinar/Pinar-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: "iranyekan";
  font-weight: normal;
  src: url("../../Fonts/iranyekan/ttf/iranyekanwebregular.ttf")
      format("truetype"),
    url("../../Fonts/iranyekan/ttf/iranyekanwebbold.ttf") format("woff");
}

@font-face {
  font-family: "iranyekan";
  font-weight: bold;
  src: url("../../Fonts/iranyekan/woff/iranyekanwebregular.woff")
      format("truetype"),
    url("../../Fonts/iranyekan/woff/iranyekanwebbold.woff") format("woff");
}

body {
  font-family: "iranyekan","pinar", sans-serif;
  direction: rtl;
  line-height: 1.5;
  background-color: var(--theme-gray-100);
}

html {
  scroll-behavior: smooth;
}
/*font-style*/

* {
  scrollbar-color: var(--theme-primary) transparent !important; /* Firefox */
}

*::-webkit-scrollbar {
  width: 0.25rem;
  height: 0rem;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--theme-primary);
  border-radius: 1rem;
  border: 2px solid transparent;
  background-clip: content-box;
}


.border_bottm_design_light::after,
.border_bottm_design::after{
    content: "";
    position: absolute;
    width: 70%;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    bottom: -16px;
    right: 50%;
    transform: translateX(50%);
}

.border_bottm_design_light::after{
   background-image: url(../../Images/design/line2.svg);
}

.border_bottm_design::after{

    background-image: url(../../Images/design/line1.svg);

}

.hover_scale:hover {
  transform: scale(1.1, 1.1);
}


@media (width >= 64rem /* 1024px */) {
  .contain {
    width: 80% !important;
    margin: 0 auto;
  }
}
