:root{--clr-primary-1:#063251;--clr-primary-2:#104e7a;--clr-primary-3:#1a6aa2;--clr-primary-4:#2d87c8;--clr-primary-5:#49a6e9;--clr-primary-6:#6ebef7;--clr-primary-7:#8bcbf9;--clr-primary-8:#a5d5f8;--clr-primary-9:#c5e5fc;--clr-primary-10:#ebf7ff;--clr-grey-1:#102a42;--clr-grey-2:#243a52;--clr-grey-3:#324d67;--clr-grey-4:#48647f;--clr-grey-5:#617d98;--clr-grey-6:#829ab0;--clr-grey-7:#9eb2c7;--clr-grey-8:#bcccdc;--clr-grey-9:#dae2ec;--clr-grey-10:#f1f5f8;--clr-white:#fff;--clr-red-dark:#bb2525;--clr-red-light:#e66b6b;--clr-green-dark:#25bb32;--clr-green-light:#6be675;--clr-black:#222;--transition:all 0.3s linear;--spacing:0.1rem;--radius:0.25rem;--light-shadow:0 5px 15px rgba(0,0,0,0.1);--dark-shadow:0 5px 15px rgba(0,0,0,0.2);--max-width:1170px;--fixed-width:620px}.dark-theme{--clr-bcg:#282c35;--clr-font:#fff;--clr-primary:#ffa7c4}.light-theme{--clr-bcg:#fff;--clr-font:#282c35;--clr-primary:#d23669}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background:var(--clr-bcg);color:#102a42;color:var(--clr-grey-1);line-height:1.5;font-size:.875rem}ul{list-style-type:none}a{text-decoration:none}a,h1,h2,h3,h4,img{margin-bottom:.75rem}h1,h2,h3,h4{letter-spacing:.1rem;letter-spacing:var(--spacing);text-transform:capitalize;line-height:1.25}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{width:90vw;margin:0 auto;max-width:1170px;max-width:var(--max-width)}@media screen and (min-width:992px){.section{width:95vw}}.nav-center{width:80vw;height:50px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:2.5rem 0;color:var(--clr-font)}.nav-center h2{padding:1rem 0}.search{padding:5rem 0 0;width:90vw;margin:0 auto;text-align:center;position:-webkit-sticky;position:sticky;top:0;background:var(--clr-bcg);z-index:2}.search-form{max-width:800px;margin:0 auto;padding-bottom:30px}.form-input{width:100%}.form-input,.submit-btn{padding:.75rem 1.25rem;border:none;text-transform:capitalize;letter-spacing:.1rem;letter-spacing:var(--spacing);font-size:1.5rem;background:transparent;color:#617d98;color:var(--clr-grey-5);border-bottom:3px solid var(--clr-font)}.form-input{color:var(--clr-font)}.form-input::-webkit-input-placeholder{color:var(--clr-font)}.form-input:-ms-input-placeholder{color:var(--clr-font)}.form-input::placeholder{color:var(--clr-font)}.photos{position:relative}.photos-center{width:90vw;max-width:1170px;max-width:var(--max-width);margin:0 auto;display:grid;grid-gap:1rem;gap:1rem}.photo{position:relative;overflow:hidden}.photo img{width:100%;height:100%;display:block;object-fit:cover;cursor:pointer}.modal-img{width:100vw;max-width:419px;margin:0 auto}.modal-img img{width:100%;height:700px;object-fit:cover}.modal-info{display:flex;justify-content:flex-start;align-items:center}.photo h4{margin-bottom:.5rem}.photo p{margin-bottom:0}.user-img{width:2.5rem;height:2.5rem;border-radius:50%}.photo-info{position:absolute;width:100%;padding:1rem;bottom:0;left:0;background:rgba(0,0,0,.4);color:#fff;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .3s linear;transition:var(--transition);display:flex;justify-content:space-between;align-items:center}.photo:hover .photo-info{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:576px){.photos-center{grid-template-columns:repeat(auto-fill,minmax(368px,1fr))}.search-form{max-width:800px}}@media screen and (max-width:450px){.modal-img img{width:87%;height:700px}}.modal-container{background:var(--clr-bcg);color:var(--clr-font)}.loading{width:6rem;height:6rem;margin:10rem auto 0;border-radius:50%;border:3px solid #ccc;border-top:3px solid var(--clr-primary-5);-webkit-animation:spinner .6s linear infinite;animation:spinner .6s linear infinite}@-webkit-keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.container{height:100vh;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.container.night{background-color:rgba(17,16,34,.911)}.label{background-color:#000;display:flex;height:30px;border-radius:50px;width:100px;justify-content:space-between;align-items:center;position:relative;padding:0 15px;transition:all .5s ease-in-out;cursor:pointer;border:2px solid #000}.label .fa-moon{color:#fafafa}label .fa-sun{color:#f3bc24}.blob{position:absolute;left:50%;width:50%;height:100%;background:#fafafa;border-radius:50px;transition:all .5s ease}.ball-left .blob{left:0}.ball-right .blob{right:0}.ball-left .label{background-color:#525153}
/*# sourceMappingURL=main.4f574f33.chunk.css.map */