<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
<?php 
/*
Template Name: About
*/
get_header(); ?>
<div style="background-image: url(<?php echo esc_url(get_template_directory_uri()); ?>/images/bg/h.jpg);" class="gtco-section">
  <div class="gtco-container">
    <div class="row">
      <div class="col-md-12">
        <div class="col-md-6 animate-box">
          <h3 style="color:#DCDCDA !important;">About Us</h3>
          <hr />
          <p style="color:#DCDCDA;" class="text-justify"> AMBROSIA Is the leading Fine Dine Restaurant In Port City Chittagong Since 2008. Ambrosia restaurant offers full flavored, full-bodied Thai, Chinese, Indian, Indonesian, Continental , Arabian and Bangladeshi dishes with a fine touch of a very special chef with competitive price. It is located in the heart of Chittagong city at the commercial area of Agrabad between ‘Port & Court’, ‘Shore & Hills’. <br />
            <br /> Ambrosia has a very nice and cozy atmosphere decorated with warm color and colonial outlook. We have facilities for arranging all types of programmes for 500-700 people, meeting, and conference and individual lunch/dinner arrangement. <br />
            <br /> In Greek mythology, the best of the men are not men but Gods. And they are not expected to have anything but the finest. <br />
            <br /> Gods’ ambrosia is sometimes the food, sometimes the drink, of the gods, often depicted as conferring ageless immortality upon whoever consumes it. <br />
            <br /> Ambrosia is of such scintillating taste that mare mortals could only dream and wonder. It is something that people desperately tried to find, to create all that makes for a great story but it contains within itself the pursuit of perfection. Food is not just a means of survival but is an experience to be savoured. And ambrosia, as the food of the heavens, is the ultimate benchmark for that experience. <br />
            <br /> Ambrosia is open seven days a week. <br />
            <br />
            <strong>Please Contact for Further Details:</strong>
            <br /> Phone: +880 31 2513676, 2513460 <br /> Mobile: +880 1713-143670 <br /> E-mail: info@ambrosiabd.com <br /> E-mail: ambrosia@ambrosiabd.com <br /> WEB: www.ambrosiabd.com
          </p>
        </div>
        <div class="col-md-5 col-md-push-1 animate-box">
          <div class="">
            <img width="100%" class="thumbnail" src="<?php echo esc_url(get_template_directory_uri()); ?>/images/about.jpg" />
            <img width="100%" class="thumbnail" src="<?php echo esc_url(get_template_directory_uri()); ?>/images/about2.jpg" />
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
<?php get_footer(); ?>