/* font awesome */
@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{
    -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;
}


/* 
========================================
             Variables
========================================

*/
:root{
    --primary-color: #a82c48;
    --secondary-color: #43121d;
    --third-color:#f98169;
    --dark_yellow-color: #FC9716;
    --white-color: #ffffff;
    --light-green-color: #6D986D;
    --text-color:#555555;
    --text-gray: #999999;
    --black-color: #000000;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Quicksand', sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding: 50px;
}

body{
    font-family: var(--primary-font);
    font-size: 100%;
    font-weight: 400;
}
section{
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
/* 
========================================
             Custom Scrollbar
========================================

*/

::-webkit-scrollbar{
    width: 0.625rem;

}

::-webkit-scrollbar-track{
    background-color: var(--white-color);
}

::-webkit-scrollbar-thumb{
    background-color: var(--dark_yellow-color);
}

/* 
===================================
        Custom CSS Design
===================================
*/

h1{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: var(--primary-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: 18px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
h5{
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

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

.main-btn{
    display: inline-block;
    padding: 0.625rem 1.875rem;
    line-height: 1.5625;
    background-color: var(--dark_yellow-color);
    border: 0.1875rem solid var(--dark_yellow-color-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 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

.white-btn{
    display: inline-block;
    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;
    block-size: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
}

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

.white-btn:hover{
    border-color: transparent;
    color: var(--dark_yellow-color);
    border-color: var(--dark_yellow-color);

}

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

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

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

}
/* 
====================================
            Header design
====================================
*/
.navigation-wrap{
    position: fixed;
    width: 100%;
    left: 0;
    background-color: hsla(59, 87%, 56%, 0.671);
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s 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:#402C3F;
    letter-spacing: 1px;
}

.navigation-wrap .main-btn{
    padding: 0.3125rem;
    box-shadow: none;
    margin-left: 0.625rem;
}
.navigation-wrap.on-scroll{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--dark_yellow-color);
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.09);
    transition: all 0.15s ease-in-out 0s;
}
/*
====================================
        Top banner design
====================================
*/
#food{
    color: var(--dark_yellow-color) !important;
}
.top-banner{
    width: 100%;
    height: 100vh;
    background: url(../images/imgs/foodInRight.jpg) no-repeat center;
    background-size:cover;
    padding: 10rem 0 9.375rem;
}

/* 
====================================
        Counter design
====================================
*/
.counter-section{
    background-color: var(--dark_yellow-color);
    padding: 2.5rem 0;
}
.counter-section p{
    color: var(--white-color);
    text-transform: uppercase;
}
/* 
====================================
        About Section design
====================================
*/
.about-section{
    background: var(--white-color);
}
.about-section .card,
.about-section .card img{
    border-radius: 0.625rem;
}
.about-section .text-sec{
    padding-left: 0rem;
}
 /* =======food type section======= */

 .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(--dark_yellow-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 design
====================================
*/

.story-section{
    width: 100%;
    height: 28.125rem;
    background: url(../images/imgs/overloaded-cake-studio.jpg) no-repeat top left;
    background-size:cover;
    padding-top: 100px;
    text-align: left;
}
.story-section p{
    color: var(--black-color);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1.875rem 2.5rem;
    border-radius: 1rem;
}

/* 
====================================
    Explore food Section design
====================================
*/
.explore-food .card{
    border: none;
    background-color: transparent;
    border-radius: 0.9375rem;
} 
.explore-food .card img{
    border-radius: 0.9375rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.explore-food .card span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    color: var(--dark_yellow-color);
    border-bottom: 0.0625rem solid var(--dark_yellow-color);
}
.explore-food .card span del{
    color: var(--text-gray);
    margin-left: 0.5rem;

}

/* 
====================================
    Testimonial Section design
====================================
*/
.testimonial-section{
    background-color: var(--dark_yellow-color);

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

}
.testimonial-section .carousel-caption img{
    margin: auto;
    max-width: 5rem;
    border-radius: 50%;
    padding: 0.3125rem;
}
.testimonial-section .carousel-item .carousel-caption p{
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 11% 0.625rem;

}
.testimonial-section .carousel-indicators{
   bottom: -2.8125rem; 
}
.testimonial-section .carousel-indicators button{
    width: 15px;
    height: 15px;
    outline: none;
    border-radius: 50%;
    border: none;
    margin-right: 1rem;
    opacity: 0.5;
    z-index: 100;

}
/* 
====================================
            FAQ Section
====================================
*/
.faq span{
    color: var(--dark_yellow-color);
    font-size: 2rem;

}
.book-food{
    width: 100%;
    background: url(../images/imgs/Pizza_on_Dark_Wood.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 71.9125px ;
    padding: 4.375rem;
}
/* ============ form control============== */
.newsletter{
    width: 55% ;
    margin: 0 auto;
}
.newsletter .form-control{
   height: 3.225rem;
   padding: 0 1.25rem;
   font-size: 0.875em;
   width: 100%;
   border: none;
   background: transparent;
   border: 0.1875rem solid var(--white-color);
   color: var(--black-color);
   font-weight: 700;
}
.newsletter .form-control:hover,
.newsletter .form-control:focus{    
    border-color: var(--dark_yellow-color);
    outline: none;
    box-shadow: none;

}
/* 
====================================
            FAQ Section
====================================
*/
.footer{
    background-color: var(--dark_yellow-color);
}
.footer .footer-link{
    padding: 0.625rem 0;
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
}
.footer a i{
    font-size: 1.5rem;
    color: var(--white-color);
    padding: 0 1rem;
}
.footer a i:hover{
    color: var(--primary-color);
    transition: all 0.5s ease-in-out;
    transform: scale(1.2);
}
.footer p a{
    color: var(--white-color);
    font-weight: 700;
    text-decoration: underline;
}
.footer p a:hover{
    color: var(--black-color)!important;
    transition: all 0.5s ease-in-out;
    transform: scale(1.2);

}







/* 
====================================
        media queries Section
====================================
*/

@media (max-width:1024px) {
    /* about section */
    
    
}

@media (max-width: 991px) {
    /* custom classes */
.text-content{
    width: 100%;
}
.food-type>div{
    
    flex-direction: column-reverse;
}
    /* navbar */
.navigation-wrap .nav-brand img{
    height: 3.8125rem;
}
.navigation-wrap{
    text-align: center;
    background-color: var(--white-color);
}
.navigation-wrap .nav-link{
    line-height: 1.875rem;
}
    /* Banner design */
.top-banner{
    padding: 9.375rem 0 9.375rem;
}
    /* carousel  */


}

@media (max-width: 767px) {
    /* custom css */
h1{
    font-size: 3rem;
    line-height: 2;
}
p{
    font-size: 1.5rem;}

    /* top banner */
.top-banner{
    padding: 10.875rem 0 9.375rem;
}
    /* story section */

.story-section{
    height: auto;
    padding: 3rem 0;
}
.about-section{
    padding: 3rem 1.5rem;
}

    /* carousel  */

    /* newsletter */
.newsletter{
    width: 75%;
}
.newsletter .main-btn{
    width: 100%;
    margin-top: 1rem;
}

    /* footer link */

}

@media (max-width: 330px) {
    /* carousel */
    
}
