.hero-container {
  padding-top: 0px;
  /* row-gap: 24px; */
}

.hero-image img {
  width: 100%;
  display: block;
}

.hero-image {
  width: auto;
  max-height: 616px;
  overflow: hidden;
}

.hero-below-text-container p {
  font-family: "edge";
  font-weight: 500;
  font-size: 88px;
  line-height: 90%;
  white-space: normal;
  margin-top: -88px;
  background-color: #fff;
  padding-top: 22px;
}

/* leadership-section */
.leadership-section {
  padding-top: 148px;
}

.leadership-section .head-h3 {
  padding-bottom: 15px;
}

.leadership-section .menotr-cards {
  row-gap: 68px;
  padding-top: 0;
}

/* ---------------------------
             popup
 --------------------------*/
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgb(255 255 255 / 77%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}

.popup-overlay.show {
  display: flex;
}

.popup-box {
  position: fixed;
  top: 53px;
  right: 0;
  max-width: 1306px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  transform: translateX(120%);
  z-index: 9999999999;
}

.popup-box.show {
  transform: translateX(0);
}

.popup-close {
  position: absolute;
  right: 29px;
  top: 21px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
}

.popup-prev,
.popup-next,
.popup-close {
  position: absolute;
  top: 26px;
  /* transform: translateY(-50%); */
  background: transparent;
  border: 1px solid #000000;
  padding: 10px 14px;
  width: 41px;
  height: 41px;
  cursor: pointer;
  z-index: 20;
  background-repeat: no-repeat;
  background-position: center;
}

.popup-prev {
  right: 149px;
  background-image: url("https://quintero-solutions.com/udit/assets/arrow_left.svg");
}

.popup-next {
  right: 99px;
  background-image: url("https://quintero-solutions.com/udit/assets/arrow_right.svg");
}

.popup-close {
  right: 30px;
  background-image: url("https://quintero-solutions.com/udit/assets/people_close.svg");
}

.mySwiper {
  width: 100%;
  height: 100%;
}
.card-contain{
  cursor: pointer;
}

/* ------------------------------
        slider in the popup
---------------------------------*/

.slide {
  max-width: 1306px;
  width: 100%;
  background-color: #eabe64;
  padding: 26px 0 56px;
  overflow-x: auto;
  scrollbar-width: thin;
  height: 95vh;
}

.profile-name h2 {
  font-family: "edge";
  font-weight: 500;
  font-size: 88px;
  line-height: 90%;
  width: 80%;
}

.profile-container .profile-image-c img {
  width: 294px;
  height: 385px;
  object-fit: cover;
}

.profile-container .profile-name-c {
  display: flex;
  align-items: flex-end;
  position: relative;
}

/* Designation */
.designation-tab {
  padding-top: 49px;
}

.designation-tab .span-1 {
  border-top: 1px solid #000000;
}

.linkedin a {
  text-decoration: none;
  color: #000;
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 122%;
  padding-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.linkedin a span img {
  width: 12px;
}

.des-head {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  padding-top: 6px;
}

.des-content {
  font-family: "Inter";
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 122%;
  padding-top: 5.37px;
}

/* education container */
.education-container {
  padding-top: 41.8px;
}

.education-container .span-3 {
  border-top: 1px solid #000000;
}

/* more dec container */
.more-dec-container {
  padding-top: 52px;
}

.more-dec-container .more-dec {
  border-top: 1px solid #000000;
}

.bold-more-dec {
  font-family: "Inter";
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  padding-top: 4px;
}

.small-more-dec {
  font-family: "Inter";
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
  padding-top: 20px;
}

/* <!-----------------------------------------
                 Faculty section
-------------------------------------------- --> */
.faculty-section {
  padding-top: 126px;
}

.faculty-section .above-line {
  border-top: 1px solid #0000004d;
}

.faculty-section .faculty-filter-btn {
  font-family: "edge";
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  /* border: 1px solid black; */
  /* clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%); */
  /* border-right: none; */
}

.faculty-section .faculty-filter-btn span {
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 27px 0;
  color: #000;
  cursor: pointer;
  /* clip-path: polygon(0% 0%, 100% 0, 100% 75%, 94% 100%, 0% 100%); */
}

.faculty-section .faculty-filter-btn.active span {
  background: #000;
  color: #fff;
}

.btn-left {
  clip-path: polygon(0% 0%, 100% 0%, 100% 76%, 93.7% 100%, 0% 100%);
  border: 2px solid black;
  border-right: none;
  transform: translateX(0.5px);
}

.btn-middle {
  clip-path: polygon(0% 0%, 100% 0%, 100% 74.2%, 93.2% 100%, 7.5% 100%, 0% 75%);
  border: 2px solid black;
  /* border-right: none;
     border-left: none; */
}

.btn-right {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7.5% 100%, 0% 75%);
  border: 2px solid black;
  border-left: none;
  transform: translateX(-0.5px);
}

.btn-left span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 74.5%, 93.5% 100%, 0% 100%);
}

.btn-middle span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 93.5% 100%, 7.2% 100%, 0% 75%);
}

.btn-right span {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7.5% 100%, 0% 74%);
}

.faculty-filter-container {
  padding-top: 38px;
}

.faculty-filter-btn-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* card and dropdown container */
.faculty-card-drop-container {
  padding-top: 37px;
  padding-bottom: 126px;
}

.faculty-cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 48px;
}

/* custom dropdown  */
.dropdown {
  width: 100%;
  font-family: Arial, sans-serif;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px;
  cursor: pointer;
  border: 1px solid #000000;
  user-select: none;
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.arrow {
  font-size: 18px;
}

.dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
  user-select: none;
}

.dropdown-list li {
  padding: 14px 16px;
  border-bottom: 1px solid #464545;
  border-left: 1px solid #464545;
  border-right: 1px solid #464545;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  color: #464545;
}

.dropdown-list li:hover {
  background: #f5f5f5;
}

/* show more btn */
.show_more_btn_c {
  margin-top: 56px;
  grid-column-start: 4;
}

.show_more_btn {
  font-family: "Inter";
  font-size: 20px;
  line-height: 80%;
  font-weight: 700;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
}

/* media query  */

@media only screen and (max-width: 767px) {
  .leadership-section {
    padding-top: 65px;
  }

  .faculty-section {
    padding-top: 76px;
  }

  /* show more btn */
  .show_more_btn_c {
    margin-top: 46px;
    grid-column-start: 2;
  }

  .show_more_btn {
    font-size: 16px;
  }

  /* hero setion */
  .hero-container {
    padding-top: 0;
    /* row-gap: 24px; */
  }

  .hero-below-text-container p {
    font-size: 50px;
    margin-top: -50px;
    padding-top: 10px;
    padding-right: 10px;
    line-height: 100%;
  }

  .hero-below-text-container {
    grid-column: span 1;
  }

  /*---------- mentor pop up -------*/

  .profile-container .profile-name-c {
    grid-column: span 1;
  }

  .profile-name h2 {
    font-size: 32px;
    width: auto;
  }

  .popup-box {
    max-width: 100%;
  }

  .profile-container .profile-image-c img {
    width: 182px;
    height: 238px;
    object-fit: cover;
  }

  .linkedin-tab-mob {
    border-top: 1px solid #000;
    margin-top: 36px;
  }

  .linkedin a {
    font-size: 16px;
    line-height: 100%;
  }

  .des-head {
    font-size: 12px;
    line-height: 100%;
    padding-top: 3px;
  }

  .des-content {
    font-size: 20px;
    padding-right: 10px;
    padding-top: 3px;
  }

  .mob-mb-5 {
    margin-bottom: 5px;
  }

  .des-content p {
    padding-top: 8px;
  }

  .des-content p:nth-child(1) {
    padding-top: 0;
  }

  .designation-tab {
    padding-top: 44px;
    row-gap: 20px;
  }

  .education-container {
    padding-top: 20px;
  }

  .bold-more-dec {
    font-size: 24px;
  }

  .small-more-dec {
    font-size: 16px;
  }

  .more-dec-container .more-dec {
    border: none;
  }

  .more-dec-container {
    padding-top: 33px;
  }

  .popup-close {
    font-family: "Inter";
    font-weight: 800;
    font-size: 14px;
    line-height: 120%;
  }

  .popup-box {
    top: 0;
  }

  .slide {
    height: 100vh;
    padding: 16px 0 88px;
  }

  .popup-close {
    right: 16px;
    top: 16px;
  }

  /*=----------------- cards -----------*/
  .leadership-section .menotr-cards {
    row-gap: 36px;
  }

  /* faculty section */

  .faculty-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 36px;
    padding-top: 17px;
  }

  .faculty-filter-container {
    padding-top: 17px;
  }

  .faculty-section .faculty-filter-btn {
    font-size: 16px;
  }

  .faculty-drop {
    grid-column: span 2;
    -webkit-tap-highlight-color: transparent;
  }

  .faculty-card-drop-container {
    padding-top: 17px;
    padding-bottom: 55px;
  }

  /* filter btn */
  .faculty-section .faculty-filter-btn span {
    padding: 14px 0px;
  }

  .btn-left {
    border: 1px solid #000;
    border-right: none;
  }

  .btn-right {
    border: 1px solid #000;
    border-left: none;
  }

  .btn-middle {
    border: 1px solid #000;
  }

  /* faculty dropdown */
  .dropdown-header {
    font-size: 14px;
    padding: 13px 16px;
  }

  .dropdown-header .arrow img {
    width: 16px;
    height: 8px;
  }

  /* cards */
  .mentor-text .mentor-dec {
    display: block;
  }

  /* .mentor-text .mentor-deginaton {
    font-family: "Inter";
    font-weight: 400;
    margin-top: 0px;
  } */
  .mentor-text .mentor-dec {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-top: 14px;
  }

  .mentor-text .mentor-head {
    margin-top: 7px;
  }

  .career-features {
    row-gap: 26px;
  }
}

@media only screen and (max-width: 400px) {
  .profile-container .profile-image-c img {
    width: 155px;
    height: 180px;
    object-fit: cover;
  }
}