@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap";#header{height:70px;overflow:hidden;padding:15px 30px;border-bottom:1px solid #ccc;box-shadow:1px 1px 5px #0000001a}#header-logo{justify-content:flex-start;align-items:center;justify-content:left}#header-logo>span{font-weight:700;font-size:x-large;cursor:pointer;font-family:Arial,Helvetica,sans-serif}#header-logo>div{width:50px;height:50px;display:flex;align-items:center;justify-content:center}#header-logo>span:nth-child(2){color:#4343ff}#header-links{align-items:center;justify-content:right;gap:20px}#header-links>span{cursor:pointer;transition:.3s}#header-links>span:hover{color:#0000008f;transition:.3s}#header-links>div{width:fit-content}#header-links>div>button{width:fit-content;font-weight:900;background-color:#fff;border:2px solid rgb(67,67,255);padding:5px 10px;border-radius:10px;color:#4343ff;transition:.3s;cursor:pointer}#header-links>div>button:hover{background-color:#4343ff;color:#fff;transition:.3s}#hamburgermenu{display:none;cursor:pointer}#displayOverAll{display:none;position:fixed;background-color:#fff;right:0;top:0;height:100%;max-height:500px;width:100%;max-width:300px;flex-direction:column}#displayOverAll>div:nth-child(1){padding:10px;justify-content:right}#displayOverAll>div:nth-child(1)>span{cursor:pointer;width:fit-content}#displayOverAll>div:nth-child(2){gap:10px}#displayOverAll>div:nth-child(2)>span{padding:20px;font-weight:600;cursor:pointer}#displayOverAll>div:nth-child(3){padding:50px 20px}#displayOverAll>div:nth-child(3)>button{padding:10px 20px;border-radius:5px;border:0px solid;background-color:#4343ff;color:#fff;font-weight:600;cursor:pointer;transition:.5s}#displayOverAll>div:nth-child(3)>button:active{transition:.3s;background-color:#4343ff96}@media (max-width: 768px){#header{padding:10px 20px}#header-logo>span{font-size:medium}#header-links{display:none}#hamburgermenu{display:block;display:flex;align-items:center;justify-content:center;height:fit-content}#displayOverAll{display:flex}}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;font-family:Poppins,sans-serif;font-size:16px}.display-flex{display:flex}.display-none{display:none}.display-flex-column{display:flex;flex-direction:column}.display-flex-row{display:flex;flex-direction:row}.center-flex{display:flex;justify-content:center;align-items:center}.display-flex-column-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.display-flex-row-center{display:flex;flex-direction:row;justify-content:center;align-items:center}.width-hundred{width:100%}.height-hundred{height:100%}.hundred{width:100%;height:100%}.text-center{text-align:center}.reponsive-box{display:flex;flex-basis:calc(33.333% - 20px);min-width:250px;flex-grow:1}#hero{flex-direction:column;gap:40px;padding:50px 50px 20px}#hero-text{gap:20px;text-align:center}#hero-text>span:nth-child(1){width:100%;max-width:500px}#hero-text>span:nth-child(1)>span{font-size:40px;font-weight:800;line-height:50px;font-family:Inter,sans-serif}#hero-text>span:nth-child(1)>span:nth-child(2){color:#4343ff}#hero-text>span:nth-child(2){font-size:larger;font-weight:500;color:#7f7f7f;width:100%;max-width:500px}#hero-buttons{gap:30px;font-family:Roboto Condensed,sans-serif;width:100%}#hero-buttons>div:nth-child(1){gap:10px}#hero-buttons>div>button{display:flex;align-items:center;justify-content:center;background-color:#4343ff;color:#fff;font-weight:600;padding:8px 20px;cursor:pointer;border:none;border-radius:10px;border:2px solid rgb(67,67,255);gap:10px}#hero-buttons>div>button>span{display:flex;align-items:center;justify-content:center;width:100%}#hero-buttons>div>button>span:nth-child(2){width:fit-content;overflow:hidden}#hero-buttons>div>button:nth-child(2){background-color:#fff;color:#4343ff;border:2px solid rgb(67,67,255);font-weight:900;height:40px}#hero-buttons>div>button:nth-child(1):hover{background-color:#fff;color:#4343ff;transition:.3s}#hero-buttons>div>button:nth-child(2):hover{background-color:#4343ff;color:#fff;transition:.3s}#hero-buttons>div:nth-child(2){width:100%;max-width:700px;gap:20px}#hero-buttons>div:nth-child(2)>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;height:fit-content}#hero-buttons>div:nth-child(2)>div>span:nth-child(1){font-weight:700;font-size:25px;color:#4343ff;height:100%;width:100%;display:flex;align-items:center;justify-content:center;gap:5px}#hero-buttons>div:nth-child(2)>div>span:nth-child(2){font-weight:500;color:#7f7f7f;font-size:16px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center}@media (max-width: 768px){#hero-text>span:nth-child(1){gap:0px}#hero-text>span:nth-child(1)>span{font-size:40px!important;line-height:50px}#hero-text>span:nth-child(2){font-size:medium}}@media (max-width: 425px){#hero-buttons>div:nth-child(1){width:100%;flex-direction:column;align-items:center;flex-flow:column-reverse}#hero-buttons>div:nth-child(2)>div>span:nth-child(1){font-size:20px}#hero-buttons>div:nth-child(2)>div>span:nth-child(2){font-size:small}}#moreinfo{padding:100px 50px 20px!important;gap:50px;background-color:#f8f7f799}#moreinfo>div:nth-child(2){flex-wrap:wrap;gap:20px}#moreinfo>div:nth-child(1){gap:10px;text-align:center}#moreinfo>div:nth-child(1)>span:nth-child(1){font-size:xx-large;font-weight:600}#moreinfo>div:nth-child(1)>span:nth-child(2){color:#4343ff;font-weight:600}#moreinfo>div:nth-child(2)>div{flex-basis:calc(33.333% - 20px);min-width:250px;flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(67,67,255,.224);height:200px;border-radius:20px;padding:30px;transition:.3s}#moreinfo>div:nth-child(2)>div:hover{transition:.3s;box-shadow:5px 5px 5px #4343ff56}#moreinfo>div:nth-child(2)>div>span{width:100%;text-align:center;justify-content:center;align-items:center}#moreinfo>div:nth-child(2)>div>span:nth-child(1){width:fit-content;background-color:#4343ff4a;padding:10px;border-radius:50%;height:fit-content;display:flex;align-items:center;justify-content:center}#moreinfo>div:nth-child(2)>div>span:nth-child(2){font-weight:600;height:100%;display:flex;align-items:center}#moreinfo>div:nth-child(2)>div>span:nth-child(3){color:#4d4c4c;display:flex;font-size:small;height:100%;align-items:center}@media (max-width: 768px){#moreinfo{padding:50px 20px 20px}}ul{list-style:none;padding:0;margin:0}li{display:flex;align-items:center;gap:8px;margin-bottom:.75rem}#why{background-color:#eaeaea50;padding:100px 50px 0;gap:50px;height:fit-content}#why>div:nth-child(1){gap:30px}#why>div:nth-child(1)>div:nth-child(1){gap:10px}#why>div:nth-child(1)>div:nth-child(1)>span:nth-child(1){font-size:xx-large;font-weight:600}#why>div:nth-child(1)>div:nth-child(1)>span:nth-child(2){color:#4343ff;font-weight:600;font-size:14px}#why>div:nth-child(1)>div:nth-child(2){font-size:small;color:#464646}#why>div:nth-child(2){background-color:#f0fdf4;border:1px solid #22C55E;border-radius:8px;padding:20px}#why>div:nth-child(2)>div{gap:20px}#why>div:nth-child(2)>div>div:nth-child(1){gap:10px}#why>div:nth-child(2)>div>div:nth-child(1)>span:nth-child(1){font-size:large;color:#22c55e;font-weight:600}#why>div:nth-child(2)>div>div:nth-child(1)>span:nth-child(2){font-size:small;color:#464646}#why>div:nth-child(2)>div>div:nth-child(2){display:flex;flex-direction:column;gap:10px}#why>div:nth-child(2)>div>div:nth-child(2)>button{background-color:#22c55e;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:medium;transition:.3s}#why>div:nth-child(2)>div>div:nth-child(2)>button:hover{transition:.3s;background-color:#22c55e8d}#why>div:nth-child(2)>div>div:nth-child(2)>button:active{transition:.3s;background-color:#22c55e56}@media (max-width: 768px){#why{flex-direction:column;flex-flow:column-reverse}}#about{padding:100px 50px 20px;gap:50px;background-color:#f0eeeea2;display:flex;flex-direction:column;align-items:center;justify-content:center}#about-content{gap:50px}#about-content>div:nth-child(1){gap:10px;text-align:center}#about-content>div:nth-child(1)>span:nth-child(1){font-size:xx-large;font-weight:600}#about-content>div:nth-child(1)>span:nth-child(2){font-size:large;font-weight:400}#about-content>div:nth-child(2){gap:20px;flex-wrap:wrap}#about-content>div:nth-child(2)>div{flex-basis:calc(33.333% - 20px);min-width:200px;flex-grow:1;height:200px;overflow:hidden;border:1px solid #4343ff67;border-radius:10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px 20px;background-color:#fff;transition:all .3s ease-in-out}#about-content>div:nth-child(2)>div:hover{box-shadow:0 0 10px #4343ff80;transition:all .3s ease-in-out}#about-content>div:nth-child(2)>div>div:nth-child(1){width:fit-content;height:fit-content;background-color:#4343ff52;display:flex;align-items:center;padding:10px;border-radius:50%;justify-content:center}#about-content>div:nth-child(2)>div>div:nth-child(2){height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;font-weight:600}#about-content>div:nth-child(2)>div>div:nth-child(2)>span:nth-child(1){font-size:x-large;color:#4343ff}#about-content>div:nth-child(2)>div>div:nth-child(3){display:flex;align-items:center;justify-content:center;height:100%;font-size:small;color:#979696}#about-story{padding-top:50px;gap:40px}#about-story>div:nth-child(1)>span:nth-child(1){font-size:xx-large;font-weight:600}#about-story>div:nth-child(1)>span:nth-child(2){font-size:16px;font-weight:400;color:#626262}#about-story>div:nth-child(1){width:100%}#about-story>div:nth-child(2){gap:20px;width:100%;height:100%}#about-story>div:nth-child(2)>span{font-size:xx-large;font-weight:600}#about-story>div:nth-child(2)>div{display:flex;gap:20px}#about-story>div:nth-child(2)>div>div:nth-child(1){display:flex;align-items:center;justify-content:center;height:100%}#about-story>div:nth-child(2)>div>div:nth-child(2){display:flex;flex-direction:column}#about-story>div:nth-child(2)>div>div:nth-child(2)>span:nth-child(1){font-size:large;font-weight:900;color:#000}#about-story>div:nth-child(2)>div>div:nth-child(2)>span:nth-child(2){font-size:small;font-weight:400;color:#626262}@media (max-width: 768px){#about-content>div:nth-child(1)>span:nth-child(2){font-size:14px;font-weight:400}#about-story{flex-direction:column;gap:50px}#about-story>div:nth-child(1)>span:nth-child(1),#about-story>div:nth-child(2)>span:nth-child(1){font-size:x-large}#about-story>div:nth-child(1)>span:nth-child(2){font-size:14px}#about-story>div:nth-child(2)>div>div:nth-child(2)>span:nth-child(1){font-size:medium}}#customer-feedback{flex-wrap:wrap;gap:20px;padding:50px 50px 100px;background-color:#dbdbdb73}#customer-feedback>span{font-weight:600;width:100%;text-align:center;font-size:x-large}#customer-feedback>div{flex-wrap:wrap;gap:20px}#customer-feedback>div>div{flex-basis:calc(33.333% - 20px);min-width:250px;flex-grow:1;width:400px;border:1px solid #c1c1c1;padding:20px;overflow:hidden;border-radius:10px;height:200px;background-color:#fff;box-shadow:0 0 10px #0000001a}#customer-feedback>div>div>span{text-align:left;font-size:small;font-weight:600;color:#606060}#customer-feedback>div>div>div:nth-child(3){justify-content:center;align-items:flex-start;flex-direction:column}#customer-feedback>div>div>div:nth-child(3)>span:nth-child(1){font-weight:900;color:#000;font-size:small}#customer-feedback>div>div>div:nth-child(3)>span:nth-child(2){color:#939393;font-weight:600;font-size:small;margin-top:5px}#getStarted{height:fit-content;min-height:250px;color:#fff;background-color:#4343ff;gap:20px;padding:20px 50px}#getStarted>div{height:fit-content}#getStarted>div:nth-child(1){gap:10px;text-align:center}#getStarted>div:nth-child(1)>span:nth-child(1){font-size:xx-large;font-weight:600;text-align:center}#getStarted>div:nth-child(1)>span:nth-child(2){font-size:large;font-weight:400}#getStarted>div:nth-child(2){gap:20px;flex-wrap:wrap}#getStarted>div:nth-child(2)>button{padding:10px 20px;border:none;border-radius:5px;background-color:#fff;color:#4343ff;font-weight:600;cursor:pointer;transition:.3s}#getStarted>div:nth-child(2)>button:hover{background-color:#fffc;transition:.3s}#footer{width:100%;height:100px;background-color:#f8f9fa;display:flex;justify-content:center;align-items:center;font-size:14px;color:#6c757d}#footer>span{height:fit-content;border-top:#6c757d4d 1px solid;padding-top:10px;width:100%}
