@font-face {
  font-family: MinionPro-Regular;
  src: url(../../../assets/new_design/fonts/MinionPro-Regular.otf);
}
@font-face {
  font-family: MTCORSVA;
  src: url(../../../assets/new_design/fonts/MTCORSVA.TTF);
}
@font-face {
  font-family: AcuminVariableConcept;
  src: url(../../../assets/new_design/fonts/AcuminVariableConcept.otf);
}
@media (min-width: 320px) and (max-width: 768px) {
  .ff-course__banner-description {
    --line: auto !important;
  }
}
  
.ff-banner__content-title,
.truncate_para_wrap {
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ff-course__cost,
.ff-course__cost-original {
  font-family: var(--font-number);
}
.ff-about__para.show,
.ff-card__mentor-content.show,
.ff-course__banner-para.show {
  -webkit-line-clamp: unset;
}
.truncate_para_wrap {
  --line: 2;
  --line-height-val: calc(var(--fs-base) + 10px);
  max-height: calc(var(--line-height-val) * var(--line));
  display: -webkit-box;
  -webkit-line-clamp: var(--line);
}
.ff-certificate__para br,
.ff-course__banner-para:not(.truncated) + div .ff-dropdown__button,
.truncate_button {
  display: none;
}
.truncate_para_wrap.expand {
  display: block;
  max-height: 2000px !important;
}
.forMac.ff-banner__content-title {
  padding-bottom: 3px;
  margin-top: -3px;
}
.ff-button__truncate-with-text {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 10px;
}
.ff-button__truncate-with-text::before {
  --gradient-width: 20px;
  content: "";
  width: var(--gradient-width);
  height: 100%;
  position: absolute;
  background: linear-gradient(270deg, #fff, transparent);
  left: calc(-1 * var(--gradient-width));
}
.ff-button__truncate-with-text > .ff-button__plain {
  background-color: #fff;
  padding-left: 10px;
  line-height: 20px;
}
.expand .ff-button__truncate-with-text {
  position: relative;
}
.ff-banner__content-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.ff-course__banner-para {
  --line: 2;
}
.ff-about__para.show + .ff-button__course-about,
.ff-course__banner-para.show + div .ff-dropdown__button {
  display: block !important;
}
.ff-course__banner-img {
  min-height: 200px;
  max-height: 378px;
  height: 100%;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.ff-course__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.ff-about__para.truncate_para_wrap {
  --line: 10;
  --line-height-val: calc(var(--fs-base) + 10px);
  max-height: calc(var(--line-height-val) * var(--line));
}
.ff-course__cost {
  font-weight: 500;
}
.ff-course__cost-card,
.ff-course__cost-original-card {
  font-family: var(--font-family);
}
.ff-course__cost-card {
  font-weight: 600;
}
.ff-card__chapter {
  background-color: var(--color-primary-light);
  margin-bottom: 24px;
  padding: var(--spacing-card);
  border-radius: 10px;
}
.ff-card__chapter:last-child {
  margin-bottom: 0;
}
.ff-card__feature {
  height: 100%;
  padding: 30px 36px;
  background-color: var(--color-darkgreen);
  border-radius: 16px;
}
.ff-card__feature-title {
  font-size: 24px;
  line-height: 32px;
}
.ff-card__mentor {
  /* height: auto !important; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ff-card__mentor-content-wrap.truncate_para_wrap {
  --line: 4;
  --line-height-val: calc(var(--fs-text-small) + 8px);
  max-height: calc(var(--line-height-val) * var(--line));
}
.ff-card__mentor-name {
  font-size: 16px;
  line-height: 24px;
}
.ff-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ff-button__certificate {
  width: 100%;
}
.ff-section__testimonial {
  height: 316px !important;
  min-height: 316px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.ff-section__testimonial-img {
  transition: 0.3s;
}
.ff-section__testimonial:hover .ff-section__testimonial-img {
  transform: scale(1.1);
}
.ff-section__testimonial:hover .ff-icon__video {
  transform: scale(0.9);
}
@media (min-width: 768px) {
  .ff-card__feature {
      padding: 48px 24px;
  }
  .ff-button__certificate {
      width: auto;
      padding-left: 170px;
      padding-right: 170px;
  }
  .ff-info__img {
      width: 50%;
  }
}
@media (min-width: 992px) {
  .ff-card__feature-wrap {
      width: 780px;
  }
  .ff-section__testimonial {
      height: 396px !important;
  }
}
@media (min-width: 1200px) {
  .ff-course__banner-img {
      min-height: 381px;
  }
  .ff-certificate__para br {
      display: block;
  }
}
.ff-modal__testimonial-wrap {
  width: 325px;
  height: 432px;
}
.ff-modal__testimonial-wrap .video-js {
  width: 100% !important;
  height: 100% !important;
}
.ff-modal__testimonial-wrap video {
  object-fit: cover;
}
.ff-course__card .ff-card__thumbnail {
  height: 205px;
}
.ff-lang > a {
  margin-left: 0 !important;
  margin-right: 8px;
}
.ff-lang:last-child > a {
  margin-right: 0 !important;
}
.ff-course__card-category {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ff-chapter__duration-time {
  min-width: 75px;
}
@media (min-width: 768px) {
  .ff-chapter__duration-time {
      min-width: 85px;
  }
}
@media (min-width: 992px) {
  .ff-chapter__wrap {
      padding: 0 91px;
  }
}
.ff-mentor__thumbnail {
  height: 265px;
}
.ff-mentor__thumbnail img {
  object-position: top;
}
.ff-course__banner-img .ff-button__play {
  box-shadow: 0 0 8px 4px #00000026;
}

.ff-card__mentor-content {
  min-height: calc(var(--line-height-val) * var(--line));
}
.ff-card__mentor[aria-label="1 / 1"] {
  margin: 0 auto !important;
}
.ff-card__mentor[aria-label="1 / 2"] {
  margin-left: auto !important;
  margin-right: 12px !important;
}
.ff-card__mentor[aria-label="2 / 2"] {
  margin-right: auto !important;
  margin-left: 12px !important;
}
.ff-card__center-align .ff-section__title {
  text-align: center;
}

/* Certificate */

.ff-certificate {
  background-color: #fff;
  margin: auto;
  background-image: url(../../new_design/images/certificate/certificate-background.png);
  background-size: 28px;
}
.ff-certificate__batch {
  width: 64px;
}
.ff-certificate__logo {
  width: 102px;
}
.ff-acuminVariableConcept {
  font-family: AcuminVariableConcept;
}
.ff-minionpro {
  font-family: MinionPro-Regular;
}
.ff-mtcorsva {
  font-family: MTCORSVA;
}

.ff-certificate__text-line1 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #3e3e3e;
}

.ff-certificate__text-line2 {
  font-size: 12px;
  line-height: 18px;
}
.ff-certificate__content {
  padding: 0 50px;
}
.ff-certificate__text-line3 {
  font-family: MTCORSVA;
  border-bottom: 2px dotted;
  font-size: 14px;
  line-height: 16px;
  color: #2e2e54;
  text-align: left;
}
.ff-certificate__text-line4,
.ff-certificate__text-lin5,
.ff-certificate__text-line6 {
  color: var(--color-secondary);
}
.ff-certificate__text-line4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.ff-certificate__text-lin5 {
  font-size: 18px;
  line-height: 24px;
}
.ff-certificate__text-line6 {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .ff-certificate__batch {
      width: 120px;
  }
  .ff-certificate__logo {
      width: 170px;
  }
  .ff-certificate__content {
      padding: 0 110px;
  }
  .ff-certificate__text-line1 {
      font-size: 18px;
      line-height: 24px;
  }
  .ff-certificate__text-line2 {
      font-size: 25px;
      line-height: 34px;
  }
  .ff-certificate__text-line3 {
      font-size: 20px;
      line-height: 21px;
  }
  .ff-certificate__text-line4 {
      font-size: 20px;
      line-height: 28px;
  }
  .ff-certificate__text-lin5 {
      font-size: 25px;
      line-height: 32px;
  }
  .ff-certificate__text-line6 {
      font-size: 18px;
      line-height: 20px;
  }
}
@media (min-width: 992px) {
  .ff-certificate {
      width: 720px;
  }
}

.ff-about__para .truncate_para p:last-child {
  padding-bottom: 0;
}

.ff-about__para .truncate_para p {
  padding-bottom: calc(var(--fs-base) + 10px);
}
