



@import url(https://db.onlinewebfonts.com/c/e618586a42232248df0ea04025952803?family=SweetSuckerPunch);
@import url(https://db.onlinewebfonts.com/c/d40bbce8f4b00a569beac2454b69231e?family=Oswald);
@import url(https://db.onlinewebfonts.com/c/fd131d436dd85453848ae4a84bb466ad?family=Zing+Rust+Demo+Base);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");




html {
  scroll-behavior: smooth;
}

#menu {
  scroll-margin-top: 100px; /* offset to avoid hiding behind fixed header */
}



/* General Styles */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "oswald", sans-serif !important;
}

/* burger-slider */

.burger-slider {
  width: 100%;
  height: 100%;
  /* background-color: black; */
}

.burger-slider-container {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  /* background-color: black; */
}

.slider {
  display: flex;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.slide-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  color: black;
}

.slide-left h3 {
  color: #fa8539;
  font-family: "Zing Script Rust SemiBold Demo" !important;
  font-size: 34.214px;
  font-style: italic;
  font-weight: 100;
  line-height: 22.81px; /* 66.667% */
  color: #fa8539;
}

.slide-left h1 {
  color: #222;
  font-family: "Zing Rust" !important;
  font-size: 59.4px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
}

.slide-left p {
  color: #434343;
  font-family: "Poppins" !important;
  font-size: 21.226px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.81px; /* 107.463% */
  margin-top: 10px;
  margin-bottom: 20px;
}

.slide-right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  
}

.slide-right .inner-slide-right {
  width: 100%;
  background-image: url("../mahaloha/franchise/burger-menu-background.webp");
  position: absolute;
  left: 40%;
  right: 0.08%;
  top: 0%;
  bottom: 4%;
  border-radius: 36px 0px 0px 36px;
  transform: matrix(1, 0, 0.39, 0.92, 0, 0);
  z-index: -2;
}

.slide-right img {
  width: 75%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .slide-right img {
    width: 90%;
  }
}

@media screen and (max-width: 765px) {
  .slide-right img {
    width: 100%;
  }
}

.slide-right .sale {
  width: 10%;
  object-fit: cover;
  position: absolute;
  top: 23%;
  right: 88%;
}

.down-btn a {
  color: #fff;
  text-align: center;
  font-family: "Zing Rust";
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 58.08px;
  border: 1.32px solid #f2f2f2;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}

/* Media query for screen sizes less than 786px */
@media screen and (max-width: 786px) {
  .down-btn a {
    font-size: 0.2 rem;
    width: 100%;
  }
}

.down-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 1192px) {
  .down-btn {
   /* Makes the content display vertically in reverse order */
    align-items: flex-start; /* Ensures the content starts from the left */
    width: 100%; /* Adjust the width to 100% or modify as per your requirement */
  }
}

@media screen and (max-width: 767px) {
  .down-btn {
    flex-direction: column-reverse; /* Makes the content display vertically in reverse order */
    align-items: center; /* Ensures the content starts from the left */
    width: 100%; /* Adjust the width to 100% or modify as per your requirement */
  }
}

.price {
  display: flex;
  width: 170px;
  justify-content: space-around;
  align-items: center;
}

.price h2 {
  color: #ff6c00;
  font-family: "Nunito" !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 22.81px; /* 75% */
}

.price p {
  color: #d1d1d1;
  font-family: "Nunito" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 125% */
  text-decoration: line-through;
}

/* Pagination styling */
.pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination .dot {
  width: 15px;
  height: 15px;
  background-color: rgb(184, 174, 174);
  border-radius: 50%;
  cursor: pointer;
}

.pagination .dot.active {
  background-color: #ff9900;
}

/* Responsive */
@media (max-width: 768px) {
  .slide-left {
    padding-left: 20px;
  }

  .slide-left h1 {
    font-size: 2rem;
  }

  .slide-left {
    font-size: 1rem;
  }
}

/* testimonial slider */
.main-container {
  width: 100%;
  height: auto;
  background-color: #fa8539;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 40px;
}

.overlay-image {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-image img {
  height: 100%;
  width: 100%;
}

.slider-container {
  max-width: 800px;
  /* margin: auto;*/
  text-align: center;
  padding: 20px;
  position: relative;
  /* background-color: black; */
  /* height: 70vh; */
}

.slider-container .heading h1 {
  font-size: 60px !important;
  color: white;
  letter-spacing: -3px;
}

.slider-container .heading p {
  font-size: 16px !important;
  color: white;
}

/* Review Content */
.review-content {
  color: white;
 
  margin-bottom: 50px;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
}

/* Thumbnail Container */
.thumbnail-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Thumbnail Styles */
.thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  filter: blur(1px);
  border: 2px solid white;
  transition: all 0.3s ease;
  margin: 0 10px;
  position: relative;
  display: flex;
  /* Center the name */
  justify-content: center;
  /* Centering the child */
  align-items: center;
  /* Centering the child */
}

.thumbnail.active {
  filter: none;
  /* Remove blur for active image */
  width: 100px;
  height: 100px;
  /* transition: all 0.3s ease; */
  z-index: 1;
  /* Keep the active thumbnail on top */
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* Hover effect on image */
.thumbnail img:hover {
  opacity: 0.8;
}

.thumbnail .name {
  display: none;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9rem;
  background: #fff;
  color: black;
  /* padding: 5px; */
  width: 85px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* Show name for active thumbnail */
.thumbnail.active .name {
  display: block;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(240%);
  /* top: 108px;
  transform: translateY(240px); */
  background-color: white;
  color: black;
  border: none;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#prev-btn {
  left: 100px;
}

#next-btn {
  right: 100px;
}

@media screen and (max-width: 750px) {
  .nav-btn {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .thumbnail-container {
    margin-top: -32px;
  }
}
/* Slider Responsive */
@media screen and (max-width: 768px) {
  .slider-container {
    width: 90%;
  }

  .thumbnail {
    width: 70px;
    height: 70px;
  }

  .thumbnail.active {
    width: 80px;
    height: 80px;
  }
}

/* counter design */

.counter-container {
  width: 100%;
  /* height: 30vh; */
  /* background-color: black; */
  height: auto;
  padding: 4vw;
}

.counter-container .counter-cont {
  width: 100%;
  height: 100%;
  /* background-color: pink; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.counter-container .counter-cont .counter-box {
  width: 20vw;
  height: 100px;
  /* background-color: white; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.counter-container .counter-cont .counter-box h1 {
  font-size: 3vw;
  text-align: center;
  color: black;
  font-weight: bold;
}

.counter-container .counter-cont .counter-box h1 span {
  color: orange;
  font-size: 2.7vw;
  text-align: center;
}

.counter-container .counter-cont .counter-box p {
  font-size: 1.2vw;
  text-align: center;
  color: black;
  font-weight: 300;
}

/* Fastest Delivery */
.fastest-delivery {
  width: 100%;
  height: 70vh;
  background-image: url("../mahaloha/franchise/burger-menu-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2vw;
  padding-bottom: 0px;
  padding-left: 2vw;
  padding-right: 2vw;
  overflow: hidden;
  margin-top: 65px;
}

.delivery-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.row-box {
  height: auto;
}

.delivery-box .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
}

.delivery-box .right {
  width: 40%;
}

.fastest-delivery .delivery-box .left h1 {
  font-size: 3vw;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: white;
}

.fastest-delivery .delivery-box .left p {
  font-size: 18px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 20px;
}
