@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: #182e7b;
  --primary-color-hover: #485da7;
  --secondary-color: #000;
  --light-color: #fff;
  --light-color2: #c3d0ff;
  --text-color: #3b3b3b;
  --text-color2: #7a7a7a;
  --text-color3: #5c5c5c;
  --border-color: #eeeeee;
  --background-color: #f5f8ff;
  --bs-link-color: #e6e6e6;
  --input-radius: 50px;
  --card-radius: 16px;
  --global-margin: 100px;
  --small-margin: 15px;
  --swiper-navigation-size: 0.8rem;
  --swiper-navigation-color: var(--primary-color);
  --swiper-pagination-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(--primary-color);
}
a,
input[type="submit"],
.icon-button {
  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: 150px;
  border-radius: 25px !important;
}

input,
textarea,
select {
  margin: 5px 0;
  background: var(--light-color);
  border-radius: var(--input-radius);
  -webkit-box-shadow: none;
  border: solid 1px #dde0e3;
  box-shadow: none;
  color: var(--text-color2);
  padding: 14px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}
.navbar {
  width: 100%;
  padding: 15px 0;
  background-color: var(--light-color);
}
.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 {
  position: relative;
  color: var(--primary-color);
}
.menu a {
  color: var(--text-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: 10px;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.larg-bold-title {
  display: block;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.7;
  font-size: 28px;
  margin-bottom: 30px;
}
.medium-bold-title {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--secondary-color);
  line-height: 1.7;
}
.larg-text {
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
}
.small-bold-title,
article h2 {
  font-weight: 700;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.6;
}
.small-title {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  text-align: justify;
  line-height: 1.8;
  font-weight: 500;
}
.medium-text,
article {
  color: var(--text-color3);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.85;
}
.small-text {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  line-height: 1.8;
}
.title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.margin-section {
  margin-top: var(--global-margin);
}
.global-radius {
  border-radius: var(--input-radius);
}
.button-style,
.button-style2,
.button-style3,
.icon-button,
.icon-button3,
.icon-button2 {
  color: var(--light-color);
  background: var(--primary-color);
  padding: 0 16px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--input-radius);
  font-size: 0.8rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.icon-button,
.icon-button3,
.icon-button2 {
  padding: 0;
  width: 48px;
  color: var(--light-color) !important;
  background-color: var(--primary-color);
  border-radius: var(--input-radius);
  font-size: 0.8rem;
}
.icon-button:hover {
  -webkit-box-shadow: 0px 0px 36px -5px #4c577c;
  box-shadow: 0px 0px 36px -5px #4c577c;
}
.button-style:hover {
  background-color: var(--primary-color-hover);
  color: var(--light-color);
}
.button-style2,
.icon-button2 {
  border: solid 1px var(--primary-color);
  background-color: var(--light-color);
  color: var(--primary-color) !important;
}
.button-style3,
.icon-button3 {
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-color) !important;
  padding: 0;
}
.button-style3:hover {
  gap: 16px;
}
.primary-color {
  color: var(--primary-color) !important;
}
.light-color {
  color: var(--light-color) !important;
}
.light-color2 {
  color: var(--light-color2) !important;
}
.unset-swiper {
  position: unset;
}
.unset-swiper .swiper-button-prev {
  right: 0;
}
.unset-swiper .swiper-button-next {
  left: 0;
}
.unset-swiper .swiper-button-prev,
.unset-swiper .swiper-button-next {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.logo-a img {
  width: 160px;
}
.space-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* other */
.float-navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: transparent;
}
.square-div {
  position: relative;
  padding-top: 130px;
}
.square-div img,
.square-div iframe {
  border-radius: 1000px 1000px 0 0;
  border: solid 7px var(--light-color);
  -webkit-box-shadow: 0 35px 45px -45px #4c577c;
          box-shadow: 0 35px 45px -45px #4c577c;
  width: 100%;
  max-width: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.square-div::before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  left: 0;
  top: 0;
  width: 30%;
  z-index: -1;
  height: 100%;
  border-bottom-right-radius: var(--input-radius);
}
.right-square-div {
  padding-top: 70px;
}
.right-square-div::before {
  right: 0;
  border-radius: var(--input-radius) 0 0 var(--input-radius);
  height: 70%;
}
.card-div {
  background-color: var(--light-color);
  border-radius: var(--card-radius);
  padding: 32px;
  -webkit-box-shadow: 0 35px 45px -45px #4c577c;
          box-shadow: 0 35px 45px -45px #4c577c;
  border: solid 1px var(--border-color);
}
.line-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.line-title::after {
  content: "";
  position: absolute;
  width: 40%;
  background-color: var(--primary-color);
  height: 4px;
  border-radius: 5px;
  -webkit-transform: translate(50%, 4px);
      -ms-transform: translate(50%, 4px);
          transform: translate(50%, 4px);
  right: 50%;
  bottom: 0;
}
.button-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: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-img {
  position: relative;
  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: 70px;
  padding: 0 32px 16px;
}
.top-div.top-img {
  height: calc(100% - 70px);
}
.top-img img,
.top-img video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -30px;
  border-radius: var(--card-radius);
  height: 100%;
  -webkit-box-shadow: 0 35px 45px -45px #4c577c;
          box-shadow: 0 35px 45px -45px #4c577c;
}
.top-div.top-img strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.rate-text {
  color: #e1a008;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
}
footer{
  background-color: var(--primary-color);
  padding: 50px 0 0;
  border-radius: var(--input-radius) var(--input-radius) 0 0;
}
footer ul{
  padding: 0;
  list-style: none;
}
footer li{
  margin-top: 8px;
}
@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);
    background-color: #e4eaf4;
  }

  .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;
    z-index: 2;
  }
  .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: var(--light-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;
    border: solid 1px var(--border-color);
    -webkit-box-shadow: 0 35px 45px -45px #4c577c;
            box-shadow: 0 35px 45px -45px #4c577c;
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  .menu .active::after {
    content: "";
    position: absolute;
    width: 40%;
    background-color: var(--primary-color);
    height: 4px;
    border-radius: 5px;
    -webkit-transform: translate(50%, 4px);
        -ms-transform: translate(50%, 4px);
            transform: translate(50%, 4px);
    right: 50%;
    bottom: 0;
  }
}
@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: rgb(215 224 235 / 48%);
    -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: var(--small-margin);
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .navbar-div {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }
}
@media screen and (max-width: 992px) {
  .larg-bold-title {
    margin-top: 8px;
  }
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .left-menu {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer::before {
    width: 75%;
  }
  .square-div::before {
    width: 60%;
    height: 620px;
  }
  .right-square-div::before {
    height: 500px ;
  }

  .square-div .button-style {
    width: 100%;
  }
  .square-div img,
  .square-div iframe {
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .larg-bold-title {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .medium-bold-title {
    font-size: 1.3rem;
  }
  .medium-text,
  article {
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .square-div::before {
    height: 420px;
  }
  .right-square-div::before {
    height: 350px ;
  }
  .logo-a img {
    width: 100px;
  }
}
@-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);
  }
}