.stat .count-contain {
  font-family: "edge", sans-serif;
  font-weight: 500;
  font-size: 82px;
  line-height: 90%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
}

.stat-section {
  padding-top: 63px;
  padding-bottom: 58px;
}

/* 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) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px !important;
  height: 29px !important;
  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;
}

/* slider end */

.above-line,
.feature-item,
.stat,
.program-block {
  border: none !important;
}

.image-wrapper {
  overflow: hidden;
}

/* ---------------------------------------------
   HEADING SECTION
---------------------------------------------- */
.heading-section {
  background-color: #751f3c;
  color: #fff;
}

.heading-section .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sub-heading {
  font-family: "edge", "Inter";
  font-weight: 800;
  line-height: 120%;
  font-size: 16px;
  text-transform: uppercase;
  color: #ebb3cd;
}

.heading-section h1 {
  margin: 0;
  font-size: 92px;
  font-weight: 500;
  color: #ebb3cd;
  font-family: "edge";
}

/* ---------------------------------------------
   BANNER SECTION
---------------------------------------------- */

.banner-container {
  padding-top: 30px;
  /* row-gap: 24px; */
}

.banner-image {
  z-index: -9;
  position: relative;
}

.banner-image img {
  width: 100%;
  display: block;
}

.banner-brochure-download-container {
  margin-top: 36px;
}

.brochure-download-link {
  display: flex;
  padding: 10px 13px 20px;
  background-color: #5a0d07;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: auto;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  /* clip-path: polygon(0% 0%, 100% 0, 100% 66%, 91% 100%, 0% 100%); */
  /* clip-path: polygon(0% 0%, 100% 0, 100% 75%, 93.5% 100%, 0% 100%); */
  clip-path: polygon(0% 0%,
      /* top-left */
      100% 0%,
      /* top-right */
      100% 75%,
      /* right side before cut */
      94.7% 100%,
      /* diagonal cut point */
      0% 100%
      /* bottom-left */
    );

  font-family: "edge";
  text-transform: uppercase;
}

.brochure-download-link .a-icon {
  margin-left: auto;
}

.banner-below-text-container p {
  font-family: "edge", sans-serif;
  margin: 0;
  margin-top: -72px;
  font-weight: 500;
  color: #751f3c;
  /* max-width: 844px; */
  background: #ffff;
  font-size: 72.7px;
  padding-top: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}

/* -----------------------------------
    OVERVIEW SECTION
-------------------------------------*/

.above-line {
  border-top: 1px solid #0000004d;
  margin-bottom: 16px;
}

/* -------------------------------------
          program section 
------------------------------------------ */

.program-section {
  padding-top: 120px;
}

.program-filters {
  display: flex;
  align-items: center;
}

.program-filters h2 {
  font-family: "Inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
}

.program-filters .filter-option {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 14px 24px;
  max-height: 48px;
  white-space: nowrap;
  margin-right: 15px;
  cursor: pointer;
}

.program-filters .active {
  /* pointer-events: none; */
  color: #fff;
  background-color: #000;
}

.one-half {
  width: calc(100% / 2);
}

.program-filters .one-half:nth-child(2) {
  display: flex;
  align-items: center;
}

.program-block {
  margin-top: 30px;
  margin-bottom: 24px;
  /* padding-top: 9px; */
  padding-top: 7px;
  border-top: 1px solid #0000004d;
  display: flex;
}

.program-btn-contianer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 44px; */
  margin-top: 92px;
}

.program-duration .program-duration-text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  white-space: nowrap;
}

.program-duration .program-duration-text:nth-child(2) {
  padding-left: 20px;
}

.program-duration .program-duration-text::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #000;
  height: 12px;
  width: 12px;
  margin-right: 8px;
}

.program-learn-more-btn {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  color: #000;
}

.program-apply-btn {
  position: relative;
  font-family: "Inter";
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  vertical-align: middle;
  display: flex;
  width: 211px;
  height: auto;
  padding: 11px 14px;

  border: 1px solid #000;

  /* clip-path: polygon(0% 0%, 100% 0, 100% 75%, 94% 100%, 0% 100%); */
  clip-path: polygon(0% 0%, 100% 0, 100% 74%, 93.9% 100%, 0% 100%);
}

.program-apply-btn::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 1px;
  background: #000;
  bottom: 7px;
  right: -10px;
  transform: rotate(140deg);
}

.program-apply-btn .a-icon {
  margin-left: auto;
}

.program-apply-btn .a-icon img {
  width: 15px;
  height: 15px;
}

.program-apply-container {
  display: flex;
  align-items: center;
}

.program-learn-more-btn {
  display: flex;
  align-items: center;
  margin-right: 16px;
  white-space: nowrap;
}

.program-learn-more-btn .a-icon {
  padding-left: 10px;
}

.program-learn-more-btn .a-icon img {
  width: 12px;
  height: 12px;
}

.program-block-container {
  overflow: hidden;
  max-height: 700px;
  transition: max-height 0.6s ease-out;
}

.programme-head {
  font-family: "inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
  letter-spacing: 0px;
  padding-bottom: 81px;
  padding-top: 16.19px;
}

.programme-head strong {
  font-weight: 500;
}

.prog-img {
  width: 330px;
  height: 240px;
}

.program-heading .head-h3 {
  font-family: "inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.program-block .one-half.prog-flex {
  gap: 19px;
  display: flex;
}

/* industry connects --------------------------------*/

.industry-connects-section {
  margin-top: 72px;
}

.connects-img-container {
  row-gap: 45px;
}

.industry-img-contain {
  border-top: 1px solid #0000004d;
  /* padding: 28px 0; */
  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;
}

/* -----------------------
practising-professionals
----------------------------- */

.practising-professionals {
  padding-top: 111px;
}

.head-h2 {
  font-family: "Inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
}

.practising-professionals .menotr-cards {
  padding-top: 48px;
  row-gap: 48px;
}

.menotr-cards {
  padding-top: 20px;
}

.view-all-btn a {
  margin-top: 32px;
  background-color: #5a0d07;
  width: 221px;
  height: 71px;
}

.practising-professionals .mentor-text .mentor-head {
  margin-top: 12px;
}

.practising-professionals .mentor-text .mentor-dec {
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  margin-top: 8px;
}

.mentor-text .mentor-prev-deginaton {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  margin-top: 20px;
}

/*----------------------------------------------
Spaces-that-inspire section 
--------------------------------------------------*/

.Spaces-that-inspire {
  padding-top: 111px;
}

.Spaces-that-inspire .capsule {
  border: 1.19px solid #000;
  color: #000;
}

.Spaces-that-inspire .capsule:not(:last-child)::after {
  background: #000;
}

.Spaces-that-inspire .capsule-wrap:nth-child(1 of .capsule-wrap) {
  padding-top: 48px;
}

.Spaces-that-inspire .capsule-wrap:nth-child(4 of .capsule-wrap) {
  padding-bottom: 48px;
}

/* -------------------------
next step section
----------------------------- */

.next-steps {
  padding-top: 30px;
  padding-bottom: 30px;
}

.next-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.next-title-contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.next-step-content {
  padding-top: 14px;
  padding-bottom: 14px;
}

.brown-btn.black {
  color: #000;
}

/* overlaY */
.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
}

/* hire capability section */
.hire-capability {
  background: #000;
  padding-top: 62px;
  padding-bottom: 96px;
}

.hire-capability-head p {
  font-family: "inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #ffffff;
  padding-right: 13px;
}

.hire-capability-head p strong {
  font-weight: 500;
}

.hire-capability-main {
  display: flex;
}

.hire-capability-text p {
  font-family: "inter";
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

.capsule-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  /* space between capsules */
  padding-top: 10.66px;
}

.capsule-wrap.mob-none {
  display: flex !important;
}

.capsule-wrap.mob-none {
  display: flex !important;
}

.capsule-wrap:nth-child(1 of .capsule-wrap) {
  padding-top: 33px;
}

.hire-capability-img {
  padding-top: 70px;
}

.hire-capability-text {
  padding-top: 46px;
}

.masked-hire {
  clip-path: url(#cliphire);
  width: 317px;
  aspect-ratio: 317 / 322;
  display: block;
}

.masked-hire img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capsule {
  position: relative;
  padding: 11.66px 18.97px;
  border: 1.19px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-family: "inter";
  font-weight: 800;
  font-size: 18.97px;
  line-height: 120%;
  letter-spacing: 0%;
}

/* Connector Line */
.capsule:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  /* should match half of gap */
  width: 11px;
  height: 1.19px;
  background: #fff;
  transform: translateY(-50%);
}

.video-section-content {
  padding-top: 72px;
}

/* Our philosophy section */

.philosophy-head .philosophy-head-h3 {
  font-family: "edge", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 88px;
  line-height: 100%;
  letter-spacing: 0%;
  border-top: 10px solid #000;
  padding-top: 15px;
  margin-top: 48px;
}

.philosophy-text p {
  font-family: "inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  padding-top: 52px;
  padding-bottom: 72px;
}

.philosophy-text p strong {
  font-weight: 600;
}

.philosophy-feature-h3 {
  font-family: "inter";
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
  padding: 12px 0 52px 0;
  max-height: 130px;
}

.philosophy-feature-p {
  font-family: "inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

/* assignment section */
.assignment {
  padding-top: 72px;
}

.assignment-head {
  font-family: "inter";
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}

.assignment .border_line_p {
  padding-bottom: 12px;
}

.assignment-slider-contain .img-contain {
  width: 100%;
  height: 376px;
}

.assignment-slider-contain .img-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-contain {
  padding: 18px 28px 16px 16px;
  min-height: 310px;
}

.text-contain.black {
  background-color: black;
  color: #fff;
}

.text-contain.purple {
  background-color: #751F3C;
  color: #fff;
}

.text-contain.blue {
  background-color: #9CB5DC;
  color: #000;
}

.assignment-slider-contain .blue .learn-more a {
  color: #000;
}

.assignment-slider-contain .blue .learn-more a img {
  filter: invert(1);
}

.assignment-text {
  padding-bottom: 24px;
}

/* .assignment-slider-contain .slide {
  width: 678px;
} */

.assignment-slider-contain .text-title {
  font-family: "inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  padding-bottom: 8px;
}

.assignment-slider-contain .learn-more a {
  font-family: "inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  /* padding-top: 12px; */
  padding-top: 30px;
}

.assignment-slider-contain .learn-more a img {
  margin-left: 10px;
  margin-bottom: -2px;
}

.assignment-slider-contain .corner-text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  background: #eabe64;
  padding: 3px 15px;
  font-family: "inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
}

/* Industry leaders section */
.Industry-leaders {
  padding-top: 108px;
}

.Industry-leaders .border_line_p {
  padding-bottom: 12px;
}

.Industry-leaders .assignment-text {
  padding-bottom: 53px;
}

.Industry-leaders-cards .mentor-img2 {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.Industry-leaders-cards .mentor-text .mentor-head {
  margin-top: 12px;
}
.Industry-leaders-cards .mentor-text .mentor-deginaton{
  min-height: 48px;
}

.Industry-leaders-cards .assignment-card-br {
  margin-top: 0;
  padding-bottom: 12px;
}

.Industry-leaders-cards .mentor-text .mentor-dec {
  margin-top: 0;
  font-size: 20px;
}

.Industry-leaders-cards .learn-more {
  margin-top: 20px;
}

.Industry-leaders-cards .learn-more a {
  font-family: "inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  text-decoration: none;
}

.Industry-leaders-cards .learn-more a img {
  margin-left: 10px;
  margin-bottom: -2px;
}

.Industry-leaders-cards .cards-container {
  row-gap: 72px;
}

.Industry-leaders-cards .card-contain {
  /* height: 473px;
  max-height: 473px; */
}

.Industry-leaders-cards .mentor-text {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* height: calc(100% - 220px); */
      gap: 14px;
}

.card-contain .play-video-btn img {
  width: 18px;
  height: 18px;
}

.card-contain .play-video-btn {
  padding: 6px 0px 3px 5px;
  width: auto;
  height: auto;
  font-size: 18.47px;
  line-height: 90%;
  gap: 5.25px;
}

.card-contain .video_container {
  width: 100%;
  height: 100%;
  aspect-ratio: 327 / 220;
}

/*   <!-- Employed before graduation section --> */

.dark {
  background-color: #000;
  color: #ffffff;
}

.graduation-section {
  padding-top: 76px;
}

.graduation-section .graduation-head {
  font-family: "edge", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 90%;
  padding-bottom: 80px;
  padding-top: 20px;
  padding-left: 20px;
}

.graduation-section .graduation-sub-head {
  font-family: "inter";
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  padding-left: 20px;
}

.graduation-section .graduation-text {
  font-family: "inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  padding-right: 112px;
  padding-bottom: 24px;
}

.graduation-section .graduation-text span {
  font-weight: 500;
}

.graduation-contain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.graduation-contain .white-box {
  width: 100%;
  height: 59px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  grid-column-start: 1;
  grid-column-end: 1;
  transform: translate(-1px, 1px);
}

.connects-img-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}

.show-button-section .anchor_line {
  padding-top: 8px;
  margin-top: 40px;
}

.show-more-btn {
  font-family: "Inter";
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}

.anchor_line {
  transition: all ease-out 0.2s;
  position: relative;
}

.show-button-section .anchor_text {
  display: inline-flex;
  padding-bottom: 8px;
}

/* awards section */
.awards-section {
  padding-top: 130px;
}

.awards-section .card-contain {
  height: 408px;
  max-height: 408px;
}

.awards-section .mentor-img2 {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.awards-section .mentor-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 230px);
}

.awards-section .card-contain .video_container {
  width: 100%;
  height: 100%;
  aspect-ratio: 327 / 230;
}

.awards-section .mentor-text .mentor-deginaton {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin-top: 4px;
}

.awards-section .mentor-text .mentor-dec {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  margin-top: 7px;
}

.awards-section .mentor-text .mentor-dec2 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.awards-section .mentor-text .mentor-dec2.first {
  padding-top: 26px;
  padding-bottom: 4px;
}

.awards-section .left-ctext {
  padding: 4px 10px 3px 9px;
  background-color: #eabe64;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 122%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.awards-section .cards-container {
  row-gap: 72px;
}

/* comparison section */

.comparison-section {
  background: #751f3c;
  padding: 40px 0;
  margin-top: 111px;
}

.comparison-section .head-h2 {
  color: #ebb3cd;
  font-family: "Inter";
  font-weight: 200;
  font-size: 46px;
  line-height: 48px;
  margin-bottom: 80px;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.comparison-table-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  border-top: 10px solid #ffffff;
}

.col {
  position: relative;
}

.col-head {
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  padding: 24px 0px 18px 0px;
  border-bottom: 0.5px solid #ffffff;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Inter";
}

.col-label {
  border-top: 10px solid #ffffff;
}

/* .col-label .col-head {
  border-bottom: none;
} */

.row {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 20px;
  border-bottom: 0.5px solid #ffffff;
  min-height: 57px;
  display: flex;
  align-items: center;
  color: #fff;
}

.col:last-child .row,
.col:last-child .col-head {
  border-right: none;
}

.col-label .row {
  text-transform: uppercase;
}

.col-highlight {
  background: #f5b0ce33;
}

.col-highlight .row {
  padding-left: 18px;
}

.col-highlight .col-head {
  padding-left: 18px;
}

.limited {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  font-family: "Inter";
}

.tick {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
}

.cross {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.row:last-child {
  border-bottom: none;
}

/* belonging section css  */
.belong-topSection {
  padding: 60px 0px 22px 0px;
  background-color: #ebb3cd;
}

.belong-heading {
  font-family:
    "uad-edge",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  font-size: 180px;
  line-height: 80%;
  color: #751f3c;
  max-width: 1006px;
}

/* bottm belong sectoion  */
.belong-bottomSection {
  background-color: #751f3c;
  padding: 160px 0px 43px 0px;
}

.dept-heading {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  font-family: "Inter";
  color: #ffffff;
  margin-bottom: 22px;
}

.belong-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
}

.dept-col {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  font-family: "Inter";
  color: #ffffff;
  min-height: 76px;
  padding-top: 5px;
  /* border-top: 0.5px solid #ffffff99; */
}

.dept-col .border_line {
  border-top: 1px solid #ffffff99;

}

.belong-left {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.belong-img {
  position: absolute;
  top: -282px;
  width: 517px;
}

.masked-belong {
  aspect-ratio: 517.924 / 530.877;
  max-width: 517.924px;
  width: 100%;
  clip-path: url(#clipBelong);
}

.belong-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brown-btn {
  background-color: #fff;
  color: #5a0d07;
  width: 328px;
}

.belong-btn {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* responsive  styling */

@media only screen and (max-width: 1170px) {
  .program-duration .program-duration-text:nth-child(2) {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 960px) {
  .program-apply-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .stat .count-contain {
    font-size: 90px;
  }
}

/*------------------------- responsive--------------------- */
@media only screen and (max-width: 1280px) {
  /* slider */

  .custom-next,
  .custom-prev {
    top: 280px !important;
  }

  /* slider  end*/
}

@media only screen and (max-width: 1160px) {
  /* slider */

  .custom-next,
  .custom-prev {
    top: 235px !important;
  }

  /* slider  end*/
}

@media only screen and (max-width: 930px) {
  /* slider */

  .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;
  }

  .desk-none {
    display: block !important;
  }

  .mob-none {
    display: none !important;
  }

  /* ---------------common font -----------------*/
  .inter-body-p {
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 121%;
  }

  .head-h3 {
    font-family: "Inter";
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
  }

  .mb-12 {
    margin-bottom: 12px;
  }

  /*-----------------------  hero setion----------------*/
  .banner-container {
    padding-top: 16px;
  }

  .logo-container img {
    width: 64px;
  }

  .hero-head {
    font-family: "edge";
    font-weight: 500;
    font-size: 56px;
    line-height: 90%;
    color: #ebb3cd;
  }

  .sub-heading {
    padding-bottom: 14px;
    line-height: 100%;
  }

  .heading-section .container {
    padding-top: 30px;
  }

  .banner-image {
    width: auto;
    height: 616px;
  }

  .banner-image img {
    height: 100%;
    object-fit: cover;
  }

  /* 
  .banner-below-text-container p {
    background-color: transparent;
  } */

  .bg-white {
    background-color: #fff;
    padding-right: 12px;
  }

  .banner-below-text-container p {
    font-family: "uad-edge", sans-serif;
    font-size: 50px;
    margin-top: -120px;
    margin-left: -0.5px;
    padding-top: 11px;
    max-width: 322px;
    width: 100%;
  }

  .banner-below-text-container p .sm-tx {
    font-size: 24px;
    line-height: 80%;
    display: block;
    padding-left: 2px;
  }

  .brochure-download-link {
    font-size: 16px;
    padding: 7px 7px 26px;
  }

  .brochure-download-link .a-icon img {
    width: 12px;
    height: 12px;
  }

  .belong-bottomSection .brochure-download-link .a-icon img {
    width: 17px;
    height: 17px;
  }

  .banner-brochure-download-container {
    margin-top: 32px;
  }

  .craft-mob {
    font-family: "Inter";
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    margin-top: 55px;
  }

  .heading_oveline .line_over {
    font-family:
      "uad-edge",
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      "Open Sans",
      "Helvetica Neue",
      sans-serif;
  }

  /* .heading_oveline .line_over:before {
    position: absolute;
    top: 10.5px;
    left: 0;
    display: flex;
    gap: 18px;
    content: "";
    z-index: 999;
    background: #751f3c;
    width: 100%;
    height: 5px;
  }

  .heading_oveline .line_over.l1:before {
    width: 94%;
  }

  .heading_oveline .line_over.t1:before {
    width: 86%;
  } */

  /* -------------------------
next step section
----------------------------- */

  .next-steps {
    padding-top: 16px;
    padding-bottom: 18px;
  }

  /* ----------------overview -------------------- */

  .above-line {
    margin-bottom: 8px;
    border-top: 1px solid #000000;
  }

  /* program section */

  .program-filters {
    flex-direction: column;
    align-items: flex-start;
  }

  .program-section {
    padding-top: 88px;
  }

  .program-filters h2 {
    font-size: 24px;
    line-height: 100%;
  }

  .program-filters .one-half:nth-child(2) {
    padding-top: 25px;
    justify-content: space-between;
  }

  .program-filters .filter-option {
    font-size: 14px;
    line-height: 25px;
    padding: 7.5px 18.5px;
    margin-right: 0;
    max-height: 40px;
  }

  .program-block {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 12px;
    margin-bottom: 56px;
  }

  .program-block .one-half,
  .program-filters .one-half {
    width: 100%;
  }

  .program-heading .head-h3 {
    font-size: 20px;
  }

  .program-duration {
    margin-top: 8px;
  }

  .program-duration .program-duration-text {
    font-size: 14px;
  }

  .program-duration .program-duration-text::before {
    height: 10px;
    width: 10px;
  }

  .program-duration .program-duration-text:nth-child(2) {
    padding-left: 16px;
  }

  .program-content {
    padding-top: 24px;
  }

  .program-btn-contianer {
    margin-top: 21px;
  }

  .program-apply-container {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }

  .program-learn-more-btn {
    margin-right: 0;
  }

  .program-block.show {
    margin-top: 24px;
    padding-top: 12px;
  }

  /* ------------------------------------industry connects------------------------- */


  .industry-img-contain {
    border-top: 0.5px solid #747474;
    padding: 12px 0 0 0;
    display: flex;
    max-height: 90px;
    height: 90px;
  }

  .sales-force-img {
    width: 75px !important;
  }

  .stripe-img {
    height: 44px !important;
  }

  .connects-img-container {
    row-gap: 36px;
    padding-top: 24px;
  }

  .connects-img-container .industry-img-contain img {
    max-width: 80%;
    width: auto;
    height: auto;
  }

  /* --------------------------practising professional section -------------------- */
  .practising-professionals {
    padding-top: 48px;
  }

  .view-all-btn a {
    max-width: 250px;
    margin-top: 22px;
    width: 48%;
    height: 65px;
    padding: 7px 7px 26px;
  }

  .practising-professionals .menotr-cards {
    padding-top: 51px;
    row-gap: 32px;
  }

  .menotr-cards {
    padding-top: 43px;
  }

  .practising-professionals .mentor-prev-deginaton {
    /* font-family: "inter-Regular"; */
    font-size: 14px;
    line-height: 120%;
    margin-top: 14px;
  }

  .practising-professionals .mentor-img {
    height: 214px;
  }

  /*---------------------- Spaces that inspire section ------------------ */
  .Spaces-that-inspire {
    padding-top: 72px;
  }

  .Spaces-that-inspire .above-line {
    margin-bottom: 12px;
  }

  .Spaces-that-inspire .head-h2 {
    margin-bottom: 16px;
  }

  .Spaces-that-inspire .capsule-wrap:nth-child(5 of .capsule-wrap) {
    padding-top: 28px;
  }

  .Spaces-that-inspire .capsule-wrap:nth-child(8 of .capsule-wrap) {
    padding-bottom: 28px;
  }

  /* nav course page */
  .close-text {
    display: none !important;
  }

  .mobile-header-container .mob-hamburger-container {
    padding-right: 16px;
  }

  /* stat section */
  .stat .count-contain {
    font-size: 56px;
  }

  .stat-section {
    padding-top: 45px;
    padding-bottom: 48px;
  }

  /* Hire Capability **********************/
  .hire-capability {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .hire-capability-head p {
    font-size: 30px;
    line-height: 100%;
    font-weight: 300;
  }

  .hire-capability-head p strong {
    font-weight: 700;
  }

  .hire-capability-img {
    padding-top: 45px;
  }

  .hire-capability-main {
    flex-direction: column;
  }

  .hire-capability-main .one-half {
    width: 100%;
  }

  .masked-hire {
    max-width: 297px;
    width: 100%;
  }

  .hire-capability-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 24px;
  }

  .capsule {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    white-space: nowrap;
  }

  .capsule-wrap.desk-none {
    display: flex !important;
    flex-wrap: nowrap;
  }

  .capsule-wrap.mob-none {
    display: none !important;
  }

  .capsule-wrap {
    padding-top: 12px;
  }

  /* video section ********************************************** */

  .video-section-content {
    padding-top: 33px;
  }

  /* programme setion ************************ */
  .program-section {
    padding-top: 64px;
  }

  .programme-head {
    padding-top: 18px;
    padding-bottom: 60px;
    font-size: 24px;
    line-height: 32px;
    white-space: nowrap;
  }

  .programme-head strong {
    font-weight: 600;
  }

  .program-block .one-half.prog-flex {
    flex-direction: column;
    gap: 32px;
  }

  .prog-img {
    width: 100%;
    height: 224px;
  }

  .prog-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .program-duration {
    margin-top: 46px;
  }

  /*  philosophy section ------------------- */
  .philosophy-head .philosophy-head-h3 {
    margin-top: 24px;
    padding-top: 16px;
    font-size: 48px;
    line-height: 90%;
  }

  .philosophy-text p {
    font-size: 20px;
    padding-top: 46px;
    padding-bottom: 42px;
    padding-left: 102px;
  }

  .philosophy-text p strong {
    font-weight: 300;
  }

  .philosophy-feature-h3 {
    font-size: 16px;
    padding: 10px 0 10px 0;
    line-height: 121%;
  }

  .philosophy-feature-h3 .third {
    padding-top: 56px;
  }

  .philosophy-feature-p {
    font-size: 16px;
    line-height: 121%;
  }

  /* assignment section--------------------------------------------- */

  .assignment {
    padding-top: 49px;
  }

  .assignment .border_line_p {
    padding-bottom: 21px;
  }

  .assignment-head {
    font-size: 24px;
  }

  .mob-span-2 {
    grid-column: span 2;
  }

  .assignment-text {
    padding-bottom: 28px;
    padding-top: 24px;
    padding-left: 102px;
  }

  .assignment-slider-contain .slide {
    width: 100%;
  }

  .assignment-slider-contain .img-contain {
    height: 211px;
  }

  .assignment-text {
    padding-bottom: 28px;
  }

  .swiper-wrapper-no-slide {
    display: flex;
    flex-direction: column;
    gap: 21px;
  }

  .assignment-slider-contain .text-title {
    font-size: 16px;
    line-height: 121%;
    padding-bottom: 13px;
  }

  .assignment-slider-contain .learn-more a {
    padding-top: 22px;
  }

  .text-contain {
    padding: 18px 18px 16px 16px;
    min-height: auto;
  }

  /* industry section ------------------------  */
  .Industry-leaders {
    padding-top: 46px;
  }

  .Industry-leaders .border_line_p {
    padding-bottom: 24px;
  }

  .Industry-leaders .assignment-text {
    padding-bottom: 36px;
  }

  .Industry-leaders-cards .mentor-img2 {
    height: 156px;
  }

  .card-contain .video_container {
    aspect-ratio: 182 / 156;
  }

  .Industry-leaders-cards .mentor-text .mentor-head {
    font-weight: 800;
  }

  .Industry-leaders-cards .mentor-text .mentor-deginaton {
    font-size: 16px;
    line-height: 121%;
    margin-top: 4px;
    font-weight: 300;
    min-height: 58px;
  }

  .Industry-leaders-cards .mentor-text .mentor-dec {
    margin-top: 0;
    font-size: 16px;
  }

  .Industry-leaders-cards .mentor-text {
    /* height: calc(100% - 156px); */
  }

  .Industry-leaders-cards .card-contain {
    /* height: 419px;
    max-height: 419px; */
  }
  .Industry-leaders-cards .card-contain .above-text.third-line {
    min-height: 112.72px;
  }

  .Industry-leaders-cards .cards-container {
    row-gap: 42px;
  }

  /* graduation section [[[[[[[[[[[[[-+------------------------------------- */
  .graduation-section {
    padding-top: 71px;
  }

  .graduation-contain {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .graduation-section .graduation-head {
    font-size: 32px;
    line-height: 90%;
    padding-bottom: 50px;
    padding-top: 25px;
    padding-left: 23px;
  }

  .graduation-section .graduation-sub-head {
    font-size: 24px;
    padding-left: 23px;
    white-space: nowrap;
  }

  .graduation-section .graduation-text {
    font-size: 16px;
    line-height: 121%;
    padding-right: 0;
    padding-left: 26.8333%;
    padding-top: 56px;
    padding-bottom: 101px;
    padding-right: 15px;
  }

  .graduation-contain .white-box {
    max-width: 102px;
  }

  /* industry connects----------------------------------- */

  .industry-connects-section {
    margin-top: 59px;
  }

  .connects-img-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
  }

  .show-more-btn {
    grid-column-start: 2;
  }

  /* awards section ----------------------------- */

  .awards-section {
    padding-top: 92px;
  }

  .awards-section .mentor-img2 {
    height: 156px;
  }

  .awards-section .card-contain .video_container {
    aspect-ratio: 183 / 156;
  }

  .awards-section .left-ctext {
    padding: 6.5px 10px 5.5px 9px;
    font-size: 12px;
    line-height: 122%;
  }

  .card-contain .play-video-btn {
    padding: 7px 0px 6px 9px;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 90%;
    gap: 5.25px;
  }

  .card-contain .play-video-btn img {
    width: 14px;
    height: 14px;
  }

  .awards-section .mentor-text .mentor-head {
    font-size: 16px;
    line-height: 121%;
    margin-top: 12px;
    font-weight: 800;
  }

  .awards-section .mentor-text .mentor-deginaton {
    font-size: 13px;
    line-height: 100%;
    margin-top: 4px;
  }

  .awards-section .mentor-text .mentor-dec {
    margin-top: 12px;
  }

  .awards-section .mentor-text .mentor-dec2.first {
    padding-top: 20px;
    padding-bottom: 4px;
  }

  .awards-section .mentor-text {
    height: calc(100% - 156px);
  }

  .awards-section .card-contain {
    height: 395px;
    max-height: 395px;
  }

  .awards-section .cards-container {
    row-gap: 48px;
  }

  .awards-section .cards-container {
    padding-top: 17px;
  }

  /* practising professionals */

  .head-h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
  }

  .practising-professionals .mentor-text .mentor-head {
    margin-top: 6.75px;
  }

  .practising-professionals .mentor-text .mentor-deginaton {
    letter-spacing: 0.22px;
  }

  .practising-professionals .mentor-text .mentor-dec {
    display: none;
  }

  /* comparison section -------------------------------------------------> */
  .comparison-table {
    /* grid-template-columns: repeat(2, 1fr); */
    column-gap: 16px;
    width: 808px;
    overflow: scroll;
  }

  .col {
    max-width: 182px;
  }

  .comparison-table-2 {
    /* grid-template-columns: repeat(1, 1fr); */
    column-gap: 16px;
    grid-column: span 3;
    border-top: 6px solid #ffffff;
  }

  .comparison-section {
    background: #751f3c;
    padding: 20px 0 40px;
    margin-top: 68px;
  }

  .comparison-section>.container {
    /* grid-template-columns: repeat(4, 1fr); */
    overflow: scroll;
  }

  .comparison-section .container .head-h2 {
    grid-column: span 2;
  }

  .col-label {
    text-transform: uppercase;
    border-top: 6px solid #ffffff;
  }

  .comparison-section .head-h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 33px;
  }

  .col-head {
    font-size: 16px;
    font-weight: 800;
    line-height: 120%;
    /* letter-spacing: 0.4px; */
    /* text-transform: uppercase; */
    max-height: 59px;
  }

  .col-head {}

  .row {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    min-height: 76px;
  }

  .row.three-line {
    min-height: 92px;
  }

  /* Blong here section */
  .belong-heading {
    font-size: 96px;
    line-height: 95px;
  }

  .belong-topSection {
    padding: 24px 0px 170px 0px;
  }

  .masked-belong {
    aspect-ratio: 278 / 285;
    max-width: 278px;
  }

  .belong-bottomSection {
    padding: 300px 0px 20px 0px;
  }

  .belong-img {
    top: -822px;
    right: 0;
  }

  .dept-heading {
    font-size: 24px
  }

  .belong-grid {
    column-gap: 16px;
  }

  .dept-col {
    font-size: 16px;
    min-height: 82px;
    padding-top: 10px;
  }

  .belong-left {
    justify-content: normal;
  }

  .belong-btn {
    margin-top: 48px;
  }

  .belong-bottomSection .brochure-download-link {
    height: 78px;
    font-size: 24px;
    padding: 10px 10px 20px;
  }

  /* next step section---------------------------- */
  .next-step-content {
    padding-bottom: 17px;
    width: 57.105263157894%;
  }

  .next-steps .brochure-download-link {
    /* width: 188px; */
    width: 88.635945%;
    height: 68px;
    margin-left: 12px;
  }

  .next-title-contain {
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 35px;
    padding-right: 35px;
  }

  .next-links a {
    padding-left: 0;
  }

  .next-links {
    padding-top: 57px;
    gap: 8px;
  }
}

/* samll screens */

@media only screen and (max-width: 385px) {
  .capsule {
    font-size: 11.5px;
  }

  .programme-head {
    font-size: 22px;
  }

  .Industry-leaders-cards .mentor-text .mentor-dec {
    font-size: 15.5px;
  }

 .Industry-leaders-cards .mentor-text .mentor-deginaton {
    font-size: 15.5px;
  }

}