*,
*::before,
*:after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
}

a,
a:hover{
    text-decoration: none;
}
a:hover{
    color: white!important;
}

ul,ol{
    margin: 0;
    padding: 0;
}


/* Variable Define  */
:root{
    --primary-color:rgb(114, 6, 6);

}

/* custom Scrollbar  */
::-webkit-scrollbar{
    width: 0.625rem;

}
::-webkit-scrollbar-track{
    background: white;
}
::-webkit-scrollbar-thumb{
    background: rgb(114, 6, 6);
}

/* custom css design  */
h1{
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 3rem;
    color: violet;
}
h2{
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: capitalize;
    font-family:var(--secondary-font) ;
    color: green;
    line-height: 3rem;
}
h4{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-family:var(--secondary-font) ;
    color: green;
    line-height: 3rem;
}
h5{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-family:var(--secondary-font) ;
    color: rgb(114, 6, 6);
    line-height: 1.75rem;
}
p{
    font-size: 1rem;
    color: black;
    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: rgb(114, 6, 6);
    border-radius: 20px;
    border: 0.1875rem solid rgb(114, 6, 6);
    color: white;
    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:hover{
    background-color: transparent;
    color: rgb(114, 6, 6);
}
.white-btn{
    padding: 0.625rem 1.875rem;
    line-height: 25px;
    background-color: white;
    border: 0.1875rem solid white;
    color: black;
    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;
    border-radius: 20px;
}
.white-btn:hover{
    background-color: transparent;
    color: rgb(114, 6, 6);
    border-color: rgb(114, 6, 6);
}

.wrapper{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.text-content{
    width: 70%;
    margin: auto;
}
.counter-section h2,
.testimonial-section h2,
.book-food-text h2{
    color: white;
}
/* header design  */
.navigation-wrap{
    position: fixed;
    
    width: 100%;
    left: 0;
    z-index: 1000;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;

}
.imagelogo{
    width: 60px;
    height: 60px;
}
.navigation-wrap .nav-item{
    padding: 0 0.625rem;
    transition: all 200ms linear;
}
.navbar-toggler:focus{
    outline: unset;
    border:unset;
    box-shadow: none;

}
.nav-item{
    margin-top: 8px;
}
.nav-link{
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(114, 6, 6);
    letter-spacing: 1px;
}
.navigation-wrap .main-btn{
    padding: 0.325rem 1.4375;
    box-shadow: none;
    margin-left: 0.625rem;

}
/* change navbar styling on scroll  */
.navigation-wrap.scroll-on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background:white;
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.9);
    transition: all 0.15s ease-in-out;
}
/* section-1 top banner   */
.top-banner{
    width: 100%;
    background: url('../img/fbg.avif') no-repeat center;
    background-size: cover;
    padding: 16.875rem 0 9.375rem;
    

}
.top-banner p{
    color: white;
   
}
/* section-2 counter section  */
.counter-section{
    background-color: rgb(114, 6, 6);
    padding: 2.5rem 0 ;

}
.counter-section p{
    color: white;
    text-transform: uppercase;

}

/* about section design  */
.about-section{
    background: white;

}
.about-section .card img{
    border-radius: 0.625rem;

}
.about-section .text-sec{
    padding-left: 2rem;
}
/* food type section design  */
.food-type{
    padding-top: 3.25rem;
    }
    .food-type ul li{
        font-size: 1rem;
        color: green;
        line-height: 32px;
        position: relative;
        margin-left: 30px;
    }
    .food-type ul li:before{
        position: absolute;
        left: -2.1875rem;
        color: red;
        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%;
      
        background: url('../img/bg.jpg') no-repeat center;
        background-size: cover;
        
        text-align: center;
    }
    .story-section h2{
        color: red;
    }

    /* Explore food section design  */
    .explore-food .card{
        border: none;
        background-color: 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: red;
        padding-bottom: 1rem;
        border-bottom: 0.0625rem solid #eee;
    }
    .explore-food .card span del{
        color: grey;
        margin-left: 0.5rem;
    }

    /* Testimonial Section  */
    .testimonial-section {
        background-color:rgb(114, 6, 6);
    }

 .testimonial-section .carousel-item{
    margin-top: 3rem;
    padding: 10rem 3.125rem;
    background-color: white;
    border-radius: 0.9375rem;
    text-align: center;
   

 }
 .testimonial-section .carousel-caption img{
    border-radius: 50%;
    max-width: 5rem;
    max-height: 5rem;
   
    
 }
 

 .testimonial-section .carousel-item .carousel-caption p{
    font-size: 1.3125rem;
    line-height: 2.0625rem;
    padding: 0 11% 0.625rem;
 }

 .testimonial-section .carousel-indicators {
bottom: -2.8rem;
 }
 .testimonial-section .carousel-indicators button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    margin-right: 1rem;
    opacity: 0.2;
 }
 .testimonial-section .carousel-indicators button.active{
    opacity: 1;;
 }

 /* Faq section  */
 .faq-wrapper h4 span{
    color: rgb(114, 6, 6);
    font-size: 1.875rem;
    margin-right:0.3125rem;
 }
 /* Book-food section  */
 .book-food{
    width: 100%;
    background: url('../img/bg.jpg')no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 71.9125px;
    padding: 4.375rem 0;
 }
 /* form-control */
 .newsletter{
    width: 55%;
    margin: 0 auto;
    
 }
 .newsletter .form-control{
    height: 3.225rem;
    padding: 0 3rem;
    margin-bottom: 40px;
    font-size: 0.875rem;
    width: 100%;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 0.1875rem solid white;
    color: black;
    font-weight: 700;

 }
 .baked{
    color: green !important;
 }
 .newsletter .form-control:hover,
 .newsletter .form-control:focus{
    box-shadow: none;
    border-color: rgb(114, 6, 6);
 }

 /* footer section  */
 .footer{
    background-color: rgb(114, 6, 6);
 }
 
 .footer .footer-link {
    color: white;
    font-size: 1rem;
    padding: 0 1.875rem;

 }
 .footer .footer-link a:hover{
    color: red ; 
    

 }
 .footer a i{
    font-size: 1.5rem;
    color: white;
    padding: 0 1rem;
 }