korsygfhrfggfhfgfffgffg6655665dtggggggzangaiide
Elehhjhjjkjkfpf6df56fd65ffff
/
home2
/
apcagkk2
/
tataarianabhubaneswar.com
/
Upload FileeE
HOME
<?php include 'includes/config.php'; ob_start(); if (isset($_POST['submit_form'])) { $f_name = filter_var($_POST['f_name'], FILTER_SANITIZE_STRING); $flt_typ = filter_var($_POST['flt_typ'], FILTER_SANITIZE_STRING); $phone_no = filter_var($_POST['phone_no'], FILTER_VALIDATE_INT); $email_id = filter_var($_POST['email_id'], FILTER_VALIDATE_EMAIL); $mgg_area = filter_var($_POST['mgg_area'], FILTER_SANITIZE_STRING); date_default_timezone_set('Asia/Kolkata'); $date_time = date('d-m-Y h:i:s A', time()); $full_name = $f_name; $sfhfql = "INSERT INTO `contact_form` (`name`, `email`, `phone_no`, `flt_typ`, `message`, `posted_on`) VALUES ('$full_name','$email_id','$phone_no','$flt_typ','$mgg_area','$date_time')"; $result2 = mysqli_query($conn, $sfhfql); if ($result2 == 1) { $success_msg1 = "<i class=\"fa fa-check-circle\" style=\"color: green;\"></i> Thank you for contacting Tata Ariana !! We will get back to you soon."; switch ($flt_typ) { case '1 BHK': $pdf_link = 'assets/images/projects/1BHK.pdf'; break; case '2 BHK': $pdf_link = 'assets/images/projects/2BHK.pdf'; break; case '3 BHK': $pdf_link = 'assets/images/projects/3BHK.pdf'; break; case '4 BHK': $pdf_link = 'assets/images/projects/4BHK.pdf'; break; case 'Floor Duplex': $pdf_link = 'assets/images/projects/DUPLEX.pdf'; break; case 'Penthouse': $pdf_link = 'assets/images/projects/PENTHOUSE.pdf'; break; case 'BROCHURE': $pdf_link = 'assets/images/projects/Ariana_Floor.pdf'; break; default: $pdf_link = ''; break; } // header("refresh: 7;url=./"); $to = 'tataarianabhubaneswar@gmail.com'; $subject = "New Get in touch with us | Tata Ariana"; $message = '<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1125402716332925" crossorigin="anonymous"></script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="x-apple-disable-message-reformatting"> <title></title> <!--[if mso]> <noscript> <xml> <o:OfficeDocumentSettings> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> </noscript> <![endif]--> <style> table, td, div, h1, p {font-family: Arial, sans-serif;} </style> </head> <body style="margin:0;padding:0;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;background:#ffffff;"> <tr> <td align="center" style="padding:0;"> <table role="presentation" style="width:602px;border-collapse:collapse;border:1px solid #cccccc;border-spacing:0;text-align:left;border-top: solid 10px #398439;"> <tr> <td style="padding:30px;background: white;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;font-size:9px;font-family:Arial,sans-serif;"> <tr> <td style="padding:0;width: 40%;" align="center"> <img src="https://www.tataarianaofficial.com/assets/images/logo/tata_logos.png" style="height:100px;width:170px;"/> </td> </tr> </table> </td> </tr> <tr> <td style="padding:34px 30px 42px 30px;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;"> <tr> <td style="padding:0 0 36px 0;color:#000 !important;"> <p style="margin:0 0 12px 0;font-size:14px;line-height:24px;font-family:Arial,sans-serif;text-align: justify;"> <table style="width:100%;border: 1px solid black; border-collapse: collapse;"> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Full Name</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $full_name . ' </b></td> </tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Email ID</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $email_id . ' </b></td> </tr> <tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Phone Number</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $phone_no . ' </b></td> </tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Type of BHK</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $flt_typ . ' </b></td> </tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Message</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $mgg_area . ' </b></td> </tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Posted on :</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $date_time . ' </b></td> </tr> </table> </p> <br><br><br><br><br><br><br><br><br> <p style="margin:0 0 2px 0;line-height:24px;font-family:Arial,sans-serif;text-align: justify;color: #57575c !important;font-size: 14px;"> <b>Warm Regards</b>, <br><br> Tata Ariana , <br> </p> </td> </tr> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>'; $header = "From: $full_name <$email_id> \r\n"; // $header = "From: hello@gmail.com \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html\r\n"; $retval = mail($to, $subject, $message, $header); // header( "refresh: 4;url=./" ); ?> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <div id="myModal5" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <!--<div class="modal-header">--> <!-- <h5 class="modal-title">Subscribe our Newsletter</h5>--> <!-- <button type="button" class="close" data-dismiss="modal">×</button>--> <!--</div>--> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <br> <center> <i class="fa fa-check-circle" style="position: relative; font-size: 100px;color:green;"></i> <p style="font-size: 30px;padding-top: 10px;color: #595959;"> Success </p> <p style="font-size: 20px;padding-top: 10px;color: #545454;"> Message sent successfully, we will get back to you soon. </p> <p> </center> <br> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { $("#myModal5").modal('show'); setTimeout(function() { $("#myModal5").modal("hide"); window.top.location = "./" }, 7500); }); </script> <?php if (!empty($pdf_link)) { header("Location: $pdf_link"); exit(); } else { echo "<script>alert('No PDF available for the selected type. Redirecting back...');</script>"; header("refresh: 7;url=./"); exit(); } } else { $eror_msg1 = "<i class=\"fa fa-exclamation-triangle\" style=\"color: red;\"></i> Please try after sometime !!"; header("refresh: 7;url=./"); ?> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <div id="myModal5" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <!--<div class="modal-header">--> <!-- <h5 class="modal-title">Subscribe our Newsletter</h5>--> <!-- <button type="button" class="close" data-dismiss="modal">×</button>--> <!--</div>--> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <br> <center> <i class="fa fa-exclamation" style="position: relative; font-size: 100px;color:green;"></i> <p style="font-size: 30px;padding-top: 10px;color: #595959;"> Failed </p> <p style="font-size: 20px;padding-top: 10px;color: #545454;"> Please Try after sometime<br> </p> </center> <br> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { $("#myModal5").modal('show'); setTimeout(function() { $("#myModal5").modal("hide"); window.top.location = "./" }, 7500); }); </script> <?php } } if (isset($_POST['ph_sugbmit'])) { $email_id = filter_var($_POST['email_id'], FILTER_VALIDATE_EMAIL); date_default_timezone_set('Asia/Kolkata'); $date_time = date('d-m-Y h:i:s A', time()); if (!empty($email_id)) { $to = 'tataarianabhubaneswar@gmail.com'; $subject = "New Get in touch with us | Realty"; $message = '<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="x-apple-disable-message-reformatting"> <title></title> <!--[if mso]> <noscript> <xml> <o:OfficeDocumentSettings> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml> </noscript> <![endif]--> <style> table, td, div, h1, p {font-family: Arial, sans-serif;} </style> </head> <body style="margin:0;padding:0;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;background:#ffffff;"> <tr> <td align="center" style="padding:0;"> <table role="presentation" style="width:602px;border-collapse:collapse;border:1px solid #cccccc;border-spacing:0;text-align:left;border-top: solid 10px #398439;"> <tr> <td style="padding:30px;background: white;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;font-size:9px;font-family:Arial,sans-serif;"> <tr> <td style="padding:0;width: 40%;" align="center"> <img src="https://thihomehealthcare.com/realty/assets/images/logo/tata_logos.png" style="height:100px;width:170px;"/> </td> </tr> </table> </td> </tr> <tr> <td style="padding:34px 30px 42px 30px;"> <table role="presentation" style="width:100%;border-collapse:collapse;border:0;border-spacing:0;"> <tr> <td style="padding:0 0 36px 0;color:#000 !important;"> <p style="margin:0 0 12px 0;font-size:14px;line-height:24px;font-family:Arial,sans-serif;text-align: justify;"> <table style="width:100%;border: 1px solid black; border-collapse: collapse;"> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Email ID</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $email_id . ' </b></td> </tr> <tr> <th style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;">Posted on :</th> <td style="border: 1px solid black; border-collapse: collapse; padding: 10px; text-align: left;"><b>' . $date_time . ' </b></td> </tr> </table> </p> <br><br><br><br><br><br><br><br><br> <p style="margin:0 0 2px 0;line-height:24px;font-family:Arial,sans-serif;text-align: justify;color: #57575c !important;font-size: 14px;"> <b>Warm Regards</b>, <br> Tata Ariana , <br> </p> </td> </tr> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>'; $header = "From: realty <realty@tata.com> \r\n"; // $header = "From: hello@gmail.com \r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html\r\n"; $retval = mail($to, $subject, $message, $header); if ($retval == true) { $success_msg2 = "<i class=\"fa fa-check-circle\" style=\"color: green;\"></i> Success, Message sent successfully, we will get back to you soon."; header("refresh: 7;url=./"); ?> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <div id="myModal5" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <!--<div class="modal-header">--> <!-- <h5 class="modal-title">Subscribe our Newsletter</h5>--> <!-- <button type="button" class="close" data-dismiss="modal">×</button>--> <!--</div>--> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <br> <center> <i class="fa fa-check-circle" style="position: relative; font-size: 100px;color:green;"></i> <p style="font-size: 30px;padding-top: 10px;color: #595959;"> Thank You </p> <p style="font-size: 20px;padding-top: 10px;color: #545454;"> Message Sent Successfully, We will get back to you soon. <br> </p> </center> <br> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { $("#myModal5").modal('show'); setTimeout(function() { $("#myModal5").modal("hide"); window.top.location = "./" }, 7500); }); </script> <?php } else { $eror_msg2 = "<i class=\"fa fa-exclamation-triangle\" style=\"color: red;\"></i> Please try after sometime !!"; header("refresh: 7;url=./"); ?> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <div id="myModal5" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <!--<div class="modal-header">--> <!-- <h5 class="modal-title">Subscribe our Newsletter</h5>--> <!-- <button type="button" class="close" data-dismiss="modal">×</button>--> <!--</div>--> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <br> <center> <i class="fa fa-check-circle" style="position: relative; font-size: 100px;color:green;"></i> <p style="font-size: 30px;padding-top: 10px;color: #595959;"> Failed </p> <p style="font-size: 20px;padding-top: 10px;color: #545454;"> Please try again, after sometime. <br> </p> </center> <br> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { $("#myModal5").modal('show'); setTimeout(function() { $("#myModal5").modal("hide"); window.top.location = "./" }, 7500); }); </script> <?php } } else { ?> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <div id="myModal5" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <!--<div class="modal-header">--> <!-- <h5 class="modal-title">Subscribe our Newsletter</h5>--> <!-- <button type="button" class="close" data-dismiss="modal">×</button>--> <!--</div>--> <div class="modal-body"> <div class="row"> <div class="col-md-12"> <br> <center> <i class="fa fa-exclamation" style="position: relative; font-size: 100px;color:green;"></i> <p style="font-size: 30px;padding-top: 10px;color: #595959;"> Failed </p> <p style="font-size: 20px;padding-top: 10px;color: #545454;"> Please Try after sometime <br> </p> </center> <br> </div> </div> </div> </div> </div> </div> <script> $(document).ready(function() { $("#myModal5").modal('show'); setTimeout(function() { $("#myModal5").modal("hide"); window.top.location = "./" }, 7500); }); </script> <?php } } ?> <!DOCTYPE html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Tata Ariana Phase-3 Flats Available | Book Now </title> <meta name="description" content="Tata Ariana Phase-3 Flats Available"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="Real Estate: TATA Housing® is one of India's leading residential and commercial real estate developers. TATA Realty offers luxury real estate properties at the most affordable pricing. Book now!"> <meta name="keywords" content="real estate, real estate india, real estate developer, real estate properties, real estate property, luxury real estate, tata properties, tata real estate, tata housing projects, TATA Realty"> <meta name="google-site-verification" content="ZvoKPiXd456Tf_HYrUTCSDwsZSrPYdiMWal4BArJLLI"> <meta property="og:title" content="TATA Housing®: Tata Ariana Phase-3" /> <meta property="og:site_name" content="Tata Realty" /> <meta property="og:description" content="Real Estate: TATA Housing® is one of India's leading residential and commercial real estate developers. TATA Realty offers luxury real estate properties at the most affordable pricing. Book now!" /> <meta property="og:image" content="https://www.tataarianaofficial.com/assets/images/logo/tata_logos.png" /> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="assets/images/logo/tata_logo.png" /> <!-- CSS (Font, Vendor, Icon, Plugins & Style CSS files) --> <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=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> <!-- Vendor CSS (Bootstrap & Icon Font) --> <!-- Plugins CSS (All Plugins Files) --> <link rel="stylesheet" href="assets/css/plugins/swiper-bundle.min.css" /> <link rel="stylesheet" href="assets/css/plugins/magnific-popup.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- Style CSS --> <link rel="stylesheet" href="assets/css/style.css" /> <style> .whats-app { position: fixed; width: 70px; height: 70px; bottom: 148px; right: 17px; background-color: #25d366; color: #FFF; border-radius: 50px; text-align: center; font-size: 37px; box-shadow: 2px 2px 3px #999; z-index: 100; padding: 5px 11px 13px 12px; } @media only screen and (max-width: 500px) { #mob_img { height: 300px !important; } } @media (min-width: 992px) { .lg\:top-\[100\%\] { top: 52%; } } #subn_btn { width: 100%; background-color: red; border-radius: 5px; } #subn_btn:hover { background-color: #0b2c3d; } input, textarea { color: #000; } input:focus { border: 1px solid #69451f !important; } @media only screen and (max-width: 500px) { .min-h-\[360px\] { min-height: 180px; } } .gap-y-\[30px\] { row-gap: 17px; } @media (min-width: 1280px) { .xl\:h-\[830px\] { height: 870px; } } #broch_btn { float: right; background-color: #0a53a0; } #broch_btn:hover { background-color: #69451f; } .floor-button { text-decoration: none; padding: 8px; color: #fff; background-color:#0a53a0; z-index: 100; font-size: 17px; animation: whatsapp-animation 0.5s ease-in-out; box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3); transition:all 0.3s ease-out; } .floor-button .fa-download { padding-right: 3px; padding-left: 3px; } .callbtn { margin-bottom: 45px; margin-top: 25px; } .phone { background-color: #ddd; display: flex; justify-content: center; align-items: center; border-radius: 36px; position: absolute; cursor: pointer; } .cta { height: 80px; width: 320px; color: white; z-index: 1; background: linear-gradient(to right bottom, #0a53a0, #ffb15e); transition: all 0.6s ease; } .number { height: 80px; width: 318px; background-color: #fff; background-size: cover; color: #000; box-shadow: 1px 1px 12px #aaa; transition: all 0.6s ease; } .cta:hover { transform: translateX(90%); background: linear-gradient(to left bottom, #ffb15e, #0a53a0); transition: all 0.6s ease; } .blink { animation: blink-animation 1.5s infinite; padding: 10px 15px; border-radius: 25px; color: #fff; background: #000; } @keyframes blink-animation { 0% { color: #000; background: #000; } 50% { color: #ffffff; background: #e7b90b; } 100% { color: #e7b90b; background: #000; } } #callback{ background-image: url('assets/images/newsletter/bg.jpeg'); background-size: contain; background-position: center;background-repeat:no-repeat;background-blend-mode: color-dodge; } @media (max-width:991px) { #callback{ background-position: right!important; } } </style> </head> <body class="font-karla text-body text-tiny" oncontextmenu="return false;"> <div class="overflow-hidden"> <!-- Header start --> <!--<header id="sticky-header" class="relative lg:py-[20px] secondary-sticky secondary-sticky z-[1]">--> <!--<header id="sticky-header" class="relative bg-[#E8F1FF] left-0 top-[15px] lg:top-[30px] xl:top-[40px] w-full z-10 is-sticky">--> <header id="sticky-header" class="relative bg-[#e7e7e7] lg:py-[15px] z-10 secondary-sticky secondary-sticky secondary-sticky" style="padding-top: 12px;padding-bottom: 15px;"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <div class="flex flex-wrap items-center justify-between"> <a href="./" class="block"> <img class="w-full h-full" src="assets/images/logo/tata_logos.png" loading="lazy" width="99" height="46" alt="brand logo" style="height: 70px;width: 250px;"> </a> <nav class="flex flex-wrap items-center"> <ul class="hidden lg:flex flex-wrap items-center font-lora text-[14px] xl:text-[10px] leading-none text-black font-bold"> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="./" class="transition-all hover:text-secondary" style="color: #69451f; ">HOME</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#about_us" class="transition-all hover:text-secondary">ABOUT US</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#amenities" class="transition-all hover:text-secondary">AMENITIES</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#price" class="transition-all hover:text-secondary">PRICE</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#gallery" class="transition-all hover:text-secondary">GALLERY</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#plans" class="transition-all hover:text-secondary">FLOOR PLAN</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="#" class="transition-all hover:text-secondary">CONTACT US</a> </li> <li class="mr-7 xl:mr-[20px] relative group py-[20px]"> <a href="./" class="transition-all hover:text-secondary blink" title="Please fill out the form to download the content"><i class="fa fa-download" aria-hidden="true"></i> BROCHURE</a> </li> </ul> <ul class="flex flex-wrap items-center"> <li class="ml-2 sm:ml-5 lg:hidden" style="padding-top: 30px;padding-bottom: 30px;"> <a href="#offcanvas-mobile-menu" class="offcanvas-toggle flex text-[#016450] hover:text-secondary"> <svg width="24" height="24" class="fill-current" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> <path d="M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z" /> </svg> </a> </li> </ul> </nav> </div> </div> </div> </div> </header> <!-- offcanvas-overlay start --> <div class="offcanvas-overlay hidden fixed inset-0 bg-black opacity-50 z-50"></div> <!-- offcanvas-overlay end --> <!-- offcanvas-mobile-menu start --> <div id="offcanvas-mobile-menu" class="offcanvas left-0 transform -translate-x-full fixed font-normal text-sm top-0 z-50 h-screen xs:w-[300px] lg:w-[380px] transition-all ease-in-out duration-300 bg-white"> <div class="py-12 pr-5 h-[100vh] overflow-y-auto"> <!-- close button start --> <button class="offcanvas-close text-primary text-[25px] w-10 h-10 absolute right-0 top-0 z-[1]" aria-label="offcanvas">x</button> <!-- close button end --> <!-- offcanvas-menu start --> <nav class="offcanvas-menu mr-[20px]"> <ul> <li class="relative block border-b-primary border-b"><a href="./" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5" style="color: #69451f;">HOME</a></li> <li class="relative block border-b-primary border-b"><a href="#about_us" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">ABOUT US</a></li> <li class="relative block border-b-primary border-b"><a href="#amenities" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">AMENITIES</a></li> <li class="relative block border-b-primary border-b"><a href="#price" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">PRICE</a></li> <li class="relative block border-b-primary border-b"><a href="#gallery" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">GALLERY</a></li> <li class="relative block border-b-primary border-b"><a href="#plans" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">FLOOR PLAN</a></li> <li class="relative block border-b-primary border-b"><a href="#" class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">CONTACT US</a></li> <li class="relative block border-b-primary border-b"><a href="https://api.whatsapp.com/send?phone=917008711934&text=Download Brochure." class="relative block capitalize text-black hover:text-secondary text-base my-2 py-1 px-5">DOWNLOAD BROCHURE </a> </li> </ul> </nav> <!-- offcanvas-menu end --> <!--<div class="px-5 flex flex-wrap mt-3 sm:hidden">--> <!-- <a href="#" class="before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all">Add--> <!-- Property</a>--> <!--</div>--> </div> </div> <!-- offcanvas-mobile-menu end --> <!-- Header end --> <!-- Hero section start --> <div class="relative"> <section class="bg-[#FFF6F0] relative before:absolute before:inset-0 before:content-[''] before:bg-[#060606] before:opacity-[50%]"> <div class="hero-slider"> <div class="swiper-container swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-5a18654ecad8075c" aria-live="enabled" style="transition-duration: 0ms; transform: translate3d(-441px, 0px, 0px);"> <div class="swiper-slide lg:h-[720px] xl:h-[830px] swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="0" role="group" aria-label="1 / 2" style="width: 100%;" data-swiper-autoplay="2000"> <div class="col-span-12 lg:col-span-12 xl:col-span-12" style="height: 100% !important;width: 100% !important;"> <div class="relative mt-0 md:mt-0 lg:absolute" style="height: 100% !important;width: 100% !important;"> <img class="hero_image h-full min-h-[300px] md:min-h-[540px]" src="assets/images/projects/a21619cdbafdee7efd5b-resize.webp" width="100%" height="879" alt="hero image" style="height: 100% !important;width: 100% !important;"> </div> </div> </div> <div class="swiper-slide lg:h-[720px] xl:h-[830px] xs:h-[auto] swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="0" role="group" aria-label="1 / 2" style="width: 100%;" data-swiper-autoplay="2000"> <div class="col-span-12 lg:col-span-12 xl:col-span-12" style="height: 100% !important;width: 100% !important;"> <div class="relative mt-0 md:mt-0 lg:absolute" style="height: 100% !important;width: 100% !important;"> <img class="hero_image w-full h-full min-h-[360px] md:min-h-[540px] object-cover" src="assets/images/projects/f80e03c68eabcb481bfc-resize.webp" width="866" height="879" alt="hero image" style="height: 100% !important;width: 100%!important;"> </div> </div> </div> <div class="swiper-slide lg:h-[720px] xl:h-[830px] xs:h-[auto] swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="0" role="group" aria-label="1 / 2" style="width: 100%;" data-swiper-autoplay="2000"> <div class="col-span-12 lg:col-span-12 xl:col-span-12" style="height: 100% !important;width: 100% !important;"> <div class="relative mt-0 md:mt-0 lg:absolute" style="height: 100% !important;width: 100% !important;"> <img class="hero_image w-full h-full min-h-[360px] md:min-h-[540px] object-cover" src="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp" width="866" height="879" alt="hero image" style="height: 100% !important;width: 100% !important;"> </div> </div> </div> <div class="swiper-slide lg:h-[720px] xl:h-[830px] xs:h-[auto] swiper-slide-prev swiper-slide-duplicate-next" data-swiper-slide-index="0" role="group" aria-label="1 / 2" style="width: 100%;" data-swiper-autoplay="2000"> <div class="col-span-12 lg:col-span-12 xl:col-span-12" style="height: 100% !important;width: 100% !important;"> <div class="relative mt-0 md:mt-0 lg:absolute" style="height: 100% !important;width: 100% !important;"> <img class="hero_image w-full h-full min-h-[360px] md:min-h-[540px] object-cover" src="assets/images/projects/bbdb25c54adc7fb4b9af-resize.webp" width="866" height="879" alt="hero image" style="height: 100% !important;width: 100% !important;"> </div> </div> </div> </div> </div> <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal"><span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span></div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> <!--<div class="lg:h-[720px] xl:h-[830px]">--> <!-- <img class="w-full h-full min-h-[360px] md:min-h-[540px] object-cover" src="assets/images/slider/Tata_slider.png" alt="hero image">--> <!--</div>--> </section> <script> var mySwipegr = new Swiper('.swiper-container', { autoplay: { delay: 5000, }, }); </script> <div class="container z-[2] 2xl::pl-[0px] lg:absolute lg:left-0 lg:right-0 lg:top-[100%] lg:translate-y-[-396px]"> <div class="grid grid-cols-12 gap-x-[30px] xl:gap-x-[55px] mb-[-30px] mt-3"> <div class="col-span-12 lg:col-span-6 mb-[30px]" style="background-color: #060606b5;padding: 25px;color: white !important;border-radius: 10px;"> <h2 style="margin: 0px 0px 4px;font-size:23px;text-align:center;">Tata Ariana Phase3</h2> <h4 class="font-lora text-dark text-[18px] leading-[1.277] sm:text-[25px] capitalize mb-[10px] font-medium"> <!--Get in Touch with us--> Get Your Quote Now <!--Book your flat now--> </h4> <?php if (isset($success_msg2) && $success_msg2 != '') { ?> <div class="alert alert-success alert-dismissible fade show" id="form_alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span> </button><?php echo $success_msg2; ?>. </div> <?php } ?> <?php if (isset($eror_msg2) && $eror_msg2 != '') { ?> <div class="alert alert-danger" role="alert" style="border-radius: 0px;color: white;;background-color: #ff6b68"> <?php echo $eror_msg2; ?> </div> <?php } ?> <form method="post" class="grid grid-cols-12 gap-x-[20px] gap-y-[30px] mt-2"> <div class="col-span-12 md:col-span-6"> <input class="font-light w-full leading-[1.2] placeholder:opacity-100 placeholder:text-body border border-[#1B2D40] border-opacity-60 rounded-[8px] p-[15px] focus:border-secondary focus:border-opacity-60 focus:outline-none focus:drop-shadow-[0px_6px_15px_rgba(0,0,0,0.1)] " type="text" placeholder="Full Name" name="f_name" required oninput="this.value = this.value.replace(/[^A-Z a-z]/g, '').replace(/(\..*?)\..*/g, '$1');"> </div> <div class="col-span-12 md:col-span-6"> <input class="font-light w-full leading-[1.2] placeholder:opacity-100 placeholder:text-body border border-[#1B2D40] border-opacity-60 rounded-[8px] p-[15px] focus:border-secondary focus:border-opacity-60 focus:outline-none focus:drop-shadow-[0px_6px_15px_rgba(0,0,0,0.1)] " type="email" placeholder="Email Address" name="email_id" required> </div> <div class="col-span-12 md:col-span-6"> <input class="font-light w-full leading-[1.2] placeholder:opacity-100 placeholder:text-body border border-[#1B2D40] border-opacity-60 rounded-[8px] p-[15px] focus:border-secondary focus:border-opacity-60 focus:outline-none focus:drop-shadow-[0px_6px_15px_rgba(0,0,0,0.1)] " type="text" placeholder="Phone number" name="phone_no" required oninput="this.value = this.value.replace(/[^0-9]/g, '').replace(/(\..*?)\..*/g, '$1');" maxlength="10" size="10"> </div> <div class="col-span-12 md:col-span-6"> <select class="font-light w-full leading-[1.2] placeholder:opacity-100 placeholder:text-body border border-[#1B2D40] border-opacity-60 rounded-[8px] p-[15px] focus:border-secondary focus:border-opacity-60 focus:outline-none focus:drop-shadow-[0px_6px_15px_rgba(0,0,0,0.1)] " name="flt_typ" required style="color: #000;padding: 13px;"> <option selected value="none">----- Type of BHK -----</option> <option value="1 BHK">1 BHK</option> <option value="2 BHK">2 BHK</option> <option value="3 BHK">3 BHK</option> <option value="4 BHK">4 BHK</option> <option value="Floor Duplex">Floor Duplex</option> <option value="Penthouse">Penthouse</option> <option value="BROCHURE">BROCHURE</option> </select> </div> <div class="col-span-12"> <textarea class="h-[126px] font-light w-full leading-[1.2] placeholder:opacity-100 placeholder:text-body border border-[#1B2D40] border-opacity-60 rounded-[8px] p-[15px] focus:border-secondary focus:border-opacity-60 focus:outline-none focus:drop-shadow-[0px_6px_15px_rgba(0,0,0,0.1)] resize-none" name="mgg_area" id="textarea" cols="10" rows="5" placeholder="Message"></textarea> </div> <div class="col-span-12"> <button name="submit_form" type="submit" class="before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-primary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[30px] py-[15px] capitalize font-medium text-white block text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" id="subn_btn"> Send </button> </div> </form> <?php if (isset($success_msg1) && $success_msg1 != '') { ?> <div class="alert alert-success alert-dismissible fade show" id="form_alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span> </button><?php echo $success_msg1; ?>. </div> <?php } ?> <?php if (isset($eror_msg1) && $eror_msg1 != '') { ?> <div class="alert alert-danger" role="alert" style="border-radius: 0px;color: white;;background-color: #ff6b68"> <?php echo $eror_msg1; ?> </div> <?php } ?> </div> <div class="col-span-12 lg:col-span-6 mb-[30px]"> </div> </div> </div> </div> <!-- Hero section end --> <!--background-color: #060606b5;padding: 25px;color: white !important;--> <!-- About Us Sectin Start --> <section class="about-section py-[50px] lg:py-[90px]" id="about_us" style="padding-bottom: 10px;"> <div class="container"> <div class="grid grid-cols-12 gap-x-[30px] mb-[-30px]"> <div class="col-span-12 lg:col-span-12 mb-[30px]"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> ABOUT TATA ARIANA </h2> </center> <div class="col-span-12 lg:col-span-6 mb-[30px]" style="background-color: #060606b5;padding: 25px;color: white !important;border-radius: 10px;"> <p style="text-align: justify;"> Ariana is among Bhubaneswar’s premier residences, with 12 Acres of residential development overlooking 25 acres of expansive forest reserves, offering a modern lifestyle amidst acres of lush foliage. offers everything quintessential to an epicurean set-up. The nucleus of Ariana’s design is a rich balance between residential dwellings and community-driven amenities. These 2 BHK residences designed by Woods Baggot come with state-of-the-art amenities and a unique leaf-shaped clubhouse. A self-sustained township based on the concept of community living. With stunning views at hand, the buildings are located in a way that maximizes the visual connectivity to the surrounding parkland. The favored destination of the well-heeled and well-traveled, Ariana is truly the pride of Bhubaneswar. Few reasons which makes ARIANA The Most Lucrative and Coveted proposition along with being a Destination in itself to reside, Ariana has seen an appreciation of around 30-35 percent per square feet within just 2 year of its launch. One of its kind project in the southern part of the city ( Kalinga Nagar) having 1, 2 and 3 BHKs and combination 4 BHKs. Lavish upscale amenities in the form of around 25,000 sq.ft clubhouse, large size swimming pool, open to sky fitness station, Lawn tennis court, Kids area, Gym, steam, Sauna, Yoga and lots more. Usage of quality materials, e.g.- FE 500 steel – Earthquake and storm resistant and latest available technology based steel. Usage of Fly ash Bricks for constructing walls – It is light weight and it has good strength and recycles waste conforming to the Green building concept and is efflorescence resistant. Entire land and basement has been waterproofed (using membrane system – which is a permanent solution from water seepage) to arrest the capillary reaction of ground water. Fire Fighting system, video door phone. Also each tower will have service lift till basement. All elevators will have automatic rescue device in case of power and mechanical failure. Live with beauty and gaiety at Tata Ariana. Book a flat now and enjoy your life with your loved ones in the ambiance of enrichment. </p> <!--<br>--> <!--<div class="col-span-12">--> <!--<a href="">--> <!--<button type="submit" class="before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[30px] py-[15px] capitalize font-medium text-white block text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" id="broch_btn">Download Brochure <i class="fa fa-long-arrow-right"></i></button>--> <!--</a>--> <!--</div>--> <br> <br> </div> </div> </div> </div> </div> </section> <!-- About Us Sectin End --> <!-- interior carousel Start --> <section class="pt-[30px] lg:pt-[50px] video-section"> <div class="container"> <div class="grid grid-cols-12 text-center"> <div class="col-span-12 text-center mb-[20px]"> <div class="max-w-[100%] mx-auto"> <span class="text-secondary text-tiny inline-block mb-2"></span> <h2 class="font-lora text-secondary text-[20px] sm:text-[17px] leading-[1.277] xl:text-xl capitalize mb-3 font-bold" style="color: #0a53a0;"> 12 ACRES RESIDENTIAL DEVELOPMENT </h2> <span class="text-primary text-tiny inline-block mb-2"> Watch the video for taking your decision easily. </span> </div> </div> </div> <div class="relative flex items-center flex-col-reverse lg:flex-row justify-between"> <div class="lg:max-w-[100%] max-w-full w-full"> <div class="rounded-[24px] z-[1]"> <div class="relative"> <div class=" relative overflow-hidden" data-relative-input="true"> <!--<img data-depth="0.02" src="assets/images/projects/c530b214a07c789dc41b-resize.webp" class="rounded-[24px] w-full" loading="lazy" width="507" height="349" alt="video image">--> <center> <video width="507" height="349" controls style="width: auto;height: 400px;"> <source src="assets/video/Customer_Speaks.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </center> </div> <!-- <a href="assets/video/Customer_Speaks.mp4" class="play-button bg-white text-white hover:text-primary absolute left-0 right-0 mx-auto top-1/2 -translate-y-1/2 hover:scale-105 hover:bg-primary w-[70px] h-[70px] md:w-[90px] md:h-[90px] flex --> <!--flex-wrap z-[5] items-center justify-center opacity-100 shadow-[0px 4px 4px rgba(0, 0, 0, 0.25)] transition-all rounded-full group--> <!--before:block before:absolute before:bg-white before:opacity-80 before:shadow-[0px 4px 4px rgba(0, 0, 0, 0.25)] hover:before:bg-primary hover:before:opacity-80 md:before:w-[110px] md:before:h-[110px] before:w-[90px] before:h-[90px] before:rounded-full before:z-[-1]--> <!--" aria-label="play button">--> <!-- <svg width="31" height="32" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg">--> <!-- <path class="stroke-primary group-hover:stroke-white" d="M1.63861 10.764V6.70324C1.63861 1.66145 5.20893 -0.403178 9.57772 2.11772L13.1024 4.14812L16.6271 6.17853C20.9959 8.69942 20.9959 12.8287 16.6271 15.3496L13.1024 17.38L9.57772 19.4104C5.20893 21.9313 1.63861 19.8666 1.63861 14.8249V10.764Z" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path>--> <!-- </svg>--> <!-- </a>--> </div> </div> </div> <!--<div class="relative max-w-full lg:max-w-[510px] w-full ml-0 lg:-ml-[80px] bg-primary py-10 lg:py-20 px-10 rounded-[20px] lg:mb-0 mb-8">--> <!-- <span class="text-secondary text-tiny inline-block mb-2">Take a video tour</span>--> <!-- <h2 class="font-lora text-white text-[24px] sm:text-[26px] leading-[1.277] xl:text-[34px] mb-[10px] font-medium">Watch the video for taking your decision easily<span class="text-secondary">.</span></h2>--> <!-- <a href="#" class="flex flex-wrap items-center text-secondary text-tiny mt-[20px]">View all--> <!-- <svg class="ml-[10px]" width="26" height="11" viewBox="0 0 26 11" fill="currentColor" xmlns="http://www.w3.org/2000/svg">--> <!-- <path d="M20.0877 0.69303L24.2075 5.00849H0V5.99151H24.2075L20.0877 10.307L20.7493 11L26 5.5L20.7493 0L20.0877 0.69303Z" fill="currentColor"></path>--> <!-- </svg>--> <!-- </a>--> <!-- <div>--> <!-- <img src="https://htmldemo.net/bery/bery/assets/images/video/shape-4.png" class="absolute bottm-[30px] right-[30px] z-[1]" alt="shape image">--> <!-- </div>--> <!--</div>--> </div> </div> </section> <!-- interior carousel end --> <!-- Properties Grids Start--> <!-- <section class="featured-properties py-[80px] lg:py-[120px]" id="gallery"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> OUR GALLERY </h2> </center> </div> <br> <div class="col-span-12 flex flex-wrap flex-col md:flex-row items-start justify-between mb-[50px]"> <div class="mb-5 lg:mb-0"> <h2 class="font-lora text-primary text-[24px] sm:text-[30px] xl:text-xl capitalize font-medium"> </h2> </div> <ul class="all-properties flex flex-wrap lg:pt-[10px]"> <li data-tab="all-properties" class="mr-[30px] md:mr-[45px] mb-4 lg:mb-0 leading-none active"><button class="leading-none capitalize text-primary hover:text-secondary transition-all text-[16px] ease-out font-bold">ALL PHOTOS</button></li> <li data-tab="ForBuy" class="mr-[30px] md:mr-[45px] mb-4 lg:mb-0 leading-none"><button class="leading-none capitalize text-primary hover:text-secondary transition-all text-[16px] ease-out font-bold">COMMUNITY LIFE</button></li> <li data-tab="ForSale" class="mr-[30px] md:mr-[45px] mb-4 lg:mb-0 leading-none"><button class="leading-none capitalize text-primary hover:text-secondary transition-all text-[16px] ease-out font-bold">EXTERIOR</button></li> <li data-tab="ForRent" class="mr-[30px] md:mr-[45px] mb-4 lg:mb-0 leading-none"><button class="leading-none capitalize text-primary hover:text-secondary transition-all text-[16px] ease-out font-bold">INTERIOR</button></li> </ul> </div> <div class="col-span-12"> <div class="all-properties properties-tab-content active"> <div class="grid grid-cols-12 gap-x-[15px] lg:gap-x-[30px] mb-[-30px]"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/February2020/80cc036b9b7bb51a4f4f-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/80cc036b9b7bb51a4f4f-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/b7b9e8ead0a507616769-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/b7b9e8ead0a507616769-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/007059514015b14b7910-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/007059514015b14b7910-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/5b29cfb3b687c5735184-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/5b29cfb3b687c5735184-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/f80e03c68eabcb481bfc-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/f80e03c68eabcb481bfc-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/c530b214a07c789dc41b-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/c530b214a07c789dc41b-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/ec6d2c93547b44585f9e-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/ec6d2c93547b44585f9e-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> </div> </div> <div class="ForBuy properties-tab-content "> <div class="grid grid-cols-12 gap-x-[15px] lg:gap-x-[30px] mb-[-30px]"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/80cc036b9b7bb51a4f4f-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/80cc036b9b7bb51a4f4f-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/b7b9e8ead0a507616769-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/b7b9e8ead0a507616769-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/007059514015b14b7910-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/007059514015b14b7910-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/5b29cfb3b687c5735184-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/5b29cfb3b687c5735184-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> </div> </div> <div class="ForSale properties-tab-content"> <div class="grid grid-cols-12 gap-x-[15px] lg:gap-x-[30px] mb-[-30px]"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/bbdb25c54adc7fb4b9af-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/bbdb25c54adc7fb4b9af-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/a21619cdbafdee7efd5b-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/a21619cdbafdee7efd5b-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/f80e03c68eabcb481bfc-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/f80e03c68eabcb481bfc-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/d89d319425d340941005-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/d89d319425d340941005-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> </div> </div> <div class="ForRent properties-tab-content"> <div class="grid grid-cols-12 gap-x-[15px] lg:gap-x-[30px] mb-[-30px]"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/80cc036b9b7bb51a4f4f-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/80cc036b9b7bb51a4f4f-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/b7b9e8ead0a507616769-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/b7b9e8ead0a507616769-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/007059514015b14b7910-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/007059514015b14b7910-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/5b29cfb3b687c5735184-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/5b29cfb3b687c5735184-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/91c9ec9ad64170d65ad9-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/a4b6bd7af8a58141c0eb-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/f80e03c68eabcb481bfc-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/f80e03c68eabcb481bfc-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/c530b214a07c789dc41b-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/c530b214a07c789dc41b-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> <div class="mb-[30px] col-span-12 sm:col-span-4"> <a class="gallery-image" href="assets/images/projects/ec6d2c93547b44585f9e-resize.webp"> <img class="object-cover w-full h-full rounded-[8px]" src="assets/images/projects/ec6d2c93547b44585f9e-resize.webp" alt="gallery image" loading="lazy" width="100%" height="281" style="width: 100%;"> </a> </div> </div> </div> </div> </div> </div> </section> --> <section class="featured-properties py-[80px] lg:py-[120px]" id="gallery"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <div class="mb-[30px] lg:mb-[60px] text-center"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> OUR GALLERY </h2> </center> </div> <div class="cities-slider"> <div class="swiper -mx-[30px] -my-[60px] px-[30px] py-[60px] swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-74eeb6cb79c29ff3" aria-live="enabled" style="transition-duration: 0ms; transform: translate3d(-441px, 0px, 0px);"> <!-- swiper-slide start --> <div class="swiper-slide text-center swiper-slide-visible swiper-slide-active" role="group" aria-label="1 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img1.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img1.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img2.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img2.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="3 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img3.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img3.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="4 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img4.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img4.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Swimming Pool" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="5 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img5.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img5.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="6 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img6.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img6.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="7 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img7.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img7.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="8 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img8.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img8.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="9 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/gallery4.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/gallery4.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="10 / 10" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="assets/images/projects/img10.png" class="block transition-all duration-300 gallery-image"> <img src="assets/images/projects/img10.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> </a> </div> </div> </div> <!-- Add Pagination --> <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal"> <span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span> </div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> </div> </div> </div> </div> </section> <!-- Properties Grids End--> <section class="explore-cities-section" id="amenities"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <div class="mb-[30px] lg:mb-[60px] text-center"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> AMENITIES </h2> </center> <span class="text-primary text-tiny inline-block mb-2"> One Life, Different Lifestyles </span> </div> <div class="cities-slider"> <div class="swiper -mx-[30px] -my-[60px] px-[30px] py-[60px] swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-74eeb6cb79c29ff3" aria-live="enabled" style="transition-duration: 0ms; transform: translate3d(-441px, 0px, 0px);"> <div class="swiper-slide text-center swiper-slide-duplicate swiper-slide-prev" role="group" aria-label="5 / 5" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="4" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/b7b9e8ead0a507616769-resize.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Francisco"> <div class="bg-[rgb(255,253,252,0.9)] rounded-[6px] px-[5px] py-[15px] absolute group-hover:bottom-[25px] group-hover:opacity-100 bottom-[0px] opacity-0 left-[25px] right-[25px] transition-all duration-500"> <span class="font-lora font-normal text-[18px] text-primary transition-all leading-none">Gymnasium</span> </div> </a> </div> </div> <!-- swiper-slide start --> <div class="swiper-slide text-center swiper-slide-visible swiper-slide-active" role="group" aria-label="1 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block transition-all duration-300"> <img src="assets/images/projects/b7b9e8ead0a507616769-resize.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Gymnasium" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Gymnasium</span> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/8e9fbfc7bc456c3c50d2.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Indoor Games and Reading Room</span> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="3 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/5b29cfb3b687c5735184-resize.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Kids' Playground</span> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="4 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/d93cb12d3a204b245f59.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Swimming Pool" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Swimming Pool</span> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="5 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/3caa0e007b231f184422.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Mini theatre</span> </a> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="6 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/projects/0b1bfb357c3501951219.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;"> <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Sauna, steam, and spa</span> </a> </div> </div> <!-- <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000">--> <!-- <div class="relative group">--> <!-- <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300">--> <!-- <img src="assets/images/projects/8e9fbfc7bc456c3c50d2.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Library " style="height: 300px;width: 100%;">--> <!-- <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Library </span>--> <!-- </a>--> <!-- </div>--> <!--</div>--> <!--<div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000">--> <!-- <div class="relative group">--> <!-- <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300">--> <!-- <img src="assets/images/projects/8e9fbfc7bc456c3c50d2.webp" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Doctor's Chamber" style="height: 300px;width: 100%;">--> <!-- <span class="absolute bottom-5 left-5 bg-[#FFFDFC] p-[5px] rounded-[2px] text-primary leading-none text-[20px] font-normal capitalize" style="background-color: #0a53a0; color: white;">Doctor's Chamber</span>--> <!-- </a>--> <!-- </div>--> <!--</div>--> <!-- swiper-slide end--> <div class="swiper-slide text-center swiper-slide-duplicate swiper-slide-duplicate-active" role="group" aria-label="1 / 5" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="0" data-swiper-autoplay="2000"> <div class="relative group"> <a href="./" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets/images/cities/image1.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="New York"> <div class="bg-[rgb(255,253,252,0.9)] rounded-[6px] px-[5px] py-[15px] absolute group-hover:bottom-[25px] group-hover:opacity-100 bottom-[0px] opacity-0 left-[25px] right-[25px] transition-all duration-500"> <span class="font-lora font-normal text-[18px] text-primary transition-all leading-none" style="background-color: #0a53a0; color: white;">New York</span> <p class="font-light text-[14px] capitalize text-secondary transition-all leading-none">36 Properties</p> </div> </a> </div> </div> </div> <!-- Add Pagination --> <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal"><span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span></div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> </div> </div> </div> </div> </section> <!-- About section start --> <!-- About section end --> <script> var mySwiper = new Swiper('.swiper', { autoplay: { delay: 5000, }, }); </script> <!--Floor Plan start --> <section class="featured-properties" id="plans" style="margin-top:98px;"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <div class="mb-[30px] lg:mb-[60px] text-center"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> FLOOR PLAN </h2> </center> <span class="text-primary text-tiny inline-block mb-2"> Layouts and Plans </span> </div> </div> <div class="col-span-12"> <div class="cities-slider"> <div class="swiper -mx-[30px] -my-[60px] px-[30px] py-[60px] swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-74eeb6cb79c29ff3" aria-live="enabled" style="transition-duration: 0ms; transform: translate3d(-441px, 0px, 0px);"> <!-- swiper-slide start --> <div class="swiper-slide text-center swiper-slide-visible swiper-slide-active" role="group" aria-label="1 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for 1BHK floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block transition-all duration-300"> <img src="assets\images\floor-plan\1bhk.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Gymnasium" style="height: 300px;width: 100%;filter:blur(3px)" > </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">1 BHK</span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for 2BHK floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets\images\floor-plan\2bhk.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;filter:blur(3px)"> </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">2 BHK</span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="3 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for 3BHK floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets\images\floor-plan\3bhk.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;filter:blur(3px)"> </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">3 BHK </span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="4 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for Floor Duplex floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets\images\floor-plan\duplex.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Indoor Games and Reading Room" style="height: 300px;width: 100%;filter:blur(3px)"> </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">Floor Duplex</span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="5 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for Penthouse floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets\images\floor-plan\panthouse.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;filter:blur(3px)"> </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">Penthouse</span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="6 / 6" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="relative group"> <a href="https://api.whatsapp.com/send?phone=917008711934&text=Hello👋%0AI'm interested for 4 BHK floor plan. Could you please provide details about the layout, pricing, and availability?%0AThank you! 😊" target="_blank" class="block group-hover:shadow-[0_10px_15px_0px_rgba(0,0,0,0.1)] transition-all duration-300"> <img src="assets\images\floor-plan\4bhk.png" class="w-full h-full block mx-auto rounded-[6px]" loading="lazy" width="270" height="380" alt="Mini theatre" style="height: 300px;width: 100%;filter:blur(3px)"> </a> <div class="flrbtn" style="margin-top: 15px;text-align: center;"> <span style="font-size: 19px;font-weight: bold;color: #000;padding-right: 6px;">4 BHK </span> <a class="floor-button mt-[60px]" href="./" title="Please fill out the form to download the content"> <i class="fa fa-download" aria-hidden="true"></i> </a> </div> </div> </div> </div> <!-- Add Pagination --> <div class="swiper-pagination swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal"><span class="swiper-pagination-bullet swiper-pagination-bullet-active" tabindex="0" role="button" aria-label="Go to slide 1" aria-current="true"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 2"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 3"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 4"></span><span class="swiper-pagination-bullet" tabindex="0" role="button" aria-label="Go to slide 5"></span></div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> </div> </div> </div> </div> </section> <br><br> <section class="featured-properties mt-5" id="price"> <div class="container"> <div class="grid grid-cols-12"> <div class="col-span-12"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> PRICING </h2> </center> </div> <br> <div class="col-span-12"> <div class="cities-slider"> <div class="swiper -mx-[30px] -my-[60px] px-[30px] py-[60px] swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-74eeb6cb79c29ff3" aria-live="enabled" style="transition-duration: 0ms; transform: translate3d(-441px, 0px, 0px);"> <!-- swiper-slide start --> <div class="swiper-slide text-center swiper-slide-visible swiper-slide-active" role="group" aria-label="1 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="1" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> 1 BHK </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 469 Sq Ft </h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="2 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="2" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> 2 BHK </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 798 Sq Ft </h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="3 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="2" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> 3 BHK </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 1039 Sq Ft </h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="5 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="2" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> 4 BHK </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 1783 Sq Ft</h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="6 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="2" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> Penthouse </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 3236 Sq Ft </h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> <div class="swiper-slide text-center swiper-slide-next" role="group" aria-label="7 / 7" style="width: 411px; margin-right: 30px;" data-swiper-slide-index="2" data-swiper-autoplay="2000"> <div class="mb-[30px] col-span-12 sm:col-span-4"> <div class="card text-center" style="box-shadow:0 4px 8px rgb(145 101 55 / 31%);"> <div class="card-header" style="background-color: #69451f;padding: 10px;color: white;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;"> Floor Duplex </div> <div class="card-body"> <br> <!-- <h5 class="card-title"> 2108 Sq Ft </h5> --> <h5 class="card-title mt-2" style="font-weight: bold;font-size: 25px;"> Price On Request </h5> <br> <hr> </div> <div class="card-footer text-muted mt-2"> <br> <a href="#" title="Please fill out the form to download the content" class="inline-block before:rounded-md before:block before:absolute before:left-auto before:right-0 before:inset-y-0 before:-z-[1] before:bg-secondary before:w-0 hover:before:w-full hover:before:left-0 hover:before:right-auto before:transition-all leading-none px-[20px] py-[15px] capitalize font-medium text-white text-center text-[14px] xl:text-[16px] relative after:block after:absolute after:inset-0 after:-z-[2] after:bg-primary after:rounded-md after:transition-all" style="margin-bottom: 24px;"> Get Your Quote</a> </div> </div> </div> </div> </div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span> </div> </div> </div> </div> <br><br> </div> </section> <!-- Service sction start --> <section class="pt-[60px] lg:pt-[60px] service-section" id="location"> <div class="container"> <div class="grid grid-cols-12 text-center"> <div class="col-span-12 text-center mb-[55px]"> <div class="max-w-[460px] mx-auto"> <center> <h2 class="font-lora text-secondary text-[24px] sm:text-[25px] leading-[1.277] xl:text-xl max-w-[100%] mb-3 font-bold" style="color: #0a53a0;"> LOCATION </h2> </center> </div> </div> </div> </div> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3742.911036897265!2d85.759142!3d20.262524!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a19a811e2892f5d%3A0xc0218d18f6107f83!2sTata%20Housing%20Ariana!5e0!3m2!1sen!2sus!4v1677479353246!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </section> <!-- Service sction end --> <!--Floor Plan end --> <!-- News Letter section start --> <section class="py-[80px] lg:p-[90px] bg-primary relative" id="callback"> <div class="container"> <div class="grid grid-cols-1"> <div class="col-span"> <div class="flex flex-wrap items-center justify-between"> <div class="w-full lg:w-auto"> <h3 class="font-lora text-white text-[24px] sm:text-[30px] xl:text-[36px] leading-[1.277] mb-[10px]">INSTANT CALL BACK </h3> <div class="callbtn"> <a href="tel:+917008711934"> <div class="phone cta">Call us</div> <div class="phone number">(+91) 7008711934</div> </a> </div> <!-- <p class="text-secondary leading-[1.5] tracking-[0.03em] mb-10">Put your email address and get listed.</p> --> <!-- <form class="relative w-full" method="post"> <input name="email_id" class="font-light text-white leading-[1.75] opacity-100 border border-secondary w-full lg:w-[395px] xl:w-[495px] h-[60px] rounded-[10px] py-[15px] pl-[15px] pr-[15px] sm:pr-[135px] focus:border-white focus:outline-none border-opacity-60 placeholder:text-[#E2E2E2] bg-transparent" type="text" placeholder="Enter your email here..."> <button name="ph_sugbmit" type="submit" class="text-white font-medium text-[16px] leading-none tracking-[0.02em] bg-secondary py-[17px] px-[20px] mt-5 sm:mt-0 rounded-[10px] hover:bg-white hover:text-primary transition-all sm:absolute sm:right-[4px] sm:top-1/2 sm:-translate-y-1/2">Get Listed</button> </form> --> <!-- <div class="mailchimp-alerts text-centre"> <div class="mailchimp-submitting"></div> <div class="mailchimp-success text-green-400"></div> <div class="mailchimp-error text-red-600"></div> </div> --> </div> <div class="w-full hidden lg:block lg:w-auto mt-5 lg:mt-0"> <div class="relative mt-10 md:mt-0 lg:absolute lg:right-0 lg:bottom-0"> <img class="hero_image lg:max-w-[550px] xl:max-w-[650px] 2xl:max-w-[714px]" src="assets/images/newsletter/bg-1.png" width="866" height="879" alt="hero image"> </div> </div> </div> </div> </div> </div> </section> <!-- News Letter section End --> <section class="py-[80px] lg:p-[60px] relative"> <div class="container"> <div class="col-span-12 lg:col-span-6 mb-[30px]" style="background-color: #060606b5;padding: 25px;color: white !important;border-radius: 10px;"> <h3 style="font-size: 16px;color: #ffdb2a;"> An address for the choicest few for whom “Elite & quality living is a Necessity In The Lap of Nature” </h3> <br> <div class="flex rounded-[8px] mb-[20px] group" style="background-color: #69451f;padding: 10px;"> <div class="flex-1"> <p class="font-light text-[18px] lg:max-w-[100%]" style="text-align: center;color: white;">Tata Ariana Phase-3 Launching <br> <strong>“ULTRA PPREMIUM APARTMENTS”</strong> </p> </div> </div> <div class="grid grid-cols-12 gap-x-[15px] lg:gap-x-[30px]"> <div class="col-span-12 sm:col-span-6"> <div class="flex flex-wrap items-center justify-between mt-[5px]" style="font-size: 13px;"> <ul> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">25 acres of expansive forest reserves</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">Floor plan – G+14, G+16, G+21</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">Tower No – 12</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">No of Units – 1200</span> </li> </ul> </div> </div> <div class="col-span-12 sm:col-span-6"> <div class="flex flex-wrap items-center justify-between" style="font-size: 13px;"> <ul> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">Unit Variant – 1, 2 & 3 BHK, 4 BHK, Floor Duplex, Penthouse</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">RERA – Phase 1 MP/19/2018/00014</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">RERA – Phase 2 MP/19/2019/00001</span> </li> <li class="flex flex-wrap mb-[10px]"> <img class="self-start mt-[2px] mr-[15px]" src="assets/images/about/check.png" loading="lazy" alt="icon" width="20" height="20"> <span class="flex-1 max-w-[315px]">RERA – Phase 3 MP/19/2025/01331</span> </li> </ul> </div> </div> </div> </div> </div> </section> <a class="whats-app" href="https://api.whatsapp.com/send?phone=917008711934&text=Thank you for contacting Tata Ariana !! Please let us know how we can help you." target="_blank"> <i class="fa fa-whatsapp my-float"></i> </a> <!-- Footer Start --> <footer class="footer bg-[#EEEEEE] pt-[80px] lg:pt-[20px] pb-30 md:pb-[80px] lg:pb-[110px] font-normal bg-no-repeat" style="background-image: url('assets/images/footer/pattern.png');"> <div class="container"> <div class="grid grid-cols-12 gap-x-[30px] mb-[-30px]"> <div class="col-span-12 sm:col-span-6 lg:col-span-4 mb-[30px]"> <p class="mb-[5px] xl:mb-[40px] max-w-[270px]">Properties are most budget friendly so you have are find opportunity is main responsibility to clients </p> </div> <div class="col-span-12 sm:col-span-6 lg:col-span-2 mb-[30px]"> <h3 class="font-lora font-normal text-[22px] leading-[1.222] text-primary mb-[20px] lg:mb-[30px]"> CORPORATE</h3> <ul class="text-[16px] leading-none mb-[-20px]"> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#about_us">About us</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#location">Location</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#gallery">Gallery</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#amenities">Amenities</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#plans">Layouts and Plans</a></li> </ul> </div> <div class="col-span-12 sm:col-span-6 lg:col-span-2 mb-[30px]"> <h3 class="font-lora font-normal text-[22px] leading-[1.222] text-primary mb-[20px] lg:mb-[30px]"> OTHER</h3> <ul class="text-[16px] leading-none mb-[-20px]"> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#">Terms & Conditions</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#">Privacy Policy</a> </li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="./">Our Agents</a></li> <li class="mb-[20px]"><a class="inline-block transition-all hover:text-secondary" href="#">Features</a></li> </ul> </div> <div class="col-span-12 sm:col-span-6 lg:col-span-4 mb-[30px]"> <h3 class="font-lora font-normal text-[22px] leading-[1.222] text-primary mb-[20px] lg:mb-[30px]"> Address<span class="text-secondary">.</span></h3> <p>Tata Housing Ariana <br> Plot No. 87/1263 and 87/1264. Zone-20, Mouza - Shankarpur, Bhubaneswar, Odisha 751019, India </p> <p>Email: <a href="mailto:tataarianabhubaneswar@gmail.com">tataarianabhubaneswar@gmail.com</a></p> <ul class="inline-flex items-center justify-center mt-[20px]"> <li class="first:ml-0 ml-[15px]"> <a href="https://www.facebook.com/" aria-label="svg" class="w-[22px] h-[22px] transition-all rounded-full bg-primary flex items-center justify-center hover:drop-shadow-[0px_4px_10px_rgba(0,0,0,0.25)] text-white hover:bg-secondary"> <svg width="7" height="10" viewBox="0 0 7 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M4.36 4.20156V3.12156C4.36 2.65356 4.468 2.40156 5.224 2.40156H6.16V0.601562H4.72C2.92 0.601562 2.2 1.78956 2.2 3.12156V4.20156H0.760002V6.00156H2.2V11.4016H4.36V6.00156H5.944L6.16 4.20156H4.36Z" fill="currentColor"></path> </svg> </a> </li> <li class="ml-[15px]"> <a href="https://twitter.com/" aria-label="svg" class="w-[22px] h-[22px] transition-all rounded-full bg-primary flex items-center justify-center hover:drop-shadow-[0px_4px_10px_rgba(0,0,0,0.25)] text-white hover:bg-secondary"> <svg width="10" height="8" viewBox="0 0 14 12" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M13.6667 1.93957C13.1669 2.15783 12.6376 2.30093 12.096 2.36424C12.6645 2.0304 13.092 1.50098 13.2987 0.874908C12.76 1.18846 12.1725 1.40931 11.5607 1.52824C11.303 1.25838 10.9931 1.04383 10.6498 0.897693C10.3065 0.751554 9.93709 0.676884 9.564 0.678241C8.05333 0.678241 6.82866 1.88491 6.82866 3.37157C6.82866 3.58224 6.85266 3.78824 6.89933 3.98491C5.81571 3.93337 4.75474 3.65651 3.78411 3.172C2.81348 2.68749 1.9545 2.00596 1.26199 1.17091C1.01921 1.58051 0.891605 2.04809 0.892662 2.52424C0.893126 2.96955 1.00455 3.40773 1.21685 3.79917C1.42916 4.19061 1.73566 4.52298 2.10866 4.76624C1.67498 4.75224 1.25068 4.63646 0.869995 4.42824V4.46157C0.869995 5.76691 1.81333 6.85557 3.06333 7.10357C2.8284 7.16591 2.58638 7.1975 2.34333 7.19757C2.16666 7.19757 1.99533 7.18091 1.828 7.14757C2.00672 7.68619 2.34873 8.15578 2.80654 8.49113C3.26435 8.82648 3.81522 9.01095 4.38266 9.01891C3.40937 9.7686 2.21454 10.1736 0.985995 10.1702C0.764662 10.1702 0.547328 10.1569 0.333328 10.1329C1.5875 10.9267 3.04172 11.3471 4.52599 11.3449C9.55733 11.3449 12.308 7.24024 12.308 3.68091L12.2987 3.33224C12.8352 2.95469 13.2988 2.4828 13.6667 1.93957Z" fill="currentColor"></path> </svg> </a> </li> <li class="ml-[15px]"> <a href="https://www.instagram.com/" aria-label="svg" class="w-[22px] h-[22px] transition-all rounded-full bg-primary flex items-center justify-center hover:drop-shadow-[0px_4px_10px_rgba(0,0,0,0.25)] text-white hover:bg-secondary"> <svg width="10" height="10" viewBox="0 0 14 14" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> <path d="M7 3.79646C5.22656 3.79646 3.79531 5.22771 3.79531 7.00115C3.79531 8.77458 5.22656 10.2058 7 10.2058C8.77344 10.2058 10.2047 8.77458 10.2047 7.00115C10.2047 5.22771 8.77344 3.79646 7 3.79646ZM7 9.08396C5.85312 9.08396 4.91719 8.14802 4.91719 7.00115C4.91719 5.85427 5.85312 4.91834 7 4.91834C8.14687 4.91834 9.08281 5.85427 9.08281 7.00115C9.08281 8.14802 8.14687 9.08396 7 9.08396ZM10.3359 2.91834C9.92187 2.91834 9.5875 3.25271 9.5875 3.66677C9.5875 4.08084 9.92187 4.41521 10.3359 4.41521C10.75 4.41521 11.0844 4.0824 11.0844 3.66677C11.0845 3.56845 11.0652 3.47107 11.0277 3.38021C10.9901 3.28935 10.935 3.2068 10.8654 3.13727C10.7959 3.06775 10.7134 3.01262 10.6225 2.97506C10.5316 2.93749 10.4343 2.91821 10.3359 2.91834ZM13.2469 7.00115C13.2469 6.13865 13.2547 5.28396 13.2063 4.42302C13.1578 3.42302 12.9297 2.53552 12.1984 1.80427C11.4656 1.07146 10.5797 0.844898 9.57969 0.796461C8.71719 0.748023 7.8625 0.755836 7.00156 0.755836C6.13906 0.755836 5.28437 0.748023 4.42344 0.796461C3.42344 0.844898 2.53594 1.07302 1.80469 1.80427C1.07187 2.53709 0.84531 3.42302 0.796873 4.42302C0.748435 5.28552 0.756248 6.14021 0.756248 7.00115C0.756248 7.86209 0.748435 8.71834 0.796873 9.57927C0.84531 10.5793 1.07344 11.4668 1.80469 12.198C2.5375 12.9308 3.42344 13.1574 4.42344 13.2058C5.28594 13.2543 6.14062 13.2465 7.00156 13.2465C7.86406 13.2465 8.71875 13.2543 9.57969 13.2058C10.5797 13.1574 11.4672 12.9293 12.1984 12.198C12.9312 11.4652 13.1578 10.5793 13.2063 9.57927C13.2562 8.71834 13.2469 7.86365 13.2469 7.00115ZM11.8719 10.6855C11.7578 10.9699 11.6203 11.1824 11.4 11.4011C11.1797 11.6215 10.9687 11.759 10.6844 11.873C9.8625 12.1996 7.91094 12.1261 7 12.1261C6.08906 12.1261 4.13594 12.1996 3.31406 11.8746C3.02969 11.7605 2.81719 11.623 2.59844 11.4027C2.37812 11.1824 2.24062 10.9715 2.12656 10.6871C1.80156 9.86365 1.875 7.91209 1.875 7.00115C1.875 6.09021 1.80156 4.13709 2.12656 3.31521C2.24062 3.03084 2.37812 2.81834 2.59844 2.59959C2.81875 2.38084 3.02969 2.24177 3.31406 2.12771C4.13594 1.80271 6.08906 1.87615 7 1.87615C7.91094 1.87615 9.86406 1.80271 10.6859 2.12771C10.9703 2.24177 11.1828 2.37927 11.4016 2.59959C11.6219 2.8199 11.7594 3.03084 11.8734 3.31521C12.1984 4.13709 12.125 6.09021 12.125 7.00115C12.125 7.91209 12.1984 9.86365 11.8719 10.6855Z" fill="currentColor"></path> </svg> </a> </li> </ul> <br><br><br><br> <p class="text-sm md:hidden mb-7 sm:mb-0 mt-[20px]">© Disclaimer Marketed By An Authorized Channel Partner Of TATA Housing </p> </div> </div> </div> </footer> <div class="footer hidden md:block bg-[#000000] pt-[20px] lg:pt-[20px] pb-30 md:pb-[20px] lg:pb-[20px] font-normal bg-no-repeat" style="background-color: #0a53a0;"> <div class="container"> <div class="col-span-12 sm:col-span-12 lg:col-span-12"> <center> <p class="text-sm hidden md:block" style="color: white;">© Disclaimer Marketed By An Authorized Channel Partner Of TATA Housing </p> </center> <br> </div> </div> </div> <!-- Footer End --> <a id="scrollUp" class="w-12 h-12 rounded-full bg-primary text-white fixed right-5 bottom-16 flex flex-wrap items-center justify-center transition-all duration-300 z-10" href="#" aria-label="scroll up"> <svg width="25" height="25" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> <path d="M6.101 261.899L25.9 281.698c4.686 4.686 12.284 4.686 16.971 0L198 126.568V468c0 6.627 5.373 12 12 12h28c6.627 0 12-5.373 12-12V126.568l155.13 155.13c4.686 4.686 12.284 4.686 16.971 0l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L232.485 35.515c-4.686-4.686-12.284-4.686-16.971 0L6.101 244.929c-4.687 4.686-4.687 12.284 0 16.97z" /> </svg> </a> </div> <!-- Vendors JS --> <script src="assets/js/vendor/modernizr-3.11.7.min.js"></script> <script src="assets/js/vendor/jquery-3.6.0.min.js"></script> <script src="assets/js/vendor/jquery-migrate-3.3.2.min.js"></script> <!-- Plugins JS --> <script src="assets/js/plugins/swiper-bundle.min.js"></script> <script src="assets/js/plugins/popper.min.js"></script> <script src="assets/js/plugins/jquery.magnific-popup.min.js"></script> <script src="assets/js/plugins/jquery.ajaxchimp.min.js"></script> <script src="assets/js/plugins/parallax.min.js"></script> <!-- Activation JS --> <script src="assets/js/main.js"></script> </body> </html>