.gallery-progress-slider{display:block;overflow:hidden;position:relative}.gallery-progress-slider svg{height:1em;width:1em}.g-slider--title{align-items:center;background-color:#c8f31d;border-radius:100%;display:none;height:420px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:420px;z-index:1}.g-slider--title .g-title{text-align:center}.g-slider--one,.g-slider--two{display:flex;flex-direction:column;gap:10px;width:150%}.g-slider--one{margin-bottom:10px}.gallery-progress-slider .item{flex:1;max-width:100%;position:relative;transition:all .3s}.gallery-progress-slider .content-wrap{display:flex;flex-direction:column;height:100%;justify-content:space-between;left:0;padding:30px;position:absolute;top:0;transition:all .3s;width:100%}.gallery-progress-slider .content{text-align:left}.gallery-progress-slider .icon-wrap{text-align:right}.gallery-progress-slider .icon{border:1px solid #ddd;border-radius:25px;display:inline-block;padding:12px 24px}.gallery-progress-slider .icon,.gallery-progress-slider .title{opacity:0;transform:translateY(30px);transition:all .5s;visibility:hidden}.gallery-progress-slider p{opacity:0;transform:translateY(20px);transition:all .5s;visibility:hidden}.gallery-progress-slider .source{height:100%;width:100%}.gallery-progress-slider .source img,.gallery-progress-slider .source video{height:100%;object-fit:cover;width:100%}.gallery-progress-slider .item:hover .content-wrap{background-color:hsla(0,0%,100%,.898)}.gallery-progress-slider .item:hover .icon,.gallery-progress-slider .item:hover .title,.gallery-progress-slider .item:hover p{opacity:1;transform:translateY(0);visibility:visible}.g-slider--title .progress-circle{--fg:#b0d02e;--bg:transparent;--bg-color:#c8f31d;--pgPercentage:var(--value);animation:growProgressBar 3s 1 forwards;background:radial-gradient(closest-side,var(--bg-color) 98%,transparent 0 99.9%,transparent 0),conic-gradient(var(--fg) calc(var(--pgPercentage)*1%),var(--bg) 0);border-radius:50%;display:grid;height:calc(100% - 60px);left:50%;opacity:0;place-items:center;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s;width:calc(100% - 60px)}.g-slider--title .progress-circle:before{content:counter(percentage) "%";counter-reset:percentage var(--value)}@media(min-width:768px){.g-slider--title{display:flex}.g-slider--one,.g-slider--two{flex-direction:row}}@media(max-width:1199px){.gallery-progress-slider .item .icon,.gallery-progress-slider .item .title,.gallery-progress-slider .item p{opacity:1;transform:translateY(0);visibility:visible}.gallery-progress-slider .item .content-wrap{background-color:hsla(0,0%,100%,.898)}}@media(max-width:991px){.g-slider--one,.g-slider--two{width:200%}}@media(max-width:767px){.g-slider--one,.g-slider--two{width:100%}}