/* breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
); */


@media(max-width: 1399.99px) {}


@media(max-width: 1199.99px) {
    .storyBannerText {
        padding: 20px;
        padding-bottom: 40px;
    }

    .storyDiv1,
    .storyDiv2,
    .storyDiv3 {
        padding: 0 20px 40px;
    }
}


@media(max-width: 1023.99px) {
    .cateringBanner {
        grid-template-columns: 1fr;
    }

    .cateringBannerText1,
    .cateringBannerText2 {
        padding: 40px 20px;
        width: 100%;
    }

    .storyDiv1,
    .storyDiv2,
    .storyDiv3 {
        grid-template-columns: 1fr;
    }

    .storyImageDiv {
        height: 200px;
    }



    .ourStorySubHeading1,
    .ourStoryText1,
    .ourStorySubHeading2,
    .ourStoryText2 {
        width: 100%;
        padding-left: 5px;

    }

    .storyDiv1 .storyImageDiv,
    .storyDiv2 .storyImageDiv,
    .storyDiv3 .storyImageDiv,
    .ourStorySubHeading2,
    .ourStoryText2 {
        margin-left: 0px;
        margin-right: 0%;
    }

    .storyDiv1,
    .storyDiv2,
    .storyDiv3 {
        padding: 20px;
    }

    .ourStorySubHeading2 {
        padding-top: 20px;
    }

    .ourStoryText2 {
        width: 100%;
    }

}


@media(max-width: 991.99px) {
    .bannerTextBlock1 {
        padding-top: 120px;
    }
    .bannerTextBlock2 {
        padding-top: 120px;
    }
    .bannerTextBlockStory {
        padding-top: 120px;
    }

    .hero .header {
        display: none;
    }
    .hero2 .header {
        display: none;
    }
    .hero3 .header {
        display: none;
    }
    .hero4 .header {
        display: none;
    }
    .hero5 .header {
        display: none;
    }

    .hero-half .header {
        display: none;

    }

}


@media(max-width: 767.99px) {

    .storyBannerPar {
        font-size: 16px;
    }

    .ourStoryHeading {
        font-size: 36px;
        line-height: 40px;
        padding-left: 15px;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
    }

    .socialContainer {
        width: auto;
    }

    .copyright {
        text-align: center;
    }

    .bannerTextBlock1 {
        width: 70% !important;
    }
    .bannerTextBlock2 {
        width: 80% !important;
    }
    
}


@media(max-width: 575.99px) {}


@media(max-width: 576px) {
    .hero {
        height: 100vh !important;
    }
    .hero2 {
        height: 100vh !important;
    }
    .hero3 {
        height: 100vh !important;
    }
    .hero4 {
        height: 100vh !important;
    }
    .hero5 {
        height: 100vh !important;
    }
}


@media(min-width: 768px) {
    .hero {
        height: 75vh;
    }
    .hero2 {
        height: 75vh;
    }
    .hero3 {
        height: 75vh;
    }
    .hero4 {
        height: 75vh;
    }
    .hero5 {
        height: 75vh;
    }
}
@media(max-width: 768px) {
    .hero {
        height: 80vh;
    }
    .hero2 {
        height: 80vh;
    }
    .hero3 {
        height: 80vh;
    }
    .hero4 {
        height: 80vh;
    }
    .hero5 {
        height: 80vh;
    }
}



@media(min-width: 992px) {

    .hero .header,
    .hero-half .header {
        display: block;
    }
}

@media(min-width: 1024px) {
    .hero {
        height: 100vh;
    }
    .hero2 {
        height: 100vh;
    }
    .hero3 {
        height: 100vh;
    }
    .hero4 {
        height: 100vh;
    }
    .hero5 {
        height: 100vh;
    }

    .storyDiv1 .storyImageDiv {
        margin-left: 10%;
    }

    .storyDiv2 .storyImageDiv {
        margin-right: 10%;
    }

    .storyDiv3 .storyImageDiv {
        margin-right: 10%;
    }
}


@media(min-width: 1200px) {
    .storyBannerText {
        padding: 4rem;
    }

    .hero-half .bannerTextBlock1 {
        padding-left: 150px;
    }
    .hero-half .bannerTextBlock2 {
        padding-left: 150px;
    }
    .hero-half .bannerTextBlockStory {
        padding-left: 150px;
    }

    .storyDiv1,
    .storyDiv2,
    .storyDiv3 {
        margin: 70px 150px;
    }

    .recipesContainer {
        margin: 50px 50px;
    }
}


@media(min-width: 1400px) {
    .bannerTextBlock1 {
        width: 55%;
        padding-left: 150px;

    }
    .bannerTextBlock2 {
        width: 50%;
        padding-left: 150px;

    }
    .bannerTextBlockStory {
        width: 55%;
        padding-left: 150px;

    }

    .storyBannerText {
        width: 80%;
    }

    .recipesContainer {
        margin: 50px 100px;
    }
}