.team-13 {
  position: relative;
  font-family: "Mukta", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
/* @media (max-width: 575px) {
  .team-13 {
    height: 60vh;
  }
} */
.team-13 .team__wrapper {
  position: relative;
}
.team-13 .team__box {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 575px) {
  .team-13 .team__box {
    gap: 60px;
  }
}
.team-13 .team__box-content {
  display: flex;
  justify-content: center;
}
.team-13 .team__box-content:not(:first-child) .team__box-wrapper {
  position: relative;
}
.team-13 .team__box-content:not(:first-child) .team__box-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  width: calc(100% + 60px);
  height: 10px;
  border: 2px solid rgba(2, 71, 162, 0.2);
  border-bottom: 0px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .team-13 .team__box-content:not(:first-child) .team__box-wrapper::before {
    width: calc(100% + 30px);
  }
}
@media (max-width: 575px) {
  .team-13 .team__box-content:not(:first-child) .team__box-wrapper::before {
    top: -30px;
  }
}
@media (max-width: 400px) {
  .team-13 .team__box-content:not(:first-child) .team__box-wrapper::before {
    width: 100%;
  }
}
.team-13 .team__box-content:nth-child(2) .team__box-wrapper {
  position: relative;
}
.team-13 .team__box-content:nth-child(2) .team__box-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  height: 10px;
  width: 2px;
  background-color: rgba(2, 71, 162, 0.2);
}
@media (max-width: 575px) {
  .team-13 .team__box-content:nth-child(2) .team__box-wrapper:after {
    top: -70px;
  }
}
.team-13 .team__box-content:nth-child(2) .team__box-wrapper .single__box-wrapper {
  max-width: 180px;
  text-align: center;
}
.team-13 .team__box-content:nth-child(2) .team__box-wrapper .single__box-wrapper .single__box-position {
  text-align: center;
}
.team-13 .team__box-content:first-child .single__box-wrapper {
  flex-direction: row;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__left {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right {
  border: 1px solid #cce1ff;
  padding: 16px;
  border-radius: 6px;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link li a {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link li a:hover::before {
  background-color: #cce1ff;
  width: 100%;
  height: 10px;
  transition: height 300ms 100ms ease-in-out, width 500ms 500ms ease-in-out, background-color 300ms 100ms ease-in-out;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 20px;
  background-color: var(--theme-300);
  transition: height 300ms ease-in-out, width 500ms ease-in-out;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link li a svg {
  position: relative;
  display: flex;
  font-size: 16px;
}
.team-13 .team__box-content:first-child .single__box-wrapper .wrapper__right .wrapper__link li a span {
  position: relative;
}
.team-13 .team__box-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 160px;
}
@media (max-width: 1199px) {
  .team-13 .team__box-wrapper {
    gap: 90px;
  }
}
@media (max-width: 991px) {
  .team-13 .team__box-wrapper {
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .team-13 .team__box-wrapper {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .team-13 .team__box-wrapper {
    gap: 30px;
  }
}
@media (max-width: 450px) {
  .team-13 .team__box-wrapper {
    gap: 15px;
  }
}
.team-13 .single__box-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 16px;
  background: var(--theme-light-color);
  border-radius: 6px;
  padding: 16px;
}
@media (max-width: 768px) {
  .team-13 .single__box-wrapper {
    width: 150px;
  }
}
.team-13 .single__box-image {
  width: 100%;
  height: 150px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.team-13 .single__box-image img {
  width: 100%;
  height: 100%;
}
.team-13 .single__box-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  justify-content: center;
}
.team-13 .single__box-name {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .team-13 .single__box-name {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .team-13 .single__box-name {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .team-13 .single__box-name {
    font-size: 14px;
  }
}
.team-13 .single__box-position {
  font-size: 16px;
  color: #737373;
  font-weight: 500;
}
@media (max-width: 767px) {
  .team-13 .single__box-position {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .team-13 .single__box-position {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .team-13 .single__box-position {
    font-size: 12px;
  }
}
