@charset "UTF-8";
/* =============================
    HERO-1 CSS
================================ */
body,
html {
  overflow-x: hidden;
}
.mechlab__hero {
  position: relative;
  padding-top: 0;
}
.mechlab__hero-slider .slick-arrow {
  width: 50px;
  height: 50px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 12px;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .mechlab__hero-slider .slick-arrow {
    display: none !important;
  }
}
.mechlab__hero-slider .slick-arrow::before {
  opacity: 1;
}
.mechlab__hero-slider .slick-arrow.slick-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 50px;
}
.mechlab__hero-slider .slick-arrow.slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  right: 50px;
}
.mechlab__hero-slider .slick-slide.slick-active .slide {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .mechlab__hero-slider .slick-slide.slick-active .slide {
    padding-bottom: 100px;
  }
}
.mechlab__hero-slider .slick-slide.slick-active .slide.main-slide {
  padding-top: 120px;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.main-slide p {
  -webkit-animation: fadeInUp 0.5s ease-out 0.8s both;
  -moz-animation: fadeInUp 0.5s ease-out 0.8s both;
  -o-animation: fadeInUp 0.5s ease-out 0.8s both;
  animation: fadeInUp 0.5s ease-out 0.8s both;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.main-slide a {
  -webkit-animation: fadeInUp 0.5s ease-out 1.1s both;
  -moz-animation: fadeInUp 0.5s ease-out 1.1s both;
  -o-animation: fadeInUp 0.5s ease-out 1.1s both;
  animation: fadeInUp 0.5s ease-out 1.1s both;
}
.mechlab__hero-slider
  .slick-slide.slick-active
  .slide.main-slide
  .mechlab__hero-slider-image {
  -webkit-animation: fadeInUp 0.5s ease-out 0.5s both;
  -moz-animation: fadeInUp 0.5s ease-out 0.5s both;
  -o-animation: fadeInUp 0.5s ease-out 0.5s both;
  animation: fadeInUp 0.5s ease-out 0.5s both;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.second-slide {
  padding-top: 120px;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.second-slide h1 {
  -webkit-animation: fadeInUp 0.5s ease-out 0.5s both;
  -moz-animation: fadeInUp 0.5s ease-out 0.5s both;
  -o-animation: fadeInUp 0.5s ease-out 0.5s both;
  animation: fadeInUp 0.5s ease-out 0.5s both;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.second-slide p {
  -webkit-animation: fadeInUp 0.5s ease-out 0.8s both;
  -moz-animation: fadeInUp 0.5s ease-out 0.8s both;
  -o-animation: fadeInUp 0.5s ease-out 0.8s both;
  animation: fadeInUp 0.5s ease-out 0.8s both;
}
.mechlab__hero-slider .slick-slide.slick-active .slide.second-slide a {
  -webkit-animation: fadeInUp 0.5s ease-out 1.1s both;
  -moz-animation: fadeInUp 0.5s ease-out 1.1s both;
  -o-animation: fadeInUp 0.5s ease-out 1.1s both;
  animation: fadeInUp 0.5s ease-out 1.1s both;
}
.mechlab__hero-slider
  .slick-slide.slick-active
  .slide.second-slide
  .mechlab__hero-slider-image {
  -webkit-animation: fadeInUp 0.5s ease-out 1.4s both;
  -moz-animation: fadeInUp 0.5s ease-out 1.4s both;
  -o-animation: fadeInUp 0.5s ease-out 1.4s both;
  animation: fadeInUp 0.5s ease-out 1.4s both;
}
.mechlab__hero-slider .slide {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .mechlab__hero-slider .slide {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-top-sec .gonna-box:nth-child(1) .mechlab__cost-card {
    padding: 10px;
  }
  .pricing-top-sec .mechlab__cost-card_body h6 span {
    font-size: 15px;
  }
  .pricing-top-sec .gonna-box .mechlab__cost-card_body a.button.cards-button {
    padding: 32px 20px;
    font-size: 16px;
  }
}
.mechlab__hero-slider .slide.second-slide .mechlab__hero-slider-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.35;
  filter: blur(100px);
  z-index: -1;
  border-radius: 999px;
}
.mechlab__hero-slider-content h1 {
  font-weight: 500;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .mechlab__hero-slider-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.mechlab__hero-slider-content p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .mechlab__hero-slider-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__hero-slider-content a {
  height: 56px;
  font-weight: 500;
  font-size: 18px;
}
.mechlab__hero-slider-image {
  position: relative;
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
}
.mechlab__hero-slider-animate-button {
  margin-left: auto;
  margin-right: 40px;
  width: 120px;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.mechlab__get-dirty {
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .mechlab__get-dirty_main-cta {
    width: 100%;
  }
}
.mechlab__get-dirty_card h2 {
  font-size: 72px;
  line-height: 84px;
}
@media (max-width: 767px) {
  .mechlab__get-dirty_card h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.mechlab__get-dirty_card p {
  font-size: 20px;
  line-height: 32px;
  mix-blend-mode: normal;
}
@media (max-width: 767px) {
  .mechlab__get-dirty_card p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__get-dirty_projects {
  margin-bottom: 30px;
}
.mechlab__get-dirty_projects-row {
  position: relative;
}
@media (max-width: 767px) {
  .mechlab__get-dirty_projects-row h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .mechlab__get-dirty_projects-row p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row {
    padding-left: 65px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mechlab__get-dirty_projects-row {
    padding-left: 65px;
    padding-bottom: 30px;
  }
}
.mechlab__get-dirty_projects-row::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row::after {
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(7px, 7px);
    -moz-transform: translate(7px, 7px);
    -ms-transform: translate(7px, 7px);
    -o-transform: translate(7px, 7px);
    transform: translate(7px, 7px);
  }
}
.mechlab__get-dirty_projects-row::before {
  content: "•";
  position: absolute;
  line-height: 64px;
  text-align: center;
  font-size: 45px;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background: #697bde;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row::before {
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.mechlab__get-dirty_projects-row_column:last-child::after {
  content: "";
  width: 1px;
  height: calc(50% - 31px);
  border-left: 1px dashed #fff;
  background: transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row_column:last-child::after {
    height: calc(100% - 55px);
    left: 27px;
  }
}
.mechlab__get-dirty_projects-row:first-child
  .mechlab__get-dirty_projects-row_column-image {
  position: relative;
  overflow: visible;
}
.mechlab__get-dirty_projects-row:first-child
  .mechlab__get-dirty_projects-row_column-image:first-child::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.25;
  filter: blur(100px);
  z-index: -1;
  border-radius: 999px;
  top: 0;
  left: 0;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row:first-child
    .mechlab__get-dirty_projects-row_column-image:first-child::before {
    width: 100%;
    height: 100%;
  }
}
.mechlab__get-dirty_projects-row:not(:first-child):not(:last-child)
  .mechlab__get-dirty_projects-row_column:last-child::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row:not(:first-child):not(:last-child)
    .mechlab__get-dirty_projects-row_column:last-child::after {
    display: none;
  }
}
.mechlab__get-dirty_projects-row:last-child
  .mechlab__get-dirty_projects-row_column:last-child::after {
  content: "";
  width: 1px;
  height: calc(50% - 31px);
  border-left: 1px dashed #fff;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row:last-child
    .mechlab__get-dirty_projects-row_column:last-child::after {
    display: none;
  }
}
.mechlab__get-dirty_projects-row:last-child
  .mechlab__get-dirty_projects-row_column
  .mechlab__get-dirty_projects-row_column-image {
  position: relative;
  overflow: visible;
}
.mechlab__get-dirty_projects-row:last-child
  .mechlab__get-dirty_projects-row_column
  .mechlab__get-dirty_projects-row_column-image:first-child::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.25;
  filter: blur(100px);
  z-index: -1;
  border-radius: 999px;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__get-dirty_projects-row:last-child
    .mechlab__get-dirty_projects-row_column
    .mechlab__get-dirty_projects-row_column-image:first-child::before {
    width: 100%;
    height: 100%;
  }
}
.mechlab__programs {
  padding: 380px 0 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .mechlab__programs {
    padding: 200px 0 60px 0;
  }
}
.mechlab__programs::after {
  content: "";
  top: 20%;
  right: 0;
  position: absolute;
  width: 50%;
  height: 50%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.15;
  filter: blur(100px);
  z-index: -1;
  border-radius: 999px 0 0 999px;
}
.mechlab__programs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background-image: url("../images/programs-top-vector.svg");
  background-position: 100% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mechlab__programs::before {
    top: -120px;
  }
}
@media (max-width: 767px) {
  .mechlab__programs-main-cta {
    width: 100%;
  }
}
.mechlab__programs-heading {
  margin-bottom: 20px;
}
.mechlab__programs-heading h2 {
  font-size: 64px;
  line-height: 72px;
}
@media (max-width: 767px) {
  .mechlab__programs-heading h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.mechlab__programs-heading p {
  color: #ffb930;
}
.mechlab__programs-tabs {
  margin-bottom: 150px;
}
.mechlab__programs-tabs_pills-tab {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mechlab__programs-tabs_pills-tab {
    margin-bottom: 40px;
  }
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link {
  background: transparent;
  outline: none;
  border: none;
  padding: 0.5rem 32px 0.5rem 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link-text {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mechlab__programs-tabs_pills-tab .nav-item .nav-link-text {
    font-size: 20px;
    line-height: 32px;
    -webkit-text-stroke-width: 0.5px;
  }
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link-number {
  -webkit-text-fill-color: #ffffff;
  opacity: 0.5;
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link-number sup {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link.active .nav-link-text {
  -webkit-text-fill-color: #ffffff;
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link.active .nav-link-number {
  -webkit-text-fill-color: #ffb930;
  -webkit-text-stroke-color: #ffb930;
  opacity: 1;
}
.mechlab__programs-tabs_pills-tab
  .nav-item
  .nav-link.active:hover
  .nav-link-text,
.mechlab__programs-tabs_pills-tab
  .nav-item
  .nav-link.active:active
  .nav-link-text {
  -webkit-text-stroke-color: #ffffff;
}
.mechlab__programs-tabs_pills-tab .nav-item .nav-link:hover .nav-link-text,
.mechlab__programs-tabs_pills-tab .nav-item .nav-link:active .nav-link-text {
  color: #3f3464;
  -webkit-text-stroke-color: #3f3464;
}
.mechlab__programs-tabs_tab-content .tab-pane .text {
  -webkit-animation: fadeInUp 0.5s ease-out both 0.3s;
  -moz-animation: fadeInUp 0.5s ease-out both 0.3s;
  -o-animation: fadeInUp 0.5s ease-out both 0.3s;
  animation: fadeInUp 0.5s ease-out both 0.3s;
  margin-bottom: 50px;
}
.mechlab__programs-tabs_tab-content .tab-pane .text p {
  font-size: 16px;
  line-height: 28px;
}
.mechlab__programs-tabs_tab-content .tab-pane .link {
  -webkit-animation: fadeInUp 0.5s ease-out both 0.6s;
  -moz-animation: fadeInUp 0.5s ease-out both 0.6s;
  -o-animation: fadeInUp 0.5s ease-out both 0.6s;
  animation: fadeInUp 0.5s ease-out both 0.6s;
}
.mechlab__programs-tabs_tab-content .tab-pane .tab-image {
  -webkit-animation: fadeInRight 0.5s ease-out both 1s;
  -moz-animation: fadeInRight 0.5s ease-out both 1s;
  -o-animation: fadeInRight 0.5s ease-out both 1s;
  animation: fadeInRight 0.5s ease-out both 1s;
  position: relative;
}
.mechlab__programs-tabs_tab-content .tab-pane .tab-image .baby-steps {
  max-width: calc(100% + 160px) !important;
  margin-left: -70px;
}
.mechlab__programs-tabs_tab-content .tab-pane .tab-image-text {
  position: absolute;
  bottom: -30px;
  left: -71px;
  z-index: -1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mechlab__programs-tabs_tab-content .tab-pane .tab-image-text span {
  font-weight: 600;
  font-size: 110px;
  line-height: 100%;
  color: #ffffff;
  opacity: 0.1;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__programs-tabs_tab-content .tab-pane .tab-image-text {
    left: 0;
  }
  .mechlab__programs-tabs_tab-content .tab-pane .tab-image-text span {
    font-size: 80px;
  }
}
.mechlab__programs-card {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .mechlab__programs-card {
    margin-bottom: 90px;
  }
}
.mechlab__programs-card h3 {
  font-size: 72px;
  line-height: 84px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .mechlab__programs-card h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.mechlab__programs-card p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .mechlab__programs-card p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__programs-bamboozled h3 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .mechlab__programs-bamboozled h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.mechlab__programs-bamboozled p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .mechlab__programs-bamboozled p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__tree {
  position: relative;
  padding-bottom: 160px;
}
.mechlab__tree::after {
  content: "";
  top: 10%;
  left: 0;
  position: absolute;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.2;
  filter: blur(100px);
  z-index: -1;
  border-radius: 0 999px 999px 0;
}
.mechlab__tree-heading {
  margin-bottom: 84px;
}
.mechlab__tree-heading h2 {
  font-size: 72px;
  line-height: 84px;
}
@media (max-width: 767px) {
  .mechlab__tree-heading h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.mechlab__tree-heading p {
  color: #ffb930;
  text-transform: uppercase;
}
.mechlab__tree-image {
  position: absolute;
  right: 0;
  top: 100px;
  width: 40%;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .mechlab__tree-image {
    position: relative;
    width: 80%;
    margin-left: auto;
  }
}
.mechlab__past-student {
  padding: 100px 0 20px 0;
}
@media (max-width: 767px) {
  .mechlab__past-student {
    padding: 20px 0 20px 0;
  }
}
.mechlab__past-student h2 {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mechlab__past-student h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mechlab__past-student_container {
    padding: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .mechlab__past-student_main-cta {
    width: 100%;
  }
}
.mechlab__past-student_slider .slick-list {
  /* the slides */
  margin: 0 -5px 0 0;
  /* the slides */
}
.mechlab__past-student_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .mechlab__past-student_slider .slick-list {
    margin: 0 -10px 0 0;
  }
}
.mechlab__past-student_slider .slick-list .slick-slide {
  margin: 0 5px 0 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -ms-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .mechlab__past-student_slider .slick-list .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    margin: 0 10px 0 0;
  }
}
.mechlab__past-student_slider .slick-list .slick-slide.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mechlab__past-student_slider .slick-arrow {
  width: 40px;
  height: 40px;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 12px;
  color: #ffffff;
}
.mechlab__past-student_slider .slick-arrow::before {
  opacity: 1;
}
.mechlab__past-student_slider .slick-arrow.slick-prev {
  bottom: -86px;
  top: auto;
  left: calc(50% - 90px);
}
.mechlab__past-student_slider .slick-arrow.slick-next {
  bottom: -86px;
  top: auto;
  right: calc(50% - 90px);
}
@media (max-width: 767px) {
  .mechlab__past-student_slider-slide {
    width: 300px !important;
  }
}
.mechlab__past-student_slider-slide_comment-bubble {
  background: #ffffff;
  padding: 35px 32px;
  margin-bottom: 44px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .mechlab__past-student_slider-slide_comment-bubble {
    padding: 20px;
  }
}
.mechlab__past-student_slider-slide_comment-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 75px;
  height: 20px;
  background-image: url("../images/bubble-point.svg");
  background-position: 50% -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mechlab__past-student_slider-slide_comment-bubble p {
  color: #3f3464;
  font-weight: 600;
  line-height: 25px;
  font-size: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mechlab__past-student_slider-slide_comment-bubble p {
    font-size: 16px;
    line-height: 28px;
  }
}
.mechlab__past-student_slider-slide_comment-bubble_rate {
  color: #fade4d;
}
.mechlab__past-student_slider-slide_comment-bubble_rate span {
  padding: 0 3px;
}
.mechlab__cost {
  padding: 240px 0 60px 0;
  position: relative;
}
@media (max-width: 767px) {
  .mechlab__cost {
    padding: 150px 0 60px 0;
  }
}
.mechlab__cost::after {
  content: "";
  top: 10%;
  left: 0;
  position: absolute;
  width: 30%;
  height: 100%;
  background: rgba(255, 255, 255, 0.61);
  opacity: 0.17;
  filter: blur(100px);
  z-index: -1;
  border-radius: 0 999px 999px 0;
}
.mechlab__cost::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background-image: url("../images/cost-top-vector.svg");
  background-position: 100% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mechlab__cost::before {
    top: -130px;
  }
}
.mechlab__cost-heading {
  margin-bottom: 80px;
}
.mechlab__cost-heading h2 {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .mechlab__cost-heading h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.mechlab__cost-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  max-width: 300px;
}
.mechlab__cost-card.inactive {
  opacity: 0.6;
}
.mechlab__cost-card_body h6 {
  color: #3f3464;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 88px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}
.mechlab__cost-card_body p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #3f3464;
  text-align: center;
  margin-bottom: 5px;
}
.gonna-box .mechlab__cost-card_body .mechlab__cost-card_body-price p {
  font-weight: 500;
  font-size: 24px;
}
.mechlab__cost-card_body p.from {
  text-align: left;
  height: 24px;
}
.gonna-box .mechlab__cost-card_body a.gonna-box-btn {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  text-align: center;
  display: block;
  margin: 19px 0px 18px 0px;
  text-decoration: underline;
  text-transform: uppercase;
}
.mechlab__cost-card_body-tags {
  margin-bottom: 56px;
  display: flex;
  flex-wrap: wrap;
  min-height: 48px;
}
.mechlab__cost-card_body-tags span {
  color: #5cb8ff;
  background: #eff8ff;
  font-weight: 500;
  padding: 8px 10px;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid #5cb8ff;
  white-space: nowrap;
  margin-right: 6px;
  margin-bottom: 6px;
  backdrop-filter: blur(20px);
}
.mechlab__cost-card_body-tags span.virtual {
  color: #ffb930;
  background: #fff8ea;
  border: 1px solid #ffb930;
}
.mechlab__cost-card_body-tags span.physical {
  color: #6bc279;
  background: #f0f9f2;
  border: 1px solid #6bc279;
}
.mechlab__cost-card_body-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  justify-content: center;
}
.mechlab__cost-card_body-price h5 {
  font-size: 50px;
  line-height: 50px;
  color: #3f3464;
  font-weight: 600;
  margin-right: 8px;
}
.mechlab__cost-card_body-price p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
#pricing .mechlab__cost-heading p {
  margin: 0 auto;
  max-width: 660px;
}
#pricing .mechlab__cost-heading {
  margin-bottom: 120px;
}
/*# sourceMappingURL=homeStyles.css.map */
.mechlab__static-slider {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gonna-box:nth-child(1) .mechlab__cost-card {
  background: #4fd7e1;
}
.gonna-box:nth-child(2) .mechlab__cost-card {
  background: #ffa0d8;
}
.gonna-box:nth-child(3) .mechlab__cost-card {
  background: #c4a9ff;
}
.gonna-box:nth-child(4) .mechlab__cost-card {
  background: #fad865;
}
.gonna-box .box-images {
  padding: 0px 0px 0px 0px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gonna-box .mechlab__cost-card_body-tags span.virtual,
.gonna-box .mechlab__cost-card_body-tags span.in-person {
  padding: 8px 18px;
  font-weight: 500;
  font-size: 14px;
}
.gonna-box .mechlab__cost-card_body a.button.cards-button {
  padding: 28px 30px;
  border-radius: 4px;
  border-color: transparent;
}
.gonna-box .mechlab__cost-card_body a.button.cards-button:hover:before {
  background: #ffffff !important;
}
.gonna-box .mechlab__cost-card_body a.button.cards-button:hover {
  color: #3f3464 !important;
  border-color: #ffffff !important;
}
.gonna-box .mechlab__cost-card_body a.button.cards-button::before {
  border-radius: 4px;
}
.gonna-box .mechlab__cost-card.mechlab__cost-card {
  margin: auto;
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 70px 60px -30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.gonna-box .mechlab__cost-card.mechlab__cost-card:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px,
    rgb(0 0 0 / 30%) 0px 11px 60px -30px;
}
.price-title {
  text-align: center;
  padding: 52px 0px;
}
.price-title h2#enroll {
  padding-bottom: 26px;
  font-size: 50px;
}
.gonna-box
  .mechlab__cost-card
  .mechlab__cost-card_body
  .box-images
  img.img-fluid.a-team-img {
  width: 192px;
}

.pricing-top-sec .mechlab__cost-card_body h6,
.pricing-top-sec .mechlab__cost-card_body p,
.pricing-top-sec .mechlab__cost-card_body-price h5 {
  text-align: left;
  color: #3f3464;
}
.pricing-top-sec .mechlab__cost-card_body p {
  font-size: 16px;
}
.pricing-top-sec .mechlab__cost-card_body h6 span {
  font-size: 18px;
}
.pricing-top-sec .mechlab__cost-card_body .price-service {
  min-height: 140px;
}
.pricing-top-sec .mechlab__cost-card_body h6 {
  padding-bottom: 25px;
  min-height: 91px;
}
.pricing-top-sec .gonna-box .mechlab__cost-card_body a.gonna-box-btn {
  color: #fff;
  letter-spacing: 1px;
}
.pricing-top-sec .mechlab__cost-card_body-price {
  justify-content: flex-start;
}
.pricing-top-sec .gonna-box:nth-child(4) .mechlab__cost-card {
  background: linear-gradient(179.97deg, #fad865 7.93%, #ffd239 99.98%);
}
.pricing-top-sec .button.cards-button::before {
  background: #ffffff;
}
.pricing-top-sec
  .gonna-box
  .mechlab__cost-card_body
  a.button.cards-button:hover {
  border-color: #3f3464 !important;
  color: #fff !important;
}
.pricing-top-sec
  .gonna-box
  .mechlab__cost-card_body
  a.button.cards-button:hover:before {
  background: #3f3464 !important;
}
.pricing-top-sec .gonna-box .mechlab__cost-card_body a.button.cards-button {
  color: #3f3464;
}
.pricing-top-sec .gonna-box .mechlab__cost-card_body a.button.cards-button {
  border-color: #ffffff;
}
.pricing-top-sec .gonna-box .mechlab__cost-card_body a.button.cards-button {
  padding: 32px 30px;
  font-weight: 600;
}
.pricing-top-sec
  .gonna-box
  .mechlab__cost-card_body
  .mechlab__cost-card_body-price
  p {
  font-size: 16px;
}
.pricing-top-sec .mechlab__cost-card_body-price h5 {
  font-size: 56px;
}
.pricing-top-sec .gonna-box:nth-child(3) .mechlab__cost-card {
  background: linear-gradient(180deg, #c4a9ff 0%, #b18eff 100%);
}
.pricing-top-sec .gonna-box:nth-child(2) .mechlab__cost-card {
  background: linear-gradient(180deg, #ffa0d8 0%, #ff86cd 100%);
}
.pricing-top-sec .gonna-box:nth-child(1) .mechlab__cost-card {
  background: linear-gradient(180deg, #4fd7e1 0%, #3dd2dd 100%);
}
.pricing-top-sec .gonna-box .box-images {
  height: auto;
  margin-bottom: 20px;
  justify-content: flex-start;
}
.pricing-top-sec .gonna-box .box-images img {
  max-height: 110px;
  object-fit: cover;
}
.pricing-top-sec
  .gonna-box
  .mechlab__cost-card
  .mechlab__cost-card_body
  .box-images
  img.img-fluid.a-team-img {
  width: auto;
}
@media only screen and (min-width: 1400px) {
  #pricing .container {
    max-width: 1350px;
  }
}
@media (max-width: 767px) {
  .pricing-top-sec .mechlab__cost-card_body .price-service,
  .pricing-top-sec .mechlab__cost-card_body h6 {
    min-height: auto;
  }
  .pricing-top-sec .gonna-box .mechlab__cost-card_body a.button.cards-button {
    padding: 30px 30px;
  }
  .pricing-top-sec .mechlab__cost-card_body-price h5 {
    font-size: 44px;
  }
  .mechlab__static-slider {
    padding-bottom: 40px;
  }
  .mechlab__programs,
  .mechlab__cost {
    padding: 110px 0 60px 0;
  }
  .mechlab__classdetails-subscribe {
    padding-top: 120px;
  }
  .mechlab__programs::before,
  .mechlab__cost::before {
    height: 355px;
  }
  .mechlab__programs-tabs_tab-content .tab-pane .tab-image .baby-steps {
    max-width: 100% !important;
  }
  .order-Possibilities-1 {
    order: 1;
  }
  .order-Possibilities-2 {
    order: 2;
  }
  .gonna-box .mechlab__cost-card.mechlab__cost-card {
    margin: auto;
  }
  .price-title h2#enroll {
    font-size: 24px;
    margin-bottom: 0;
  }
}

.readmore-btn{
  text-align: right;
}
.mechlab__past-student_slider-slide_comment-bubble_rate{
  margin-top: 15px;
}
.readmore-btn button:focus{
  outline: none;
  box-shadow: none;
}
.readmore-btn button{
  color: #3f3464 !important;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
}
.participants-modal .heading-color{
  color: #3f3464;
}
.participants-modal .modal-content{
  border-radius: 10px !important;
  border: none;
}
.participants-modal .btn-close:focus{
  outline: 0;
  box-shadow: none;
}
.participants-modal .mechlab__past-student_slider-slide_comment-bubble p{
  overflow: unset;
  -webkit-line-clamp: unset;
}
@media (max-width: 767px){
  .readmore-btn button{
    font-size: 16px;
  }

}