@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatn;
  src: url("/fonts/webfonts/Vazirmatn-FD-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: vazirmatnLatin;
  src: url("/fonts/latin/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* --primary: #1EAC7D; */
  --primary: #207b23;
  --secondary: var(--gray-2);
}

html {
  scroll-behavior: smooth;
}

main {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button,
select,
option {
  font-family: vazirmatn, sahel, sans-serif !important;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
  background-color: white;
}

input[type="checkbox"] {
  accent-color: var(--primary);
}

textarea {
  resize: none;
}

.vazirmatn-latin {
  font-family: vazirmatnLatin !important;
}

.-f-sh-0 {
  flex-shrink: 0;
}

.-top-50.-left-50 {
  transform: translate(-50%, -50%);
}

.-pos-in {
  position: inherit;
}

.-h-fit {
  min-height: calc(100vh - 60px);
}

.-h-100px {
  height: 100px;
}

.-h-40px {
  height: 40px;
}

.-h-48px {
  height: 48px;
}

.-mx-w-350px {
  max-width: 350px;
}

.-pt-100 {
  padding-top: 100px;
}

.-pt-200 {
  padding-top: 200px;
}

.-mt-200 {
  margin-top: 200px;
}

.-z-1000 {
  z-index: 1000;
}

.-brd-bottom.-brd-st-dbl {
  border: none;
  border-bottom: 3px double var(--eee);
}

.-c-primary {
  color: var(--primary);
}

.-c-primary-hvr:hover {
  color: var(--primary);
}

.-c-secondary {
  color: var(--secondary);
}

.-c-secondary-hvr:hover {
  color: var(--secondary);
}

.-b-c-primary {
  background-color: var(--primary);
}

.-b-c-primary-hvr:hover {
  background-color: var(--primary);
}

.-b-c-secondary {
  background-color: var(--secondary);
}

.-b-c-secondary-hvr:hover {
  background-color: var(--secondary);
}

.-brd-c-primary {
  border-color: var(--primary);
}

.-brd-c-primary-hvr:hover {
  border-color: var(--primary);
}

.-brd-c-secondary {
  border-color: var(--secondary);
}

.-brd-c-secondary-hvr:hover {
  border-color: var(--secondary);
}

.-b-c-flag-green {
  background-color: #239F40;
}

.-obj-f-con {
  object-fit: contain;
}

.img-cover-filter {
  filter: blur(4px) grayscale(0.1) opacity(0.3);
}

.-c-aparat{
  filter: grayscale(1);
  opacity: 0.6;
}
.-c-aparat:hover{
  filter: grayscale(0);
  opacity: 1;
}

.button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 20px;
  height: 48px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.button:not(.no-click):active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.8s;
}

.button.small {
  padding: 0px 20px;
  height: 40px;
  border-radius: 5px;
}

.button.pill {
  padding: 0px 15px;
  height: 32px;
  border-radius: 40px;
}

.button.small-pill {
  padding: 0px 15px;
  height: 24px;
  border-radius: 40px;
}

.button.square {
  padding: 0;
  height: 48px;
  width: 48px;
  border-radius: 5px;
}

.button.square.small {
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 5px;
}

.button.circle {
  padding: 0;
  height: 48px;
  width: 48px;
  border-radius: 40px;
}

.button.circle.small {
  padding: 0;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}

.button.circle.small-pill {
  padding: 3px 0 0 0;
  height: 24px;
  width: 24px;
  border-radius: 24px;
}

.button.-jus-c-s {
  justify-content: flex-start;
}

.button.-jus-c-sb {
  justify-content: space-between;
}

.button.-px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.heading::before {
  content: "";
  z-index: -1;
  height: 2px;
  background-color: var(--eee);
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
}

.heading * {
  background-color: white;
}

.search-box {
  width: 100%;
  height: 120px;
  background-color: white;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: -200px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.search-box.active {
  top: 0;
  opacity: 1;
  pointer-events: visible;
}

.close-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  background: black;
  transition: all 0.3s;
}

.close-search-box.active {
  opacity: 0.5;
  pointer-events: visible;
}

/* dropdown */
.dropdown-item ul li ul {
  display: none;
  padding-top: 10px;
  position: relative;
  z-index: 100;
}

.dropdown-item ul li ul .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--gray-1);
  position: absolute;
  bottom: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-item ul li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
}

.dropdown-item ul li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
}

.dropdown-item ul li:hover ul {
  display: block;
  width: 250px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  position: absolute;
}

.slider-text-box {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.slider-text-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.slider-items .item .title {
  height: 3em;
}

.slider-items .item .sub_title {
  height: 1.5em;
}

.-el-blog {
   direction: rtl;
}
@media all and (max-width: 1130px) {
  .dropdown-item {
    position: fixed;
    top: 0px;
    left: -400px;
    width: 300px;
    height: 100vh;
    background: white;
    color: #1a1a1a;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 300;
  }

  .dropdown-item>ul {
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }

  .dropdown-item.active {
    left: 0;
  }

  .close-dropdown-item {
    position: fixed;
    top: 0px;
    right: -120%;
    width: calc(100% - 300px);
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    transition: all 0.3s;
    z-index: 300;
  }

  .close-dropdown-item.active {
    right: 0;
  }

  .dropdown-item ul li {
    /* display: block; */
    width: 100%;
  }

  .dropdown-item>ul>li {
    border-radius: 0 !important;
    margin-bottom: 10px;
  }

  .dropdown-item>ul>li>div>span,
  .dropdown-item>ul>li>a {
    background-color: var(--gray-3);
    width: 100%;
    justify-content: flex-start;
    border-radius: 3px !important;
  }

  .dropdown-item>ul>li>div>span:hover,
  .dropdown-item>ul>li>a:hover {
    background: var(--gray-3) !important;
  }

  .dropdown-item ul li ul {
    display: block !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
    padding-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .dropdown-item ul li ul li {
    border-radius: 3px !important;
  }

  .dropdown-item ul li ul li a {
    padding: 10px 15px;
  }

  .dropdown-item ul li ul .arrow-up {
    display: none !important;
  }
}

#footer .footer-items>.item:not(:last-of-type) {
  border-left: 2px solid white;
}

@media all and (max-width: 970px) {
  .slider-text-box {
    height: 200px;
  }
}

@media all and (max-width: 649px) {
  #menu .svg {
    height: auto;
    width: 100%;
  }

  .top-box .logo {
    height: 50px;
    width: auto;
  }

  .top-box .logotype {
    height: 25px;
    width: auto;
  }

  .top-box .slogan {
    font-size: 60%;
  }
}