/* ---------------------------------------------
   Home Banner Section
---------------------------------------------- */
.carrer-banner-section {
  padding-top: 18px;
}
.home-banner {
  position: relative;
  width: 100%;
  height: auto;
}

.ch-heading {
  font-family: "edge";
  font-weight: 500;
  font-size: 120px;
  line-height: 90%;
  position: relative;
  color: #000;
}

.heading_overline span {
  position: relative;
}

.heading_overline span::before {
  position: absolute;
  top: 25px;
  left: 0;
  /* display: flex;
  gap: 18px; */
  content: "";
  z-index: 999;
  background: #000;
  width: 100%;
  height: 10.5px;
}

.heading_overline span.line1:before {
  width: 40px;
  left: 24%;
}
.heading_overline span.line2:before {
  width: 37px;
  left: 50%;
}
.heading_overline span.line3:before {
  width: 91px;
}
.heading_overline span.line4:before {
  left: 54%;
}
.heading_overline span.line5:before {
  width: 176px;
}
.heading_overline span.line6:before {
  width: 205px;
}
.home-image {
  position: relative;
  text-align: right;
  margin-top: -140px;
  z-index: -1;
}
/* ---------------------------------------------
   Home Banner Section End
---------------------------------------------- */
/* --------------------------
stat section 
---------------------------------*/
.stat-section {
  padding-top: 82px;
}

/* <!-- Industry Experience section  --> */
.industry-exprience-section {
  padding-top: 66px;
}
.above-border {
  padding-bottom: 8px;
  border-top: 1px solid #0000004d;
}

/* ---------------------------------
slider 
------------------------------------- */

/* <!-- companies section ------- --> */

.companie-section {
  padding-top: 90px;
}

/* industry connects --------------------------------*/

.industry-connects-section {
  margin-top: 80px;
}

.industry-img-contain {
  border-top: 1px solid #000000;
  max-width: 327px;
  max-height: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.industry-img-contain img {
  display: block;
  width: auto;
}
.connects-img-container {
  row-gap: 32px;
  margin-bottom: 15px;
}
.show-more-btn a {
  text-decoration: none;
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter";
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-top: 10px;
}
.show-more-btn a span {
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  font-family: "Inter";
}

/*mobile card carosal section*/

.profile-section {
  padding-top: 68px;
}

.profile-section-heading p {
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter";
  padding-bottom: 17px;
}
.profile-card {
  position: relative;
  background-color: #ddd;
  margin-bottom: 24px;
  overflow: hidden;

  clip-path: polygon(12% 0%, 90% 0%, 100% 7%, 100% 100%, 0% 100%, -6% 10%);
}

.image-card {
  width: 100%;
  height: 327px;
  background: #eabe64;
  clip-path: polygon(
    10% 0%,
    90% -1%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
}

.image-card img {
  width: 100%;
  padding: 25px;
  height: 100%;
  object-fit: cover;
}

.info {
  padding: 17px 25px 24px 25px;
}

.profile-name {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 121%;
  color: #000000;
}
.profile-role {
  margin-bottom: 24px;
}
.black-card-section {
  padding-top: 62px;
}

/* <!-- carrer support section  --> */

.carrer-support-section {
  padding-top: 50px;
}

.design-paths-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* margin-bottom: 110px; */
  margin-top: 20px;
  column-gap: 24px;
  align-items: end;
}
.design-paths-image img {
  width: 282px;
  height: 287px;
  object-fit: cover;
}
.design-paths-list {
  padding-left: 28px;
}
.design-paths-list li {
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

/* <!-- Students become founder section  --> */
.form-student-section {
  padding-top: 70px;
}

.image-bgc-black {
  background-color: #000000;
}
.info-inner-cont2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* student-founder-section-------- */

.student-founder-section {
  padding-top: 42px;
}
.student-founder-text {
  padding-bottom: 47px;
}
.student-founder-gap {
  padding-top: 50px;
}
.border-black {
  border: 1px solid #000;
  background-color: #fff;
}
.student-stats-section {
  margin-bottom: 62px;
}

/* <!--Education Pathways section  --> */

.Education-Pathways-section {
  padding-top: 63px;
  padding-bottom: 70px;
}

/* ------------------------
VIDEO SECTION
---------------------------------*/

.section-video .video-section-content {
  margin-bottom: 157px;
  padding-top: 0;
}

/* ------------------------------------------
            video section\
----------------------------- -------------*/
.mb--10 {
  margin-bottom: 10px;
}
.career-intro {
  padding-top: 10px;
}

/*------------------------- responsive--------------------- */

@media only screen and (max-width: 767px) {
  .mb--10 {
    margin-bottom: 0px;
  }
  .ml-16 {
    padding-left: 16px;
  }
  /* banner section css----------  */
  .heading_overline span::before {
    position: absolute;
    top: 11px;
    left: 0;
    /* display: flex;
  gap: 18px; */
    content: "";
    z-index: 999;
    background: #000;
    width: 100%;
    height: 6px;
  }

  .heading_overline span.line1:before {
    top: 11px;
    width: 28px;
    left: 24%;
  }
  .heading_overline span.line2:before {
    top: 10px;
    width: 18px;
    left: 50%;
  }
  .heading_overline span.line3:before {
    top: 11px;
    width: 42px;
  }
  .heading_overline span.line4:before {
    left: 54%;
  }
  .heading_overline span.line5:before {
    width: 83px;
  }
  .heading_overline span.line6:before {
    left: 1px;
    width: 95px;
  }
  .home-image {
    position: static;
    text-align: right;
    margin-top: 21px;
    z-index: -1;
  }
  .home-heading {
    font-size: 56px;
  }
  .home-image img {
    width: 76.76%;
    height: auto;
  }
  .ch-heading {
    font-size: 56px;
  }
  .carrer-banner-section {
    padding-top: 12px;
  }

  /* stats section  */

  .stat-heading {
    font-size: 24px;

    padding-bottom: 0px;
  }

  /* ------------companies section ------  */

  .industry-exprience-section {
    padding-top: 56px;
  }

  .companie-section {
    padding-top: 76px;
  }
  .companie-section .span-1 {
    grid-column: span 2;
  }
  .companie-section-heading p {
    font-size: 24px;
  }

  /*--------------- industry connects section ------------- */

  .industry-text-container .span-1 {
    grid-column: span 2;
    border-top: 1px solid #000000;
    padding-top: 8px;
  }

  .industry-connects-section {
    margin-top: 38px;
  }

  .industry-img-contain {
    border-top: 0.5px solid #747474;
    padding: 12px 0 0 0;
    display: flex;
    max-height: 90px;
    height: 90px;
  }
  .connects-img-container {
    row-gap: 24px;
    padding-top: 24px;
  }

  .connects-img-container .industry-img-contain img {
    max-width: 80%;
    width: auto;
    height: auto;
  }

  /* show more btn  */
  .show-more-btn a {
    font-size: 18px;
  }
  .show-more-btn a span {
    font-size: 18px;
  }
  .show-more-btn {
    display: flex;
    justify-content: flex-end;
  }
  .show-more-btn {
    grid-column: span 4 !important;
  }

  /* mobile card section  */

  .profile-section-heading p {
    font-size: 16px;
  }
  .image-card {
    height: 179px;
  }
  .profile-name {
    font-size: 16px;
  }
  .image-card img {
    padding: 13px;
  }

  .profile-section {
    padding-left: 16px;
  }
  .info {
    padding: 17px 14px 24px 14px;
  }
  .profile-role {
    margin-bottom: 12px;
  }

  /* <!-- carrer support section  --> */

  .carrer-support-section {
    padding-top: 28px;
  }
  .design-paths-wrapper {
    grid-template-columns: repeat(2, 1fr);
    /* margin-bottom: 110px; */
    margin-top: 0px;
  }
  .design-paths-wrapper .span-1 {
    grid-column: span 2;
  }
  .design-paths-list li {
    font-size: 16px;
  }
  .design-paths-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* --------------------Student become founder section------------------ */
  .form-student-section {
    padding-top: 48px;
  }

  .student-founder-card-section {
    padding-top: 0px;
  }
  .student-stats-section {
    margin-bottom: 38px;
  }
}

/* --------------------Higher education section ------------------ */

@media only screen and (max-width: 767px) {
  .Education-Pathways-section {
    padding-top: 48px;
    padding-bottom: 70px;
  }

  .student-founder-section {
    padding-top: 60px;
  }
  .cards-container {
    row-gap: 30px;
  }
}

/* --------------------video section ------------------ */

@media only screen and (max-width: 767px) {
  .video-section-content {
    padding-top: 0px;
  }
  .section-video .video-section-content {
    margin-bottom: 86px;
  }
}
