@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500&family=Khand:wght@300;400;500;600;700&family=Khula:wght@300;400;600;700;800&family=Lato:ital,wght@0,100;0,300;1,100;1,300&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap");

p,
a,
li {
  font-family: "Noto Sans";
}
.nav-link:focus, .nav-link:hover{ color: #e32726;}
body {
  font-family: "Fredoka";
}
/* top-nav css */
.top-nav {
  background: #3f3e3e;
  padding: 9px 0px;
}
.topbar {
  justify-content: space-between;
}
.topbar-icon {
  justify-content: end;
  display: flex;
}
.top-search input {
  height: 40px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 33px;
}
.navbar-brand {
  padding: 0px;
}
.topbar a {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
}
.topbar a:hover {
  color: #d93622;
}
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-nav .dropdown-item {
  color: #000000;
}
.top-search {
  position: relative;
}

.top-search span {
  position: absolute;
  top: 5px;
  right: 13px;
}
.nav-item a {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #000000;
}
.nav-item a:hover {
  color: #e32726 !important;
}
.login a {
  background: #e32726;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 14px 40px;
  border: 1px solid #e32726;
}
.login a:hover {
  background: none;
  border: 1px solid #e32726;
  color: #e32726;
}

/* dropdown css */

.home_drop .dropdown-menu {
  border-top: 10px #f3274c solid;
  position: absolute;
  top: 100%;
  transform: translatex(6px);
  left: 0;
  top: 46px;
  width: 230px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
  z-index: 111;
  transition: 0.4s all;
}
.home_drop .dropdown-menu a {
  padding-top: 22px;
  padding-bottom: 10px;
  font-weight: 400;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #222;
}

.mobile_sidebar .dropdown-menu {
  border-top: 10px #f3274c solid;
  position: relative;
  transform: translatex(6px);
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
  z-index: 111;
  transition: 0.4s all;
}
.mobile_sidebar .dropdown-menu a {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #222;
}
/*********** banner sect  ***********/
.banner_sect {
  background-image: url(../assets/img/banner-new.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 203px;
  background-position: center;
}
.banner_text h2 {
  font-weight: 700;
  font-size: 84px;
  line-height: 102px;
  color: #5d0b0c;
}
.banner_text p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #5d0b0c;
  margin-top: 53px;
}
.banner_text a {
  background: #e32726;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  width: 206px;
  height: 47px;
  text-decoration: none;
  justify-content: center;
  margin-top: 44px;
}
.banner_text a:hover {
  background: none;
  border: 1px solid #e32726;
  color: #e32726;
}
/********** catagory_sect ******/
.catagory_sect {
  background-image: url(../assets/img/sliderbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 61px 0px;
  background-position: center;
}
.catagory_sect h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff;
}

#catagory_slider {
  margin-top: 35px;
}
#catagory_slider a {
  text-decoration: none;
}
#catagory_slider a:hover h5 {
  color: #d21820;
}
#catagory_slider .item-details {
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  padding: 18px 10px;
  text-align: left;
  margin-top: 17px;
}
#catagory_slider .item-details p {
  font-size: 14px;
}
#catagory_slider .item {
  text-align: center;
  border: 1px solid #2b2a2a;
  padding-top: 10px;
}
#catagory_slider .owl-carousel .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#catagory_slider .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #eaeaea;
}
#catagory_slider .owl-carousel {
  position: relative;
}
#catagory_slider.owl-carousel .owl-item img {
  display: inline !important;
  width: auto !important;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 36px;
  height: 36px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #ffffff8f !important;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
.item-details h5{  text-align: center; }
.item-details h5 a {
  font-size: 18px;
  line-height: 22px;

  color: #ffffff;
}
.item-details h5 a:hover{
  color: #e32726;
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
/******** most sellign slider  ************/
.selling_sect {
  background-image: url(../assets/img/selling.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
}
.selling_sect h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
.selling_sect a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #e32726;
}
#selling_slider .item {
  background: #ffffff;
  border: 2px solid #a0a0a0;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
}
.sell_icon h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}
.sell_icon2 h2 {
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  margin-top: 7px;
  text-decoration-line: line-through;
}
.sell_icon span {
  color: #eaeaea;
}
.item-details a {
  color: #5d0b0c;
  text-decoration: none;
}
.sell_icon3 a {
  background: #EB2529;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  line-height: 27px;
  padding: 3px;
  text-align: center;
}
.sell_icon3 a:hover {
  background: #000;
 
}

.item-details .svg-inline--fa {
  color: #5d0b0c !important;
}
.sell_icon2 span {
  color: #eaeaea;
}

#selling_slider .item-details h5 {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #191717;
}
#selling_slider .item-details h5 a{ color: #191717;}
#selling_slider .item-details h5 a:hover{ color: #EB2529;}

#selling_slider .owl-carousel .owl-item img {
  display: inline !important;
  width: auto !important;
}
#selling_slider .svg-inline--fa {
  color: #fff;
}

#selling_slider .owl-next {
  background-color: #5d0b0c !important;
}
#selling_slider .owl-prev {
  background-color: #5d0b0c !important;
}
/* most popular section  */
.most_popular {
  background-image: url(../assets/img/popular-dishes.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0px 80px 0px;
}
.main_heading h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000;
}
.main_link a {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #e32726;
}
.main_link a:hover{
  text-decoration-line: none;
}
.most_popular .img-responsive {
  width: 100%;
}
/******* dish banner section ********/
.dish_banner {
  padding: 0px 0px 0px 0px;
}
.dish_banner img {
  width: 100%;
  object-fit: contain;
}
.dish_banner .row > * {
  padding: 0;
}
.dish_sect {
  margin-left: 10px;
}
/*********** form section  *************/
.rev_form {
  background-image: url(../assets/img/formbg.png);
  background-size: cover;
  padding: 50px 0px 70px 0px;
  border-radius: 20px;
}
.rev_form_sect {
  position: relative;
  margin-bottom: -155px;
  padding-top: 100px;
}
.form_head h2 {
  font-weight: 600;
  font-size: 68px;
  line-height: 82px;
  color: #ffffff;
  position: relative;
}

.form_head h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 294px;
  background-color: #fff;
  bottom: -9px;
  left: 0;
}

.rev_form p {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 33px;
}
.form_sect input {
  background: #ffffff;
  border-radius: 12px;
  height: 47px;
  border: none;
  margin-bottom: 45px;
}

.form_link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 12px;
  padding: 14px 0px;
  justify-content: center;
  display: flex;
  margin: 0px 15px;
  border: 1px solid #000000;
}
.form_link a:hover {
 background-color: #fff;
 color: #000;
 border-color: #fff;

}
/********* testimonial section  ******/

.testimonial_sect {
  background-color: #f5f8fd;
  /* position: relative;
  top: -174px;
  z-index: -1; */
  padding-top: 250px;
  padding-bottom: 100px;
}

.testimonial_sect .owl-nav.disabled {
  display: none !important;
}
#customers-testimonials .shadow-effect p {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #000000;
  width: 446px;
}

#customers-testimonials .item {
  background: #f5f8fd;
  border: 2px solid #a0a0a0;
  border-radius: 20px;
  padding: 20px;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e32726;
  border-radius: 20px;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin-top: 56px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: rgba(227, 39, 38, 0.5);
  border-radius: 20px;
  display: inline-block;
  height: 10px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transition: all 250ms ease-out 0s;
  width: 40px;
}
.testimonial-name a {
  color: #5d0b0c;
}
.testimonial-name h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #242424;
}
/***** order section  *****/

.order_head h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}

.order_head p {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #5d0b0c;
  margin-top: 25px;
}
.order_head button {
  background: #ffffff;
  border-radius: 10px;
  border: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.03));
  margin-top: 53px;
  padding: 0 30px;
}
/*********** manage order section *********** */
.manage_sect {
  padding-top: 100px;
  position: relative;
}
.manage_head h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #e32726;
}

.manage_head h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}

.manage_head li {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  /* or 178% */
  color: #000000;
}
.manage_sect:after {
  content: "";
  position: absolute;
  background: #e32726;
  border-radius: 250px 0px 0px 250px;
  width: 900px;
  height: 340px;
  top: 223px;
  right: 0;
  z-index: -1;
}
.post_order_sect {
  padding: 100px 0px 0px 0px;
}

/* checkout section  */
.checkout_sect {
  background-color: #e9e9e9;
  padding: 20px 0px;
}
.checkout_sect h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-transform: capitalize;
  color: #242424;
  margin-bottom: 0;
}
.check_each {
  align-items: center;
  gap: 10px;
}
/******** footer section  *************/

.footer_sect {
  background-color: #242424;
  padding: 50px 0px;
}
footer { color: #fff;}

.add_link ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 400;
}
.add_link a {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
}
.add_link a:hover {
  text-decoration: underline;
  color: #d21820;
}
.quick_links h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-transform: capitalize;
  color: #ffffff;
}
.quick_links a {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
}
.quick_links a:hover {
  text-decoration: underline;
  color: #d21820;
}
.quick_links ul {
  list-style-type: disc;
  color: #ffff;
  margin-top: 20px;
}
.copyright_sect {
  background-color: #d21820;
  padding: 34px 0px 27px 0px;
}
.copyright_sect p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 0px;



  color: #ffffff;
}
/* our brand sect  */
.client-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#our_brand .item img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
#our_brand .owl-nav.disabled {
  display: none !important;
}
.our_brand {

  padding: 70px 0px 0;
}
/* our combo section  */
.our_combo {
  background-image: url(../assets/img/combo.png);
  background-size: cover;
  padding: 100px 0px;
  position: relative;
}
.m-20 {
  margin-top: 60px;
}
.restaurant-card {
  position: relative;
  overflow: hidden;
}
.restaurant-span {
  position: absolute;
  width: 90%;
  top: 50%;
  border: 2px solid #e32726;
  border-radius: 30px;
  height: 92%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.coctail-bar {
  position: absolute;
  top: 0;
  background-color: #f3274ce8;
  padding: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 33%;
  transform: rotateY(90deg) scale(0.5);
}
.coctail-bar p {
  color: white;
  padding-top: 20px;
  padding-bottom: 40px;
}
.coctail-bar h5 {
  color: white;
  font-size: 30px;
}
.coctail-bar a {
  background-color: white;
  color: black;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid white;
  font-weight: 600;
}

.coctail-bar a:hover {
  color: #ffff;
  background-color: transparent;

}
.restaurant-card span {
  left: 0;
  font-size: 25px;
  background-color: #e32726;
  border: 2px solid #e32726;
  border-radius: 12px;
  width: 101%;
  text-align: center;
  bottom: 0;
  padding: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-bottom: -1px;
  margin-left: -2spx;
}
.w-100 {
  width: 100% !important;
}
.restaurant-card:hover .restaurant-span {
  opacity: 0;
}
.restaurant-card:hover .coctail-bar {
  transform: rotateY(0deg);
  border-radius: 22px;
}
.coctail-bar {
  position: absolute;
  top: 0;
  background-color: #f3274ce8;
  padding: 40px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 33%;
  transform: rotateY(90deg) scale(0.5);
}
.top_mobile {
  display: none;
}
.catagory_slider a {
  text-decoration: none !important;
}
#combo-carousel .owl-nav.disabled {
  display: none !important;
}

#combo-carousel .owl-item.active.center .item {
  opacity: 1;
  margin-top: 72px;
}

#combo-carousel.owl-carousel .owl-dots .owl-dot.active span,
#combo-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e32726;
  border-radius: 20px;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#combo-carousel.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
#combo-carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#combo-carousel.owl-carousel .owl-dots .owl-dot span {
  background: rgba(227, 39, 38, 0.5);
  border-radius: 20px;
  display: inline-block;
  height: 10px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transition: all 250ms ease-out 0s;
  width: 40px;
}

/* our brand slider  */
#our_brand .item { padding: 10px 0;}
#our_brand .item img {
background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 2px #f2f2f2;
}

#our_brand .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#our_brand.owl-carousel .owl-dots .owl-dot.active span,
#our_brand.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e32726;
  border-radius: 20px;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#our_brand.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  margin-top: 56px;
}
#our_brand.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#our_brand.owl-carousel .owl-dots .owl-dot span {
  background: rgba(227, 39, 38, 0.5);
  border-radius: 20px;
  display: inline-block;
  height: 10px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transition: all 250ms ease-out 0s;
  width: 40px;
}
/* mobile sidebar  */

.mobile_sidebar {
  display: none;
}
.no-transition {
  transition: none !important;
}
.page-header {
  position: relative;
}
/* .page-header .navbar {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  align-items: center;
  justify-content: space-between;
} */
.page-header .navbar .vertical-logo {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d93622;
}
.page-header .navbar .top-menu-wrapper {
  color: #221f1f;
}
.page-header .navbar .top-menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.page-header .navbar .open-mobile-menu i {
  color: #221f1f;
}
.page-header .navbar .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.page-header .navbar .top-menu {
  display: flex;
  flex-direction: column;
  width: 95%;
  overflow-y: auto;
  padding: 1.5rem 1.5rem;
  background: #fff;
}
.page-header .navbar .top-menu-wrapper.show-offcanvas::before {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page-header .navbar .top-menu-wrapper.show-offcanvas .panel,
.page-header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.page-header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.2s;
}
.page-header .navbar ul a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.page-header .navbar ul a:hover {
  color: #d93622;
}
.page-header .navbar .has-dropdown i {
  display: none;
}
.page-header .navbar .sub-menu {
  padding: 0.5rem 1.5rem 0 1.5rem;
}
.page-header .navbar .sub-menu a {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0rem;
}
.page-header .navbar .top-menu li + li {
  margin-top: 1.3rem;
}
.page-header .navbar .top-menu > li:last-child {
  margin-top: auto;
}
.page-header .navbar .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.page-header .navbar .top-menu .mob-block .logo {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d93622;
}
.page-header .navbar .top-menu .mob-block i {
  color: #221f1f;
}
.mobile_sidebar .row {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mob_bar {
  text-align: end;
  justify-content: end;
  display: flex;
  margin: 0;
  padding: 0;
}
.mob_bar button {
  border: none;
  background: inherit;
  margin-top: 12px;
}
.mob-block button {
  border: none;
  background: inherit;
}
.close-mobile-menu img {
  height: 28px;
}

span.order_number {
  background: #e32726;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  left: 20px;
  top: -2px;
}
.home_drop .dropdown-menu a{ padding: 15px;}
.cart_menu a{ position: relative;}
.dropdown-item.active, .dropdown-item:active{ background-color: #e9ecef; }
.form-control:focus{
  border-color: #e32726;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e3272640;}
