 /* Home Page About Us Section Style */

 :root {
    --e-global-color-primary: #180a32;
    --e-global-color-secondary: #fbab2a;
    --e-global-color-text: #544e5f;
    --e-global-color-accent: #fbab2a;
    --e-global-color-white: #ffffff;
    --e-global-color-very-soft-violet: #bb98fd;
    --e-global-color-soft-violet: #ba97fc;
    --e-global-color-lime-green: #8ce1c9;
    --e-global-color-soft-red: #f9a49d;
    --e-global-color-bright-orange: #f6a939;
    --e-global-color-pale-cyan: #f0fffb;
    --e-global-color-pale-red: #fff7f6;
    --e-global-color-pale-violet: #faf7ff;
    --e-global-color-pale-orange: #fffbf4;
    --e-global-color-dark-grayish-violet: #7e7986;
    --e-global-color-grayish-violet: #b0a7c0;
    --e-global-color-desaturated-violet: #3a2f51;
    --e-global-color-mostly-white-violet: #faf8ff;
    --e-global-color-grayish-cyan: #f2fafb;
    --e-global-color-light-grayish-cyan: #eff4f2;
    --e-global-color-light-grayish-red: #f7ebed;
}

    .about_section {
        background-image: linear-gradient(-136deg, var(--e-global-color-mostly-white-violet) 18%, var(--e-global-color-grayish-cyan) 36%, var(--e-global-color-light-grayish-cyan) 64%, var(--e-global-color-light-grayish-red) 100%);
        /* padding: 130px 0; */
    }

    .about_section .about_images_wrapper {
        float: left;
        width: 100%;
    }

    .about_section .about_images_wrapper .about_main_image {
        text-align: right;
    }

    .about_section .about_images_wrapper .about_main_image img {
        border-radius: 230px;
        border: 4px solid var(--e-global-color-white);
    }

    .about_section .about_images_wrapper .about_main_image img:hover {
        animation-name: floats, up;
        animation-duration: .3s, 1.5s;
        animation-delay: 0s, .3s;
        animation-timing-function: ease-out, ease-in-out;
        animation-iteration-count: 1, infinite;
        animation-fill-mode: forwards;
        animation-direction: normal, alternate;
    }

    @keyframes floats {
        100% {
            transform: translateY(-8px);
        }
    }

    @keyframes up {
        0% {
            transform: translateY(-8px);
        }

        50% {
            transform: translateY(-4px);
        }

        100% {
            transform: translateY(-8px);
        }
    }

    .about_section .about_images_wrapper .about_left_image {
        left: -206px;
        top: 30px;
    }

    .about_section .about_images_wrapper .about_left_image img {
        border-radius: 170px;
        border: 4px solid var(--e-global-color-white);
    }

    .about_section .about_images_wrapper .about_left_image img:hover {
        animation-name: floats, up;
        animation-duration: .3s, 1.5s;
        animation-delay: 0s, .3s;
        animation-timing-function: ease-out, ease-in-out;
        animation-iteration-count: 1, infinite;
        animation-fill-mode: forwards;
        animation-direction: normal, alternate;
    }

    @keyframes floats {
        100% {
            transform: translateY(-8px);
        }
    }

    @keyframes up {
        0% {
            transform: translateY(-8px);
        }

        50% {
            transform: translateY(-4px);
        }

        100% {
            transform: translateY(-8px);
        }
    }

    .about_section .about_images_wrapper .about_foot_shape {
        top: 0;
        left: 108px;
    }

    .about_section .about_images_wrapper .about_left_box_wrapper {
        background-color: var(--e-global-color-lime-green);
        border-radius: 56px;
        display: inline-block;
        position: absolute;
        bottom: 38px;
        left: -58px;
        padding: 19px 38px;
        box-shadow: 0px 8px 22px 2px rgba(0, 0, 0, 0.08);
        width: 50.8%;
        transition: all 0.3s ease-in-out;
    }

    .about_section .about_images_wrapper .about_left_box_wrapper:hover {
        background-color: var(--e-global-color-accent);
    }

    .about_section .about_images_wrapper .about_left_box_wrapper figure {
        float: left;
        padding-top: 10px;
        width: 25%;
    }

    .about_section .about_images_wrapper .about_left_box_wrapper .left_box_content {
        padding-left: 16px;
        float: right;
        width: 75%;
    }

    .about_section .about_images_wrapper .about_left_box_wrapper .left_box_content span {
        font-size: 40px;
        line-height: 42px;
        font-weight: 700;
        font-family: 'Archivo', sans-serif;
        color: var(--e-global-color-white);
    }

    .about_section .about_images_wrapper .about_left_box_wrapper .left_box_content .plus {
        margin-left: -2px;
    }

    .about_section .about_images_wrapper .about_left_box_wrapper .left_box_content p {
        color: var(--e-global-color-white);
    }

    .about_section .about_content {
        padding-left: 30px;
        padding-top: 130px;
        position: relative;
    }

    .about_section .about_content h6 {
        letter-spacing: 2.6px;
        color: var(--e-global-color-secondary);
    }

    .about_section .about_content h2 {
        color: var(--e-global-color-primary);
        margin-bottom: 16px;
    }

    .about_section .about_content p {
        color: var(--e-global-color-text);
        margin-bottom: 34px;
    }

    .about_section .about_content .about_first_p {
        margin-bottom: 6px;
    }

    .about_section .about_content .about_content_shape {
        top: 70px;
        right: -82px;
    }

    .about_section .about_left_shape {
        top: 130px;
        left: 0;
    }

    .about_section .about_right_shape {
        bottom: 70px;
        right: 0;
    }

    .about_section .about_right_shape img {
        opacity: 0.7;
    }
    @media screen and (max-width: 1440px){
        .about_section .about_images_wrapper .about_left_box_wrapper {
    left: 0;
}
    }

@media screen and (max-width: 1199px){
    .about_section .about_images_wrapper .about_left_box_wrapper {
    bottom: 10px;
    left: 50px;
    padding: 15px 25px;
    width: 52%;
}
}
@media screen and (max-width: 991px){
    .about_section .about_images_wrapper .about_left_box_wrapper {
    bottom: 30px;
    left: 110px;
    padding: 12px 20px;
    width: 36%;
}
}
@media screen and (max-width: 767px){
    .about_section .about_images_wrapper .about_left_box_wrapper {
    bottom: 50px;
    left: 40px;
    padding: 12px 16px;
    width: 46%;
}
}

@media screen and (max-width: 575px){
    .about_section .about_images_wrapper .about_left_box_wrapper {
    bottom: 20px;
    left: 0;
    padding: 12px 22px;
    width: 75%;
}
}



    /* Home Page Our Store Section Style */