{% extends "layouts/layout.html.twig" %}{% block body %}<section class="page image-blocks image-blocks-category"> <div class="position-relative"> <div class="page-header" style="background-image:url({{ asset('HotelImages/details/25.jpg') }})"> <div class="container"> <div class="page-title"> <h2 class="title">{{ 'Contacts'|trans }}</h2> <p>{{ 'Contact information'|trans }}</p> </div> </div> </div> </div> <div class="contact"> <div class="container"> <!-- === Google map === --> <div class="map" id="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3071.9564784614076!2d-0.4197690999999999!3d39.650694!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd60432f647402c9%3A0xd3b1d9d666d50bee!2zQy4gZGUgbGEgRmVsaWNpZGFkLCA1LCA0NjExOSBOw6FxdWVyYSwgVmFsZW5jaWEsINCY0YHQv9Cw0L3QuNGP!5e0!3m2!1sru!2sid!4v1683732898431!5m2!1sru!2sid" width="100%" height="600" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> <div class="row"> <div class="col-sm-10 col-sm-offset-1 col-md-10 col-md-offset-1"> <!-- === Contact block === --> <div class="contact-block"> <!-- === Contact banner === --> <div class="banner"> <div class="row"> <div class="col-md-offset-1 col-md-10 text-center"> <h2 class="title">{{ 'Send an email'|trans }}</h2> <p> {{ 'Please use this form if you have any questions about our products <br/> and we\'ll get back with you very soon.'|trans|raw}} </p> <div class="contact-form-wrapper"> <a class="btn btn-clean open-form" data-text-open="Contact us via form" data-text-close="Close form">{{ 'Contact us via form'|trans }}</a> <div class="contact-form clearfix"> <form action="#" method="post"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <input type="text" value="" class="form-control" placeholder="{{ 'Your name'|trans }}" required="required"> </div> </div> <div class="col-md-6"> <div class="form-group"> <input type="email" value="" class="form-control" placeholder="{{ 'Your email'|trans }}" required="required"> </div> </div> <div class="col-md-12"> <div class="form-group"> <input type="text" value="" class="form-control" placeholder="{{ 'Subject'|trans }}" required="required"> </div> </div> <div class="col-md-12"> <div class="form-group"> <textarea class="form-control" placeholder="{{ 'Your message'|trans }}" rows="10"></textarea> </div> </div> <div class="col-md-12 text-center"> <input type="submit" class="btn btn-clean" value="{{ 'Send message'|trans }}" /> </div> </div> </form> </div> </div> </div> </div> </div> <!-- === Contact info === --> <div class="contact-info"> <div class="row"> <div class="col-sm-4"> <figure class="text-center"> <span class="icon icon-map-marker"></span> <figcaption> <strong>{{ 'Our Address'|trans }}</strong> <span>Calle de la Felicidad 5, 46119, <br>Nàquera , València, Spain</span> </figcaption> </figure> </div> <div class="col-sm-4"> <figure class="text-center"> <span class="icon icon-phone"></span> <figcaption> <strong>{{ 'Call us'|trans }}</strong> <span> <strong>T</strong> {{ hotel_phone }} </span> </figcaption> </figure> </div> <div class="col-sm-4"> <figure class="text-center"> <span class="icon icon-clock"></span> <figcaption> <strong>{{ 'Working hours'|trans }}</strong> <span> <strong>{{ 'Mon'|trans }}</strong> - {{ 'Sun'|trans }}: 09AM - 10PM </span> </figcaption> </figure> </div> </div> </div> </div> <!--/contact-block--> </div><!--col-sm-8--> </div> </div> </div></section>{% endblock %}{% block title %}{% endblock %}