

/* Main */
.main {
    margin: 0 10%;
    display: block;
}


.main .showcase {
    padding: 0.5em 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr) 16em;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    overflow: hidden;
    margin: auto;
    width: 100%;
}


.main .showcase-item {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.3);
}

.main .showcase-item img {
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
}

.main .flex-container {
    display: flex;
}


/* Panel 1 Sidebar --------------------> NOT SHOWN*/
.main .showcase .featured1 {
    display: none;
    background-color: #888;
}


/* Panel 2 Featured */
.main .showcase .featured2 {
    grid-column-start: 1;
    grid-column-end: 8;
    background-image: url("../images/pexels-lucas-guizo-4060347new.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 36em;
    position: relative;
    
}

.main .showcase .featured2 .container {
    background-color: #30303066;
    padding: 2em 2em;
    display: block;
    width: 100%;
    height: min-content;
    position: absolute;
    bottom: 0;
}
.main .showcase .featured2 h2 {
    color: #fff;
    display: inline;
    text-transform: capitalize;
}

.main .showcase .featured2 p {
    color: #ffffffff;
}

.main .showcase .featured2 .button{
    display: block;
    background-color: #ffffff22;
    border: 3px solid #ffffff;
    padding: .5em .5em;
    width: 7em;
    height: min-content;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 5em;
    bottom: 1.5em;
}

.main .showcase .featured2 a {
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
}

.main .showcase .featured2 a:hover {
    background-color: #ffffff50;
}


/* Panel 3 COVID */
.main .showcase .featured3 {
    
    grid-column-start: 8;
    grid-column-end: 9;

    background-color: #fafafa;
}


.main .showcase .featured3 .container {
    text-align: center;
    color: #333;
    padding: 2em 1em;
}

.main .showcase .featured3 img {

    display: block;
    height: fit-content;
    position: relative;
}


/* Panel 4 Who We Are ------------------> NOT SHOWN*/
.main .showcase .featured4 {
    grid-column-start: 1;
    grid-column-end: 4;
    height: 20em;
    display: none;
}


/* Panel 5 Call */
.main .showcase .featured5 {
    background-color: #fcfcfc;
    grid-column-start: 1;
    grid-column-end: 9;
    height: auto;
    display: inline;
    position: relative;
    padding: 2em;
    margin-top: 0;
}

.main .showcase .featured5 .container {
    margin: auto;
}

.main .showcase .featured5 h2 {
    color: #222;
    text-align: center;
    display: block;
    font-size: 1.5em;
}

.main .showcase .featured5 h3 {
    color: #000;
    text-align: center;
    display: block;
    font-size: 2em;
}

.main .showcase .featured5 a {
    margin: auto;
    text-decoration: none;
    color: #222;
    display: block;
    text-align: center;
    font-size: 1.5em;
}




/* Ratings -----------------> NOT SHOWN*/

.main .showcase .featured6 {
    display: none;
    background-size: cover;
}


/* -------------------------------> NOT SHOWN*/
/* Panel 7 Popular Dishes */ 
.main .showcase .featured7 {
    margin-top: 2em;
    grid-column-start: 1;
    grid-column-end: 9;
    height: auto;
    background-color: #fcfcfc;
    display: block;
    display: none;
    position: relative;
}


.main .showcase .featured7 .h-container {
    display: block;
    padding: 2em;
    background-color: #fbfbfb;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.3);
   
}

.main .showcase .featured7 h2 {
    color: #222;
    font-size: 2em;
    display: block;
    line-height: 1;
    text-align: center;
}

.main .showcase .featured7 .item {
    position: relative;
}


.main .showcase .featured7 a {
    text-decoration: none;
}

.main .showcase .featured7 .container {
    display: flex;
}

.main .showcase .featured7 .container .item-container {
    display: block;
    background-color: #fcfcfc80;
    width: 100%;
    padding: 2em;
    height: min-content;
    position: absolute;
    bottom: 0;

}


.main .showcase .featured7 .item {
    width: 30em;
    height: 30em;
    display:  inline-flex;
    margin: 2em .5em;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.3);
}


.main .showcase .featured7 .item h3{
    font-size: 1.5em;
    color: #222;
}


.main .showcase .featured7 .item1{
    background-image: url("../images/temp/pexels-pixabay-256318.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}


.main .showcase .featured7 .item2{
    background-image: url("../images/temp/pexels-anna-tis-6341188.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.main .showcase .featured7 .item3{
    background-image: url("../images/temp/pexels-cats-coming-955137.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main .showcase .featured7 img {
    display: inline-block;
    line-height: 0;
}



/* Dots */

.main .showcase .featured8 {
    height: 12em;
    grid-column-start: 1;
    grid-column-end: 9;
    background-color: #fff;
    box-shadow: none;
    display: flex;
}

.main .showcase .featured8 .dot {
    height: 1.5rem;
    width: 1.5rem;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    align-self: center;
    margin: auto;
}



/* Delivery */
.main .showcase .featured9 {
    grid-column-start: 1;
    grid-column-end: 9;
    height: 12em;
    display: flex;
}

.main .showcase .featured9 .container {
    display: block;
    margin: auto;
    text-align: center;
}

.main .showcase .featured9 .container h2 {
    font-size: 2rem;
}


/* Featured Summer */
.main .showcase .featured11 {
    grid-column-start: 1;
    grid-column-end: 9;
    height: fit-content;
    position: relative;
    display: inline-flex;
    background-color: #fcfcfc;
}

.main .showcase .featured11 .container {
    margin: auto;
    display: block;
    padding: 0 1rem;
}

.main .showcase .featured11 .container h2 {
    font-size: 1.25rem;
}

.main .showcase .featured11 .container h3 {
    font-size: 2rem;

}

.main .showcase .featured11 .container h4 {
    font-size: 1.25rem;
}

.main .showcase .featured11 .img-container {
    background-image: url("../images/temp/pexels-julia-kuzenkov-2852044.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24rem;
    height: 30rem;
    position: relative;
    margin: 1rem auto;
}

/* ------------------------------------> NOT SHOWN */
/* Combo */
.main .showcase .featured12 {
    grid-column-start: 1;
    grid-column-end: 9;
    height: fit-content;
    background-color: #fcfcfc;
    display: inline-flex;
    display: none;
}

.main .showcase .featured12 .container {
    margin: auto;
    padding: 0 1rem;
}

.main .showcase .featured12 .img-container {
    background-image: url("../images/temp/pexels-roberto-nickson-2647973.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24rem;
    height: 30rem;
    position: relative;
    margin: 1rem auto;
}

.main .showcase .featured12 .container h2 {
    font-size: 2em;
    padding: .25rem 0;
}

.main .showcase .featured12 .container p {
    padding: .25rem 0;
}


@media (max-width: 768px) {
    .main .showcase {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .main .showcase .featured5 {
        width: 100%;
    }

    .main .showcase .featured8 {
        width: 100%;
        height: 8em;
    }

    .main .showcase .featured2 {
        height: 28em;
    }

    .main .showcase .featured2 .container {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        top: auto;
        left: auto;
        right: auto;
        height: minmax(20em, 24em);
    }


    .main .showcase .featured2 .container .item {
        display: block;
        margin-bottom: 1em;
        
    }
    .main .showcase .featured2 .container .button {
        right: auto;
        position: relative;
        bottom: auto;
    }

}

@media (max-height: 600px) {
    .main .showcase .featured2 {
        height: 28em;
    }
}



