Files
doormile-site/includes/sections/hero/about-us.php
2026-05-26 17:36:00 +05:30

81 lines
2.9 KiB
PHP

<style>
.about-us-hero {
position: relative;
}
.about-us-hero .about-us-hero-bg {
min-height: fit-content;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.about-us-hero .e-con-inner {
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 2;
}
.about-us-hero-content {
max-width: 100%;
/* padding: 130px 24px 90px; */
text-align: center;
color: #fff;
}
.about-us-hero-eyebrow {
margin: 0 0 18px;
font-family: 'Manrope', sans-serif;
font-size: 13px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.72);
}
.about-us-hero-title {
margin: 0 0 22px;
font-family: 'Manrope', sans-serif;
font-size: clamp(44px, 8vw, 96px);
font-weight: 900;
line-height: 0.98;
letter-spacing: 0;
color: #fff;
}
.about-us-hero-text {
text-align: center;
max-width: 720px;
margin: 0 auto;
font-family: 'Manrope', sans-serif;
font-size: clamp(17px, 2vw, 22px);
line-height: 1.65;
color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 768px) {
.about-us-hero-content {
padding: 115px 20px 70px;
}
}
</style>
<div class="elementor-63 miletruth-hero about-us-hero">
<div class="elementor-element elementor-element-86f3204 e-con-full e-flex cut-corner-no sticky-container-off e-con e-parent" data-id="86f3204" data-element_type="container" data-e-type="container">
<div style="background-image: linear-gradient(hsla(0, 0%, 0%, 0.9), rgba(0, 0, 0, 0.9)), url('assets/images/about-bg.png'); background-size: cover;border-radius: 20px;" class="elementor-element elementor-element-0b7a484 e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-child about-us-hero-bg" data-id="0b7a484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\/\/demo.artureanec.com\/themes\/logico-rounded\/wp-content\/uploads\/2024\/10\/home3-slide1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}">
<div class="e-con-inner">
<div class="about-us-hero-content">
<!-- <p class="about-us-hero-eyebrow">About Doormile</p> -->
<br> <br>
<h3 class="about-us-hero-title" style="color: white; line-height: 1.2;">The Operators Building <br/> <span style="color: #C01227;">Doormile</span>
<br></h3>
<!-- <p class="about-us-hero-text" >One System. One Promise Kept.</p> -->
</div>
</div>
</div>
</div>
</div>