@@ -290,17 +290,17 @@ h5, .h5 {
290290 left : 0 ;
291291 right : 0 ;
292292 mask-image :
293- url(../ img/blob-top-left.webp ),
294- url(../ img/blob-top-right.webp ),
295- url(../ img/blob-bottom-left.webp ),
296- url(../ img/blob-bottom-right.webp ),
297- url(../ img/blob-center.webp );
293+ url(../ img/blob-top-left.svg ),
294+ url(../ img/blob-top-right.svg ),
295+ url(../ img/blob-bottom-left.svg ),
296+ url(../ img/blob-bottom-right.svg ),
297+ url(../ img/blob-center.svg );
298298 -webkit-mask-image :
299- url(../ img/blob-top-left.webp ),
300- url(../ img/blob-top-right.webp ),
301- url(../ img/blob-bottom-left.webp ),
302- url(../ img/blob-bottom-right.webp ),
303- url(../ img/blob-center.webp );
299+ url(../ img/blob-top-left.svg ),
300+ url(../ img/blob-top-right.svg ),
301+ url(../ img/blob-bottom-left.svg ),
302+ url(../ img/blob-bottom-right.svg ),
303+ url(../ img/blob-center.svg );
304304 mask-position :
305305 left 0px top 0px ,
306306 right 0px top 0px ,
@@ -326,8 +326,8 @@ h5, .h5 {
326326 bottom : 0 ;
327327 left : 0 ;
328328 right : 0 ;
329- mask-image : url(../ img/bg-bottom.webp );
330- -webkit-mask-image : url(../ img/bg-bottom.webp );
329+ mask-image : url(../ img/bg-bottom.svg );
330+ -webkit-mask-image : url(../ img/bg-bottom.svg );
331331 mask-repeat : no-repeat;
332332 -webkit-mask-repeat : no-repeat;
333333 mask-position : bottom;
@@ -427,17 +427,17 @@ h5, .h5 {
427427 left : 0 ;
428428 right : 0 ;
429429 mask-image :
430- url(../ img/blob-top-left.webp ),
431- url(../ img/blob-top-right.webp ),
432- url(../ img/blob-bottom-left.webp ),
433- url(../ img/blob-bottom-right.webp ),
434- url(../ img/blob-center.webp );
430+ url(../ img/blob-top-left.svg ),
431+ url(../ img/blob-top-right.svg ),
432+ url(../ img/blob-bottom-left.svg ),
433+ url(../ img/blob-bottom-right.svg ),
434+ url(../ img/blob-center.svg );
435435 -webkit-mask-image :
436- url(../ img/blob-top-left.webp ),
437- url(../ img/blob-top-right.webp ),
438- url(../ img/blob-bottom-left.webp ),
439- url(../ img/blob-bottom-right.webp ),
440- url(../ img/blob-center.webp );
436+ url(../ img/blob-top-left.svg ),
437+ url(../ img/blob-top-right.svg ),
438+ url(../ img/blob-bottom-left.svg ),
439+ url(../ img/blob-bottom-right.svg ),
440+ url(../ img/blob-center.svg );
441441 mask-position :
442442 left 0px top 0px ,
443443 right 0px top 0px ,
@@ -479,14 +479,14 @@ h5, .h5 {
479479 align-items : center;
480480 justify-content : center;
481481 color : var (--light );
482- background : url(../ img/blob-primary.webp ) center center no-repeat;
482+ background : url(../ img/blob-primary.svg ) center center no-repeat;
483483 background-size : contain;
484484 transition : .5s ;
485485}
486486
487487.service-item : hover .service-icon {
488488 color : var (--dark );
489- background : url(../ img/blob-secondary.webp ) center center no-repeat;
489+ background : url(../ img/blob-secondary.svg ) center center no-repeat;
490490 background-size : contain;
491491}
492492
@@ -556,8 +556,8 @@ h5, .h5 {
556556 bottom : 0 ;
557557 left : 0 ;
558558 right : 0 ;
559- mask-image : url(../ img/bg-top.webp );
560- -webkit-mask-image : url(../ img/bg-top.webp );
559+ mask-image : url(../ img/bg-top.svg );
560+ -webkit-mask-image : url(../ img/bg-top.svg );
561561 mask-repeat : no-repeat;
562562 -webkit-mask-repeat : no-repeat;
563563 mask-position : top;
0 commit comments