﻿:root {
    --MainColor: #101d6b;
    --LightColor: #57a0d3;
    --SecondaryColor: #0d52bd;
    --GrayColor: rgba(234, 246, 254, 0.76);
}

.reserve_table_form {
    background: var(--GrayColor);
}

    .reserve_table_form input {
        background: #fff;
    }

.header_area .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .header_area .logo {
        display: flex;
        align-items: center;
        justify-content: right;
    }
}


.header_area .logo a {
    font-size: 25px;
    color: var(--MainColor);
    font-weight: bold;
}

.product-image {
    border-radius: 15px;
    width: auto;
    height: 170px;
    margin: auto;
}

.product-item {
    width: 95%;
    background: var(--GrayColor);
    margin: auto;
    border-radius: 15px;
    padding: 10px 15px;
}

    .product-item .des {
        font-size: 15px;
    }

    .product-item .price {
        font-size: 25px;
    }

    .product-item h5 {
        color: var(--MainColor);
        font-weight: bold;
        font-size: 20px;
    }

.py-20px {
    padding: 20px 0;
}

.cat_image img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.cat-area {
    background: var(--MainColor);
    border-radius: 15px;
    padding: 10px 20px;
    margin: 0 10px;
}

    .cat-area p {
        font-size: 13px;
        position: relative;
        top: 10px;
        color: #fff;
    }

.product-item h5 {
    margin-bottom: 15px;
}

.product-image-area {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
}

.product_details_img {
    width: 100%;
}

    .product_details_img img {
        border-radius: 15px;
    }

.details_content h4 {
    color: var(--MainColor);
    font-weight: bold;
    margin-bottom: 20px;
}

.items-between {
    display: flex;
    justify-content: space-between;
}

.product_info_wrap h4 {
    color: var(--MainColor);
    font-weight: bold;
    margin-bottom: 30px;
}

info_wrap p {
    color: #000;
}

.text-main {
    color: var(--MainColor);
}

.bold {
    font-weight: bold;
}

.contact_wrap input {
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.text-right {
    text-align: right;
}

.w-300px {
    width: 300px;
}

.contact_wrap {
    background: var(--GrayColor);
}

    .contact_wrap, .contact_wrap input, .contact_wrap label {
        color: #000;
    }


.header_wrap .logo img {
    width: 100%;
    height: 60px;
}

.main-btn {
    background: var(--MainColor);
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
}

    .main-btn:hover {
        color: #fff;
    }

.hero_wrap {
    background: rgba(128, 117, 117, 0.71);
    border-radius: 25px;
}

.hero-title {
    width: 100%;
    text-align: center;
}

    .hero-title img {
        height: 100px !important;
        width: 300px !important;
        margin: auto;
        position: relative;
        top: -30px;
    }

.hero_text {
    text-align: center !important;
}

    .hero_text p {
        text-align: center;
        width: 100%;
    }

    .hero_text a:last-child {
        margin-top: 15px;
        display: block;
        color: #fff;
        position: relative;
        top: 120px;
    }

.hero_area {
    height: 80vh;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.hero_wrap {
    height: 80vh !important;
}

footer {
    margin-top: 50px;
}

.text-well {
    line-height: 30px;
    text-align: justify;
}

.rice-alert {
    border-radius: 15px;
    padding: 10px 20px;
    text-align: justify;
    line-height: 30px;
    background: var(--MainColor);
    margin-bottom: 20px;
}

    .rice-alert p {
        color: #fff;
    }

.menu-link {
    position: relative;
    top: 50px;
}

.br-15 {
    border-radius: 15px;
}

.cart-alert {
    border-radius: 15px;
    padding: 10px 20px;
    text-align: justify;
    line-height: 20px;
    background: var(--LightColor);
    margin-bottom: 20px;
}

    .cart-alert p {
        font-size: 14px;
        color: #fff;
    }

.cart-sign-in {
    border-radius: 15px;
    padding: 12px;
    display: block;
    width: 100%;
    background: var(--MainColor);
    text-align: center;
    color: #fff;
}

    .cart-sign-in:hover {
        color: #ffffff;
        background: var(--SecondaryColor);
    }

.header_carts a div {
    border: 1px solid var(--GrayColor);
}

.footer-links {
    margin-top: 20px;
}

    .footer-links a {
        color: #ccc;
        margin-bottom: 10px;
    }


    .footer-links h3 {
        color: #ffffff;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.cat-item:after {
    content: " - ";
}

.cat-item:last-child:after {
    content: "";
}

.hidden {
    display: none;
}

.parent-category-area {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.parent-category .cat-area {
    padding: 10px 0;
}

img.white-icon {
    filter: brightness(0) invert(1);
}

.parent-category-area div {
    display: flex;
    flex-wrap: nowrap;
}

.parent-category {
    display: inline-block;
    text-align: center;
    max-width: 200px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 10px;
    padding: 8px 15px;
    border: 1px solid #000080;
    background: #fff;
    color: #000080;
}

    .parent-active, .parent-category:hover {
        background: #000080;
        color: #fff;
    }

.subarea {
    min-width: 100px;
    overflow: auto;
    display: flex;
    gap: 10px;
}

.single-sub {
    min-width: 200px;
    display: inline-block;
}

    .single-sub a {
        width: 100%;
        background: #000080;
        border-radius: 10px;
        padding: 20px 20px;
        margin-top: 10px;
    }

.cat_image {
    display: flex;
    justify-content: center;
}

.single-sub a p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.dots-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.mySlides img {
    border-radius: 10px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    left: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

.h-40 {
    height: 40px;
}

.header .logo img {
    min-width: 200px;
}

.reservation_area input {
    width: 100%;
}

.error-area {
    display: flex;
    height: 50vh;
}

.error-area h1 {
    font-size: 60px;
}

    .error-area .container {
        align-content: center;
    }

.header_wrap .logo img {
	max-width : 60px;
}

.cat-desc {
    padding: 10px;
    background: #d1e4f6;
    border-radius: 10px;
    line-height: 30px;
}

.cat-desc .cat-image {
    display: flex;
    justify-content: center;
}

    .cat-desc .cat-image img {
        max-height: 200px;
        border-radius: 10px;
        margin-bottom: 20px;
    }