└── Glassmorphism Effect Website └── assets ├── img ├── AC.png ├── Amin.jpg ├── ff.jpg ├── man.png ├── JShine.jpg ├── blackbg.jpg ├── favicon.png ├── blog-img-03.jpg ├── blog-img-04.jpg ├── blog-img-05.jpg ├── colorfull │ ├── man.png │ ├── man1.png │ ├── layer.png │ ├── woman.png │ ├── bar-graph.png │ ├── checked.png │ ├── console.png │ ├── prototype.png │ ├── ui-design.png │ ├── movie-frame.png │ ├── phone-call.svg │ ├── location.svg │ └── message.svg ├── location-map.png ├── webdesigner │ ├── blog-item1.jpg │ ├── blog-item2.jpg │ ├── blog-item3.jpg │ ├── blog-item4.jpg │ ├── blog-single.jpg │ ├── responsive.png │ ├── portfolio-item1.jpg │ ├── portfolio-item2.jpg │ ├── portfolio-item3.jpg │ ├── portfolio-item4.jpg │ ├── portfolio-item5.jpg │ └── portfolio-item6.jpg └── blog-header-img.html ├── colors ├── 02.css ├── gg02.css ├── 03.css ├── gg01.css ├── 01.css └── black.css ├── fonts ├── bootstrap-icons50ab.woff └── bootstrap-icons50ab.woff2 ├── css ├── owl.video.play.html ├── owl.carousel.min.css ├── deeee.html └── magnific-popup.css └── js ├── jquery.countTo.js ├── jquery.magnific-popup.min.js ├── isotope.pkgd.min.js ├── main.js ├── owl.carousel.min.js └── jquery.mCustomScrollbar.concat.min.js /Glassmorphism Effect Website/assets/img/AC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/AC.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/Amin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/Amin.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/ff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/ff.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/man.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/JShine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/JShine.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/blackbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/blackbg.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/favicon.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/blog-img-03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/blog-img-03.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/blog-img-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/blog-img-04.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/blog-img-05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/blog-img-05.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/02.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background: red; 4 | } 5 | .circles li { 6 | background: rgba(0, 0, 0, 0.08); 7 | background: rgba(255, 255, 255, 0.4); 8 | } -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/man.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/man1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/man1.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/location-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/location-map.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/layer.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/woman.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/bar-graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/bar-graph.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/checked.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/console.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/prototype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/prototype.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/ui-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/ui-design.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/movie-frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/colorfull/movie-frame.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/fonts/bootstrap-icons50ab.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/fonts/bootstrap-icons50ab.woff -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/fonts/bootstrap-icons50ab.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/fonts/bootstrap-icons50ab.woff2 -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/blog-item1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/blog-item1.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/blog-item2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/blog-item2.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/blog-item3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/blog-item3.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/blog-item4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/blog-item4.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/blog-single.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/blog-single.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/responsive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/responsive.png -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item1.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item2.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item3.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item4.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item5.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/animation-coding/GlassmorphismEffectWebsite_PP/HEAD/Glassmorphism Effect Website/assets/img/webdesigner/portfolio-item6.jpg -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/css/owl.video.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404 Not Found 6 | 7 | 8 |
9 |

404

10 |

Not Found 11 |

12 |

The resource requested could not be found on this server!

13 |
14 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/blog-header-img.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 404 Not Found 6 | 7 | 8 |
9 |

404

10 |

Not Found 11 |

12 |

The resource requested could not be found on this server!

13 |
14 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/gg02.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background:url("../img/ff.jpg"); 4 | } 5 | .circles li { 6 | background: rgba(255, 255, 255, 0.4); 7 | } 8 | 9 | 10 | .circles li:nth-child(1) 11 | { 12 | background: rgba(255, 255, 255, 0.4) 13 | } 14 | .circles li:nth-child(2) 15 | { 16 | background: rgba(255, 255, 255, 0.4) 17 | } 18 | .circles li:nth-child(3) 19 | { 20 | 21 | background: rgba(255, 255, 255, 0.4) 22 | } 23 | .circles li:nth-child(4) 24 | { 25 | background: rgba(255, 255, 255, 0.4) 26 | } 27 | 28 | .circles li:nth-child(5) 29 | { 30 | background: rgba(255, 255, 255, 0.4) 31 | } 32 | .circles li:nth-child(6) 33 | { 34 | background: rgba(255, 255, 255, 0.4) 35 | } 36 | .circles li:nth-child(7) 37 | { 38 | background: rgba(255, 255, 255, 0.4) 39 | } 40 | .circles li:nth-child(8) 41 | { 42 | background: rgba(255, 255, 255, 0.4) 43 | } 44 | 45 | .circles li:nth-child(9) 46 | { 47 | background: rgba(255, 255, 255, 0.4) 48 | } 49 | .circles li:nth-child(10) 50 | { 51 | background: rgba(255, 255, 255, 0.4) 52 | } 53 | .circles li:nth-child(11) 54 | { 55 | background: rgba(255, 255, 255, 0.4) 56 | } 57 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/03.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background:url("../img/Amin.jpg") ; 4 | } 5 | .circles li { 6 | background: rgba(255, 255, 255, 0.4); 7 | } 8 | 9 | .circles li { 10 | background: rgba(255, 255, 255, 0.4); 11 | } 12 | 13 | 14 | .circles li:nth-child(1) 15 | { 16 | background: rgba(255, 255, 255, 0.4) 17 | } 18 | .circles li:nth-child(2) 19 | { 20 | background: rgba(255, 255, 255, 0.4) 21 | } 22 | .circles li:nth-child(3) 23 | { 24 | 25 | background: rgba(255, 255, 255, 0.4) 26 | } 27 | .circles li:nth-child(4) 28 | { 29 | background: rgba(255, 255, 255, 0.4) 30 | } 31 | 32 | .circles li:nth-child(5) 33 | { 34 | background: rgba(255, 255, 255, 0.4) 35 | } 36 | .circles li:nth-child(6) 37 | { 38 | background: rgba(255, 255, 255, 0.4) 39 | } 40 | .circles li:nth-child(7) 41 | { 42 | background: rgba(255, 255, 255, 0.4) 43 | } 44 | .circles li:nth-child(8) 45 | { 46 | background: rgba(255, 255, 255, 0.4) 47 | } 48 | 49 | .circles li:nth-child(9) 50 | { 51 | background: rgba(255, 255, 255, 0.4) 52 | } 53 | .circles li:nth-child(10) 54 | { 55 | background: rgba(255, 255, 255, 0.4) 56 | } 57 | .circles li:nth-child(11) 58 | { 59 | background: rgba(255, 255, 255, 0.4) 60 | } 61 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/gg01.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background: url("../img/JShine.jpg"); 4 | color: #fff; 5 | } 6 | .circles li { 7 | background: rgba(255, 255, 255, 0.4); 8 | } 9 | 10 | 11 | .circles li { 12 | background: rgba(255, 255, 255, 0.4); 13 | } 14 | 15 | 16 | .circles li:nth-child(1) 17 | { 18 | background: rgba(255, 255, 255, 0.4) 19 | } 20 | .circles li:nth-child(2) 21 | { 22 | background: rgba(255, 255, 255, 0.4) 23 | } 24 | .circles li:nth-child(3) 25 | { 26 | 27 | background: rgba(255, 255, 255, 0.4) 28 | } 29 | .circles li:nth-child(4) 30 | { 31 | background: rgba(255, 255, 255, 0.4) 32 | } 33 | 34 | .circles li:nth-child(5) 35 | { 36 | background: rgba(255, 255, 255, 0.4) 37 | } 38 | .circles li:nth-child(6) 39 | { 40 | background: rgba(255, 255, 255, 0.4) 41 | } 42 | .circles li:nth-child(7) 43 | { 44 | background: rgba(255, 255, 255, 0.4) 45 | } 46 | .circles li:nth-child(8) 47 | { 48 | background: rgba(255, 255, 255, 0.4) 49 | } 50 | 51 | .circles li:nth-child(9) 52 | { 53 | background: rgba(255, 255, 255, 0.4) 54 | } 55 | .circles li:nth-child(10) 56 | { 57 | background: rgba(255, 255, 255, 0.4) 58 | } 59 | .circles li:nth-child(11) 60 | { 61 | background: rgba(255, 255, 255, 0.4) 62 | } 63 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/01.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background: rgb(10, 10, 10); 4 | color: rgb(33 37 41); 5 | } 6 | .circles li { 7 | 8 | background: rgba(255, 255, 255, 0.4); 9 | } 10 | .circles li:nth-child(1) 11 | { 12 | background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)); 13 | } 14 | .circles li:nth-child(2) 15 | { 16 | background: linear-gradient(315deg, #03a9f4,#ff0058); 17 | } 18 | .circles li:nth-child(3) 19 | { 20 | background: linear-gradient(315deg, #ffbc00,#ff0058); 21 | 22 | } 23 | .circles li:nth-child(4) 24 | { 25 | background: linear-gradient(to bottom,rgb(255 84 84),rgb(246 66 66)); 26 | } 27 | 28 | .circles li:nth-child(5) 29 | { 30 | background: linear-gradient(to right, rgb(71, 118, 230), rgb(142, 84, 233)); 31 | } 32 | .circles li:nth-child(6) 33 | { 34 | background: linear-gradient(to right, rgb(170, 7, 107), rgb(97, 4, 95)); 35 | } 36 | .circles li:nth-child(7) 37 | { 38 | background: linear-gradient(315deg, #4dff03,#00d0ff); 39 | } 40 | .circles li:nth-child(8) 41 | { 42 | background: linear-gradient(to right, rgb(253, 200, 48), rgb(243, 115, 53)); 43 | } 44 | 45 | .circles li:nth-child(9) 46 | { 47 | background: linear-gradient(to right, rgb(3, 0, 30), rgb(115, 3, 192), rgb(236, 56, 188), rgb(253, 239, 249)); 48 | } 49 | .circles li:nth-child(10) 50 | { 51 | background: linear-gradient(to right, rgb(218, 34, 255), rgb(151, 51, 238)); 52 | } 53 | .circles li:nth-child(11) 54 | { 55 | background: linear-gradient(to right, rgb(64, 224, 208), rgb(255, 140, 0), rgb(255, 0, 128)); 56 | } 57 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/colors/black.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background:url("../img/blackbg.jpg"); 4 | color: #fff; 5 | } 6 | .circles li { 7 | background: rgba(0, 0, 0, 0.08); 8 | background: rgba(255, 255, 255, 0.4); 9 | } 10 | 11 | .circles li:nth-child(1) 12 | { 13 | background: linear-gradient(to right, rgb(0, 198, 255), rgb(0, 114, 255)); 14 | } 15 | .circles li:nth-child(2) 16 | { 17 | background: linear-gradient(315deg, #03a9f4,#ff0058); 18 | } 19 | .circles li:nth-child(3) 20 | { 21 | background: linear-gradient(315deg, #ffbc00,#ff0058); 22 | 23 | } 24 | .circles li:nth-child(4) 25 | { 26 | background: linear-gradient(to bottom,rgb(255 84 84),rgb(246 66 66)); 27 | } 28 | 29 | .circles li:nth-child(5) 30 | { 31 | background: linear-gradient(to right, rgb(71, 118, 230), rgb(142, 84, 233)); 32 | } 33 | .circles li:nth-child(6) 34 | { 35 | background: linear-gradient(to right, rgb(170, 7, 107), rgb(97, 4, 95)); 36 | } 37 | .circles li:nth-child(7) 38 | { 39 | background: linear-gradient(315deg, #4dff03,#00d0ff); 40 | } 41 | .circles li:nth-child(8) 42 | { 43 | background: linear-gradient(to right, rgb(253, 200, 48), rgb(243, 115, 53)); 44 | } 45 | 46 | .circles li:nth-child(9) 47 | { 48 | background: linear-gradient(to right, rgb(3, 0, 30), rgb(115, 3, 192), rgb(236, 56, 188), rgb(253, 239, 249)); 49 | } 50 | .circles li:nth-child(10) 51 | { 52 | background: linear-gradient(to right, rgb(218, 34, 255), rgb(151, 51, 238)); 53 | } 54 | .circles li:nth-child(11) 55 | { 56 | background: linear-gradient(to right, rgb(64, 224, 208), rgb(255, 140, 0), rgb(255, 0, 128)); 57 | } 58 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/phone-call.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.3.4 3 | * Copyright 2013-2018 David Deutsch 4 | * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE 5 | */ 6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/location.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/js/jquery.countTo.js: -------------------------------------------------------------------------------- 1 | (function (factory) { 2 | if (typeof define === 'function' && define.amd) { 3 | // AMD 4 | define(['jquery'], factory); 5 | } else if (typeof exports === 'object') { 6 | // CommonJS 7 | factory(require('jquery')); 8 | } else { 9 | // Browser globals 10 | factory(jQuery); 11 | } 12 | }(function ($) { 13 | var CountTo = function (element, options) { 14 | this.$element = $(element); 15 | this.options = $.extend({}, CountTo.DEFAULTS, this.dataOptions(), options); 16 | this.init(); 17 | }; 18 | 19 | CountTo.DEFAULTS = { 20 | from: 0, // the number the element should start at 21 | to: 0, // the number the element should end at 22 | speed: 1000, // how long it should take to count between the target numbers 23 | refreshInterval: 100, // how often the element should be updated 24 | decimals: 0, // the number of decimal places to show 25 | formatter: formatter, // handler for formatting the value before rendering 26 | onUpdate: null, // callback method for every time the element is updated 27 | onComplete: null // callback method for when the element finishes updating 28 | }; 29 | 30 | CountTo.prototype.init = function () { 31 | this.value = this.options.from; 32 | this.loops = Math.ceil(this.options.speed / this.options.refreshInterval); 33 | this.loopCount = 0; 34 | this.increment = (this.options.to - this.options.from) / this.loops; 35 | }; 36 | 37 | CountTo.prototype.dataOptions = function () { 38 | var options = { 39 | from: this.$element.data('from'), 40 | to: this.$element.data('to'), 41 | speed: this.$element.data('speed'), 42 | refreshInterval: this.$element.data('refresh-interval'), 43 | decimals: this.$element.data('decimals') 44 | }; 45 | 46 | var keys = Object.keys(options); 47 | 48 | for (var i in keys) { 49 | var key = keys[i]; 50 | 51 | if (typeof(options[key]) === 'undefined') { 52 | delete options[key]; 53 | } 54 | } 55 | 56 | return options; 57 | }; 58 | 59 | CountTo.prototype.update = function () { 60 | this.value += this.increment; 61 | this.loopCount++; 62 | 63 | this.render(); 64 | 65 | if (typeof(this.options.onUpdate) == 'function') { 66 | this.options.onUpdate.call(this.$element, this.value); 67 | } 68 | 69 | if (this.loopCount >= this.loops) { 70 | clearInterval(this.interval); 71 | this.value = this.options.to; 72 | 73 | if (typeof(this.options.onComplete) == 'function') { 74 | this.options.onComplete.call(this.$element, this.value); 75 | } 76 | } 77 | }; 78 | 79 | CountTo.prototype.render = function () { 80 | var formattedValue = this.options.formatter.call(this.$element, this.value, this.options); 81 | this.$element.text(formattedValue); 82 | }; 83 | 84 | CountTo.prototype.restart = function () { 85 | this.stop(); 86 | this.init(); 87 | this.start(); 88 | }; 89 | 90 | CountTo.prototype.start = function () { 91 | this.stop(); 92 | this.render(); 93 | this.interval = setInterval(this.update.bind(this), this.options.refreshInterval); 94 | }; 95 | 96 | CountTo.prototype.stop = function () { 97 | if (this.interval) { 98 | clearInterval(this.interval); 99 | } 100 | }; 101 | 102 | CountTo.prototype.toggle = function () { 103 | if (this.interval) { 104 | this.stop(); 105 | } else { 106 | this.start(); 107 | } 108 | }; 109 | 110 | function formatter(value, options) { 111 | return value.toFixed(options.decimals); 112 | } 113 | 114 | $.fn.countTo = function (option) { 115 | return this.each(function () { 116 | var $this = $(this); 117 | var data = $this.data('countTo'); 118 | var init = !data || typeof(option) === 'object'; 119 | var options = typeof(option) === 'object' ? option : {}; 120 | var method = typeof(option) === 'string' ? option : 'start'; 121 | 122 | if (init) { 123 | if (data) data.stop(); 124 | $this.data('countTo', data = new CountTo(this, options)); 125 | } 126 | 127 | data[method].call(data); 128 | }); 129 | }; 130 | })); 131 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/img/colorfull/message.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/css/deeee.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Website with Customize Color Theme 7 | 8 | 9 | 10 | 11 | 125 | 126 |
127 |
128 |
129 | 130 | 131 |
132 | 133 |
134 |
135 |
136 |

Color Switcher

137 |
138 | 139 | 140 | 141 | 142 | 143 |
144 |
145 | 146 | 147 | 177 | 178 | 179 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/css/magnific-popup.css: -------------------------------------------------------------------------------- 1 | /* Magnific Popup CSS */ 2 | .mfp-bg { 3 | top: 0; 4 | left: 0; 5 | width: 100%; 6 | height: 100%; 7 | z-index: 1042; 8 | overflow: hidden; 9 | position: fixed; 10 | background: #0b0b0b; 11 | opacity: 0.8; } 12 | 13 | .mfp-wrap { 14 | top: 0; 15 | left: 0; 16 | width: 100%; 17 | height: 100%; 18 | z-index: 1043; 19 | position: fixed; 20 | outline: none !important; 21 | -webkit-backface-visibility: hidden; } 22 | 23 | .mfp-container { 24 | text-align: center; 25 | position: absolute; 26 | width: 100%; 27 | height: 100%; 28 | left: 0; 29 | top: 0; 30 | padding: 0 8px; 31 | box-sizing: border-box; } 32 | 33 | .mfp-container:before { 34 | content: ''; 35 | display: inline-block; 36 | height: 100%; 37 | vertical-align: middle; } 38 | 39 | .mfp-align-top .mfp-container:before { 40 | display: none; } 41 | 42 | .mfp-content { 43 | position: relative; 44 | display: inline-block; 45 | vertical-align: middle; 46 | margin: 0 auto; 47 | text-align: left; 48 | z-index: 1045; } 49 | 50 | .mfp-inline-holder .mfp-content, 51 | .mfp-ajax-holder .mfp-content { 52 | width: 100%; 53 | cursor: auto; } 54 | 55 | .mfp-ajax-cur { 56 | cursor: progress; } 57 | 58 | .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { 59 | cursor: -moz-zoom-out; 60 | cursor: -webkit-zoom-out; 61 | cursor: zoom-out; } 62 | 63 | .mfp-zoom { 64 | cursor: pointer; 65 | cursor: -webkit-zoom-in; 66 | cursor: -moz-zoom-in; 67 | cursor: zoom-in; } 68 | 69 | .mfp-auto-cursor .mfp-content { 70 | cursor: auto; } 71 | 72 | .mfp-close, 73 | .mfp-arrow, 74 | .mfp-preloader, 75 | .mfp-counter { 76 | -webkit-user-select: none; 77 | -moz-user-select: none; 78 | user-select: none; } 79 | 80 | .mfp-loading.mfp-figure { 81 | display: none; } 82 | 83 | .mfp-hide { 84 | display: none !important; } 85 | 86 | .mfp-preloader { 87 | color: #CCC; 88 | position: absolute; 89 | top: 50%; 90 | width: auto; 91 | text-align: center; 92 | margin-top: -0.8em; 93 | left: 8px; 94 | right: 8px; 95 | z-index: 1044; } 96 | .mfp-preloader a { 97 | color: #CCC; } 98 | .mfp-preloader a:hover { 99 | color: #FFF; } 100 | 101 | .mfp-s-ready .mfp-preloader { 102 | display: none; } 103 | 104 | .mfp-s-error .mfp-content { 105 | display: none; } 106 | 107 | button.mfp-close, 108 | button.mfp-arrow { 109 | overflow: visible; 110 | cursor: pointer; 111 | background: transparent; 112 | border: 0; 113 | -webkit-appearance: none; 114 | display: block; 115 | outline: none; 116 | padding: 0; 117 | z-index: 1046; 118 | box-shadow: none; 119 | touch-action: manipulation; } 120 | 121 | button::-moz-focus-inner { 122 | padding: 0; 123 | border: 0; } 124 | 125 | .mfp-close { 126 | width: 44px; 127 | height: 44px; 128 | line-height: 44px; 129 | position: absolute; 130 | right: 0; 131 | top: 0; 132 | text-decoration: none; 133 | text-align: center; 134 | opacity: 0.65; 135 | padding: 0 0 18px 10px; 136 | color: #FFF; 137 | font-style: normal; 138 | font-size: 28px; 139 | font-family: Arial, Baskerville, monospace; } 140 | .mfp-close:hover, 141 | .mfp-close:focus { 142 | opacity: 1; } 143 | .mfp-close:active { 144 | top: 1px; } 145 | 146 | .mfp-close-btn-in .mfp-close { 147 | color: #333; } 148 | 149 | .mfp-image-holder .mfp-close, 150 | .mfp-iframe-holder .mfp-close { 151 | color: #FFF; 152 | right: -6px; 153 | text-align: right; 154 | padding-right: 6px; 155 | width: 100%; } 156 | 157 | .mfp-counter { 158 | position: absolute; 159 | top: 0; 160 | right: 0; 161 | color: #CCC; 162 | font-size: 12px; 163 | line-height: 18px; 164 | white-space: nowrap; } 165 | 166 | .mfp-arrow { 167 | position: absolute; 168 | opacity: 0.65; 169 | margin: 0; 170 | top: 50%; 171 | margin-top: -55px; 172 | padding: 0; 173 | width: 90px; 174 | height: 110px; 175 | -webkit-tap-highlight-color: transparent; } 176 | .mfp-arrow:active { 177 | margin-top: -54px; } 178 | .mfp-arrow:hover, 179 | .mfp-arrow:focus { 180 | opacity: 1; } 181 | .mfp-arrow:before, 182 | .mfp-arrow:after { 183 | content: ''; 184 | display: block; 185 | width: 0; 186 | height: 0; 187 | position: absolute; 188 | left: 0; 189 | top: 0; 190 | margin-top: 35px; 191 | margin-left: 35px; 192 | border: medium inset transparent; } 193 | .mfp-arrow:after { 194 | border-top-width: 13px; 195 | border-bottom-width: 13px; 196 | top: 8px; } 197 | .mfp-arrow:before { 198 | border-top-width: 21px; 199 | border-bottom-width: 21px; 200 | opacity: 0.7; } 201 | 202 | .mfp-arrow-left { 203 | left: 0; } 204 | .mfp-arrow-left:after { 205 | border-right: 17px solid #FFF; 206 | margin-left: 31px; } 207 | .mfp-arrow-left:before { 208 | margin-left: 25px; 209 | border-right: 27px solid #3F3F3F; } 210 | 211 | .mfp-arrow-right { 212 | right: 0; } 213 | .mfp-arrow-right:after { 214 | border-left: 17px solid #FFF; 215 | margin-left: 39px; } 216 | .mfp-arrow-right:before { 217 | border-left: 27px solid #3F3F3F; } 218 | 219 | .mfp-iframe-holder { 220 | padding-top: 40px; 221 | padding-bottom: 40px; } 222 | .mfp-iframe-holder .mfp-content { 223 | line-height: 0; 224 | width: 100%; 225 | max-width: 900px; } 226 | .mfp-iframe-holder .mfp-close { 227 | top: -40px; } 228 | 229 | .mfp-iframe-scaler { 230 | width: 100%; 231 | height: 0; 232 | overflow: hidden; 233 | padding-top: 56.25%; } 234 | .mfp-iframe-scaler iframe { 235 | position: absolute; 236 | display: block; 237 | top: 0; 238 | left: 0; 239 | width: 100%; 240 | height: 100%; 241 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 242 | background: #000; } 243 | 244 | /* Main image in popup */ 245 | img.mfp-img { 246 | width: auto; 247 | max-width: 100%; 248 | height: auto; 249 | display: block; 250 | line-height: 0; 251 | box-sizing: border-box; 252 | padding: 40px 0 40px; 253 | margin: 0 auto; } 254 | 255 | /* The shadow behind the image */ 256 | .mfp-figure { 257 | line-height: 0; } 258 | .mfp-figure:after { 259 | content: ''; 260 | position: absolute; 261 | left: 0; 262 | top: 40px; 263 | bottom: 40px; 264 | display: block; 265 | right: 0; 266 | width: auto; 267 | height: auto; 268 | z-index: -1; 269 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 270 | background: #444; } 271 | .mfp-figure small { 272 | color: #BDBDBD; 273 | display: block; 274 | font-size: 12px; 275 | line-height: 14px; } 276 | .mfp-figure figure { 277 | margin: 0; } 278 | 279 | .mfp-bottom-bar { 280 | margin-top: -36px; 281 | position: absolute; 282 | top: 100%; 283 | left: 0; 284 | width: 100%; 285 | cursor: auto; } 286 | 287 | .mfp-title { 288 | text-align: left; 289 | line-height: 18px; 290 | color: #F3F3F3; 291 | word-wrap: break-word; 292 | padding-right: 36px; } 293 | 294 | .mfp-image-holder .mfp-content { 295 | max-width: 100%; } 296 | 297 | .mfp-gallery .mfp-image-holder .mfp-figure { 298 | cursor: pointer; } 299 | 300 | @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { 301 | /** 302 | * Remove all paddings around the image on small screen 303 | */ 304 | .mfp-img-mobile .mfp-image-holder { 305 | padding-left: 0; 306 | padding-right: 0; } 307 | .mfp-img-mobile img.mfp-img { 308 | padding: 0; } 309 | .mfp-img-mobile .mfp-figure:after { 310 | top: 0; 311 | bottom: 0; } 312 | .mfp-img-mobile .mfp-figure small { 313 | display: inline; 314 | margin-left: 5px; } 315 | .mfp-img-mobile .mfp-bottom-bar { 316 | background: rgba(0, 0, 0, 0.6); 317 | bottom: 0; 318 | margin: 0; 319 | top: auto; 320 | padding: 3px 5px; 321 | position: fixed; 322 | box-sizing: border-box; } 323 | .mfp-img-mobile .mfp-bottom-bar:empty { 324 | padding: 0; } 325 | .mfp-img-mobile .mfp-counter { 326 | right: 5px; 327 | top: 3px; } 328 | .mfp-img-mobile .mfp-close { 329 | top: 0; 330 | right: 0; 331 | width: 35px; 332 | height: 35px; 333 | line-height: 35px; 334 | background: rgba(0, 0, 0, 0.6); 335 | position: fixed; 336 | text-align: center; 337 | padding: 0; } } 338 | 339 | @media all and (max-width: 900px) { 340 | .mfp-arrow { 341 | -webkit-transform: scale(0.75); 342 | transform: scale(0.75); } 343 | .mfp-arrow-left { 344 | -webkit-transform-origin: 0; 345 | transform-origin: 0; } 346 | .mfp-arrow-right { 347 | -webkit-transform-origin: 100%; 348 | transform-origin: 100%; } 349 | .mfp-container { 350 | padding-left: 6px; 351 | padding-right: 6px; } } 352 | -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/js/jquery.magnific-popup.min.js: -------------------------------------------------------------------------------- 1 | /*! Magnific Popup - v1.1.0 - 2016-02-20 2 | * http://dimsemenov.com/plugins/magnific-popup/ 3 | * Copyright (c) 2016 Dmitry Semenov; */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isLowIE=b.isIE8=document.all&&!document.addEventListener,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()}); -------------------------------------------------------------------------------- /Glassmorphism Effect Website/assets/js/isotope.pkgd.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Isotope PACKAGED v3.0.6 3 | * 4 | * Licensed GPLv3 for open source use 5 | * or Isotope Commercial License for commercial use 6 | * 7 | * https://isotope.metafizzy.co 8 | * Copyright 2010-2018 Metafizzy 9 | */ 10 | 11 | !function(t,e){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return e(t,i)}):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){"use strict";function i(i,s,a){function u(t,e,o){var n,s="$()."+i+'("'+e+'")';return t.each(function(t,u){var h=a.data(u,i);if(!h)return void r(i+" not initialized. Cannot call methods, i.e. "+s);var d=h[e];if(!d||"_"==e.charAt(0))return void r(s+" is not a valid method");var l=d.apply(h,o);n=void 0===n?l:n}),void 0!==n?n:t}function h(t,e){t.each(function(t,o){var n=a.data(o,i);n?(n.option(e),n._init()):(n=new s(o,e),a.data(o,i,n))})}a=a||e||t.jQuery,a&&(s.prototype.option||(s.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if("string"==typeof t){var e=n.call(arguments,1);return u(this,t,e)}return h(this,t),this},o(a))}function o(t){!t||t&&t.bridget||(t.bridget=i)}var n=Array.prototype.slice,s=t.console,r="undefined"==typeof s?function(){}:function(t){s.error(t)};return o(e||t.jQuery),i}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return o.indexOf(e)==-1&&o.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},o=i[t]=i[t]||{};return o[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return o!=-1&&i.splice(o,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var o=this._onceEvents&&this._onceEvents[t],n=0;n