Current File : /home/mdkeenpw/www/wp-content/themes/logistik/assets/sass/template/sections/_team.scss
/* Team global ---------------------------------- */
.as-team {
    position: relative;

    .team-img {
        position: relative;
        overflow: hidden;

        img {
            width: 100%;
            transition: 0.4s ease-in-out;
        }
    }

    .team-desig {
        font-size: 14px;
        font-weight: 500;
        display: block;
        margin-bottom: -0.5em;
        transition: 0.4s ease-in-out;
        color: $theme-color;
    }

    .themeholy-social {
        transition: 0.4s ease-in-out;

        a {
            --icon-size: 40px;
            background-color: $white-color;
            color: $theme-color;

            &:hover {
                background-color: $theme-color;
                color: $white-color;
            }
        }
    }

    .box-title {
        margin-bottom: 0;
    }

    &:hover {
        .team-img {
            img {
                transform: scale(1.08);
            }
        }
    }
}

/* Team 1 ---------------------------------- */
.team-card {
    position: relative;
    background-color: $white-color;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);

    &:hover {
        .team-card-content {
            &:before {
                height: 0px;
            }
        }

        .team-title {
            color: $white-color;
        }

        .team-desig {
            color: $white-color;
        }

        &_img {
            &:before {
                opacity: 1;
                visibility: visible;
                z-index: 1;
            }

            img {
                width: 100%;
                height: 100%;
                transform: scale(1.08);
            }
        }

        .team-social {
            .icon-btn {
                background-color: $theme-color-2;
            }

            .themeholy-social {
                left: 5px;
                bottom: 5px;
                visibility: visible;
                opacity: 1;
                transform: scaleY(1);
            }
        }
    }

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

    }

    .team-title {
        font-family: $title-font;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: $title-color;
        margin-bottom: 2px;

        &:hover {
            color: $white-color;

            a {
                color: inherit;
            }
        }

        @include xl {
            font-size: 18px;
            line-height: 28px;
        }

        @include sm {
            font-size: 16px;
            line-height: 26px;
        }
    }

    .team-desig {
        font-family: $title-font;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: $body-color;
        text-align: left;
        transition: all 0.4s ease-in-out;
    }

    .team-card-content {
        position: relative;
        background-color: $theme-color;
        padding: 30px;
        margin-bottom: 0px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        z-index: 2;
        transition: 0.4s ease-in-out;

        @include xl {
            padding: 20px;
        }

        &:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: $white-color;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 2px;
            z-index: -1;
            transition: 0.4s ease-in-out;
        }

        &:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            z-index: 3;
            background-color: $theme-color;


        }
    }

    .team-social {
        position: relative;
        transition: 0.4s ease-in-out;

        &:hover {
            .icon-btn {
                background-color: $theme-color-2;
            }

            .themeholy-social {
                left: 5px;
                bottom: 5px;
                visibility: visible;
                opacity: 1;
                transform: scaleY(1);
                z-index: 9;
            }
        }

        .icon-btn {
            background-color: $theme-color;
            color: $white-color;
            width: var(--btn-size, 50px);
            height: var(--btn-size, 50px);
            line-height: var(--btn-size, 50px);
            border-radius: 50%;
            font-size: var(--btn-font-size, 18px);
            border: none;
            position: relative;
            z-index: 3;
            transition: all 0.4s ease;
        }

        .themeholy-social {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            bottom: 5px;
            left: 5px;
            width: 40px;
            min-height: 130px;
            background-color: $white-color;
            padding: 5px 10px;
            border-radius: 25px;
            color: $title-color;
            transition: 0.4s ease-in-out;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: 0.4s ease-in-out;
            z-index: 9;

            a {
                display: inline-block;
                background-color: transparent;
                font-size: 16px;
                text-align: center;
                width: 20px;
                height: 25px;
                line-height: 30px;
                color: $title-color;
            }
        }
    }

}


@include xs {
    .team-card {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Team 2 ---------------------------------- */
.team-box {
    text-align: center;
    position: relative;
    --space: 40px;
    margin-bottom: 0px;

    &:hover {
        .team-img {
            &:before {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    @media(max-width: 1399px) {
        --space: 25px;
    }

    @include lg {
        --space: 20px;
    }

    .team-content {
        background-color: $white-color;
        width: calc(100% - var(--space)*2);
        margin: -70px auto 0 auto;
        display: flex;
        position: relative;
        z-index: 3;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
        border-radius: 0px;
        z-index: 2;

        @media(max-width: 1399px) {
            margin: -50px auto 0 auto;
        }

        .media-body {
            padding: 22px 30px;

            @include xl {
                padding: 22px 20px;
            }
        }

        .plus-btn {
            height: 50px;
            background-color: $theme-color-2;
            color: $white-color;
            width: 50px;
            text-align: center;
            font-size: 18px;
            line-height: 50px;
            cursor: pointer;
            position: absolute;
            top: -47%;
            left: 0;
            bottom: auto;
        }
    }

    .themeholy-social {
        position: absolute;
        bottom: 30%;
        left: 40px;
        width: 50px;
        transform: scaleY(0);
        transform-origin: bottom center;
        transition: all 500ms ease;
        z-index: 9;

        @media(max-width: 1399px) {
            left: 25px;
        }

        @include lg {
            bottom: 25%; 
            left: 20px; 
        }
        @include md{
            bottom: 23%;    
        }
        @include sm{
            bottom: 28%;    
        }
       

        a {
            width: var(--icon-size, 50px);
            height: var(--icon-size, 50px);
            line-height: var(--icon-size, 50px);
            background-color: $theme-color;
            color: $white-color;
            font-size: 16px;
            border-radius: 0;
            margin-right: 0;
            margin-bottom: 1px;
            transition: all 0.4s ease-in-out;

            &:hover {
                background-color: $theme-color-2;
            }
        }
    }

    .box-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .team-img {
        overflow: hidden;
        position: relative;
        z-index: 2;
        transition: 0.4s ease-in-out;

        &:before {
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(18, 18, 18, 0.6);
            visibility: hidden;
            opacity: 0;
            transition: 0.4s ease-in-out;
            z-index: 3;
        }

        img {
            width: 100%;
        }
    }

    &:hover {
        .team-img {
            border-color: $theme-color;
        }

        .themeholy-social {
            transform: scaleY(1);
        }
    }
}

@include xs {
    .team-box {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Team Details ---------------------------------- */
.about-card {
    position: relative;
    background-color: $smoke-color;
    padding: 60px;
    margin-bottom: 30px;

    @include xl {
        padding: 35px;
    }

    &_wrapp {
        display: flex;
        justify-content: space-between;
        align-items: center;

        @media(max-width: 440px) {
            display: block;
        }
    }

    &_img {

        img {
            width: 100%;
        }
    }

    &_box {}


    &_title {
        margin-top: -0.2em;
        margin-bottom: 5px;
    }

    &_desig {
        font-weight: 500;
    }

    &_text {
        border-top: 1px solid rgba(18, 18, 18, 0.1);
        padding: 30px 0;
        margin: 20px 0 6px 0;
    }

    &_info {
        margin-bottom: 12px;

        strong {
            font-family: $title-font;
            color: $title-color;
        }

        a {
            color: $body-color;

            &:hover {
                color: $theme-color;
            }
        }
    }

    .themeholy-social {

        a {
            background-color: $white-color;
            color: $title-color;
            border: 1px solid $white-color;
            --icon-size: 50px;
            font-size: 16px;

            @include xs {
                --icon-size: 35px;
                font-size: 14px;
            }

            @media(max-width: 440px) {
                margin-top: 16px;
            }


            &:not(:last-child) {
                margin-right: 3px;
            }

            &:hover {
                background-color: $theme-color;
                border-color: $theme-color;
                color: $white-color;
            }
        }
    }
}

.info-box {

    &_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;

        @include sm {
            grid-template-columns: repeat(1, 1fr);
        }

        .info-box {
            border-bottom: 1px solid #D9D9D9;
            padding-bottom: 30px;
            margin-bottom: 0;

            &_icon {
                width: 50px;
                height: 50px;
                min-width: 50px;
                line-height: 48px;
                font-size: 14px;
                background-color: $white-color;
                color: $theme-color;
                border: 1px solid $white-color;
                border-radius: 50%;
                text-align: center;
                margin-right: 10px;
            }

            &_title {
                font-size: 16px;
                line-height: 26px;
                margin-bottom: 5px;
            }

            &_link {
                font-family: $body-font;
                font-weight: 600;
                font-size: 16px;
                line-height: 26px;
                color: $black-color-2;

                @include vxs {
                    font-size: 14px;
                }
            }

            &_text {
                font-family: $body-font;
                font-weight: 500;
                font-size: 16px;
                line-height: 26px;
                color: $body-color;
                margin-bottom: 0;

                @include vxs {
                    font-size: 14px;
                }
            }
        }
    }



}

.skill-card {
    background-color: $smoke-color;
    padding: 60px;

    @include xl {
        padding: 35px;
    }

    &_title {
        margin-bottom: 30px;
    }

}

.skill-feature {
    .progress {
        .progress-bar {
            background-color: $theme-color;
            height: 8px;
            border-radius: 0px;
            z-index: 9;
        }
    }
}

.border-title {
    border-bottom: 1px solid $border-color;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.experience-box {
    &-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        box-shadow: 0px 13px 21px rgba(0, 0, 0, 0.03);
    }

    padding: 30px 30px 30px 65px;
    border: 1px solid #F1F1F1;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    margin-right: -1px;

    &_num {
        font-size: 12px;
        @include equal-size(60px);
        line-height: 65px;
        background-color: $theme-color;
        color: $white-color;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        top: -13px;
        left: -13px;

        &::first-letter {
            font-size: 18px;
            font-weight: 600;
        }
    }

    &_title {
        font-family: $title-font;
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: -0.2em;
    }

    &_text {
        font-size: 14px;
        margin-bottom: -0.2em;
    }
}

@include lg {
    .border-title {
        margin-bottom: 24px;
        padding-bottom: 15px;
    }
}

@include sm {
    .experience-box {
        padding: 30px 30px 30px 50px;
    }
}

@include xs {
    .experience-box {
        &-wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        padding: 30px 30px 30px 65px;
    }

    .about-card {
        &_img {
            padding: 20px;
        }

        &_box {}
    }
}

@include lg {
    .about-card {
        &_img {
            margin-bottom: 40px;
        }
    }
}

// .skill-feature {
//     margin-bottom: 45px;

//     &:last-child {
//         margin-bottom: 0;
//     }

//     &_title,
//     .progress-value {
//         font-size: 20px;
//         margin-bottom: 12px;
//         margin-top: -0.36em;
//     }

//     .progress {
//         position: relative;
//         width: 100%;
//         height: 8px;
//         background-color: transparent;
//         overflow: visible;

//         &:after {
//             content: "";
//             height: 2px;
//             width: 100%;
//             position: absolute;
//             bottom: -10px;
//             left: 0;
//             background-color: $theme-color;
//         }

//     }

//     .progress-bar {
//         background-color: $theme-color;
//         transition: 1s linear;
//         position: relative;
//         width: 0;
//         height: 1px;

//         &:before {
//             content: attr(progress-value);
//             position: absolute;
//             padding: 4px 6px;
//             background-color: #000;
//             color: #fff;
//             font-size: 12px;
//             top: -35px;
//             right: 0;
//             transform: translateX(50%);
//         }
//         &:after {
//             content: '';
//             position: absolute;
//             width: 10px;
//             height: 10px;
//             background-color: #000; 
//             top: -16px;
//             right: 0;
//             transform: translateX(50%) rotate(45deg);
//             border-radius: 2px;
//         }
//     }

//     &.style2 {

//         .skill-feature_title,
//         .progress-value {
//             font-family: $title-font;
//             font-size: 16px;
//             font-weight: 800;
//             margin-bottom: 15px;
//         }

//         .progress-value {
//             top: -34px;
//         }
//     }
// }

.team-area {
    position: relative;
    overflow: hidden;

    .container {
        --main-container: 1530px;

        @include xl {
            max-width: 100%;
        }

        // @media(max-width: 1799px) { 
        //     --main-container: 100%;
        //     margin: 0 20px;
        //     display: block;
        //     max-width: 100%; 
        // }
    }


}

.team-sec {
    position: relative;
    overflow: hidden;
    --main-container: 1530px;

    // @media(max-width: 1799px) {  
    //     --main-container: 100%;  
    //     margin: 0 20px; 
    // }
}



.progress-bar {
    margin: 0 0 10px;
    padding-right: 24px;
    background-color: transparent;
    border-bottom: 1px solid $theme-color;
}

.progress-title-holder {
    padding-bottom: 8px;
    position: relative;
    font-family: $title-font;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: $black-color-2;
    margin: 0;
    text-align: left;
}

.progress-number-mark {
    margin-bottom: 4px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    font-weight: 500;
    color: $black-color-2;
}


.progress-content-outter {
    position: relative;
    height: 6px;
    background-color: $smoke-color;
    margin-bottom: 3px;

}

.progress-content {
    position: relative;
    height: 6px;
    background-color: $theme-color;
    width: 0%;

}