/* fonts */

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Light.woff2") format("woff2"),
    url("../fonts/IRANYekanX-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Regular.woff2") format("woff2"),
    url("../fonts/IRANYekanX-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Medium.woff2") format("woff2"),
    url("../fonts/IRANYekanX-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-DemiBold.woff2") format("woff2"),
    url("../fonts/IRANYekanX-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-Bold.woff2") format("woff2"),
    url("../fonts/IRANYekanX-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanX-ExtraBold.woff2") format("woff2"),
    url("../fonts/IRANYekanX-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*-- Common Style --*/
:root {
  /* Colors */

  --color-mediumvioletred-200: #bd0b6f;
  --color-teal-400: #0c6151;
  --color-teal-300: #117069;
  --color-darkcyan: #278b87;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.farsi-num {
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
html {
  scroll-behavior: smooth;
}

li {
  list-style-type: none;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
button,
select,
input,
textarea,
p,
a,
li,
input::placeholder {
  font-family: "IRANYekanX";
  -moz-font-feature-settings: "ss01";
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  transition: 0.3s;
  border: none;
  outline: none;
  box-shadow: none;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
.fs-18 {
  font-size: 18px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
.border-radius-lg {
  border-radius: 32px;
}
.border-radius {
  border-radius: 16px;
}
p {
  color: #3f3f3f;
}
.teal-300 {
  color: var(--color-teal-300);
}
.mediumvioletred-200 {
  color: var(--color-mediumvioletred-200);
}

input:focus,
.textarea-comment:focus,
.input-wrapper input:focus {
  border: solid 1px var(--color-mediumvioletred-200) !important;
  box-shadow: none;
  outline: none;
}
.pt-56 {
  padding-top: 56px;
}
/*******************************************/
.page {
  overflow-x: hidden;
}
.body-bg1 {
  background: linear-gradient(160deg, #d4e9f9, #f8f3f6, #eaf2fa);
}
.body-bg2 {
  background: linear-gradient(183deg, #eaf2fa, #fff, #eaf2fa);
}
.body-bg3 {
  background: linear-gradient(113deg, #eaf2fa, #f8fafd , #eaf2fa);
}
.body-bg4 {
  background: linear-gradient(273deg, #ecf3fa, #f8fafd );
}
.hero-text {
  position: absolute;
  top: 80px;
  right: 44%;
  padding-inline-end: 60px;
}
.mob-hero-text h1,
.hero-text h1 {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
}
.mob-hero-text h5,
.hero-text h5 {
  font-weight: 800;
  color: #e29586;
  margin-bottom: 20px;
}
.hero-text article {
  border-right: solid 4px #e29586;
  padding-inline-start: 12px;
}
.hero-text article p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  color: #ffffff;
}
.sticky-nav{
  position: fixed;
  top: 64px;
  left: 50%;
  z-index: 1020;
}
.bio-nav {
  display: flex;
  gap: 16px;
  background-color: white;
  border-radius: 60px;
  padding: 24px 24px;
  margin: 0;
  border: 1px solid #eedbe5;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.bio-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #40464c;
  font-size: 14px;
  transition: 0.3s;
  text-wrap: nowrap;
  border-bottom: solid 1px transparent;
  padding: 4px 0;
}
.bio-nav-link:hover {
  color: #bd0b6f;
}
.bio-nav-link.active {
  color: #bd0b6f;
  border-bottom: solid 1px #bd0b6f;
}
.btn-gradient {
  background: linear-gradient(50deg, #660193, #b6287a 100%);
  padding: 4px 10px;
  color: white;
  text-wrap: nowrap;
  border-radius: 8px;
}
.btn-gradient:hover {
  background: linear-gradient(230deg, #660193, #b6287a 100%);
  color: white;
}
.info-box {
  background: linear-gradient(96.51deg, #fff5fb 0.35%, #ffffff 63.87%);
  padding: 32px 48px 32px 48px;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #d39ebc;
  display: flex;
  align-items: center;
  margin-block: 111px 48px;
}
.info-box p {
  line-height: 28px;
}
.foundering-layout {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
  gap: 32px;
  align-items: end;
  position: relative;
  padding-inline: 20px;
  margin-top: 56px;
}
.foundering-bg {
  position: absolute;
  background-color: var(--color-teal-400);
  bottom: 0;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 32px;
}
.foundering {
  border-radius: 32px;
  background: linear-gradient(113.43deg, #ffffff 1.49%, #fff2f2 63.17%);
  border: 1px solid #ffdddd;
  padding: 32px 24px;
  margin-bottom: 20px;
}
.foundering-list {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px 22px;
  grid-template-columns: 1fr 1fr;
}
.foundering-list li {
  background-color: white;
  border-radius: 14px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.education-border {
  background: linear-gradient(90deg, #e6b8d2 -3.26%, #ffffff 101.01%);
  padding: 1px;
  margin-block: 156px 0px;
  border-radius: 32px;
}
.education {
  background: linear-gradient(91.38deg, #fff5fb 18.35%, #ffffff 104.6%);
  padding: 24px 0 24px 24px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.education-img {
  margin-top: -100px;
}
.education-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 24px;
}
.education-list li p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.sec-title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sec-title span {
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
}
.sec-title h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-darkcyan);
  text-wrap: nowrap;
}
.trainings {
  background: linear-gradient(91.38deg, #fff5fb 18.35%, #ffffff 104.6%);
  border: 1px solid #d39ebc;
  padding: 28px 48px;
  border-radius: 16px;
}
.trainings-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
.trainings-slider-des {
  color: var(--color-teal-400);
  font-size: 17px;
  font-weight: 600;
  visibility: hidden;
}
.splide__slide.is-active .trainings-slider-des {
  visibility: visible;
}
.trainings-slider-arrow {
  top: initial;
  bottom: 0;
  transform: none;
  background: #000;
  height: 1rem;
  width: 1em;
  opacity: 1;
}
.trainings-slider-next {
  left: 40% !important;
}
.trainings-slider-prev {
  right: 40% !important;
}
.splide__arrow svg {
  fill: #fff;
  height: 10px !important;
  width: 10px !important;
}

.books-slider-texts {
  padding-top: 56px;
  position: relative;
}
.divider {
  visibility: hidden;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
}
.books-slider-text {
  display: flex;
  align-items: center;
  width: 500px;
  visibility: hidden;
  margin-right: -100px;
  gap: 48px;
  z-index: 5;
  position: relative;
}
.tv-slider-text {
  visibility: hidden;
}
.splide__slide.is-active .tv-slider-text,
.splide__slide.is-active .divider,
.splide__slide.is-active .books-slider-text {
  visibility: visible;
}
.slider-title,
.books-slider-text h6 {
  color: var(--color-teal-400);
  font-size: 22px;
  font-weight: 700;
}
.slider-des,
.books-slider-text span {
  color: #525252;
}

.splide__slide .book-img {
  filter: blur(4px);
  transform: scale(0.65);
  transition: 0.1s;
  display: block;
  margin-inline: auto;
}
.splide__slide.is-prev .book-img,
.splide__slide.is-next .book-img {
  filter: blur(1.6px);
  transform: scale(0.8);
}
.trainings-slide > img {
  filter: blur(3px);
  transition: 0.1s;
}
.splide__slide.is-active .trainings-slide > img,
.splide__slide.is-active .book-img {
  filter: blur(0px);
  transform: scale(1);
}

.tv-slider-video {
  filter: blur(3px);
  transform: scale(0.8);
}
.splide__slide.is-active .tv-slider-video {
  transform: scale(01);
  filter: blur(0);
}
.books-slider-arrow {
  background-color: var(--color-mediumvioletred-200);
  height: 24px;
  width: 24px;
  opacity: 1;
  top: 37%;
}
.pic-package {
  padding: 16px;
  border-radius: 16px;
  background: radial-gradient(
    110.55% 1361.03% at 2.14% 10.71%,
    #fff1f9 0%,
    #ffffff 100%
  );
  border: 1px solid #ededed;
}
.activities {
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 32px;
  justify-content: space-between;
  /* -ms-overflow-style: none; */
  /* scrollbar-width: none; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* .activities::-webkit-scrollbar {
  display: none;
} */
.activity {
  background: linear-gradient(128.73deg, #ffffff -13.8%, #fbeded 107.18%);
  border: 1px solid #f8e3e3;
  box-shadow: 0px 4px 25.4px 0px #0000000d;
  border-radius: 16px;
  padding: 24px;
}
.activity p {
  margin: 8px 0 0 0;
  color: #6d6d6d;
}

.splide__slide .seminar-slide-img {
  transform: scale(0.7);
  transition: 0.1s;
  transform-origin: bottom;
  width: 100%;
}
.splide__slide.is-prev .seminar-slide-img {
  transform-origin: right bottom;
}
.splide__slide.is-next .seminar-slide-img {
  transform-origin: left bottom;
}
.splide__slide.is-prev .seminar-slide-img,
.splide__slide.is-next .seminar-slide-img {
  transform: scale(0.8);
}
.splide__slide.is-active .seminar-slide-img {
  transform: scale(1);
}
.seminar-slider-arrow {
  top: 62%;
}
.seminar-slider-bg {
  padding-inline: 24px;
}
.seminar-slider-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  top: 36%;
  border-radius: 32px;
  background-color: #fbeded;
  z-index: -1;
}
.contact-sec {
  padding-right: 100px;
  margin-top: 24px;
}
.contact-sec-img {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}


/* responsive */
@media screen and (max-width: 1399px) {
  .hero-text {
    top: 40px;
    right: 44%;
    padding-inline-end: 60px;
  }
  .hero-text h1 {
    font-size: 40px;
  }
  .hero-text h5 {
    margin-bottom: 20px;
  }
  .hero-text article p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .activities {
    display: flex;
  }
  .activity {
    width: 214px;
    /* height: 200px; */
    flex-shrink: 0;
  }
  .hero-text {
    position: static;
    padding: 0;
    margin-top: 42px;
  }
  .hero-text article p {
    color: #3d3d3d;
  }
  .mob-hero-text {
    position: absolute;
    right: 50%;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .trainings-slider-next {
    left: 110px !important;
  }
  .trainings-slider-prev {
    right: 110px !important;
  }
  .education-border {
    background: transparent;
    margin-block: 280px 56px;
    border-radius: 0px;
  }
  .education {
    padding: 24px 8px;
    border-radius: 24px;
    gap: 24px;
    flex-direction: column;
    border: 1px solid #ffdddd;
    background: linear-gradient(113.43deg, #ffffff 1.49%, #fff2f2 63.17%);
  }
  .education-img {
    margin-top: -240px;
    padding-inline: 24px;
  }
  .mob-hero-text {
    transform: translateX(50%);
    top: 32px;
    width: max-content;
  }
  .mob-hero-text h1 {
    font-size: 40px;
  }
  .mob-hero-text h5 {
    font-size: 17px;
  }
  .info-box {
    padding: 16px;
    gap: 16px;
    align-items: center;
    margin-block: 64px;
    flex-direction: column;
  }
  .foundering-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: end;
    position: relative;
    padding-inline: 0px;
  }
  .foundering-bg {
    display: none;
  }
  .foundering-list {
    grid-template-columns: 1fr;
  }
  .foundering-list p {
    font-size: 14px;
  }
}
@media screen and (max-width: 766px) {
  .trainings {
    padding: 28px 16px;
  }
  .pic-package .btn-gradient {
    width: 100%;
  }
  .books-slider-text {
    width: 100%;
    margin-right: 0px;
    gap: 24px;
    flex-direction: column;
  }
  .seminar-slider-bg {
    padding-inline: 0px;
  }
  .splide__slide.is-next .seminar-slide-img,
  .splide__slide.is-prev .seminar-slide-img {
    transform-origin: bottom;
  }
  .contact-sec {
    padding-right: 16px;
    padding-top: 100px;
    margin-top: 100px;
  }
  .contact-sec-img {
    right: 50%;
    top: -80px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 566px) {
  .trainings-slider-next {
    left: 24px !important;
  }
  .trainings-slider-prev {
    right: 24px !important;
  }
}
