@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);.App{box-sizing:border-box;margin:0;min-height:100vh;padding:0}.App,.Home-body{background-color:#0d1117;width:100%}.Home-body{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:2rem;justify-content:flex-start;min-height:90vh;padding:1rem;text-align:center}.content{border:3px solid grey;border-radius:1rem;margin-top:3rem;padding:1rem}.content h1{color:#45bde0;font-size:x-large;font-weight:600}.content p{margin-top:1rem}.search{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin:1rem .5rem .5rem}.enter{color:#e95065}.itemInfo{align-items:center;display:none;justify-content:center;width:100%}@media only screen and (min-width:600px){.content{margin-top:5rem;width:50%}.content h1{font-size:xx-large}}.Nav-body{align-items:center;background-color:#010409;border-bottom:1px solid grey;color:#fff;display:flex;font-family:Poppins,sans-serif;justify-content:space-between;min-height:10vh;padding:.5rem}.logo{margin-left:1rem;width:60%}.login{align-items:center;display:flex;gap:1rem;justify-content:center;margin-right:1rem;max-width:40%}.signIn{visibility:hidden}@media only screen and (min-width:600px){.login{gap:2rem}.signIn{visibility:visible}}.logo{color:#e5c453;font-weight:600;letter-spacing:1px;width:100%}.btn{align-items:center;display:flex;justify-content:flex-end;max-width:100%;overflow:hidden}.btn p{text-align:left}.h1{align-items:center;color:#a3e1f0;display:flex;font-family:Poppins,sans-serif;font-size:2.1em;font-weight:100;font-weight:400;height:100%;justify-content:center;letter-spacing:5px;margin:0;padding:0;width:100%}.span{display:inline-block;opacity:0;position:relative;text-transform:uppercase;top:.63em;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg)}.let1{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.2s;animation-delay:.2s}.let2{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.3s;animation-delay:.3s}.let3{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.4s;animation-delay:.4s}.let4{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.5s;animation-delay:.5s}.let5{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.6s;animation-delay:.6s}.let6{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.7s;animation-delay:.7s}.let7{-webkit-animation:drop 1.2s ease-in-out infinite;animation:drop 1.2s ease-in-out infinite;-webkit-animation-delay:.8s;animation-delay:.8s}@-webkit-keyframes drop{10%{opacity:.5}20%{opacity:1;top:3.78em;-webkit-transform:rotateX(-1turn);transform:rotateX(-1turn)}80%{opacity:1;top:3.78em;-webkit-transform:rotateX(-1turn);transform:rotateX(-1turn)}90%{opacity:.5}to{opacity:0;top:6.94em}}@keyframes drop{10%{opacity:.5}20%{opacity:1;top:3.78em;-webkit-transform:rotateX(-1turn);transform:rotateX(-1turn)}80%{opacity:1;top:3.78em;-webkit-transform:rotateX(-1turn);transform:rotateX(-1turn)}90%{opacity:.5}to{opacity:0;top:6.94em}}.items{grid-column-gap:1.5rem;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(1,minmax(0,1fr));max-width:100%}.item{display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width:768px){.items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:992px){.items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:1280px){.items{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (min-width:1536px){.items{grid-template-columns:repeat(5,minmax(0,1fr))}}
/*# sourceMappingURL=main.1df5a68b.css.map*/