@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;700;800&family=Happy+Monkey&family=Kanit:wght@200;400;500;700;900&family=VT323&display=swap");
@font-face {
  font-family: "funky";
  src: url("../assets/RoundyRainbows.otf");
}
.roadmap {
  background: #1e1e2f;
  letter-spacing: 1px;
  background-image: linear-gradient(0deg, hsl(0deg, 0%, 100%) 0%, hsl(314deg, 100%, 77%) 1%, hsl(299deg, 62%, 52%) 11%, hsl(285deg, 59%, 60%) 57%, hsl(0deg, 0%, 100%) 100%);
}

.container {
  max-width: 650px;
  margin: 0px auto;
  margin-top: 50px;
}

.timeline p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  opacity: 0.8;
  font-family: "kanit";
  color: purple;
}

.timeline {
  position: relative;
  padding-left: 4rem;
  padding-bottom: 3rem;
  margin: 0 0 0 30px;
}
.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.timeline .timeline-container {
  position: relative;
  margin-bottom: 2.5rem;
}
.timeline .timeline-container .timeline-icon {
  position: absolute;
  left: -88px;
  top: 4px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  background: #4f537b;
}
.timeline .timeline-container .timeline-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-container .timeline-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.timeline .timeline-container .timeline-body {
  transition: all 0.3s ease;
  padding: 20px 20px 15px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(255, 12, 223, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(255, 9, 222, 0.18);
  cursor: pointer;
  color: white;
}
.timeline .timeline-container .timeline-body:hover {
  background: rgba(163, 24, 182, 0.25);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(50px);
  background: rgba(148, 9, 136, 0.329);
}
.timeline .timeline-container .timeline-body:hover p {
  color: #fff;
}
.timeline .timeline-container .timeline-body:before {
  content: "";
  background: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -10px;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
}
.timeline .timeline-container .timeline-body .timeline-title {
  margin-bottom: 1.4rem;
}
.timeline .timeline-container .timeline-body .timeline-title .badge {
  background: #4f537b;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.timeline .timeline-container .timeline-body .timeline-subtitle {
  font-weight: 300;
  font-style: italic;
  opacity: 0.4;
  color: rgb(0, 0, 0);
  margin-top: 16px;
  font-size: 11px;
}
.timeline .timeline-container.primary .badge,
.timeline .timeline-container.primary .timeline-icon {
  background: purple !important;
  color: #fff;
}
.timeline .timeline-container.info .badge,
.timeline .timeline-container.info .timeline-icon {
  background: rgb(255, 5, 88) !important;
  color: #fff;
}
.timeline .timeline-container.success .badge,
.timeline .timeline-container.success .timeline-icon {
  background: rgb(105, 255, 125) !important;
  color: #fff;
}
.timeline .timeline-container.warning .badge,
.timeline .timeline-container.warning .timeline-icon {
  background: #ff8d72 !important;
}
.timeline .timeline-container.danger .badge,
.timeline .timeline-container.danger .timeline-icon {
  background: rgb(84, 130, 255) !important;
  color: #fff;
}

.wrapper {
  margin-top: 50px;
  width: 95%;
}

.wrapper h1 {
  font-family: "Allura", cursive;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;
}

.team {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: 8rem;
}

.team .team_member {
  margin: 5px;
  margin-bottom: 50px;
  width: 250px;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;
  position: relative;
  border-radius: 5px;
  background: rgba(116, 116, 116, 0.37);
  box-shadow: 0 8px 32px 0 rgba(255, 12, 223, 0.37);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(20px);
}

.team .team_member h3 {
  color: #ffffff;
  font-size: 26px;
  margin-top: 50px;
  font-family: kanit;
}

.team .team_member p.role {
  color: rgb(255, 255, 255);
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: kanit;
}

.team .team_member p {
  color: #ffffff;
  font-family: kanit;
}

.team .team_member .team_img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
}

.team .team_member .team_img img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
}
