@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;900&family=Righteous&display=swap');
*{
    font-family: 'Poppins', sans-serif;
}
img{max-width: 100%;width: 100%;}
h1,h2,h3,.title{
font-family: 'Righteous', cursive;
}
p {
    font-size: 15px;
}
div#navbarNav ul li a {
    font-family: 'Righteous', cursive;
    font-size: 20px;
    color: #fff;
}
div#navbarNav ul li a.order-btn {
    color: #fff;
    margin-left: 15px;
}
div#navbarNav ul li:hover a {
    color: #ed1b24;
}
#header a.nav-link.order-btn {
    background-color: #ed1b24;
}
#header a.nav-link.order-btn:hover {
    opacity: 0.5;
    color: #fff !important;
}
.order-btn {
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;
    transition: 0.5s all;
    font-weight: 300;
    text-shadow: unset !important;
    font-family: 'Righteous', cursive;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    transition: 0.5s all;
}
.box_combo h2{ transition: 0.5s all;}
.box_combo:hover .order-btn{
    background-color: #ed1b24;
    transform: translateY(200px);
}
.box_combo:hover h2 {
    transform: translateY(200px);
    background-color: #0000008f;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    /* border: 1px solid; */
}
.box_combo .order-btn:hover {
    background-color: green;
}
ul.navbar-nav {
    margin-left: auto;
}



.toppings-box p {
    font-weight: 500;
    font-size: 16px;
}

.toppings-box {
    display: flex;
    align-items: center;
}
.toppings-box img {
    width: 100px;
    margin-right: 15px;
    border: 2px solid #eb1c1e;
    margin-bottom: 10px;
    border-radius: 50%;
}
.footer-img {
    width: 260px;
    position: relative;
    top: -30px;
}
.order-btn:hover {
    background-color: #000000;
    color: #fff !important;
}
a.order-btn:before {
    color: #fff;
}
a.order-btn:hover {
    color: #fff;
}
header#header {
    background-color: #000002;
    width: 95%;
    margin: auto;
    border-radius: 30px;
    margin-top: 20px;
    position: fixed;
    top: 0px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
}

.slider_box {
    height: 700px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 100px;
    background-position: center;
}
.slider_content {
    background-color: #000c;
    text-align: center;
    padding: 35px;
    border-radius: 30px;
    color: #fff;
}
.slick-prev {
    left: 50px;
    z-index: 4;
}
.slick-next {
    right: 50px;
    z-index: 4;
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.title {
    color: #ED1B24;
    font-size: 41px;
    margin-bottom: 0px;
}
.box_combo {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 40px 40px 20px 20px;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 62px -5px #00000080;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
    top: 0px;
    text-align: center;
}
.menu-card {
    border: 4px double;
    padding: 15px;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #000;
}
.menu-card li {
    position: relative;
    border-bottom: 1px dashed;
    margin-top: 10px;
    padding-bottom: 6px;
}
.menu-card b {
    color: #d81921;
    font-weight: 500;
}
.c-box {
    position: relative;
}
.c-box img {
    border-radius: 20px;
}
span.price {
    font-size: 20px;
    font-weight: 500;
    padding-left: 22px;
    position: absolute;
    right: 0px;
    color: #32A878;
}
.inner-banner {
    padding-top: 10rem;
    background-image: url('../images/inneranner.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35%;
    background-color: #ed1b24;
    color: #fff;
}
.box_combo {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.box_combo img {
    border-radius: 16px;
    margin-bottom: 10px;
    /* height: 200px; */
    position: absolute;
    left: 50%;
    transition: 0.5s all;
    bottom: -50%;
}
.box_combo:hover img {
    left: 1%;
    bottom: 10%;
}
.box_combo p {
    margin-bottom: 5px;
}
.box_combo h2 {
    color: #ed1b24;
    font-size: 26px;
}
.box_combo:hover {
    top: -5px;
}
.bg-burger {
    background-image: url('../images/burger-bg.png');
    background-size: 37%;
    background-repeat: no-repeat;
    background-position: right top;
}
.bg-burger .order-btn {
    width: 100%;
}
.save-time {
    background-color: #000000;
    background-image: url('../images/orderonline.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    position: relative;
}
.save-time img {
    max-width: 388px;
    width: 100%;
    position: absolute;
    bottom: -110px;
    right: 100px;
    border-radius: 50px;
    z-index: 1;
    background-image: linear-gradient(192deg, #ed1b24  80%, transparent 20%);
    padding: 25px;
}
.save-time .title {
    color: #fff;
}
.box_combo.secd img {
    padding-right: 0px;
    margin-bottom: 0px;
}

.save-time .order-btn {
    border: 1px solid;
}
.icon_box {
    display: flex;
    align-items: baseline;
}
footer .title {
    margin-bottom: 15px;
    color: #fff;
}
footer#footer {
    background-color: #000002;
    padding-top: 4rem;
    padding-bottom: 0px;
    position: relative;
    color: #fff;
}
.bg-gary{
    background-color: #f7f7f7;
}
footer#footer::before {
    content: "";
    background-image: url('https://popmenucloud.com/aorfidsh/88f4604a-9362-4f2b-b857-fdf924de4827.png');
    background-position: 125% top;
    background-size: 60%;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    opacity: 0.2;
}
.call-now {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000c7;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.call-now a, .call-now i {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    cursor: pointer;
}
.call-now h3 {
    font-size: 40px;
    color: #fff;
}
footer ul {
    list-style: square;
}
footer ul a {
    text-decoration: none;
    color: #fff;
}
.icon_box i {
    margin-right: 13px;
}

p.copyright {
    text-align: center;
    font-size: 14px;
    background-color: #f20c0c;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
nav.navbar.navbar-expand-lg {
    padding-top: 15px;
    padding-bottom: 15px;
}
p.copyright a {
    color: #fff;
}
div#preLoder {
    display: none;
}
div#preLoder img {
    width: 20px;
}
.address i {
    color: #EF1A23;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    border-right: 1px solid;
    padding-right: 9px;
}
.address p {
    position: relative;
    padding-left: 33px;
}
.error-msg {
    color: red;
    position: relative;
    top: -30px;
    left: 15px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}
.address a {
    text-decoration: none;
    font-weight: 500;
    color: #EE1B24;
}
.form-control {
    border-radius: 30px;
    border: 2px solid #32a878;
}
.order-btn {
    border: unset;
}
.about-box {
    background-color: #32a878;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    color: #fff;
    outline: 6px dotted #f7f7f7;
    outline-offset: -2px;
    margin-bottom: 22px;
}
h4.sub-title {
    font-family: 'Righteous', cursive;
    color: #f7f7f7;
    font-size: 24px;
}
.bgred{
    background-color: #ed1b24;
}
a.navbar-brand {
    position: absolute;
    top: -28px;
    width: 130px;
}
.box_combo {
    margin-bottom: 20px;
}
.slider_content a.nav-link.order-btn {
    background-color: #ed1b24;
}

@media only screen and (max-width: 767px) {
    button.navbar-toggler {
    margin-left: auto !important;
    background-color: #fff;
}
#header a.nav-link.order-btn {
    margin: auto;
}
    ul.navbar-nav {
    text-align: center;
}
    .c-box img {
        height: 400px;
        object-fit: cover;
    }
    
    .c-box {
        margin-top: 20px;
    }
    .slider_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slick-arrow {
        display: none !important;
    }
  
    .save-time img {
    max-width: unset;
    position: unset;
    border-radius: unset;
    background-color: unset;
    margin-bottom: 30px;
}
.box_combo.secd {
    flex-direction: column;
}
.box_combo.secd img {
    padding-right: 0px;
    margin-bottom: 15px;
    left: 0%;
    top: 35%;
}
.box_combo:hover img {
    top: 0%;
}
}