xxxxxxxxxx
1
<!-- Section-1 -->
2
<section class="mb-3">
3
<div class="page-header min-vh-75">
4
<span class="mask bg-gradient-info opacity-80"></span>
5
<div class="container">
6
<div class="row">
7
<div class="col-lg-10 ls-1 lh-1 my-auto mx-auto">
8
<h3 class="text-white fw-500 mb-4 text-center my-display-4 my-h3">
9
<span class="font-weight-bold" data-mdb-toggle="animation" data-mdb-animation="zoom-in"
10
data-mdb-animation-start="onLoad" data-mdb-animation-delay="300"
11
data-mdb-animation-duration="1000">Odkrij,</span>
12
<span class="font-weight-bold" data-mdb-toggle="animation" data-mdb-animation="zoom-in"
13
data-mdb-animation-start="onLoad" data-mdb-animation-delay="800"
14
data-mdb-animation-duration="1000">razišči,</span>
15
<span class="font-weight-bold" data-mdb-toggle="animation" data-mdb-animation="zoom-in"
16
data-mdb-animation-start="onLoad" data-mdb-animation-delay="1300"
17
data-mdb-animation-duration="1000">razreši!</span>
18
</h3>
19
<!-- Divider -->
20
<hr class="text-white" />
21
<p class="lead mb-4 fw-normal text-white opacity-90 text-center my-display-4"><span data-mdb-toggle="animation" data-mdb-animation="zoom-in"
22
data-mdb-animation-start="onLoad" data-mdb-animation-delay="1500"
23
data-mdb-animation-duration="1000">Zdaj je čas je, da prepoznate svojo pravo naravo,
24
vzamete svojo moč nazaj in zaživite svoje poslanstvo.</span>
25
</p>
26
</div>
27
</div>
28
</div>
29
<div class="position-absolute w-100 z-index-1 bottom-0">
30
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
31
viewbox="0 24 150 40" preserveaspectratio="none" shape-rendering="auto">
32
<defs>
33
<path id="gentle-wave"
34
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"></path>
35
</defs>
36
<g class="simple-waves">
37
<use xlink:href="#gentle-wave" x="48" y="-1" fill="rgba(255,255,255,0.40"></use>
38
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.35)"></use>
39
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.25)"></use>
40
<use xlink:href="#gentle-wave" x="48" y="8" fill="rgba(255,255,255,0.20)"></use>
41
<use xlink:href="#gentle-wave" x="48" y="13" fill="rgba(255,255,255,0.15)"></use>
42
<use xlink:href="#gentle-wave" x="48" y="16" fill="rgba(255,255,255,1"></use>
43
</g>
44
</svg>
45
</div>
46
</div>
47
</section>
48
<!-- Section-1-end -->
49
xxxxxxxxxx
1
.bg-gradient-info {
2
background: linear-gradient(
3
310deg,
4
rgba(106, 17, 203, 0.8),
5
rgba(37, 117, 252, 0.8)
6
);
7
}
8
9
.min-vh-75 {
10
min-height: 75vh;
11
}
12
13
.page-header {
14
padding: 0;
15
position: relative;
16
overflow: hidden;
17
display: flex;
18
align-items: center;
19
background-size: cover;
20
background-position: 50%;
21
}
22
1
1
Console errors: 0