| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/Cinevaa/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie Policy | CINEVAA</title>
<style>
:root {
--primary-color: #e50914; /* Cinema Red */
--text-dark: #111827;
--text-light: #4b5563;
--bg-light: #f3f4f6;
--white: #ffffff;
--border: #e5e7eb;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.7;
color: var(--text-dark);
background-color: var(--bg-light);
margin: 0;
padding: 0;
}
header {
background-color: #000000;
color: var(--white);
border-bottom: 3px solid var(--primary-color);
padding: 3rem 1rem;
text-align: center;
}
.container {
max-width: 900px;
margin: 2rem auto;
padding: 0 1.5rem;
}
.policy-card {
background: var(--white);
padding: 3rem;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
h1 { font-size: 2.2rem; margin-bottom: 0.5rem; }
h2 { font-size: 1.4rem; margin-top: 2rem; color: var(--primary-color); border-bottom: 1px solid #f3f4f6; padding-bottom: 10px; }
.last-updated {
color: var(--text-light);
font-style: italic;
margin-bottom: 2rem;
display: block;
}
table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
}
table th, table td {
text-align: left;
padding: 12px;
border: 1px solid var(--border);
}
table th {
background-color: #f9fafb;
color: var(--text-dark);
}
.highlight-box {
background-color: #fff5f5;
border-left: 4px solid var(--primary-color);
padding: 1.5rem;
margin: 1.5rem 0;
}
@media (max-width: 600px) {
.policy-card { padding: 1.5rem; }
table { font-size: 0.85rem; }
}
</style>
</head>
<body>
<header>
<h1>Cookie Policy</h1>
<p>How CINEVAA uses cookies at coblaa.com</p>
</header>
<div class="container">
<div class="policy-card">
<span class="last-updated">Last Updated: January 3, 2026</span>
<p>This Cookie Policy explains how <strong>CINEVAA</strong> ("we", "us", and "our") uses cookies and similar technologies to recognize you when you visit our website at <strong>https://coblaa.com</strong>. It explains what these technologies are and why we use them, as well as your rights to control our use of them.</p>
<h2>1. What are cookies?</h2>
<p>Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners in order to make their websites work, or to work more efficiently, as well as to provide reporting information.</p>
<h2>2. Why do we use cookies?</h2>
<p>We use first-party and third-party cookies for several reasons. Some cookies are required for technical reasons in order for our Website to operate. We refer to these as "essential" or "strictly necessary" cookies. Other cookies enable us to track and target the interests of our users to enhance the experience on our Website.</p>
<h2>3. Types of Cookies We Use</h2>
<table>
<thead>
<tr>
<th>Type</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Essential</strong></td>
<td>Necessary for basic site functions like logging in or video playback.</td>
</tr>
<tr>
<td><strong>Performance</strong></td>
<td>Helps us understand how users interact with our movie library (e.g., Google Analytics).</td>
</tr>
<tr>
<td><strong>Functionality</strong></td>
<td>Remembers your preferences, such as volume levels or "Watch Later" lists.</td>
</tr>
<tr>
<td><strong>Advertising</strong></td>
<td>Used to make advertising messages more relevant to you and your film interests.</td>
</tr>
</tbody>
</table>
<h2>4. How can I control cookies?</h2>
<p>You have the right to decide whether to accept or reject cookies. You can set or amend your web browser controls to accept or refuse cookies. If you choose to reject cookies, you may still use our website though your access to some functionality and areas of our website (like saved movie progress) may be restricted.</p>
<div class="highlight-box">
<p><strong>Note:</strong> Most browsers allow you to block cookies through their settings (e.g., Chrome "Settings > Privacy and Security").</p>
</div>
<h2>5. Changes to this Policy</h2>
<p>We may update this Cookie Policy from time to time in order to reflect, for example, changes to the cookies we use or for other operational, legal, or regulatory reasons. Please therefore re-visit this Cookie Policy regularly to stay informed about our use of cookies and related technologies.</p>
<h2>6. Contact Us</h2>
<p>If you have any questions about our use of cookies or other technologies, please email us at <strong>support@coblaa.com</strong>.</p>
</div>
</div>
</body>
</html>