section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.monday_section h2,
.tuesday_section h2,
.wednesday_section h2,
.thursday_section h2,
.friday_section h2,
.happy_section h2,
.food_section h2,
.lunch_section h2,
.drinks_section h2 {
    font-family: "Antonio", sans-serif;
    font-size: 2.5vw;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
}

.monday_section,
.tuesday_section,
.wednesday_section,
.thursday_section,
.friday_section,
.happy_section,
.food_section,
.lunch_section,
.drinks_section{
    position: relative;
}

h2 span {
    font-family: "Antonio", sans-serif;
}

.text {
    padding: 1%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.start_section .title_box {
    position: relative;
    padding-bottom: 2vw;
}

.start_section h2:nth-child(1) {
    position: relative;
    font-family: "Blacksword";
    color: var(--blue);
    font-size: 4vw;
    font-weight: initial;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

.start_section h2:nth-child(2) {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: 3.5vw;
    text-align: center;
    white-space: nowrap;
    -webkit-text-stroke: .1vw #ffffff90;
}

ul {
    padding: 0 0 2% 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/* ---------- Style by sections ---------- */
.monday_section span {
    color: var(--pink);
}

.monday_section>img:nth-child(1) {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 25%;
}

.monday_section>img:nth-child(2) {
    position: absolute;
    top: 10%;
    right: 8%;
    width: 5%;
}

.tuesday_section span {
    color: var(--blue);
}

.tuesday_section>img:nth-child(1) {
    position: absolute;
    bottom: 0%;
    left: 7%;
    width: 3%;
}

.tuesday_section>img:nth-child(2) {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 15%;
}

.wednesday_section span {
    color: var(--yellow);
}

.thursday_section span {
    color: var(--pink);
}

.thursday_section>img:nth-child(1) {
    position: absolute;
    top: 0%;
    left: -3%;
    width: 15%;
}

.friday_section span {
    color: var(--blue);
}

.friday_section>img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 8%;
    width: 3%;
}

.end_section .text {
    border: .2vw solid var(--pink);
    padding: 1% 4%;
}

.happy_section span {
    color: var(--yellow);
}

.happy_section>img:nth-child(1) {
    position: absolute;
    top: 5%;
    left: -3%;
    width: 25%;
}

.food_section span {
    color: var(--pink);
}

.food_section>img:nth-child(1) {
    position: absolute;
    top: 30%;
    right: 8%;
    width: 5%;
}

.lunch_section span {
    color: var(--blue);
}

.lunch_section>img:nth-child(1) {
    position: absolute;
    top: 20%;
    right: 0;
    width: 15%;
}

.lunch_section>img:nth-child(2) {
    position: absolute;
    top: 0%;
    left: 8%;
    width: 3%;
}

.drinks_section span {
    color: var(--yellow);
}

.drinks_section>img:nth-child(1) {
    position: absolute;
    top: 20%;
    left: -3%;
    width: 15%;
}

.drinks_section>img:nth-child(2) {
    position: absolute;
    top: 15%;
    right: 8%;
    width: 2%;
}


/* ---------- Menu style ----------*/

.deals_menu .product {
    width: 50vw;
    display: flex;
    justify-content: space-evenly;
}

.deals_menu .text {
    padding: 0 0 1% 0;
    align-items: flex-start;
}

.product .item {
    color: white;
}

.product .points {
    flex-grow: 1;
    margin: 0 0.521vw;
    border-bottom: .10vw dotted #ffffff;
    height: 1vw;
}

@media (max-width: 996px) {
    body {
        padding: 5%;
    }
    .monday_section h2,
    .tuesday_section h2,
    .wednesday_section h2,
    .thursday_section h2,
    .friday_section h2,
    .happy_section h2,
    .food_section h2,
    .lunch_section h2,
    .drinks_section h2 {
        padding: 5% 0 2% 0;
        font-size: 6vw;
        width: 75%;
    }
    h2 {
        text-align: center;
        padding: 7% 0 2% 0;
        width: 100%;
        font-size: 6vw;
    }
    br{
        display: none;
    }
    .start_section h2:nth-child(1) {
        font-size: 10vw;
    }
    .start_section h2:nth-child(2) {
        font-size: 12vw;
        left: 20%;
    }
    .text {
        padding: 3% 0;
    }
    .text p {
        display: inline;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .monday_section>img:nth-child(1) {
        width: 25%;
        left: -7%;
        top: -2%;
    }
    .monday_section>img:nth-child(2) {
        width: 7%;
        right: 0;
        top: 15%;
    }
    .tuesday_section>img:nth-child(1) {
        width: 5%;
        left: 0;
        top: 40%;
    }
    .tuesday_section>img:nth-child(2) {
        width: 15%;
        right: 0;
        top: 0;
    }
    .thursday_section>img:nth-child(1) {
        width: 15%;
        right: 0;
        top: 100%;
    }
    .friday_section>img:nth-child(1) {
        width: 4%;
        right: 0;
        top: 35%;
    }
    .happy_section>img:nth-child(1) {
        z-index: -1;
    }
    .food_section>img:nth-child(1) {
        z-index: -1;
        top: -10%;
    }
    .lunch_section>img:nth-child(1) {
        z-index: -1;
        top: -5%;
    }
    .lunch_section>img:nth-child(2) {
        z-index: -1;
    }
    .drinks_section>img:nth-child(1) {
        z-index: -1;
        top: 0;
        width: 12%;
    }
    .drinks_section>img:nth-child(2) {
        top: 35%;
    }
    .deals_menu {
        width: 100%;
    }
    .deals_menu .text {
        padding: 0 0 5% 0;
    }
    .deals_menu .text p {
        text-align: start;
    }
    .deals_menu .product {
        font-size: 3.5vw;
        width: 100%;
    }
    .product .points {
        flex-grow: 1;
        margin: 0 0.521vw;
        border-bottom: .1vw dotted #ffffff;
        height: 4vw;
    }
}