@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);*{box-sizing:border-box;margin:0;padding:0;font-family:"Roboto",sans-serif}body,html{overflow-x:hidden}nav{height:100px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;background-color:#6387ff;margin:0 auto;padding:0 15%}.title-container{margin-left:0;color:#fff}.title{font-size:32px;font-weight:800;letter-spacing:2px;text-shadow:1px 1px 1px #000;text-decoration:none}.menu-bars,.title{color:#fff;z-index:999}.menu-bars{font-size:28px;cursor:pointer}.nav-menu{background-color:#060b26;opacity:.95;width:300px;height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;position:fixed;top:0;left:-140%;transition:.85s ease-in-out;z-index:999}.nav-menu.active{left:0;transition:.3s ease-in-out}.nav-menu li{list-style:none;margin:1rem}.menu-close{font-size:28px;cursor:pointer;margin:1rem 0 1rem 14rem;color:#fff}.nav-link{font-size:22px;text-decoration:none;color:#fff;font-weight:500}footer{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background:#292c33;padding-bottom:3rem}.footer-container{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-top:6rem}.footer-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.footer-content h2{color:#fff;font-size:clamp(14px,3.5vw,22px);font-weight:500;letter-spacing:.2px;margin-bottom:.25rem}.footer-content p{color:#fff;font-size:clamp(12px,3.5vw,15px);font-weight:100;letter-spacing:.5px}.footer-socials{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-top:3rem;color:#fff}.social-icon{margin:0 .5rem;font-size:1.3rem}.social-icon:hover{transition:.3s ease-in-out;color:#4284ff;cursor:pointer}a,a:visited{color:#fff}.cards-section{background-color:#e5e5e5}.cards-banner{background:#fff;height:300px;text-align:center;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column}.cards-banner-title{color:#6387ff;font-size:clamp(1.5rem,3vw,3rem);letter-spacing:2px;text-transform:capitalize;margin-bottom:2rem;padding-bottom:1rem;border-bottom:5px solid #6387ff}.cards-banner-text{width:40%;line-height:1.5;font-size:clamp(14px,2vw,20px);font-style:italic}.cards-container{display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;margin:0 auto;width:90%;padding:4rem 0}.card{display:inline-block;height:500px;width:20rem;border-radius:3px;text-align:center;margin:0 .5rem}.card:hover{-webkit-transform:scale(1.02);transform:scale(1.02);transition:.5s ease-in-out}.card:first-child{background-image:linear-gradient(-45deg,#4284ff,#62f6e9)}.card:nth-child(2){background-image:linear-gradient(45deg,#62f6e9,#b48dff)}.card:nth-child(3){background-image:linear-gradient(-45deg,#ec6693,#b48dff)}.card-title{height:50%;color:#fff;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.card-title h1{font-weight:500;font-size:clamp(2.5rem,4vw,4rem);border-bottom:.5rem solid #fff}.card-title h3{padding-top:1.5rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;font-size:clamp(22px,1.5vw,25px)}.card-text{background-color:#fff;height:50%;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:clamp(18px,1.5vw,1.35rem);font-style:italic;font-weight:300}.card-text p{width:90%}.card-text>button{margin-top:2rem;border:none;background:#4284ff;color:#fff;padding:.75rem 2.5rem;font-size:18px;font-weight:300;letter-spacing:1px}.card-text>button:hover{cursor:pointer;background-color:#1664f5}@media screen and (max-width:1200px){.cards-banner-title{padding-top:1.5rem}.cards-banner-text{padding-bottom:1rem}}@media screen and (max-width:992px){.cards-container{width:100%}.card{width:30%}.cards-banner-text{width:60%}}@media screen and (max-width:768px){.cards-section{background-color:#e5e5e5}.cards-banner-text{width:60%}.cards-container{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1.5rem 0}.card{width:60%;margin-bottom:1rem}}@media screen and (max-width:480px){.cards-banner-title{padding-top:1.75rem}.card{width:90%}}.hero-container{height:100vh;background-color:#6387ff;position:relative;z-index:2}.hero-image{width:61.81rem;height:45.56rem;overflow:hidden;object-fit:cover;position:absolute;right:0;bottom:0;z-index:-1}.hero-text-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:10vh 0 0 15%}.hero-heading{color:#fff;letter-spacing:2px;text-shadow:1px 1px 1px #000;font-size:clamp(1.5rem,3.25vw,3.5rem)}.first-heading{font-weight:300;margin-bottom:-1rem}.second-heading{font-weight:500;border-bottom:2px solid #fff;display:inline;padding-bottom:2rem}.hero-text{font-size:clamp(17px,3.5vw,26px);margin-top:5rem;max-width:350px;text-align:left;line-height:1.5}.hero-btn,.hero-text{color:#fff;font-weight:300}.hero-btn{margin-top:1.5rem;outline:none;background-color:transparent;border:2px solid #fff;font-size:18px;text-transform:uppercase;padding:.5rem 3rem;cursor:pointer;transition:all .5s ease-in-out}.hero-btn:hover{background-color:#fff;color:#6387ff;cursor:pointer}@media screen and (max-width:1200px){.hero-image{width:46rem;height:36rem}}@media screen and (max-width:992px){.hero-heading{line-height:1.4}.hero-image{width:44rem;height:30rem}.hero-text-container{padding-top:2rem}}@media screen and (max-width:480px){.hero-image{width:32rem;height:24rem}.hero-heading{line-height:1.4}.first-heading{margin:0}.second-heading{border:none}}@media screen and (max-width:400px){.hero-image{width:32rem;height:18rem;z-index:-1}.hero-text-container{padding-top:2rem}.hero-text{margin-top:2rem}}@media screen and (max-width:292px){.hero-text-container{padding-top:.25rem}.hero-image{width:32rem;height:18rem}.hero-text{font-size:15px}}.about-section{height:100vh;background-image:linear-gradient(45deg,#f292b2,#b48dff);-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.about-container,.about-section{display:-webkit-flex;display:flex}.about-container{min-height:65vh;width:1140px}.first-wrapper{width:50%;background-image:linear-gradient(45deg,#10c8b8,#b48dff);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.heading{margin-top:25%;padding-left:2rem;width:75%}.heading h1{font-size:clamp(2rem,4.5vw,3.75rem);color:#fff}.text{margin-top:1.5rem;padding:0 2rem;line-height:1.5;font-size:clamp(16px,3.5vw,22px);text-align:left;color:#fff;letter-spacing:1px}.second-wrapper{width:50%;background-color:#fff;display:grid;grid-template-columns:50% 50%;grid-template-rows:50% 50%}.container{max-width:17.9rem}.container img{width:100%;height:100%;object-fit:cover}.icon-container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center}.icon-container h2{color:#6387ff;font-weight:500;font-size:clamp(18px,3vw,32px)}.icon-container .icon{color:#6387ff;font-size:4rem;font-size:clamp(2.75rem,4vw,4rem);margin-bottom:1rem}@media screen and (max-width:1200px){.about-container{width:988px;min-height:50vh}}@media screen and (max-width:992px){.about-section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.about-container{margin:2rem 0 1rem;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.first-wrapper,.second-wrapper{width:80%}.container{max-width:100%}.heading{margin:5rem 0 1rem}.text{margin-bottom:5rem}}.meet-section{background:#fff;width:85%;margin:0 auto 3rem}.meet-heading{text-align:center;width:60%;margin:4rem auto}.meet-heading h1{color:#6387ff;font-size:clamp(2rem,4vw,3rem)}.meet-heading p{color:grey;margin-top:1.5rem;font-size:clamp(16px,3.5vw,20px);font-style:italic;font-weight:300;letter-spacing:.5px}.meet-team{-webkit-justify-content:center;justify-content:center;grid-gap:3rem;gap:3rem;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:80%;margin:0 auto}.meet-team,.team-image{display:-webkit-flex;display:flex}.team-image{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.team-image h2{margin:1rem;text-transform:capitalize;color:#6387ff}.team-image p{font-size:20px}.image{width:300px;height:380px}@media screen and (max-width:1500px){.meet-section{width:100%}.meet-team{width:90%}}@media screen and (max-width:1200px){.meet-heading{width:75%}}@media screen and (max-width:1200px){.image{width:270px;height:320px}}.info-section{background-image:linear-gradient(-45deg,#ec6693,#b48dff)}.info-heading{text-align:center;color:#fff;padding-top:7rem}.info-heading h1{font-size:48px;letter-spacing:1px}.info-heading p{font-size:22px;width:50%;margin:1rem auto;line-height:1.5;font-weight:300}.image-container{width:75%;margin:3rem auto 0;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;grid-gap:2rem;gap:2rem;padding-bottom:8rem}.info-image{width:30%;height:300px}.info-image img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1200px){.image-container{width:100%}}@media screen and (max-width:992px){.info-section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.image-container{-webkit-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:2rem}.info-image{width:40%;min-width:350px}}@media screen and (max-width:480px){.info-image{width:80%;min-width:0}}.form-section{background:#f2f2f2;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;text-align:center;color:#fff;padding:4rem 0}.form-section h3{margin-top:4rem;font-size:32px}.form-section h3,.form-section p{letter-spacing:1px;font-weight:500}.form-section p{margin:1.75rem;font-size:20px}.form-section a{color:#fff;text-decoration:none;font-size:20px;letter-spacing:1px;font-weight:300}.form-section a:hover{color:#a8b2e7;transition:.3s ease-in-out}.form-container{background:#4284ff;width:640px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}form{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column;width:75%;margin:2rem auto}input{margin:.5rem;height:2.5rem;border:none;padding:5px}input::-webkit-input-placeholder{letter-spacing:1px;font-size:16px}input:-ms-input-placeholder{letter-spacing:1px;font-size:16px}input::placeholder{letter-spacing:1px;font-size:16px}.message{height:6rem}.form-btn{margin:1rem 0 3rem .5rem;width:8rem;height:3rem;border:none;text-transform:uppercase;font-size:18px;background-color:#b48dff;letter-spacing:2px;color:#fff;cursor:pointer}.form-btn:hover{background-color:#8247ee;transition:.3s ease-in-out}@media screen and (max-width:700px){.form-container{width:90%}}.blog-section{min-height:90vh;background:#6e52c7;padding-top:3rem}.blog-container{width:1140px;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;margin:0 auto;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:100vh}.blog-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;height:675px}.blog{border:3px solid #fff;width:270px;height:320px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:2rem}.blog-white{background:#fff}.blog h2{font-size:clamp(23px,3.5vw,28px);color:#fff;font-weight:500;margin-top:.5rem}.blog-white h2{color:#6e52c7}.blog p{margin-top:1.5rem;font-size:clamp(14px,3.5vw,19.5px);font-style:italic;font-weight:400;line-height:1.4;letter-spacing:.5px;color:#fff}.blog-white p{color:#974964}.blog h1{color:#fff;font-weight:500;font-size:clamp(28px,3.5vw,48px);width:85%}.image-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:675px}.blog-image-one{width:450px;height:60%}.blog-image-one,.blog-image-two{border:5px solid #fff;object-fit:cover}.blog-image-two{width:380px;height:55%;z-index:1;position:absolute;top:44%;left:30%}.blog-link,.blog-link a,.blog-link a:visited{margin-top:3rem;padding-bottom:10rem;color:#fff;font-size:18px;letter-spacing:1px;text-align:center}@media screen and (max-width:1200px){.blog-container{display:grid;grid-template-rows:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;padding:2rem 0}.blog-wrapper{margin-bottom:1rem;max-width:70%}.blog{width:320px}.image-wrapper{max-width:70%;margin-right:13rem}.blog-link{margin-top:2rem}.blog-image-two{left:62%}}@media screen and (max-width:768px){.blog-container{-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.blog-container,.blog-wrapper{display:-webkit-flex;display:flex}.blog-wrapper{-webkit-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:768px}.blog{height:15rem;width:80%;margin:0 auto}.image-wrapper{max-width:100%;width:768px;margin:5rem auto 0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}.blog-image-one,.blog-image-two{margin:1rem auto;width:65%;min-height:20rem}.blog-image-two{position:relative;top:0;left:0}.blog-link{width:100%;margin-top:5rem}}@media screen and (max-width:480px){.blog-wrapper{width:90%}.blog h2{margin-top:0}.blog-image-one,.blog-image-two{width:90%}}
/*# sourceMappingURL=main.169e92d3.chunk.css.map */