body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{padding:0}.App{text-align:center}.hero{height:100vh}.hero,.hero-mid{position:relative;width:100%}.hero-mid{height:70vh}.hero-mid h1{padding-top:4rem!important}img{height:100%;object-fit:cover;width:100%}.hero-text{left:50%;position:absolute;top:45%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.hero-text h1{-webkit-text-fill-color:transparent;background:#fff;-webkit-background-clip:text;font-size:3rem;font-weight:800}.hero-text p{color:#fff;font-size:1.5rem;padding:.5rem 0 2rem}.hero-text .show{background:#fff;border-radius:6px;color:#222;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;text-decoration:none}.hero-text .hide{display:none}@media screen and (max-width:555px){.hero-text h1{padding:10px 20px}.hero-text p{font-size:1.1rem;padding:0 0 2rem}.hero-text .show{border-radius:6px;font-size:1rem;padding:.6rem 1.1rem}}.home-info{margin:4rem 6rem}.home-info h1{font-size:3rem}.first-info,.first-info-reverse{align-items:center;display:flex;justify-content:space-between;margin-top:4.5rem;padding-top:10vh}.first-info-reverse{flex-direction:row-reverse}.info-text{font-size:1.1rem;text-align:start;width:35%}.info-text h2{padding-bottom:1rem}.home-info-img{display:flex;justify-content:space-between;position:relative;width:50%;z-index:-99}.home-info-img img{border-radius:6px;box-shadow:-1px 1px 62px -18px rgba(0,0,0,.19);height:350px;object-fit:cover;width:49%}.home-info-img img:nth-child(2){position:absolute;right:0;top:-20%}@media screen and (max-width:850px){.home-info{margin:4rem 2rem}.first-info{margin-top:2.5rem}.first-info,.first-info-reverse{display:flex;flex-direction:column-reverse}.first-info-reverse{margin-top:4.5rem;padding-top:10vh}.info-text{width:100%}.home-info-img{margin:1.8rem 0;width:100%}.home-info-img img{height:250px}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;text-align:start}.top i{color:#fff;font-size:2rem;margin-left:1rem}.top i:hover{color:#02bdbd}.bottom{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:start}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.3rem;padding:1rem 0 .8rem}.bottom a{color:#fafafa;font-size:1.1rem;padding-bottom:.4rem;text-decoration:none}@media screen and (max-width:850px){.bottom div{width:50%}}.NavbarItems{align-items:center;background-color:#fff;border-radius:13px;box-shadow:0 5px 15px 0 rgba(0,0,0,.25);display:flex;height:80px;justify-content:space-between;left:50%;padding:0 30px;position:fixed;top:20px;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%;z-index:99999}.navbar-logo{color:#222;cursor:pointer;font-size:2rem}.nav-menu{grid-gap:10px;align-items:center;display:grid;grid-template-columns:repeat(5,auto);list-style:none}.nav-links{color:#222;font-size:1.2rem;font-weight:600;padding:.7rem 1rem;text-decoration:none;white-space:nowrap}.nav-links:hover{background-color:#001d3de8;border-radius:4px;color:#fff;transition:all .2s ease-in-out}.nav-links-mobile{display:none}.sign-in-up{background-color:#151516;border-radius:.3rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:.2s ease-in-out;white-space:nowrap}.sign-in-up:hover{background-color:#001d3de8;color:#fff}.menu-icons{display:none}@media screen and (max-width:850px){.NavbarItems{z-index:99}.nav-menu{align-items:stretch;background:#fff;border-radius:13px;display:flex;flex-direction:column;height:auto;justify-content:flex-start;left:-100%;opacity:0;padding:80px 0 30px;position:absolute;top:0;transition:.3s ease-in-out;width:100%}.nav-menu.active{left:0;opacity:1;transition:.3s ease-in-out;z-index:-1}.nav-links{display:block;font-size:1.2rem;padding:2rem 0;width:100%}.nav-links:hover{background:rgba(49,58,55,.888);transition:none}.nav-links-mobile{background:rgba(49,58,55,.888);border-radius:4px;color:#fff;display:block;font-size:1.2rem;font-weight:700;letter-spacing:2px;margin:auto;padding:1.5rem;text-align:center;text-decoration:none;width:80%}.menu-icons{cursor:pointer;display:block}}.about-container{margin:4rem 6rem;padding:0 10rem 2rem;text-align:start}.about-container h1{padding-bottom:1rem}.about-container p{padding-bottom:2rem}@media screen and (max-width:850px){.about-container{margin:4rem 2rem;padding:0}}.container{border-right:1px solid #d3d3d3;display:flex;flex-direction:column;justify-content:center;margin-left:auto;width:80vw}table{margin:20px}table,tbody,td,th,tr{padding:15px}.stock-card{padding:0;width:60vw}.dashboard-container{align-items:center;display:flex;flex-direction:column;justify-content:start;margin-left:auto;position:static;right:0;top:20%}.heading{text-align:center}.details{margin:40px 10px}.dashboard-card{width:30vw}*{box-sizing:border-box;margin:0}.stocklist{display:flex;flex-direction:row;margin-top:7rem}@media screen and (max-width:500px){.auth-form-container{font-size:16px}.login-form,.register-form{border-radius:20px;box-shadow:2rem 2rem 2rem #c7c7c7;display:flex;flex-direction:column;padding:30px}.new-constraints{margin:auto;width:80%}}.auth-form-container{padding-top:20vh}.new-constraints{margin:auto;width:60%}h2{font-size:3rem}.login-form,.register-form{background-color:#000;border-radius:20px;box-shadow:2rem 2rem 2rem #c7c7c7;color:#fff;display:flex;flex-direction:column;padding:5vh 10vh 10vh}.register-form button{margin:auto;width:50%}@media screen and (max-width:600px){.auth-form-container{font-size:16px}.login-form,.register-form{border-radius:20px;box-shadow:2rem 2rem 2rem #c7c7c7;display:flex;flex-direction:column;padding:30px}.new-constraints{margin:auto;width:80%}}label{padding:.25rem 0;text-align:left}input{margin:.5rem 0;padding:1rem}button,input{border:none;border-radius:10px}button{background-color:#fff;color:#02bdbd;cursor:pointer;padding:20px}.link-btn{background:none;color:#000;text-decoration:underline}
/*# sourceMappingURL=main.960cf860.css.map*/