.hero-right {
    width: 100%;
    float: none;
    position: absolute;
    top: -11rem;
}
.hero-right video{
    width: 100%;
    opacity: .4;
}
.hero-banner{
    height: 100vh;
}
.hero-left{

    z-index: 999;
    position: relative;
    width: 100%;
    padding: 0;
    padding-top: 11%;
    text-align: center;
}

.hero-title{
    font-family: 'Great Vibes', cursive;
    font-weight: 100;
    color: #1e1e1e;
}
.section-intro .intro-title{
    font-family: 'Great Vibes', cursive;
    font-weight: 100;
    font-size: 45px;
}
span.h2{
    font-family: 'Great Vibes', cursive;
    font-weight: 100;
    font-size: 11rem;
    color: #1e1e1e;
}
h1, h2, h3, h4, h5, h6{
    color: #1e1e1e;
}
.header_area.navbar_fixed .main_menu{
    z-index: 99999;
}
.header_area.navbar_fixed .main_menu .navbar{
    background: white;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item:hover .nav-link, .header_area.navbar_fixed .main_menu .navbar .nav .nav-item.active .nav-link{
    color: #e22104;
}

.food-card,.food-card-title h4{
    background: #ffffff;
}
.food-card:hover{
    box-shadow:0px 10px 20px 0px rgba(8,6,89,0);
}

img.styleBox-img1.img-fluid{
    border-radius: 3px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 35rem;
    width: 26rem;
    object-fit: cover;
}
img.styleBox-img2.img-fluid{
    border-radius: 3px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 20rem;
    height: 21rem;
    object-fit: cover;
}
.header_area .navbar{
    z-index: 99999999999;
    background:white;
}
.header_area .navbar .nav .nav-item .nav-link{
    text-transform: none;
}
.header_area .navbar .nav .nav-item .nav-link.cart{
    padding: 23px 0px 0 20px;
    font-size: 25px;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link{
    line-height: 11px;
}
.featured-item{
    background: white;
}
.owl-carousel .owl-item img{
    display: block;
    width: 12rem;
    height: 26rem;
    object-fit: cover;
    background-color: white;
    margin: 0 auto;
}
.food-card-title{
    font-style: normal;
}

.food-card .item-image{
    width: 9rem;
    height: 15rem;
    object-fit: cover;
}

.partner-img{
    width: 8rem;
    height: 9rem;
    object-fit: contain;
}
.button{
    padding: 15px 65px;
   /* border-radius: 3px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;*/
    font-size: 16px;
    text-transform: none;
    border-radius: 50px;
}
.button:hover{
    background-color: #1e1e1e;
}
.button:hover.button-shadow {
    box-shadow: -5px 8px 20px 0px #c1c1c1;
}

.form-contact .form-control{
    border-radius: 25px;
}

.section-intro h2{
    display: block;
}

.categories{
    display: block;
    float: none;
    text-align: center;

}
.categories a{
    color: #909090;
    font-size: 16px;
    padding: 7px 21px;
    background: #f7f7f7;
    margin: 0 11px;
    border-radius: 50px;

}
.categories a:hover{
    color: black;
}
.section-intro{
    max-width: 100%;
}
.section{
    display: block;
}

i.ti-shopping-cart{
    background: #e8e8e8;
    border-radius: 50px;
    color: #464646;
    padding: 7px 5px 6px 9px;
}
i.ti-shopping-cart:hover {
    background: #e22104;
    color: white;
}


@media (min-width: 992px){
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 80%;
        border-radius: 20px;
        border-top-right-radius: 0;
    }

    .header_area .navbar .nav .nav-item.submenu ul .nav-item:first-child .nav-link{
        border-top-left-radius: 20px;
    }
    .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child .nav-link{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@keyframes heartbeat
{
    0%
    {
        transform: scale( .85 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .85 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .85 );
    }
    100%
    {
        transform: scale( .85 );
    }
}

.heartbeat
{
    animation: heartbeat 1.35s infinite;
}

.alert{
    position: fixed;
    width: 33%;
    z-index: 9999;
    bottom: 0;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    list-style: none;
}
.alert-success{
    color: #ffffff;
    background-color: #1fd4c3;
    border-color: #1fd4c3;
}
.alert-error,.alert-danger{
    color: #ffffff;
    background-color: #F44336;
    border-color: #F44336;
}
.alert-info{
    color: #ffffff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.footer-area{
    background: #f7f7f7;
    padding: 120px 0px 12px;
}

h2, .h2{
    font-size: 42px;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
img.lazy {
    /* optional way, set loading as background */
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.header_area .navbar .nav .nav-item .nav-link.cart{
    padding: 21px 0px 0 20px;
}
.header_area.navbar_fixed  .navbar .nav .nav-item .nav-link.cart{
    padding: 13px 0px 0 20px;
}
span.shop{
    font-size: 14px;
    color: #cacaca;
}
span.shop:hover {
color: #e2270d;
}

.header_area.navbar_fixed .navbar .nav .nav-item .nav-link.cart{
        padding: 27px 0px 0 20px;
}

@media only screen and (max-width: 1366px) {

.hero-banner{
   height: auto;
}
.hero-right{
    top: -5rem;
}
section.about.section-margin{
    margin-top: 10rem;
}

}

@media only screen and (max-width: 1024px) {
    span.h2{
        font-size: 7rem;
    }
    .hero-right{
        top: 0rem;
    }
    .hero-banner{
        height: 67vh;
    }
}
@media only screen and (max-width: 991px) {
    img.styleBox-img2.img-fluid{
        display:none;
    }
    .categories a{
        margin: 0rem;
        margin-top: 1rem;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .hero-banner {
        height: auto;
        margin-bottom: 7rem;
    }
    .button{
        padding: 9px 51px;
        font-size: 14px;
    }
    .categories a{
        margin-top: 1rem;
        display: inline-block;
    }

    img.styleBox-img1.img-fluid{
        height: 19rem;
        width: 100%;
    }
}

@media only screen and (max-width: 748px) {
    span.h2{
        font-size: 12vw;
    }
}


@media only screen and (max-width: 699px) {
    .hero-left{
        padding-top: 7%;
    }
    .heartbeat{
        width: 16vw !important;
    }
}
@media (max-width: 480px){
.header_area .navbar-collapse {
    max-height:fit-content;
}
@media only screen and (max-width: 425px) {
    .header_area .navbar .nav .nav-item.submenu ul{
        text-align: center;
    }
    h2, .h2 {
    font-size: 34px;
}
    .hero-right video{
        opacity: 1;
    }
    div#navbarSupportedContent{
        text-align: center;
    }
    section.about.section-margin{
           margin-top: -4rem;
    }
    .hero-banner{
        margin-bottom: 0;
    }
    .product-btn{
        padding-top: 10rem;
    }
    .product-btn .button{
        font-size: 14px;
    width: 55%;
    border-radius: 50px;
    }
    .footer-area.section-gap{
        text-align: center;
    }
    img.styleBox-img1.img-fluid{
        display: none;
    }
    .about.section-margin{
        margin-top: 0;
    }
    .animated.delay-5s{
        animation-delay: 0s;
    }
    .hero-left span.h2{
        position: relative;
        top: -4rem;
    }
    .hero-right{
        top: 4rem;
    }
    .hero-title{
        position: relative;
        top: -6rem;
    }
    .hero-left{
        display: none;
    }
    .hero-right{display: contents;}

}
@media only screen and (max-width: 400px) {
    .product-btn{
        padding-top: 8rem;
    }
}
@media only screen and (max-width: 320px) {
    .product-btn{
        padding-top: 6rem;
    }
}
