  .containerfoodcourt {
    display: grid;
    place-content: center;
    place-items: center;
    grid-row: 1;
    grid-column: 1;
    margin-top: -10%;
}

.backgrounddiv {
    background-image: url("https://www.bue.edu.eg/uploads/editor/Food-Court/BUE-Foodcourt-VendorsList.png");
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    align-content: center;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Akzidenz-Grotesk OBL';
    font-size: 50px;
}

.hero-text1 {
    text-align: center;
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Akzidenz-Grotesk OBL';
    font-size: 1.5em;
}

.bottom-text1 {
    text-align: center;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Akzidenz-Grotesk OBL';
    text-transform: uppercase;
    font-size: 1.9em;
}

.imagebc {
    background-color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    position: absolute;
    top: 17%;
    left: 33.5%;
}

.imagebc1 {
    background-color: white;
    height: 110px;
    width: 110px;
    text-align: center;
    position: absolute;
    top: 17%;
    left: 42%;
}

.img1 {
    width: 75px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.img2 {
    width: 55px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.columnfood {
    width: 115px;
    padding: 10px;
    height: 115px;
    margin: 10px;
    align-content: center;
    text-align: center;
    background-color: #ffffff;
}

.rowfood {
    content: "";
    display: flex;
    clear: both;
    position: relative;
    justify-content: center;
    gap: 4px;
}




@media only screen and (max-width: 1000px) {
    /* For mobile phones: */
    .backgrounddiv {
        background-image: url("https://www.bue.edu.eg/uploads/editor/Food-Court/BUE-Foodcourt-VendorsList.png");
        height: 110%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        align-content: center;
    }

    .bottom-text1 {
        text-align: center;
        position: relative;
        bottom: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        text-transform: uppercase;
        font-size: 1em;
    }

    .hero-text {
        text-align: center;
        position: relative;
        top: -3%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        font-size: 50px;
    }

    .hero-text1 {
        text-align: center;
        position: relative;
        top: -6%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        font-size: 1em;
    }

    .img1 {
        width: 100%;
        position: relative;
        transform: translate(0%, 0%);
    }

    .columnfood {
        width: 100%;
        height: auto;
        margin: 5px;
        align-content: center;
        text-align: center;
        background-color: #ffffff;
    }

    .img2 {
        width: 35px;
        position: relative;
        transform: translate(0%, 0%);
    }

    .rowfood {
        content: "";
        display: flex;
        clear: both;
        position: relative;
        justify-content: center;
        gap: 1px;
        width: 95%;
    }
}





@media only screen and (max-width: 500px) {
    /* For mobile phones: */
    .backgrounddiv {
        background-image: url("https://www.bue.edu.eg/uploads/editor/Food-Court/BUE-Foodcourt-VendorsList.png");
        height: 110%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        align-content: center;
    }

    .bottom-text1 {
        text-align: center;
        position: relative;
        bottom: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        text-transform: uppercase;
        font-size: 1em;
    }
    .hero-text {
        text-align: center;
        position: relative;
        top: -3%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        font-size: 50px;
    }
    .hero-text1 {
        text-align: center;
        position: relative;
        top: -6%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-family: 'Akzidenz-Grotesk OBL';
        font-size: 1em;
    }
    .img1 {
        width: 85%;
        position: relative;
        transform: translate(0%, 0%);
    }
    .columnfood {
        width: 100%;
   
        height: auto;
        margin: 5px;
        align-content: center;
        text-align: center;
        background-color: #ffffff;
    }
    .img2 {
        width: 35px;
        position: relative;
        transform: translate(0%, 0%);
    }

    .rowfood {
        content: "";
        display: flex;
        clear: both;
        position: relative;
        justify-content: center;
        gap: 1px;
        width: 95%;
    }
}