@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap";:root{--color-purple: #8354ff;--gradient: linear-gradient(to right, #8753ff, #5381ff);--hover-gradient: linear-gradient(to left, #8753ff, #5381ff)}*{margin:0;padding:0;box-sizing:border-box;font-family:Nunito,sans-serif;text-decoration:none;list-style-type:none;color:#000}html{scroll-behavior:smooth}.App{max-width:1200px;margin:auto}.sectionTitle{text-align:center;font-size:3rem;font-weight:800;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media screen and (max-width: 450px){.sectionTitle{font-size:2rem}}._about_1h7fc_1{padding:80px 1rem;text-align:center}._about_1h7fc_1 h3{font-size:1.6rem;font-weight:500}._about_1h7fc_1 p{color:gray;text-align:justify;font-size:1.1rem}@media screen and (max-width: 450px){._about_1h7fc_1 h3{font-size:1rem}._about_1h7fc_1 p{font-size:.8rem}}._contactSection_o5ynz_1{padding:80px 1rem}._contactForm_o5ynz_5{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}._contactForm_o5ynz_5>div{display:flex;flex-direction:column;gap:.5rem;min-width:300px;width:50%}._contactForm_o5ynz_5>div>label{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._contactForm_o5ynz_5>div>input{all:unset;border-bottom:2px solid var(--color-purple);padding:.5rem 1rem;background-color:#00000007;border-radius:5px}._contactForm_o5ynz_5>div>textarea{all:unset;border-bottom:2px solid var(--color-purple);height:150px;background-color:#00000007;border-radius:5px;padding:.5rem 1rem}._contactForm_o5ynz_5 ._submit_o5ynz_43>button{all:unset;text-align:center;padding:1rem;background:var(--gradient);cursor:pointer;transition:.5s;border-radius:5px;color:#fff}._contactForm_o5ynz_5 ._submit_o5ynz_43>button:hover{background:var(--hover-gradient)}._emailSuccess_o5ynz_59{background-color:var(--color-purple);position:fixed;bottom:0px;left:0;width:100vw;height:40px;display:flex;padding-top:3.8rem;align-items:center;justify-content:center}._emailSuccess_o5ynz_59>h1,._emailError_o5ynz_73>h1{font-weight:400;font-size:1rem;color:#fff}._emailError_o5ynz_73{background-color:#9753ff;position:fixed;bottom:0px;left:0;width:100vw;height:40px;display:flex;padding-top:3.8rem;align-items:center;justify-content:center}@media screen and (max-width: 1150px){._contactForm_o5ynz_5>div{width:100%}}@media screen and (max-width: 768px){._contactSection_o5ynz_1>h1{font-size:2rem}._contactForm_o5ynz_5{padding:0 1rem}}._features_gjsk1_1{padding:80px 1rem;display:flex;flex-direction:column;gap:6rem}._feature_gjsk1_1{display:flex;gap:2rem;max-height:fit-content;align-items:center}._feature_gjsk1_1 p{color:gray;text-align:justify}._featureLeft_gjsk1_20{flex:1}._featureLeft_gjsk1_20 h3{font-size:2rem;margin-bottom:1rem}._featureRight_gjsk1_29{flex:1;display:flex;justify-content:center;align-items:center;height:350px;border-radius:10px;overflow:hidden}._featureRight_gjsk1_29 img{width:100%;height:100%;object-fit:cover;transition:.5s}._featureRight_gjsk1_29 img:hover{scale:1.1}._feature_gjsk1_1:nth-child(odd){flex-direction:row-reverse}@media screen and (max-width : 820px){._feature_gjsk1_1{flex-direction:column-reverse}._feature_gjsk1_1:nth-child(odd){flex-direction:column-reverse}._featureRight_gjsk1_29{width:100%;height:400px}}@media screen and (max-width: 450px){._featureLeft_gjsk1_20 h3{font-size:1.5rem}._feature_gjsk1_1 p{font-size:.8rem}}._hero_17b9l_1{display:flex;gap:1rem;padding:0 1rem;min-height:550px;height:calc(100vh - 80px);max-height:700px;align-items:center}._heroLeft_17b9l_11,._heroRight_17b9l_15{flex:1}._heroLeft_17b9l_11 h3{font-size:2rem}._heroLeft_17b9l_11 h1{font-size:5rem;line-height:100%;letter-spacing:3px;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}._heroLeft_17b9l_11 p{color:gray;text-align:justify}._buttons_17b9l_39{display:flex;margin-top:2rem;gap:1rem}._buttons_17b9l_39 button{all:unset;padding:1rem 2rem;background:var(--gradient);color:#fff;border-radius:5px;cursor:pointer}._buttons_17b9l_39 button:hover{background:var(--hover-gradient)}._buttons_17b9l_39 button a{color:#fff}._heroRight_17b9l_15 img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 860px){._heroRight_17b9l_15{display:none}._heroLeft_17b9l_11 h1{font-size:6rem;text-align:center}._heroLeft_17b9l_11 h3,._heroLeft_17b9l_11 p{text-align:center}._buttons_17b9l_39{justify-content:center}}@media screen and (max-width: 480px){._hero_17b9l_1{padding:0 .5rem}._heroLeft_17b9l_11 h1{font-size:20vw}._heroLeft_17b9l_11 h3{font-size:7vw}._heroLeft_17b9l_11 p{font-size:.8rem}._buttons_17b9l_39{gap:.5rem}._buttons_17b9l_39 button{padding:10px 20px}}._nav_1hzq6_1{display:flex;justify-content:space-between;align-items:center;height:80px;padding:0 1rem;background-color:#fff;z-index:10;transition:.5s;position:relative}._stickyNav_1hzq6_13{position:sticky;top:0;border-bottom:2px solid rgba(0,0,0,.11);border-radius:10px}._logo_1hzq6_20{font-size:2rem;font-weight:900;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._mainMenu_1hzq6_28{display:flex;justify-content:center;align-items:center;gap:2rem;height:fit-content;transform:translateY(0)}._mainMenu_1hzq6_28 li{cursor:pointer}._mainMenu_1hzq6_28 li:nth-child(5) a{background:var(--gradient);color:#fff;font-weight:600;border-radius:5px;padding:.6rem 2rem}._mainMenu_1hzq6_28 li:nth-child(5) a:hover{background:var(--hover-gradient)}@media screen and (max-width:750px){._hamburger_1hzq6_54{height:30px;width:30px;z-index:10;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer}._line_1hzq6_68{height:3px;width:100%;background:var(--gradient);border-radius:10px;transition:.5s}._mainMenu_1hzq6_28{position:absolute;top:20px;right:calc(1rem - 8px);flex-direction:column;background-color:#fff;padding:2rem;border:2px solid rgba(0,0,0,.1);border-radius:10px;height:0;transform:translateY(-300px);overflow:hidden;transition:.5s}._showMenu_1hzq6_91{transform:translateY(0);height:fit-content}}
