@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --first-color: #4169E1;
    --shadow-color: #d6d6d6;
    --offwhite-color: #FAF9F6;
    --red-color: #ac1f24;
    --rating-color: #ff5e00;
    --light-red-color: #F3EDEA;
    --first-font: "Italiana", sans-serif;
    --second-font: "Outfit", sans-serif;
    --div-color-one: #d8e5d6;
    --div-color-two: #E8DCC6;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
a {
    text-decoration: none;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fraunces", serif;
}
p, span, li, a, small, .btn, input, label, table {
    font-family: "Outfit", sans-serif;
}
p {
    font-size: 18px;
}

.form-control:focus {
    box-shadow: none;
}

html {
    scroll-behavior: smooth;
}

/*html, body{*/
/*    overflow-x: hidden;*/
/*}*/

body {
    background-color: var(--light-red-color);
    max-width: 2000px;
    margin: auto;
}


#popup_offer {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1500;
    background-color: transparent;
    height: 100%;
    backdrop-filter: blur(20px);
    padding-top: 10px;
    display: none;
}
#offer_popup {
    background-color: var(--div-color-one);
    padding: 50px 20px;
    border-radius: 10px;
    overflow-y: scroll;
    height: 650px;
}
#offer_popup img {
    width: 200px;
}
#popup_offer h5 {
    font-size: 30px;
    font-weight: 600;
}
#popup_offer h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--red-color);
}
#popup_offer p {
    font-size: 20px;
}
#popup_offer .btn {
    width: 100%;
}
#popup_offer i {
    font-size: 30px;
    cursor: pointer;
}
#popup_offer .popup_nothanks {
    cursor: pointer;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #offer_popup {
        padding: 20px;
    }
    #offer_popup img {
        width: 130px;
    }
    #popup_offer h2 {
        font-size: 100px;
    }
}


/* Top Navbar */
#top_nav {
    background-color: var(--red-color);
    padding: 6px 25px;
}
#top_nav ul li a {
    color: var(--white-color);
}
#top_nav ul li {
    color: var(--white-color);
}
#top_nav ul li a:hover {
    color: var(--second-color);
}
#top_nav ul li {
    display: inline-block;
}
.top_nav_number ul li {
    padding-left: 20px;
}
.top_nav_number ul li:first-child {
    padding-left: 0;
}
.top_nav_social ul li {
    padding-right: 15px;
}
.top_nav_social ul li a {
    font-size: 18px;
}
.top_nav_social ul li:last-child {
    padding-right: 0;
}
#top_nav_social_icon {
    padding-top: 7px;
}
#top_nav .btn {
    background-color: var(--second-color);
}
#reservation_btn {
    background-color: var(--white-color) !important;
    color: var(--first-color);
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
}
#reservation_btn:hover {
    background-color: var(--first-color) !important;
    color: var(--white-color);
}


/* Main Navbar */
#main_navbar {
    background-color: var(--light-red-color);
    position: sticky;
    top: 0;
    z-index: 999;
}
#main_navbar .main_navbar_logo {
    width: 100px;
    height: 100%;
    margin-left: 30px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar_icons_item {
    flex-direction: row;
}
.navbar img {
    height: auto;
    width: 250px;
}
#nav_icons {
    display: none !important;
}
#nav_icons ul li {
    display: inline-block;
    padding-left: 20px;
}
#nav_icons ul li:last-child {
    padding-left: 0;
}
#navbarTogglerDemo01 ul li {
    display: block !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: auto;
}
#services_items img {
    height: auto;
    width: 35px;
}
nav .nav-item {
    padding: 0 5px;
}
nav .nav-link {
    font-weight: 400;
    font-size: 22px;
    color: var(--red-color);
}
nav .btn {
    background-color: var(--red-color);
    border-radius: 30px;
    color: var(--white-color);
}
nav .btn:hover {
    background-color: var(--first-color);
    color: var(--offwhite-color);
}
.offcanvas.show:not(.hiding) {
    overflow-y: scroll;
}

#service_menu_link:hover #services_items {
    display: block;
}

#services_items .d-flex {
    display: block !important;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #top_nav {
        padding: 6px 15px;
    }
    #main_navbar .main_navbar_logo {
        margin-left: 10px;
        width: 80px;
    }
    #top_nav #top_nav_social_icon {
        display: none;
    }
    #top_nav .top_nav_email {
        display: none;
    }
    .top_nav_number .top_nav_phone {
        padding-left: 0;
    }
    .text-wrap-menu {
        text-wrap: auto;
    }
    nav .btn {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 501px) and (max-width: 800px) {
    #top_nav {
        padding: 6px 15px;
    }
    #main_navbar .main_navbar_logo {
        margin-left: 10px;
    }
}


/* Sidebar Icon */
#sidebar_icon {
    background-color: var(--red-color);
    position: fixed;
    right: 0;
    top: 200px;
    padding: 10px 8px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 900;
}
#sidebar_icon hr {
    color: var(--white-color);
}
#sidebar_icon sup {
    background-color: var(--offwhite-color);
    color: var(--red-color);
    padding: 2px;
    border-radius: 50%;
}
#sidebar_icon ul li {
    margin: 15px 0;
}
#sidebar_icon ul li a {
    color: var(--white-color);
}
.search_form {
    position: fixed;
    width: 350px;
    right: 0;
    top: 0px;
    z-index: 999;
    background-color: var(--div-color-one);
    height: 100%;
    display: none;
    padding: 15px;
}
.search_form img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.search_form h5 {
    color: var(--red-color);
    font-weight: 600;
}
.search_form p {
    color: var(--black-color);
}
#search_cross {
    font-size: 25px;
    cursor: pointer;
}
.search_form_hide {
    display: block !important;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #sidebar_icon {
        /* top: 130px;
        padding: 5px; */
        display: none;
    }   
}


/* Bottom Bar */
#bottombar_icon {
    background-color: var(--red-color);
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 10px 8px;
    text-align: center;
    z-index: 900;
    display: none;
}
#bottombar_icon ul {
    display: flex;
    justify-content: space-around;
}
#bottombar_icon ul li a {
    color: var(--white-color);
}
#bottombar_icon sup {
    background-color: var(--offwhite-color);
    color: var(--red-color);
    padding: 2px;
    border-radius: 50%;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #bottombar_icon {
        display: block;
    }
}


/* Hero */
#hero {
    padding: 100px 0;
    position: relative;
}
#hero h5 {
    font-size: 25px;
    font-weight: 400;
}
#hero h1 {
    font-size: 120px;
    font-weight: 400;
}
#hero h1 span img {
    width: 200px;
    height: 100%;
    border-radius: 55px;
}
#hero p {
    font-size: 18px;
}
#hero .hero_text_change_color {
    color: var(--red-color);
    font-family: var(--first-font);
    font-style: italic;
}
#hero .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 40px;
}
#hero .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}

#hero .chilli_img {
    position: absolute;
    left: 50px;
    animation: cillLeafAnim 3s linear infinite alternate;
}
#hero .leaf_img {
    position: absolute;
    right: 50px;
    animation: cillLeafAnim 8s linear infinite alternate;
}

@keyframes cillLeafAnim {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0px);
    }
}
 
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #hero {
        padding: 60px 0;
    }
    #hero h5 {
        font-size: 23px;
        font-weight: 600;;
    }
    #hero h1 {
        font-size: 50px;
    }
    #hero h1 span img {
        width: 100px;
        height: 100%;
        border-radius: 55px;
    }
    #hero p {
        margin-top: 15px;
    }
    #hero .chilli_img {
        display: none;
    }
    #hero .leaf_img {
        display: none;
    }
}

/* Home Page */

/* Home Craft */
#home_crafted_section {
    padding: 60px 0;
}
#home_crafted_section h3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}
#home_crafted_section img {
    width: 100%;
}
#home_crafted_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
}
#home_crafted_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
/* Home Craft */

/* Home Second */
#home_second_section {
    background-color: var(--white-color);
    padding: 60px 0;
}
#home_second_section i {
    font-size: 30px;
}
#home_second_section h2 {
    font-size: 50px;
}
.home_second_one {
/*    background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.7)),url("../img/home2.1.jpg");*/
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}
.home_second_one h4 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-weight: 600;
    color: var(--white-color);
}
/* Home Second */


/* Home Third */
#home_third_section {
    background-image: url("../img/w_pattern_50.png");
    padding: 60px 0;
}
#home_third_section #home_third_first {
    background-color: var(--white-color);
}
#home_third_section #home_third_first {
    padding: 60px;
}
#home_third_section #home_third_first .btn {
    background-color: var(--first-color);
    color: var(--white-color);
}
#home_third_section #home_third_first .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#home_third_section #home_third_first h2 {
    font-size: 60px;
    font-weight: 600;
    color: var(--red-color);
}
#home_third_section #home_third_first ul li {
    margin: 30px 0;
}
#home_third_section #home_third_first ul li h4 {
    font-weight: 600;
}
#home_third_section #home_third_first img {
    width: 100%;
}
#home_third_section #home_third_second {
    padding-top: 60px;
}
#home_third_section #home_third_second h3 {
    font-size: 60px;
    color: var(--red-color);
    font-weight: 700;
}
#home_third_section #home_third_first h5 {
    font-size: 23px;
    font-weight: 600;
}
/* Home Third */

/* Home forth */
#home_forth_section {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
#home_forth_section h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 600;
}
#home_forth_section h2 {
    color: var(--white-color);
    font-size: 100px;
    font-weight: 600;
}
#home_forth_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    margin-top: 30px;
}
#home_forth_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
/* Home forth */

/* Home Blog */
#blog_section {
    background-color: var(--div-color-one);
    padding: 60px;
}
#blog_section h3 {
    font-size: 60px;
    font-weight: 600;
}
#blog_section h5 {
    font-size: 23px;
    font-weight: 600;
}
#blog_section .blog_box img {
    width: 100%;
    border-radius: 10px;
}
#blog_section .blog_box h4 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    color: var(--red-color);
}
/* Home Blog */


/* Google review */
#google_review {
    background-color: var(--div-color-two);
    padding: 60px 0;
}
#google_review h3 {
    font-size: 60px;
    font-weight: 600;
}
/* Google review */


/* Home Product */
#home_product_section .swiper-slide {
    background-color: transparent;
}
#home_product_section .swiper {
    padding-left: 30px;
    padding-right: 30px;
}
#home_product_section .swiper-button-prev:after {
    font-size: 30px;
    color: var(--black-color);
    font-weight: 700;
}
#home_product_section .swiper-button-next:after {
    font-size: 30px;
    color: var(--black-color);
    font-weight: 700;
}
#home_product_section {
    padding: 60px 0;
}
#home_product_section img {
    width: 150px;
    height: 100%;
}
#home_product_section h2 {
    font-size: 60px;
}
#home_product_section .btn {
    background-color: var(--red-color);
    color: var(--white-color);
    margin-top: 30px;
    border-radius: 30px;
}
#home_product_section .btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
#home_product_box img {
    width: 100%;
}
#home_product_box .btn {
    border-radius: 5px;
}
#home_product_box .card h3 {
    font-weight: 600;
}
#home_product_box .card h4 {
    font-size: 35px;
    font-weight: 600;
}
#home_product_section .nav-pills .nav-link.active {
    background-color: var(--first-color);
    color: var(--white-color);
}
#home_product_section .nav-link {
    color: var(--red-color);
    font-size: 18px;
}
#fish_icon {
    animation: fishAnim 3s alternate linear infinite;
}
@keyframes fishAnim {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);  
    }
    100% {
        transform: rotate(0deg);  
    }
}
/* Home Product */

/* Offer Section */
#offer_banner {
    padding: 60px 0;
}
#offer_banner h3 {
    font-size: 60px;
    font-weight: 600;
    color: var(--red-color);
}
#offer_banner img {
    width: 100%;
    border-radius: 10px;
}
/* Offer Section */


@media only screen and (min-width: 300px) and (max-width: 500px) {
    #home_product_section .swiper-button-prev:after {
        font-size: 25px;
        color: var(--black-color);
        font-weight: 700;
    }
    #home_product_section .swiper-button-next:after {
        font-size: 25px;
        color: var(--black-color);
        font-weight: 700;
    }
    #home_second_section {
        padding: 30px 0;
    }
    #home_second_section h2 {
        font-size: 40px;
    }
    #home_third_section {
        padding: 30px 0;
    }
    #home_third_section #home_third_first {
        padding: 15px;
    }
    #home_third_section #home_third_first h2 {
        font-size: 40px;
    }
    #home_third_section #home_third_first img {
        margin-top: 30px;
    }
    #home_forth_section {
        padding: 60px 0;
    }
    #home_forth_section h2 {
        font-size: 50px;
    }
    #home_crafted_section {
        padding: 30px 0;
    }
    #home_crafted_section h3 {
        font-size: 30px;
    }
    #blog_section {
        padding: 30px 0;
    }
    #blog_section h3 {
        font-size: 40px;
    }
    #home_product_section {
        padding: 30px 0;
    }
    #home_product_section h2 {
        font-size: 40px;
    }
    #home_product_section {
        padding: 30px 0;
    }
    #offer_banner {
        padding: 30px 0;
    }
    #offer_banner h3 {
        font-size: 40px;
    }
    #google_review {
        padding: 30px 0;
    }
    #google_review h3 {
        font-size: 40px;
    }
}

/* Home Page */


/* FAQ */
#faq_page {
    padding: 60px 0;
}
#faq_page h2 {
    font-size: 60px;
    font-weight: 600;
}
.faq_form_box {
    background-color: var(--div-color-one);
    padding: 20px;
    border-radius: 10px;
}
.faq_form_box .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    margin-top: 30px;
}
.faq_form_box .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
.accordion-button:focus {
    box-shadow: none;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #faq_page {
        padding: 30px 0;
    }
    #faq_page h2 {
        font-size: 40px;
    }
    .faq_form_box {
        margin-top: 30px;
    }
}
/* FAQ */


/* About Us Page */
.about_first_section {
    padding: 60px 0;
}
.about_first_section h5 {
    font-size: 23px;
    font-weight: 600;
}
.about_first_section h2 {
    font-size: 60px;
    color: var(--red-color);
    font-weight: 600;
}
.about_first_section iframe {
    border-radius: 10px;
}

.about_second_section {
    padding: 60px 0;
}
.about_second_section h5 {
    font-size: 23px;
    font-weight: 600;
}
.about_second_section h4 {
    font-weight: 600;
}
.about_second_section h2 {
    font-size: 60px;
    color: var(--red-color);
    font-weight: 600;
}
.about_second_section img {
    width: 70px;
    height: 70px;
}
.about_third_section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 60px 0;
    padding: 60px;
}
.about_third_section h5 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 600;
}
.about_third_section h2 {
    color: var(--white-color);
    font-size: 60px;
    font-weight: 700;
}
.about_third_section p {
    color: var(--white-color);
}
.about_third_section .time_box {
    background-color: var(--div-color-one);
    padding: 20px;
    border-radius: 5px;
}
.about_third_section .time_box h4 {
    font-weight: 700;
    font-size: 27px;
}
.about_third_section .time_box p {
    color: var(--red-color);
}
.about_third_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
.about_third_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
.about_forth_section {
    padding: 60px 0;
}
.about_forth_section h3 {
    font-size: 60px;
    font-weight: 700;
    color: var(--first-color);
}
.about_fifth_section {
    padding: 60px 0;
}
.about_fifth_section h5 {
    font-size: 23px;
    font-weight: 600;
}
.about_fifth_section h2 {
    color: var(--red-color);
    font-size: 60px;
    font-weight: 700;
}
.about_fifth_section .card {
    padding: 20px;
}
.about_fifth_section .card img {
    width: 50px;
    height: 50px;
}
.about_fifth_section .card h4 {
    font-weight: 600;
    margin-bottom: 20px;
}
.about_fifth_section .card h6 {
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    .about_first_section {
        padding: 30px 0;
    }
    .about_first_section h2 {
        font-size: 40px;
    }
    .about_first_section iframe {
        height: 500px !important;
    }
    .about_second_section {
        padding: 30px 0;
    }
    .about_second_section h2 {
        font-size: 40px;
    }
    .about_third_section {
        padding: 30px;
        margin: 30px 0;
    }
    .about_third_section h2 {
        font-size: 45px;
    }
    .about_third_section .time_box {
        margin-top: 30px;
    }
    .about_forth_section {
        padding: 30px 0;
    }
    .about_forth_section h3 {
        font-size: 50px;
    }
    .about_fifth_section h2 {
        font-size: 40px;
    }
}
/* About Us Page */


/* Contact Us Page */

/* Breadcrumb */
#breadcrumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background-attachment: fixed;
}
#breadcrumb h1 {
    font-size: 60px;
    color: var(--white-color);
}
#breadcrumb p {
    color: var(--white-color);
}
#breadcrumb p a {
    color: var(--white-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #breadcrumb {
        padding: 60px;
    }
    #breadcrumb h1 {
        font-size: 45px;
    }
}
/* Breadcrumb */


/* Swiper CSS */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px !important;
}
/* Swiper CSS */


/* Menu */
#menu_page {
    padding: 60px 0;
}
#menu_page #product_filter ul li {
    display: inline-block;
}
#menu_page .form-select:focus {
    box-shadow: none;
}
#menu_page .form-control:focus {
    box-shadow: none;
}
#menu_page .nav-pills .nav-link.active {
    background-color: var(--first-color);
    color: var(--white-color);
}
#menu_page .nav-link {
    color: var(--red-color);
    font-size: 18px;
}
#menu_page .menu_page_first .swiper-slide {
    background-color: transparent;
}
#menu_page .menu_page_first .swiper {
    padding-left: 30px;
    padding-right: 30px;
}
#menu_page .menu_page_first .swiper-button-prev:after {
    font-size: 30px;
    color: var(--black-color);
    font-weight: 700;
}
#menu_page .menu_page_first .swiper-button-next:after {
    font-size: 30px;
    color: var(--black-color);
    font-weight: 700;
}
#menu_page .menu_page_first h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--red-color);
    padding-top: 30px;
}
.menu_first_box {
    background-color: var(--white-color);
    padding: 15px;
    border-radius: 5px;
}
.menu_first_box .menu_food_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}
.menu_first_box .menu_food_img img {
    width: 110px;
    height: 100%;
    display: block;
    margin-left: auto;
}
.menu_first_box h5 {
    font-size: 23px;
    font-weight: 600;
    color: var(--red-color);
}
.menu_first_box h4 {
    font-weight: 700;
    color: var(--red-color);
}
.menu_first_box p {
    color: var(--black-color);
    margin-bottom: 0;
}
.menu_first_box .main_menu_bag_icon {
    font-size: 25px;
    color: var(--first-color);
}
.menu_first_box .main_menu_bag_icon:hover {
    color: var(--red-color);
}

#menu_page .menu_second_section {
    background-color: var(--red-color);
    margin: 60px 0;
}
#menu_page .menu_second_section img {
    width: 100%;
}
#menu_page .menu_second_section h5 {
    font-size: 23px;
    font-weight: 600;
    color: var(--white-color);
}
#menu_page .menu_second_section h2 {
    color: var(--white-color);
    font-size: 60px;
    font-weight: 600;
}
#menu_page .menu_second_section p {
    color: var(--white-color);
}
#menu_page .menu_second_section .btn {
    background-color: var(--white-color);
    color: var(--red-color);
    border-radius: 30px;
}
#menu_page .menu_second_section .btn:hover {
    background-color: var(--offwhite-color);
    color: var(--red-color);
}
#menu_page .menu_third_section {
    position: relative;
}
#menu_page .menu_third_section h2 {
    font-size: 60px;
    font-weight: 700;
}
#menu_page .menu_third_section #food_description h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--red-color);
}
#menu_page .menu_third_section #food_description h5 {
    font-size: 23px;
    font-weight: 600;
}
#menu_page .menu_third_section #food_description h5 span {
    text-decoration: line-through;
    opacity: .5;
    font-size: 18px;
}
#menu_third_bag_icon a {
    padding: 15px;
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 5px;
}
#menu_third_bag_icon a:hover {
    background-color: var(--red-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #menu_page {
        padding: 30px 0;
    }
    #menu_page .menu_page_first h3 {
        font-size: 40px;
    }   
    .menu_first_box .d-flex {
        display: block !important;
    }
    .main_menu_food_price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .main_menu_food_price h4 {
        margin-bottom: 0;
    }
    .menu_first_box h5 {
        font-size: 23px;
        font-weight: 600;
        margin-top: 15px;
    }
    .menu_first_box p {
        font-size: 15px;
    }
    #menu_page .menu_second_section {
        margin: 30px 0;
        padding-top: 30px;
    }
    #menu_page .menu_second_section h2 {
        font-size: 40px;
    }
    #menu_page .menu_third_section h2 {
        font-size: 40px;
    }
}
/* Menu */


/* Menu Single */
#product_single_page {
    padding: 60px 0;
}
#single_food_show h2 {
    font-size: 60px;
    font-weight: 600;
}
#single_food_show img {
    width: 100%;
}
#single_food_show a {
    color: var(--first-color);
}
#single_food_show .btn {
    background-color: var(--first-color);
    color: var(--white-color);
}
#single_food_show .btn:hover {
    background-color: var(--red-color);
}
#single_description_review .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: var(--first-color);
}
#single_description_review .nav-tabs .nav-link {
    color: var(--black-color);
}
.reviewer_img {
    width: 70px;
    height: 70px;
}
#single_description_review h3 {
    font-weight: 600;
}
#single_description_review hr {
    color: var(--black-color);
}
#single_description_review .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#single_description_review .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#signle_related_product {
    padding-top: 60px;
}
#signle_related_product h2 {
    font-size: 40px;
    font-weight: 600;
}
#signle_related_product h4 {
    font-weight: 600;
    font-size: 30px;
    color: var(--first-color);
}
#signle_related_product p {
    color: var(--black-color);
}
#signle_related_product hr {
    color: var(--black-color);
}
#signle_related_product .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#signle_related_product .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #product_single_page {
        padding: 30px 0;
    }
    #single_food_show h2 {
        font-size: 40px;
    }
    #single_food_show img {
        margin-bottom: 30px;
    }
    #signle_related_product h2 {
        font-size: 30px;
    }
    #signle_related_product {
        padding-top: 30px;
    }
}
/* Menu Single */


/* Form */
#contact_first_section {
    padding: 60px 0;
}
#contact_first_section h2 {
    font-size: 60px;
}
#contact_first_section ul li {
    margin: 10px 0;
}
#contact_first_section button {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#contact_first_section button:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#contact_first_section .contact_form_side {
    background-color: var(--white-color);
    padding: 20px;
    border-radius: 10px;
}
/* Form */

/* contact second */
#contact_second {
    padding: 60px 0;
}
#contact_second img {
    width: 100%;
    border-radius: 10px;
}
#contact_second h2 {
    font-size: 60px;
}
#contact_second .btn {
    background-color: var(--red-color);
    color: var(--white-color);
    border-radius: 30px;
}
#contact_second .btn:hover {
    background-color: var(--first-color);
}
/* contact second */

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #contact_first_section {
        padding: 30px 0;
    }
    #contact_second {
        padding: 30px 0;
    }
    #contact_second img {
        margin-bottom: 20px;
    }
    #contact_first_section h2 {
        font-size: 40px;
    }
    .contact_form_side {
        margin-top: 20px;
    }
    #contact_second h2 {
        font-size: 40px;
    }
}

/* Contact Us Page */


/* Book A Table */
#book_first_section {
    padding: 60px 0;
}
#book_first_section h2 {
    font-size: 50px;
    font-weight: 400;
}
#book_first_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#book_first_section img {
    width: 100%;
    border-radius: 10px;
}
#book_first_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
.book_social_media li {
    display: inline-block;
    margin-left: 15px;
}
.book_social_media li:first-child {
    margin-left: 0;
}
.book_social_media li a {
    font-size: 20px;
    color: var(--first-color);
}
.book_social_media li a:hover {
    color: var(--red-color);
}

#book_second {
    padding: 60px 0;
}
#book_second h3 {
    font-size: 50px;
}
#book_second ul li {
    margin: 10px 0;
}
#book_second i {
    color: var(--red-color);
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #book_first_section {
        padding: 30px 0;
    }
    #book_first_section h2 {
        font-size: 40px;
    }
    #book_second {
        padding: 30px 0;
    }
    #book_second h3 {
        font-size: 40px;
        margin-top: 30px;
    }
    .book_first_right {
        margin-top: 20px;
    }
}
/* Book A Table */


/* Account */
#account_page {
    padding: 60px 0;
}
.logout_btn {
    background-color: var(--first-color);
    color: var(--white-color);
}
.logout_btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#account_page .nav-pills .nav-link {
    color: var(--first-color);
}
#account_page .nav-pills .nav-link.active {
    background-color: var(--first-color);
    color: var(--white-color);
}
.saveChangeBtn {
    background-color: var(--first-color);
    color: var(--white-color);
}
.saveChangeBtn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #account_page {
        padding: 30px 0;
    }
}
/* Account */


/* Cart */
#cart_is_empty {
    padding: 60px 0;
}
#cart_is_empty h5 {
    background-color: var(--rating-color);
    color: var(--white-color);
    padding: 20px;
    border-radius: 5px;
    border-top: 4px solid var(--black-color);
}
#cart_is_empty .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#cart_is_empty .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}

#cart_on_product {
    padding: 60px 0;
}
#cart_on_product .coupon_btn {
    border-radius: 0px !important;
    border: none;
}
#cart_on_product .btn {
    background-color: var(--red-color);
    color: var(--white-color);
    border-radius: 30px;
}
#cart_on_product .btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
#cart_on_product tr th a i {
    color: var(--red-color);
}
#cart_on_product .cart_img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
#cart_on_product .cart_product_count input {
    width: 10px;
}
#cart_on_product .cart_product_count .btn {
    border-radius: 0 !important;
    border: none;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #cart_is_empty {
        padding: 30px 0;
    }
    #cart_on_product {
        padding: 30px 0;
    }
    #cart_on_product .input-group {
        flex-wrap: nowrap;
    }
    #cart_on_product .cart_product_count input {
        width: 50px;
    }
    #cart_on_product .cart_food_name {
        width: max-content;
    }
    #cart_on_product .update_cart_text {
        margin-top: 40px;
    }
    #cart_on_product {
        padding: 30px 0;
    }
}
/* Cart */


/* Favourite */
#favourite_is_empty {
    padding: 60px 0;
}
#favourite_is_empty h5 {
    background-color: var(--rating-color);
    color: var(--white-color);
    padding: 20px;
    border-radius: 5px;
    border-top: 4px solid var(--black-color);
}
#favourite_is_empty .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#favourite_is_empty .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}

#favourite_on_product {
    padding: 60px 0;
}
#favourite_on_product .coupon_btn {
    border-radius: 0px !important;
    border: none;
}
#favourite_on_product .btn {
    background-color: var(--red-color);
    color: var(--white-color);
    border-radius: 30px;
}
#favourite_on_product .btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
#favourite_on_product tr th a i {
    color: var(--red-color);
}
#favourite_on_product .cart_img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
#favourite_on_product .cart_product_count input {
    width: 10px;
}
#favourite_on_product .cart_product_count .btn {
    border-radius: 0 !important;
    border: none;
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #favourite_is_empty {
        padding: 30px 0;
    }
    #favourite_on_product {
        padding: 30px 0;
    }
    #favourite_on_product .input-group {
        flex-wrap: nowrap;
    }
    #favourite_on_product .cart_product_count input {
        width: 50px;
    }
    #favourite_on_product .cart_food_name {
        width: max-content;
    }
    #favourite_on_product .update_cart_text {
        margin-top: 40px;
    }
    #favourite_on_product {
        padding: 30px 0;
    }
}
/* Favourite */


/* Checkout Page */
#checkout_page {
    padding: 60px 0;
}
#checkout_page .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#checkout_page .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#checkout_page .accordion-button {
    background-color: var(--light-red-color);
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}
#checkout_page .accordion-button:focus {
    box-shadow: none;
}
#checkout_page .accordion-button:not(.collapsed) {
    color: var(--first-color);
}
#checkout-button-addon2 {
    border-radius: 0 !important;
    border: none;
}
.checkout_online_payment_icon li {
    display: inline-block;
}
.checkout_online_payment_icon li img {
    width: 80px;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #checkout_page {
        padding: 30px 0;
    }
    .checkout_online_payment_icon li img {
        width: 60px;
    }
}
/* Checkout Page */


/* Blog */
#blog_page {
    padding: 60px 0;
}
#blog_side .card h4 {
    color: var(--red-color);
}
#blog_side .card h4:hover {
    color: var(--first-color);
}
#blog_side .card p {
    color: var(--black-color);
}
#blog_side .card small {
    color: var(--black-color);
}

#blog_page .blog_right_search {
    background-color: var(--div-color-one);
    padding: 15px;
    border-radius: 5px;
}
#blog_page .blog_right_search  .btn {
    background-color: var(--red-color);
    color: var(--white-color);
    border: none;
}
#blog_page .blog_right_search  .btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
#blog_page .blog_right_category {
    background-color: var(--div-color-two);
    padding: 15px;
    border-radius: 5px;
}
#blog_page .blog_right_category ul li {
    margin: 5px 0;
}
#blog_page .blog_right_category ul li a {
    color: var(--red-color);
}
#blog_page .blog_right_shef {
    margin: 30px 0;
}
#blog_page .blog_right_shef img {
    width: 100%;
    border-radius: 40%;
}
#blog_page .blog_right_tags {
    background-color: var(--div-color-one);
    padding: 15px;
    border-radius: 5px;
}
#blog_page .blog_right_tags ul li {
    display: inline-block;
    background-color: var(--first-color);
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
}
#blog_page .blog_right_tags ul li a {
    color: var(--white-color);
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #blog_page {
        padding: 30px 0;
    }
    .blog_right_side {
        margin-top: 30px;
    }
}
/* Blog */


/* Single Blog */
#blog_single_page {
    padding: 60px 0;
}
#single_blog_write {
    padding-bottom: 30px;
}
#blog_single_page img {
    width: 100%;
}
.single_blog_tags ul li {
    display: inline-block;
    background-color: var(--red-color);
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
}
.single_blog_tags ul li a {
    color: var(--white-color);
}
.single_social_icon ul li {
    display: inline-block;
    margin-right: 15px;
}
.single_social_icon ul li:last-child {
    margin-right: 0;
}
.single_social_icon ul li a {
    color: var(--first-color);
    font-size: 20px;
}
.single_social_icon ul li a:hover {
    color: var(--red-color);
}
#comment_form .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border: none;
}
#comment_form .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
    border: none;
}
#comments img {
    width: 50px;
    height: 50px;
}
#visitor_comments {
    border-bottom: 1px solid var(--black-color);
    padding-top: 20px;
}
#related_post_div {
    margin-bottom: 40px;
}
#related_post_div h4 {
    color: var(--red-color);
}
#related_post_div h4:hover {
    color: var(--first-color);
}
#related_post_div p, small {
    color: var(--black-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #blog_single_page {
        padding: 30px 0;
    }
}
/* Single Blog */


/* Login */
#login_section {
    padding: 60px 0;
}
#login_section h2 {
    font-size: 50px;
}
#login_section a {
    color: var(--first-color);
}
#login_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#login_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #login_section {
        padding: 30px 0;
    }
    #login_section h2 {
        font-size: 40px;
    } 
}
/* Login */


/* Signup */
#signup_section {
    padding: 60px 0;
}
#signup_section h2 {
    font-size: 50px;
}
#signup_section .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#signup_section .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#signup_section a {
    color: var(--first-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #signup_section {
        padding: 30px 0;
    }
}
/* Signup */


/* Forget Password */
#forgetPasswordSection {
    padding: 60px 0;
}
#forgetPasswordSection h2 {
    font-size: 50px;
}
#forgetPasswordSection .btn {
    background-color: var(--first-color);
    color: var(--white-color);
    border-radius: 30px;
}
#forgetPasswordSection .btn:hover {
    background-color: var(--red-color);
    color: var(--white-color);
}
#forgetPasswordSection a {
    color: var(--first-color);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    #forgetPasswordSection {
        padding: 30px 0;
    }
    #forgetPasswordSection h2 {
        font-size: 40px;
    }
}
/* Forget Password */


/* Footer */

footer {
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url("../img/footer-bg-overlay.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}
footer .footer_first_part {
    padding: 30px 0;
}
footer hr {
    color: var(--white-color);
}
footer .footer_first_part i {
    color: var(--div-color-one);
    font-size: 20px;
}
footer .footer_first_part h3 {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
}
footer .footer_first_part p {
    color: var(--white-color);
}

footer .footer_second_part {
    padding: 50px 0;
}
footer .footer_second_part img {
    width: 230px;
    height: 100%;
    margin-bottom: 30px;
}
.subscribe_btn {
    background-color: var(--red-color);
    color: var(--white-color);
}
.footer_learn_more_btn {
    color: var(--white-color);
    background-color: var(--red-color);
}
.footer_learn_more_btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
.subscribe_btn:hover {
    background-color: var(--first-color);
    color: var(--white-color);
}
footer .footer_second_part p {
    color: var(--white-color);
}
footer .footer_second_part h5 {
    color: var(--white-color);
    font-weight: 400;
    font-size: 23px;
    font-style: italic;
}
footer .footer_second_part h6 {
    color: var(--white-color);
}
footer .footer_social_media ul li {
    display: inline-block;
    margin-left: 20px;
}
footer .footer_social_media ul li a {
    color: var(--white-color);
    font-size: 20px;
    transition: all .5s ease-in-out;
}
footer .footer_social_media ul li a:hover {
    color: var(--red-color);
    transition: all .5s ease-in-out;
}
footer .quick_link_menu li {
    margin: 10px 0;
}
footer .quick_link_menu li a {
    color: var(--white-color);
}
footer .quick_link_menu li a i {
    color: var(--red-color);
}
footer .support_link_menu li {
    margin: 10px 0;
}
footer .support_link_menu li a {
    color: var(--white-color);
}
footer .support_link_menu li a i {
    color: var(--red-color);
}
footer .footer_social_media ul li:first-child {
    margin-left: 0;
}

footer .footer_copywrite_part {
    background-color: var(--red-color);
    padding: 10px 0;
    color: var(--white-color);
}
footer .footer_copywrite_part a {
    text-decoration: none;
    color: var(--white-color);
}
#payment_icons {
    background-color: var(--offwhite-color);
}
#payment_icons img {
    width: 700px;
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
    footer {
        margin-bottom: 52px;
    }
    footer .footer_second_part h5 {
        margin-top: 30px;
    }
    #payment_icons img {
        width: 400px;
    }
}

/* Go to Top Buttom */

#btn-back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 999;
    background-color: var(--first-color);
    animation: topUpAnim linear 3s infinite;
}
#btn-back-to-top i {
    color: var(--white-color);
}

@keyframes topUpAnim {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    #btn-back-to-top {
        bottom: 60px;
    }
}