
*,
*: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:rgb(103, 6, 6) !important;
}
ul,
ol{
    margin: 0;
    padding: 0;
}
:root{
    --primary-color:rgb(113, 4, 22);
    --secondary-color:#43121d;
    --third-color:#f98169;
    --white-color:#fff;
    --text-color:#555;
    --text-gray:#999;
    --black--color:#000;
    --primary-font:'Roboto',sans-serif;
    --secondary-font:'Quicksand',sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: var(--primary-font);
    font-size: 100%;
    font-weight: 400;
}
::-webkit-scrollbar {
    width: 0.625rem;

}
::-webkit-scrollbar-track {
    background: var(--white-color);
}
::-webkit-scrollbar-thumb{

    background: #43121d;
}
h1{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color:var(--secondary-color);
}
h2{
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: capitalize;

    font-family: var(--secondary-font);
    color: var(--secondary-color);
    line-height: 3rem;

}
h4{
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
h5{
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--secondary-font);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;

}
p{
    font-size: 1rem;
    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-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.main-btn a {
    color: white !important;}
    

.main-btn:hover{
    background-color: transparent;
    color: var(--primary-color);
}

.wrapper{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.text-content{
    width: 70%;
    margin: auto;
}
.counter-section h2,
.testimonial-section h2,
.book-food-text h2 {
    color: var(--white-color);
}

.navigation-wrap{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3 ease-out;
    transition: all 0.3 ease-out;
}
.navigation-wrap .nav-item{
    padding: 0 0.625rem;
    transition: all 200ms linear;
}
.navbar-toggler:focus{
    outline: unset;
    border: unset;
    box-shadow: none;
}
.nav-link{
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    letter-spacing: 1px;

}
.navigation-wrap .main-btn{
    padding: 0.3125rem 1.4375rem;
    box-shadow: none;
    margin-left: 0.625rem;

}
.navigation-wrap.scroll-on{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: var(--white-color);
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.09);
    transition: all .15s ease-in-out 0s;
}
.top-banner{
width: 100%;
background: url(images/bg/bg-1.jpg) no-repeat center;
background-size: cover;
padding: 16.875rem 0 9.375rem;

}
.counter-section{
    background-color: var(--primary-color);
    padding: 2.5rem 0;

}
.counter-section p{
    color: var(--white-color);
    text-transform: uppercase;
}
.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{
    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.187rem;
    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.125rem;
    background: url(images/bg/bg-2.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    text-align: center;
    
}
.story-section h2{
    color: var(--primary-color);

}
.explore-food .card{
border: none;
background: transparent;
border-radius: 0.9375rem;

}
.explore-food .card img{
    border-radius: 0.9375rem;
    object-fit: cover;
    
}
.explore-food .card span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #eee;
}
.explore-food .card span del{
color: var(--text-gray);
margin-left: 0.5rem;

}
.testimonial-section h2 {
  color: white;
}

.testimonial-box {
  background-color: var(--primary-color); /* Your variable value or fallback color */
  padding: 3rem;
  border-radius: 15px;
  margin: 3rem 0;
  text-align: center;
}

.testimonial-box h5 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.testimonial-box p {
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 0 10%;
}

.testimonial-box,
.testimonial-box h5,
.testimonial-box p {
  color: white;
}

.faq h4 span{
    color: var(--primary-color);
    font-size: 1.075rem;
    margin-right: 0.3125rem;
}
.book-food{
    width: 100%;
    background: url(d3.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 71.9125px;
    padding: 4.375rem 0;

}
.newsletter{
    width: 55%;
    margin: 0 auto;
}
.newsletter .form-control{
    height: 3.225rem;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 0.1875rem solid var(--text-gray);
    color: var(--black--color);
    font-weight: 700;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus{
   outline: none;
   box-shadow: none;
   border-color: var(--primary-color);
}
.footer{
    background-color: var(--primary-color);

}
.footer .footer-link{
    font-size: 1rem;
    color: var(--white-color);
    padding: 0 1.875rem;

}
.footer .footer-link:hover{
    color: var(--white-color) !important;
}
.footer a i{
    font-size: 1.5rem;
    color: var(--white-color);
    padding: 0 1rem;

}
/* styles.css */


.order-form-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    width: 100%;
}

h1 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group textarea {
    resize: vertical;
}


.ayesha {
    width: 30%;
    padding: 10px;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}






@media (max-width: 600px) {
    .order-form-container {
        padding: 15px;
    }
}
@media(max-width:991px){
    .text-content{
        width: 100%;
    }
    .navigation-wrap .navbar-brand img{
        height: 3.8125rem;
    }
    .navigation-wrap{
        text-align: center;
        background-color: var(--white-color);
    }
    .navigation-wrap .nav-link{
        line-height: 1.875rem;
    }
    .top-banner{
        padding: 9.375rem 0 9.37rem;
    }
    .newsletter{
        width: 75%;

    }
    .newsletter .main-btn{
        width: 100%;
        margin-top: 1rem;
    }
    .footer .footer-link,
    .footer a i{

        padding: 0 0.7rem;
    }
}
@media(max-width:767px){
    h1{
        font-size: 2.8rem;
    }
    h2{
        font-size: 2rem;
        line-height: 2.0625rem;
    }
    .top-banner{
        padding: 10.875rem 0 9.375rem;
    }
    .story-section{
        height: auto;
        padding: 3rem 0;
        
    }
}

