Doctype HTML
Doctype HTML
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Homegrown Flavours</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #f4f4f9;
.paused {
animation-play-state: paused;
animation-play-state: paused;
.refresh-container {
position: fixed;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
.refresh-loader {
border-radius: 50%;
opacity: 0;
}
@keyframes spin {
0% { transform: rotate(0deg); }
.content {
padding: 20px;
text-align: center;
margin-top: 60px;
.highlight {
background-color: #fff3cd;
border-radius: 3px;
.search-suggestions {
width: 170px;
position: absolute;
top: 45px;
right: 69px;
background-color: #fff;
z-index: 1000;
max-height: 196px;
overflow-y: auto;
.search-suggestions::-webkit-scrollbar {
display: none;
.search-suggestions {
scrollbar-width: none;
-ms-overflow-style: none;
.suggestion-item {
padding: 10px;
cursor: pointer;
.suggestion-item:first-child {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
.suggestion-item:last-child {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom: none;
.suggestion-item:hover {
background-color: #f0f0f0;
.suggestion-item:not(:first-child):not(:last-child):hover {
border-radius: 0;
.suggestion-item:first-child:hover {
.suggestion-item:last-child:hover {
.top-bar {
height: 50px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
padding: 20px;
.menu-icons {
display: flex;
align-items: center;
.left-icons {
display: flex;
align-items: center;
.left-icons i {
font-size: 20px;
cursor: pointer;
.right-icons {
display: flex;
align-items: center;
position: relative;
}
#searchBar.active {
display: inline-block;
width: 300px; /* Adjust this value to change the width when active */
#searchBar:focus {
border-color: #bdbdbdb8;
outline: none;
#searchBar {
padding: 10px;
margin-left: 10px;
border-radius: 30px;
background-color: #ffffffeb;
font-size: 16px;
color: #000000;
#searchArrow {
font-size: 1.2rem;
color: #333;
cursor: pointer;
margin-left: 10px;
#searchBar.active + #searchArrow {
display: inline-block; /* Display the arrow beside the active search bar */
.menu-icons i {
cursor: pointer;
font-size: 20px;
color: #000000;
.menu-icons i:hover {
transform: scale(1.1);
.menu-icons.right-icons {
display: flex;
align-items: center;
position: relative;
#searchBar.active {
display: inline-block;
width: 200px;
.menu-icons i.fa-shopping-cart {
.scroll-to-top {
position: fixed;
bottom: 10px;
right: 50%;
transform: translateX(50%);
width: 40px;
height: 40px;
background-color: white;
border-radius: 50%;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
.scroll-to-top.show {
opacity: 1;
visibility: visible;
.close-drawer {
position: fixed;
border: none;
font-size: 24px;
cursor: pointer;
z-index: 1001;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional: adds a shadow for better visibility */
}
.nav-drawer.active + .close-drawer {
.nav-drawer + .close-drawer {
.menu-icon {
font-size: 30px;
cursor: pointer;
position: fixed;
top: 25px;
left: 10px;
z-index: 1000;
}
/* Make the navigation drawer scrollable */
.nav-drawer {
width: 250px;
height: 100%;
position: fixed;
top: 0;
background-color: #fff;
z-index: 999;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
body.no-scroll {
overflow: hidden;
.nav-drawer::-webkit-scrollbar {
display: none;
.nav-drawer {
scrollbar-width: none; /* For Firefox */
.nav-drawer.active {
left: 0;
.nav-drawer ul {
list-style-type: none;
padding: 0;
margin: 0;
.nav-drawer li {
padding: 15px;
cursor: pointer;
font-size: 18px;
line-height: 1.5;
.nav-drawer li:hover {
background-color: #f0f0f0;
.nav-drawer .social-icons {
display: flex;
justify-content: space-around;
padding: 15px;
.nav-drawer .social-icons a {
text-decoration: none;
font-size: 24px;
color: black;
.logo-img {
/* Butter Section */
.butter-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.butter-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.butter-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.butter-section .butter-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.butter-section .butter-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.butter-section .butter-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Cheese Section */
.cheese-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.cheese-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.cheese-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.cheese-section .cheese-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
}
.cheese-section .cheese-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.cheese-section .cheese-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Frozen Section */
.frozen-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.frozen-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.frozen-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.frozen-section .frozen-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.frozen-section .frozen-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.frozen-section .frozen-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Pitha Section */
.pitha-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.pitha-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.pitha-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.pitha-section .pitha-box {
display: flex;
justify-content: space-between;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.pitha-section .pitha-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.pitha-section .pitha-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Chocolate Section */
.chocolate-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
.chocolate-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.chocolate-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.chocolate-section .chocolate-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.chocolate-section .chocolate-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.chocolate-section .chocolate-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Tubcake Section */
.tubcake-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.tubcake-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.tubcake-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
}
.tubcake-section .tubcake-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.tubcake-section .tubcake-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.tubcake-section .tubcake-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Dessert Section */
.dessert-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.dessert-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.dessert-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.dessert-section .dessert-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.dessert-section .dessert-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.dessert-section .dessert-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
.traditional-mithai-section {
display: block;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.traditional-mithai-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
}
.traditional-mithai-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.traditional-mithai-section .traditional-mithai-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.traditional-mithai-section .traditional-mithai-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.traditional-mithai-section .traditional-mithai-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
}
/* Spices Section */
.spices-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.spices-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.spices-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.spices-section .spices-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.spices-section .spices-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.spices-section .spices-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
/* Baking Section */
.baking-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
}
.baking-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.baking-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.baking-section .baking-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.baking-section .baking-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
}
.baking-section .baking-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
.baking-section .baking-img {
width: 150px;
height: auto;
border-radius: 10px;
object-fit: cover;
/* Ruti/Paratha Section */
.ruti-paratha-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
.ruti-paratha-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.ruti-paratha-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.ruti-paratha-section .ruti-paratha-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
.ruti-paratha-section .ruti-paratha-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.ruti-paratha-section .ruti-paratha-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
.ruti-paratha-section .ruti-paratha-img {
width: 150px;
height: auto;
border-radius: 10px;
object-fit: cover;
.cake-hub-section {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 10px;
max-width: 800px;
.cake-hub-section h1 {
font-size: 2.5rem;
color: #333;
text-align: center;
.cake-hub-section .description {
font-size: 1.2rem;
color: #4e4a4a;
text-align: center;
margin-bottom: 20px;
.cake-hub-section .cake-box {
display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
background-color: #fafafa;
}
.cake-hub-section .cake-box h2 {
font-size: 1.3rem;
color: #444;
margin-bottom: 5px;
.cake-hub-section .cake-box p {
font-size: 1rem;
color: #444;
margin-bottom: 5px;
font-weight: bold;
color: #333;
margin-top: 10px;
.cake-hub-section .cake-img {
width: 150px;
height: auto;
border-radius: 10px;
object-fit: cover;
.butter-section,
.cheese-section,
.frozen-section,
.pitha-section,
.chocolate-section,
.tubcake-section,
.dessert-section,
.traditional-mithai-section {
display: none;
.home-section {
display: block;
.butter-img {
width: 150px;
height: auto;
border-radius: 5px;
.button-container {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
.order-button, .order-button-2 {
text-decoration: none;
position: relative;
border: none;
font-size: 14px;
font-family: inherit;
cursor: pointer;
color: #fff;
width: 9em;
height: 3em;
line-height: 2em;
text-align: center;
background-size: 300%;
border-radius: 30px;
z-index: 1;
display: inline-block;
.order-button:hover, .order-button-2:hover {
border: none;
}
.order-button:before, .order-button-2:before {
content: "";
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background-size: 400%;
border-radius: 35px;
transition: 1s;
.order-button:hover::before, .order-button-2:hover::before {
filter: blur(20px);
.order-button:active, .order-button-2:active {
.home-section {
padding: 20px;
background-color: #f4f4f9;
text-align: center;
.home-section h1 {
font-size: 2rem;
color: #333;
.home-section p {
font-size: 1rem;
color: #666;
/* Popup container */
#popup {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.4s ease, visibility 0.4s ease;
#popup.show {
display: flex;
opacity: 1;
visibility: visible;
/* Popup content */
#popup div {
max-width: 300px;
padding: 20px;
text-align: center;
background-color: white;
border-radius: 10px;
transform: scale(0.8);
#popup.show div {
transform: scale(1);
/* Button styles */
button {
border-radius: 5px;
cursor: pointer;
margin-top: 10px;
button:hover {
background-color: #d9dad9;
button:active {
transform: scale(0.95);
button:focus {
outline: none;
button.close {
background-color: #e3e5e3;
button.close:hover {
background-color: #d9dad9;
}
/* Copy button specific styles */
button.copy {
background-color: #e3e5e3;
button.copy:hover {
background-color: #d9dad9;
.payment-option {
margin-bottom: 10px;
cursor: pointer;
border-radius: 5px;
background-color: #f4f4f9;
display: inline-block;
text-align: center;
.payment-option:hover {
background-color: #e0e0e0;
.payment-option:active {
background-color: #e0e0e0;
.social-login-icons {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
.social-login-icons svg {
width: 40px;
.social-icon-1,
.social-icon-1-1,
.social-icon-2,
.social-icon-2-2,
.social-icon-3,
.social-icon-3-3,
.social-icon-4,
.social-icon-4-4 {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
.icon svg {
fill: #111;
.socialcontainer {
height: 80px;
overflow: hidden;
.social-icon-1 {
transition-duration: 0.4s;
.social-icon-1 svg,
.social-icon-2 svg,
.social-icon-3 svg,
.social-icon-4 svg {
opacity: 0;
transition-duration: 0.5s;
transition-delay: 0.2s;
.social-icon-1-1 {
transition-duration: 0.4s;
.socialcontainer:hover .social-icon-1 {
transform: translateY(-70px);
opacity: 1;
.social-icon-2 {
transition-duration: 0.4s;
background: linear-gradient(
72.44deg,
#ff7a00 11.92%,
#ff0169 51.56%,
#d300c5 85.69%
);
}
.socialcontainer:hover .social-icon-2 {
transform: translateY(-70px);
.social-icon-3 {
transition-duration: 0.4s;
background: #316ff6;
.socialcontainer:hover .social-icon-3 {
transform: translateY(-70px);
.social-icon-4 {
transition-duration: 0.4s;
background: linear-gradient(
180deg,
);
.socialcontainer:hover .social-icon-4 {
transform: translateY(-70px);
}
.amount {
</style>
</head>
<body>
<ul>
<li onclick="showSection('home')">Home</li>
<li onclick="showSection('butter')">Butter</li>
<li onclick="showSection('cheese')">Cheese</li>
<li onclick="showSection('frozen')">Frozen</li>
<li onclick="showSection('pitha')">Pitha</li>
<li onclick="showSection('chocolate')">Chocolate</li>
<li onclick="showSection('dessert')">Dessert</li>
<li onclick="showSection('spices')">Spices</li>
<li onclick="showSection('baking')">Baking</li>
<li onclick="showSection('ruti-paratha')">Ruti/Paratha</li>
</ul>
<div class="social-icons">
<a href="https://www.facebook.com/profile.php?id=61568203931894&mibextid=ZbWKwL"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.instagram.com/_homegrown_flavors_?igsh=amh2cjFrb2V1NWw="><i
class="fab fa-instagram"></i></a>
</div>
</div>
<div class="refresh-container">
<div class="refresh-loader"></div>
</div>
<div class="top-bar">
</div>
<div class="logo">
<img src="file:///E:/7185b5e0-96ed-48e0-844f-1756d166b59b.jpeg" alt="HomeGrown flavors"
class="logo-img">
</div>
</a>
</div>
</div>
<p style="font-size: large;">Fresh, homemade meals crafted with love and care✨️
</p>
<p style="font-size: large; color: #2e2d2d;padding-bottom:30px ;"> <u>Ferrero Mud Cake </u></p>
<hr>
For purchase, our Inside Chittagong Delivery time is (1-3 )days and outside Chittagong(3-5) days
depending on your food cravings.🚚
</p>
<p style="font-size: large; text-align: left;padding-left: 20px;"> As we make fresh right after your
order, we hope patience from you💌
</p>
Home
</li>
Butter
</li>
Cheese
</li>
Frozen
</li>
Pitha
</li>
Chocolate
</li>
Tub Cake
</li>
Dessert
</li>
<li onclick="showSection('traditional-mithai')" style="margin-bottom: 10px; cursor: pointer; padding:
10px 20px; transition: all 0.3s ease; border-radius: 5px; background-color: #f4f4f9; display: inline-block;
text-align: center;" onmouseover="this.style.backgroundColor='#e0e0e0'; this.style.padding='10px
30px'" onmouseout="this.style.backgroundColor='#f4f4f9'; this.style.padding='10px 20px'">
Traditional Mithai
</li>
Spices
</li>
Baking
</li>
Ruti/Paratha
</li>
Cake Hub
</li>
</ul>
</p>
</ul>
<div id="popup">
<div>
<p id="phoneNumber"></p>
</div>
</div>
<div class="social-login-icons">
<div class="socialcontainer">
<a href="https://www.instagram.com/_homegrown_flavors_/?hl=en">
fill="white"
class="svgIcon"
height="1.5em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9
287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6
74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8
12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-
184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2
93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9
2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-
132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7
42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9
132.1s2.7 102.7-9 132.1z"
></path>
</svg>
</div>
<div class="social-icon-2">
<svg
fill="white"
class="svgIcon"
height="1.5em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9
287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6
74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8
12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-
184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2
93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9
2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-
132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7
42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9
132.1s2.7 102.7-9 132.1z"
></path>
</svg>
</div>
</a>
</div>
<div class="socialcontainer">
<a href="https://www.facebook.com/profile.php?id=61568203931894">
<svg
fill="white"
height="1.6em"
xmlns="http://www.w3.org/2000/svg"
>
<path
></path>
</svg>
</div>
<div class="social-icon-3">
<svg
height="1.6em"
xmlns="http://www.w3.org/2000/svg"
>
<path
></path>
</svg>
</div>
</a>
</div>
</div>
</div>
<h1>Butter🧈</h1>
<p class="description">✨Fresh, creamy, and <b>Pure</b> homemade butters, rich in taste and quality
made with love! 🧈</p>
<div class="butter-box">
<div class="butter-details">
<h2>Unsalted Butter</h2>
</div>
<div class="butter-box">
<div class="butter-details">
<h2>Sweet Butter</h2>
<p>A rich and sweet butter that adds a touch of luxury to any dish.</p>
</div>
</div>
<div class="butter-box">
<div class="butter-details">
<h2>Salted Butter</h2>
<p>A savory, salted butter ideal for spreading or cooking with a savory kick.</p>
</div>
</div>
<div class="butter-box">
<div class="butter-details">
</div>
</div>
<div class="butter-box">
<div class="butter-details">
<h2>Peanut Butter</h2>
<p>A creamy, nutty peanut butter, ideal for spreading on toast or adding to recipes.</p>
</div>
</div>
<p>🌿As no preservatives are used, you can store it in the freezer for up to a year.🎊
</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Cheese🧀</h1>
<p class="description">Fresh, Creamy and stretchy Homemade cheeses, rich in taste and quality made
with hygiene 🍂🧀</p>
<div class="cheese-box">
<div class="cheese-details">
<h2>Sliced Cheese</h2>
<p>Comming Soon</p>
</div>
</div>
<div class="cheese-box">
<div class="cheese-details">
<h2>Mozzarella Cheese</h2>
</div>
</div>
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Frozen🥶</h1>
<p class="description">Our frozen products are freshly made, packed and ready to eat for your
convenience and taste 🧊</p>
<div class="frozen-box">
<div class="frozen-details">
<h2>Chicken Meatball</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Chicken Nuggets</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Chicken Sausage</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Chicken Salami</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>French Fries</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Fisg Bar</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Shrimp Puri</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Roll</h2>
<p>Chicken/Vegetable/Mix.</p>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Samosa</h2>
<p>Chicken/Vegetable/Mix.</p>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Onthons</h2>
<p>Chicken/Vegetable/Mix.</p>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Shingara</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Dal-Puri</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Aloo-Puri</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Spicy Cone</h2>
<p>Chicken/Vegetable/Mix.</p>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Chicken Puli</h2>
</div>
<div class="frozen-box">
<div class="frozen-details">
<h2>Narkel Puli</h2>
</div>
</div>
<div class="frozen-box">
<div class="frozen-details">
</div>
</div>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Pitha🍥</h1>
<div class="pitha-box">
<div class="pitha-details">
<h2>Chutti Pitha</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Guru Pitha</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Mishti Puli</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Chicken Puli</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Chitoi Pitha</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Patishapta Sheets</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Narkel Patishapta</h2>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Kheer Patishapta</h2>
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
<img src="pitha-butter.jpg" alt="Pitha Butter" class="butter-img">
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
<img src="pitha-butter.jpg" alt="Pitha Butter" class="butter-img">
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
</div>
<div class="pitha-box">
<div class="pitha-details">
</div>
<div class="pitha-box">
<div class="pitha-details">
<h2>Jhinuk Pitha</h2>
</div>
</div>
<p>🌟 Treat yourself or your loved ones with our handcrafted chocolates! 🎉</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Chocolate🍫</h1>
</div>
<div class="tubcake-section" id="tubcake-section">
<h1>Tub Cake🍰</h1>
</div>
<h1>Dessert🍰</h1>
<p class="description">Delicious, sweet, and freshly made desserts for every sweet tooth! 🍰</p>
<div class="dessert-box">
<div class="dessert-details">
<h2>Firni</h2>
<p>Indulge in the creamy goodness of our homemade firni, a perfect blend of tradition and taste!
</p>
</div>
<p>🍭 Treat yourself to our delightful desserts, perfect for any occasion!
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Traditional Mithai🍬</h1>
<p class="description">Authentic, sweet, and mouth-watering traditional mithai for all occasions! 🍬
</p>
<div class="traditional-mithai-box">
<div class="mithai-content">
<h2>Rasgulla</h2>
</div>
<div class="traditional-mithai-box">
<div class="mithai-content">
<h2>Gulab Jamun</h2>
</div>
</div>
<p>🍭 Savor the rich flavors of our traditional mithai, perfect for every celebration! 🎉</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Spices 🌶️</h1>
<div class="spices-box">
<div class="spices-content">
<h2>Turmeric</h2>
</div>
<img src="turmeric.jpg" alt="Turmeric" class="spices-img">
</div>
<div class="spices-box">
<div class="spices-content">
<h2>Cumin</h2>
</div>
</div>
<p>🌿 Add rich flavors to your dishes with our premium spices!</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Baking 🍰</h1>
<p class="description">Delight in our freshly baked goods, perfect for any occasion!</p>
<div class="baking-box">
<div class="baking-content">
<h2>Cupcakes</h2>
</div>
</div>
<div class="baking-box">
<div class="baking-content">
<h2>Chocolate Cake</h2>
</div>
</div>
<p>🍪 Indulge in our delicious baked treats, made with love and the finest ingredients!</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<h1>Ruti/Paratha 🍞</h1>
<div class="ruti-paratha-box">
<div class="ruti-paratha-content">
<h2>Plain Ruti</h2>
</div>
</div>
<div class="ruti-paratha-box">
<div class="ruti-paratha-content">
<h2>Stuffed Paratha</h2>
</div>
</div>
<p>🍽️Enjoy the comforting flavors of our freshly made Ruti and Paratha, perfect for any meal!</p>
<div class="button-container">
<button class="order-button">Inbox</button>
</a>
</div>
</div>
<script>
window.onload = function () {
window.scrollTo(0, 0);
};
// Show the button when the page is scrolled down 200px or more
window.addEventListener('scroll', function () {
if (document.body.scrollTop > 200 || document.documentElement.scrollTop > 200) {
} else {
});
function scrollToTop() {
function toggleDrawer() {
drawer.classList.toggle('active');
if (drawer.classList.contains('active')) {
menuIcon.style.left = '250px'; // Move the menu icon when the drawer is open
menuIcon.style.visibility = 'hidden'; // Hide the menu icon when the drawer is open
} else {
menuIcon.style.visibility = 'visible'; // Show the menu icon when the drawer is closed
// If the click is outside the drawer and menu icon, close the drawer
drawer.classList.remove('active');
menuIcon.style.visibility = 'visible'; // Show the menu icon when the drawer is closed
});
function showSection(section) {
sections.forEach(function (sectionElem) {
sectionElem.style.display = 'none';
});
if (activeSection) {
activeSection.style.display = 'block';
drawer.classList.remove('active');
window.scrollTo(0, 0);
function toggleSearchBar() {
searchBar.classList.toggle("active"); // Add or remove the "active" class to show/hide the search bar
// Function to handle the search input (can be customized later for actual search functionality)
function searchFunction() {
console.log("Searching for: " + searchQuery); // Placeholder action for now, you can handle the search
logic
}
// Show the button with animation when scrolling down
window.onscroll = function () {
} else {
};
if (number) {
phoneNumberElement.innerText = method + ": " + number; // Add the method name along with
the number
} else {
document.getElementById("popup").classList.add("show");
function closePopup() {
document.getElementById("popup").classList.remove("show");
function copyToClipboard() {
document.body.appendChild(textarea);
textarea.select();
document.execCommand("copy");
document.body.removeChild(textarea);
function toggleSearchBar() {
searchBar.classList.toggle('active');
if (searchBar.classList.contains('active')) {
} else {
function triggerSearch() {
if (searchQuery) {
if (product.textContent.toLowerCase().includes(searchQuery)) {
if (section) {
// First hide all sections
section.style.display = 'block';
setTimeout(() => {
product.classList.add('highlight');
}, 100);
setTimeout(() => {
product.classList.remove('highlight');
}, 2000);
break;
// Add event listener to the search bar for "Enter" key press
event.preventDefault();
});
function showSearchSuggestions(searchQuery) {
suggestions.className = 'search-suggestions';
allProducts.forEach(product => {
if (product.textContent.toLowerCase().includes(searchQuery.toLowerCase())) {
suggestion.className = 'suggestion-item';
suggestion.textContent = product.textContent;
suggestion.addEventListener('click', () => {
if (section) {
document.getElementById('searchBar').value = product.textContent;
removeSuggestions();
});
suggestions.appendChild(suggestion);
found = true;
});
removeSuggestions(); // Remove existing suggestions
document.getElementById('searchBar').parentNode.appendChild(suggestions);
function removeSuggestions() {
if (existing) {
existing.remove();
document.getElementById("searchBar").addEventListener("input", function () {
showSearchSuggestions(this.value);
});
removeSuggestions();
});
function toggleSearchBar() {
searchBar.classList.toggle("active");
if (searchBar.classList.contains("active")) {
logo.style.display = "none";
} else {
logo.style.display = "flex";
let startY = 0;
let currentY = 0;
function isNavDrawerOpen() {
return navDrawer.classList.contains('active');
}
document.addEventListener('touchstart', (e) => {
startY = e.touches[0].pageY;
});
currentY = e.touches[0].pageY;
refreshLoader.style.opacity = '1';
});
document.addEventListener('touchend', () => {
isRefreshing = true;
refreshContainer.style.top = '0';
refreshLoader.style.opacity = '1';
setTimeout(() => {
refreshContainer.style.top = '-60px';
refreshLoader.style.opacity = '0';
isRefreshing = false;
location.reload();
}, 1000);
} else {
refreshContainer.style.top = '-60px';
refreshLoader.style.opacity = '0';
});
</script>
</body>
</html>