
/* slider */
.mySlider {
  position: relative;
}

.custom-next,
.custom-prev {
  left: auto !important;
  right: 20px !important;
  top: 305px !important;
  transform: translateY(-50%);
  background-image: url(https://www.udit.edu.in/wp-content/themes/udit/assets/next-slide.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 29px;
  transition: all 0.2s ease-in;
  opacity: 0 !important;
}
.mySlider:hover .custom-next,
.mySlider:hover .custom-prev {
  opacity: 1 !important;
}
.custom-next::after,
.custom-prev::after {
  display: none !important;
}
.custom-prev {
  left: 20px !important;
  right: auto !important;
  transform: rotateY(180deg) translateY(-12px);
}

.slide-caption {
  margin-top: 16px;
  visibility: hidden;
  opacity: 0;
  height: auto;
  transition: opacity 0.3s ease;
}

.swiper-slide-active .slide-caption {
  visibility: visible;
  opacity: 1;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, none) !important;
  top: var(--swiper-pagination-top, 595px) !important;
  left: -10px !important;
  width: 100% !important;
}

/* slider end */

/* ---------------------------------------------
   Home Banner Section
---------------------------------------------- */
.stat,
.career-intro {
  border: none;
}

.carrer-banner-section {
  padding-top: 18px;
}

.slide-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.show-button-section .anchor_text {
  display: inline-flex;
  padding-bottom: 8px;
}

.show-button-section .anchor_line {
  padding-top: 8px;
}

.home-banner {
  position: relative;
  width: 100%;
  height: auto;
}

.ch-heading {
  font-family:
    "edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 90%;
  position: relative;
  color: #000;
}

.heading_overline span {
  font-family:
    "uad-edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.home-image {
  position: relative;
  text-align: right;
  margin-top: -36px;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}

.masked {
  clip-path: url(#clipShape);
  width: 100%;
  aspect-ratio: 462 / 473;
  display: block;
  max-width: 462px;
}

.masked img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------------------------------------
   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;
  padding-top: 20px;
}

.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 h2 {
  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;
  display: flex;
  flex-direction: column;

  clip-path: polygon(
    36px 0,
    calc(100% - 36px) 0,
    100% 36px,
    100% 100%,
    100% 100%,
    36px 100%,
    0 100%,
    0 36px
  );
}

.image-card {
  width: 100%;
  height: 327px;
  background: #eabe64;
  clip-path: polygon(
    10% 0%,
    90% -12%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.image-card .img-contain {
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  overflow: hidden;
}

.info {
  padding: 17px 25px 24px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.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;
}

.masked-career {
  clip-path: url(#clipShapeCareer);
  width: 100%;
  aspect-ratio: 282 / 287;
  display: block;
}

.masked-career img {
  width: 100%;
  height: 100%;
  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;
  flex: 1;
}

.mar-top-auto {
  margin-top: auto;
}

/* 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-img {
  margin-bottom: 157px;
  padding-top: 0;
}

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

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

.career-intro {
  padding-top: 10px;
}

.pagination-mar-top {
  margin-top: 40px;
}

/*------------------------- responsive--------------------- */
@media only screen and (max-width: 1280px) {
  /* slider */
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: var(--swiper-pagination-top, 545px) !important;
  }

  .custom-next,
  .custom-prev {
    top: 280px !important;
  }

  /* slider  end*/
}

@media only screen and (max-width: 1160px) {
  /* slider */
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: var(--swiper-pagination-top, 466px) !important;
  }

  .custom-next,
  .custom-prev {
    top: 235px !important;
  }

  /* slider  end*/
}

@media only screen and (max-width: 930px) {
  /* slider */
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: var(--swiper-pagination-top, 373px) !important;
  }

  .custom-next,
  .custom-prev {
    top: 209px !important;
  }

  /* slider  end*/
}

@media only screen and (max-width: 767px) {
  .swiper-slide {
    height: auto !important;
  }

  .custom-next {
    right: 4px !important;
    top: 125px !important;
    opacity: 1 !important;

  }
  .custom-prev {
    left: 4px !important;
    top: 125px !important;
    opacity: 1 !important;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, none) !important;
    top: var(--swiper-pagination-top, 235px) !important;
    left: -10px !important;
    width: 100% !important;
  }

  .mb--10 {
    margin-bottom: 0px;
  }

  .ml-16 {
    padding-left: 16px;
  }

  /* banner section css----------  */

  .home-image {
    position: static;
    text-align: right;
    margin-top: 21px;
    z-index: -1;
    margin-left: auto;
    width: 76.76%;
  }

  .home-heading {
    font-size: 56px;
  }

  .home-image img {
    width: 100%;
    height: 100%;
  }

  .masked {
    width: 100%;
    aspect-ratio: 462 / 473;
    display: block;
  }

  .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 #000000;
    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;
  }

  .stripe-img {
    height: 44px !important;
  }

  .sales-force-img {
    width: 75px !important;
  }

  /* 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-card {
    clip-path: polygon(
      22px 0px,
      90% 0%,
      100% 21px,
      100% 100%,
      0px 100%,
      0px 21px
    );
  }

  .profile-section-heading h2 {
    font-size: 16px;
  }

  .image-card {
    height: 179px;
  }

  .profile-name {
    font-size: 16px;
  }

  .image-card img {
    /* padding: 13px; */
  }

  .image-card .img-contain {
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }

  .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;
  }

  .masked-career {
    width: 100%;
    aspect-ratio: 380 / 373;
    max-width: auto;
    height: 100%;
  }

  /* --------------------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-img {
    margin-bottom: 86px;
  }
}
