*,:after,:before{box-sizing:border-box}p{padding:0;margin:5px}body{background-color:#1b011b;font-family:Tahoma,sans-serif}img{display:block;width:100%;height:auto}form{display:flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:30px}input{padding-left:15px;padding-right:10px;font-size:20px;min-width:300px;height:40px;border-radius:10px;outline-color:#000}.container{margin:0 auto;padding:25px}.title{color:#fff;font-size:50px;text-align:center}.gallery{padding:0;display:flex;flex-wrap:wrap;margin-left:-25px;margin-top:-25px}.gallery img{object-fit:cover;cursor:zoom-in}.gallery img,.photo-card{overflow:hidden;height:200px;border-radius:5px}.photo-card{position:relative;flex-basis:calc(33.33333% - 25px);margin-left:25px;margin-top:25px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.photo-card:hover{transform:scale(1.1);border:1px solid #000}.stats{position:absolute;bottom:0;left:0;display:flex;justify-content:space-around;align-items:stretch;width:100%;padding-left:13px;font-size:14px;background-color:rgba(243,235,242,.479);transform:translateY(120%);transition:transform .25s cubic-bezier(.4,0,.2,1)}.photo-card:hover .stats{transform:translateY(0)}.stats-item{position:relative;top:0;left:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.stats-item:hover{color:#feffff;cursor:default}.material-icons{position:absolute;font-size:17px;top:1;left:-19px}.button{display:flex;justify-content:center;align-items:center;color:#fff;background-color:transparent;border:none;cursor:pointer}.btn-load{margin:0 auto;padding:10px;min-width:300px;font-weight:500;font-size:20px;border-top:1px solid #fff;transition:transform .25s cubic-bezier(.4,0,.2,1)}.btn-load:hover{transform:scale(1.1)}.button.is-hidden{display:none}.button>.spinner.is-hidden{display:none}.btn-top{display:none;position:fixed;bottom:15px;right:30px;z-index:10;width:60px;height:60px;text-align:center;font-size:50px;transition:transform .25s cubic-bezier(.4,0,.2,1)}.btn-top:hover{border-radius:30px 0;background-color:hsla(0,0%,100%,.205)}.btn-search{width:80px;height:80px;font-size:40px;text-align:center;animation-name:changeScale;animation-duration:2s;animation-timing-function:linear;animation-iteration-count:infinite;transition:transform .25s cubic-bezier(.4,0,.2,1)}.btn-search:hover{animation:none;transform:scale(1.3)}@keyframes changeScale{0%{transform:scale(1.1)}50%{transform:scale(1.4)}to{transform:scale(1.1)}}.spinner{display:inline-block;width:50px;height:50px}.spinner:after{content:" ";display:block;width:44px;height:44px;margin:8px;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:4px;animation:lds-dual-ring 1.2s linear infinite}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
/*# sourceMappingURL=/goit-js-hw-13-image-finder/src.7f63a04b.css.map */