D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
public_html
/
kudlaastraproductions.com
/
Filename :
terms.html
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Terms & Conditions | Astra Productions</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <link rel="stylesheet" href="css/style.css"> <style> .page-header { background-color: #1a1a1a; padding: 120px 0 60px; text-align: center; } .content-section { padding: 60px 0; color: #d0d0d0; } .content-section h2 { font-size: 1.8rem; margin-top: 30px; color: var(--primary-color); } .content-section p { margin-bottom: 20px; } .content-section ul { list-style: disc; margin-left: 20px; margin-bottom: 20px; } </style> </head> <body> <!-- Navigation --> <nav class="navbar"> <div class="container"> <a href="index.html" class="logo"> <img src="images/logo.png" alt="Astra Productions Logo"> </a> <div class="menu-toggle" id="mobile-menu"> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </div> <ul class="nav-menu"> <li><a href="index.html#home" class="nav-link">Home</a></li> <li><a href="index.html#about" class="nav-link">About Us</a></li> <li><a href="index.html#services" class="nav-link">Our Services</a></li> <li><a href="index.html#why-us" class="nav-link">Why Choose Us</a></li> <li><a href="index.html#contact" class="nav-link">Contact Us</a></li> <li class="dropdown"> <a href="#" class="nav-link">Policies <i class="fas fa-caret-down"></i></a> <div class="dropdown-content"> <a href="terms.html">Terms & Conditions</a> <a href="privacy.html">Privacy Policy</a> </div> </li> </ul> </div> </nav> <header class="page-header"> <div class="container"> <h1>Terms & Conditions</h1> <p>Last Updated: November 2025</p> </div> </header> <section class="content-section"> <div class="container"> <p>Welcome to Astra Productions. These terms and conditions outline the rules and regulations for the use of Astra Productions' Website, located at kudlaastraproductions.com.</p> <h2>1. Acceptance of Terms</h2> <p>By accessing this website we assume you accept these terms and conditions. Do not continue to use Astra Productions if you do not agree to take all of the terms and conditions stated on this page.</p> <h2>2. Intellectual Property Rights</h2> <p>Other than the content you own, under these Terms, Astra Productions and/or its licensors own all the intellectual property rights and materials contained in this Website. You are granted limited license only for purposes of viewing the material contained on this Website.</p> <h2>3. Restrictions</h2> <p>You are specifically restricted from all of the following:</p> <ul> <li>Publishing any Website material in any other media;</li> <li>Selling, sublicensing and/or otherwise commercializing any Website material;</li> <li>Publicly performing and/or showing any Website material;</li> <li>Using this Website in any way that is or may be damaging to this Website;</li> <li>Using this Website in any way that impacts user access to this Website;</li> </ul> <h2>4. Limitation of Liability</h2> <p>In no event shall Astra Productions, nor any of its officers, directors and employees, be held liable for anything arising out of or in any way connected with your use of this Website whether such liability is under contract. Astra Productions, including its officers, directors and employees shall not be held liable for any indirect, consequential or special liability arising out of or in any way related to your use of this Website.</p> <h2>5. Contact Information</h2> <p>If you have any questions about these Terms, please contact us at business@astragroup.co.in.</p> </div> </section> <!-- Footer --> <footer> <div class="container"> <p>© 2025 Astra Productions. All Rights Reserved.</p> </div> </footer> <script src="js/script.js"></script> </body> </html>