/*-----------Hero Section-------------*/
*:focus {
    outline: 0 !important;
}

.jumbotron {
    color: white;
    /* background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://belvederetowercafe.com/Content/Templete9/assets/pizzabanner.jpg'); */
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) ), url('../assets/pizza%20banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 98vh;
    position: relative;
}

.jumbo {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
}

.header__button {
    font-size: 1.1rem;
    color: #ffffff;
    border: 1px solid rgb(142, 67, 67);
    background-color: #e51937;
    border-radius: 2px;
    font-weight: 600;
    padding: 11px 12px;
}

    .header__button:hover {
        border-radius: 0px;
        border: 1px solid #000;
        background-color: #c47b7b;
        color: #000;
    }
/*------------About us Section-------------*/
.abt .title {
    font-weight: 600;
    text-transform: capitalize;
}

    .abt .title::after {
        content: '';
        display: block;
        margin: 0.5rem auto 0 auto;
        height: 5px;
        width: 100px;
        background: #e51937;
    }

.fa-arrow-right {
    padding-left: 4px;
}

.service-card {
    box-shadow: 2px 2px 8px #e51937;
}

.cardhv:hover {
    box-shadow: 2px 2px 8px #e51937;
}

/*------------Deals Section-------------*/

.quantity {
    width: 3rem;
    border: 0.1px solid gray;
    padding: 1rem;
    height: 2rem;
}

.deal-detail-title {
    background: #ffffff;
    opacity: 0.85;
    color: #333333;
    position: absolute;
    width: 100%;
    left: -1px;
    padding: 11px 12px;
}

.order--now {
    position: absolute;
    top: 72%;
    right: 2%;
}
/*-----------Media Queries Section (Responsiveness)-------------*/
@media screen and (min-width: 375px) {
    /* .jumbo{
        margin-top: 2rem;
        padding-top: 40px;
    } */
}

@media screen and (min-width: 768px) {
    /* .jumbo{
        margin-top: 2rem;
    }
    .header__title{
        font-size: 3.2rem;
    }   
    .header__subtitle {
        font-size: 1.3rem;
    } */
}

@media screen and (min-width: 1440px) {
    /* .jumbo{
        margin-top: 4rem;
    }
    .header__title{
        font-size: 3.2rem;
    }   
    .header__subtitle {
        font-size: 1.4rem;
    } */
}

/* Portfolio Section css */
.portfolio {
    background: url(https://belvederetowercafe.com/Content/Templete9/assets/peter-bravo-de-los-rios-OklpRh8-Sns-unsplash.jpg) center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.single_portfolio_text {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .single_portfolio_text img {
        width: 100%;
    }

    .single_portfolio_text .portfolio_images_overlay {
        top: 42px;
        left: 14px;
    }

.single_portfolio_text {
    padding-bottom: 12px;
}

.portfolio_images_overlay {
    width: 91%;
    height: 50%;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    padding-top: 14px;
    top: -100%;
    left: 14px;
    position: absolute;
    transition: .6s;
}

    .portfolio_images_overlay p.product_price {
        font-size: 1.5725rem;
        color: #fff;
    }