@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/Styles/font/futura/futura-pt-cond-extra-bold.eot'); /* IE9 Compat Modes */
    src: local(''), url('/Content/Styles/font/futura/futura-pt-cond-extra-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/Styles/font/futura/futura-pt-cond-extra-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Content/Styles/font/futura/futura-pt-cond-extra-bold.woff') format('woff'), /* Modern Browsers */
    url('/Content/Styles/font/futura/futura-pt-cond-extra-bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3c3c3c;
    padding: 1px 10px 10px;
    height: 760px;
}

    .main-container.au, .main-container.nz {
        padding-top: 10px;
        margin-top: -3px;
    }

.hero-container {
    display: flex;
    justify-content: space-between;
    background-color: #3c3c3c;
    width: 100%;
    max-width: 1024px;
    height: 100%
}

.main-image {
    position: relative;
    width: 60%;
    margin-right: 10px
}

.side-images {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%
}

.side-image {
    position: relative;
    width: 100%;
    height: calc(50% - 5px)
}

    .side-image:last-child {
        height: calc(50% - 5px)
    }

    .main-image img,
    .side-image img {
        width: 100%;
        height: 100%;
        object-fit: fill
    }

    .main-image h2,
    .side-image h2,
    .main-image p,
    .side-image p {
        position: absolute;
        color: #fff;
        left: 39%
    }

    .main-image h2,
    .side-image h2 {
        top: 10%
    }

    .main-image p,
    .side-image p {
        top: 20%
    }

    .main-image .side-button,
    .side-image .side-button {
        font-family: 'Futura';
        background-color: #e21836;
        color: #fff;
        padding: 10px;
        border-radius: 8px;
        top: auto;
        width: 170px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: -.1px;
        word-spacing: 1.5px;
        font-size: 23px;
        align-self: center;
    }

.main-container.de .side-button.order-btn, .main-container.fr .side-button.order-btn {
    font-family: 'Futura PT Condensed' !important;
}

.hero-container .action-btns .delivery-btn {
    background-color: #007aaf !important
}

.hero-container .action-btns .pickup-btn {
    background-color: #e21836 !important
}

.hero-container .action-btns .order-btn {
    background-color: #e21836 !important
}

.hero-container .action-btns .delivery-btn:hover {
    background-color: #3478f6 !important
}

.hero-container .action-btns .pickup-btn:hover {
    background-color: #a72932 !important
}

.hero-container .action-btns .order-btn:hover {
    background-color: #a72932 !important
}

.main-container p {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 1024px;
    font-size: 13px
}

.action-btns {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-top: -70px;
    justify-content: center;
    position: absolute;
    left: 0%;
    right: 0%;
    height: 50px
}

    .action-btns a {
        margin: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

@media (max-width: 980px) and (min-width: 821px) {
    .main-container.au, .main-container.nz {
        margin-top: -5px;
    }
}

@media(max-width: 768px) {
    .main-container {
        height: auto;
    }

        .main-container.au, .main-container.nz {
            margin-top: -6px;
        }

    .hero-container {
        flex-direction: column
    }

    .main-image,
    .side-images {
        width: 100%
    }

    .main-image {
        margin-right: 0
    }

    .side-image {
        height: auto;
        margin-top: 10px
    }

        .main-image a,
        .side-image a {
            bottom: 10%
        }

    .action-btns {
        margin-bottom: 25px;
        margin-top: -65px
    }

    .hero-container .action-btns .delivery-btn:hover {
        background-color: #007aaf !important
    }

    .hero-container .action-btns .pickup-btn:hover {
        background-color: #e21836 !important
    }

    .hero-container .action-btns .order-btn:hover {
        background-color: #e21836 !important
    }
}
