:root{--primary:#fff}.navbar{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 20rem}.navbar__logo{font-size:3rem}.navbar__logo,.navbar a{color:#fff;color:var(--primary)}.navbar a{text-decoration:none;cursor:pointer}.navbar__links{display:flex;justify-content:space-evenly;flex:0.5 1}.navbar__contact{background-image:linear-gradient(to right bottom,#009efd,#2575fc);padding:1.1rem 1.5rem;border-radius:3rem;font-size:1.5rem;transition:transform .3s}.navbar__contact:hover{transform:scale(1.1)}.navbar__contact:active{transform:translateY(1px)}@media screen and (max-width:1200px){.navbar{padding:2.5rem 10rem}}@media screen and (max-width:850px){.navbar{display:block;padding:5rem 0}.navbar__contact,.navbar__links{display:none}}:root{--primary:#f5f7fa}.content{position:relative;flex:1 1}.content__container{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);width:80%;overflow-x:visible}.content__heading{font-size:4.2rem}.content__heading,.content__text{color:#f5f7fa;color:var(--primary)}.content__text{font-family:"Lato",sans-serif;font-weight:400;font-size:2rem;margin:1.5rem auto 0;max-width:550px}.content__link{background-image:linear-gradient(to right bottom,#009efd,#2575fc);padding:1.3rem 3rem;border-radius:30px;font-size:1.5rem;transition:transform .3s;text-decoration:none;color:#f5f7fa;color:var(--primary);display:block;margin:4rem auto 0;width:20%;cursor:pointer}.content__link:hover{transform:scale(1.1)}.content__link:active{transform:translateY(1px)}@media screen and (max-width:850px){.content__link{font-size:1.8rem;width:40%}}@media screen and (max-width:570px){.content__heading{font-size:2.8rem}.content__text{width:100%}}@media screen and (max-width:470px){.content__link{width:80%}}.header{text-align:center;flex-direction:column;background-attachment:fixed;background-size:cover;background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.85)),url(/static/media/header.d394d894.jpg)}.about,.header{height:100vh;display:flex}.about{align-items:center;justify-content:space-evenly;background-color:#fff;margin:6rem}.about__content{display:flex;flex-direction:column;flex:0.7 1}.about__heading{margin-bottom:1rem}.about__text{max-width:500px}.about__img{width:50rem;border-radius:1rem}@media screen and (max-width:1000px){.about{flex-direction:column;align-items:center;justify-content:center;text-align:center}.about__content{flex:none;margin-bottom:4rem}}@media screen and (max-width:570px){.about__img{width:100%}}.discover{display:flex;align-items:center;height:100vh;justify-content:space-evenly;background-color:#f5f5f5;padding:6rem}.discover__img{width:40rem}.discover__content{display:flex;flex-direction:column;flex:0.65 1}.discover__text{margin:1rem 0 2.5rem;max-width:500px}.discover__link{background:linear-gradient(to right bottom,#009efd,#038bdf);border-radius:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:20rem;height:50px;color:#f5f5f5;cursor:pointer}.discover__link:hover{background:linear-gradient(to right bottom,#038bdf,#2575fc)}@media screen and (max-width:1000px){.discover{flex-direction:column;align-items:center;justify-content:center;text-align:center}.discover__content{flex:none;margin:40px auto 80px}.discover__link{margin-top:20px;align-self:center}}@media screen and (max-width:500px){.discover{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.discover__heading{line-height:1.5}.discover__img{width:60%}}.services{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.services__heading{font-size:3.6rem}.services__container{display:flex;justify-content:space-between;margin:5rem 20rem 0;overflow-x:visible}.services__card{background-color:#f5f5f5;padding:5rem;border-radius:15px;width:31%;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);transition:all .2s ease-in-out}.services__card:hover{box-shadow:0 1rem 2rem rgba(0,0,0,.1);transform:scale(1.05)}.services__card--heading{margin:1rem auto}.services__image{width:15rem}@media screen and (max-width:850px){.services{justify-content:flex-start;height:-webkit-max-content;height:-moz-max-content;height:max-content}.services__heading{margin:4rem auto}.services__container{flex-direction:column;align-items:center;margin:0}.services__card{width:60%;margin-bottom:5rem}.services__card:last-child{margin-bottom:10rem}.services__card--heading{font-size:2rem}.services__image{width:60%}}@media screen and (max-width:570px){.services__heading{font-size:2.8rem}.services__card{width:80%}}.contact{background-color:#f5f5f5;height:100vh;flex-direction:column;justify-content:center;position:relative}.contact,.contact__container{display:flex;align-items:center}.contact__container{justify-content:space-between;padding:0 10rem}.contact__content{width:60%}.contact__subheading{margin:.5rem 0 2.5rem;font-size:1.5rem}.contact__form{display:flex;flex-direction:column}.contact__form-input,.contact__form-textarea{width:90%;border:none;border-radius:10px;outline-width:0;padding:1.5rem 1rem;margin-bottom:2.5rem;font-weight:500}.contact__form-textarea{height:15rem;line-height:2.3;resize:none}.contact__form-input::-webkit-input-placeholder,.contact__form-textarea::-webkit-input-placeholder{color:silver}.contact__form-input:-ms-input-placeholder,.contact__form-textarea:-ms-input-placeholder{color:silver}.contact__form-input::placeholder,.contact__form-textarea::placeholder{color:silver}.contact__form-btn{background:linear-gradient(to right bottom,#009efd,#038bdf);border:none;border-radius:3rem;width:15rem;height:4.5rem;font-size:1.4rem;color:#f5f5f5;outline-width:0;cursor:pointer}.contact__form-btn:hover{background:linear-gradient(to right bottom,#038bdf,#2575fc)}.contact__form-btn:disabled{background-color:#d3d3d3;cursor:not-allowed}.contact__form-error{color:red;font-size:1.35rem;font-weight:500;margin:-20px 0 2rem 1rem}.contact__form-error:first-letter{text-transform:capitalize}.contact__image{width:35%}.copy{position:absolute;bottom:10px;font-size:1.4rem;font-weight:500;color:#2c3539}@media screen and (max-width:850px){.contact{height:-webkit-max-content;height:-moz-max-content;height:max-content}.contact__container{text-align:center;flex-direction:column-reverse;padding:0 3rem}.contact__content{width:80%}.contact__form{display:flex;align-items:center}.contact__heading{margin:3rem auto 0}.contact__form-input,.contact__form-textarea{width:100%}.contact__form-error{align-self:start}.contact__form-btn{margin-bottom:10rem}.contact__image{width:60%;margin-top:4rem}}@media screen and (max-width:450px){.contact__form-btn{width:80%;height:5rem}.copy{font-size:1.1rem}}.exit{background-color:#f5f5f5;height:100vh;text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:space-evenly}.exit__container{max-width:780px;padding:0 5rem}.exit__image{width:28rem;margin-bottom:30px}.exit__text{font-size:1.9rem;color:#2c3539}@media screen and (max-width:450px){.exit__text{font-size:1.6rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:"Encode Sans Expanded",sans-serif;overflow-x:hidden}html{font-size:62.5%}body{font-size:1.6rem;line-height:2}h2{font-size:3.2rem}@media screen and (min-width:1800px){html{font-size:72%}}@media screen and (max-width:1200px){html{font-size:57%}}@media screen and (max-width:600px){h1,h2{line-height:1.5}h2{font-size:2.8rem}}
/*# sourceMappingURL=main.e63369a8.chunk.css.map */