body {
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.wrapper:before {
  content: "";
  position: absolute;
  top: 3%;
  right: 0;
  width: 50%;
  height: 20%;
  background-image: url(../images/faq/mask-1.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 00;
}
.fade-up {
  -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;
}

.delay-10 {
  animation-delay: 0.8s;
}
.navbar-area .button.border-button {
  border-radius: 5px;
}
p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}
.navbar-area .border-button span.button-dia {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
.container-xxl {
  max-width: 100%;
  padding: 0;
}
.scroll-down {
  width: 100%;
  display: inline-block;
  -webkit-animation: fadeInUp 0.5s ease-out 0.7s both;
  -moz-animation: fadeInUp 0.5s ease-out 0.7s both;
  -o-animation: fadeInUp 0.5s ease-out 0.7s both;
  animation: fadeInUp 0.5s ease-out 0.7s both;
}
.text-btn {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: normal;
  cursor: pointer;
  display: inline-block;
  margin: 40px 0 0 0;
}
.text-btn img {
  position: relative;
  z-index: 0;
  top: -2px;
  margin: 0 0 0 2px;
}
.text-btn:hover {
  color: #ffb930;
}
p + .text-btn {
  margin-top: 24px;
}
.full-image {
  position: relative;
  z-index: 0;
  padding-bottom: 0 !important;
}
.full-image::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 465px;
  background-image: url("../images/faq/Vector-1.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
  transform: matrix(-1, 0.02, 0.02, 1, 0, 0);
}
.full-image img {
  width: 100%;
}

.mechlab__programs-heading p {
  text-transform: uppercase;
}
.container-xxl,
.container {
  position: relative;
  z-index: 1;
}

.mechlab__faqs-tabs {
  position: relative;
  z-index: 0;
}
.mechlab__faqs-tabs::before {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url("../images/faq/bottom-vector.svg");
  background-position: 0 0;
  background-size: cover;
  z-index: 0;
  background-repeat: no-repeat;
}
.mechlab__faqs-tabs .mechlab__programs-tabs {
  margin: 0 0 70px 0;
}
.mechlab__faqs-tabs .mechlab__programs-tabs_pills-tab {
  padding: 0 40px;
}
.mechlab__programs-tabs .accordion .accordion-item {
  padding: 0px 40px;
  border: 2px dashed transparent;
  box-sizing: border-box;
  border-radius: 5px;
  background: transparent;
  margin: 0 0 40px 0;
}
.mechlab__programs-tabs .accordion .accordion-item.show {
  padding: 40px;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}
.mechlab__programs-tabs .accordion .accordion-header {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  padding-right: 20px;
  height: auto;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #e1e5f8;
  box-shadow: none;
  outline: none;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.mechlab__programs-tabs .accordion .accordion-header:hover,
.mechlab__programs-tabs .accordion .show .accordion-header {
  color: #fff;
}
.mechlab__programs-tabs .accordion .accordion-header:after {
  content: "";
  background-image: url("../images/faq/arrow-right.svg");
  position: absolute;
  right: -20px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center center;
  z-index: 1;
  top: 4px;
  transition: all 0.2s ease-in-out;
}
.mechlab__programs-tabs .accordion-item.show .accordion-header:after {
  transform: rotate(-90deg);
}
.mechlab__programs-tabs .accordion-body {
  padding: 16px 30px 0 0;
  display: none;
}
.mechlab__programs-tabs .tab-content.active > .tab-pane {
  display: block;
  opacity: 1;
}

/**************Admission page css**************/
p.large-text {
  font-size: 20px;
  line-height: 32px;
}
.student-journey {
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.student-journey:before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 80%;
  height: 70%;
  background-image: url(../images/faq/mask-left.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
span.step-tag {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #ffffff;
  backdrop-filter: blur(20px);
  border-radius: 999px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 24px 0;
  display: inline-block;
}
.flex-column-reverse {
  flex-direction: row-reverse !important;
}
.mentors-grading {
  position: relative;
  z-index: 0;
  padding-top: 90px !important;
}
.mentors-grading:before {
  content: "";
  position: absolute;
  background-image: url(../images/faq/mask-right-bottom.png);
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.mentors-grading::after {
  content: "";
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url("../images/faq/bottom-vector.svg");
  background-position: 0 0;
  background-size: cover;
  z-index: 0;
  background-repeat: no-repeat;
}
.mentors_grading_projects {
  padding-bottom: 150px;
}
.mentors_grading_projects_text {
  position: relative;
  padding: 0 0 60px 200px;
}
.mentors_grading_projects_text:last-child {
  padding-bottom: 0 !important;
}
.mentors_grading_projects_text::before {
  content: "";
  position: absolute;
  line-height: 64px;
  text-align: center;
  font-size: 45px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  left: 70px;
  top: 0%;
  background-image: url(../images/faq/dash-round-vector.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mentors_grading_projects_text::after {
  content: "";
  width: 2px;
  height: calc(100% - 66px);
  background-image: url(../images/faq/dash-line.svg);
  background-size: auto auto;
  position: absolute;
  left: 100px;
  top: 66px;
}
.mentors_grading_projects_text:last-child::after {
  display: none !important;
}
.mentors_grading_projects-row {
  position: relative;
  z-index: 0;
}

.scroll-top {
  bottom: 60px;
}
.hide-desktop {
  display: none !important;
}
section.section.student-journey .image img.earn-rewards-img {
  margin-top: 2px;
  margin-bottom: 2px;
}
section.section.student-journey .earn-badges {
  margin-top: 42px;
}

@media screen and (min-width: 992px) {
  .hide-large {
    display: none !important;
  }
  .mentors_grading_projects:after {
    content: "";
    background-image: url(../images/robot_mentor.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 74%;
    bottom: 9%;
    right: -3%;
    z-index: 0;
  }
}

@media screen and (max-width: 1240px) {
  .mentors_grading_projects_text {
    position: relative;
    padding: 0 0 60px 100px;
  }
  .mentors_grading_projects_text::before {
    left: 0;
  }
  .mentors_grading_projects_text::after {
    left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .section {
    padding: 80px 0 60px 0;
  }
  .heading-section {
    padding-top: 160px;
  }
  .heading-section h1,
  .mechlab__programs-heading h2,
  h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
  }
  .mechlab__programs-heading {
    margin-bottom: 60px;
  }
  .mechlab__programs-tabs_pills-tab .nav-item .nav-link-text {
    font-size: 28px;
    line-height: 38px;
  }
  .accordion .accordion-header {
    font-size: 22px;
    line-height: 30px;
  }
  .mechlab__footer-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .text-btn {
    margin: 34px 0 0 0;
  }
  p + .text-btn {
    margin-top: 20px;
  }
  img.img-stars {
    max-width: 80%;
  }
  .mb-80 {
    margin-bottom: 60px;
  }

  .mentors-grading {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .mentors_grading_projects {
    padding-bottom: 00px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mentors_grading_projects_text:last-child {
    padding-bottom: 10px !important;
  }
  .scroll-top {
    bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0 50px 0;
  }
  .heading-section {
    padding-top: 130px;
  }
  .heading-section h1,
  .mechlab__programs-heading h2,
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h5,
  .h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .text-btn {
    margin: 20px 0 0 0;
  }
  p + .text-btn {
    margin-top: 10px;
  }
  .mechlab__programs-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  .mechlab__programs-tabs_pills-tab {
    margin-bottom: 50px;
  }
  .mechlab__faqs-tabs .mechlab__programs-tabs_pills-tab {
    padding: 0 20px;
  }
  .mechlab__programs-tabs_pills-tab {
    margin-bottom: 40px;
  }
  .mechlab__programs-tabs_pills-tab .nav-item .nav-link-text {
    font-size: 24px;
    line-height: 34px;
  }
  .mechlab__programs-tabs .accordion .accordion-item {
    padding: 0 20px;
    margin: 0 0 24px 0;
  }
  .mechlab__programs-tabs .accordion .accordion-item.show {
    padding: 20px;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
  }
  .mechlab__programs-tabs .accordion .accordion-header {
    font-size: 20px;
    line-height: 28px;
  }
  .mechlab__programs-tabs .accordion .accordion-header:after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    right: -10px;
  }
  .accordion-body {
    padding: 9px 0px 0 0;
  }
  .mt-4 {
    margin-top: 1rem !important;
  }
  .mentors_grading_projects {
    padding-bottom: 30px;
  }
  .mentors-grading::after {
    bottom: -250px;
    height: 340px;
  }
  .hide-desktop {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .mentors-grading h2.mt-10.mb-80 {
    margin: 12px 0 0 0;
  }
  img.img-stars {
    max-width: 224px;
  }
  .mentors_grading_projects-row {
    flex-direction: column-reverse;
  }
  .mentors_grading_projects_text {
    text-align: left;
  }
  .mechlab__footer-copyright .justify-content-between {
    flex-direction: row-reverse;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .student-journey {
    text-align: center;
  }
  .mentors-grading {
    text-align: center;
    padding-top: 30px !important;
  }
  section.section.student-journey .image img.earn-rewards-img {
    margin: 70px 0px 70px 0px;
  }
  section.section.student-journey
    .earn-badges
    .image
    img.img-fluid.earn-badges-img {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 480px) {
  .heading-section {
    padding-top: 96px;
  }
  .mechlab__programs-heading {
    margin-bottom: 30px;
  }
  .heading-section h1 {
    margin-bottom: 20px;
  }
  .mechlab__programs-heading h2,
  h2 {
    font-size: 24px;
    line-height: 32px;
    padding: 0 2px;
  }
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  .mechlab__faqs-tabs::before {
    bottom: -240px;
    height: 300px;
  }
  .accordion .accordion-header {
    font-size: 18px;
    line-height: 24px;
  }
  .mechlab__faqs-tabs .mechlab__programs-tabs {
    margin: 0;
  }
  .mechlab__faqs-tabs .mechlab__programs-tabs_pills-tab {
    text-align: center;
    margin: 0 auto 8px;
  }
  .mechlab__programs-tabs_pills-tab .nav-item .nav-link-text {
    font-size: 20px;
    line-height: 32px;
  }
  .mechlab__programs-tabs_pills-tab li.nav-item {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .mechlab__programs-tabs_pills-tab li.nav-item button {
    margin: 0;
    padding: 0 !important;
    text-align: center;
    display: inline-block;
  }
  .mechlab__footer-content h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .mentors_grading_projects_text {
    padding: 0 0 40px 52px;
  }
  .mentors_grading_projects_text p {
    font-size: 14px;
  }
  .mentors_grading_projects_text::before {
    width: 38px;
    left: 0;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
  }
  .mentors_grading_projects_text::after {
    left: 18px;
    top: 39px;
    width: 1px;
    height: calc(100% - 38px);
  }
  .mb-4 {
    margin-bottom: 10px !important;
  }
  .full-image img {
    width: 100%;
    min-height: 291px;
    object-fit: cover;
    object-position: center;
  }
  .scroll-top {
    bottom: 50px;
    z-index: 0;
    right: 0;
  }
}
