*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --DMSans-font: "DM Sans", sans-serif;
  --PTSerif-font: "PT Serif", serif;
}
::-webkit-scrollbar {
  width: 1.5rem;
  background-color: #3e2111;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: linear-gradient(135deg, #f0c76b, #eaa400);
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25),
    inset -2px -2px -2px rgba(0, 0, 0, 0.25);
  -webkit-background-clip: content-box;
}
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}
section {
  padding: 12rem 0 9rem 0;
}
.title {
  font-size: 4.7rem;
  font-family: var(--PTSerif-font);
  margin-bottom: 3rem;
  font-weight: 700;
  color: #202020;
}
.upper-strip {
  background-color: #f0c76b;
  color: #fff;
  font-size: 1.6rem;
  font-family: var(--Barlow-font);
  overflow: hidden;
}
.upper-left {
  padding: 0.8rem 0 0 11rem;
  box-sizing: border-box;
}
.upper-right {
  background-color: #3e2111;
  position: relative;
  display: inline-flex;
  padding: 0.8rem 11rem 0.8rem 1rem;
  box-sizing: border-box;
}
.upper-right::before {
  position: absolute;
  content: "";
  top: 0;
  left: -38px;
  width: 50px;
  height: 100%;
  background-color: #3e2111;
  transform: skew(29deg);
}
.upper-right-i a,
.upper-right-ii a {
  text-decoration: none;
  color: #fff;
  padding-left: 2rem;
}
.upper-right-i a i,
.upper-right-ii a i {
  padding-right: 1rem;
}
.upper-right-i {
  padding-right: 1rem;
}
.upper-right-ii {
  border-left: 1px solid #fff;
  padding-left: 1rem;
}
/* =========================== navbar ============================= */
/* Default navbar background color */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.navbar-bg-change {
  background-color: #f0c76b !important;
}

.navbar .navbar-brand img {
  width: 100%;
  max-width: 8rem;
}
.navbar-brand-i {
  display: none;
}
.navbar .nav-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navbar .nav-item .nav-link {
  font-size: 1.6rem;
  font-family: var(--PTSerif-font);
  margin: 0 1.5rem;
  /* border: 1px solid black; */
  color: #3e2111;
  font-weight: 700;
  cursor: pointer;
}
/* .navbar-collapse */
/* ======================================= Header ================================== */
header {
  /* padding: 9rem 0; */
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: linear-gradient(
    rgba(9, 3, 26, 0.289),
    rgba(9, 3, 26, 0.289)
  );
}
header .header-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* ======================================== Offer Section ========================= */
.offer_section {
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../Images/temp-offer-bg.webp);
}
.offer-img {
  /* border: 1px solid red; */
  text-align: center;
  
}
.offer-img img {
  width: 100%;
  max-width: 40rem;
}
/* ==========================================  Product Image One =========================== */
.pr_img {
  width: 100%;
  background: url("../Images/sandwich.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}
/* =========================================   Score Strip ============================ */
.score_strip {
  background: linear-gradient(180deg, #f0c76b, #eaa400);
  padding: 6rem 0;
}
.score_box_container {
  padding: 6rem 3rem;
  background-image: url(../Images/waffle-design.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.score_box_container .score_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 3rem;
}
.counter h2 span {
  font-family: var(--PTSerif-font);
  font-size: 4.5rem;
  font-weight: 700;
  color: #3e2111;
}
.counter-desc h3 {
  font-size: 1.8rem;
  color: #ea9c24;
  font-family: var(--DMSans-font);
  text-align: center;
}
/* ==========================================  Product Image Two =========================== */
.pr_img_ii {
  width: 100%;
  background: url("../Images/waffleWithFruit.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 70vh;
  background-size: cover;
}
.coloure-shrink-i {
  background-image: url("../Images/colour__shrink-i.png");
  padding: 5rem 0;
}
.coloure-shrink-ii {
  background-image: url("../Images/colour__shrink-ii.webp");
  padding: 5rem 0;
}
/* ======================================  Menu section ================================ */

.menu-box {
  text-align: center;
  transition: all 0.3s ease;
  padding: 3rem 2rem;
}
.menu-box .menu-img img {
  width: 100%;
  border-radius: 50%;
}
.menu-title h3 {
  font-size: 2.4rem;
  color: #3e2111;
  font-weight: 700;
  font-family: var(--PTSerif-font);
  line-height: 3.6rem;
  margin-top: 2rem;
}
.Menu__section .v__menu {
  font-size: 1.8rem;
  font-family: var(--DMSans-font);
  text-decoration: none;
  color: #fff;
  background-color: #ea9c24;
  width: 20rem;
  border-radius: 1.5rem;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
  padding: 1rem 2.5rem;
  transition: background-color 0.3s ease-in;
}
.Menu__section .v__menu:hover {
  background-color: #3e2111;
}
/* .menu-form-container{
  position: relative;
} */
.contact-form{
  padding:2.4rem;
  background-color: #ea9c24;
  /* background-color: #fff; */
  position: fixed;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.contact-form form{
  padding: 4rem;
  position: relative;
}
.contact-form h1{
  font-family: var(--PTSerif-font);
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
.contact-form form input,textarea{
  padding: .8rem 1.6rem;
  margin: 1.6rem 0 0 0;
  font-size: 1.6rem;
  font-family: var(--Barlow-font);
  /* color: #fff !important; */
}
.contact-form form textarea::placeholder{
  font-family: var(--Barlow-font);
  margin: 1.6rem 0 1.6rem 0;
  font-size: 1.6rem;
}
.contact-form form button{
  /* display: inline-block; */
  margin: 1.6rem 0;
  width: 100%;
  background-color: #3e2111;
  font-size: 1.6rem;
  font-family: var(--PTSerif-font);
  color: #fff;
  padding: 1rem 0 ;
}
.contact-form form button:hover{
  background-color: #3e2111;
  color: #fff;
}
.contact-form form .cancel-btn-container{
  /* border: 1px solid red; */
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form form .cancel-btn-container .fa-xmark{
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
#res{
  color: #fff;
  font-size: 1.4rem;
}
#res-i{
  color: #fff;
  font-size: 1.2rem;
}
#res-ii{
  color: #fff;
  font-size: 1.2rem;
}
/* ===================================== Our Store ================================== */
.our_store{
    background: linear-gradient(
        rgba(244, 227, 144, 0.6),
        rgba(255, 255, 255, 0.6)
      ),
      url(../Images/temp-offer-bg.webp);
      background-attachment: fixed;
}
.location-box{
  background: url(../Images/star.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 35rem;
  height: 35rem;
  padding:5rem 4rem;
}
.location-box a{
    text-decoration: none;
}
.location-box h3{
    font-size: 3.2rem;
    font-weight: 700;
    color: #3e2111;
    font-family: var(--PTSerif-font);
}
.location-box P{
    font-size: 1.6rem;
    color: var(--DMSans-font);
    color: #323536;
    line-height: 2.6rem;
}
/* ======================================== About Us ============================== */
.about-image img{
    width: 100%;
    max-width: 40rem;
}
.about-desc .title{
    color: #3e2111;
}
.about-desc p{
    font-size: 1.8rem;
    color: #323536;
    line-height: 3rem;
    font-family: var(--DMSans-font);
}
/* ==============================  Why Us section ========================== */
.why-us-box .why-usbox-img img{
    width: 100%;
    max-width: 6rem;
    margin-right: 1rem;
}
.why-us-box{
    display: flex;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5rem 1.5rem;
    margin: 1rem;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
}
.why-us-box:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.why-us-desc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-us-desc h3{
    font-size: 1.8rem;
    color: #3e2111;
}
/* ================================== client Review section =============================  */
.client_review{
  background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2)),url("../Images/waffle-plate.webp");
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
}
.carousel{
  position: relative;
}
.client_review .title{
  color: #f0c76b;
}
.carousel .carousel-inner .carousel-item .carousel-desc{
  background: linear-gradient(180deg, rgba(240, 199, 107,0.7), rgba(234, 164, 0,0.7));
  padding: 7rem 3rem;
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel .carousel-inner .carousel-item .carousel-desc p{
  color: #3e2111;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
  font-family: var(--DMSans-font);
}
.carousel .carousel-inner .carousel-item .carousel-desc h3{
  font-size: 2.6rem;
  font-family: var(--PTSerif-font);
  color: #3e2111;
  font-weight: 700;
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  border-radius: 50%;
  height: 15px;
  background:#3e2111;
  background-clip: padding-box;
}
/* ========================================= Gallery Filter ================================== */
.filter__gallery{
  background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)),url(../Images/temp-offer-bg.webp);
}

.buttons{
  padding: 2rem 0 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.buttons button{
  margin: 1rem;
  padding: 0.7rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  background-color: #ea9c24;
  color:#3e2111;
  transition: all 0.3s ease-in;
}
.buttons button:hover,
.buttons .btn-clicked
{
  color: #ea9c24;
  background-color: #3e2111;
}
.filter_images{
  /* border: 1px solid red; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;

}
.filter_images img{
  width: 100%;
  max-width: 25rem;
  margin: 1rem;
  border-radius: 0.2rem;
  transition: 0.6s;
}
/* Classes for javascript */
.filter_images .img-expand{
  width: 25rem;
  margin: 1rem;
}
.filter_images .img-shrink{
  width: 0;
  margin: -1rem;
}
/* ======================================== Footer =========================== */
footer{
  background-color: #383838;
}
.footer-logo{
  text-align: center;
  background-color: #f0c76b;
  width: 40%;
  margin: 0 auto;
  padding: 6rem 3rem 6.5rem 3rem;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.footer-logo img{
  width: 10rem;
}
.footer-desc{
  font-size: 1.6rem;
  color: #3e2111;
  margin: 0 auto;
}
.footer-icons ul{
  display: flex;
  justify-content: center;
  list-style: none;
}
.footer-icons ul li a{
  text-decoration: none;
  background-color:#f0c76b;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.4rem;
}
.footer-icons ul li a:hover{
  background-color: #ea9c24;
}
.footer-icons ul li a i{
  font-size: 3rem;
  color:#3e2111;
}
.footer-nav{
  display: flex;
  justify-content:center;
  align-self: center;
  width: 100%;
  padding: 6rem 0 1rem 0;

}
.footer-nav .footer-navbar{
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-item{
  list-style: none;
}
.footer-nav-item .footer-nav-link{
  text-decoration: none;
  color: #ea9c24;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 1.6rem;
}
.footer-nav-item .footer-nav-link:hover{
  color: #f0c76b;
}
.ft__strip{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.ft__strip p{
  color: #c5c5c5;
  font-size: 1.6rem;
}
.ft__strip p a{
  text-decoration: none;
  color:#f0c76b;
  font-weight: 600;
}
/* ========================================== Whatsapp Button ================================== */
.wpp__btn {
  position: fixed;
  bottom: 25px !important;
  left: -15px;
  z-index: 99;
}
.wpa-btn-container a {
  text-decoration: none;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  background-color: #4fce5d;
}
.wpa-btn-container a i {
  margin-right: 0.8rem;
}
/* ========================================= tap to scroll up button ====================== */
.to_top {
  background: linear-gradient(280deg, #f0c76b, #ea9c24);
  position: fixed;
  bottom: 1.8rem;
  right: 1.6rem;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  text-decoration: none;
  color: #3e2111;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  z-index: 999 !important;
  cursor: pointer;
}
.to_top.activetop {
  bottom: 3rem;
  pointer-events: auto;
  opacity: 1 !important;
}
