@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");html{-webkit-box-sizing:border-box;box-sizing:border-box}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{padding:0;margin:0;font-family:"Nunito", sans-serif;font-size:18px;color:#545454;background-color:#f6f9fe}h1{font-size:clamp(2.5rem, 6vw, 3.5rem);font-weight:700;margin:0;width:clamp(300px, 80vw, 700px)}a{text-decoration:none;color:#545454;font-size:1.1rem}form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media (max-width: 1023px){form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:2rem 0}}input{height:60px;width:clamp(330px, 40vw, 350px);padding-left:1rem;font-size:1.1rem;color:#b5b6b7;border-radius:10px;border:1px solid #dddfe7}input:focus{outline:none}button{background-color:#382966;color:white;border:0;font-size:1.1rem;height:60px;width:146px;border-radius:5px}button:hover{cursor:pointer}@media (max-width: 639px){button{width:330px}}.container{max-width:1440px;padding:3rem 7rem;margin:auto}@media (max-width: 1023px){.container{padding:3rem 5rem}}@media (max-width: 639px){.container{padding:3rem 1rem}}header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .logo{width:146px;height:36px;background:url(/Assets/Logo.svg);background-repeat:no-repeat;background-position:center;margin:auto 0}header nav .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media (max-width: 1023px){header nav{display:none}}header .menu{display:none;margin:auto 0}header .menu span{display:block;width:33px;height:4px;margin-bottom:5px;background-color:black}@media (max-width: 1023px){header .menu{display:block}}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;margin:5rem 0}.hero-text{-webkit-box-flex:2;-ms-flex:2;flex:2}@media (max-width: 1023px){.hero-text h1{margin:0 auto;padding:1.5rem 0}}.hero-text p:first-of-type{background-color:#382966;color:#ccc1e6;width:clamp(300px, 50vw, 520px);text-align:center;padding:0.5rem 1rem;border-radius:2rem}@media (max-width: 1023px){.hero-text p:first-of-type{margin:0 auto}}.hero-text p:first-of-type a{font-weight:600;color:#ccc1e6;text-decoration:underline}.hero-text p:nth-of-type(2){width:clamp(330px, 60vw, 730px)}@media (max-width: 1023px){.hero-text p:nth-of-type(2){margin:0 auto}}@media (max-width: 1023px){.hero-text{text-align:center}}.hero-image{-webkit-box-flex:1;-ms-flex:1;flex:1;width:696px;height:500px;background:url(/Assets/Illustration.png);background-repeat:no-repeat;background-size:contain}@media (max-width: 1023px){.hero-image{display:none}}footer p{font-weight:600}footer .companies{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}footer .companies .icon{width:48px;height:48px;border-radius:50%;background-repeat:no-repeat;background-size:contain}footer .companies .atlassian{background:url("/Assets/Atlassian Icon.svg")}footer .companies .behance{background:url("/Assets/Behance Icon.svg")}footer .companies .bing{background:url("/Assets/Bing Icon.svg")}footer .companies .bitbucket{background:url("/Assets/Bitbucket Icon.svg")}footer .companies .dropbox{background:url("/Assets/Dropbox Icon.svg")}footer .companies .twitch{background:url("/Assets/Twitch Icon.svg")}footer .companies .twitter{background:url("/Assets/Twitter Icon.svg")}
/*# sourceMappingURL=style.min.css.map */