.alumni {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}

.alumni .tabs-wrapper .tab {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.alumni .tabs-wrapper .tab:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  content: "";
}

.alumni .tabs-wrapper .tab.active {
  --tw-text-opacity: 1;
  color: rgb(24 24 24 / var(--tw-text-opacity, 1));
}

.alumni .tabs-wrapper .tab.active:after {
  opacity: 1;
}

.alumni .heading-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
}

.alumni .heading-wrapper .heading {
  display: flex;
  flex-direction: column;
}

.alumni .heading-wrapper .sub-heading {
  text-align: right;
}

.alumni .content-wrapper .team-wrapper {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.5rem;
}

.alumni .content-wrapper .team-wrapper .team {
  flex: 0 0 calc(25% - 5.625rem);
}

.alumni .content-wrapper .team-wrapper .team .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #bebebe;
  border-radius: 1.5rem;
  padding: 3.125rem 0.5rem;
}

.alumni .content-wrapper .team-wrapper .team .img-wrapper .img {
  overflow: hidden;
  border-radius: 9999px;
  width: 14vw;
  max-width: 15.625rem;
  max-height: 15.625rem;
  height: 14vw;
}

.alumni .content-wrapper .team-wrapper .team .content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.alumni .content-wrapper .team-wrapper.active {
  display: flex;
}

.alumni .content-wrapper .work-wrapper {
  /* display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; */
}

.alumni .content-wrapper .work-wrapper .card {
  flex: 0 0 calc(50% - 5rem);
  aspect-ratio: 1.428;
  position: relative;
  overflow: hidden;
  /* border-radius: 1.5rem; */
}

.alumni .content-wrapper .work-wrapper .card .content {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding: 2.5rem;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) 67.85%,
    rgba(0, 0, 0, 0.8) 84.19%
  );
}

.alumni .content-wrapper .work-wrapper .card .content .info-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.alumni .content-wrapper .work-wrapper .card .content .info-wrapper .profile {
  overflow: hidden;
  border-radius: 9999px;
  height: 4.5rem;
  width: 4.5rem;
}

.alumni
  .content-wrapper
  .work-wrapper
  .card
  .content
  .info-wrapper
  .profile_data {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.alumni
  .content-wrapper
  .work-wrapper
  .card
  .content
  .info-wrapper
  .profile_data
  .info-text {
  font-size: 1.125rem;
  line-height: 100%;
  text-transform: capitalize;
}

.alumni .content-wrapper .work-wrapper.active {
  display: flex;
}

@media (max-width: 96rem) {
  .alumni .content-wrapper .team-wrapper {
    gap: 6rem;
  }

  .alumni .content-wrapper .team-wrapper .team {
    flex: 0 0 calc(25% - 4.5rem);
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper {
    padding: 2.5rem 0.5rem;
  }

  .alumni .content-wrapper .work-wrapper {
    row-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }

  .alumni .content-wrapper .work-wrapper .card {
    flex: 0 0 calc(50% - 1.5rem);
  }
}

@media (max-width: 87.5rem) {
  .alumni {
    padding-top: 4rem;
    padding-bottom: 6.25rem;
  }

  .alumni .tabs-wrapper .tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .alumni .content-wrapper .team-wrapper {
    gap: 4rem;
  }

  .alumni .content-wrapper .team-wrapper .team {
    flex: 0 0 calc(25% - 3rem);
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper {
    border-radius: 1.25rem;
    padding: 1.5rem 0.5rem;
  }

  .alumni .content-wrapper .team-wrapper .team .content {
    margin-top: 1rem;
  }

  .alumni .content-wrapper .work-wrapper {
    row-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .alumni .content-wrapper .work-wrapper .card {
    flex: 0 0 calc(50% - 1.25rem);
  }
}

@media (max-width: 75rem) {
  .alumni .content-wrapper .team-wrapper {
    gap: 2.5rem;
  }

  .alumni .content-wrapper .team-wrapper .team {
    flex: 0 0 calc(33.33% - 1.6875rem);
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper {
    border-radius: 1.25rem;
    padding: 1.5rem 0.5rem;
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper .img {
    width: 13.75rem;
    height: 13.75rem;
  }

  .alumni .content-wrapper .team-wrapper .team .content {
    margin-top: 1rem;
  }

  .alumni .content-wrapper .work-wrapper {
    row-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .alumni .content-wrapper .work-wrapper .card {
    flex: 0 0 calc(50% - 0.75rem);
  }

  .alumni .content-wrapper .work-wrapper .card .content {
    padding: 1.5rem;
  }

  .alumni .content-wrapper .work-wrapper .card .content .info-wrapper .profile {
    height: 4rem;
    width: 4rem;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data
    .info-text {
    font-size: 1.125rem;
    line-height: 100%;
    text-transform: capitalize;
  }
}

@media (max-width: 62rem) {
  .alumni {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .alumni .tabs-wrapper .tab {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .alumni .heading-wrapper {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .alumni .heading-wrapper .heading {
    text-align: center;
  }

  .alumni .heading-wrapper .sub-heading {
    text-align: center;
  }

  .alumni .content-wrapper .work-wrapper .card {
    aspect-ratio: unset;
    /* border-radius: 1rem; */
  }

  .alumni .content-wrapper .work-wrapper .card img {
    aspect-ratio: 1.428;
    /* border-radius: 1rem; */
  }

  .alumni .content-wrapper .work-wrapper .card .content {
    position: static;
    background: unset;
    margin-top: 0.5rem;
    padding: 0px;
  }

  .alumni .content-wrapper .work-wrapper .card .content .info-wrapper .profile {
    height: 4rem;
    width: 4rem;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data {
    gap: 0.125rem;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data
    .description {
    --tw-text-opacity: 1;
    color: rgb(3 3 3 / var(--tw-text-opacity, 1));
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data
    .info-text {
    --tw-text-opacity: 1;
    color: rgb(93 93 93 / var(--tw-text-opacity, 1));
  }
}

@media (max-width: 568px) {
  .alumni {
    padding-top: 0.5rem;
    padding-bottom: 48px;
  }

  .alumni .tabs-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .alumni .tabs-wrapper .tab {
    width: 50%;
    text-align: center;
  }

  .alumni .heading-wrapper {
    margin-bottom: 2.5rem;
    gap: 1rem;
  }

  .alumni .content-wrapper .team-wrapper {
    row-gap: 32px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .alumni .content-wrapper .team-wrapper .team {
    flex: 0 0 calc(50% - 12px);
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper {
    border-radius: 16px;
    padding: 0;
    aspect-ratio: 1;
    overflow: hidden;
  }

  .alumni .content-wrapper .team-wrapper .team .img-wrapper .img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: unset;
  }

  .alumni .content-wrapper .team-wrapper .team .content {
    margin-top: 0.75rem;
    gap: 0px;
  }

  .alumni .content-wrapper .work-wrapper {
    -moz-column-gap: 12px;
    column-gap: 12px !important;
    row-gap: 12px !important;
  }

  .alumni .content-wrapper .work-wrapper .card {
    border-radius: 6px;
  }

  .alumni .content-wrapper .work-wrapper .card img {
    /* border-radius: 6px; */
  }

  .alumni .content-wrapper .work-wrapper .card .content .info-wrapper {
    gap: 0.375rem;
  }

  .alumni .content-wrapper .work-wrapper .card .content .info-wrapper .profile {
    height: 30px;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data
    .description {
    font-size: 14px;
  }

  .alumni
    .content-wrapper
    .work-wrapper
    .card
    .content
    .info-wrapper
    .profile_data
    .info-text {
    font-size: 12px;
  }
}

.workshop-reviews {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.workshop-reviews .workshop-swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: 7.5rem;
  display: grid;
  overflow-x: auto;
  grid-auto-columns: minmax(25rem, auto);
  grid-auto-flow: column;
  gap: 2rem;
}

/* Target the swiper container */
.workshop-swiper {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #aaa transparent; /* Firefox */
}

/* Chrome, Safari, Edge (WebKit-based) */
.workshop-swiper::-webkit-scrollbar {
  height: 8px; /* horizontal scrollbar height */
}

.workshop-swiper::-webkit-scrollbar-track {
  background: transparent;
}

.workshop-swiper::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.workshop-swiper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


.workshop-reviews .workshop-swiper .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.workshop-reviews .workshop-swiper .card .profiler-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.workshop-reviews .workshop-swiper .card .profiler-wrapper .profile {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  border-radius: 9999px;
}
.workshop-reviews .workshop-swiper .card .profiler-wrapper .data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 96rem) {
  .workshop-reviews .workshop-swiper {
    margin-top: 6.875rem;
  }
  .workshop-reviews .workshop-swiper .card {
    gap: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .profile {
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 87.5rem) {
  .workshop-reviews .workshop-swiper {
    margin-top: 100px;
  }
  .workshop-reviews .workshop-swiper .card {
    gap: 2.5rem;
    padding: 2.5rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .profile {
    height: 4rem;
    width: 4rem;
  }
}
@media (max-width: 1200px) {
  .workshop-reviews {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .workshop-reviews .workshop-swiper {
    margin-top: 80px;
  }
  .workshop-reviews .workshop-swiper .card {
    gap: 2rem;
    padding: 2rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .profile {
    height: 3rem;
    width: 3rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .data-wrapper {
    gap: 0;
  }
}
@media (max-width: 992px) {
  .workshop-reviews {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .workshop-reviews .heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .workshop-reviews .workshop-swiper {
    margin-top: 64px;
  }
}
@media (max-width: 568px) {
  .workshop-reviews {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .workshop-reviews .workshop-swiper {
    margin-top: 40px;
    gap: 1rem;
  }
  .workshop-reviews .workshop-swiper .card {
    gap: 2.5rem;
    padding: 1.5rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .profile {
    height: 2.5rem;
    width: 2.5rem;
  }
  .workshop-reviews .workshop-swiper .card .profiler-wrapper .data-wrapper {
    gap: 0.375rem;
  }
}

/* Default: large screens pe 4 columns */
.custom-grid {
  display: grid !important;
  grid-auto-flow: row dense !important;
  gap: 24px !important;
}

@media (min-width: 1200px) {
  .custom-grid {
    grid-template-columns: repeat(12, 1fr) !important;
  }
  .custom-grid .grid-item:nth-child(8n+1),
  .custom-grid .grid-item:nth-child(8n+2),
  .custom-grid .grid-item:nth-child(8n+3),
  .custom-grid .grid-item:nth-child(8n+4) { grid-column: span 3; }
  .custom-grid .grid-item:nth-child(8n+5),
  .custom-grid .grid-item:nth-child(8n+6),
  .custom-grid .grid-item:nth-child(8n+7),
  .custom-grid .grid-item:nth-child(8n+8){ grid-column: span 4; }
  
}

@media (max-width: 1199px) and (min-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .custom-grid .grid-item:nth-child(5n+1),
  .custom-grid .grid-item:nth-child(5n+2),
  .custom-grid .grid-item:nth-child(5n+3) { grid-column: span 2; }
  .custom-grid .grid-item:nth-child(5n+4),
  .custom-grid .grid-item:nth-child(5n+5) { grid-column: span 3; }
}

@media (max-width: 767px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
    gap:16px !important;
  }
  .custom-grid .grid-item { 
    grid-column: span 1 !important; 
    height: 200px !important;
  }
}

@media (max-width: 468px) {
  .custom-grid {
    grid-template-columns: repeat(2, 1fr);
    gap:16px !important;
  }
  .custom-grid .grid-item { 
    grid-column: span 1 !important; 
    height: 150px !important;
  }
}

.grid-item {
  height: 280px;
  overflow: hidden;
  /* border-radius: 12px; */
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge design */
.badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 80px;
  padding: 16px 24px 16px 16px;
  color: rgba(0, 0, 0, 0.7);
}

.badge .profile-pic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right:16px;
}

.badge .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge .profile-info {
  display: flex;
  flex-direction: column;
  margin-right: 48px;
  gap:2px;
}

.badge .name {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.badge .role {
  font-size: 16px;
  font-weight: 400;
  color: rgba(139, 139, 139, 1);
}

.badge .insta-link {
  color: #fff;
  font-size: 32px;
}



/*# sourceMappingURL=alumni.css.map */
