Current File : /home/mdkeenpw/public_html/wp-content/themes/logistik/assets/sass/template/sections/_about.scss
/* About 1 ---------------------------------- */

.img-box4 {
    position: relative;
    margin-left: -80px;

    @include lg {
        margin-left: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .about-counter {
        background-color: $theme-color;
        padding: 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        position: absolute;
        left: 50px;
        top: 36%;

        @include sm {
            padding: 30px;
            left: 0;
        }

        @include xs {
            padding: 25px;
        }
    }

    .counter-card {
        &_number {
            font-family: $title-font;
            font-weight: 700;
            font-size: 60px;
            line-height: 70px;
            margin-bottom: 0;

            @include sm {
                font-size: 40px;
                line-height: 50px;
            }

            @include xs {
                font-size: 30px;
                line-height: 40px;
            }
        }

        &_text {
            font-family: $title-font;
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 0;
            max-width: 142px;

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

}

.achive-about-content {
    background: #F4F4F4;
    border-radius: 0px 0px 0px 50px;
    padding: 0 0px 40px 400px;
    margin-left: -400px;
    @include md {
        margin-left: 0;
        padding: 0 0 30px 30px; 
    }

    .achive-about-wrapper {
        display: flex;
        margin-bottom: 25px;
        @include xs { 
            display: block;  
        }

        .achive-about {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 30px;
            border-top: 2px solid $theme-color;
            @include xl {
                padding: 25px; 
            }

            &:first-child {
                background-color: $theme-color;

                .achive-about {
                    &_title {
                        color: $white-color;
                    }

                    &_text {
                        color: $white-color;
                    }
                }
            }

            &_icon {}

            &_title {
                font-weight: 700;
                font-size: 18px;
                line-height: 28px;
                color: $title-color;
                margin-bottom: 5px;
            }

            &_text {
                font-weight: 400;
                font-size: 16px;
                line-height: 28px;
                color: $body-color;
                margin-bottom: 0;
            }
        }
    }
}

.about-counter-wrapp {
    background: $theme-color-2;
    border-radius: 0px 0px 100px 100px;
    position: absolute;
    right: 60px;
    top: 0;
    width: 130px;
    min-height: 246px;
    padding: 30px;
    z-index: 4;

    .counter-card {
        &_number {
            font-weight: 700;
            font-size: 45px;
            line-height: 55px;
            margin-bottom: 10px;
        }

        &_text {
            font-family: $title-font;
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            transform: rotate(90deg);
            margin-bottom: 0;
        }
    }
}

.about-wrap {
    .about-content {
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        margin-top: 27px;

        .about_title {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 14px;
        }

        .about_text {
            max-width: 410px;
            margin-bottom: 0;
        }
    }
}

.about-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    .title {
        margin-bottom: 5px;
        line-height: 30px;
    }

    .desig {
        font-family: $title-font;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    &.style2 {
        gap: 30px;

        @include xs {
            gap: 10px;
        }

        .avater {
            min-width: 70px;

            img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
            }
        }
    }
}

.about-avater {
    min-width: 60px;

    img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
}

.about-counter1 {
    background-color: $theme-color;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    min-width: 400px;
    position: absolute;
    bottom: 0px;
    left: 0;

    @include xs {
        padding: 20px;
        min-width: 100%;
        gap: 20px;
    }

    .counter-title {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        min-height: 70px;
        margin-right: 20px;
        padding-right: 20px;
    }

    .counter-text {
        text-align: left;
    }
}

.counter-title {
    font-family: $title-font;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: $white-color;
    margin-bottom: 0;

    @include xs {
        font-size: 30px;
        line-height: 40px;
    }
}

.counter-text {
    font-family: $title-font;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: $white-color;
    max-width: 128px;
    text-align: center;

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

.img-box3 {
    position: relative;

    &.style2 {
        @include lg {
            margin-bottom: 30px;
        }
    }

}

.about-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid $gray-color;
    padding-bottom: 40px;
    margin-bottom: 40px;

    @include xs {
        display: block;
    }
}

.about-image {
    position: relative;
    max-width: 200px;

    @include xs {
        margin-bottom: 30px;
    }

    &:before {
        content: "";
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .white-play-btn {
        position: absolute;
        left: 34%;
        top: 34%;
        width: 60px;
        height: 60px;
        line-height: 62px;
        font-size: 18px;
        z-index: 9;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img {
        width: 100%;
        height: 100%;
    }
}

.achive-about-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    background-color: #F4F4F4;
    padding: 38px;
    min-height: 160px;
    margin-left: -200px;
    z-index: 9;
    margin-top: 70px;

    @include xl {
        margin-left: -300px;
    }

    @include lg {
        margin-left: 0;
    }

    @include sm {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 0;
        padding: 25px;
    }

    @include xs {
        gap: 20px;
        min-height: auto;
        margin-left: 0;
        padding: 20px;
    }

    .achive-about {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 24px;
        border-right: 1px solid #D9D9D9;
        padding-right: 30px;
        margin-right: 30px;
        height: 80px;
        line-height: 80px;
        min-width: 325px;

        @include sm {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

        @include xs {
            min-width: 100%;
            line-height: auto;
            height: auto;
        }

        &:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

        &:hover {
            .achive-about {
                &_icon {
                    img {
                        transform: rotateY(180deg);
                    }
                }
            }
        }

        &_icon {
            min-width: 60px;

            img {
                width: 60px;
                height: 60px;
                transition: all 0.4s ease-in-out;
            }
        }

        &_title {
            font-family: $title-font;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 30px;
            color: $title-color;
            margin-bottom: 8px;

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

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

            @include xs {
                font-size: 14px;
                line-height: 26px;
            }
        }
    }
}

.profile-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 80px;
    margin-bottom: 40px;

    @include xs {
        gap: 40px;
    }

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

    .title {
        margin-bottom: 2px;
    }

    .desig {
        font-size: 14px;
    }
}

.about-counter-wrap {
    background-color: $theme-color;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 37px;

    @include xl {
        padding: 30px;
    }

    @include lg {
        max-width: 550px;
    }

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


    .about-counter {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 30px;

        @include xl {
            gap: 20px;
        }

        @include md {
            display: block;
            width: 50%;
        }

        @media(max-width: 450px) {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 20px;
            border-bottom: 1px dashed $white-color;
            padding-bottom: 20px;

            &:last-child {
                border-bottom: 1px dashed transparent;
                margin-bottom: 0;
                padding-bottom: 0;
            }
        }

        .border-line {
            content: "";
            position: absolute;
            right: -50px;
            width: 1px;
            height: 100%;

            @include xl {
                right: -25px;
            }

            @include md {
                right: 11px;
            }

            @media(max-width: 450px) {
                display: none;
            }
        }
    }

}

.about-counter-content {
    .counter-card_number {
        @include md {
            margin-top: 15px;
        }
    }
}


hr.style1 {
    margin-bottom: 20px;
}

@include lg {
    .img-box1 {
        margin-left: 0;
        margin-bottom: 40px;
    }
}

.about-card {}