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}*{box-sizing:border-box;margin:0;padding:0}.App{text-align:center}::-webkit-scrollbar{display:none}.navbar{align-items:center;background:#fff;border-radius:.7rem;box-shadow:0 .5rem .5rem 0 rgba(0,0,0,.2);display:flex;height:4rem;justify-content:space-between;left:50%;margin-top:2rem;padding:.5rem 1rem;position:fixed;-webkit-transform:translate(-50%);transform:translate(-50%);width:95%;z-index:9999}.nav-logo{cursor:pointer;font-size:1.5rem;font-weight:700;padding-top:1rem}.nav-logo Link{color:#000;text-decoration:none}.nav-items{grid-gap:.5rem;align-items:center;display:grid;grid-template-columns:repeat(6,auto);list-style:none}.item{border-radius:.5rem;color:#000;font-size:1.2rem;font-weight:500;margin-left:5px;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease-in-out;white-space:nowrap}.item i{padding:.2rem}.item:hover{border-bottom:1px solid blue;box-shadow:2px 2px 5px blue}.signup{display:none}button{background:#fff;border:none;border-radius:.5rem;cursor:pointer;font-size:1.2rem;font-weight:550;padding:.5rem 1rem;transition:all .2s ease-in-out;white-space:nowrap}button:hover{background:blue;box-shadow:2px 2px 5px blue;color:#fff}.menuicon{cursor:pointer;display:none;font-size:1.2rem;font-weight:500}@media screen and (max-width:850px){.nav-items{align-items:stretch;background:#fff;border-radius:.5rem;display:flex;flex-direction:column;height:auto;justify-content:center;left:-100%;margin-top:0;opacity:0;padding:1rem 0 2rem;position:absolute;top:4.5rem;width:99.8%}.nav-items,.nav-items.active{transition:all .3s ease-in-out}.nav-items.active{left:50%;opacity:1;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:1}.item{display:block;font-size:1.2rem;font-weight:500;padding:1.5rem 0}.item:hover{background:blue;color:#fff;transition:none}button{display:none}.signup{background:blue;border-radius:.5rem;color:#fff;font-size:1.2rem;font-weight:500;letter-spacing:2px;margin:auto;padding:1.5rem 0;text-align:center;text-decoration:none;width:80%}.menuicon,.signup{display:block}}.heroimage{background-size:cover;height:100vh}.heroimage,.heroimage_about{position:relative;width:100%}.heroimage_about{height:70vh}.herotext{color:#fff;left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%);transform:translate(-50%);white-space:nowrap}h1{font-size:5rem}.herotext p{font-size:3rem;margin-bottom:1.5rem}.herotext .show{background-color:#fff;border-radius:1rem;color:#000;font-size:large;font-weight:700;padding:1rem 1.5rem;text-decoration:none}.hide{display:none}@media screen and (max-width:1000px){.herotext h1{font-size:3rem}.herotext p{font-size:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width:550px){.herotext h1{font-size:2rem}.herotext p{font-size:1rem;margin-bottom:1.5rem}}.footer{background:#000;color:#fff;padding:4rem 6rem}.top{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left}.top i{color:#fff;font-size:2rem;margin:1rem 1rem 0 0}.top i:hover{color:#ee0bee}.bottom{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:2rem;text-align:left}.bottom div{display:flex;flex-direction:column}.bottom h4{font-size:1.4rem;padding:.5rem 0}.bottom a{color:#fff;padding-bottom:1.1rem;text-decoration:none}@media screen and (max-width:850px){.footer{padding:4rem 2rem}.top{align-items:flex-start;flex-direction:column}.bottom div{width:50%}}.container h2{font-size:2rem;text-align:center}.form{display:flex;flex-direction:column;margin:auto;padding:3rem;width:50%}.form input{height:3rem;padding:0 1rem}.form input,.form textarea{border:1px solid #000;border-radius:.5rem;margin-bottom:2rem}.form textarea{padding:1rem}.form button{background:blue;color:#fff;display:inline;padding:1rem}@media screen and (max-width:900px){.container{margin:4rem 2rem}.form{width:100%}}@media screen and (max-width:550px){.container{margin:4rem 0}.container h2{font-size:1.5rem}.form{padding:1rem;width:100%}}.desc_heading{margin:4rem 6rem}.desc_heading h1{font-size:4rem;white-space:nowrap}.desc_heading>p{font-size:1.5rem}.desc_content,.desc_content_reverse{align-items:center;display:flex;justify-content:space-between;margin-top:5rem}.desc_content_reverse{flex-direction:row-reverse}.desc_title{font-size:1.2rem;text-align:left;width:45%}.desc_title h2{font-size:3rem;margin-bottom:1rem}.desc_img{display:flex;justify-content:space-between;position:relative;width:50%}.desc_img img{border-radius:1rem;box-shadow:-2px 2px 25px 10px rgba(0,0,0,.2);height:350px;width:49%}.desc_img img:nth-child(2){position:absolute;right:0;top:-10%}@media screen and (max-width:900px){.desc_heading{margin:4rem 2rem}.desc_heading h1{font-size:3rem;white-space:nowrap}.desc_heading>p{font-size:1.1rem}.desc_content,.desc_content_reverse{flex-direction:column-reverse;margin-top:5rem}.desc_title{text-align:justify;width:100%}.desc_title h2{font-size:2.5rem;margin-top:2rem}.desc_img{width:100%}}@media screen and (max-width:550px){.desc_heading{margin:4rem 1rem}.desc_heading h1{font-size:1.5rem}.desc_heading>p{font-size:.9rem}.desc_content,.desc_content_reverse{flex-direction:column-reverse;margin-top:4rem}.desc_title{text-align:justify;width:100%}.desc_title h2{font-size:1.5rem;margin-top:2rem}.desc_img{width:100%}}.content{margin:4rem 6rem}.content h2{font-size:5rem}.content>p{font-size:1.5rem;margin-bottom:1.5rem}.cards{display:flex;justify-content:space-between;margin-top:4rem}.card{border-radius:1rem;box-shadow:2px 2px 25px 10px rgba(0,0,0,.2);cursor:pointer;height:450px;padding:1rem 1rem 1.5rem;text-align:left;width:30%}.image{border-radius:.8rem;height:60%;overflow:hidden;width:100%}img{background-size:cover;height:100%;transition:all .3s ease-in-out;width:100%}.image:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}.desc h4{font-size:1.4rem;margin:1rem .5rem}@media screen and (max-width:850px){.content{margin:4rem 2rem}.content h2{font-size:2rem}.content>p{font-size:1rem}.cards{display:flex;flex-direction:column;margin-right:2rem;margin-top:4rem}.card{height:auto;margin:1rem;width:100%}}@media screen and (max-width:550px){.content{margin:4rem 1rem}.content h2{font-size:3rem}.content>p{font-size:1.1rem}.cards{display:flex;flex-direction:column;margin-right:2rem;margin-top:4rem}.card{height:auto;margin:1rem;width:100%}}.container{margin:4rem 6rem;text-align:left}h2{font-size:1.5rem}h2,p{padding-bottom:1rem}@media screen and (max-width:850px){.container{margin:4rem 2rem}}
/*# sourceMappingURL=main.b637a9b9.css.map*/