.hero-section {
    background: url('../images/team_hero.avif') no-repeat center center/cover;
    position: relative;
}

.hero-section .minds {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    font-family: "DmSans", sans-serif;
}

.hero-section .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(268 75% 19% / .6);
    z-index: 1;
}

.hero-section .container-fluid {
    z-index: 9;
    position: relative;
}
.hero-section h1{
  font-family:"Playfair", serif !important;
}
/* Team Section */
.team-card .img-container img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid white;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-card .img-container img:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-card h3 {
    color: #2c3e50;
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.team-card .text-pink  {
   font-weight: 500 !important;
   font-family: "DmSans", sans-serif;
   font-size: 14px;
}
.team-card .known{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #212529bf;
    font-size: 16px;
    line-height: 24px;
}