@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,300&family=Roboto:wght@100;300;400;500;700&display=swap');

*,
*:after,
*:before {
    --webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: var(--primary-color) !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* variable define */
:root {
    --primary-color: #a82c48;
    --secondry-color: #43121d;
    --third-color: #f98169;
    --white-color: #fff;
    --text-color: #555;
    --text-gray: #999;
    --black-color: #000;
    --primary-font: 'Roboto', sans-serif;
    --secondry-font: 'quicksand', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--primary-font);
    font-size: 100%;
    font-weight: 400;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* custom designs */
h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: var(--secondry-color);
}

h2 {
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: capitalize;
    font-family: var(--secondry-font);
    line-height: 3rem;
}

h4 {
    color: var(--secondry-color);
    font-family: var(--secondry-font);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

h5 {
    color: var(--primary-color);
    font-family: var(--secondry-font);
    text-transform: capitalize;
    font-size: 1rem;
    font-family: 700;
    margin-bottom: 0.5rem;
}

p {
    font-size: 1rem;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 1px;
}

.main-btn {
    display: inline-block;
    padding: 0.625rem 1.875rem;
    line-height: 1.5625rem;
    background-color: var(--primary-color);
    border: 0.1875rem solid var(--primary-color);
    color: var(--white-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0/19%);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-out 0s;
}

.white-btn {
    padding: 0.625rem 1.875rem;
    line-height: 25px;
    background-color: var(--white-color);
    border: 0.1875rem solid var(--white-color);
    color: var(--text-color);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0/19%);
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-out 0s;
}

.main-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.white-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.wrapper {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
}

.text-content {
    width: 70%;
    margin: auto;
}

.counter-sectioin h2,
.testimonial-section h2,
.book-food-text h2 {
    color: var(--white-color);
}

/* 
====================================
    header design
====================================
*/
.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: all 0.3 ease-out;
    -webkit-transition: all 0.3 ease-out;
}

.navigation-wrap .nav-item {
    padding: 0.625rem;
    transition: all 200ms linear;
}

.nav-link {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 1px;
}

/* cahnge navbar on scroll */
.navigation-wrap.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.9);
    transition: all .15s ease-in-out 0s;
}

/* 
========================================
    top-banner-design
========================================
 */
.top-banner {
    width: 100%;
    background: url('images/bg/bg-1.jpg') no-repeat center;
    padding: 16.875rem 0 9.375rem;
}

/* 
 ==========================================
    counter section
 ==========================================
  */
.counter-sectioin {
    background-color: var(--primary-color);
    padding: 2.5rem 0;
}

.counter-sectioin p {
    color: var(--white-color);
}



/* about-section */
.about-section {
    background: var(--white-color);
}

.about-section .card,
.about-section .card,
img {
    border-radius: 0.625rem;
}

.about-section .text-sec {
    padding-left: 2rem;
}

/* food type */
.food-type {
    padding-top: 3.25rem;
}

.food-type ul li {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 32px;
    position: relative;
    margin-left: 30px;
}

.food-type ul li::before {
    position: absolute;
    left: -2.1875rem;
    color: var(--primary-color);
    font-size: 1.25rem;
    font-family: "font awesome 5 free";
    content: '\f00c';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.story-section {
    width: 100%;
    height: 28.25rem;
    background: url('images/bg/bg-2.jpg')no-repeat center;
    background-size: cover;
    padding: 120px 0;
}

.story-section h2 {
    color: var(--primary-color);
}

/* explore-food-section */
.explore-food-section {
    margin: 70px 0px;
}

.explore-food-section .card-detail h4 {
    font-size: 20px;
    font-weight: 700;
}

.explore-food-section .card {
    border-radius: 0.567rem;
}

.explore-food-section .card img {
    border-radius: 0.567rem .567rem 0 0;
    object-fit: cover;
}

.explore-food-section .card span {
    display: block;
}

.explore-food-section .card span del {
    color: var(--text-gray);
    padding-left: 10px;
}

/* testimonial */
.testimonial-section {
    background: var(--primary-color);
}

.testimonial-section .carousel-item {
    margin-top: 3rem;
    padding: 11rem 3.125rem;
    background-color: var(--white-color);
    border-radius: 0.9375rem;
    text-align: center;
}

.testimonial-section .carousel-caption img {
    max-width: 5rem;
    border-radius: 50%;
    padding: 0.3125rem;
    width: 100%;
    /* height: 100%; */
}

.testimonial-section .carousel-item p {
    /* font-size: 1.3125rem; */
    /* line-height: 2.065rem; */
    /* padding: 0 11% 0 0.625rem; */
}

.testimonial-section .carousel-indicators button {
    width: 15px;
    height: 15px;
    outline: none;
    border-radius: 50%;
    border: none;
    margin-right: 1rem;
    opacity: 0.2;
}




@media only screen and (max-width: 400px) {
    .testimonial .carousel-inner .carousel-caption p {
        padding: 10rem 0rem;
    }
}

#timeing {
    margin: 100px 0px;
}

.day {
    position: relative;
    cursor: pointer;
}

.day .btn {
    /* position: absolute; */
    margin: 0 auto;
    left: 167px;
    /* display: none; */
    visibility: hidden;
    transition: all 0.1s ease-in-out;
}

.day:hover>.btn {
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

#content-drop {
    height: 300px;
}

#content-drop .img {
    height: 200px;
    background-image: url(images/bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 80px 0px;
}

.details {
    width: 100%;
    margin: 0 auto;
}

.more {
    margin-top: 80px;
}

p span {
    margin-right: 10px;
}

.contact-info {
    padding: 50px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 5px #555;
}

.book-info {
    padding: 50px;
    /* background-color: white; */
}

footer {
    margin-top: 50px;
    padding: 50px 0px;
    background-color: var(--primary-color);
}

.footer-logo {
    filter: drop-shadow(10px 10px 14px #ffffff)
}

ul li {
    list-style: none;
}

/* regestation form */
form {
    width: 100%;
}

.Reg-sec {
    border: 20px solid var(--primary-color);
    padding: 20px 20px;
}

.Reg-sec .row {
    padding: 0px;
}


.booking-table input {
    width: 99%;
    border-radius: 10px;
    padding: 10px 0px;
    text-indent: 20px;
    margin: 0 auto;
}

.booking-table select {
    width: 99%;
    border-radius: 10px;
    padding: 10px 0px;
    text-indent: 20px;
}

.booking-table .input-email {
    width: 49%;
}

.booking-table .input-number {
    width: 49%;
}

.booking-table .input-date {
    width: 49%;
}

.booking-table .input-time {
    width: 49%;
}

.people-detail button {
    width: 8%;
    padding: 15px 10px;
    text-align: center;
    margin: 0px auto;
    color: var(--primary-color);
    outline: none;
    border: 1px solid #a82c48;
    background-color: transparent;
    border-radius: 10px;
}

.people-detail button:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.submit-btn button {
    width: 100%;
    padding: 10px 0px;
    text-indent: 20px;
    outline: none;
    border: 1px solid transparent;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 0px;
}

.submit-btn button:hover {
    border: 1px solid var(--primary-color);
}

.submit-btn a {
    text-decoration: none;
    color: var(--black-color);
    cursor: pointer;
}

.submit-btn a:hover {
    color: var(--primary-color);
}

.footer-menu {
    width: 100%;
    display: flex;
}

.footer-menu li {
    margin: 20px auto;
    width: 200px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0px;
}

.footer-menu li a {
    color: var(--primary-color);
}

.footer-pages {
    width: 100%;
}

.footer-pages li {
    margin: 20px auto;
    width: 150px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0px;
}

.footer-pages li a {
    color: var(--primary-color);
}

.footer-icon ul {
    width: 100%;
    display: flex;

}

.footer-icon ul li {
    width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto;
    background-color: var(--white-color);
}

.footer-icon ul li i{
    border-radius: 100%;
}
