:root {
    --theme-color: #FD9816;
    --orange: #FD9816;
    --red: #BC1405;
    --white: #ffffff;
}
body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'El Messiri', sans-serif;
}

.bg-white {
    background-color: var(--white) !important;
}

button.bg-white:hover, a.bg-white:hover {
    background-color: var(--orange) !important;
}
.bg-orange {
    background-color: var(--orange) !important;
}

button.bg-orange:hover, a.bg-orange:hover {
    background-color: var(--red) !important;
}
.bg-red {
    background-color: var(--red) !important;
}

button.bg-red:hover, a.bg-red:hover {
    background-color: var(--orange) !important;
}

.text-white {
    color: var(--white) !important;
}
.text-red {
    color: var(--red) !important;
}
.text-orange {
    color: var(--orange) !important;
}



.min-vh-25 {
    height: 25vh;
}
.min-vh-50 {
    height: 50vh;
}
.min-vh-60 {
    height: 60vh;
}
.min-vh-75 {
    height: 75vh;
}

.pt-6 {
    padding-top: 4rem;
}
.pt-7 {
    padding-top: 5rem;
}
.pt-8 {
    padding-top: 6rem;
}
.pt-9 {
    padding-top: 7rem;
}
.pt-10 {
    padding-top: 8rem;
}
.pt-11 {
    padding-top: 9rem;
}
.pt-12 {
    padding-top: 10rem;
}

.pb-6 {
    padding-bottom: 4rem;
}
.pb-7 {
    padding-bottom: 5rem;
}
.pb-8 {
    padding-bottom: 6rem;
}
.pb-9 {
    padding-bottom: 7rem;
}
.pb-10 {
    padding-bottom: 8rem;
}
.pb-11 {
    padding-bottom: 9rem;
}
.pb-12 {
    padding-bottom: 10rem;
}


.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.mt-8 {
    margin-top: 6rem;
}
.mt-9 {
    margin-top: 7rem;
}
.mt-10 {
    margin-top: 8rem;
}
.mt-11 {
    margin-top: 9rem;
}
.mt-12 {
    margin-top: 10rem;
}

.mb-6 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 5rem;
}
.mb-8 {
    margin-bottom: 6rem;
}
.mb-9 {
    margin-bottom: 7rem;
}
.mb-10 {
    margin-bottom: 8rem;
}
.mb-11 {
    margin-bottom: 9rem;
}
.mb-12 {
    margin-bottom: 10rem;
}

.bottom-8 {
    bottom: 8px !important;
}
.bottom-10 {
    bottom: 10px !important;
}
.bottom-15 {
    bottom: 15px !important;
}
.bottom-20 {
    bottom: 20px !important;
}
.bottom-30 {
    bottom: 30px !important;
}
.bottom-40 {
    bottom:40px !important;
}
.bottom-50 {
    bottom:50px !important;
}
.bottom-60 {
    bottom:60px !important;
}
.bottom-70 {
    bottom:70px !important;
}
.bottom-80 {
    bottom:80px !important;
}

.end-8 {
    right: 8px !important;
}
.end-10 {
    right: 10px !important;
}
.end-15 {
    right: 15px !important;
}
.end-20 {
    right: 20px !important;
}
.end-30 {
    right: 30px !important;
}
.end-40 {
    right:40px !important;
}
.end-50 {
    right:50px !important;
}
.end-60 {
    right:60px !important;
}
.end-70 {
    right:70px !important;
}
.end-80 {
    right:80px !important;
}

.start-10 {
    left: 10px !important;
}
.start-15 {
    left: 15px !important;
}
.start-20 {
    left: 20px !important;
}
.start-30 {
    left: 30px !important;
}
.start-40 {
    left:40px !important;
}
.start-50 {
    left:50px !important;
}
.start-60 {
    left:60px !important;
}
.start-70 {
    left:70px !important;
}
.start-80 {
    left:80px !important;
}


.top-10 {
    top: 10px !important;
}
.top-15 {
    top: 15px !important;
}
.top-20 {
    top: 20px !important;
}
.top-30 {
    top: 30px !important;
}
.top-40 {
    top:40px !important;
}
.top-50 {
    top:50px !important;
}
.top-60 {
    top:60px !important;
}
.top-70 {
    top:70px !important;
}
.top-80 {
    top:80px !important;
}


.mb-minus-10 {
    margin-bottom: -10px;
}
.mb-minus-20 {
    margin-bottom: -20px;
}
.mb-minus-30 {
    margin-bottom: -30px;
}
.mb-minus-40 {
    margin-bottom: -40px;
}
.mb-minus-50 {
    margin-bottom: -50px;
}
.mb-minus-60 {
    margin-bottom: -60px;
}
.mb-minus-70 {
    margin-bottom: -70px;
}
.mb-minus-80 {
    margin-bottom: -80px;
}
.mb-minus-90 {
    margin-bottom: -90px;
}
.mb-minus-100 {
    margin-bottom: -100px;
}

.mt-minus-10 {
    margin-top: -10px;
}
.mt-minus-20 {
    margin-top: -20px;
}
.mt-minus-30 {
    margin-top: -30px;
}
.mt-minus-40 {
    margin-top: -40px;
}
.mt-minus-50 {
    margin-top: -50px;
}
.mt-minus-60 {
    margin-top: -60px;
}
.mt-minus-70 {
    margin-top: -70px;
}
.mt-minus-80 {
    margin-top: -80px;
}
.mt-minus-90 {
    margin-top: -90px;
}
.mt-minus-100 {
    margin-top: -100px;
}

.ms-minus-10 {
    margin-left: -10px;
}
.ms-minus-20 {
    margin-left: -20px;
}
.ms-minus-30 {
    margin-left: -30px;
}
.ms-minus-40 {
    margin-left: -40px;
}
.ms-minus-50 {
    margin-left: -50px;
}
.ms-minus-60 {
    margin-left: -60px;
}
.ms-minus-70 {
    margin-left: -70px;
}
.ms-minus-80 {
    margin-left: -80px;
}
.ms-minus-90 {
    margin-left: -90px;
}
.ms-minus-100 {
    margin-left: -100px;
}

.me-minus-10 {
    margin-right: -10px;
}
.me-minus-20 {
    margin-right: -20px;
}
.me-minus-30 {
    margin-right: -30px;
}
.me-minus-40 {
    margin-right: -40px;
}
.me-minus-50 {
    margin-right: -50px;
}
.me-minus-60 {
    margin-right: -60px;
}
.me-minus-70 {
    margin-right: -70px;
}
.me-minus-80 {
    margin-right: -80px;
}
.me-minus-90 {
    margin-right: -90px;
}
.me-minus-100 {
    margin-right: -100px;
}


.rounded-1 {
    border-radius: 5px !important;
}
.rounded-2 {
    border-radius: 10px !important;
}
.rounded-3 {
    border-radius: 15px !important;
}
.rounded-4 {
    border-radius: 20px !important;
}
.rounded-5 {
    border-radius: 25px !important;
}
.rounded-6 {
    border-radius: 30px !important;
}
.rounded-7 {
    border-radius: 50% !important;
}

.w-icon-size1 {
    width: 20px !important;
}
.w-icon-size2 {
    width: 30px !important;
}
.w-icon-size3 {
    width: 40px !important;
}
.w-icon-size4 {
    width: 50px !important;
}
.w-icon-size5 {
    width: 60px !important;
}
.w-icon-size6 {
    width: 70px !important;
}
.w-icon-size7 {
    width: 80px !important;
}
.w-icon-size8 {
    width: 90px !important;
}

.h-icon-size1 {
    height: 20px !important;
}
.h-icon-size2 {
    height: 30px !important;
}
.h-icon-size3 {
    height: 40px !important;
}
.h-icon-size4 {
    height: 50px !important;
}
.h-icon-size5 {
    height: 60px !important;
}
.h-icon-size6 {
    height: 70px !important;
}
.h-icon-size7 {
    height: 80px !important;
}
.h-icon-size8 {
    height: 90px !important;
}

.z-index {
    z-index: 1;
}
.z-index1 {
    z-index: 9;
}
.bg-none {
    background: none !important;
}

.border-dc-top::after {
    content: '';
    background-image: url(../../assets/img/home/border-top.png);
    background-repeat: repeat;
    background-position:left top;
    background-size: auto auto;
    height: 13px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
margin-top:10px;
}
.bg-offer1 {
    background-image: url(../../../../assets/images/home/bg-offer1.png);
    background-repeat: no-repeat;
    background-position:right bottom;
    background-size: auto auto;
}
.bg-offer2 {
    background-image: url(../../../../assets/images/home/bg-offer2.png);
    background-repeat: no-repeat;
    background-position:right bottom;
    background-size: auto auto;
}
.bg-orange-style1::before {
    content: '';
    background: url(../../../../assets/images/home/cat-deco-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    bottom: 40px;
}
.bg-orange-style1::after {
    content: '';
    background: url(../../../../assets/images/home/cat-deco-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    width: 130px;
    height: 130px;
    position: absolute;
    right: 20px;
    bottom: 50px;
}
.about-dec::before {
    content: '';
    background: url(../../assets/img/home/about-dec2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 160px;
    height: 144px;
    position: absolute;
    left: -40px;
    top: -15px;
}
.about-dec::after {
    content: '';
    background: url(../../assets/img/home/about-dec2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 160px;
    height: 144px;
    position: absolute;
    right: 0px;
    bottom: -30px;
}
.about-dec1::before {
    content: '';
    background: url(../../assets/img/home/about-dec1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 168px;
    height: 76px;
    position: absolute;
    right: -124px;
    top: -20px;
}
.slide-dec::before {
    content: '';
    background: url(../../assets/img/home/slide-dec.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
    width: 193px;
    height: 162px;
    position: absolute;
    left: 0px;
    top: 60px;
}
.before-after-none::before, .before-after-none::after {
    content: none !important;
}
.with-us::after {
    content: '';
    background: url(../../assets/img/home/store-1.png);
    background-repeat: no-repeat;
    background-position:right bottom;
    background-size:100% auto;
    width: 45%;
    height: calc(100% + 125px);
    position: absolute;
    right: 0px;
    top: -125px;
}

/*===============custom============*/
.line-dec {
    width: 5%;
    height: 2px;
}
.featured-arae-three .owl-stage-outer {
    padding: 0 1.7rem!important;
}
.home-about-bg {
    background-repeat: no-repeat;
    background-position:right top;
    background-size: cover;
}
.about-img img {
    border-radius: 5px 50px 0 50px;
    width: 100%;
    max-width: 510px;
}
.about-img img.award {
    right: -50px;
    bottom: -70px;
    margin: 0 0 -80px 0;
    width: auto;
}
.with-us .easy-orded-style {
    position: absolute;
    bottom: 0;
}
.with-us .easy-orded-style .easy-orded {
    margin: 0;
}
.application.section-discover-menu {
    background: #F5F5F5;
}
.application.section-discover-menu .nav-pills .nav-link {
    width: auto;
    height: auto;
    border:none;
    background: none;
    padding: 0;
    margin: 0 40px 0 0;
}

.application.section-discover-menu .nav-pills .nav-link img {
    width: auto;
}
.application.section-discover-menu .nav-pills .nav-link .menu-ic {
    border:2px solid #D8D8D8;
}
.application.section-discover-menu .nav-pills .nav-link:hover .menu-ic, .application.section-discover-menu .nav-pills .nav-link.active .menu-ic {
    border:2px solid #920F03;
}
.application.section-discover-menu .nav-pills .nav-link h5 {
    color: #2A2A2A;
    font-size: 20px;
}
.application.section-discover-menu .nav-pills .nav-link:hover h5, .application.section-discover-menu .nav-pills .nav-link.active h5 {
    color: #BC1405;
}
#what-up {
    z-index: 111;
    position: fixed;
    bottom: 110px;
    right: 25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
#what-up img {
    width: 100%;
    height: auto;
}
.slider-about .owl-dots {
    margin: 20px 0 0 !important;
}
.best-solutions-service sup {
    position: absolute;
    background-color: #000;
    color: white;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 14px;
}
/*.home-why-choose {
    width: 90%;
}
.home-why-choose::before {
    content: '';
    background: url(../../assets/img/home/why-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size:cover;
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0;
    border-radius: 0 500px 500px 0px;
}*/
.banner-two .title-area-img img {
    border-radius: 0;
}
.banner-two .title-area-img.two {
    margin-top: -70px;
     transform: translateY(0px); 
}
.banner-two {
    padding-top: 0;
}
.get-in-touch-two.get-in-touch .booking {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.get-in-touch-two.get-in-touch .booking li {
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    padding:0;
    margin: 0 0 50px;
}
/*.get-in-touch-two.get-in-touch .booking li:last-child {
    margin: 0;
}*/
.get-in-touch-two.get-in-touch .booking li i {
    margin: 0 15px 0 0;
}
.bratlee-slider.owl-theme .owl-nav.disabled+.owl-dots {
    justify-content: center;
}
.franchise-two-about .about-food-text i {
    width: 90px;
    height: 90px;
}
.about-food-text svg path {
    fill: #f5274c;
}
.preloader img {
    animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.preloader .container {
    animation:none;
}
.featured-dishes-img:before {
    content: none;
}
.easy-orded {
    width: 30%;
}
.owl-carousel .owl-item img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.owl-carousel .owl-item:hover img {
    transform: scale(1.04,1.04);
}
.navbar-links li a {
    padding: 10px 20px;
    font-size: 16px;
font-weight:530;
color:#b41f24;
}
.navbar-links li a:hover {
color:black!important;
}

.owl-stage-outer .owl-stage {
    margin-left: -10px;
}
.abouts-img {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    width: 500px;
    height: 500px;
    overflow: hidden;
}
.abouts-img img {
    max-height: 500px;
    margin:30px 0 -30px 30px;
}
.shadow1{
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px ;    
}
.frsupport-iconitem:hover .frsupport-icondesc{
    color: #bc1405;
    transition:all 0.2s linear;
}
.why-choose-us p {
    line-height: 24px;
}

form.checkout-meta input.error {
    border: 3px solid #bc1405;
}

form.checkout-meta label.error {
    color: #bc1405;
    font-size: 12px;
    font-style: italic;
}

form.checkout-meta input {
    margin-bottom: 0px;
}

.mb-15
{
    margin-bottom: 15px;
}