.tf__custom_banner .lines {

    display: flex;
    height: 6px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.lines .line {
    flex: 0 0 auto;
    width: 33.3333333333%;
    height: 2px;
}

.line.green {
    background-color: $whiteColor;
}

.line.white {
    background-color: $whiteColor;
}

.line.red {
    background-color: $whiteColor;
}

body {
    background-color: $bodyBgColor;
}

.white-color {
    color: $whiteColor;
}

.gray-color {
    color: $whiteColor;
}

.href-color {
    color: $hrefColor;
}

/**margin*/

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.z-index-1 {
    z-index: 1;
}

.section {
    &-bg-after {
        &::after {
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 50%;
            background-color: $SectionPrimaryBgColor;
        }
    }

    &-about-2 {
        .about-thumb {
            &-left {
                position: absolute;
                left: 0;
                top: 120px;
                width: 50%;
                bottom: 120px;
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-column-gap: 30px;
            }

            &-right {
                position: absolute;
                right: 0;
                top: 120px;
                width: 50%;
                bottom: 120px;
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-column-gap: 30px;
            }

            .item {
                height: 100%;
                background-size: cover;
                background-position: center;
                // opacity: 0.7;
            }
 
        }

        .about-style-one-info {
            padding: 75px;
            margin-left: -30%;
            position: relative;
            top: 0px;

            img {
                position: absolute;
                height: 100px;
                right: -100px;
                z-index: -1;
                top: -65px;
                width: 200px;
                object-fit: contain
            }

            .subtitle {
                &-h2 {
                    position: relative;
                    z-index: 1;
                    margin-bottom: 18px;
                    padding-right: 10px;
                }
            }

        }

    }


    &-contact {
        // &::after {
        //     content: "";
        //     // background-image: url("https://yummie.wpengine.com/wp-content/uploads/2024/03/Contact-Us-Image.png");
        //     background-image: url('../../public/img/chef.png');
        //     position: absolute;

        //     background-size: contain;
        //     background-position: center;
        //     background-repeat: no-repeat;

        //     z-index: 99;
        // }

        .contact-info {
            display: grid;

            .contact-item {
                .contact-media-group {
                    display: flex;
                    justify-content: start;
                    align-items: center;

                    .contact-icon-wrapper {
                        .contact-icon {

                            border: 2px solid $ContactBorderItemIconColor;
                            border-radius: 50%;

                        }
                    }

                    .contact-content {
                        .title {

                            text-transform: capitalize;
                            font-weight: 600;

                            color: $ContactItemTitleColor;
                        }

                        .subtitle {

                            .item {

                                font-weight: 400;
                                margin: 0;
                                color: $ContactItemTextColor;
                            }
                        }
                    }
                }
            }



        }
    }

    &-services {
        background-color: #fff;

        .services-list {
            display: flex;
            flex-wrap: wrap;
            margin-right: auto;
            margin-left: auto;
            position: relative;

            .service-item {
                position: relative;
                background-color: $ServicesbgColor;

                &:hover {
                    background-color: $ServicesHoverbgColor !important;

                    .item-icon-holder {
                        .item-icon-background {
                            opacity: 1;
                        }

                        .icon {
                            color: $ServicesHoverIconColor !important;
                            transform: translateY(-7px) !important;
                        }
                    }

                    .item-title {
                        color: $ServicesHoverTitleColor;
                    }

                    .item-text {
                        .text {
                            color: $ServicesHoverTextColor !important;
                        }
                    }
                }

                .item-icon-wrapper {
                    text-align: center;

                    .item-icon-holder {
                        color: $ServicesIconColor;
                        position: relative;
                        display: inline-block;
                        transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
                    }

                    .item-icon-background {
                        position: absolute;

                        opacity: 0;

                        img {
                            height: auto;
                            max-width: 100%;
                            border: none;
                            border-radius: 0;
                            box-shadow: none;
                        }
                    }
                }

                .item-content {
                    text-align: center;

                    .item-title {
                        color: $ServicesTitleColor !important;
                        margin-top: 0px;
                    }

                    .item-text {
                        .text {
                            color: $ServicesTextColor ;
                        }
                    }
                }
            }
        }
    }





}

@media (max-width: 768px) {
    .container {
        padding: 0 35px;
    }

}

@media (min-width: 0px) {

    .section {
        &-about-2 {
            .about-thumb {
                .item {
                    display: none;
                }

                &-left {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 70%;
                    bottom: 80px;
                    grid-template-columns: none;
                }

                &-right {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 70%;
                    bottom: 80px;
                    grid-template-columns: none;
                }
            }

            .about-style-one-info {
                padding: 0px;
                margin-left: 0px;
                top: 0px;
            }
        }

        &-services {
            position: relative;
            padding-top: 45px;
            padding-bottom: 45px;

            .our_values {
                top: 0;
            }

            .services-list {

                .service-item {
                    &:nth-child(odd) {
                        background-color: $SectionPrimaryBgColor;
                    }

                    &:nth-child(even) {
                        background-color: $SectionSecondaryBgColor;
                    }

                    width: 100%;
                    flex: 0 0 auto;
                    padding: 40px;

                    .item-icon-wrapper {
                        margin: 0px;
                        text-align: center;

                        .item-icon-holder {
                            font-size: 35px;
                        }

                        .item-icon-background {
                            position: absolute;
                            top: -15px;
                            left: -15px;
                            opacity: 0;
                        }
                    }

                    .item-content {
                        .item-title {
                            font-size: 14px;
                            margin-top: 0px;
                        }

                        .item-text {
                            margin-top: 14px;
                        }
                    }
                }
            }
        }

        &-contact {
            &::after {
                content: unset;
                position: absolute;
                right: 2%;
                bottom: -74px;
                width: 580px;
                height: 325px;
            }

            .contact-info {
                grid-gap: 30px;
                grid-template-columns: repeat(1, 1fr);
                margin-top: 30px;

                .contact-item {
                    .contact-media-group {
                        .contact-icon-wrapper {
                            .contact-icon {
                                width: 50px;
                                height: 50px;
                                padding: 9px;
                            }
                        }

                        .contact-content {
                            margin-left: 12px;

                            .title {
                                font-size: 14px;
                                margin-bottom: 2px;
                            }

                            .subtitle {
                                .item {
                                    font-size: 12px;
                                    font-weight: 400;
                                }
                            }
                        }
                    }
                }



            }
        }

    }
}

@media (min-width: 576px) {

    .section {
        &-about-2 {
            .about-thumb {


                &-left {
                    left: 0;
                    top: 96px;
                    width: 100%;
                    bottom: 96px;
                    grid-template-columns: 1fr 1fr;
                }

                &-right {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 70%;
                    bottom: 80px;

                }
            }

            .about-style-one-info {
                padding: 0;
                margin-left: 0;
                top: 0px;
            }
        }

        &-services {
            .services-list {

                .service-item {
                    &:nth-child(odd) {
                        background-color: transparent;
                    }

                    &:nth-child(even) {
                        background-color: transparent;
                    }

                    &:first-child {
                        background-color: $SectionPrimaryBgColor;
                    }

                    &:last-child {
                        background-color: $SectionPrimaryBgColor;
                    }

                    width: 50%;
                    flex: 0 0 auto;
                    padding: 60px 15px;

                    .item-icon-wrapper {
                        margin: 0px;
                        text-align: center;

                        .item-icon-holder {
                            font-size: 38px;
                        }

                        .item-icon-background {
                            position: absolute;
                            top: -15px;
                            left: -15px;
                            opacity: 0;
                        }
                    }

                    .item-content {
                        .item-title {
                            font-size: 16px;
                            margin-top: 0px;
                        }

                        .item-text {
                            margin-top: 16px;

                        }
                    }
                }
            }
        }



    }
}

@media (min-width: 768px) {


    .section {
        &-about-2 {
            .about-thumb {
                .item:first-child {
                    display: none;
                }

                &-left {
                    left: 0;
                    top: 96px;
                    width: 100%;
                    bottom: 96px;
                    grid-template-columns: 1fr 1fr;
                }

                &-right {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 75%;
                    bottom: 90px;
                    grid-template-columns: 1fr 1fr;
                }
            }

            .about-style-one-info {
                padding: 0;
                margin-left: 0px;
                top: 0px;

            }
        }

        &-services {

            .services-list {

                .service-item {
                    &:nth-child(odd) {
                        background-color: $ServicesbgColor;
                    }

                    &:nth-child(even) {
                        background-color: $ServicesbgColor;
                    }

                    width: 25%;
                    flex: 0 0 auto;
                    padding: 25px 15px;

                    .item-icon-wrapper {
                        margin: 0px;
                        text-align: center;

                        .item-icon-holder {
                            font-size: 38px;
                        }

                        .item-icon-background {
                            position: absolute;
                            top: -15px;
                            left: -15px;
                            opacity: 0;
                        }
                    }

                    .item-content {
                        .item-title {
                            font-size: 16px;
                            margin-top: 0px;
                        }

                        .item-text {
                            margin-top: 16px;

                        }
                    }
                }
            }
        }

        &-contact {
            &::after {
                content: "";
                position: absolute;
                right: 1%;
                bottom: -106px;
                width: 380px;
                height: 325px;
            }

            .contact-info {
                grid-gap: 25px;
                grid-template-columns: repeat(2, 1fr);
                margin-top: 25px;

                .contact-item {
                    .contact-media-group {
                        .contact-icon-wrapper {
                            .contact-icon {
                                width: 45px;
                                height: 45px;
                                padding: 6px;
                            }
                        }

                        .contact-content {
                            margin-left: 12px;

                            .title {
                                font-size: 14px;
                                margin-bottom: 2px;
                            }

                            .subtitle {
                                .item {
                                    font-size: 11px;
                                    font-weight: 400;
                                }
                            }
                        }
                    }
                }



            }
        }


    }
}

@media (min-width: 992px) {
    .section {
        &-about-2 {
            .about-thumb {
                .item:first-child {
                    display: block;
                }

                .item:last-child {
                    display: block;
                }

                &-left {
                    left: 0;
                    top: 120px;
                    width: 50%;
                    bottom: 120px;
                    grid-template-columns: 1fr 1fr;
                }

                &-right {
                    position: absolute;
                    right: 0;
                    top: 120px;
                    width: 50%;
                    bottom: 120px;
                    grid-template-columns: 1fr 1fr;
                }
            }

            .about-style-one-info {
                padding: 75px;
                margin-left: -30%;
                top: 0px;
            }
        }

        &-services {

            // position: absolute;
            // padding-top: 0px;
            // padding-bottom: 0px;

            // .our_values {
            //     top: -55px;
            // }

            .services-list {

                .service-item {
                    width: 25%;
                    flex: 0 0 auto;
                    padding: 70px 30px 70px 30px;

                    .item-icon-wrapper {
                        margin: 0px 0px 20px 0px;
                        text-align: center;

                        .item-icon-holder {
                            font-size: 45px;
                        }

                        .item-icon-background {
                            position: absolute;
                            top: -25px;
                            left: -25px;
                            opacity: 0;
                        }
                    }

                    .item-content {
                        .item-title {
                            font-size: 20px;
                            margin-top: 0px;
                        }

                        .item-text {
                            margin-top: 20px;

                        }
                    }
                }
            }
        }

        &-contact {
            &::after {
                content: "";
                position: absolute;
                right: 2%;
                bottom: -74px;
                width: 580px;

                height: 325px;
            }

            .contact-info {
                grid-gap: 35px;
                grid-template-columns: repeat(2, 1fr);
                margin-top: 30px;

                .contact-item {
                    .contact-media-group {
                        .contact-icon-wrapper {
                            .contact-icon {
                                width: 62px;
                                height: 62px;
                                padding: 15px;
                            }
                        }

                        .contact-content {
                            margin-left: 12px;

                            .title {
                                font-size: 16px;
                                margin-bottom: 4px;
                            }

                            .subtitle {
                                .item {
                                    font-size: 12px;
                                    font-weight: 400;
                                }
                            }
                        }
                    }
                }



            }
        }

    }
}

.pbmit-svg-btn.productCard-btn {
    position: absolute;
    bottom: 0;
}

.productCard-icon-wrapper.productCard-icon-type-image {
    width: 120px;
    float: right;
}

.onHover {
    position: relative;
    height: 100%;
}

.onHover .productImg {
    transition: transform 0.7s ease, opacity 0.5s ease;
    transform: scale(1);
}

.onHover:hover .productImg {
    transform: scale(0.6);
    opacity: 0;
    height: 100%;
    width: 100%;
}

.onHover .productImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.onHover:hover .productImg::after {
    opacity: 1;
}

.productCard-overlay-image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
}

.tf__promos_text p {
    color: #000;
}



.proposition-2 .productCard.promotions .productCard-overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


body {
    .text-color {
        color: $SectionSecondaryTextColor ;
    }

    .title {
        &-h4 {
            color: $SectionSecondaryH4Color;
        }

        &-h5 {
            color: $SectionSecondaryH5Color;
        }

        &-h6 {
            color: $SectionSecondaryH6Color;
        }
    }
}

section:nth-child(odd) {
    background-color: $SectionSecondaryBgColor ;

    .item-bg-color {
        background-color: $ProductPrimaryBgColor;

        .text-color {
            color: $SectionPrimaryTextColor !important;
        }
    }

    .text-color {
        color: $SectionSecondaryTextColor !important;
    }

    .title {
        &-h1 {
            color: $SectionSecondaryH1Color ;
        }

        &-h2 {
            color: $SectionSecondaryH2Color ;

            &-right {
                color: $SectionSecondaryH2Color ;

            }

            &-left {
                color: $SectionSecondaryH2Color ;

            }

            &-center {
                color: $SectionSecondaryH2Color ;

            }
        }

        &-h3 {
            color: $SectionSecondaryH3Color ;
        }

        &-h4 {
            color: $SectionSecondaryH4Color ;
        }

        &-h5 {
            color: $SectionSecondaryH5Color;
        }

        &-h6 {
            color: $SectionSecondaryH6Color;

        }
    }

    .subtitle {
        &-h3 {
            color: $SectionSecondarySubTitleColor ;
        }
    }

    .text {
        color: $SectionSecondaryTextColor;
    }
}

section:nth-child(even) {
    background-color: $SectionPrimaryBgColor ;

    .item-bg-color {
        background-color: $ProdutSecondaryBgColor;

        .text-color {
            color: $SectionSecondaryTextColor !important;
        }
    }

    .text-color {
        color: $SectionPrimaryTextColor ;
    }

    .title {
        color: $SectionPrimaryH2Color ;

        &-h1 {
            color: $SectionPrimaryH1Color ;
        }

        &-h2 {
            &-right {
                color: $SectionPrimaryH2Color ;

            }

            &-left {
                color: $SectionPrimaryH2Color ;

            }

            &-center {
                color: $SectionPrimaryH2Color ;

            }
        }

        &-h3 {
            color: $SectionPrimaryH3Color ;
        }

        &-h4 {
            color: $SectionPrimaryH4Color ;
        }

        &-h5 {
            color: $SectionPrimaryH5Color;
        }

        &-h6 {
            color: $SectionPrimaryH6Color;

        }
    }

    .subtitle {
        &-h3 {
            color: $SectionPrimarySubTitleColor ;
        }
    }

    .text {
        color: $SectionPrimaryTextColor;
    }
}