@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}
div#preloder {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
}
div#preloder img {
    width: auto;
}
.save-time a {
    margin: auto;
}
img{max-width: 100%;width: 100%;}
h1,h2,h3,.title{
font-family: "Afacad Flux", sans-serif;
}
p {
    font-size: 15px;
}
div#navbarNav ul li a {
    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    color: #da1b00;
}
div#navbarNav ul li a.order-btn {
    color: #fff;
    margin-left: 15px;
}

div#navbarNav ul li:hover a {
    color: #000;
}
#header a.nav-link.order-btn {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}
.order-btn {
    background-color: #e3000f;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;
    transition: 0.5s all;
    font-weight: 700;
    text-shadow: unset !important;
    font-family: "Afacad Flux", sans-serif;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
}
button.btn.add_to_cart {
    width: 100%;
}
/* .order-btn:before {
    content: "\f101";
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: #32A878;
    width: 30px;
    height: 30px;
    border-radius: 28px;
    color: #C02B39;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    transition: 0.5s all;
    text-shadow: unset !important;
} */
ul.navbar-nav {
    margin-left: auto;
}

.order-btn:hover:before {
    background-color: #C42136;
    color: #fff;
    transform: rotate(180deg);
}

.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: 100%;
    position: relative;
    max-width: 280px;
    margin: auto;
    display: block;
    border-radius: 10px;
    padding: 17px;
}
.order-btn:hover {
    background-color: #32A878;
    color: #fff;
}
a.order-btn:before {
    color: #fff;
}
a.order-btn:hover {
    color: #fff;
}
header#header {
    background-color: #fff;
    width: 100%;
    margin: auto;
    position: sticky;
    top: 0px;
    z-index: 99;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 5px 0px;
}
.carousel-item {
    border: 1px solid #e21f27;
}

a.navbar-brand img {
    border-radius: 6px;
}
.slider_box {
    height: 600px;
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    padding-top: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}
.slider_box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #b9b9b954;
    z-index: -1;
}
.slick-prev:before, .slick-next:before {
    color: #da1b00;
    font-size: 30px;
}
section#about {
    text-align: center;
}
.slider_content {
    background-color: #e6e6e699;
    text-align: center;
    padding: 35px;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    margin-bottom: 0px;
}
.slider_content h1 {
    color: #000;
}
.slick-prev {
    left: 50px;
    z-index: 4;
}
.slick-next {
    right: 50px;
    z-index: 4;
}
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.title {
    color: #FF0000;
    font-size: 41px;
    margin-bottom: 0px;
}
.box_combo {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
    top: 0px;
}
.menu-card {
    border: 4px double;
    padding: 15px;
    border-radius: 5px;
    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/bordBeeld.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-color: #32A878;
    color: #fff;
}
.box_combo img {
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0px;
}
.box_combo p {
    margin-bottom: 5px;
}
.box_combo h2 {
    color: #FF0000;
    font-size: 26px;
}
.box_combo:hover {
    top: -15px;
}
.bg-burger {
    background-image: url('../images/section-bg.png');
    background-size: 32%;
    background-repeat: no-repeat;
    background-position: right -34px;
}
.bg-burger .order-btn {
    width: 100%;
}
.save-time {
    background-color: #000;
    background-image: url('../images/ai-2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    position: relative;
    background-size: cover;
}
.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, #FF0000  80%, transparent 20%);
    padding: 25px;
}
.save-time .title {
    color: #fff;
}

.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: #da1b00;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    color: #fff;
}
.bg-gary{
    background-color: #f7f7f7;
}
footer#footer::before {
    content: "";
    background-image: url('images/wow_wings_chickenwings.webp');
    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: #000;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
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:5px;
    border: 2px solid #32a878;
}
.order-btn {
    border: unset;
}
.about-box {
    background-color: #32a878;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    outline: 6px dotted #f7f7f7;
    outline-offset: -2px;
    margin-bottom: 22px;
}
h4.sub-title {
    font-family: "Afacad Flux", sans-serif;
    color: #f7f7f7;
    font-size: 24px;
}
.bgred{
    background-color: #FF0000;
}
/* .about-box:before {
    content: "+";
    background-color: #000000;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 21px;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 500;
} */
.order-btn {
    margin-right: initial;
    text-transform: uppercase;
    text-decoration: none;
}
button.navbar-toggler:focus {
    border: unset;
    box-shadow: unset;
}
@media only screen and (max-width: 767px) {
    a.order-btn {
        margin-left: 0px;
        margin-right: auto;
    }
    /* .collapsed span.navbar-toggler-icon {
        background-image: url('https://cdn-icons-png.flaticon.com/512/561/561184.png');
    }
    span.navbar-toggler-icon {
        background-image: url('https://static-00.iconduck.com/assets.00/close-icon-2048x2047-k8f8qv8h.png');
    } */
    a.order-btn {
        font-size: 17px;
        padding: 9px 4px;
        width: 120px;
        line-height: 16px;
        text-transform: capitalize;
    }
    button.navbar-toggler.active span {
        background-image: url('https://static-00.iconduck.com/assets.00/close-icon-256x256-bisauibe.png');
        background-size: 15px;
    }
    a.navbar-brand img {
        width: 120px !important;
    }
    .c-box img {
        height: 400px;
        object-fit: cover;
    }
    
    .c-box {
        margin-top: 20px;
    }
    .slider_box {
        padding-left: 15px;
        padding-right: 15px;
        height: 750px;
    }
    button.navbar-toggler {
        background-color: #fff;
    }
    #header a.nav-link.order-btn {
        width: 100%;
        margin-left: 0px !important;
    }
    .slick-arrow {
        display: none !important;
    }
    .save-time {
        background-image: unset;
    }
    .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;
}
}