@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bg-menu-wrapper: 34, 34, 34;
}

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    object-fit: contain;
    font-family: "Manrope", sans-serif;
}




P {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.team-slider img {
    width: 100%;
}

.team-slider-img {
    width: 100%;
}

/* .teams-section {
    height: 100vh;

} */

.team-slider-container {
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
    padding: 0 0 1em 0 ;
}

.section-header {
    padding: 1em 2em;
}
.section-header-title {
    margin-bottom: 6px;
    }

.section-header p {
    max-width: 400px;
    color: #5f5f5f;
    font-size: 14px;
}

.card-caption-item-name {
    font-size: 16px;
    font-weight: bold;
}

.card {
    margin: auto;
    width: fit-content;
    max-width: 200px;
}

.card img {
    width: 100%;
}

.swiper-container {
    padding: 2em;
}

.team-card-caption-item-text {
    font-size: 14px;
    color: #5f5f5f;
    font-family: "Manrope";
    line-height: 1.3;
    font-weight: 400;
}


.team-card-caption-item-role {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 500;
}

.team-card-caption-item-name {
    font-size: 16px;
    margin-top: 12px;
    font-weight: bold;
    font-family: "Manrope";
}

.team-card img {
    border-radius: 3px;
}

.team-navigation-wrapper {
    width: fit-content;
    padding: 3px;
    background: rgba(var(--bg-menu-wrapper), 0.8);
    border-radius: 9px;
    margin: auto;
}

.team-navigation-label {
    color: black;
    color: rgb(101, 101, 101);
    display: block;
    padding: 6px 12px;
    /* border: 1px solid #a0a0a0; */
    border: 1px solid #a0a0a06e;
    font-size: 14px;
    border-radius: 8px;
    transition: .3s;
    font-weight: 600;
    text-decoration: none;

    
}

.team-navigation {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: wrap;
    justify-content: center;
}


.team-navigation-wrapper-container {
    /* position: sticky; */
    left: 0%;
    right: 0%;
    z-index: 999;
    align-items: center;
    margin-top: 1em;
    bottom: 3em;
}

.team-navigation-label:hover {
    /* color: rgb(31, 31, 31); */
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;
}


.team-navigation-label-active {
    background: white;
    color: rgb(31, 31, 31);
    border: 1px solid white;
}

.team-navigation-label-active:hover {
     padding: 6px 12px;
}

.glass {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;

  /* box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.4); */
}

.section-header-title .word {
  display: inline-block;
  white-space: nowrap;
}



.primary-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.primary-team-card {
    display: grid;
}

.primary-team-section {
    padding: 1em 2em;
}

.primary-team-card img {
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}