@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/woff/IRANYekanX-Thin.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Thin.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/woff/IRANYekanX-UltraLight.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/woff/IRANYekanX-Light.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Light.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/woff/IRANYekanX-Medium.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Medium.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/woff/IRANYekanX-DemiBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-DemiBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 800;
  src: url("../webfonts/woff/IRANYekanX-ExtraBold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/woff/IRANYekanX-Black.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 950;
  src: url("../webfonts/woff/IRANYekanX-ExtraBlack.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 1000;
  src: url("../webfonts/woff/IRANYekanX-Heavy.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Heavy.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  src: url("../webfonts/woff/IRANYekanX-Bold.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Bold.woff2") format("woff2");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/woff/IRANYekanX-Regular.woff") format("woff"),
    url("../webfonts/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
:root {
  --primary-color: #cda303;
  --secondary-color: #000;
  --background-color: #fff;
  --text-color: #333;
  --bs-link-color: #e6e6e6;
  --border-color: #ececec;
  --input-radius: 5px;
  --global-margin: 70px;
  --swiper-navigation-size: 1rem;
  --swiper-navigation-color: var(--primary-color);
  --bs-nav-link-hover-color: var(--primary-color);
  --bs-link-hover-color: var(--primary-color);
  --primary-font-family: IRANYekanX;
}

* {
  font-family: var(--primary-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
input[type="submit"] {
  text-decoration: none;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  height: 100px;
}

input,
textarea,
select {
  margin: 5px 0;
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #787878;
  padding: 11px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}

input[type="submit"] {
  border: none;
}

input[type="submit"]:hover {
  background-color: var(--primary-color);
}
.navbar {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8940826330532213) 0%,
    rgba(0, 0, 0, 0) 90%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(0, 0, 0, 0.8940826330532213)),
    color-stop(90%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8940826330532213) 0%,
    rgba(0, 0, 0, 0) 90%
  );
  color: #fff;
  z-index: 2;
}
.logo-a img {
  width: 50px;
  height: auto;
}
.menu label,
.toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu label:hover,
.toggler-label:hover {
  cursor: pointer;
}
.menu-dropdown,
.menu-check,
.toggler-check,
.search-form {
  display: none;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.menu .active {
  color: var(--primary-color);
}
.menu a {
  color: var(--background-color);
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
}

.menu-dropdown a {
  padding: 10px 15px;
  display: block;
  color: var(--text-color);
}

.menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

header {
  background-image: url("../image/header-back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}
.back-cover {
  position: relative;
}
.back-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
}
.back-cover > div {
  position: relative;
  z-index: 1;
}
.larg-bold-title {
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1.4;
  font-size: 2.5rem;
}
.medium-bold-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--secondary-color);
  line-height: 1.7;
}
.small-bold-title {
  font-weight: 700;
  color: var(--secondary-color);
  font-size: 0.8rem;
  line-height: 1.6;
}
.medium-text {
  font-weight: 400;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
}
.small-text,
footer a {
  font-weight: 400;
  color: var(--text-color);
  font-size: 0.8rem;
  line-height: 1.6;
}
.ligth-color {
  color: var(--background-color) !important;
}
.primary-color {
  color: var(--primary-color) !important;
}
.text-color {
  color: var(--text-color) !important;
}
.button-style,
.button-style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--input-radius);
}
.button-style {
  color: var(--background-color) !important;
  padding: 0 18px;
  background-color: var(--primary-color);
}
.button-style2 {
  color: var(--primary-color);
}
.top-div {
  position: relative;
  margin-top: -230px;
}
.margin-section {
  margin-top: var(--global-margin);
}
.card-div,
.card-div2 {
  padding: 20px;
  border-radius: var(--input-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.card-div {
  background-color: #f7f7f7;
}
.card-div2 {
  background-color: var(--background-color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}
.global-radius {
  border-radius: var(--input-radius);
}
footer{
  margin-top: var(--global-margin);
  background-color: #212121;
}
footer strong{
  display: block;
  margin-bottom: 10px;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer a{
  color: #ededed;

}
.app-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}
.app-div > div {
  background-color: var(--primary-color);
  color: var(--background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: var(--input-radius);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 8px;
}
.app-div a,
.app-div a:hover {
  color: var(--background-color);
}
.social-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 2%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social-div i {
  margin-left: 10px;
}
@media screen and (min-width: 1201px) {
  .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 25px;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--primary-color);
  }

  .menu > ul > li > a {
    padding: 5px 15px;
    line-height: 50px;
  }

  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    padding: 15px 0;
    border-radius: var(--input-radius);
    background-color: var(--background-color);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .menu {
    width: 400px;
    max-width: 100%;
  }
  .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: var(--primary-color);
    font-weight: bold;
  }
  .menu,
  .menu-lefticon,
  .menu-backdrop {
    display: none;
  }
  .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }

  .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }

  .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: var(--background-color);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }

  .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(241, 241, 241, 0.482);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  .menu a {
    font-size: 0.9rem;
    color: var(--text-color);
  }

  .menu ul a {
    border-bottom: 1px solid var(--border-color);
    padding: 13px;
    font-weight: 400;
  }
  .menu > ul > li:last-child a {
    border: none;
    margin-bottom: 15px;
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .left-menu .button-style {
    padding: 0;
    width: 48px;
  }
  .left-menu .button-style span {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .app-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 15px;
  }
  .app-div > div {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .larg-bold-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .medium-bold-title {
    font-size: 1.4rem;
  }
  .app-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .app-div > div {
    width: 100%;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}