/* defult css */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Roboto:wght@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;
}
a.nav-link:hover {
  color: #000 !important;
}
/* ===variabel Define */
:root{
  --primary-color: #731E31;
  --secondry-color: #3E1120;
  --third-color: #B95B44;
  --white-color: #fff;
  --text-color: #555;
  --text-grey: #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: 0.625rem;
 }
 ::-webkit-scrollbar-track{
   background: var(--white-color);
 }
 ::-webkit-scrollbar-thumb{
   background: var(--primary-color);
 }
 /* ===============
  custom css Desgin
 =================*/

 h1{
   font-size: 40px;
   font-weight: 800;
   margin-bottom: 30px;
   color: var(--secondry-color);
 }
 h2{
   font-size: 30px;
   font-weight: 700;
   text-decoration: capitalize;
   font-family: var(--secondry-font);
   color: var(--secondry-color);
   line-height: 30px;
 }
 h4{
  font-size: 18px;
  font-weight: 700;
  text-decoration: capitalize;
  font-family: var(--secondry-font);
  color: var(--secondry-color);
  line-height: 30px;
 }
 h5{
  font-size: 16px;
  font-weight: 400;
  text-decoration: capitalize;
  font-family: var(--primary-font);
  color: var(--primary-color);
  line-height: 30px;
 }
 p{
   font-size: 14px;
   color: var(--text-color);
   font-weight: 400;
   line-height: 25px;
   letter-spacing: 1px
 }
 .main-btn{
   display: inline-block;
   padding: 10px 20px;
   line-height: 25px;
   background: var(--primary-color);
   border: 1px solid var(--primary-color);
   color: var(--white-color) !important;
   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;
   cursor: pointer;
 }
 .white-btn{
   padding: 12px 20px;
   width: 100%;
   line-height: 25px;
   background-color: var(--white-color);
   border: 1px solid var(--white-color);
   color: var(--text-color);
   font-size: 18px;
   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;
   cursor: pointer;
 }
 .main-btn:hover{
   background-color: transparent !important;
   color: var(--primary-color) !important;
 }
 .white-btn:hover{
   background-color: transparent;
   color: var(--primary-color);
   border-color: var(--primary-color);
 }
 .wrapper{
   padding-top: 40px;
   padding-bottom: 40px;
 }
 .text-content{
   width: 70%;
   margin: auto;
 }
 .counter-section h2,
 .testimonial-section h2,
 .book-food-text h2{
  color: var(--white-color);
 }

 /* =============
 header-area
 ================= */
.navigation-wrap{
   position: fixed;
   width: 100%;
   left: 0;
   z-index: 1000;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.navbar-brand img {
  width: 100px;
  height: 100px;
  border: 1px solid  #731E31;
  border-radius: 50%;
}
.navigation-wrap .nav-item{
  padding: 10px;
  transition: all 200ms linear;
}

.navbar-toggler:focus{
  outline: unset;
  border: unset;
  box-shadow: unset;
}
.nav-link{
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--primary-color) !important;
  letter-spacing: 1px;
}
.navigation-wrap .main-btn{
  padding: 10px 20px;
  box-shadow: none;
  margin-left: 10px;
}


/* ====================
change navbar Styling on scroll
====================== */
.navigation-wrap.scroll-on{
  position: fix;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 10px 15px 0 rgb(0,0,0,0.09);
  transition: all .15s ease-out 0s;
}
/* ===================
 top-banner Design
====================*/
.top-banner{
  width: 100%;
  background: url(img/bg/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 500px 0 200px;
}
/* =======================
counter Desgin
==========================*/
.counter-section {
  background-color: var(--primary-color);
  padding-top: 30px !important;
}
.counter-section p{
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 60px;
}

/* =====================
about section design
=========================*/
.about-section{
  background: var(--white-color);
}
.about-section .card,
.about-section .card img{
  border-radius: 10px;
}
.about-section .text-sec{
  padding-left: 20px;
}


/* food type section Design */
.food-type{
  padding-top: 40px;
}
.food-type ul li{
  font-size: 16px;
  color: var(--text-color);
  line-height: 32px;
  position: relative;
  margin-left: 30px;
}
.food-type ul li::before{
  position: absolute;
  left: -25px;
  color: var(--primary-color);
  font-size: 16px;
  font-family: "font awesome 5 free";
  content: '\f00c';
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 800;
}
/* story section */
.story-section {
  width: 100%;
  height: 450px;
  background: url('img/bg/bg-2.jpg') no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  position: relative;
}
span.overlay {
  background: #ddd;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: .7;
}

/* ==========
explore-food
============== */
.explore-food .card{
  border: none;
  background-color: transparent;
  border-radius: 10px;
}
.explore-food .card img{
  border-radius: 10px;
  object-fit: cover;
}
.explore-food .card span{
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 16px;
  border-bottom: 5px solid #eee;
}
.explore-food .card span del{
  color: var(--text-grey);
  margin-left: 10px;
}

/* =======================
testimonial section Design
=========================== */
.testimoinal-section{
  background-color: var(--primary-color);
}
.carousel-item {
  margin-top: 50px !important;
  padding: 150px 30px !important;
  border-radius: 10px !important;
  text-align: center !important;
  background-color: var(--white-color);
  border-radius: 10px;
}
.carousel-caption img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 10px;
}
.carousel-caption p{
  font-size: 18px;
  line-height: 25px;
  padding: 0 11% 10px;
}
.carousel-indicators{
  bottom: -25px !important;
}

.carousel-indicators button{
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 50%;
  border: none;
  margin-right: 16px;
  opacity: 0.5;
  background-color: var(--white-color) !important;
  z-index: 5;
}
.carousel-indicators button.active{
  opacity: 1;
}

/* faq section  */

.faq h4 span{
 color: var(--primary-color);
 font-size: 20px;
 margin-right: 10px;
}
.book-food{
  width: 100%;
  background: url(img/bg/bg-3.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
  position: relative;
}
.container.book-food-text h2 {
  color: var(--primary-color);
    padding-top: 30px;
    font-size: 30px;
    z-index: 5;
}

/* foram area */
.newsletter{
  width: 55%;
  margin: 0 auto;
}
.newslettar-wrapper {
  margin-top: 40px;
}

.newsletter .form-control{
  height: 47px;
  padding: 0 15px;
  font-size: 18px;
  width: 100%;
  border: 5px solid text var(--text-grey);
  border-radius: 0;
  background: transparent;
  color: var(--black-color);
  font-weight: 700;
  
}
.newsletter .form-control:hover,
.newsletter .form-control:focus{
  outline: none;
  box-shadow: none;
  border: 2px solid var(--primary-color);
  border-color: var(--primary-color) !important;
}

/* footer area */

 .footer{
   background: var(--primary-color);
   margin-top: 50px;
 }
 .footer .footer-link{
   font-size: 20px;
   color: var(--white-color);
   padding: 0 18px;
 }
 .footer .footer-link:hover{
   color: var(--white-color) !important;
 }
 .footer a i{
   font-size: 20px;
   color: var(--white-color);
   padding: 0 16px;
 }