@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&family=Montserrat:wght@700&family=Poppins&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&family=Montserrat:wght@700&display=swap);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}:root{--black:#333;--white:#fff;--purple:#6174b9;--darkPurple:#4c5aa1;--lightPurple:#a4b0ea;--hero-primary:#a1aaba;--poppins:"Poppins";--montserrat:"Montserrat"}*{box-sizing:border-box;margin:0;padding:0}a{color:#fff;color:var(--white);text-decoration:none}ul{list-style:none}.btn{background:#fff;background:var(--white);border:none;border-radius:18px;color:#6174b9;color:var(--purple);cursor:pointer;font-weight:400;height:30px;padding:5px 20px;width:100px}::-webkit-scrollbar{width:.8em}::-webkit-scrollbar-track{border-radius:22px;box-shadow:0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb{background-color:#6174b9;background-color:var(--purple);border-radius:22px}.container{margin:0 auto;max-width:1280px;overflow:hidden;padding:0 1.5rem}.divider{margin-bottom:100px}.modal-container{align-items:flex-start;-webkit-animation:overlay 1s ease-in 1 forwards;animation:overlay 1s ease-in 1 forwards;background:rgba(63,61,61,.692);display:flex;height:200vh;justify-content:center;overflow:none;position:absolute;top:0;transition:top 1s ease-in;width:100vw;z-index:90}@-webkit-keyframes overlay{0%{top:-200vh}to{top:0}}@keyframes overlay{0%{top:-200vh}to{top:0}}.modal-container.modal-close{top:-200vh}.form-group label{display:block;font-size:14px;margin-bottom:4px}.form-wrapper{background:var(--white);border-radius:20px;display:flex;flex-direction:column;height:550px;justify-content:space-evenly;margin-top:120px;padding:20px;position:relative;width:450px}.form-header{border-bottom:5px solid var(--black);display:inline;margin-left:60px;padding-bottom:5px;text-align:left;width:90px}.signup-form{align-items:center;display:flex;flex-direction:column;height:70%;justify-content:space-evenly}.form-cntrl{background:#f2f2f2;border:none;border-radius:20px;height:20px;margin-bottom:15px;padding:20px 35px;width:300px}.form-cntrl:focus{outline-color:var(--purple)}.form-submit{background:var(--purple);border:none;border-radius:22px;color:var(--white);cursor:pointer;display:block;margin-bottom:10px;padding:10px 30px;width:300px}.form-wrapper p{font-size:14px;width:350px}.close{background:var(--white);border:none;cursor:pointer;padding:0;position:absolute;right:20px;top:10px}.close i{margin:0}@media (max-width:768px){.form-submit{width:300px}.form-wrapper{width:350px}.form-wrapper p{font-size:14px;width:300px}.form-header{margin-left:10px}}.navbar{background:var(--hero-primary);width:100vw}.navbar .container{align-items:baseline;display:flex;justify-content:space-between}.logo-wrapper h1{color:var(--white);cursor:pointer;font-family:var(--montserrat),sans-serif;font-size:2.2rem;font-style:normal;font-weight:700;line-height:3rem;margin-top:20px;text-align:left}.nav-menu{display:flex}.nav-menu li{padding:20px}.nav-menu li a{color:var(--white);font-family:var(--poppins),sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1rem;text-align:left}.fa-bars{margin:10px}.btn.signup{background:var(--white);border-radius:18px;color:var(--black);font-weight:400;padding:5px 20px;transition:all .5s ease-out}.btn.signup:hover{background:transparent;border:2px solid var(--white);color:var(--white)}.nav-link{transition:border .1s ease-out}.nav-link:hover{border-bottom:5px solid var(--white)}.mobile-menu-btn{display:none}@media (max-width:960px){.navbar .container{align-items:center;flex-direction:column}@-webkit-keyframes nav{0%{opacity:0}to{opacity:1}}@keyframes nav{0%{opacity:0}to{opacity:1}}.nav-menu{display:none}.nav-menu-active{align-items:center;-webkit-animation:nav .3s ease-in 1 forwards;animation:nav .3s ease-in 1 forwards;background:var(--hero-primary);display:flex;flex-direction:column;justify-content:space-between;left:50%;overflow:hidden;position:absolute;top:68px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:50}.nav-menu-active li{padding:20px;text-align:center}.nav-menu-active li a{color:var(--white);font-family:var(--poppins),sans-serif;font-size:1rem;font-weight:400;line-height:19px;text-align:left}.mobile-menu-btn{color:var(--white);display:block;position:absolute;right:6px;top:6px}}.search-placeholder{background:var(--white);border-radius:49px;bottom:-49px;box-shadow:0 9px 18px rgba(0,0,0,.104);height:98px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:789px}.search-container{display:flex;height:100%;margin:0 auto;width:70%}.search-input{border:none;font-size:20px;height:100%;outline:none;width:100%}.fa-search{align-items:center;display:flex;justify-content:center;padding:15px}@media (max-width:960px){.search-placeholder{height:70px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:350px}}.hero-wrapper{background:var(--hero-primary);justify-content:space-between;position:relative;width:100vw}.hero-wrapper,.text-wrapper{align-items:center;display:flex}.text-wrapper{height:500px;justify-content:center;padding:10px;text-align:center;width:100%}.text-wrapper h1{color:var(--white);font-family:var(--poppins);font-size:5rem;font-style:normal;font-weight:700;line-height:5rem;padding:10px;text-align:left}.image-wrapper{height:100%}@media (max-width:1120px){.text-wrapper h1{font-size:4rem;line-height:4rem}}@media (max-width:960px){.hero-wrapper{flex-direction:column;height:700px}.image-wrapper img{height:440px;width:100%}.text-wrapper h1{font-size:2.2rem;line-height:3rem}}.info-a-wrapper{display:flex;justify-content:space-evenly}.info-a-quote{align-items:center;display:flex}.info-a-content{display:flex;justify-content:space-between;padding:50px 50px 0 0}.info-a-wrapper h1{color:var(--purple);font-family:Poppins;font-size:4rem;font-weight:700;line-height:72px;text-align:right}.content-section p{font-family:Poppins;font-size:1rem;font-weight:300;line-height:20px;margin-bottom:10px;padding:10px;text-align:left}.content-section p:nth-child(4){padding-bottom:0}.content-section p:first-child{color:var(--purple);font-family:var(--poppins);font-size:1rem;font-weight:700;line-height:20px;text-align:left}@media (max-width:960px){.info-a-wrapper{align-items:center;flex-direction:column;justify-content:space-between}.info-a-quote{padding-left:0}.info-a-quote h1{font-size:3rem;line-height:60px;padding:5px;text-align:center}}.info-b{display:flex;flex-direction:column;margin-top:50px}.info-b h1,p{text-align:center}.info-b-wrapper{width:100vw}.info-b h1{font-size:3rem;font-weight:700;line-height:64px}.info-b h1,.info-b p{font-family:var(--poppins);font-style:normal;text-align:center}.info-b p{font-size:1rem;font-weight:300;line-height:32px}@media (max-width:600px){.info-b{margin-top:0}}.info-c-wrapper{align-items:center;display:flex;justify-content:space-evenly}.info-c-wrapper h1{font-size:1.8rem;font-weight:600}.info-c-wrapper h1,.info-c-wrapper p{font-family:var(--poppins);line-height:32px;text-align:center}.info-c-wrapper p{font-size:1.2rem;font-weight:300}@media (max-width:960px){.info-c-wrapper{align-items:center;flex-direction:column}.info-c-wrapper p{font-size:1rem}img[alt=arrow]{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.info-d-wrapper{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.image-group{align-items:center;flex-direction:column}.image-container-1,.image-container-2,.image-group{display:flex;width:50%}#people1,#people2{border-radius:10px;height:200px;margin:2px;width:400px}#people3,#people4{border-radius:10px;height:160px;margin:2px}#people2{width:160px}#people4{width:100px}.info-d-2{display:flex;flex-direction:column;justify-content:center}.info-d-2 h1{color:var(--purple);font-size:3rem;font-weight:700;letter-spacing:0;line-height:69px}.info-d-2 h1,.info-d-2 p{font-family:var(--poppins);text-align:left}.info-d-2 p{font-size:1.2rem;font-weight:300;line-height:32px;margin-left:.5rem}.play-btn{align-items:center;background:var(--purple);border:none;border-radius:25px;color:var(--white);cursor:pointer;display:flex;font-family:var(--poppins);font-size:large;height:50px;justify-content:center;transition:all 1s ease-in;width:192px}.play-btn:hover{background:#3a4a83}.play-btn img{margin:10px}@media (max-width:1020px){.info-d-wrapper{align-items:flex-start;flex-direction:column;justify-content:space-around}.info-d-2{justify-content:center}.image-group,.info-d-2{align-items:center;width:100vw}#people1,#people3,#people4{height:200px;width:200px}}@media (max-width:600px){.info-d-wrapper{width:350px}.image-group,.info-d-2{align-items:flex-start}.info-d-2{width:60%}#people2{width:160px}#people4{width:100px}}.image-section-wrapper{display:flex;justify-content:space-between}.image-section-1 img{margin-left:20px;margin-right:20px}.image-about h1{font-size:2rem;font-weight:700;line-height:46px;margin-bottom:30px}.image-about h1,.image-about p{font-family:var(--poppins);font-style:normal;text-align:justify;width:100%}.image-about p{font-size:1rem;font-weight:300;height:100%;line-height:30px}.image-about{display:flex;flex-direction:column}@media (max-width:960px){.image-section-wrapper{flex-direction:column;justify-content:space-evenly}.image-section-1 img{margin-left:0;margin-right:0;width:100%}}.emuse-wrapper{height:100vh;width:100vw}.emuse-bg{background:url(/static/media/fullbg.c8d9ec23c5867a5dfa7d.png) no-repeat;background-position:50%;background-size:cover;height:100%;width:100%}@media (max-width:968px){.emuse-wrapper{height:50vh}}@media (max-width:768px){.emuse-wrapper{height:40vh}}.info-e-wrapper{background:var(--hero-primary);display:flex;height:459px;justify-content:space-around;width:100vw}.rocket-image{position:relative;width:50%}.rocket-image img{left:50%;position:absolute;top:-120px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.info-e-content{display:flex;flex-direction:column;justify-content:space-evenly;padding:20px}.info-e-content h1{font-size:2rem;font-weight:700;line-height:54px}.info-e-content h1,.info-e-content p{color:var(--white);font-family:var(--poppins);text-align:left}.info-e-content p{font-size:1.2rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:32px}.quote{display:flex;justify-content:space-around}.quote p{font-size:1rem;margin-bottom:10px}.quote-wrapper{display:flex;justify-content:space-around}.quote img{background:var(--white);border-radius:50%;height:1.1rem;margin-right:5px;padding:2px;width:1.1rem}@media (max-width:960px){.info-e-wrapper{flex-direction:column}.quote p{font-size:.9rem}.rocket-image{height:50%}.rocket-image img{height:260px;width:260px}}.footer{align-items:center;display:flex;height:100%;justify-content:space-between}.footer-wrapper{background-color:var(--purple);color:var(--white);height:95px;width:100vw}.footer-logo{color:var(--white);font-family:var(--montserrat);font-size:2rem;font-weight:700;line-height:35px;margin-top:10px;text-align:left}.footer-content p{margin-top:25px}@media (max-width:600px){.footer{align-items:center;flex-direction:column;justify-content:space-evenly}}.chat-icon{bottom:10px;right:5px;transition:all .3s ease}.chat-icon,.chat-symbol{cursor:pointer;position:absolute}.chat-symbol{bottom:55px;color:var(--purple);font-family:var(--montserrat);font-size:1.5rem;font-style:normal;font-weight:700;height:25px;letter-spacing:0;line-height:20px;right:25px;text-align:left;width:45px}.chat-symbol span{color:var(--black);font-size:1.8rem;position:absolute;right:20px}.chat-icon:hover{opacity:.8;-webkit-transform:scale(1.1);transform:scale(1.1)}.chat-symbol:hover{opacity:.8;-webkit-transform:scale(1);transform:scale(1)}.chat-box-wrapper{-webkit-animation:chatMain .3s ease-in 1 forwards;animation:chatMain .3s ease-in 1 forwards;background:var(--white);border-radius:22px;bottom:115px;box-shadow:0 0 10px 0 var(--black);display:flex;flex-direction:column;height:300px;justify-content:space-around;overflow:hidden;position:absolute;right:80px;width:400px;z-index:52}@-webkit-keyframes chatMain{0%{opacity:0}to{opacity:1}}@keyframes chatMain{0%{opacity:0}to{opacity:1}}.chat-lg{height:600px;justify-content:space-between;padding-top:20px}.greeting-container{background:var(--purple);border-radius:10px;color:var(--white);display:flex;flex-direction:column;margin:0 10px 10px;padding:15px}.conversation h3,.greeting-container h1{margin-left:40px;padding:5px}.greeting-container p{margin-left:10px;padding:5px;width:100%}.greeting-container .btn{align-self:center}.conversation{display:flex;flex-direction:column;height:120px;justify-content:space-evenly;margin:0 10px 10px}.con-btn{align-items:center;align-self:center;background:#13a884;border:none;border-radius:20px;color:var(--white);cursor:pointer;display:flex;justify-content:center;padding:5px 20px}.fa-paper-plane{margin:8px}.chat-area-wrapper{border-radius:22px;height:450px}.chat-area-wrapper,.chats-area{display:flex;flex-direction:column}.chats-area{height:360px;justify-content:flex-start;margin:0 auto;overflow-y:scroll;padding:2px;width:390px}.message-wrapper:nth-child(odd){align-self:flex-end;background:var(--darkPurple);border-radius:12px;color:var(--white)}.message-wrapper:nth-child(2n),.message-wrapper:nth-child(odd){-webkit-animation:chatMain .3s ease-in 1 forwards;animation:chatMain .3s ease-in 1 forwards;margin-bottom:20px;padding:10px 30px;position:relative;width:70%}.message-wrapper:nth-child(2n){align-self:flex-start;background:var(--lightPurple);border-radius:10px;color:var(--black)}.message{text-align:left}.message img{height:80px;width:80px}.message-wrapper:nth-child(2n):after,.message-wrapper:nth-child(odd):after{background:inherit;bottom:-5px;content:"";height:20px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:20px}.message-wrapper:nth-child(odd):after{left:89.5%}.message-wrapper:nth-child(2n):after{right:90.5%}.chat-input-wrapper{border-top:.5px solid gray;display:flex;justify-content:space-between;padding-left:20px}.chat-input-wrapper input{border:none;border-radius:22px;font-size:20px;padding:16px;width:80%}.chat-input-wrapper input:focus{outline:none}.chat-submit{align-items:center;background:var(--white);border:none;border-radius:50%;color:var(--purple);cursor:pointer;display:flex;justify-content:center;width:20%}@media (max-width:500px){.chat-box-wrapper{left:38px;padding-top:10px;width:300px}.chat-box-wrapper.chat-lg{height:620px;left:38px;width:350px}.message-wrapper:nth-child(odd){align-self:flex-end;width:70%}.message-wrapper:nth-child(odd):after{content:"";left:207px}.message-wrapper:nth-child(2n):after{left:5px}.conversation h3,.greeting-container h1{margin-left:20px;padding:5px}.chats-area{height:385px;width:350px}}@media (max-width:400px){.chat-box-wrapper{padding-top:10px}.chat-box-wrapper,.chat-box-wrapper.chat-lg{left:38px;width:300px}.message-wrapper:nth-child(odd):after{content:"";left:170px}.chats-area{width:300px}}
/*# sourceMappingURL=main.5828a3f9.css.map*/