@import url("fonts/style.css");

body {
    overflow-x: hidden;
    /* cursor: url('../../uploads/fork-1.png') 16 16, auto; */

}

/* NAVIGATION */
.mamafrans-event-footer {
    text-align: center;
    background: #fbf7ed;
}

/* Toastr Success Message Green Color */
#toast-container>.toast-success {
    background-color: #28a745 !important;
    color: white !important;
}

#toast-container>.toast-error {
    background-color: #dc3545 !important;
    color: white !important;
}



/* Shop CSS */

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-img img {
    height: 100%;
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 14px;
    width: inherit;
}

.pro-img {
    width: 130px;
    height: 110px;
}

.menu-deal h6 {
    margin: 0 !important;
}

span.quan {
    display: flex;
    margin-left: 22px;
}

.prodetails {
    margin-left: 20px;
}

button.btn.btn-primary.cart {
    background-color: #6e1a11;
    color: white !important;
    text-decoration: none;
    width: 182px;
    border-radius: 5px;
    text-align: center;
    padding: 1px;
    height: 27px;
    cursor: pointer;
    border: none;
}

.modal-body img {
    width: 200px;
}

.sec-modal-img {
    width: 300px;
    height: 200px;
}

.sec-modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-modal {
    text-align: center;
}

.accordion-body strong p {
    color: white;
}

.sec-modal p {
    color: white !important;
}

.quantity-items a {
    text-decoration: none;
    color: white;
}

.prodetails h6,
.order-menu .menu-content p {
    width: 100%;
}

.modal-content {
    background-color: #373737 !important;
    color: #ffffff !important;
}

button.accordion-button {
    background: black !important;
    color: white !important;
    font-weight: 500 !important;
}

.accordion-body {
    background: #373737 !important;
    color: white;
}

a.add-to-cart,
a.daily-cart,
a.weekly-cart,
a.veg-cart,
a.meat-cart,
a.one-meat-cart,
a.three-meat-cart,
a.super-cart,
a.wed-cart,
a.weds-cart,
a.fri-cart,
a.sat-cart,
a.sun-cart,
a.thu-cart {
    background: #6e1a11 !important;
    margin-top: 10px;
    border-color: #6e1a11 !important;
}

.sec-modal h1 {
    font-size: 19px;
    margin-top: 10px;
}

.quantity-items,
.quantity-items-daily,
.quantity-items-weekly,
.quantity-items-veg,
.quantity-items-meat,
.quantity-items-one-meat,
.quantity-items-meat-three,
.quantity-items-super,
.quantity-items-wed,
.quantity-items-weds,
.quantity-items-fri,
.quantity-items-sat,
.quantity-items-sun,
.quantity-items-thu {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
}



span.qty-value {
    margin-top: -8px;
    max-width: 20px;
}

input.radio-btn {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 15px;
    height: 15px;
    margin-right: 5px;

    border: 2px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}

input.radio-btn:checked {
    box-shadow: 0px 0px 0px 0px #6e1a11;
    background-color: #6e1a11;
}

strong.radio p {
    white-space: nowrap;
}

/* End Shop CSS */

a.nav-link {
    color: #000;
    font-family: "Cream Opera", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(110 26 17);
    transition-duration: 0.6s;
}

nav.navbar.navbar-expand-lg {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.navbar {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

a.navbar-brand img {
    width: 150px;
}

img.footer-logo {
    width: 260px;
}

li.nav-item {
    padding-right: 50px;
}

.col-sm-6.content {
    align-content: center;
}

span.nav-icons {
    width: 50px;
    z-index: 9999;
    font-size: 20px;
}

span.nav-icons a:hover {
    color: #000;
}

span.nav-icons a {
    color: rgb(110 26 17);
}

img.cart-icon {
    width: 30px;
}

.contact-button {
    background-color: #6e1a11;
    color: #ffffff;
    padding: 1.5em 1.5em;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    bottom: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 1px #6e1a11, 0px 0px 0px 6px #fff;
    position: absolute;
    z-index: 9;
}

.contact-button,
.contact-button__icon {
    transition: all 0.5s ease-in-out;
}

.contact-button:hover {
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 12px #6e1a11;
    cursor: pointer;
}

.contact-button:hover .contact-button__icon {
    transform: scale(1.5);
}

/* NAVIGATION */

/* HERO */
.hero-sec {
    background: url(../../uploads/hero-bg.webp) no-repeat center / cover;
    height: 100vh;
}

.content-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.content-box h2 {
    color: #fff;
    font-family: "Cream Opera", sans-serif;
    font-size: 182px;
    font-style: normal;
    line-height: normal;
}

.content-box span {
    letter-spacing: 0;
}

/* Off Canvas*/
.offcanvas-backdrop.fade {
    display: none;
}

.col-sm-3.p-0.text-center.quan-no {
    display: flex;
    justify-content: space-evenly;
    white-space: nowrap;
}

a.less-quantity.offcanvas-less-quantity,
a.add-quantity.offcanvas-add-quantity {
    padding-top: 4px;
}

/* body.offcanvas-backdrop {
    opacity: 1 !important;
}
.offcanvas-backdrop.show {
    background-color: transparent !important;
} */

.content-box h3 {
    color: #fff;
    font-family: "Cream Opera", sans-serif;
    font-size: 85px;
    font-style: normal;
    letter-spacing: 35px;
}

/* HERO */

/* CAROUSEL */
.carousel-sec {
    background: url(../../uploads/carousel-bg.png) no-repeat center / cover #373737;
    padding: 50px 0;
}

.carousel-sec h2 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.car p {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card.tes-card {
    border: 2px solid #000 !important;
    border-radius: 0;
    padding: 20px;
}

span.icons-row i {
    color: #6e1a11;
}

/* CAROUSEL */

/* CONTENT SECTION */
.content-sec {
    padding: 50px 0;
}

.content-sec h2 {
    color: #6E1A11;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-sec p {
    color: #404040;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.row.content img {
    float: inline-end;
}

.mf-button {
    border-radius: 5px;
    background: #6E1A11;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 20px;
    border: none;

}

.row.contact {
    justify-content: center;
}



a.mf-button {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

/* CONTENT SECTION */

/* CONTACT-SEC */
.contact-sec {
    background: url(../../uploads/contact-sec-bg.png) no-repeat center / cover;
    padding: 50px 0;
    text-align: center;

}

.contact-sec h2 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* CONTACT-SEC */

.row.form {
    display: flex;
    justify-content: center;
}

form.contact-form {
    width: 50%;
    padding-top: 60px;
}

.form-control {
    border-radius: 5px;
    background: rgba(161, 161, 161, 0.50);
    border: none;
    font-family: "Poppins", sans-serif;
}

input.form-control {
    height: 51px;
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.form-control::placeholder:hover {
    color: #000;
    opacity: 1;
}

button.mb-2.form-button {
    margin-top: 20px;
    border-radius: 5px;
    background: #6E1A11;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 40px;
    border: none;
    width: auto;
    font-size: 18px;
    color: #FFF !important;
    font-family: "Poppins", sans-serif;
}

.contact-sec {
    padding-bottom: 60px;
}

.slick-next:before {
    content: url(../../uploads/left-arrow.png) !important;
}

.slick-prev:before {
    content: url(../../uploads/right-arrow.png) !important;
}

.slick-prev,
.slick-next {
    z-index: 999;
    opacity: 1;
}

.slick-next {
    right: 6px !important;
}

.slick-prev {
    left: 6px !important;
}

.main {
    width: 100%;
    text-align: center;
}

.slider {
    width: 80%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.card {
    position: relative;
    background: none !important;
    border: none !important;
}

.middle {
    position: absolute;
    visibility: hidden;
}

.card-header {
    padding: 0;
    background: none;
    border-bottom: none;
}


/* CONTACT-SEC */

/* TESTIMONIAL SEC */

.testimonial-sec {
    background: url(../../uploads/testimonial-bg.png) no-repeat center / cover;
    padding: 60px 0;
}

.testimonial-sec h2 {
    color: #6e1a11;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-bottom: 40px;
}

/* bf-testimonial-slick */
.bf-testimonial-slick-single {
    color: #000;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    border: 2px solid #000;
}

.card-header {
    background: none;
}






.slick-slide {
    margin: 0 15px;
}

@media only screen and (min-width: 992px) {
    .slick-slide {
        margin: 0 10px;
    }
}

.bf-testimonial-icon i {
    font-size: 20px;
    letter-spacing: 5.4px;
    color: #f8c51c;
}

.bf-testimonial-slick-single img {
    position: relative;
    top: -12px;
    text-align: -webkit-center;
    left: 35%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border: 5px solid #373737;
    border-radius: 50%;
}

.slick-initialized .slick-slide {
    display: block;
    text-align: -webkit-center;
}


.bf-testimonial-message p {
    opacity: 0.7;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    color: #000;
}

.bf-testimonial-author-info {}

.bf-testimonial-author-info .author-name h4 {
    opacity: 0.6;
    font-size: 15px;
    font-weight: 900;
    line-height: 1em;
    text-align: center;
    color: #ffffff;
}

.bf-testimonial-author-info h5 {
    opacity: 0.3;
    font-family: 'Muli', sans-serif;
    font-size: 15px;
    line-height: 1em;
    color: #ffffff;
}

.testimonial-sec button.slick-prev.slick-arrow,
.testimonial-sec button.slick-next.slick-arrow {
    display: none !important;
}



/* NEWSLETTER SEC */
.newsletter-sec {
    background: url(../../uploads/newsletter-bg.png) no-repeat center / cover;
    padding: 80px 0;
}

.newsletter-sec h2 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter-sec p {
    color: #B5B5B5;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-group.mb-3 input {
    border-radius: 35px;
    width: 344px !important;
    background-color: #fff !important;
    color: #000;
    height: 40px;
}

.input-group.mb-3 {
    width: auto !important;

}

button#button-addon2 {
    border-radius: 35px;
    padding: 5px 60px;
    background: #6E1A11;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    color: #fff;
    margin-left: -22px;
}

.input-group.mb-3 input::placeholder {
    color: #000;
    opacity: 1;
}


/* FOOTER */
.footer {
    background-color: #D1D3D4;
    padding-top: 50px;
}

.footer ul li a:hover {
    color: #6e1a11;

}

.footer ul li {
    padding-bottom: 10px;
}

hr {
    margin: 0;
    color: #000;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

.copyright {
    text-align: center;
    padding: 10px 0;
}

.footer h2 {
    color: #151515;
    font-family: "Cream Opera";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.footer ul li a {
    color: #151515;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    list-style: none;
}

.footer ul li {
    list-style: none;
    padding: 0;
}

.footer ul {
    padding: 0;
}

.footer ul li a {
    padding-right: 20px;
}

.copyright p {
    color: #151515;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.copyright p a {
    color: #151515;
    text-decoration: none;
}

/* FOOTER */


/* BANNER-SEC */
.banner-sec {
    background: url(../../uploads/banner-bg.png) no-repeat center / contain #373737;
    padding-top: 200px;
    text-align: center;
}

.banner-sec h2 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}


/* ABOUT-US */
.about-content-box {
    padding: 50px 0;
}

.about-content-box p {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-content-box h3 {
    color: #6E1A11;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* CATERING */
.catering-content-box {
    padding: 50px 0;
    background-color: #373737;
}

.catering-content-box p,
.catering-content-box li {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catering-content-box h3 {
    color: #6E1A11;
    font-family: "Cream Opera";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.catering-content-box h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.two-section {
    background-color: #373737;
    padding: 30px 0;
    text-align: center;

}

.two-section h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
}

.two-section h5 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.two-section p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.two-section h6 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.col-sm-6.left {
    text-align: -webkit-center;
    padding: 0 60px;

}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    /* background: #6e1a11; */
    padding-left: 7px !important;
    border-radius: 50%;
    height: 38px;
    border: 2px solid #6e1a11;
}

.col-sm-6.right {
    border-right: 2px solid #fff;
    text-align: -webkit-center;
    padding: 0 60px;

}

.col-sm-6.left {
    border-left: 2px solid #fff;
    text-align: -webkit-center;
    padding: 0 60px;
}

hr.catering-heading-1 {
    border-top: 9px solid #fff;
    margin-bottom: 6px;
}

hr.catering-heading-2 {
    border-top: 2px solid #fff;
    /* padding-bottom: 42px; */
}

/* .card-header{
    background-color: #fff !important;
} */

.catering-button {
    border-radius: 5px;
    background: #6E1A11;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 20px;
    border: none;
    margin-bottom: 40px;

}


a.catering-button {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.cat-deal {
    padding-bottom: 50px;
}

/* MENU PG */

.menu-sec {
    background-color: #373737;
    padding: 30px 0;
    text-align: center;
}

.menu-two-section {
    background-color: #373737;
    padding: 30px 0;
    text-align: center;

}

.menu-two-section h4 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.menu-two-section h5 {
    color: #FFF;
    font-family: "Cream Opera";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu-two-section p {
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.menu-two-section h6 {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}


.col-sm-6.menu-right {
    border-right: 2px solid #fff;
    text-align: -webkit-left;
    padding: 0 60px;

}

.col-sm-6.menu-left {
    border-left: 2px solid #fff;
    text-align: -webkit-left;
    padding: 0 60px;
}

.menu-deal {
    padding-bottom: 50px;
}

.menu-button {
    border-radius: 5px;
    background: #6E1A11;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 3px 20px;
    border: none;
    margin-bottom: 40px;

}

a.menu-button {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.special-deals p {
    color: #373737;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}


hr.sd-catering-heading-1 {
    border-top: 9px solid #373737;
    margin-bottom: 6px;
}

hr.sd-catering-heading-2 {
    border-top: 2px solid #373737;
    padding-bottom: 18px;
}

.special-deals {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
}

.special-deals h4 {
    color: #6e1a11;
    font-family: "Cream Opera";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.special-deals span.order-menu p {
    color: #373737;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.order-menu {
    display: flex;
    justify-content: space-between;
}

span.menu-content {
    display: flex;
    justify-content: flex-start;
}

span.menu-buttons {
    display: flex;
    justify-content: flex-end;
}

a.add-quantity:after {
    content: url('../../uploads/add-btn.png');
}

a.less-quantity:after {
    content: url('../../uploads/less-btn.png');
}

.menu-header h2 {
    color: #fff;
    font-family: "Cream Opera";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 28px;
}

.catering-button:hover {
    background: #fff;
    color: #6e1a11;
    border: #fff solid 1px;
    transition-duration: 0.6s;
}

span.quan {
    display: flex;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #000;
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #6E1A11;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #6E1A11;
    /* creates padding around scroll thumb */
}

.menu-deal h6 {
    margin: 20px 0px;
}

/* CART PAGE */
.card.cart-box {
    margin-top: 80px;
    margin-bottom: 80px;
}

button.btn.chekout-btn {
    background: #6e1a11;
    border: none;
    border-radius: 3px;
}

.row.main.align-items-center a {
    text-decoration: none;
    color: #6e1a11;
}

/* CANVAS */

a.menu-buttons {
    text-decoration: none;
    color: #fff;
}

button.mf-button.mt-2 {
    color: #fff;
}

.cart-icon-menu sup {
    font-size: 19px;
    text-decoration: none !important;
    padding-left: 12px;
    color: #fff;
    font-family: 'Cream Opera';
    position: absolute;
    top: 28px;
    background: #6e1a11;
    border-radius: 50px;
    line-height: 1;
    padding: 4px 10px;
}

.offcanvas-header {
    margin-top: 47px !important;
}

.canvas-logo {
    width: 70%;
}

.logo-box {
    text-align: center;
    margin-bottom: 26px;
    padding: 10px 10px 10px 40px;
}

.cart-details {
    padding: 10px;
}

.cart-details h3 {
    font-size: 15px;
}

.cart-details h4 {
    font-size: 13px;
}

.cart-details {
    padding-top: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #efefef;
}

.cart-details h3 {
    font-family: 'Poppins';
}

.cart-details h4 {
    font-family: 'Poppins';
}

div#demo h5 {
    font-family: 'Poppins';
}

i.fa-regular.fa-trash-can {
    position: relative;
    right: -54px;
    top: 8px;
    color: #6e1a11;
}

button.btn-close:focus-visible {
    outline: none !important;
}

button.btn-close:focus {
    outline: none !important;
}

.cart-details-titles {
    display: flex;
}

.cart-details-titles h3 {
    font-size: 24px;
    font-family: 'Cream Opera';
}

.subtotal-bar {
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.button-cart {
    text-align: center;
    margin-bottom: 10px;
}

.offcanvas.offcanvas-end {
    overflow-y: scroll;
}

.offcanvas-end::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

.offcanvas-end::-webkit-scrollbar-track {
    background: #000000c9;
    /* color of the tracking area */
}

.offcanvas-end::-webkit-scrollbar-thumb {
    background-color: #6E1A11;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid #6E1A11;
    /* creates padding around scroll thumb */
}

.card-header {
    border-bottom: none !important;
}

/* CANVAS */

/* ORDER BUTTON */
button.btn.order-btn {
    background: #6e1a11;
    border: none;
    border-radius: 3px;
    color: #fff;
}

/* RESPONSIVE MEDIA QUERIES */

@media only screen and (max-width: 800px) {
    form.contact-form {
        width: 90%;
    }

    .footer ul li a {
        font-size: 12px;
    }

    .content-box h2 {
        color: #fff;
        font-family: "Cream Opera", sans-serif;
        font-size: 80px;
        font-style: normal;
        line-height: normal;
    }

    .content-box h3 {
        color: #fff;
        font-family: "Cream Opera", sans-serif;
        font-size: 30px;
        font-style: normal;
        letter-spacing: 18px;
    }

    .row.content img {
        width: inherit;
        padding-top: 16px;
    }

    .input-group.mb-3 input {
        border-radius: 35px;
        width: 260px !important;
        background-color: #fff !important;
        color: #000;
        height: 40px;
    }

    .banner-sec h2 {
        padding-top: 10px;
        font-size: 50px;

    }


}