@font-face {
    src: url(fonts/Italiano.otf);
    font-family: 'Italiano';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(img/danielle-macinnes-logv9s7f67o-unsplash.jpg);
    background-attachment: fixed;
    background-size: cover;
    /* z-index: 1; */
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.navigation-container {
    width: 100%;
    height: 60px;
    background-color: #ea272d;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.20);
    position: fixed;
    top: 0px;
}

.navigation-content {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10%;
}

.logo img {
    width: 300px;

}

.cart img {
    height: 30px;
}

.menu ul {
    display: flex;
}

.menu ul li a {
    padding: 0 40px;
    font-size: 25px;
    font-family: Italiano;
    font-weight: bold;
    color: #fff;
}

.menu ul li a {
    border-left: 3px solid #e54c51;
}


.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.trailer.active {
    visibility: visible;
    opacity: 1;
}

.trailer video {
    max-width: 900px;
    outline: none;
}

.trailer .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}


/* .cart {
    display: flex;
    align-items: center;
    /* font-family: calibri; */
/* font-weight: bold; */
/* } */

.cart a {
    font-size: 25px;
    font-family: Italiano;
    color: #fff;
    margin: 0px 10px;
}


.whats-new {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 7% 0px 90px 0;
}

.orderMenu-btns {
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 0;
}

.orderMenu-btns span a {
    font-family: Italiano;
}

.glf-button {
    margin-top: 10px;
}

.new {
    width: 540px;
    height: 320px;
    margin: 10px;
    background-image: url(img/wesual-click-jkC1ul95ujQ-unsplash.jpg);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new p {
    color: #fff;
    line-height: 50px;
    padding: 0px;
    margin: 0px;

}

.new p:nth-child(1) {
    font-size: 40px;
    font-family: Italiano;
    font-weight: bold;
}

.new p:nth-child(2) {
    font-size: 30px;
    font-family: Italiano;

}

.new button {
    width: 120px;
    height: 35px;
    border-radius: 10px;
    background-color: #ea272d;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    border: none;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    outline: none;
}

.search,
.order {
    width: 540px;
    height: 150px;
    margin: 10px;
    background-color: #b1b1b1;
}

.tools {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first-row {
    display: flex;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order {
    background-image: url(img/order.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.search {
    background-image: url(https://i.postimg.cc/QxDthrqp/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.search p {
    color: #fff;
    font-size: 30px;
    font-family: Italiano;
    font-weight: bold;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.5);
}

.text {
    background-color: #f1f1f1;
    border-radius: 20px;
    width: 250px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.text input[type=search] {
    border: none;
    background-color: transparent;
    color: #000;
    text-align: center;
    outline: none;
}

.text button {
    height: 35px;
    width: 70px;
    border: none;
    color: #0b0b0b;
    font-weight: ;
    font-weight: bold;
    outline: none;
    border-radius: 0px 20px 20px 0px;
    border-left: 1px solid #cdcaca;
}

.order {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order a {
    font-size: 40px;
    font-family: Italiano;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}

.food-1,
.food-2,
.food-3 {
    width: 354px;
    height: 350px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 5%;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.food-1 p,
.food-2 p,
.food-3 p {
    margin: 0;
    padding: 0;
    /* font-size: 30px; */
    color: #fff;
    font-family: Italiano;
    line-height: 40px;
}

.name p:nth-child(1) {
    font-weight: bold;
    font-size: 40px;
}

.name p:nth-child(2) {
    font-weight: 400;
    font-size: 30px;
}

.second-row {
    display: flex;
}

.food-1 {
    background-image: url(img/food-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.food-2 {
    background-image: url(img/food-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.food-3 {
    background-image: url(img/food-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.price button {
    color: #fff;
    border: none;
    background-color: #ea272d;
    outline: none;
    /* width: 70px;
    height: 35px; */
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.price button a {
    color: #fff;
    font-size: 20px;
    font-family: Italiano;
}

button:active {
    transform: scale(1.2);
    transition: all ease 0.5s;
}

.flavor,
.breakfast {
    font-family: Italiano;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    width: 540px;
    height: 180px;
    margin: 10px;
    background-color: #b1b1b1;
}

.third-row {
    display: flex;
}

.flavor {
    background-image: url(img/flavor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.breakfast {
    background-image: url(img/breakfast.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.flavor p:nth-child(1),
.breakfast p:nth-child(1) {
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

.flavor p:nth-child(2),
.breakfast p:nth-child(2) {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    text-align: center;
}

.flavor p,
.breakfast p {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.footer {
    background-color: #0a0a0a;
    height: 150px;
}

.social ul {
    display: flex;
    filter: invert(1);
}

.social img {
    height: 15px;
}

.social ul li a {
    padding: 15px;
}

.footer-menu ul li a {
    border-left: 3px solid #2e2e2e;
    color: rgba(255, 255, 255, 0.8);
}

.navigation-content {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 40px;
}

.by {
    color: #fff;
    display: inline;
    justify-content: center;
    align-items: center;
}

.by a {
    color: red;
    text-decoration: none;
}

.new,
.search,
.order,
.food-1,
.food-2,
.food-3,
.flavor,
.breakfast {
    border-radius: 10px;
}

/* Menu/newsletter css popUp */
.newsletter,
.newsletter2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 60px;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 0 0 100vh rgba(199, 34, 56, 0.95);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.newsletter.active,
.newsletter2.active {
    visibility: visible;
    opacity: 1;
}

.newsletter,
.newsletter2 h2 {
    font-size: 52px;
    color: #312747;
}

.newsletter,
.newsletter2 p {
    font-size: 22px;
    color: #312747;
}

.newsletter .inputBox,
.newsletter2 .inputBox {
    margin-top: 20px;
}

.newsletter .inputBox input,
.newsletter2 .inputBox input {
    padding: 10px;
    outline: none;
    width: 300px;
    font-size: 18px;
    border: 1px solid #999;
    margin-bottom: 3px;
}

.newsletter .inputBox input[type="submit"],
.newsletter2 .inputBox input[type="submit"] {
    padding: 10px;
    outline: none;
    /* width: 140px; */
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    box-sizing: border-box;
    cursor: pointer;
}

.newsletter .close,
.newsletter2 .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.bestDeals-grid {
    margin-top: 150px;
}

@media (max-width: 767px) {
    .menu {
        display: none;
    }

    .whats-new img {
        margin-left: -50px;
        width: 600px;
    }

    .whats-new span {
        position: relative;
        left: 90px;
    }

    .orderMenu-btns {}

    .first-row,
    .second-row,
    .third-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto;
    }

    .food-1,
    .food-2,
    .food-3 {
        min-width: 540px;
    }

    .copyright {
        margin-left: 150px;
    }

    .navigation-content {
        height: 60px;
        display: flex;
        align-items: center;

    }

    .content-container {
        margin: 10px;
    }
}