<!-- <section class="about__area section-space-bottom">
<div class="container">
<div class="row">
<div class="section2__title-wrapper mb-60">
<h2 class="section2__title-wrapper-title wow fadeInLeft animated" data-wow-delay=".3s">About Us</h2>
</div>
</div>
<div class="row align-items-center">
<div class="col-md-6">
<div class="about__thumb">
<img src="assets/imgs/about/about-right.jpg" alt="img not found">
</div>
</div>
<div class="col-md-6">
<div class="about__content">
<h2 class="about__title wow fadeInLeft animated" data-wow-delay=".3s">Where Comfort Meets <br> Convenience </h2>
<p></p>
<div class="about__list">
</div>
<a class="rr-btn-2 mt-40" href="about-us.php">Read more <i class="fa-solid fa-plus"></i></a>
</div>
</div>
</div>
</div>
</section> -->
<section class="resturent__area section-space">
<div class="container">
<div class="section3__title-wrapper mb-60">
<h2 class="section3__title-wrapper-title wow fadeInLeft animated" data-wow-delay=".3s">About us</h2>
<a class="rr-btn-4" href="rooms.php">Explore More<i class="fa-solid fa-plus"></i></a>
</div>
<div class="row align-items-center bg-gray-2">
<div class="col-lg-5 p-0">
<div class="resturent__thumb">
<img src="<?=$bg;?>" alt="img not found">
</div>
</div>
<div class="col-lg-7 p-0">
<div class="resturent__content">
<div class="resturent__content-title-wrap">
<div class="icon">
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 29.88V42H24V29.88C26.28 29.32 28 26.9 28 24C28 20.69 25.76 18 23 18C20.24 18 18 20.69 18 24C18 26.9 19.72 29.32 22 29.88Z" fill="white"/>
<path d="M35 29.65V42H37V29.65C40.06 28.17 42 25.11 42 21.67V18H40V21.67C40 23.97 38.87 26.07 37 27.34V18H35V27.34C33.14 26.09 32 23.99 32 21.67V18H30V21.67C30 25.09 31.92 28.14 35 29.65Z" fill="white"/>
</svg>
</div>
<h3 class="title">Where Comfort Meets Convenience</h3>
</div>
<p class="dec"><?=strip_tags(substr($web_row_about1['aboutDetails'],0, 400)); ?> </p>
<div class="resturent__content-contact mt-20">
<div class="icon">
<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.6875 0.5C13.3984 0.5 14 1.10156 14 1.8125C14 2.25 13.7812 2.63281 13.4531 2.87891L7.51953 7.33594C7.19141 7.58203 6.78125 7.58203 6.45312 7.33594L0.519531 2.87891C0.191406 2.63281 0 2.25 0 1.8125C0 1.10156 0.574219 0.5 1.3125 0.5H12.6875ZM5.93359 8.04688C6.5625 8.51172 7.41016 8.51172 8.03906 8.04688L14 3.5625V9.25C14 10.2344 13.207 11 12.25 11H1.75C0.765625 11 0 10.2344 0 9.25V3.5625L5.93359 8.04688Z" fill="#AF8C3E"/>
</svg>
</div>
<a href="mailto:<?=DecryptInput($webfooter_row1['email1']); ?>" class="title"><?=DecryptInput($webfooter_row1['email1']); ?></a>
</div>
<div class="resturent__content-contact mt-20">
<div class="icon">
<svg width="17" height="18" viewBox="0 0 17 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M15.9688 13.0938L15.2188 16.25C15.125 16.7188 14.75 17.0312 14.2812 17.0312C6.40625 17 0 10.5938 0 2.71875C0 2.25 0.28125 1.875 0.75 1.78125L3.90625 1.03125C4.34375 0.9375 4.8125 1.1875 5 1.59375L6.46875 5C6.625 5.40625 6.53125 5.875 6.1875 6.125L4.5 7.5C5.5625 9.65625 7.3125 11.4062 9.5 12.4688L10.875 10.7812C11.125 10.4688 11.5938 10.3438 12 10.5L15.4062 11.9688C15.8125 12.1875 16.0625 12.6562 15.9688 13.0938Z" fill="#AF8C3E"/>
</svg>
</div>
<a href="tel:" class="title"><?=$webfooter_row1['mobile']; ?>, <?=$webfooter_row1['phone']; ?></a>
</div>
<div class="resturent__content-social mt-30">
<a href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-pinterest-p"></i></a>
</div>
<!-- <a class="rr-btn-2 mt-40" href="about-us.php">Read more <i class="fa-solid fa-plus"></i></a> -->
</div>
</div>
</div>
</div>
</section>