@font-face {
    font-family: 'Herbarium-Regular-Alt';
    src: url('./Herbarium-Regular-Alt.ttf') format('truetype'),
        url('./Herbarium-Regular-Alt.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.about-subtitle {
    font-size: 1.3rem;
}

.abt-desc h5 {
    line-height: 1.5;
}

.experience-text {
    font-size: 3rem;
    color: transparent;
    font-family: 'Herbarium-Regular-Alt', 'Lato', sans-serif;
    margin: 0 auto;
    padding: 1rem 0;
    text-shadow: 3px 5px 5px #1c1c1c60;
    letter-spacing: 1px;
    background-image: url('../img/cultivating.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-clip: text;
    /* background-blend-mode: soft-light; */
    -webkit-background-clip: text;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 991px) {
    .abt-desc .col-md-7 {
        order: 2;
        margin-bottom: 1.5rem;
    }

    .abt-desc .col-lg-6 {
        order: 1;
    }
}

@media screen and (min-width: 992px) {
    .experience-text {
        font-size: 3.5rem;
        max-width: 83%;
    }
}

@media screen and (min-width: 1200px) {
    .experience-text {
        font-size: 4rem;
        max-width: 80%;
    }

    .about-subtitle {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 1440px) {
    .experience-text {
        font-size: 4.5rem;
    }
}

@media screen and (min-width: 1680px) {
    .experience-text {
        font-size: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .abt-desc h2.title {
        font-size: 2rem;
    }

    .abt-desc h5 {
        font-size: 1rem;
    }
}

.wcu-card .image {
    max-width: 180px;
}

.wcu-card svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.wcu-card:hover .image svg circle,
.wcu-card.active .image svg circle,
.wcu-card:hover .image svg path:not(.no-fill),
.wcu-card.active .image svg path:not(.no-fill) {
    fill: var(--primary-color);
}

.wcu-card.active p,
.wcu-card:hover p {
    color: var(--primary-color);
}

.wcu-card .wcu-title {
    font-size: 1.125rem;
}

@media screen and (min-width: 1440px) {
    .wcu-card .wcu-title {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1680px) {
    .wcu-card .wcu-title {
        font-size: 1.3rem;
    }
}

.work-with-us .container {
    z-index: 5;
    margin-top: -6rem;
}

.work-with-us .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
}

.work-with-us .container h5 {
    line-height: 1.6;
    letter-spacing: 0.03rem;
}

.team-card {
    background-color: white;
    border: 1px solid var(--card-border);
    max-width: 320px;
    margin: 0 auto;
}

.team-card.active,
.team-card:hover {
    background-color: var(--bg-color);
}

.team-card .primary-bg-circle {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100px;
    z-index: 0;
    background-color: var(--primary-color);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.team-card .image {
    max-width: 45%;
    margin-top: 50px;
    /* border: 5px solid white; */
}

.team-card .wcu-title {
    font-size: 1.125rem;
}

@media screen and (min-width: 1200px) {
    .team-card .primary-bg-circle {
        height: 110px;
    }
}

@media screen and (min-width: 1440px) {
    .team-card .crd-title {
        font-size: 1.25rem;
    }

    .team-card .primary-bg-circle {
        height: 110px;
    }
}

@media screen and (min-width: 1680px) {
    .team-card .crd-title {
        font-size: 1.3rem;
    }

    .team-card .primary-bg-circle {
        height: 120px;
    }
}