@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&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+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Poppins",sans-serif}.container{width:100%;background-image:url(../images/landing/web-bg.webp);background-size:cover;background-position:top;background-repeat:no-repeat;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:70px}.links{text-decoration:none}@media(max-width: 680px){.container{background-image:url("https://storage.googleapis.com/anydone-static-files/assets/anydone-website/mobile%20bg.png")}}nav{position:fixed;top:0;left:0;background:rgba(85,85,85,.3019607843);backdrop-filter:blur(50px);border-bottom:1px solid hsla(0,0%,100%,.2);height:70px;width:100%;display:flex;align-items:center;justify-content:center;z-index:999;color:white}.scrolled{background:#fff;color:black;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px}.navbar{height:100%;width:1320px;display:flex;align-items:center;justify-content:space-between}.nav-image{margin-top:6px;height:33px;width:130px;object-fit:contain}.navbar ul{list-style:none;width:375px;height:100%;display:flex;align-items:center;justify-content:center;gap:50px}.navbar ul li{height:100%;width:100px;display:flex;align-items:center;display:flex;align-items:center;gap:8px;cursor:pointer}.navbar ul li p{font-size:18px;font-weight:400;line-height:28px}.navbar ul li i{font-size:13px}.headings-paragrpah{height:100%;width:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.headings-paragrpah p a{color:white;text-decoration:none}.navbar-headings{position:relative}.navbar-headings::after{content:"";position:absolute;background-color:#fff;height:.16rem;left:10%;bottom:-20%;width:80%;transform:scale(0, 1);transition:transform .3s ease}.navbar-headings:hover::after{transform:scale(1, 1)}.sign-in-text{position:relative}.sign-in-text::after{content:"";position:absolute;background-color:#fff;height:.16rem;left:10%;bottom:-20%;width:80%;transform:scale(0, 1);transition:transform .3s ease}.sign-in-text:hover::after{transform:scale(1, 1)}.dropdown-container{position:fixed;top:74px;left:460px;visibility:hidden;opacity:0;transform:translateY(-10px);transition:all .3s ease;z-index:999;overflow:hidden;border-radius:9px;box-shadow:rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;background:rgba(85,85,85,.3019607843);backdrop-filter:blur(50px)}.dropdown-content{overflow:hidden;height:432px;width:693px;padding:14px 29px;border-radius:9px;display:grid;grid-template-columns:auto auto}.dropdown-single{height:68px;display:flex;padding:8px 10px;align-items:center;justify-content:start;border-radius:10px;gap:10px;cursor:pointer}.dropdown-icons{width:48px;height:48px;display:block;background-size:200%;background-position:0 0}.flowcess-icon{background:url("../images/nav-icons/workflow-anydone.svg") no-repeat}.roadmap-icon{background:url("../images/landing/roadmap-anydone.svg") no-repeat}.aicoworker-icon{background:url("../images/landing/icon/ai-coworker-anydone.svg") no-repeat}.crm-icon{background:url("../images/landing/icon/crm-anydone.svg") no-repeat}.assets-icon{background:url("../images/landing/assets-anydone.svg") no-repeat}.business-icon{background:url("../images/landing/icon/businss-messaging-anydone.svg") no-repeat}.forms-icon{background:url("../images/landing/forms-anydone.svg") no-repeat}.project-icon{background:url("../images/landing/task-management-anydone.svg") no-repeat}.paper-icon{background:url("../images/landing/paper-anydone.svg") no-repeat}.realtime-icon{background:url("../images/landing/collab-anydone.svg") no-repeat}.report-icon{background:url("../images/landing/report-anydone.svg") no-repeat}.new-flowcess-icon{background:url("../assets/images/nav-icons/workflow-anydone.svg") no-repeat}.new-roadmap-icon{background:url("../assets/images/landing/roadmap-anydone.svg") no-repeat}.new-aicoworker-icon{background:url("../assets/images/landing/icon/ai-coworker-anydone.svg") no-repeat}.new-crm-icon{background:url("../assets/images/landing/icon/crm-anydone.svg") no-repeat}.new-assets-icon{background:url("../assets/images/landing/assets-anydone.svg") no-repeat}.new-business-icon{background:url("../assets/images/landing/icon/businss-messaging-anydone.svg") no-repeat}.new-forms-icon{background:url("../assets/images/landing/forms-anydone.svg") no-repeat}.new-project-icon{background:url("../assets/images/landing/task-management-anydone.svg") no-repeat}.new-paper-icon{background:url("../assets/images/landing/paper-anydone.svg") no-repeat}.new-realtime-icon{background:url("../assets/images/landing/collab-anydone.svg") no-repeat}.new-report-icon{background:url("../assets/images/landing/report-anydone.svg") no-repeat}.dropdown-single:hover .dropdown-icons{background-position:-48px 0}.dropdown-single:nth-child(2n){margin-left:10px}.dropdown-single:hover{background-color:rgba(255, 255, 255, 0.103);color:#1d1c20}.dropdown-single p{height:40px;display:flex;flex-direction:column;align-items:start;justify-content:center;font-size:16px;font-weight:400;line-height:24px;color:white}#reports-dropdown{visibility:hidden;opacity:0}.dropdown-single p span{font-size:11.5px;font-weight:400;line-height:16.5px;letter-spacing:.1px;color:#b9b9b9}.dropdown-container.visible{visibility:visible;opacity:1;transform:translateY(0)}.dropdown-scrolled{background:#fff;box-shadow:rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,rgba(0, 0, 0, 0.3) 0px 3px 7px -3px}.dropdown-scrolled p{color:black}.nav-btns{height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-btns button{height:100%;padding:.5rem .7rem;cursor:pointer;font-family:"Poppins",sans-serif;display:flex;align-items:center;justify-content:center;border:none;color:white}.sign-btn{width:102px;background:transparent}.nav-btns button p{font-size:18px;font-weight:400;line-height:28px}.try-btn{width:140px;border-radius:4px;background:linear-gradient(90deg, #5383ec 0%, #58abb6 100%);transition:all ease .8s}.try-btn:hover{background:linear-gradient(90deg, #3c63b3 0%, #427f87 100%);transition:all ease .8s}.hamburger{display:none;font-size:22px}.hamburger-container{height:100%;display:flex;flex-direction:column;width:430px;position:fixed;top:0;right:-100%;background:#fff;color:black;padding:20px;gap:25px;z-index:9999;overflow-y:scroll;box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;transition:right .3s ease}.hamburger-hidden{right:0}.hamburger-top{display:flex;align-items:center;justify-content:space-between}.hamburger-top img{height:24px;width:110px;object-fit:contain}.hamburger-top i{font-size:24px;color:rgba(57,56,60,.5333333333);margin-right:20px}.hamburger-container ul{list-style:none;display:flex;flex-direction:column;gap:30px}.hamburger-heads{font-size:18px;letter-spacing:1px;display:flex;align-items:center;gap:8px;color:black;cursor:pointer}.hamburger-heads a{text-decoration:none;color:black}.hamburger-heads i{font-size:16px}.hamburger-content{padding:10px}.hamburger-single{border-radius:12px;border-bottom:1px solid #f0f0f0}.hamburger-single a{padding:12px 15px;display:flex;align-items:center;justify-content:start;gap:16px;border-radius:12px;color:#5d6c82}.hamburger-single:hover{background:#f0f5fe}.hamburger-single img{height:24px;width:24px}.hamburger-single p{color:#000;font-size:16px;font-weight:400;letter-spacing:0;display:flex;flex-direction:column;align-items:start}.hamburger-single p span{color:#5d6c82;font-size:12px;font-weight:400;line-height:18px;letter-spacing:.01em}.hamburger-btns{width:100%;display:flex;flex-direction:column;gap:20px}.hamburger-btns a{height:50px;width:100%;border-radius:9px}.hamburger-btns button{height:100%;width:100%;font-size:18px;font-weight:600;font-family:"Poppins",sans-serif;background:transparent;border:none;cursor:pointer}.hamburger-btns a:first-child{background:#fff;border:2.3px solid #2396e9}.hamburger-btns a:last-child{background:linear-gradient(90deg, #5383EC 0%, #58ABB6 100%);border:none}.hamburger-btns a:first-child button{color:#2396e9}.hamburger-btns a:last-child button{color:#fff}.hamburger-content-hide{display:none}@media(max-width: 1850px){.dropdown-container{left:420px}}@media(max-width: 1750px){.dropdown-container{left:380px}}@media(max-width: 1650px){.dropdown-container{left:340px}}@media(max-width: 1550px){.dropdown-container{left:290px}}@media(max-width: 1450px){.navbar{width:90%}.dropdown-container{left:240px}}@media(max-width: 1350px){.dropdown-container{left:200px}}@media(max-width: 1250px){.dropdown-container{left:160px}}@media(max-width: 1150px){.dropdown-container{left:120px}}@media(max-width: 1060px){.dropdown-container{left:90px}}@media(max-width: 1024px){.navbar ul{display:none}.nav-btns{display:none}.hamburger{display:block}}@media(max-width: 768px){nav{width:100%;padding:0 32px}.navbar{width:100%}.nav-image{height:25px;width:104px}}@media(max-width: 425px){nav{padding:0 17px}.hamburger-container{width:100%}}@media(max-width: 378px){.hamburger-single a{padding:5px 10px}.hamburger-single p{gap:4px}}@media(max-width: 340px){.hamburger-single p{flex-direction:column;align-items:start}}.hero-container{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center}.hero-section{display:flex;align-items:center;flex-direction:column;justify-content:space-between;gap:50px}.hero-text{width:100%;display:flex;justify-content:center;gap:6px}.hero-text img{height:65px;width:38px;object-fit:contain}.hero-text-heading{width:1000px;font-size:60px;font-weight:300;line-height:80px;text-align:center;color:white;display:flex;flex-direction:column}.hero-text-heading span{font-weight:700;background:linear-gradient(90deg, #4281f2 29.18%, #5ff895 71.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.glow-bg .inner{margin:2px 3px}.inner a{display:flex;gap:20px;align-items:center;justify-content:center;cursor:pointer}.inner a p{color:#fff}.glow-bg::before{content:"";background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #5ff895 50%, #4281f2 100%);height:190px;width:300px;position:absolute;animation:rotate 5s linear infinite forwards;top:50%;transform-origin:top center}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-container{height:57px;max-width:240px;width:100%;border-radius:12px;overflow:hidden}.btn-container .inner{height:92%;background:#1d1c20;color:#fff;border-radius:12px}.glow-bg{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.glow-bg .inner{position:relative;z-index:1;width:100%}.inner{display:flex;align-items:center;justify-content:center;gap:13px}.inner p{font-size:20px;font-weight:300;line-height:31.05px}.inner span{height:37px;width:37px;background:#2396e9;border:1.3px solid rgba(35,150,233,.8);border-radius:8px;display:flex;align-items:center;justify-content:center}.inner span img{height:16.5px;width:16.5px;object-fit:contain;transition:transform .3s ease}.mobile-hero-text{display:none}.inner:hover span{background:linear-gradient(90deg, #2396E9 0%, #00CB5B 79%)}.inner:hover img{transform:translate(4px, -4px);transition:transform .3s ease}@media(max-width: 1212px){.hero-text{width:82%}.hero-text-heading{width:100%;font-size:55px;line-height:68px}}@media(max-width: 1175px){.hero-section{width:100%}.hero-text{width:85%;gap:5px}}@media(max-width: 1115px){.hero-text-heading{font-size:52px;line-height:68px}}@media(max-width: 1058px){.hero-text{width:86%}.hero-text-heading{font-size:50px;line-height:63px}}@media(max-width: 1024px){.hero-text{display:flex;flex-direction:column;align-items:center;gap:10px}.hero-text-heading{font-size:40px;font-weight:300;line-height:54px;text-align:center}.hero-text img{width:24px;height:46.91px}}@media(max-width: 768px){.hero-container{height:80vh;width:100vw}.mobile-hero-text{display:block;font-size:40px;font-weight:300;line-height:54px;text-align:center}.desktop-hero-text{display:none}.inner:hover img{transform:none}}@media(max-width: 457px){.mobile-hero-text{font-size:30px;line-height:49px}}@media(max-width: 425px){.btn-container{height:50px;max-width:220px;width:100%}.inner p{font-size:18px;line-height:27px}.inner span{height:32px;width:32px}.mobile-hero-text{font-size:36px;line-height:47px}}@media(max-width: 325px){.mobile-hero-text{font-size:32px;line-height:40px}}.productivity-container{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.productivity{width:1320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px}.productivity-headings{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:24px}.productivity-headings h1{font-size:60px;font-weight:600;line-height:80px}.productivity-headings p{font-size:20px;font-weight:400;line-height:36px}.productivity-slogan{height:58px;border-radius:12.56px;border:2px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,.6);backdrop-filter:blur(68.52px);display:flex;align-items:center;justify-content:space-between;gap:22px;padding:0 9px}.productivity-slogan img{height:27.22px;width:14px;object-fit:cover}.productivity-slogan h3{font-size:20px;font-weight:300;line-height:39.23px;text-align:center;color:#fff}.agents-list{width:100%;display:flex;align-items:center;justify-content:center}.single-agent{display:flex;flex-direction:column;gap:30px;z-index:9}.single-agent-top{height:293px;width:368px;border-radius:12.56px;background:hsla(0,0%,100%,.6);backdrop-filter:blur(68.5207061768px);padding:22px 18px;display:flex;flex-direction:column;justify-content:space-between;font-family:"Roboto";font-style:normal}.agent-top-heading{display:flex;gap:12px}.agent-top-heading img{height:113.44px;width:113.44px;object-fit:cover}.agent-top-heading-content{width:100%;display:flex;flex-direction:column;gap:5px}.agent-top-heading-content h3{font-size:25.94px;font-weight:500;line-height:30.4px}.agent-top-heading-content p{font-size:20.18px;font-weight:400;line-height:23.64px;color:#333}.agent-top-heading-content ul{list-style:none;display:flex;width:100%;gap:8px;margin-top:16px}.agent-top-heading-content ul li img{width:41.43px;height:41.43px;border-radius:5.52px}.agent-top-bottom{list-style:none;display:flex;flex-direction:column;gap:14px}.agent-top-bottom li{display:flex;gap:12px}.agent-top-bottom li img{width:40.35px;height:100%;border-radius:5.76px;object-fit:cover}.agent-top-bottom li h3{display:flex;flex-direction:column;justify-content:center;font-size:18px;font-weight:400;line-height:21.95px;color:#333}.agent-top-bottom li h3 span{font-size:14.85px;font-weight:400;line-height:17.4px;text-align:left}.single-agent-bottom{list-style:none;color:#fff;display:flex;flex-direction:column;align-items:start;gap:8px;padding-left:28px}.single-agent-bottom li{display:flex;align-items:center;gap:12px}.single-agent-bottom li img{width:18px;height:18px;object-fit:contain}.single-agent-bottom li p{font-style:normal}.build-agent{min-width:233px;height:235px;border-radius:12.56px;border:2px solid hsla(0,0%,100%,.2);background:rgba(0,0,0,.6);backdrop-filter:blur(68.52px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;margin-left:-20px;margin-top:-180px}.build-agent span{display:flex;flex-direction:column;align-items:center;justify-content:center}.build-agent span h3{font-size:19.62px;font-weight:600;line-height:29.43px;color:#fff}.build-agent span h3:last-child{background:linear-gradient(90deg, #4281F2 0%, #5FF895 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overlay-main{z-index:99}.overlay{transform:scale(1.07);height:317px;box-shadow:rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,rgba(0, 0, 0, 0.08) 0px 0px 0px 1px}.agents-list-mobile{display:none}@media(max-width: 1450px){.productivity{width:90%}.single-agent-top{height:280px;width:340px;padding:22px 18px}.agent-top-heading img{height:95px;width:95px;object-fit:cover}.agent-top-heading-content{gap:0}.agent-top-heading-content h3{font-size:22px;line-height:28px}.agent-top-heading-content p{font-size:18px;line-height:22px}.agent-top-heading-content ul li img{width:38px;height:38px}.agent-top-bottom li img{width:38px;height:38px}.agent-top-bottom li h3{font-size:20px;line-height:28px}.build-agent{min-width:230px;height:235px;gap:22px}}@media(max-width: 1375px){.single-agent-top{height:280px;width:320px;padding:20px 14px}.agent-top-heading img{height:89px;width:89px}.agent-top-heading-content h3{font-size:20px;line-height:26px}.agent-top-heading-content p{font-size:17px}.agent-top-heading-content ul li img{width:38px;height:38px}.agent-top-bottom li img{width:38px;height:38px}.agent-top-bottom li h3{font-size:20px;line-height:28px}span h3{font-size:18px;line-height:24px}.overlay{transform:scale(1.08)}}@media(max-width: 1320px){.single-agent-top{height:250px;width:290px;padding:12px 8px}.agent-top-heading img{height:82px;width:82px}.single-agent:nth-child(3) .single-agent-top{margin-left:-5px}.agent-top-heading-content h3{font-size:19px;line-height:24px}.agent-top-heading-content ul li img{width:33px;height:33px}.agent-top-bottom li img{width:33px;height:33px}.agent-top-bottom li h3{font-size:18px;line-height:28px}.single-agent-bottom li p{font-size:14px;font-weight:400;line-height:21px}.build-agent{min-width:190px;height:195px;gap:22px;margin-left:-22px}.build-agent img{height:32px;width:32px}.build-agent span h3{font-size:17px;line-height:24px}.overlay{transform:scale(1.05)}}@media(max-width: 1170px){.single-agent-top{height:230px;width:270px}.agent-top-heading img{height:82px;width:82px}.single-agent:nth-child(3) .single-agent-top{margin-left:-25px}.agent-top-heading-content h3{font-size:17px;line-height:24px}.agent-top-heading-content ul li img{width:30px;height:30px}.agent-top-bottom li img{width:30px;height:30px}.agent-top-bottom li h3{font-size:17px;line-height:24px}.build-agent{min-width:190px;height:195px;gap:22px}.build-agent img{height:30px;width:30px}.build-agent span h3{font-size:17px;line-height:24px}}@media(max-width: 1104px){.single-agent-top{width:245.99px;height:187.04px}.agent-top-heading img{width:72.29px;height:72.29px}.single-agent:nth-child(3) .single-agent-top{margin-left:-48px}.agent-top-heading-content h3{font-size:16.53px;font-weight:500;line-height:19.37px;text-align:left}.agent-top-heading-content{gap:3px}.agent-top-heading-content p{font-size:12.86px;font-weight:400;line-height:15.07px;text-align:left}.agent-top-heading-content ul li img{width:26px;height:26px}.agent-top-bottom{margin-top:5px}.agent-top-bottom li img{width:26px;height:26px}.agent-top-bottom li h3{font-size:12.17px;font-weight:400;line-height:14.26px;text-align:left}.agent-top-bottom li h3 span{font-size:9.56px;font-weight:400;line-height:11.2px;text-align:left}.build-agent{min-width:170px;height:164px;gap:22px;margin-left:-57px;margin-top:-165px}.build-agent img{height:30px;width:30px}.build-agent span h3{font-size:16px;line-height:24px}}@media(max-width: 1024px){.productivity{gap:30px}.productivity-headings{gap:12px}.productivity-headings h1{font-size:40px;font-weight:600;line-height:54px;text-align:center}.productivity-headings p{font-size:16px;font-weight:400;line-height:24px;text-align:center}.agents-list{margin-top:24px}.productivity-slogan h3{font-size:18px;font-weight:400;line-height:27px;text-align:center}.build-agent{display:none}.single-agent{width:100%}.single-agent-top{width:100%;height:187.04px;border-radius:8.01px}.single-agent-bottom{padding:0 10px}.single-agent-bottom li p{width:87%}.single-agent:nth-child(2){margin-top:20px}.single-agent:nth-child(3) .single-agent-top{margin-left:0}.overlay{width:100%;height:202.02px;border-radius:7.01px}}@media(max-width: 803px){.single-agent:nth-child(3){margin-top:14px}}@media(max-width: 768px){.productivity-container{margin-top:106px}.productivity{padding:0 32px 200px;width:100%}.productivity-headings{width:100%}.productivity-headings h1{font-size:40px;font-weight:600;line-height:54px;text-align:center}.productivity-headings p{font-size:16px;font-weight:400;line-height:24px;text-align:center}.agents-list{display:none}.agents-list-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center}.single-agent-image-mobile{width:97.01px;height:97.01px}.agents-list-mobile .agent-top-heading-content h3{font-size:22.14px;font-weight:500;line-height:25.95px}.agents-list-mobile .agent-top-heading-content p{font-size:17.22px;font-weight:400;line-height:20.18px}.agents-list-mobile .agent-top-heading-content ul li img{width:35.37px;height:35.37px;border-radius:4.72px}.agents-list-mobile .agent-top-bottom li img{height:38px;width:38px}.agents-list-mobile .agent-top-bottom li h3{font-size:15.99px;font-weight:400;line-height:18.74px}.agents-list-mobile .agent-top-bottom li h3 span{font-size:12.56px;font-weight:400;line-height:14.72px}.single-agent:nth-child(1){width:270px;overflow:hidden}.single-agent:nth-child(2){width:304px;margin-top:-150px}.single-agent:nth-child(3){width:330px;border-radius:9.21px;margin-top:-180px}.single-agent:nth-child(2) .single-agent-top{height:230px;border-radius:9.9px;padding:20px 9px}.single-agent:nth-child(3) .single-agent-top{height:240px;border-radius:9.9px;padding:20px 9px}.single-agent{gap:12px}.productivity-slogan{width:392px;display:flex;align-items:center;justify-content:center}.productivity-slogan h3{font-size:16px;font-weight:300;line-height:24px;text-align:center}.productivity-slogan img{display:none}.agents-list-mobile .single-agent:nth-child(1) .single-agent-bottom{display:none}.agents-list-mobile .single-agent:nth-child(2) .single-agent-bottom{display:none}.single-agent-bottom{margin-top:15px}.single-agent-bottom li p{font-size:16px;width:100%}}@media(max-width: 450px){.productivity-slogan{width:90%}.productivity-slogan h3{font-size:14px;font-weight:400}}@media(max-width: 425px){.productivity{padding:0 17px 200px}.agents-list-mobile{width:100%}.single-agent:nth-child(1){width:80%}.single-agent:nth-child(2){width:90%}.single-agent:nth-child(3){width:100%}}@media(max-width: 360px){.productivity-slogan h3{font-size:12px}}.project-cost-conatiner{height:100%;width:100%;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:220px}.project-cost{height:100%;width:1320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.project-cost-heading{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.project-cost-heading h1{font-size:60px;font-weight:600;line-height:80px}.project-cost-heading p{font-size:20px;font-weight:400;line-height:36px}.project-cost-image{height:714px;width:100%}.project-cost-image img{height:100%;width:100%;object-fit:contain}.mobile-cost-image{display:none}@media(max-width: 1450px){.project-cost{width:90%}.project-cost-heading h1{font-size:52px;line-height:60px}.project-cost-heading p{font-size:22px;line-height:32px}}@media(max-width: 1350px){.project-cost-image{height:640px}}@media(max-width: 1200px){.project-cost-image{height:590px}}@media(max-width: 1150px){.project-cost-image{height:490px}}@media(max-width: 1024px){.project-cost-heading{gap:12px}.project-cost-heading h1{font-size:40px;line-height:54px}.project-cost-heading p{font-size:16px;line-height:24px}.project-cost{gap:32px}.project-cost-image{width:691.06px;height:373.81px}}@media(max-width: 768px){.project-cost-conatiner{padding:0 32px;margin-top:0}.mobile-cost-image{display:block}.desktop-cost-image{display:none}.project-cost{width:100%}.project-cost-heading h1{font-size:40px;font-weight:600;line-height:54px;text-align:center}.project-cost-heading p{font-size:16px;font-weight:400;line-height:24px;text-align:center}.project-cost-image{width:100%;height:302.45px}}@media(max-width: 500px){.project-cost-heading h1{width:70%}}@media(max-width: 425px){.project-cost-conatiner{padding:0 17px}}@media(max-width: 390px){.mobile-cost-image{margin-top:14px}}@media(max-width: 387px){.project-cost-heading h1{width:90%}}@media(max-width: 320px){.project-cost-heading h1{width:100%}}.features-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:220px}.features{height:100%;width:1320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:120px}.feature-headings{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;color:#fff}.feature-headings h1{font-size:60px;font-weight:600;line-height:70px;text-transform:capitalize}.feature-headings p{font-size:20px;font-weight:400;line-height:36px}.feature-lists{width:100%;display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;gap:40px;position:relative;padding:0 50px}.single-feature{width:353px;height:296px;border-radius:16px;border:1.02px solid #b4b4b4;background:rgba(29,28,32,.6);color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:28px 20px}.feature-top{display:flex;gap:8px}.feature-top span{width:5px;background:linear-gradient(90deg, #5383EC 0%, #58ABB6 100%);border-radius:8.06px}.feature-top-heading{display:flex;flex-direction:column;justify-content:center;padding:5px 0;gap:10px}.feature-top-heading h2{font-size:32px;font-weight:700;line-height:36px;letter-spacing:.73px;background:linear-gradient(90deg, #5383EC 0%, #58ABB6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.feature-top-heading p{font-size:24px;font-weight:500;line-height:30px;letter-spacing:.73px}.single-feature{height:100%;display:flex;flex-direction:column;align-items:start;gap:10px}.single-feature h3{font-size:32px;font-weight:700;line-height:36px;letter-spacing:.73px;background:linear-gradient(90deg, #5383EC 0%, #58ABB6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding-left:14px;text-align:start;width:100%}.feature-paragraph{font-size:14px;font-weight:400;line-height:20px;margin-left:14px}.feature-video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:334px;height:309px;mix-blend-mode:screen}.feature-video video{width:100%;height:100%;object-fit:cover}@media(max-width: 1450px){.features{width:90%}.feature-headings h1{font-size:50px;font-weight:600;line-height:60px}.feature-headings p{font-size:18px;font-weight:400}}@media(max-width: 1300px){.feature-top-heading{padding:0;gap:4px}.single-feature{width:300px;height:250px;padding:16px 20px}.feature-top-heading h2{font-size:24px;line-height:32px}.feature-top-heading p{font-size:19px;line-height:28px}.single-feature h3{font-size:24px;line-height:32px}.feature-video{width:250px;height:260px;mix-blend-mode:screen}.feature-lists{padding:0}}@media(max-width: 1024px){.feature-headings h1{font-size:40px;font-weight:600;line-height:44.46px;text-align:center}.feature-top-heading{gap:10px}.feature-headings p{font-size:16px;font-weight:400;line-height:24px;text-align:center}.single-feature{width:230px;height:197px}.feature-top-heading h2{font-size:18px;font-weight:700;line-height:20.16px;letter-spacing:.4px}.feature-top-heading p{font-size:16px;font-weight:500;line-height:16.67px;letter-spacing:.4px}.single-feature h3{font-size:18px;font-weight:600;line-height:20.16px;letter-spacing:.4px}.feature-paragraph{font-size:12px;font-weight:400;line-height:17px}.feature-video{width:185.61px;height:159.73px}}@media(max-width: 768px){.features-container{padding:0 32px;margin-top:170px}.features{width:100%;gap:30px}.feature-headings{width:100%;gap:12px}.feature-headings h1{font-size:40px;font-weight:600;line-height:50px;text-align:center}.feature-headings p{font-size:16px;font-weight:400;line-height:24px;text-align:center}.feature-lists{width:100%;grid-template-columns:auto;justify-content:center;place-items:center;padding:0;margin-top:20px}.feature-video{position:static;transform:none;width:260px;height:256px;mix-blend-mode:screen}.single-feature{width:100%;height:250px;padding:16px 20px}.single-feature:nth-child(2){margin-top:20px}.feature-top-heading h2{font-size:26px;font-weight:700;line-height:34px;letter-spacing:.78px;text-align:left}.feature-top-heading p{font-size:20px;font-weight:500;line-height:26px;letter-spacing:.73px;text-align:left}.feature-top h3{font-size:32px;font-weight:600;line-height:39.39px;letter-spacing:.78px;text-align:left}}@media(max-width: 550px){.single-feature{width:100% !important}}.industry-container{height:100%;width:100%;margin-top:220px}.industry-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.industry-headings{width:1227px;display:flex;flex-direction:column;align-items:center;gap:24px}.industry-headings h1{font-size:60px;font-weight:700;line-height:80px;text-align:center;color:#fff}.industry-headings h1 span{background:linear-gradient(90deg, #5383ec 31.6%, #58abb6 69.67%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.industry-headings p{font-size:20px;font-weight:400;line-height:32px;text-align:center;color:#fff;width:80%}.industry-image{height:395px;width:100%;margin-top:60px}.industry-image img:nth-child(1){height:100%;width:100%;object-fit:contain}.industry-content-wrappper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.industry-content{width:75%;display:flex;align-items:center;justify-content:space-between;padding:0 25px;color:#fff}.industry-content h2:nth-child(1){margin-left:30px;font-size:26px;font-weight:400;letter-spacing:1.6px}.industry-content h2:nth-child(2){font-size:27px;font-weight:400;letter-spacing:1.6px}.industry-content h2:nth-child(3){font-size:38px;font-weight:400;letter-spacing:1.6px;margin-left:-40px}.industry-mobile-image{display:none}.industry-heading-mobile{display:none}@media(max-width: 1450px){.industry-headings{width:90%}}@media(max-width: 1024px){.industry-headings h1{width:82%;font-size:50px;font-weight:700;line-height:50px;text-align:center}.industry-headings p{font-size:18px;font-weight:400;line-height:28px;text-align:center;color:#fff}}@media(max-width: 768px){.industry-container{margin-top:173px;padding:0 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.industry-headings{width:100%}.industry-headings h1{width:100%;font-size:40px;font-weight:700;line-height:58px;text-align:center}.industry-headings p{display:none}.industry-image{width:271.49px;height:618.35px}.industry-desktop-image{display:none}.industry-mobile-image{display:block;height:100%;width:100%;object-fit:contain}.industry-content{width:281.49px;height:620px;flex-direction:column;position:absolute;align-items:center;justify-content:space-between;top:180px}.industry-content h2:nth-child(1){margin-right:-70px;font-size:28px;font-weight:400;line-height:42px;letter-spacing:1.6px}.industry-content h2:nth-child(2){margin-left:-170px;margin-top:-170px;font-size:32px;font-weight:400;line-height:48px;letter-spacing:1.6px}.industry-content h2:nth-child(3){font-size:36px;font-weight:400;line-height:54px;letter-spacing:1.6px}.industry-heading-desktop{display:none}.industry-heading-mobile{display:block}}@media(max-width: 726px){.industry-content{top:240px}}@media(max-width: 468px){.industry-content{top:300px}}@media(max-width: 376px){.industry-content{top:300px}.industry-image{margin-top:30ppx}}.flowcess-container{width:100%;display:flex;align-items:center;justify-content:center;margin-top:220px}.flowcess-content{height:100%;width:1320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;display:flex;align-items:center}.flowcess-headings{display:flex;flex-direction:column;align-items:center;gap:10px}.flowcess-headings h1{width:100%;font-size:50px;font-weight:300;line-height:70px;text-align:center;color:#fff}.flowcess-headings h1 span{font-weight:700;background:linear-gradient(90deg, #5383ec 61.77%, #58abb6 92.68%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.flowcess-btns{display:flex;align-items:center;justify-content:center;gap:35px}.flowcess-btn{height:60px;width:164px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:"Poppins",sans-serif;border-radius:12px}.build-btn{background:linear-gradient(90deg, #5383ec 61.77%, #58abb6 92.68%);color:#fff;transition:all ease-in-out .3s;border:none}.build-btn:hover{background:linear-gradient(90deg, #3c63b3 0%, #427f87 100%);transition:all ease-in-out .3s}.learn-btn{background:transparent;color:#2396e9;border:2px solid #2396e9}.learn-btn:hover{color:#48a6ee;border:3.5px solid #46a8f2}.flowcess-btn p{font-size:18px;font-weight:400;line-height:28px;display:flex;align-items:center;justify-content:center}.flowcess-wrapper{width:100%;height:733px;border-radius:12px;padding:10px;background:linear-gradient(90deg, #5383ec 0%, #58abb6 100%);display:flex;justify-content:center;align-items:center;overflow:hidden}.flowcess-videos{width:100%;height:100%;border-radius:4px;background:white;overflow:hidden}.flowcess-videos video{width:100%;height:100%;object-fit:contain;border:1px solid 1}@media(max-width: 1450px){.flowcess-content{width:90%}}@media(max-width: 1024px){.flowcess-wrapper{height:491px}}@media(max-width: 768px){.flowcess-container{padding:0 32px;margin-top:260px}.flowcess-headings h1{font-size:40px;font-weight:700;line-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center}.flowcess-btns{width:100%;display:flex;align-items:center;justify-content:center}.flowcess-btn{width:146.03px;height:53.47px;border-radius:10.69px;font-size:16px}.flowcess-wrapper{width:100%;height:410px;border-radius:5.03px;padding:5px}}@media(max-width: 600px){.flowcess-wrapper{height:300px;padding:2.52px}}@media(max-width: 425px){.flowcess-wrapper{height:200px}.flowcess-container{padding:0 17px}.flowcess-headings h1{width:100%}}@media(max-width: 380px){.flowcess-headings h1{font-size:36.8px;font-weight:600;line-height:48px;width:100%}}@media(max-width: 375px){.flowcess-btns{width:100%;gap:0;justify-content:space-between}.flowcess-btn{width:120px;height:50px;font-size:14px}}footer{background-color:#f8f9fa;padding-top:5.5rem;display:flex;align-items:center;justify-content:center}.container-footer{width:1320px;display:flex;flex-direction:column;gap:3.5rem}footer .heading{font-size:20px;font-weight:600;margin-bottom:1rem;color:#5d6c82}.row{display:flex;justify-content:space-between}footer .nav-link{color:#5d6c82;text-decoration:none;margin-bottom:.5rem;display:block}.flex-column{list-style:none;display:flex;flex-direction:column;gap:.45rem}footer .nav-link:hover{text-decoration:underline}.social-icons{display:flex;align-items:center;justify-content:center;gap:1rem}.brand-logo-icon{height:29px;width:22.52px;object-fit:contain;margin-top:8px}.social-icons a{color:#c5c5c5;font-size:1.125rem}.social-icons a:hover{color:black}.list-inline{display:flex;gap:1rem;list-style:none;padding:0;margin:0}.app-buttons img{max-width:110px;height:auto}.copyright{border-top:1px solid #ddd;padding:2rem 0;display:flex;align-items:center;justify-content:space-between}.middle-links{display:flex;gap:30px}.middle-links{font-size:16px;color:#656565}.middle-links a{text-decoration:none}.middle-links p:first-child{color:#36454f}@media(max-width: 1350px){.container-footer{width:90%}}@media(max-width: 1130px){.middle-links{display:grid;grid-template-columns:auto auto;gap:16px;place-items:center}}@media(max-width: 768px){footer{padding:60px 32px}.container-footer{width:100%}.container-footer li{font-size:19px}.copyright{display:flex;flex-direction:column;gap:10px}.middle-links{grid-template-columns:auto auto auto auto}}@media(max-width: 600px){.row{display:grid;grid-template-columns:auto auto;gap:20px}.middle-links{grid-template-columns:auto auto;gap:10px}}@media(max-width: 425px){footer{padding:40px 17px}}.container-wrapper{width:100%;padding:0 17px;max-width:1320px;margin:40px auto;display:flex;align-items:center;justify-content:center}.content-wrapper{display:flex;flex-direction:column;gap:28px;padding:80px 0}.main-heading{font-size:40px;font-weight:bold;line-height:54px;text-align:center;color:#fff}@media(min-width: 1024px){.main-heading{font-size:50px;line-height:60px}}@media(min-width: 1320px){.main-heading{margin-bottom:40px}}.gradient-text{background:linear-gradient(to right, #5383ec, #58abb6);-webkit-background-clip:text;background-clip:text;color:transparent}.features-grid{width:100%;display:grid;grid-template-columns:1fr;gap:60px;margin-top:40px;position:relative;place-items:center}@media(min-width: 1024px){.content-wrapper{width:90%}}@media(min-width: 680px){.container-wrapper{padding:0 32px}}@media(min-width: 768px){.container-wrapper{padding:0 32px}.features-grid{grid-template-columns:repeat(2, 1fr);gap:64px}}@media(min-width: 1280px){.features-grid{gap:120px}.container-wrapper{padding:50px 0px}}@media(min-width: 1450px){.container-wrapper{padding:80px 0px}.content-wrapper{width:1320px}}.feature-item{display:flex;justify-content:space-between;gap:46px;width:100%}@media(min-width: 1280px){.feature-item{width:405px}.feature-item:nth-child(2),.feature-item:nth-child(4){justify-self:start}.feature-item:nth-child(3),.feature-item:nth-child(5){justify-self:end}.feature-item:nth-child(6){grid-column:span 2;justify-self:center;width:405px;margin-top:-20px}}.feature-content{display:flex;flex-direction:column;gap:14px;width:100%}.feature-heading{font-size:24px;font-weight:bold;line-height:28px;background:linear-gradient(to right, #5383ec, #58abb6);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.73px}.feature-text{font-size:16px;line-height:18.75px;color:#fff}.feature-bullets{list-style:none;display:flex;flex-direction:column;gap:12px;margin-left:16px;margin-top:14px}.feature-bullet{display:flex;align-items:center;gap:12px;font-size:16px;line-height:18.75px;color:#fff}.ai-features-image{position:absolute;height:400px;width:380px;top:34%;left:48%;display:none;transform:translate(-50%, -50%)}.ai-features-image img{height:100%;width:100%;object-fit:contain}@media(min-width: 1280px){.ai-features-image{display:block;height:400px;width:380px}.feature-item:nth-child(6){margin-top:-160px}}@media(min-width: 1380px){.ai-features-image{display:block;height:460px;width:460px}}.check-icon{width:20px;height:20px;fill:#fff;stroke:#000}@media(min-width: 1024px){.check-icon{width:24px;height:24px}}.security-icon{width:24px;height:24px}@media(min-width: 1280px){.security-icon{display:none}}/*# sourceMappingURL=landing.css.map */
