@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: #C11C32;
  --primary-color2: #262F42;
  --primary-color-hover: #841828;
  --secondary-color: #4172A0;
  --light-color: #fff;
  --text-color: #444;
  --text-color2: #8d8d8d;
  --text-color3: #212529;
  --border-color: #e9ecef;
  --bs-link-color: #e6e6e6;
  --background-color: var(--light-color);
  --input-radius: 50px;
  --global-margin: 100px;
  --small-margin: 15px;
  --swiper-navigation-size: 1rem;
  --swiper-navigation-color: var(--primary-color);
  --swiper-theme-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;
}
body {
  background-color: var(--background-color);
}
a {
  color: var(--light-color);
}
a,
input[type="submit"],
.swiper-pagination-bullet {
  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,
video {
  max-width: 100%;
  height: auto;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  height: 130px;
  border-radius: 25px !important;
}

input,
textarea,
select {
  margin: 5px 0;
  background: #f8f8f8;
  border: 0px;
  border-radius: var(--input-radius);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--text-color3);
  padding: 11px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}

input[type="submit"] {
  border: none;
}
.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.logo-a img {
  width: 100px;
  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 {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 11;
}
.menu a:not(.left-menu a) {
  color: var(--text-color);
  font-weight: 700;
  font-size: 13px;
  display: block;
  white-space: nowrap;
}
.menu-backdrop {
  display: none;
}
.menu-dropdown a {
  padding: 10px var(--small-margin);
  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;
}
.title-div {
  margin-top: 30px;
  text-align: center;
}
.larg-bold-title {
  color: var(--text-color3);
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 900;
}
.medium-bold-title {
  font-weight: 700;
  font-size: 19px;
  color: var(--text-color);
  line-height: 1.7;
}
.small-bold-title,
article h2 {
  font-weight: 700;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6;
}
.medium-text,
article {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 15px;
  line-height: 186.523%;
}
.small-text,
footer a {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  line-height: 1.6;
}
.light-color {
  color: var(--light-color) !important;
}
.primary-color {
  color: var(--primary-color) !important;
}
.button-style,
.button-style2,
.icon-button,
.icon-button2 {
  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: 1.1rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: var(--input-radius);
  color: var(--light-color) !important;
  padding: 0.5rem 1.7rem;
}
.icon-button,
.icon-button2 {
  background-color: var(--primary-color2);
  color: var(--light-color) !important;
  padding: 0;
  width: 32px;
  height: 32px;
}
.icon-button2 {
  background-color: var(--primary-color);
  color: var(--light-color) !important;
}
.button-style:hover {
  background-color: var(--primary-color-hover);
}
.button-style2:hover {
  border-color: #000;
}
.button-style {
  background-color: var(--primary-color);
}
.button-style2 {
  color: #000 !important;
  background-color: var(--light-color);
  border: solid 2px var(--border-color);
}
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --bs-pagination-color: var(--text-color);
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-hover-color: var(--text-color);
  --bs-pagination-focus-color: var(--text-color);
  --bs-pagination-hover-bg: var(--background-color);
  --bs-pagination-focus-bg: var(--background-color);
}
.margin-section {
  margin-top: var(--global-margin);
}

header {
  border-bottom: solid 1px var(--border-color);
}
header .top-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .user-div i {
  display: none;
}
.social-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-brand,
.navbar-brand:hover {
  margin-left: 0 !important;
  color: var(--primary-color);
  font-weight: bold;
}
.brand-name-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.navbar-brand-item {
  height: 60px;
  display: block;
}
.nav-div {
  gap: 15px;
}
.title {
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: -o-linear-gradient(
    left,
    var(--secondary-color),
    var(--primary-color)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--secondary-color)),
    to(var(--primary-color))
  );
  background-image: linear-gradient(
    to right,
    var(--secondary-color),
    var(--primary-color)
  );
  line-height: 82px;
  font-size: 53px;
  font-weight: 900;
}
.title-style {
  text-align: center;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.68rem;
}
.border-card,
.side-card {
  border: solid 1px var(--border-color);
  border-radius: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.border-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3.25rem;
  padding-top: 3.25rem;
}
.border-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 14px 24px 92px rgb(49 43 133 / 5%);
  box-shadow: 14px 24px 92px rgb(49 43 133 / 5%);
}
.border-card:hover img {
  -webkit-filter: drop-shadow(0 30px 47px rgba(105, 107, 175, 0.17));
  filter: drop-shadow(0 30px 47px rgba(105, 107, 175, 0.17));
}
.dashed-card {
  border-radius: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: dashed 5px #fff294;
  padding-bottom: 2.25rem;
  padding-top: 0;
  cursor: pointer;
}
.flip-card-wrapper {
  -webkit-perspective: 900px;
  perspective: 900px;
  width: 100%;
}
.flip-card {
  text-align: center;
  -webkit-transition: all 1.5s cubic-bezier(0.7, -0.5, 0.3, 1.8);
  -o-transition: all 1.5s cubic-bezier(0.7, -0.5, 0.3, 1.8);
  transition: all 1.5s cubic-bezier(0.7, -0.5, 0.3, 1.8);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-card-wrapper:hover .flip-card {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.front-card,
.back-card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.front-card {
  position: relative;
}
.back-card {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.description-h2 {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: -o-linear-gradient(
    left,
    var(--secondary-color),
    var(--primary-color)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--secondary-color)),
    to(var(--primary-color))
  );
  background-image: linear-gradient(
    to right,
    var(--secondary-color),
    var(--primary-color)
  );
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
footer {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  margin-top: 4.5rem;
  border-top: solid 1px var(--border-color);
}
.footer-logo {
  width: 68px;
  margin: 0px 20px;
}
.app-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  font-size: 16px;
}
footer .social-div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
footer a,
footer a:hover {
  color: #000;
}

@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;
  }

  .toggler-label,
  .menu-check,
  .toggler-check {
    display: none;
  }

  .menu > ul > li > a:hover {
    color: var(--primary-color);
  }

  .menu > ul > li > a {
    padding: 0.9rem 0.9rem 0.8rem;
  }
  .menu > ul > li {
    display: inline-block;
  }

  .menu-dropdown a:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color2);
  }

  .menu-hasdropdown {
    position: relative;
  }
  .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    padding: 10px 0px;
    border-radius: 12px;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: var(--light-color);
    -webkit-box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 transparent, 0 0 transparent,
      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    -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(--light-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:not(.left-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: var(--small-margin);
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  header .top-div {
    gap: 10px;
  }
  .title {
    font-size: 2rem !important;
    line-height: 55px !important;
  }
}
@media screen and (max-width: 992px) {
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .social-div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
}
@media screen and (max-width: 770px) {
  .larg-bold-title {
    font-size: 1.5rem;
    line-height: 46px;
  }
}
@media screen and (max-width: 500px) {
  input,
  textarea,
  select {
    padding: 19px 20px;
  }
  header .user-div span {
    display: none;
  }
  header .user-div i {
    display: block;
  }
  header .user-div a {
    width: 32px;
    height: 32px;
    padding: 0.5rem;
  }
  .title {
    font-size: 1.7rem !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 430px) {
  .app-div > a {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .left-menu .button-style2 {
    width: 48px;
  }
  .left-menu .button-style2 span {
    display: none;
  }
}
@-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);
  }
}
