
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:after,
*:before{
    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(--primari-color) !important;
}
ol,ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

/* variable */
:root{
    --primari-color:#A82C48;
    --secondary-color:#43121d;
    --third-color:#f98169;
    --white-color:#ffff;
    --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;
}

h1{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 48px;
    color: var(--secondary-color);
}

h2{
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    text-transform: capitalize;
    line-height: 3rem;
}

h4{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    text-transform: capitalize;
}

h5{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    text-transform: capitalize;
}

p{
    font-size: 16px;
    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.5rem;
    background-color: var(--primari-color);
    border: 1px solid var(--primari-color);
    color: var(--white-color);
    font-size: 0.9 rem;
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
    transition: 0.4s;
}
.white-btn{
    display: inline-block;
    padding: 0.625rem 1.875rem;
    line-height: 1.5rem;
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    color: var(--black-color);
    font-size: 0.9 rem;
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
    transition: 0.4s;
}

.main-btn:hover{
    background: transparent;
    color: var(--primari-color);
    border-color: var(--primari-color);
}

.wraper{
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
}

.text-content{
    width: 70%;
    margin: auto;
}

.counter-section h2,
.testimonial-section h2,
.book-food-tex h2{
    color: var(--white-color);
}

/* start header section */
.navigation-wrap{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: 0.3s;
}
.navigation-wrap .nav-item{
    padding: 0 0.6rem;
    transition: 0.3s;
}
.navbar-toggler:focus{
    outline: none;
    border: unset;
    box-shadow: none;
}

.navbar-toggler-icon{
    color: var(--primari-color);
}
.nav-link{
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primari-color);
    letter-spacing: 1px;
}
.navigation-wrap .main-btn{
    padding: 0.3rem 1.4rem;
    box-shadow: none;
    margin-left: 0.6rem;
}
.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.9);
    transition: 0.5s;
}
/* end header section */

/* start banner_part */
.top-banner{
    width: 100%;
    background-image: url(../images/bg/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 16.7rem 0 9.3rem;
}
/* end banner_part */

/* start counter-part */
.counter-section{
    background: var(--primari-color);
    padding: 2.5rem 0;
}
.counter-section h2{
    margin: 1rem;
}
.counter-section p{
    color: var(--white-color);
    text-transform: uppercase;
}
/* end counter-part */

/* start about part */
.about-section{
    background-color: var(--white-color);
}
.about-section .card,
.about-section .card img{
    border-radius: 0.62rem;
}
.about-section .tex-sec{
    padding-left: 2rem;
}


.food-type{
    padding-top: 3.2rem;
}
.food-type ul li{
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 32px;
    position: relative;
    margin-left: 2rem;
}
.food-type ul li::before{
    position: absolute;
    left: -2.1rem;
    color: var(--primari-color);
    font-size: 1.2rem;
    font-family: "font Awesome 5 Free";
    content: '\f00c';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}
/* end about part */

/* start story part */
.story-section{
    width: 100%;
    height: 28.5rem;
    background-image: url(../images/bg/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px;
    text-align: center;
}
.story-section h2{
    color: var(--primari-color);
    
}
/* end story part */

/* start explore part */
.explore-food .card{
    border: none;
    background: transparent;
    border-radius: 0.93rem;
}
.explore-food .card img{
    border-radius: 0.97rem;
    object-fit: cover;
}
.explore-food .card span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primari-color);
    padding-bottom: 1rem;
    border-bottom: 0.06rem solid #eee;
}
.explore-food .card span del{
    color: var(--text-gray);
    margin-left: 0.5rem;
}
/* start explore part */

/* start testimonial part */
.testimonial-section{
    background-color: var(--primari-color);
}
.carousel-item .active{
    border-radius: 0.9rem;
}
.testimonial-section .carousel-item{
    margin-top: 3rem;
    padding: 10rem 3.125rem;
    background-color: var(--white-color);
    border-radius: 0.9rem;
}
.testimonial-section .carousel-item .carousel-caption img{
    max-width: 5rem;
    border-radius: 50%;
    padding: 0.31rem
}
.testimonial-section .carousel-item .carousel-caption p{
    font-size: 1.3rem;
    line-height: 2.06rem;
    padding: 0 11% 0.6rem;
}
.testimonial-section .carousel-indicators button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 0.2;
    border: none;
    outline: none;
    margin-right: 1rem;
}
/* end testimonial part */

/* start faq part  */
.faq h4 span{
    color: var(--primari-color);
    font-size: 1.8rem;
    margin-right: 0.34rem;
}
/* end faq part  */

/* start book food part */
.book-food{
    width: 100%;
    background: url(../images/bg/bg-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 71.91px;
    padding: 4.3rem 0;
}
/* end book food part */

/* start newsletter part */
.newsletter{
    width: 55%;
    margin: 0 auto;
}
.newsletter .form-control{
    height: 2.95rem;
    padding: 0 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 0.18rem solid var(--text-gray);
    color: var(--black-color);
} 

.newsletter .form-control:hover,
.newsletter .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: var(--primari-color);
}
/* end newsletter part */

/* start footer part */
.footer{
    background-color: var(--primari-color);
}
.footer .footer-link{
    font-size: 1rem;
    color: var(--white-color);
    padding: 0 1.8rem;
}
.footer .footer-link:hover{
    color: var(--white-color) !important;
}
.footer a i{
    font-size: 1.5rem;
    color: var(--white-color);
    padding: 1rem 1rem;
}
/* end footer part */