/* General */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "iran-sans";
}
section{
  overflow: hidden !important;
}
i{
  font-style: normal;
}
.limited-text{
    white-space: nowrap;      /* keep it in one line */
    overflow: hidden;         /* hide overflow */
    text-overflow: ellipsis;  /* show ... */
    max-width: 260px;         /* set width as needed */
}


li.Menu-item{
  padding: 0.2rem 1rem;
  font-size: 1.9rem !important;
  font-family: kalameh;
  text-decoration: none;
  color: white;
  transition: 0.5s;
}

li.Menu-item:hover{
  padding: 0.5rem 1.2rem;
  text-align: left;
  background-color: rgba(255, 230, 0, 0.723)
}

.sliderMenu{
  transition: 0.4s;
  z-index: 900;
  top: 0;
  left: -100%;
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(6, 1, 65, 0.9);
  color: white;
}

/* font */

@font-face {
  font-family: vazir;
  src: url(../font/vazir-font-v16.1.0/Vazir.woff);
  font-family: vazirBold;
  src: url(../font/vazir-font-v16.1.0/Vazir-Bold.woff);
  src: url(../font/vazir-font-v16.1.0/Vazir-Bold.woff2);
  font-family: vazirLight;
  src: url(../font/vazir-font-v16.1.0/Vazir-Light.woff);
  font-family: vazirMed;
  src: url(../font/vazir-font-v16.1.0/Vazir-Medium.woff);
}

@font-face {
  font-family: Iran-sans;
  src: url(../font/A-Iranian-Sans/IranianSans.ttf);
  font-display: swap;
}

@font-face {
  font-family: kalamehBlack;
  src: url(../font/kalameh/Kalameh-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: kalameh;
  src: url(../font/kalameh/Kalameh-Regular.ttf);
  font-display: swap;
}
@font-face{
  font-family: kalamehBold;
  src: url(../font/kalameh/Kalameh-Bold.ttf);
  font-display: swap;
}