@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: #084796;
  --secondary-color: #6d88ba;
  --background-color: #f1f6ff;
  --background-color2: #dce9fb;
  --light-color: #fff;
  --text-color: #121212;
  --text-color2: #727d90;
  --text-color3: #393939;
  --border-color: #cad1e4;
  --bs-link-color: #e6e6e6;
  --input-radius: 16px;
  --global-margin: 100px;
  --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(--light-color);
}
a {
  color: var(--primary-color);
}
a,
input[type="submit"],
.counseling-div {
  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: 100px;
}

input,
textarea,
select {
  margin: 5px 0;
  background: #f7fafe;
  border: 0px;
  border-radius: var(--input-radius);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--text-color2);
  padding: 11px 20px;
  font-size: 0.8rem;
  direction: rtl !important;
}
.navbar {
  width: 100%;
  color: var(--text-color);
  z-index: 2;
  background-color: var(--light-color);
  -webkit-box-shadow: #8898ae 0 0 30px 0;
  box-shadow: #8898ae 0 0 30px 0;
  position: sticky;
  top: 0;
}
.logo-a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 900;
  font-size: 0.8rem;
  color: var(--primary-color);
  border: solid 3px var(--primary-color);
  padding: 0 16px;
  height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--light-color);
  border-radius: var(--input-radius);
}
.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;
}
.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: 12px;
}
.larg-bold-title {
  display: inline-block;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.5;
  font-size: 26px;
  margin-bottom: 24px;
}
.larg-bold-title::after,
.larg-bold-title::before {
  content: none;
}
.medium-bold-title {
  font-weight: 700;
  font-size: 22px;
  color: var(--text-color);
  line-height: 1.7;
}
.small-bold-title,
article h2 {
  font-weight: 700;
  color: var(--text-color);
  font-size: 15px;
  line-height: 1.6;
}
.medium-text,
article {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 15px;
  line-height: 186.523%;
}
.small-text {
  font-weight: 400;
  color: var(--text-color2);
  font-size: 13px;
  text-align: justify;
  line-height: 1.6;
}
.title-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.margin-section {
  margin-top: var(--global-margin);
}
.global-radius {
  border-radius: var(--input-radius);
}
.button-style,
.icon-button,
.light-icon-button,
.button-style2 {
  color: var(--light-color) !important;
  background: var(--primary-color);
  padding: 0 16px;
  height: 40px;
  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;
  border: solid 2px var(--primary-color);
}
.button-style2:hover {
  background-color: var(--secondary-color);
  color: var(--light-color) !important;
  border-color: var(--secondary-color);
}
.icon-button,
.light-icon-button {
  padding: 0;
  width: 40px;
}
.light-icon-button {
  border: none;
  background: var(--light-color);
  color: var(--primary-color) !important;
}
.button-style:hover,
.button-style2 {
  background: var(--light-color);
  color: var(--primary-color) !important;
}
.dark-card {
  background-color: var(--secondary-color);
  padding: 16px;
  border-radius: var(--input-radius);
  color: var(--light-color);
}
.light-card {
  position: relative;
  background-color: var(--light-color);
  padding: 16px;
  border-radius: var(--input-radius);
  color: var(--text-color);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
}
.light-card img,
.light-card video {
  border-radius: calc(var(--input-radius) - 5px);
}
.swiper-pagination-bullet-active {
  width: 16px;
  border-radius: var(--input-radius);
}
.light-color {
  color: var(--light-color) !important;
}
footer {
  background-color: var(--background-color2);
  padding: 40px 0 0;
}
.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;
  margin-top: 15px;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer li {
  padding-bottom: 7px;
}
footer a {
  color: var(--text-color2) !important;
}
.contact-div i {
  color: var(--text-color2);
  margin-left: 8px;
}
.social-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.social-div .button-style,
.social-div .button-style2 {
  font-size: 14px;
}
.bottom-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.border-text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  text-align: center;
}
.border-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background-color: var(--secondary-color);
  bottom: 5px;
  z-index: -1;
  border-radius: var(--input-radius);
  opacity: 0.5;
  right: 0;
}
.circle-card {
  border-radius: 200px;
}
.circle-card img{
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.circle-card:hover img {
  scale: 1.1;
}
.circle-border-card {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 200px;
  -o-object-position: top;
  object-position: top;
  border: solid 8px var(--primary-color);;
}
.logo-div {
  position: relative;
  overflow: hidden;
}
.logo-div img {
  position: relative;
  z-index: 1;
}
.border-card {
  padding: 16px;
  border-radius: var(--input-radius);
  border: solid 2px var(--secondary-color);
  background-color: var(--light-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.border-card:hover {
  background-color: var(--background-color2);
}
.background-section {
  position: relative;
}
.background-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 20%;
  background-color: var(--background-color2);
  z-index: 0;
}
.background-section > * {
  position: relative;
  z-index: 1;
}
.gradient-card {
  position: relative;
  border-radius: var(--input-radius);
  overflow: hidden;
}
.gradient-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -o-linear-gradient(
    bottom,
    rgb(66 74 121) 5%,
    rgba(121, 89, 66, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(5%, rgb(66 74 121)),
    to(rgba(121, 89, 66, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(66 74 121) 5%,
    rgba(121, 89, 66, 0) 100%
  );
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.gradient-card:hover::before {
  height: 100%;
  background: -o-linear-gradient(
    bottom,
    rgb(66 74 121) 10%,
    rgba(121, 89, 66, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom, left top,
    color-stop(10%, rgb(66 74 121)),
    to(rgba(121, 89, 66, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(66 74 121) 10%,
    rgba(121, 89, 66, 0) 100%
  );
}
.gradient-card > div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 16px;
}
.gradient-card h3 {
  color: var(--light-color);
  margin: 0;
  text-shadow: 0 0 5px #383633;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: calc(100% - 48px);
}
.gallery-card-div {
  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: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.border-div {
  padding: 16px;
  border-radius: var(--input-radius);
  border: solid 2px var(--secondary-color);
}
.map-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 13px;
}
.map-div a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.map-div img {
  width: 100%;
  border-radius: var(--input-radius);
  -o-object-fit: cover;
     object-fit: cover;
  height: 48px;
}
.map-div span {
  position: absolute;
  top: 50%;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--text-color);
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@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: 70px;
  }

  .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(--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;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  }
  .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  .menu-hasflyout .menu-downicon {
    display: none;
  }
  .map-div img {
    height: 40px;
  }
  .map-div span {
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@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: var(--primary-color);
    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: var(--primary-color);
    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(237 241 255 / 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: 15px;
  }
  .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  .left-menu .button-style,
  .icon-button {
    padding: 0;
    width: 48px;
    height: 48px;
  }
  .left-menu .button-style span {
    display: none;
  }
  .button-style,
  .button-style2 {
    height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .bottom-div {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .larg-bold-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-div {
    gap: 24px;
  }
}
@media screen and (max-width: 500px) {
  .larg-bold-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .medium-bold-title {
    font-size: 1.3rem;
  }
  .left-menu .button-style2 span {
    display: none;
  }
  .gradient-card .light-icon-button {
    display: none;
  }
  .gradient-card h3 {
    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);
  }
}