@font-face {
    font-family: 'Futura Std';
    src: url('../font/FuturaStd-Bold.woff2') format('woff2'),
        url('../font/FuturaStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



section.candysnacks-sec .hero_content {
    height: auto;
    min-height: 540px;
    padding: 25px;
}

section.candysnacks-sec .left-content {
    padding: 125px 0px;
}

section.candysnacks-sec .product-img img {
    max-width: 695px;
    height: auto !important;
    /* width: 100%; */
}

section.mafcturnibg-secs .five-zero {
    /* font-family: 'Futura Std'; */
    text-align: start;
    color: #F88D2B;
    font-size: var(--fs-50);
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    text-transform: uppercase;
}

section.mafcturnibg-secs {
    padding: 80px 0px;
}

section.candysnacks-sec .hero_content .six-zero {
    padding-bottom: 20px;
}

.wave-image img {
    width: 100%;
}

.mondlezz-holder {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

section.mondelezz-sec .universa-anchor {
    max-width: fit-content;
    margin: 0 auto;
    padding-top: 30px;
}

section.mondelezz-sec {
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    position: relative;
    background-position: center;
    padding: 80px 0px;
}

.wave-image {
    margin-bottom: -8px;
}

.monlez-img {
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 35px;
}

.image-logo {
    max-width: 292px;
    height: 190px;
    width: 100%;
    border-radius: 11px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s ease-in;
    border: 0.5px solid #c7c7c7;
}

.image-logo:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.image-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.grid-logo {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 55px;
}

.wave-image {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: -23px;
    z-index: 11;
}

/* .wave-imagebottom {
    position: absolute;
    bottom: -10px;
    width: 100%;
} */

section.candysnacks-sec.merchendise .product-img img {
    max-width: fit-content;
    width: 100%;
}


@media(max-width:1600px) {
    section.candysnacks-sec .hero_content {
        min-height: 400px;
    }

    section.candysnacks-sec .left-content {
        padding: 100px 0px;
    }

    section.candysnacks-sec .product-img img {
        max-width: 550px;
    }

    section.mafcturnibg-secs {
        padding: 60px 0px;
    }

    .image-logo {
        max-width: 250px;
        height: 160px;
    }

    .monlez-img {
        max-width: 300px;
    }



}

@media(max-width:1400px) {
    section.candysnacks-sec .product-img img {
        max-width: 500px;
    }

    section.candysnacks-sec .hero_content {
        min-height: 350px;
    }

    section.candysnacks-sec .left-content {
        padding: 80px 0px;
    }

    section.mafcturnibg-secs {
        padding: 50px 0px;
    }

    .wave-image {
        margin-top: -20px;
    }

    section.mondelezz-sec {
        padding: 50px 0px;
    }
}

@media(max-width:1199px) {
    .wave-image {
        margin-top: -18px;
    }
}

@media(max-width:991px) {
    .wave-image {
        margin-top: -16px;
    }
}

@media(max-width:767px) {
    section.candysnacks-sec .left-content {
        padding: 40px 0px;
    }

    section.candysnacks-sec .product-img {
        height: auto;
    }

    section.mafcturnibg-secs {
        padding: 40px 0px;
    }

    .mondlezz-holder {
        max-width: 100%;
    }

    .monlez-img {
        max-width: 240px;
    }



}