{% extends 'main_base.html.twig' %}
{% block title %}Our Story{% endblock %}
{% block description %}our-story{% endblock %}
{% block content %}
<style>
{#<header>#}
{# <div class="header-image"><img src="{{ asset('assets/main/images/hakkimizda.png') }}" alt=""></div>#}
{# <div class="header-text">#}
{# <a href="{{ path('app_main_default') }}">#}
{# <div class="header-logo"><img src="{{ asset('assets/main/images/elefante.svg') }}" alt=""></div>#}
{# </a>#}
{# <div class="header-name"><span>{{ 'hakkimizda.hakkimizda'|trans }}</span></div>#}
{# <div class="header-text-line">#}
{# <span>SINCE</span>#}
{# <span>1995</span>#}
{# </div>#}
{# </div>#}
{#</header>#}
{#<div class="about-us-cotton-svg-1">#}
{# <img src="{{ asset('assets/main/images/cotton.svg') }}" alt="">#}
{#</div>#}
{#<div class="about-us-cotton-svg-2">#}
{# <img src="{{ asset('assets/main/images/cotton.svg') }}" alt="">#}
{#</div>#}
{#<div id="container">#}
{# <div class="content">#}
{# <div class="content-text content-text-header">#}
{# <div class="content-text-left">#}
{# <div class="content-text-image" data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear">#}
{# <img src="{{ asset('assets/main/images/ourPassionB.png') }}" alt="">#}
{# <div class="content-text-image-text">{{ 'hakkimizda.tutkumuzbiziyonlendiriyor'|trans }}</div>#}
{# </div>#}
{# </div>#}
{# <div class="content-text-right content-text-right-header">#}
{# <p class="animatext-aboutus">{{ entity.metin|raw }}</p>#}
{# </div>#}
{# </div>#}
{# <div class="content-text content-text-hakkimizda">#}
{# <div class="content-text-left">#}
{# <p data-aos="fade-up" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="300">#}
{# {{ entity.metin2|raw }}#}
{# </p>#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="follow-us">#}
{# <div class="follow-us-box">#}
{# <div class="follow-us-box-content">#}
{# <h3 data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="300">{{ 'bizitakipedin'|trans }}</h3>#}
{# <p data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="500">#}
{# {{ entity.metin3|raw }}#}
{# </p>#}
{# <div class="follow-us-box-buttons" data-aos="fade-right" data-aos-duration="400" data-aos-easing="linear" data-aos-delay="700">#}
{# {% for sm in sosyalmedya %}#}
{# <button class="global-btn">#}
{# <a href="{{ sm.link }}" target="_blank">#}
{# <i class="fab fa-{{ sm.tip }}"></i>#}
{# <span>{{ sm.tip|capitalize }}</span>#}
{# </a>#}
{# </button>#}
{# {% endfor %}#}
{# </div>#}
{# </div>#}
{# </div>#}
{# <div class="follow-us-video-wrapper">#}
{# <div class="follow-us-video-content">#}
{# <video id="follow-us-video" muted="" loop="">#}
{# <source src="{{ asset('assets/main/videos/elefante.mp4') }}" type="video/mp4">#}
{# Your browser does not support the video tag.#}
{# </video>#}
{# <div class="follow-us-video-play"><img src="{{ asset('assets/main/images/homeCollection.png') }}" alt=""></div>#}
{# </div>#}
{# </div>#}
{# </div>#}
{#</div>#}
</style>
<style>
.navbar__section-links__wrapper :not(.OUR) {
opacity: 0.4 !important;
}
.navbar__section-logo__wrapper-img {
filter: brightness(0) invert(1) !important;
}
.navbar__section::before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
z-index: -1;
}
.navbar__section::after {
content: "";
background-image: url("../../../public/assets/main/images/navbar/navbar-bg-our-story.png");
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -2;
}
.video__section {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.our__story__section-description__two-img__wrapper-bg a {
display: none !important;
}
.our__story__section-active__page{
margin-bottom: 25px;
margin-top: 50px;
}
.our__story__section-description__two .our__story__section-description__one-img__section-description{
display: none !important;
}
</style>
<div id="ourstory">
{% include 'main/default/loader.html.twig' %}
{% include 'main/default/cookie.html.twig' %}
<div class="our__story__section">
<div class="our__story__section-active__page">
<p><a href="{{ path('app_main_default') }}">Elefante </a> / <a class="active" href="">Our Story</a></p>
</div>
<div class="our__story__section-title">
{% for urunsayfasi in sayfa[2].sayfabaslikDilleri %}
<h1>{{ urunsayfasi.baslik|raw }}</h1>
<h2>{{ urunsayfasi.title|raw }}</h2>
{% endfor %}
</div>
<div class="our__story__main_flex__section">
{% for entity in kurumsal %}
{% set classNames = ['one', 'two'] %}
{% if entity.kurumsal.listeDurum == 0 %}
<section
class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}">
<div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__section">
<div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper">
<div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper-bg">
<img src="{{ asset('uploads/kurumsal/banner/' ~ entity.kurumsal.banner) }}">
<a class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-img__wrapper-bg-private__logo">
<img
src="{{ asset('assets/main/images/our-story/header-logo-gray-v.png') }}"
alt="logo"
class="private-logo__wrapper-logo">
</a>
</div>
</div>
<div class="our__story__section-description__one-img__section-description">
<div class="about__email">
<p class="our__story__section-description__one-img__section-description-email__title">
Looking to collaborate, or want to say hi, you can email me at</p>
{% for contact in contact %}
<a href="{{ contact.email}}"
class="our__story__section-description__one-img__section-description-email">
{{ contact.email}}
</a> {% endfor %}
</div>
<div class="about__icons">
<p class="our__story__section-description__one-img__section-description-icons__title">
Or if
social media is more your thing, feel free to reach out to me there:</p>
<div class="our__story__section-description__one-img__section-description-icons">
<a href="{{ sosyalmedya[3].link }}">
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
viewBox="0 0 448 512">
<path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/>
</svg>
</a>
<a href="{{ sosyalmedya[2].link }}">
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
viewBox="0 0 448 512">
<path d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/>
</svg>
</a>
<a href="{{ sosyalmedya[4].link }}">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100"
viewBox="0 0 50 50">
<path fill-rule="evenodd"
d="M 13 5 L 16 14 L 16 20 L 18 20 L 18 14 L 21 5 L 19 5 L 17 11 L 15 5 Z M 24 9 C 22.933594 9 22.410156 9.167969 21.757813 9.703125 C 21.132813 10.230469 20.960938 10.636719 21 12 L 21 17 C 21 17.996094 21.164063 18.652344 21.765625 19.234375 C 22.390625 19.816406 22.980469 20 24 20 C 25.066406 20 25.648438 19.816406 26.25 19.234375 C 26.875 18.675781 27 17.996094 27 17 L 27 12 C 27 11.117188 26.84375 10.28125 26.238281 9.722656 C 25.613281 9.148438 24.96875 9 24 9 Z M 29 9 L 29 18 C 29 18.972656 29.980469 20 31 20 C 32.019531 20 32.558594 19.488281 33 19 L 33 20 L 35 20 L 35 9 L 33 9 L 33 17 C 32.988281 17.683594 32.183594 18 32 18 C 31.792969 18 31 17.957031 31 17 L 31 9 Z M 24 11 C 24.300781 11 25 10.996094 25 12 L 25 17 C 25 17.96875 24.324219 18 24 18 C 23.699219 18 23 17.988281 23 17 L 23 12 C 23 11.183594 23.433594 11 24 11 Z M 10 22 C 6.40625 22 4 24.382813 4 28 L 4 37.5 C 4 41.117188 6.40625 44 10 44 L 40 44 C 43.59375 44 46 41.617188 46 38 L 46 28 C 46 24.382813 43.59375 22 40 22 Z M 12 26 L 18 26 L 18 28 L 16 28 L 16 40 L 14 40 L 14 28 L 12 28 Z M 26 26 L 28 26 L 28 30 C 28.230469 29.640625 28.574219 29.355469 28.902344 29.195313 C 29.222656 29.03125 29.546875 28.9375 29.875 28.9375 C 30.523438 28.9375 31.03125 29.171875 31.378906 29.609375 C 31.726563 30.050781 32 30.636719 32 31.5 L 32 37.5 C 32 38.242188 31.75 38.703125 31.421875 39.097656 C 31.101563 39.492188 30.621094 39.992188 30 40 C 28.949219 40.011719 28.386719 39.449219 28 39 L 28 40 L 26 40 Z M 18 29 L 20 29 L 20 37 C 20 37.230469 20.269531 38.007813 21 38 C 21.8125 37.992188 21.820313 37.234375 22 37 L 22 29 L 24 29 L 24 40 L 22 40 L 22 39 C 21.628906 39.4375 21.4375 39.574219 21.019531 39.78125 C 20.605469 40.015625 20.183594 40 19.792969 40 C 19.308594 40 18.757813 39.5625 18.5 39.234375 C 18.269531 38.933594 18 38.625 18 38 Z M 36.199219 29 C 37.148438 29 37.816406 29.203125 38.320313 29.734375 C 38.835938 30.265625 39 30.886719 39 31.886719 L 39 35 L 35 35 L 35 36.546875 C 35 37.105469 35.074219 37.460938 35.21875 37.671875 C 35.355469 37.902344 35.632813 38.003906 36 38 C 36.40625 37.996094 36.664063 37.914063 36.800781 37.730469 C 36.941406 37.566406 37 37.101563 37 36.5 L 37 36 L 39 36 L 39 36.59375 C 39 37.683594 38.914063 38.496094 38.375 39.027344 C 37.867188 39.585938 37.074219 39.84375 36.035156 39.84375 C 35.085938 39.84375 34.34375 39.5625 33.8125 38.984375 C 33.28125 38.40625 33.003906 37.613281 33.003906 36.59375 L 33.003906 31.886719 C 33.003906 30.980469 33.320313 30.308594 33.902344 29.710938 C 34.371094 29.230469 35.25 29 36.199219 29 Z M 29 30.5 C 28.449219 30.5 28.007813 30.996094 28 31.5 L 28 37.5 C 28.007813 37.789063 28.449219 38 29 38 C 29.550781 38 30 37.574219 30 37.023438 L 30 32 C 30 31 29.550781 30.5 29 30.5 Z M 36 31 C 35.449219 31 35.007813 31.464844 35 32 L 35 33 L 37 33 L 37 32 C 37 31.386719 36.550781 31 36 31 Z"></path>
</svg>
</a>
<a href="{{ sosyalmedya[0].link }}">
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14"
viewBox="0 0 448 512">
<path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/>
</svg>
</a>
<a href="{{ sosyalmedya[1].link }}">
<svg xmlns="http://www.w3.org/2000/svg" height="16" width="10"
viewBox="0 0 320 512">
<path d="M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-description">
<h3>{{ entity.baslik1|raw }}</h3>
<p>{{ entity.metin1|raw }}</p>
<div class="our__story__section-description__{{ classNames[loop.index0] ?? classNames|last }}-description-logos description-logos">
<img src="{{ asset('uploads/ayarlar/referans/' ~ ayarlar.referans) }}"
alt="references-logo">
</div>
</div>
</section>
{% endif %}
{% endfor %}
</div>
<section class="our__story__section-quality__works">
{% set loopIndex = -1 %}
{% for entity in kurumsal %}
{% if entity.kurumsal.listeDurum == 1 %}
<div class="our__story__section-quality__works-quality__work">
<div class="our__story__section-quality__works-quality__work-mini__logo">
<p>N</p>
<span>0:</span>
</div>
<div class="our__story__section-quality__works-quality__work-number__title">
0{{ loopIndex }}
</div>
<div class="our__story__section-quality__works-quality__work-title">
{{ entity.baslik1|raw }}
</div>
<div class="our__story__section-quality__works-quality__work-description">
{{ entity.metin1|raw }}
</div>
</div>
{% endif %}
{% set loopIndex = loopIndex + 1 %}
{% endfor %}
</section>
</div>
<div class="video__main__sectionr">
<div class="video__main__section">
<section class="video__section video__section-items__wrapper">
<div class="video__section-items__wrapper">
{{ ayarlar.video|raw }}
<button class="video__section-items__wrapper-button gizle">
</button>
</div>
</section>
</div>
</div>
</div>
{% include 'main/default/new-catalogue.html.twig' %}
{% endblock %}
{% block body_js %}
{% include 'main/default/scripts.html.twig' %}
{% endblock %}