html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;padding:25px;background-color:#e7d6d6;background-size:cover}.input{display:block;padding:16px 15px;margin:15px auto;height:30px;width:230px;border:1px solid hsla(0,0%,100%,.3);box-sizing:border-box;filter:drop-shadow(3px 8px 8px rgba(0,0,0,.3));border-radius:4px;font-size:16px;font-style:normal;outline:transparent}.input:hover{box-shadow:2px 2px 10px rgba(0,0,0,.5)}.input:focus{box-shadow:2px 5px 15px rgba(0,0,0,.5)}.loadMore{margin:25px auto;background-color:#f5f4fa;color:#212121;font-weight:700;font-size:16px;line-height:26px;text-align:center;letter-spacing:.03em;border-radius:50px;padding:6px 22px;cursor:pointer;border:1px solid hsla(0,0%,100%,.3);outline-style:none}.loadMore:hover{color:#f5f4fa;background-color:#2196f3;box-shadow:1px 2px 10px rgba(0,0,0,.3);transition:.25s cubic-bezier(.4,0,.2,1)}img{display:block;box-shadow:1px 2px 10px 1px #000;transition:transform .4s ease-in-out;border-radius:3%;object-fit:cover;margin:10px}.photo-card img:hover{transform:scale(1.02)}.stats{display:flex;justify-content:center}.stats-item:not(:last-child){margin-right:10px}.stats-item{display:flex;text-align:center;margin:10px 0 20px}.material-icons{margin-right:10px}.gallery{list-style:none;margin-left:auto;margin-right:auto;justify-content:center;display:flex;flex-wrap:wrap}.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.e138f3d3.css.map */