<?php $_shouldextend[1]=1; ?>

<?php $this->startSection('content'); ?>
	
	<?php $this->startPush("metadata"); ?>
 <?php echo $metadata; ?>

	<?php $this->stopPush(); ?>
	<div class="container-fluid first-tip position-relative"  id="begin">
 <div id="img-container" class="carousel  slide  mt-0 mb-0" data-ride="carousel" data-interval="false">

 <!-- Indicators -->


 <!-- The slideshow -->
 <div class="carousel-inner">
 <div class="carousel-item active">
 <div class="w-100 img" style="
 height:60vh;
 background: url('assets/img/banner_1.jpeg') 100% 58%;
 background-size: cover;
 ">

 </div>
 </div>

 </div>
 </div>
 <div class="w-100 h-100 position-absolute  on-top-0"

  style="background: linear-gradient(to bottom, rgba(0, 0,0,.3), rgba(0, 0,0,.5), rgba(0, 0,0,.3));">
 <div class="container h-100">



 <div class="row align-items-center justify-content-center h-100 pt-3">

 <div class="col-12 col-lg-8 ">
 <div class="grid-container">
 <div class="">
 <div class=" py-3 my-3">
 <h4 class="text-std-1 pb-2 h5-sm text-center text-light display-4">
 Buffets
 </h4>

 <p class="big-font-1 text-std-2 text-center text-light">
 O melhor buffet para o seu evento
 </p>
 </div>
 </div>


 </div>

 </div>


 </div>
 </div>

 </div>

	</div>
	<div class="bg-white py-5">

 <section class="pt-x-sm-0 py-5 position-relative container-fluid " >

 <div class="pt-x-sm-0 container py-5">

 <div class="row align-items-center justify-content-center">

 <div class="col-12 col-lg-10">
 <div class="container-fluid
 ">
 <h4 class="text-std-1 display-4 h5-sm py-3 text-center">
 Crie o ambiente ideal
 </h4>
 <p class="big-font-2 pt-3 text-std-2 text-palid-2 text-center">
 O nosso buffet rústico e de sabor caseiro, fará seus convidados sentirem-se me casa.
 O nosso buffet rústico com certeza irá condizer com o seu paladar, e a nossa selecção de pacotes
 irá satisfazer qualquer que seja a necessidade do seu evento
 </p>


 </div>
 </div>
 </div>

 </div>
 </section>
	</div>
	<div>
 <section class="container-fluid pt-x-sm-0 position-relative "

 >

 <div class="pt-x-sm-0 container" style="background-color: #E1FAFF;">


 <div class="row  align-items-center">

 <div class="col-12 col-lg-6 pb-3 ">
 <div class="container-fluid"  >
 <h4 class="text-std-1 h5-sm display-4 py-3">
 Qualidade e requinte para todos os gostos
 </h4>
 <p class="big-font-2 text-std-2 text-h-sm-2 text-palid-2 pt-4">
 Há nossa variedade de opções de buffet irão satisfazer até aos mais difíceis convidados
 </p>

 <p class="big-font-2 text-std-2 text-h-sm-2 text-palid-2">
 Possuímos pacotes ao tamanho do seu evento e da melhor qualidade, porque vamos até ao impossível para agradar os nossos clientes
 </p>

 </div>
 </div>

 <div class="col-12 col-lg-6 pb-3 pr-0">
 <div class=""  >
 <div class="d-flex mb-3 justify-content-end rotation-animation-0">
 <div
 style="

 background: url('assets/img/image_6.jpeg') 100% 100%;
 background-size: cover;
 transform: translateY(-60px);
 height: 500px;
 "
 class="w-75">
 </div>
 </div>
 </div>



 </div>

 </div>

 </section>



	</div>
	<div class="">

 <section id="vehicles-on-sell" class="pt-x-sm-0 container-fluid pb-5 position-relative  ">

 <div class="pt-x-sm-0 pb-5 ">

 <div class="row align-items-center pt-5 justify-content-center">


 <div class="col-12 col-lg-12 pb-3">

 <h3 class="pt-4 mb-4 text-center h5-sm text-std-1 display-4">
 Buffets
 </h3>

 <p class="text-palid-2 text-light-x text-std-2 text-center big-font-2 py-3">
 Veja os nossos pacotes de buffet e escolha o que mais lhe agradar
 </p>
 <div class="row pt-3 align-items-center justify-content-center px-4">
 <?php $__currentLoopData = $services; $this->addLoop($__currentLoopData); foreach($__currentLoopData as $service): $this->incrementLoopIndices(); $loop = $this->getFirstLoop(); ?>
 <div class="col-12 col-lg-6 pb-4">
 <div class="hover-shadow-0 pt-3 rounded container-fluid">
 <div class="row">
 <div class="col-12 col-lg-6">
 <div class="d-flex justify-content-left">
 <div style="
 background: url(<?php echo static::e("assets/img/uploads/".$service->attashments[0]->url); ?>) 100% 100%;
 background-size: cover;
 "
  class="scale-img product-img"
 >

 </div>
 </div>
 </div>
 <div class="col-12 col-lg-6">
 <div class="container-container pt-4">
 <h5 class="text-std-1"><?php echo static::e($service->name); ?></h5>
 <h6 class="text-palid-2 py-3 text-std-2 text-justify">
 <?php echo static::e(strlen($service->description) >= 100 ? substr($service->description, 0, 100) : $service->description); ?>...
 </h6>

 <h5 class="text-std-2 font-weight-bold">
 <?php echo static::e(number_format($service->price, 2, '.', ',')); ?> AKZ/Pessoa
 </h5>
 <div class="d-flex justify-content-end">
 <a
 href="<?php echo static::e(URL("buffet/".$service->slug)); ?>"
 class="bg-standard rounded-0 mt-3 text-light btn px-5">
 Encomendar
 <i class="fa fa-long-arrow-right ml-2"></i>
 </a>
 </div>
 </div>
 </div>
 </div>
 </div>
 </div>
 <?php endforeach; $this->popLoop(); $loop = $this->getFirstLoop(); ?>
 </div>
 </div>

 </div>



 </div>
 </section>
	</div>

	<?php $this->startPush("scripts"); ?>
	<?php $this->stopPush(); ?>
	<?php  $this->startComponent("components/solicitateBudget"); ?><?php  echo $this->renderComponent(); ?>
<?php $this->stopSection(); ?>

<?php if (@$_shouldextend[1]) { echo $this->runChild('guest.layouts.guestApp', ["title" => "Buffet Rústico", "isOdd" =>false]); } ?>