xxxxxxxxxx
1
<header>
2
<!-- Section-1 -->
3
<section class="mb-3">
4
<div class="page-header vh-75">
5
<span class="mask bg-gradient-info opacity-80"></span>
6
<div class="container">
7
<div class="row">
8
<div class="col-lg-10 ls-1 lh-1 my-auto mx-auto">
9
<h3
10
class="text-white fw-900 mb-4 text-center display-4 my-display-4"
11
>
12
<span class="word1 font-weight-bold animation zoomIn"
13
>Odkrij,</span
14
>
15
<span class="word2 font-weight-bold animation zoomIn"
16
>razišči,</span
17
>
18
<span class="word3 font-weight-bold animation zoomIn"
19
>razreši!</span
20
>
21
</h3>
22
<!-- Divider -->
23
<hr class="text-white" />
24
<p
25
class="lead mb-4 fw-normal text-white opacity-90 text-center my-display-4 word4 animation zoom-in"
26
>
27
<span class=""
28
>Zdaj je čas je, da prepoznate svojo pravo naravo, vzamete
29
svojo moč nazaj in zaživite svoje poslanstvo.</span
30
>
31
</p>
32
</div>
33
</div>
34
</div>
35
<div class="position-absolute w-100 z-index-1 bottom-0">
36
<svg
37
class="waves"
38
xmlns="http://www.w3.org/2000/svg"
39
xmlns:xlink="http://www.w3.org/1999/xlink"
40
viewbox="0 24 150 40"
41
preserveaspectratio="none"
42
shape-rendering="auto"
43
>
44
<defs>
45
<path
46
id="gentle-wave"
47
d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z"
48
></path>
49
</defs>
50
<g class="simple-waves">
51
<use
52
xlink:href="#gentle-wave"
53
x="48"
54
y="-1"
55
fill="rgba(255,255,255,0.40"
56
></use>
57
<use
58
xlink:href="#gentle-wave"
59
x="48"
60
y="3"
61
fill="rgba(255,255,255,0.35)"
62
></use>
63
<use
64
xlink:href="#gentle-wave"
65
x="48"
66
y="5"
67
fill="rgba(255,255,255,0.25)"
68
></use>
69
<use
70
xlink:href="#gentle-wave"
71
x="48"
72
y="8"
73
fill="rgba(255,255,255,0.20)"
74
></use>
75
<use
76
xlink:href="#gentle-wave"
77
x="48"
78
y="13"
79
fill="rgba(255,255,255,0.15)"
80
></use>
81
<use
82
xlink:href="#gentle-wave"
83
x="48"
84
y="16"
85
fill="rgba(255,255,255,1"
86
></use>
87
</g>
88
</svg>
89
</div>
90
</div>
91
</section>
92
<!-- Section-1-end -->
93
</header>
xxxxxxxxxx
1
.my-row-1 {
2
background-color: #326796;
3
background: -moz-radial-gradient(center, ellipse cover, #3f81bc 0%, #326796 100%);
4
background: -webkit-radial-gradient(center, ellipse cover, #3f81bc 0%, #326796 100%);
5
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #3f81bc), color-stop(100%, #326796));
6
background: -o-radial-gradient(center, ellipse cover, #3f81bc 0%, #326796 100%);
7
background: -ms-radial-gradient(center, ellipse cover, #3f81bc 0%, #326796 100%);
8
background: radial-gradient(ellipse at center, #3f81bc 0%, #326796 100%);
9
border-bottom: 1px solid #76ABD9;
10
}
11
12
.my-text-color {
13
color: #C2D2E0;
14
}
15
@media (max-width: 575px) {
16
.logo-container {
17
margin-left: 32%;
18
19
}
20
}
21
@media (max-width: 991px) {
22
.click-to-action {
23
padding-top: 10px;
24
padding-bottom: 10px;
25
}
26
}
27
@media (max-width: 575px) {
28
.my-fa-phone-1 {
29
height: 100px;
30
}
31
}
32
.logo {
33
width: 155px;
34
height: 140px;
35
}
36
37
.logo-container {
38
padding-left: 2%;
39
}
40
41
42
.click-to-action {
43
padding-right: 2%;
44
}
45
46
.pulse i {
47
color: #88a8c3;
48
}
49
50
.pulse {
51
height: 100px;
52
width: 100px;
53
border-radius: 50%;
54
display: flex;
55
justify-content: center;
56
align-items: center;
57
position: relative
58
}
59
60
.pulse::before {
61
content: "";
62
position: absolute;
63
border: 1px solid #88a8c3;
64
width: calc(100% + 40px);
65
height: calc(100% + 40px);
66
border-radius: 50%;
67
animation: pulse 1s linear infinite
68
}
69
70
.pulse::after {
71
content: "";
72
position: absolute;
73
border: 1px solid #88a8c3;
74
width: calc(100% + 40px);
75
height: calc(100% + 40px);
76
border-radius: 50%;
77
animation: pulse 1s linear infinite;
78
animation-delay: 0.3s
79
}
80
81
@keyframes pulse {
82
0% {
83
transform: scale(0.5);
84
opacity: 0
85
}
86
87
50% {
88
transform: scale(1);
89
opacity: 1
90
}
91
92
100% {
93
transform: scale(1.3);
94
opacity: 0
95
}
96
}
97
.navbar {
98
background-color: #3977ac;
99
background: -moz-radial-gradient(center, ellipse cover, #3f81bc 0%, #3977ac 100%);
100
background: -webkit-radial-gradient(center, ellipse cover, #3f81bc 0%, #3977ac 100%);
101
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #3f81bc), color-stop(100%, #3977ac));
102
background: -o-radial-gradient(center, ellipse cover, #3f81bc 0%, #3977ac 100%);
103
background: -ms-radial-gradient(center, ellipse cover, #3f81bc 0%, #3977ac 100%);
104
background: radial-gradient(ellipse at center, #3f81bc 0%, #3977ac 100%);
105
}
106
107
.navbar-text {
108
color: #c2d2e0; }
109
.navbar-text a {
110
color: #ffffff; }
111
.navbar-text a:hover, .navbar-text a:focus {
112
color: #c2d2e0;
113
}
114
115
.navbar-nav .nav-link {
116
color: #c2d2e0;
117
border-radius: 0.25rem;
118
margin: 0 0.25em; }
119
.navbar-nav .nav-link:not(.disabled):hover, .navbar-nav .nav-link:not(.disabled):focus {
120
color: #ffffff; }
121
.navbar-nav .dropdown-menu {
122
border-color: #76ABD9;
123
background-color: #3977ac; }
124
.navbar-nav .dropdown-item {
125
color: #c2d2e0; }
126
.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item.active {
127
color: #ffffff;
128
background-color: #3977ac; }
129
.navbar-nav .dropdown-divider {
130
border-top-color: #c2d2e0;
131
}
132
133
.nav-item.active .nav-link {
134
color: #ffffff; }
135
.nav-item.active .nav-link:hover, .nav-item.active .nav-link:focus {
136
color: #ffffff; }
137
.nav-item.show .nav-link {
138
color: #ffffff; }
139
.nav-item.show .nav-link:hover, .nav-item.show .nav-link:focus {
140
color: #ffffff;
141
}
142
143
.navbar-toggle {
144
border-color: #428bca; }
145
.navbar-toggle:hover, .navbar-toggle:focus {
146
background-color: #428bca; }
147
.navbar-toggle .navbar-toggler-icon {
148
color: #c2d2e0;
149
}
150
151
.navbar-collapse, .navbar-form {
152
border-color: #c2d2e0;
153
}
154
155
.navbar-link {
156
color: #c2d2e0;
157
}
158
159
.header-bord.t {
160
border-bottom: thin solid #76ABD9;
161
}
162
163
.navbar .navbar-link:hover {
164
color: #ffffff;
165
background-color: #3977ac;
166
}
167
168
.navbar-dark .navbar-toggler {
169
border: 0px black solid;
170
}
171
172
.my-divider {
173
background-color: #c2d2e0;
174
}
175
176
body {
177
font-family: Roboto, sans-serif;
178
font-weight: 300;
179
}
180
181
.bg-gradient-info {
182
background: linear-gradient(310deg, rgba(106, 17, 203, 0.8), rgba(37, 117, 252, 0.8));
183
}
184
185
.min-vh-75 {
186
min-height: 75vh;
187
}
188
189
.z-index-1 {
190
z-index: 1;
191
}
192
193
.page-header {
194
padding: 0;
195
position: relative;
196
overflow: hidden;
197
display: flex;
198
align-items: center;
199
background-size: cover;
200
background-position: 50%
201
}
202
203
.page-header {
204
background-image: url('../img/content/jpg/Regresija-hipnoza-4.jpg');
205
background-size: cover;
206
background-position: 50% 50%;
207
background-color: rgba(0, 0, 0, 0);
208
}
209
.page-header .container {
210
z-index: 1
211
}
212
213
.fw-900 {
214
font-weight: 900;
215
}
216
217
.waves {
218
position: relative;
219
width: 100%;
220
height: 15vh;
221
margin-bottom: -7px;
222
/*Fixforsafarigap*/
223
min-height: 100px;
224
max-height: 150px;
225
}
226
227
.simple-waves>use {
228
animation: wavy 55s cubic-bezier(.55, .5, .45, .5) infinite;
229
}
230
231
.simple-waves>use:nth-child(1) {
232
animation-delay: -2s;
233
animation-duration: 7s;
234
}
235
236
.simple-waves>use:nth-child(2) {
237
animation-delay: -3s;
238
animation-duration: 10s;
239
}
240
241
.simple-waves>use:nth-child(3) {
242
animation-delay: -4s;
243
animation-duration: 13s;
244
}
245
246
.simple-waves>use:nth-child(4) {
247
animation-delay: -5s;
248
animation-duration: 16s;
249
}
250
251
.simple-waves>use:nth-child(5) {
252
animation-delay: -4s;
253
animation-duration: 20s;
254
}
255
256
@keyframes wavy {
257
0% {
258
transform: translate3d(-90px, 0, 0);
259
}
260
261
100% {
262
transform: translate3d(85px, 0, 0);
263
}
264
}
265
266
@media(max-width:768px) {
267
.waves {
268
height: 40px;
269
min-height: 40px;
270
}
271
}
272
273
.dropdown-menu li {
274
position: relative;
275
}
276
277
.dropdown-menu .dropdown-submenu {
278
position: absolute !important;
279
left: 100%;
280
top: 0;
281
border:1px solid;
282
border-color:#c2d2e0;
283
}
284
285
.dropdown-menu {
286
position: absolute !important;
287
left: 100%;
288
margin-left: 0 !important;
289
top: 0;
290
border:1px solid;
291
border-color:#c2d2e0;
292
}
293
.dropdown-menu .dropdown-toggle {
294
padding: .25rem 1.1rem !important;
295
}
296
297
@media screen and (max-width :767px) {
298
.dropdown-menu .dropdown-submenu {
299
position: static !important;
300
}
301
}
302
303
.dropdown-toggle[aria-expanded="true"]:after {
304
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
305
-webkit-transform: rotate(180deg);
306
-moz-transform: rotate(180deg);
307
-o-transform: rotate(180deg);
308
-ms-transform: rotate(180deg);
309
transform: rotate(180deg);
310
}
311
312
/*for the animation*/
313
.dropdown-toggle:after {
314
-webkit-transition: 0.5s;
315
-moz-transition: 0.5s;
316
-o-transition: 0.5s;
317
-ms-transition: 0.5s;
318
transition: 0.5s;
319
}
320
321
.dropdown-toggle.active-dropdown::after {
322
transform: rotate(-90deg);
323
}
324
325
.dropdown-toggle[aria-expanded="true"]:after {
326
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
327
-webkit-transform: rotate(180deg);
328
-moz-transform: rotate(180deg);
329
-o-transform: rotate(180deg);
330
-ms-transform: rotate(180deg);
331
transform: rotate(180deg);
332
}
333
334
.dropdown-toggle:after {
335
-webkit-transition: 0.5s;
336
-moz-transition: 0.5s;
337
-o-transition: 0.5s;
338
-ms-transition: 0.5s;
339
transition: 0.5s;
340
}
341
342
.dropdown-submenu .dropdown-menu {
343
top: 0;
344
left: 100%;
345
margin-left: 0.1rem;
346
margin-right: 0.1rem;
347
}
348
@media (max-width: 991px) {
349
.col-b1 {
350
border-top: thin solid #76abd9;
351
width: 90%;
352
margin-left: auto;
353
margin-right: auto;
354
}
355
}
356
357
#icon {
358
width: 60px;
359
height: 50px;
360
cursor: pointer;
361
transform: translate3d(0, 0, 0);
362
}
363
.hamburger-icon path {
364
fill: none;
365
transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
366
stroke-width: 30px;
367
stroke-linecap: round;
368
stroke: #c2d2e0;
369
stroke-dashoffset: 0px;
370
}
371
.hamburger-icon path#top,
372
.hamburger-icon path#bottom {
373
stroke-dasharray: 240px 950px;
374
}
375
.hamburger-icon path#middle {
376
stroke-dasharray: 240px 240px;
377
}
378
.cross path#top,
379
.cross path#bottom {
380
stroke-dashoffset: -650px;
381
stroke-dashoffset: -650px;
382
}
383
.cross path#middle {
384
stroke-dashoffset: -115px;
385
stroke-dasharray: 1px 220px;
386
}
387
388
@media (min-width: 575px) and (max-width: 991px) {
389
.navbar {
390
padding-top: 0px;
391
}
392
}
393
@media (max-width: 575px) {
394
.navbar {
395
padding-top: 0px;
396
}
397
}
398
399
@keyframes zoomIn {
400
from {
401
opacity: 0;
402
transform: scale3d(.3, .3, .3);
403
}
404
405
50% {
406
opacity: 1;
407
}
408
}
409
410
.zoomIn {
411
animation-name: zoomIn;
412
}
413
414
.word1 {
415
-webkit-animation-name: zoomIn;
416
-moz-animation-name: zoomIn;
417
-o-animation-name: zoomIn;
418
-ms-animation-name: zoomIn;
419
animation-name: zoomIn;
420
animation: zoomIn;
421
animation-duration: 1s;
422
animation-delay: 0.5s;
423
animation-iteration-count: 1;
424
425
}
426
427
.word2 {
428
-webkit-animation-name: zoomIn;
429
-moz-animation-name: zoomIn;
430
-o-animation-name: zoomIn;
431
-ms-animation-name: zoomIn;
432
animation-name: zoomIn;
433
animation: zoomIn;
434
animation-duration: 1s;
435
animation-delay: 1.5s;
436
animation-iteration-count: 1;
437
438
}
439
440
.word3 {
441
-webkit-animation-name: zoomIn;
442
-moz-animation-name: zoomIn;
443
-o-animation-name: zoomIn;
444
-ms-animation-name: zoomIn;
445
animation-name: zoomIn;
446
animation: zoomIn;
447
animation-duration: 1s;
448
animation-delay: 2.5s;
449
animation-iteration-count: 1;
450
451
}
452
453
.word4 {
454
-webkit-animation-name: zoomIn;
455
-moz-animation-name: zoomIn;
456
-o-animation-name: zoomIn;
457
-ms-animation-name: zoomIn;
458
animation-name: zoomIn;
459
animation: zoomIn;
460
animation-duration: 1s;
461
animation-delay: 3.5s;
462
animation-iteration-count: 1;
463
464
}
1
1
Console errors: 0