.photos-center{grid-gap:2rem;display:grid;gap:2rem;margin:0 auto;max-width:1170px;max-width:var(--max-width);width:90vw}.photo h4{margin-bottom:.5rem}.photo p{margin-bottom:0}.user-img{border-radius:50%;height:2.5rem;width:2.5rem}:root{--clr-primary-1:#3c0651;--clr-primary-2:#5a107a;--clr-primary-3:#8e1aa2;--clr-primary-4:#9c2dc8;--clr-primary-5:#c349e9;--clr-primary-6:#c76ef7;--clr-primary-7:#df8bf9;--clr-primary-8:#d8a5f8;--clr-primary-9:#eac5fc;--clr-primary-10:#f8ebff;--clr-grey-1:#311042;--clr-grey-2:#442452;--clr-grey-3:#563267;--clr-grey-4:#70487f;--clr-grey-5:#816198;--clr-grey-6:#a482b0;--clr-grey-7:#b99ec7;--clr-grey-8:#d5bcdc;--clr-grey-9:#e6daec;--clr-grey-10:#f6f1f8;--clr-white:#fff;--clr-red-dark:#9b1c1c;--clr-red-light:#e58585;--clr-green-dark:#176d1e;--clr-green-light:#a9f4af;--clr-black:#121212;--transition:all 0.3s linear;--spacing:0.1rem;--radius:0.25rem;--light-shadow:0 5px 15px #4e35551a;--dark-shadow:0 5px 15px #220c2633;--max-width:1170px;--fixed-width:620px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#fff;background:var(--clr-white);color:#311042;color:var(--clr-grey-1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.5}ul{list-style-type:none}a{text-decoration:none}h1,h2,h3,h4{letter-spacing:.1rem;letter-spacing:var(--spacing);line-height:1.25;margin-bottom:.75rem;text-transform:capitalize}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}h4{font-size:.875rem}p{margin-bottom:1.25rem}@media screen and (min-width:800px){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}body,h4{font-size:1rem}h1,h2,h3,h4{line-height:1}}.section{margin:0 auto;max-width:1170px;max-width:var(--max-width);width:90vw}@media screen and (min-width:992px){.section{width:95vw}}.navbar{align-items:center;background-color:#fff;box-shadow:0 1px 4px #0000001a;display:flex;justify-content:space-between;left:0;padding:1rem;position:fixed;top:0;transition:box-shadow .3s ease-in-out;width:100%;z-index:100}.navbar.focused{box-shadow:0 2px 8px #0003}.navbar__logo{color:#260535;font-size:2rem;font-weight:700;letter-spacing:2px;margin-right:1rem;text-transform:uppercase}.navbar__links{align-items:center;display:flex}.navbar__links a{background-color:#260535;border-radius:5px;color:#f5f5f5;font-size:1.2rem;font-weight:600;margin-left:1rem;padding:.5rem 1rem;text-decoration:none}.navbar__links a:hover{background-color:#511067;color:#f5f5f5}.navbar__search-form{align-items:center;display:flex}.form-input{background:#0000;border:none;border-bottom:3px solid #180a25;color:#260535;font-size:1.5rem;letter-spacing:1px;padding:.75rem 1.25rem;text-transform:capitalize;width:100%}.form-input::placeholder{color:#7c5d87}.form-input.focused{border-color:#511067}.submit-btn{background-color:#260535;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1.5rem;outline:none;padding:.75rem 1.25rem;transition:background-color .3s ease-in-out}.submit-btn:hover{background-color:#511067}.submit-btn:focus{box-shadow:0 0 0 2px #511067}.favorite-btn{background-color:initial;border:none;color:#efbfef;cursor:pointer;font-size:1.5rem;outline:none;position:absolute;right:.5rem;top:.5rem;transition:transform .2s ease-in-out;z-index:1}.favorite-btn:hover{transform:scale(1.2)}.favorite-btn.active{color:#340848}.favourite-photo-info span{align-items:center;display:flex;justify-content:center}.photo:hover{border:2px solid #7005a2;box-shadow:0 8px 20px #00000080;cursor:pointer}.photo{height:17.5rem;overflow:hidden;position:relative}.photo>img{display:block;height:100%;object-fit:cover;width:100%}.photo-info{align-items:center;background:#0006;bottom:0;color:#fff;display:flex;justify-content:space-between;left:0;padding:1rem;position:absolute;transform:translateY(100%);transition:all .3s linear;width:100%}.photo:hover .photo-info{transform:translateY(0)}@media screen and (min-width:576px){.photos-center{grid-template-columns:repeat(auto-fill,minmax(368px,1fr))}.search-form{max-width:620px;max-width:var(--fixed-width)}}.loading{padding:3rem;text-align:center}.favourites{padding:5rem 0}.favourites__center{grid-gap:2rem;display:grid;gap:2rem;margin:0 auto;max-width:1170px;max-width:var(--max-width);width:90vw}.favourite-photo{height:17.5rem;overflow:hidden;position:relative}.favourite-photo>img{display:block;height:100%;object-fit:cover;width:100%}.favourite-photo-info{align-items:center;background:#0006;bottom:0;color:#fff;display:flex;justify-content:space-between;left:0;padding:1rem;position:absolute;transform:translateY(100%);transition:all .3s linear;width:100%}.favourite-photo:hover .favourite-photo-info{transform:translateY(0)}.favourites__list{list-style-type:none;margin:0;padding:0}.share-btn{background-color:initial;border:none;border-radius:50%;bottom:.5rem;color:#efbfef;cursor:pointer;font-size:1rem;left:.5rem;outline:none;padding:.1rem;position:absolute;transition:transform .2s ease-in-out}.share-btn:hover{transform:scale(1.2)}.share-btn:focus{box-shadow:none}.download-btn{background-color:initial;border:#3b0361;border-radius:50%;bottom:.5rem;color:#efbfef;cursor:pointer;font-size:1rem;left:3rem;outline:none;padding:.1rem;position:absolute;transition:transform .2s ease-in-out}.download-btn:hover{transform:scale(1.2)}.download-btn:focus{box-shadow:none}.photo-header{align-items:center;display:flex;gap:1rem}.photos{margin-top:5rem;padding:5rem 0}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:#000000d9;bottom:0;height:100%;left:0;outline:none;right:0;top:0;-ms-touch-action:none;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{-ms-flex-pack:justify;background-color:#00000080;display:-ms-flexbox;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{-ms-flex:0 0 auto;flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;color:#fff;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}
/*# sourceMappingURL=main.b2d638af.css.map*/