{% extends 'base.html.twig' %}{% block title %} {{ 'contact'|trans}} {% endblock %}{% block css %} <style> .contact .info-wrap { box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); padding: 30px; } .contact .info { background: #fff; } .contact .info i { font-size: 20px; color: #0084d6; float: left; width: 44px; height: 44px; border: 1px solid #0084d6; display: flex; justify-content: center; align-items: center; border-radius: 50px; transition: all 0.3s; } .contact .info h4 { padding: 0 0 0 60px; font-size: 22px; font-weight: 600; margin-bottom: 5px; color: #111; } .contact .info p { padding: 0 0 0 60px; margin-bottom: 0; font-size: 14px; color: #444444; } .contact .info:hover i { background: #0084d6; color: #fff; } .contact .php-email-form2 { width: 100%; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); padding: 30px; background: #fff; } .contact .php-email-form2 .form-group { padding-bottom: 8px; } .contact .php-email-form2 .validate { display: none; color: red; margin: 0 0 15px 0; font-weight: 400; font-size: 13px; } .contact .php-email-form2 .error-message { display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600; } .contact .php-email-form2 .error-message br + br { margin-top: 25px; } .contact .php-email-form2 .sent-message { display: none; color: #fff; background: #0084d6; text-align: center; padding: 15px; font-weight: 600; } .contact .php-email-form2 .loading { display: none; background: #fff; text-align: center; padding: 15px; } .contact .php-email-form2 .loading:before { content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #0084d6; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite; animation: animate-loading 1s linear infinite; } .contact .php-email-form2 input, .contact .php-email-form2 textarea { border-radius: 0; box-shadow: none; font-size: 14px; border-radius: 4px; } .contact .php-email-form2 input:focus, .contact .php-email-form2 textarea:focus { border-color: #0084d6; } .contact .php-email-form2 input { height: 44px; } .contact .php-email-form2 textarea { padding: 10px 12px; } .contact .php-email-form2 button[type="submit"] { background: #7f3e98!important; border: 0; padding: 10px 24px; color: #fff; transition: 0.4s; border-radius: 4px; } .contact .php-email-form2 button[type="submit"]:hover { background: #7f3e98!important; } a{ color: #3b3939;!important; } </style>{% endblock %}{% block body %} <div class=" d-flex flex-column flex-row-fluid"> <section id="contact" class="contact"> <div class="row mb-5 mt-5 justify-content-center" data-aos=""> <div class="col-lg-6"> <div class="info-wrap"> {% for p in phones %} {% if p.isWhatsapp == 1 %} <p class="fs-6"> <a target="_blank" href="https://api.whatsapp.com/send?phone{{ p.number|replace({' ': ''}) }}=&text=Hi"><span class="bi bi-whatsapp" style="color: green"></span> {{ p.number }}</a> </p> {% endif %} {% if p.isTelegram == 1 %} <p class="fs-6"> <span class="bi bi-telegram" style="color: #5959bf"></span> {{ p.number }} </p> {% endif %} {% endfor %} {% if email !='' %} <p class="fs-6"> <a target="_blank" href="mailto:{{ email }}"><span class="fa fa-mail-bulk" ></span> {{ email }}</a> </p> {% endif %} </div> <div class="info-wrap"> <form action="" method="get" role="form" class="php-email-form2"> <div class="form-row"> <div class="col-md-12 form-group"> <input type="text" name="name" class="form-control" id="name" placeholder="{{ 'name'|trans }}" required/> </div> <div class="col-md-12 form-group"> <input type="email" class="form-control" name="email" id="email" placeholder="{{ 'email'|trans }}" required/> </div> </div> <div class="form-group"> <textarea class="form-control" name="message" rows="8" placeholder="{{ 'message'|trans }}" required></textarea> </div> <div class="form-row" style="align-items: flex-end;margin: 20px"> <div class="col-md-12 form-group "> <button class="" style="float: right" type="submit">{{ 'send_message'|trans }}</button> </div> </div> </form> </div> </div> <div class="col-lg-6"> <div class="info-wrap"> {% for d in days %} {% set da = 'day_'~d.day %} <p class="fs-6"> <span class="bi bi-calendar-day"></span> {{ da|trans }} {{ d.start }} - {{ d.end }} <em class="fs-8">{{ 'open'|trans }}</em> </p> {% endfor %} </div> <div class="info-wrap"> <p style="display: flex"> {% if twitter != ''%} <a class="fs-5 m-4" target="_blank" href="{{ twitter }}" class="twitter"><i class="bi bi-twitter" style="color: #669be0"></i> </a> <br/> {% endif %} {% if facebook != '' %} <a class="fs-5 m-4" target="_blank" href="{{ facebook }}" class="facebook"><i class="bi bi-facebook" style="color: #0492e0"></i> </a> <br/> {% endif %} {% if instagram != ''%} <a class="fs-5 m-4" target="_blank" href="{{ instagram }}" class="instagram"><i class="bi bi-instagram" style="color: #5b3434"></i> </a> <br/> {% endif %} {% if youtube != ''%} <a class="fs-5 m-4" target="_blank" href="{{ youtube }}" class="instagram"><i class="bi bi-youtube" style="color: #ec4040"></i> </a> <br/> {% endif %} </p> </div> {% if location_description != '' %} <div class="info-wrap" style="display: flex"> <p><span class="fa fa-map-marker-alt" style="margin-right: 8px"></span> {{ location_description|raw }}</p> </div> {% endif %} {% if location_plan != '' %} <div class="info-wrap" id="lightgallery"> <div data-aos="fade"data-src="{{ asset('uploads/'~location_plan) }}" > <a href="{{ asset('uploads/'~location_plan) }}" download><img alt="" class="img-thumbnail mb-5" style="max-height: 100%; max-width: 100%;" src="{{ asset('uploads/'~location_plan) }}"/></a> </div> </div> {% endif %} </div> </div> </section><!-- End Contact Section --> {% if location_plan != ''%} <div class="map-section mt-5 mb-5"> {% if google_map != '' %} {{ google_map|raw }} {% endif %} </div> {% endif %} </div>{% endblock %} {% block js %} {% endblock %}