@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";footer{background-color:var(--gray-color);border-top:1px solid rgba(0,0,0,.04);padding-top:120px}footer .wrapper .information{align-items:start;justify-content:space-between}footer .wrapper .information .info{display:flex;flex-direction:column;gap:32px}footer .wrapper .information .info .head img{width:215px;margin-bottom:16px}footer .wrapper .information .info .head p b{font-weight:500}footer .wrapper .information .info .social-links{display:flex;align-items:center;gap:16px}footer .wrapper .information .info .social-links img{width:31px;height:31px;border-radius:50%;background-color:#0000000a;border:1px solid rgba(0,0,0,.02);color:var(--black-color)}footer .wrapper .information .info .social-links img:hover{background-color:var(--primary-color)}footer .wrapper .information .info .social-links .insta{width:31px;height:31px;display:flex;align-items:center;justify-content:center;background-color:#0000000a;border-radius:50%}footer .wrapper .information .info .social-links .insta:hover{background-color:var(--primary-color)}footer .wrapper .information .info .social-links .insta .icon{color:var(--black-color)}footer .wrapper .information .info .navigation{display:flex;gap:24px;align-items:start}footer .wrapper .information .info .navigation .group{display:flex;flex-direction:column;gap:24px}footer .wrapper .information .info .navigation .group .nav-item{color:var(--body-primary);font-weight:400}footer .wrapper .information .info .navigation .group .nav-item:hover{font-weight:600;color:var(--black-color)}footer .wrapper .information .info .contact-footer{display:flex;flex-direction:column;gap:24px}footer .wrapper .information .info .contact-footer a{color:var(--body-primary)}footer .wrapper .information .info .contact-footer a:hover{text-decoration:underline}footer .wrapper .information .info .input-field{border-radius:24px;display:flex;align-items:center;width:336px;justify-content:space-between;border:1px solid rgba(0,0,0,.08);padding:3px}footer .wrapper .information .info .input-field input{padding:11px 11px 11px 18px;border-radius:24px;width:100%;border:none;outline:none}footer .wrapper .information .info .input-field img{height:auto}footer .wrapper .brand-name{margin-top:40px;margin-bottom:-10px}footer .designed-by{height:59px;background-color:var(--primary-color)}footer .designed-by .wrapper{height:100%;justify-content:space-between;align-items:center}footer .designed-by .wrapper p{color:#ffffffa6;font-weight:400}footer .designed-by .wrapper .legal-pages{display:flex;align-items:center;gap:25px}footer .designed-by .wrapper .legal-pages a{color:#ffffffa6}footer .designed-by .wrapper .legal-pages a:hover{text-decoration:underline}@media (max-width: 1169px){footer .wrapper .information{gap:35px}footer .wrapper .information .info{width:fit-content}footer .wrapper .information .info .input-field{width:100%}}@media (max-width: 1000px){footer{padding-top:80px}footer .wrapper .information{flex-wrap:wrap;justify-content:start}footer .wrapper .information .info{width:48%;margin-bottom:50px}footer .wrapper .brand-name{margin-top:10px}}@media (max-width: 910px){footer .wrapper .information .info{width:45%}}@media (max-width: 850px){footer .designed-by{height:auto;padding:10px 0}footer .designed-by .wrapper{flex-direction:column;gap:16px;align-items:start}footer .designed-by .wrapper .legal-pages{gap:30px}}@media (max-width: 565px){footer .designed-by .wrapper .legal-pages{flex-wrap:wrap;gap:16px}footer .designed-by .wrapper .legal-pages a{width:47%}}@media (max-width: 450px){footer .wrapper .information{flex-direction:column}footer .wrapper .information .info{width:100%}footer .wrapper .information .info .navigation{flex-direction:column}footer .wrapper .information .info .navigation .group{width:100%}.designed-by{height:auto!important}.designed-by .wrapper{padding:20px 0;flex-direction:column;justify-content:start;gap:8px}}header{padding:20px 0;position:fixed;top:0;left:0;right:0;z-index:1111}header .wrapper{background-color:var(--white-color);display:flex;align-items:center;justify-content:space-between;padding:7px 7px 7px 15px;border:1px solid rgba(0,0,0,.05);border-radius:30px;position:relative;box-shadow:0 2px 8px #0000000d}header .wrapper .logo{display:flex;align-items:center;gap:5px}header .wrapper .logo .icon{font-size:30px}header .wrapper .logo img{width:133px;z-index:1}header .wrapper .logo p{font-weight:700;font-size:20px;color:#000}header .wrapper nav .navigation{display:flex;align-items:center;gap:48px}header .wrapper nav .navigation .nav-item{font-size:14px;color:var(--body-primary);font-weight:600}header .wrapper nav .navigation .nav-item.active{color:var(--primary-color)}header .wrapper nav .navigation .nav-item:hover{color:var(--primary-color)}header .wrapper nav .contact-part{display:none;padding:16px;background:linear-gradient(#1d64ffb3,#1d64ffb3),radial-gradient(#709dff,#1d64ff);border-radius:13px;position:relative}header .wrapper nav .contact-part img{position:absolute;top:0;left:0;height:120px;pointer-events:none}header .wrapper nav .contact-part .heading{margin-bottom:16px}header .wrapper nav .contact-part .heading h4{color:var(--white-color);margin-bottom:7.5px}header .wrapper nav .contact-part .heading p{color:#fffc}header .wrapper nav .contact-part .lower .btn-1{display:block;z-index:1111;box-shadow:0 2px 8px #1d64ff29;background-color:#ffffff1a}header .wrapper nav .contact-part .lower p{display:flex;align-items:center;gap:15px;margin-bottom:16px}header .wrapper nav .contact-part .lower p img{position:static;width:20px;height:20px;color:var(--gray-color)}header .wrapper nav .contact-part .lower p a{color:var(--gray-color)}header .wrapper nav .contact-part .lower p a:hover{text-decoration:underline}header .wrapper .btn-1{padding:12px 24px;border-radius:30px;font-size:16px}header .wrapper .menu-btn{position:absolute;right:25px;top:14px;color:var(--primary-color);display:none;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;cursor:pointer}header .wrapper .menu-btn .icon{font-size:28px}header .wrapper .menu-btn img{width:18px;height:18px}@media (max-width: 1000px){header .wrapper nav .navigation{gap:35px}}@media (max-width: 850px){header .wrapper{padding:10px 20px;flex-direction:column;align-items:start}header .wrapper .btn-1{display:none}header .wrapper nav{display:flex;margin-top:0;padding-top:0;height:0px;opacity:0;pointer-events:none;transition:all .5s ease-in-out;gap:10px}header .wrapper nav.active{opacity:1;height:auto;margin-top:20px;pointer-events:fill}header .wrapper nav .navigation{flex-direction:column;gap:0px;align-items:start;width:50%}header .wrapper nav .navigation .nav-item{font-size:18px;width:100%;padding:20px 0}header .wrapper nav .navigation .nav-item:not(:last-child){border-bottom:1px solid rgba(38,38,38,.05)}header .wrapper nav .contact-part{display:block;width:50%}header .wrapper .menu-btn{display:block}}@media (max-width: 667px){header .wrapper nav{flex-direction:column;gap:20px;overflow-y:scroll;scrollbar-color:transparent transparent;scrollbar-width:thin}header .wrapper nav .contact-part{width:100%}}@media (max-width: 450px){header{transition:.4s ease-in-out}header.active{background-color:#00000036;bottom:0}header .wrapper{padding:10px}header .wrapper nav{position:fixed;margin-top:0!important;inset:-100px 0 0;background-color:var(--white-color);padding:80px 10px 20px!important}header .wrapper nav .logo-link{display:block}header .wrapper nav.active{padding:5px;gap:0px;top:0;overflow-y:scroll;scrollbar-color:transparent transparent;scrollbar-width:thin}header .wrapper nav .navigation{width:100%;padding:0 10px;margin-bottom:20px}header .wrapper nav .contact-part img{height:100px}header .wrapper .menu-btn{top:16px;right:15px}}:root{--primary-color: #1d64ff;--black-color: #262626;--body-primary: #5d686f;--body-secondary: rgba(255, 255, 255, .75);--white-color: #ffffff;--gray-color: #fcfcfc}*{text-decoration:none;list-style:none;padding:0rem;box-sizing:border-box;margin:0rem;font-family:Plus Jakarta Sans,sans-serif}img{width:100%;object-fit:cover;display:block}body{background-color:var(--white-color)}a,button,label,input,textarea{display:inline-block}.wrapper{width:77.7rem;margin:0 auto}.inner-75{width:100%;border:.063rem solid rgba(0,0,0,.04);margin:0 auto;border-radius:1.5rem;background-color:var(--gray-color)}.inner-90{width:77.5rem;margin:0 auto}.section-padding{padding:8.125rem 0rem}h1{text-transform:capitalize;font-weight:700;font-size:3.5rem;line-height:105%;letter-spacing:-2%;color:var(--black-color)}h1 span{color:var(--primary-color)}h2{text-transform:capitalize;font-weight:600;color:var(--white-color);font-size:3rem;letter-spacing:-2%;text-align:center}h3{color:var(--white-color);text-transform:capitalize;font-weight:700;font-size:2rem}h4{font-size:1.5rem;letter-spacing:-2%;text-transform:capitalize;color:var(--black-color);font-weight:600}h5{font-size:1.125rem;font-weight:700;text-transform:capitalize}.btn-1,.btn-2{display:flex;align-items:center;gap:.75rem;padding:.75rem .75rem .75rem 1.5rem;border-radius:1.5rem;background-color:var(--primary-color);font-weight:600;font-size:1.125rem;cursor:pointer;color:var(--white-color);text-transform:capitalize;border:.063rem solid rgba(255,255,255,.1);transition:.2s ease-in-out}.btn-1 img,.btn-2 img{transition:.2s ease-in-out;width:1.688rem;height:1.688rem;border-radius:50%}.btn-1:hover img,.btn-2:hover img{transform:rotate(-25deg)}.btn-1:hover{background-color:#3373ff}.btn-2:hover{background-color:#f7f7f7}.btn-2{background-color:var(--white-color);border:.063rem solid rgba(38,38,38,.05);box-shadow:0 .125rem .5rem #0000000a;color:var(--black-color)}.btn-2 img{border:.063rem solid rgba(38,38,38,.08)}.arrow-slider-button{background-color:#26262605!important;width:47px;height:47px;border-radius:50%;padding:12px;border:1px solid rgba(38,38,38,.078)!important;display:flex;align-items:center;justify-content:center}.arrow-slider-button:hover{background-color:#26262608!important}.arrow-slider-button.right{background-color:var(--primary-color)!important}.arrow-slider-button.right:hover{background-color:#3474ff!important}.d-flex{display:flex}p{font-size:1rem;color:var(--body-primary);line-height:150%}b{color:var(--black-color)}.none{display:none}.head-title{display:flex;flex-direction:column;align-items:center}.head-title .outer{margin-bottom:1rem;border-radius:2rem;padding:.188rem;background-color:var(--white-color);box-shadow:0 .125rem .5rem #0000000a}.head-title .outer .title-tag{display:flex;align-items:center;gap:.625rem;padding:.375rem 1.5rem;border:.063rem solid rgba(0,0,0,.04);border-radius:2rem}.head-title .outer .title-tag b{font-weight:500}.head-title .outer .title-tag img{width:.875rem}.head-title h2{font-size:3rem;text-align:left;text-transform:capitalize;font-weight:700;line-height:105%;letter-spacing:-2%;color:var(--black-color)}.head-title h2 span{color:var(--primary-color)}.head-title-customers{display:flex;flex-direction:column}.head-title-customers .people{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.05);width:fit-content;padding:.375rem 1.125rem .375rem .375rem;border-radius:32px;box-shadow:0 .125rem .5rem #0000000d}.head-title-customers .people .profile-img{display:flex;align-items:center;flex-direction:row-reverse}.head-title-customers .people .profile-img img{width:1.875rem;height:1.875rem;border-radius:50%;margin-left:-.625rem;transform:translate(10px)}.head-title-customers .people p b{margin-right:.25rem}.head-title-customers.blog h2{font-size:48px}.head-title-customers h2{font-size:3.5rem;text-transform:capitalize;font-weight:700;line-height:105%;letter-spacing:-2%;color:var(--black-color);text-align:left}.head-title-customers h2 span{color:var(--primary-color)}.head-title-customers h2 .none{display:none}.faq{border:1px solid rgba(0,0,0,.05);border-radius:1.5rem;transition:.2s ease-in-out}.faq:not(:last-child){margin-bottom:1rem}.faq:hover{transform:scale(1.02)}.faq .faq-header{border-radius:1.5rem;padding:1rem 1rem 1rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--white-color);gap:.75rem}.faq .faq-header.active{background-color:var(--primary-color)}.faq .faq-header.active h4,.faq .faq-header.active .icon{color:var(--white-color)}.faq .faq-header h4{font-size:1.25rem;margin:0;color:var(--black-color)}.faq .faq-answer{padding:1rem 1rem 1rem 1.5rem}.slider-buttons{display:flex;align-items:center;gap:1rem}.slider-buttons button{background:transparent;border:none;cursor:pointer;border-radius:50%}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.message-popup{position:fixed;inset:0;background-color:#000000af;z-index:1111;pointer-events:none;transform:translateY(20px);opacity:0;transition:.3s ease-in-out}.message-popup.active{pointer-events:auto;transform:translateY(0);opacity:1}.message-popup .content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30%;padding:30px;border-radius:20px;background-color:var(--white-color);display:flex;flex-direction:column;align-items:center;gap:40px}.message-popup .content h3{color:var(--black-color);text-align:center}.message-popup .content h3 .sent{color:var(--primary-color)}.message-popup .content h3 .error{color:red}.message-popup .content .btn-1{width:50%;padding:10px 30px;font-size:20px;justify-content:center}.message-popup .content img{height:auto;width:50%}@keyframes pulseCTA{0%{opacity:0;transform:translate(-50%) scale(.9)}40%,50%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%) scale(1)}}@keyframes fadeInUpCustom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slider{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes sliderReverse{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes sliderUp{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes sliderDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width: 1300px){.wrapper,.inner-90{width:71.875rem}.message-popup .content{width:50%}}@media (max-width: 1169px){.wrapper,.inner-90{width:65.625rem}h1{font-size:3.125rem}.head-title h2,.head-title-customers h2{font-size:2.5rem}}@media (max-width: 1094px){.wrapper,.inner-90{width:62.5rem}}@media (max-width: 1042px){.wrapper,.inner-90{width:59.375rem}}@media (max-width: 1000px){.wrapper,.inner-90{width:56.25rem}.head-title h2{font-size:2.188rem}.section-padding{padding:5rem 0rem}}@media (max-width: 910px){.wrapper,.inner-90{width:52.5rem}h1{font-size:2.5rem}}@media (max-width: 850px){.wrapper,.inner-90{width:90%}.section-padding{padding:3.75rem 0rem}p{font-size:.938rem}.head-title-customers h2,.head-title h2{font-size:2.375rem!important}.head-title-customers .people,.head-title .people{margin-bottom:1rem}.head-title-customers .people .profile-img img,.head-title .people .profile-img img{width:1.438rem;height:1.438rem;border-radius:50%}.head-title-customers .people .profile-img img:not(:first-child),.head-title .people .profile-img img:not(:first-child){margin-left:-.625rem}.head-title-customers .people p,.head-title .people p{font-size:.875rem!important}h2{font-size:2.375rem}.faq{border:.063rem solid rgba(0,0,0,.05);border-radius:1.5rem;transition:.2s ease-in-out}.faq:not(:last-child){margin-bottom:1rem}.faq:hover{transform:scale(1.02)}.faq .faq-header h4{font-size:1rem;width:90%}.message-popup .content{width:80%}.message-popup .content .btn-1{width:100%}}@media (max-width: 670px){.message-popup .content h3{font-size:20px}}@media (max-width: 450px){.head-title-customers h2,.head-title h2{text-align:center}.head-title-customers h2 .none,.head-title h2 .none{display:block}.head-title-customers h2 br,.head-title h2 br{display:none}.wrapper,.inner-90{width:92%}.head-title{gap:0rem!important}input,textarea{font-size:1rem!important}}@media (max-width: 378px){.head-title h2{font-size:1.875rem!important}}@media (max-width: 350px){.wrapper{width:95%}}@keyframes customFadeInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes opacityReveal{0%{opacity:0}to{opacity:1}}.banner-component{padding-top:9.375rem;padding-bottom:5rem}.banner-component.change-margin .people{margin-bottom:1rem!important}.banner-component.change-margin h1{margin-bottom:1.5rem!important}.banner-component.change-margin .action-buttons{margin-top:2rem!important}.banner-component .wrapper{display:flex;align-items:center;gap:2.5rem;justify-content:space-between}.banner-component .wrapper .banner-info{width:55%}.banner-component .wrapper .banner-info .info .upper-info h1{margin-bottom:1.25rem}.banner-component .wrapper .banner-info .info .upper-info h1 .none{display:none}.banner-component .wrapper .banner-info .info .upper-info p{font-size:1rem}.banner-component .wrapper .banner-info .info .action-buttons{margin-top:2.5rem;display:flex;align-items:center;gap:1.25rem}.banner-component .wrapper .banner-sliding-images{width:45%;overflow:hidden;display:flex;height:100%;gap:.938rem;position:relative;justify-content:space-between}.banner-component .wrapper .banner-sliding-images:before,.banner-component .wrapper .banner-sliding-images:after{content:"";position:absolute;left:0;width:100%;height:5rem;pointer-events:none;z-index:2}.banner-component .wrapper .banner-sliding-images:before{top:0;background:linear-gradient(to bottom,#fff,#fff0)}.banner-component .wrapper .banner-sliding-images:after{bottom:0;background:linear-gradient(to top,#fff,#fff0)}.banner-component .wrapper .banner-sliding-images .slide-img{height:11.125rem;width:100%;padding:.313rem;border:1px solid rgba(0,0,0,.04);margin-bottom:1.25rem;border-radius:1.563rem;box-shadow:0 .125rem .5rem #0000000a}.banner-component .wrapper .banner-sliding-images .slide-img img{border-radius:1.25rem;height:100%;opacity:75%;object-fit:fill}.banner-component .wrapper .banner-sliding-images .sliding-images-left{animation:sliderUp 15s linear infinite;animation-delay:.5s;width:50%}.banner-component .wrapper .banner-sliding-images .sliding-images-right{animation:sliderDown 15s linear infinite;animation-delay:.5s;width:50%}.banner-component .responsive-slider{display:none;width:100%;overflow:hidden;margin-top:3rem}.banner-component .responsive-slider .shadow{position:relative}.banner-component .responsive-slider .upper-sliding-images{overflow:hidden;display:flex}.banner-component .responsive-slider .upper-sliding-images .sliding{display:flex;white-space:nowrap;animation:65s sliderReverse infinite linear}.banner-component .responsive-slider .upper-sliding-images .sliding .slide-img{height:11.563rem;width:16.563rem;display:inline-block;margin:0rem .75rem;border:.063rem solid rgba(0,0,0,.04);padding:.25rem;border-radius:1.313rem}.banner-component .responsive-slider .upper-sliding-images .sliding .slide-img img{border-radius:1.313rem;opacity:85%;height:100%;width:100%}.banner-component .responsive-slider .sliding-logos-section{width:100%;margin-top:2rem}@media (max-width: 1660px){.banner-component{padding-top:6.875rem}}@media (max-width: 1094px){.banner-component .wrapper .banner-info{width:70%}.banner-component .wrapper .banner-info .info .upper-info .fs-responsive{width:85%}.banner-component .wrapper .banner-sliding-images .sliding-images-left{display:none}.banner-component .wrapper .banner-sliding-images .sliding-images-right{width:100%}}@media (max-width: 1000px){.banner-component{padding-top:6.25rem}.banner-component .wrapper .banner-info{width:65%}.banner-component .wrapper .banner-info .head-title-customers h2{font-size:2.813rem}.banner-component .wrapper .banner-sliding-images{width:35%}.banner-component .wrapper .banner-sliding-images .sliding-images-left{display:none}.banner-component .wrapper .banner-sliding-images .sliding-images-right{width:100%}}@media (max-width: 850px){.banner-component .wrapper{flex-direction:column}.banner-component .wrapper .banner-info{width:100%;display:flex;flex-direction:column;align-items:center}.banner-component .wrapper .banner-info .info{display:flex;flex-direction:column;align-items:center}.banner-component .wrapper .banner-info .info .head-title-customers{align-items:center}.banner-component .wrapper .banner-info .info .head-title-customers h1{text-align:center;font-size:3.125rem}.banner-component .wrapper .banner-info .info p{text-align:center;width:100%!important}.banner-component .wrapper .banner-info .sliding-logos-section,.banner-component .wrapper .banner-sliding-images{display:none}.banner-component .responsive-slider{display:block}}@media (max-width: 850px){.banner-component{padding-top:8.125rem}.banner-component .wrapper{gap:0rem}.banner-component .wrapper .banner-info .upper-info .head-title-customers{align-items:start}.banner-component .wrapper .banner-info .upper-info .head-title-customers h1{text-align:left;font-size:2.5rem!important;margin-bottom:1rem}.banner-component .wrapper .banner-info .upper-info .head-title-customers h1 br:last-child{display:none}.banner-component .wrapper .banner-info .upper-info .head-title-customers h1 .none{display:inline-block!important}.banner-component .wrapper .banner-info .upper-info p{text-align:left}.banner-component .wrapper .banner-info .upper-info p b{font-weight:500}.banner-component .wrapper .banner-info .upper-info p br{display:none}.banner-component .wrapper .banner-info .action-buttons{flex-direction:column;width:100%}.banner-component .wrapper .banner-info .action-buttons .btn-1,.banner-component .wrapper .banner-info .action-buttons .btn-2{width:100%!important;justify-content:space-between}}@media (max-width: 556px){.banner-component{padding-bottom:0}}@media (max-width: 378px){.banner-component .wrapper .banner-info .upper-info .head-title-customers h1{font-size:2.188rem!important}}.section-one-home{margin-top:60px;overflow:hidden}.section-one-home .inner-75{position:relative}.section-one-home .inner-75 .circle-section{position:absolute;top:1080px;left:0;width:100%;height:100%;pointer-events:none}.section-one-home .inner-75 .circle{position:absolute;border:1px solid rgba(0,0,0,.07);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.section-one-home .inner-75 .circle-1{width:2910px;height:2910px}.section-one-home .inner-75 .circle-2{width:2730px;height:2730px}.section-one-home .inner-75 .circle-3{width:2550px;height:2550px}.section-one-home .inner-75 .inner-90 .heading{display:flex;flex-direction:column;align-items:center}.section-one-home .inner-75 .inner-90 .heading .title-tag{box-shadow:0 2px 8px #0000000a}.section-one-home .inner-75 .inner-90 .heading .outer img{display:none}.section-one-home .inner-75 .inner-90 .heading h2{margin-bottom:16px}.section-one-home .inner-75 .inner-90 .heading p{text-align:center}.section-one-home .inner-75 .inner-90 .cards-section{display:flex;margin-top:48px;align-items:center;gap:24px;justify-content:space-between}.section-one-home .inner-75 .inner-90 .cards-section .card{padding:8px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;border-radius:24px;width:33.333%}.section-one-home .inner-75 .inner-90 .cards-section .card img{height:227px;border-radius:16px 16px 7px 7px}.section-one-home .inner-75 .inner-90 .cards-section .card .card-text{padding:32px 16px 24px}.section-one-home .inner-75 .inner-90 .cards-section .card .card-text h4{text-align:center}.section-one-home .inner-75 .inner-90 .cards-section .card .card-text p{margin-top:16px;text-align:center}.section-one-home .inner-75 .inner-90 .btn-1{width:fit-content;margin:32px auto 0}@media (max-width: 850px){.section-one-home .inner-75 .inner-90 .cards-section{flex-direction:column}.section-one-home .inner-75 .inner-90 .cards-section .card{width:100%}}@media (max-width: 1042px){.section-one-home .inner-75 .inner-90 .cards-section .card .card-text{padding-left:5px;padding-right:5px}.section-one-home .inner-75 .inner-90 .cards-section .card .card-text h4{font-size:20px}}@media (max-width: 850px){.section-one-home .inner-75 .circle-section{top:750px}.section-one-home .inner-75 .inner-90 .heading p br{display:none}.section-one-home .inner-75 .inner-90 .heading p .none{display:block}.section-one-home .inner-75 .inner-90 .cards-section .card img{height:197px}.section-one-home .inner-75 .inner-90 .cards-section .card .card-text p{margin-top:10px}}@media (max-width: 570px){.section-one-home .inner-75 .circle-section{top:700px}}@media (max-width: 510px){.section-one-home .inner-75 .circle-section{top:700px}.section-one-home .inner-75 .inner-90 .heading h2{text-align:center}.section-one-home .inner-75 .inner-90 .heading h2 br,.section-one-home .inner-75 .inner-90 .heading p .none{display:none}}@media (max-width: 1000px){.section-one-home .inner-75 .inner-90 .cards-section .card .card-text p{margin-top:12px}}.section-two-home .wrapper .heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:56px}.section-two-home .wrapper .heading .head-title{align-items:start;gap:24px}.section-two-home .wrapper .cards-section{gap:24px}.section-two-home .wrapper .cards-section:first-child{margin-bottom:24px}.section-two-home .wrapper .cards-section:first-child .card:first-child{width:33%}.section-two-home .wrapper .cards-section:first-child .card:last-child{width:77%}.section-two-home .wrapper .cards-section .left{width:33%}.section-two-home .wrapper .cards-section .left .card:not(:last-child){margin-bottom:24px}.section-two-home .wrapper .cards-section .right{width:67%}.section-two-home .wrapper .cards-section .right .d-flex{margin-top:24px;gap:24px}.section-two-home .wrapper .cards-section .card{border:1px solid rgba(0,0,0,.05);border-radius:24px;box-shadow:0 2px 8px #0000000a;background-color:#fcfcfc;padding-top:10px}.section-two-home .wrapper .cards-section .card img{height:194px;margin-bottom:10px}.section-two-home .wrapper .cards-section .card .card-text{padding:24px}.section-two-home .wrapper .cards-section .card .card-text h4{margin-bottom:16px}@media (max-width: 850px){.section-two-home .wrapper .heading{flex-direction:column;align-items:center;gap:10px!important}.section-two-home .wrapper .heading .head-title{width:100%!important;align-items:center;margin-bottom:20px}.section-two-home .wrapper .heading .head-title h2{text-align:center}.section-two-home .wrapper .heading p{width:100%!important;text-align:center}.section-two-home .wrapper .cards-section.d-flex{flex-direction:column}.section-two-home .wrapper .cards-section.d-flex .left{width:100%;display:flex;gap:20px}.section-two-home .wrapper .cards-section.d-flex .left .card{width:50%;height:auto}.section-two-home .wrapper .cards-section.d-flex .right{width:100%}}@media (max-width: 1042px){.section-two-home .wrapper .heading .head-title h2{font-size:35px}.section-two-home .wrapper .cards-section .card .card-text h4{font-size:22px}}@media (max-width: 1000px){.section-two-home .wrapper .heading{gap:40px}.section-two-home .wrapper .heading .last{width:45%}.section-two-home .wrapper .heading .last br{display:none}.section-two-home .wrapper .heading .head-title{width:55%}.section-two-home .wrapper .cards-section .card .card-text{padding:15px}}@media (max-width: 560px){.section-two-home .wrapper .heading .head-title{align-items:start}.section-two-home .wrapper .heading .head-title h2,.section-two-home .wrapper .heading p{text-align:left}.section-two-home .wrapper .heading p br{display:none}.section-two-home .wrapper .heading p b{font-weight:500}.section-two-home .wrapper .cards-section.d-flex,.section-two-home .wrapper .cards-section.d-flex .left{flex-direction:column}.section-two-home .wrapper .cards-section.d-flex .left .card{width:100%}.section-two-home .wrapper .cards-section.d-flex .left .card img{object-fit:cover!important}.section-two-home .wrapper .cards-section.d-flex .left .card .card-text{padding-top:0}.section-two-home .wrapper .cards-section.d-flex .right .card{width:100%}.section-two-home .wrapper .cards-section.d-flex .right .d-flex{flex-direction:column}}@media (max-width: 522px){.section-two-home .wrapper .heading .head-title{align-items:center}.section-two-home .wrapper .heading .head-title h2{text-align:center}.section-two-home .wrapper .heading .head-title h2 br{display:none}.section-two-home .wrapper .heading p{text-align:center}}@media (max-width: 1000px){.section-two-home .wrapper .cards-section .right{height:auto}}.nick-profile-component .inner-75 .inner-90{display:flex;align-items:center;gap:56px}.nick-profile-component .inner-75 .inner-90 .profile-img{width:50%;height:480px;padding:7px;border:1px solid rgba(0,0,0,.04);border-radius:7px}.nick-profile-component .inner-75 .inner-90 .profile-img img{border-radius:6px;height:100%}.nick-profile-component .inner-75 .inner-90 .video-box{pointer-events:none;padding:7px;border:1px solid rgba(0,0,0,.04);position:fixed;display:flex;inset:0;background-color:#000000af;z-index:1111;align-items:center;justify-content:center;transition:.3s ease-in-out;opacity:0}.nick-profile-component .inner-75 .inner-90 .video-box.active{opacity:1;pointer-events:auto}.nick-profile-component .inner-75 .inner-90 .video-box.active .wrapper video{transform:translateY(0)}.nick-profile-component .inner-75 .inner-90 .video-box .close-btn{position:absolute;width:40px;height:40px;top:10px;right:10px;padding:10px;background-color:var(--white-color);border:none;border-radius:50%;cursor:pointer;z-index:1111;transition:.2s ease-in-out}.nick-profile-component .inner-75 .inner-90 .video-box .close-btn:hover{background-color:#f0f0f0}.nick-profile-component .inner-75 .inner-90 .video-box .wrapper{height:100vh;position:relative;display:flex;align-items:center}.nick-profile-component .inner-75 .inner-90 .video-box .wrapper video{border-radius:6px;height:auto;width:100%;transform:translateY(20px);transition:.3s ease-in-out}.nick-profile-component .inner-75 .inner-90 .video-img{width:50%;height:480px;padding:6px;border:1px solid rgba(0,0,0,.04);border-radius:26px;overflow:hidden;position:relative;cursor:pointer}.nick-profile-component .inner-75 .inner-90 .video-img:hover img{transform:scale(1.05)}.nick-profile-component .inner-75 .inner-90 .video-img .image-wrapper{height:100%;overflow:hidden;border-radius:21px}.nick-profile-component .inner-75 .inner-90 .video-img .image-wrapper img{transition:.3s ease-in-out;height:100%;z-index:1}.nick-profile-component .inner-75 .inner-90 .video-img .image-wrapper button i{color:var(--primary-color)}.nick-profile-component .inner-75 .inner-90 .video-img .custom-play-button{position:absolute;display:flex;align-items:center;justify-content:center;padding:10px;border:none;border-radius:50%;width:65px;height:65px;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--white-color);font-size:25px;cursor:pointer}.nick-profile-component .inner-75 .inner-90 .video-img .custom-play-button .icon{color:var(--primary-color);transform:translate(2px)}.nick-profile-component .inner-75 .inner-90 .profile-info{width:50%}.nick-profile-component .inner-75 .inner-90 .profile-info .head-title{align-items:start;margin-bottom:24px}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info{display:flex;margin-top:24px;align-items:center;justify-content:space-between}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info .info{padding-right:25px;display:flex;gap:8px;align-items:center}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info .info:not(:last-child){border-right:1px solid var(--body-primary)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info .info img{width:16px;height:16px}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info .info p{font-weight:600;color:var(--black-color)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider{display:none;margin-top:24px;align-items:center;justify-content:space-between;position:relative}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider:before,.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider:after{content:"";position:absolute;top:0;width:100px;height:100%;pointer-events:none;z-index:2}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .info{padding-right:25px;display:flex;gap:8px;align-items:center}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .info:not(:last-child){border-right:1px solid var(--body-primary)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .info img{width:16px;height:16px}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .info p{font-weight:600;color:var(--black-color)}.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons{margin-top:40px;display:flex;align-items:center;gap:20px}@media (max-width: 1094px){.nick-profile-component .inner-75 .inner-90{gap:15px}}@media (max-width: 850px){.nick-profile-component .inner-75 .inner-90{flex-direction:column-reverse}.nick-profile-component .inner-75 .inner-90 .profile-img{width:100%;height:380px;box-shadow:0 2px 8px #0000000a}.nick-profile-component .inner-75 .inner-90 .profile-info,.nick-profile-component .inner-75 .inner-90 .video-img{width:100%}}@media (max-width: 450px){.nick-profile-component .inner-75 .inner-90 .profile-info .head-title h2{text-align:left;font-size:36px!important}.nick-profile-component .inner-75 .inner-90 .profile-info p b{font-weight:500}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info{display:none}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider{overflow:hidden;width:100%}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider-track{display:flex;width:max-content;animation:slide 30s linear infinite}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider-track .info{padding-right:25px;display:flex;gap:8px;align-items:center}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider-track .info:not(:last-child){border-right:1px solid var(--body-primary)}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider-track .info p{font-weight:600;color:var(--black-color)}.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons{flex-direction:column}.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons .btn-1,.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons .btn-2{width:100%;justify-content:space-between}}@media (max-width: 1300px){.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info{display:none}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider{padding:.5rem;overflow:hidden;display:flex;gap:2rem;position:relative}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider{display:flex;gap:2.5rem;animation:slider 60s linear infinite;animation-delay:.5s}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider .info{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.nick-profile-component .inner-75 .inner-90 .profile-info .quick-info-slider .slider .info p{margin:0}.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons{flex-direction:column}.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons .btn-1,.nick-profile-component .inner-75 .inner-90 .profile-info .action-buttons .btn-2{width:100%;justify-content:space-between}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}.section .wrapper .head-title h2{text-align:center}.section .wrapper .head-title .outer img{display:none}.section .wrapper .d-flex{margin-top:56px;align-items:center;gap:24px}.section .wrapper .d-flex .card{border:1px solid rgba(0,0,0,.04);border-radius:21px;padding:7px;box-shadow:0 2px 8px #0000000a;width:33.333%;background-color:#fcfcfc}.section .wrapper .d-flex .card .inner{padding:32px;display:flex;align-items:center;flex-direction:column;border:1px solid rgba(0,0,0,.04);border-radius:18px}.section .wrapper .d-flex .card .inner .img-card img{width:85px;height:85px}.section .wrapper .d-flex .card .inner .card-text{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.section .wrapper .d-flex .card .inner .card-text span{color:var(--primary-color)}.section .wrapper .d-flex .card .inner .card-text h4,.section .wrapper .d-flex .card .inner .card-text p{text-align:center}@media (max-width: 1094px){.section .wrapper .d-flex .card .inner{padding:10px}.section .wrapper .d-flex .card .inner h4{font-size:23px}}@media (max-width: 850px){.section .wrapper .d-flex{flex-direction:column}.section .wrapper .d-flex .card{width:100%}.section .wrapper .d-flex .card h4{text-align:center}}.reviews-component .wrapper .head-title{margin-bottom:60px}.reviews-component .wrapper .head-title .outer{margin-bottom:24px}.reviews-component .wrapper .head-title .outer img{display:none}.reviews-component .wrapper .sliding-reviews{overflow:hidden;display:flex;gap:20px;height:569px;position:relative}.reviews-component .wrapper .sliding-reviews:before,.reviews-component .wrapper .sliding-reviews:after{content:"";position:absolute;left:0;width:100%;height:80px;pointer-events:none;z-index:2}.reviews-component .wrapper .sliding-reviews:before{top:0;background:linear-gradient(to bottom,#fff,#fff0)}.reviews-component .wrapper .sliding-reviews:after{bottom:0;background:linear-gradient(to top,#fff,#fff0)}.reviews-component .wrapper .sliding-reviews .review-up,.reviews-component .wrapper .sliding-reviews .review-down{width:33.333%}.reviews-component .wrapper .sliding-reviews .review-up .review:not(:last-child),.reviews-component .wrapper .sliding-reviews .review-down .review:not(:last-child){margin-bottom:20px}.reviews-component .wrapper .sliding-reviews .review-up{animation:sliderUp 15s linear infinite;animation-delay:.5s}.reviews-component .wrapper .sliding-reviews .review-down{animation:sliderDown 15s linear infinite;animation-delay:.5s}.reviews-component .wrapper .sliding-reviews .review{border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;padding:30px;border-radius:24px}.reviews-component .wrapper .sliding-reviews .review img{display:flex;align-items:center;gap:3px;width:119px;margin-bottom:24px}.reviews-component .wrapper .sliding-reviews .review img .icon{color:var(--primary-color)}.reviews-component .wrapper .sliding-reviews .review .review-text{margin-bottom:22px}.reviews-component .wrapper .sliding-reviews .review .review-text h4{margin-bottom:16px}.reviews-component .wrapper .sliding-reviews .review .review-profile{display:flex;align-items:center;gap:16px}.reviews-component .wrapper .sliding-reviews .review .review-profile img{width:40px;height:40px;border-radius:50%;margin-bottom:0}.reviews-component .wrapper .sliding-reviews .review .review-profile .profile-info span{font-size:16px;color:var(--body-color);font-weight:500}.reviews-component .wrapper .sliding-reviews .review .review-profile .profile-info p{font-size:12px}.reviews-component .wrapper .sliding-reviews-responsive{overflow:hidden;width:100%;position:relative;display:none}.reviews-component .wrapper .sliding-reviews-responsive:before{content:"";position:absolute;left:0;width:50px;background:linear-gradient(to right,#fff,#fff0);height:100%;z-index:11}.reviews-component .wrapper .sliding-reviews-responsive:after{content:"";position:absolute;right:0;top:0;width:50px;background:linear-gradient(to left,#fff,#fff0);height:100%;z-index:11}.reviews-component .wrapper .sliding-reviews-responsive .slider{display:flex;align-items:start;flex-wrap:nowrap;animation:slider 100s linear infinite;gap:1rem;width:fit-content}.reviews-component .wrapper .sliding-reviews-responsive .slider .review{flex:0 0 auto;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;padding:30px;border-radius:24px;width:fit-content;max-width:350px}.reviews-component .wrapper .sliding-reviews-responsive .slider .review img{display:block;width:119px;margin-bottom:24px}.reviews-component .wrapper .sliding-reviews-responsive .slider .review img .icon{color:var(--primary-color)}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-text{margin-bottom:22px}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-text h4{margin-bottom:16px}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-profile{display:flex;align-items:center;gap:16px}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-profile img{width:40px;height:40px;border-radius:50%;margin-bottom:0}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-profile .profile-info span{font-size:16px;color:var(--body-color);font-weight:500}.reviews-component .wrapper .sliding-reviews-responsive .slider .review .review-profile .profile-info p{font-size:12px}@media (max-width: 1042px){.reviews-component .wrapper .sliding-reviews .review{padding:15px}.reviews-component .wrapper .sliding-reviews .review .review-text h4{font-size:20px}}@media (max-width: 850px){.reviews-component .wrapper .sliding-reviews{display:none}.reviews-component .wrapper .sliding-reviews-responsive{display:block}}@media (max-width: 850px){.reviews-component .wrapper .head-title h2{text-align:center}}@media (max-width: 450px){.reviews-component .wrapper .head-title{align-items:start}.reviews-component .wrapper .head-title h2{text-align:left}}@media (max-width: 1000px){.reviews-component .wrapper .sliding-reviews .review-up{width:50%}.reviews-component .wrapper .sliding-reviews .review-down{display:none}}.blue-component{background:linear-gradient(to left,#1d64ff,#1d64ff),radial-gradient(#709dff,#1d64ff00);border-radius:1.25rem;height:31.938rem;position:relative;margin-top:8.125rem;overflow:hidden}.blue-component .pulsing-wrapper{position:absolute;top:0;left:0;right:0;height:400px;pointer-events:none}.blue-component .pulsing-wrapper .circle1,.blue-component .pulsing-wrapper .circle2,.blue-component .pulsing-wrapper .circle3{position:absolute;left:50%;transform:translate(-50%) scale(1.1);border-radius:50%;opacity:0;animation-duration:3.4s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:backwards;animation-play-state:running;animation-name:pulseCTA}.blue-component .pulsing-wrapper .circle1{width:350px;height:230px;top:-130px;background-color:#ffffff0f;z-index:11;animation-delay:0s}.blue-component .pulsing-wrapper .circle2{width:650px;height:400px;top:-200px;background-color:#ffffff0d;z-index:1;animation-delay:.4s}.blue-component .pulsing-wrapper .circle3{width:950px;height:570px;top:-270px;background-color:#ffffff08;animation-delay:.8s}.blue-component .content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:93%}.blue-component .content h2{text-align:center}.blue-component .content p{color:#ffffffbf;font-weight:400;text-transform:capitalize;text-align:center}.blue-component .content p span{font-weight:600;color:var(--white-color)}.blue-component .content .btn-1{box-shadow:0 .125rem .5rem #1d64ff29;background-color:#ffffff1a}.blue-component .sliding-logos-section{width:100%;position:absolute;bottom:.938rem;left:0;right:0}.blue-component .sliding-logos-section:before{left:0;background:linear-gradient(to right,#1d64ff,#1d64ff00)}.blue-component .sliding-logos-section:after{right:0;background:linear-gradient(to left,#1d64ff,#1d64ff00)}.blue-component .sliding-logos-section .sliding-logos .slider{animation:slider 40s linear infinite}@media (max-width: 850px){.blue-component{margin-top:5rem}.blue-component .content{padding:.938rem}.blue-component .content h2 br{display:none!important}}@media (max-width: 510px){.blue-component{padding:0rem .938rem}.blue-component .content{height:100%}.blue-component .content h2{font-size:2.25rem}.blue-component .content p br{display:none}.blue-component .content .btn-1{justify-content:space-between}.blue-component .sliding-logos-section{display:none}}@media (max-width: 1039px){.blue-component .pulsing-wrapper .circle1{width:250px;height:250px;top:-125px}.blue-component .pulsing-wrapper .circle2{width:450px;height:450px;top:-225px}.blue-component .pulsing-wrapper .circle3{width:650px;height:650px;top:-325px}}@media (max-width: 725px){.blue-component .pulsing-wrapper .circle1{width:150px;height:150px;top:-75px}.blue-component .pulsing-wrapper .circle2{width:350px;height:350px;top:-175px}.blue-component .pulsing-wrapper .circle3{width:550px;height:550px;top:-275px}}@media (max-width: 605px){.blue-component .pulsing-wrapper .circle1{width:150px;height:150px;top:-75px}.blue-component .pulsing-wrapper .circle2{width:300px;height:300px;top:-150px}.blue-component .pulsing-wrapper .circle3{width:450px;height:450px;top:-225px}}.section-one-error{padding-top:9.375rem;padding-bottom:5rem}.section-one-error .wrapper{display:flex}.section-one-error .wrapper .page-error-img{width:50%;height:538px}.section-one-error .wrapper .page-error-img img{width:100%;height:100%}.section-one-error .wrapper .page-error-content{width:50%;display:flex;align-items:center;justify-content:end}.section-one-error .wrapper .page-error-content .content{width:70%;display:flex;flex-direction:column;gap:32px;align-items:start}.section-one-error .wrapper .page-error-content .content h1{font-size:64px}.section-one-error .wrapper .page-error-content .content h2{font-size:32px;color:var(--black-color);text-align:left;line-height:105%;font-weight:700}.section-one-error .wrapper .page-error-content .content h2 span{color:var(--primary-color)}@media (max-width: 1300px){.section-one-error .wrapper .page-error-img{width:60%}.section-one-error .wrapper .page-error-content .content{width:80%}}@media (max-width: 1169px){.section-one-error .wrapper{gap:50px}.section-one-error .wrapper .page-error-img{width:70%}.section-one-error .wrapper .page-error-img img{object-fit:contain}.section-one-error .wrapper .page-error-content .content{width:100%}}@media (max-width: 1094px){.section-one-error .wrapper .page-error-content .content h2{font-size:28px}}@media (max-width: 1000px){.section-one-error .wrapper .page-error-content .content{gap:25px}.section-one-error .wrapper .page-error-content .content h2 br,.section-one-error .wrapper .page-error-content .content p br{display:none}}@media (max-width: 850px){.section-one-error .wrapper{flex-direction:column-reverse}.section-one-error .wrapper .page-error-content{width:100%;justify-content:center}.section-one-error .wrapper .page-error-content .content{width:100%;align-items:center}.section-one-error .wrapper .page-error-content .content h1,.section-one-error .wrapper .page-error-content .content h2,.section-one-error .wrapper .page-error-content .content p{text-align:center}.section-one-error .wrapper .page-error-content .content .btn-1{width:60%;justify-content:space-between}.section-one-error .wrapper .page-error-img{width:100%;height:auto}}@media (max-width: 850px){.section-one-error .wrapper .page-error-content .content h1{font-size:48px}}.head-section{padding-top:150px;padding-bottom:80px}.head-section .wrapper .head-title-customers{align-items:center}.head-section .wrapper .head-title-customers h1{text-align:center}.head-section .wrapper .video-section{position:relative;height:698px;overflow:hidden;margin-top:48px;border-radius:19px}.head-section .wrapper .video-section video{position:absolute;border-radius:19px;inset:0;width:100%;height:100%}.head-section .wrapper .video-section .custom-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#00000080;color:#fff;padding:10px 20px;border:none;cursor:pointer;font-size:16px;font-weight:700;border-radius:5px}.head-section .wrapper .video-section .custom-play-button:hover{background-color:#000c}@media (max-width: 1660px){.head-section{padding-top:140px}}@media (max-width: 1300px){.head-section .wrapper .video-section{height:645px}}@media (max-width: 1169px){.head-section .wrapper .video-section{height:590px}}@media (max-width: 1094px){.head-section .wrapper .video-section{height:565px}}@media (max-width: 1042px){.head-section .wrapper .video-section{height:535px}}@media (max-width: 1000px){.head-section .wrapper .video-section{height:508px}}@media (max-width: 910px){.head-section .wrapper .video-section{height:475px}}@media (max-width: 850px){.head-section .wrapper .video-section{height:fit-content}.head-section .wrapper .video-section video{position:static;height:auto}}@media (max-width: 740px){.head-section{padding-bottom:30px}}.section-one-about .inner-75 .inner-90 .upper{align-items:start;justify-content:space-between}.section-one-about .inner-75 .inner-90 .upper .title-tag{display:flex;align-items:center;gap:10px;padding:6px 24px;border:1px solid rgba(0,0,0,.04);border-radius:32px;margin-bottom:16px}.section-one-about .inner-75 .inner-90 .upper .title-tag b{font-weight:500}.section-one-about .inner-75 .inner-90 .upper .title-tag img{height:16px;width:16px}.section-one-about .inner-75 .inner-90 .upper .upper-text{width:auto}.section-one-about .inner-75 .inner-90 .upper .upper-text h2{font-size:48px;margin-bottom:24px;font-weight:700;color:var(--black-color);line-height:105%;text-align:left}.section-one-about .inner-75 .inner-90 .upper .upper-text h2 span{color:var(--primary-color)}.section-one-about .inner-75 .inner-90 .counters-section{margin-top:80px;justify-content:space-between}.section-one-about .inner-75 .inner-90 .counters-section .counter{position:relative;display:flex;flex-direction:column}.section-one-about .inner-75 .inner-90 .counters-section .counter:not(:first-child,:last-child){align-items:center}.section-one-about .inner-75 .inner-90 .counters-section .counter:last-child{align-items:end}.section-one-about .inner-75 .inner-90 .counters-section .counter .border-line{width:1px;height:100%;background-color:var(--body-primary);position:absolute;opacity:20%;top:0;bottom:0;right:-100px}.section-one-about .inner-75 .inner-90 .counters-section .counter p{font-size:56px;font-weight:600;color:var(--primary-color);margin-bottom:12px;line-height:110%}.section-one-about .inner-75 .inner-90 .counters-section .counter span{color:var(--body-primary)}.section-one-about .inner-75 .inner-90 .counter-slider{margin-top:48px;position:relative;display:none}.section-one-about .inner-75 .inner-90 .counter-slider:before,.section-one-about .inner-75 .inner-90 .counter-slider:after{content:"";position:absolute;top:0;width:100px;height:100%;pointer-events:none;z-index:2}.section-one-about .inner-75 .inner-90 .counter-slider:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.section-one-about .inner-75 .inner-90 .counter-slider:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters{overflow:hidden;display:flex;gap:3.125rem;border-bottom:1px solid var(--border-color)}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters .slider{display:flex;gap:3.375rem;white-space:nowrap;animation:slider 15s linear infinite;animation-delay:.5s}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters .slider .counter{display:flex;flex-direction:column;align-items:center}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters .slider .counter p{font-size:35px;font-weight:600;color:var(--primary-color);margin-bottom:12px;line-height:110%}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters .slider .counter span{color:var(--body-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;display:inline-block;text-align:center}@media (max-width: 1042px){.section-one-about .inner-75 .inner-90 .upper .upper-text{width:50%}.section-one-about .inner-75 .inner-90 .upper .upper-text h2{font-size:30px}.section-one-about .inner-75 .inner-90 .upper .upper-text p br,.section-one-about .inner-75 .inner-90 .counters-section .counter .border-line{display:none}}@media (max-width: 850px){.section-one-about .inner-75 .inner-90 .upper{flex-direction:column;align-items:center}.section-one-about .inner-75 .inner-90 .upper .upper-text{width:100%}.section-one-about .inner-75 .inner-90 .upper .upper-text h2{text-align:center;font-size:38px}.section-one-about .inner-75 .inner-90 .upper p{text-align:center}.section-one-about .inner-75 .inner-90 .counters-section{display:none}.section-one-about .inner-75 .inner-90 .counter-slider{display:block}.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters,.section-one-about .inner-75 .inner-90 .counter-slider .sliding-counters .slider{gap:5rem}}@media (max-width: 450px){.section-one-about .inner-75 .inner-90 .upper{align-items:start}.section-one-about .inner-75 .inner-90 .upper h2{text-align:left!important}.section-one-about .inner-75 .inner-90 .upper h2 br{display:none}.section-one-about .inner-75 .inner-90 .upper p{text-align:left}.section-one-about .inner-75 .inner-90 .upper p br,.section-one-about .inner-75 .inner-90 .counters-section{display:none}}.section-one-blog .inner-75{border:none;border-top:.063rem solid rgba(0,0,0,.04)}.section-one-blog .inner-75 .inner-90 .heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}.section-one-blog .inner-75 .inner-90 .heading .head-title{align-items:start}.section-one-blog .inner-75 .inner-90 .featured-blog{display:flex;background-color:var(--white-color);padding:8px;box-shadow:0 2px 8px #0000000a;border-radius:24px}.section-one-blog .inner-75 .inner-90 .featured-blog .img-box{width:50%;height:454px}.section-one-blog .inner-75 .inner-90 .featured-blog .img-box img{width:100%;height:100%;border-radius:19px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content{width:50%;padding:30px;height:auto;display:flex;flex-direction:column;justify-content:space-between}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .upper-content h3{color:var(--black-color);font-size:32px;line-height:120%;font-weight:600;margin-bottom:16px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .upper-content h3 span{color:var(--primary-color)}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .upper-content hr{margin-top:24px;border:1px solid rgba(0,0,0,.08)}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .upper-content .information{margin-top:32px;display:flex;align-items:center;gap:20px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .upper-content .information .info{border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000a;padding:6px 32px;color:#5d686f;border-radius:32px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .btn-1{justify-content:center;padding-left:0}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .btn-1 img{display:none}@media (max-width: 1169px){.section-one-blog .inner-75 .inner-90 .heading .head-title h2{font-size:40px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content{padding:20px 30px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content h3{font-size:27px!important}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .information{gap:10px!important}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .information .info{padding:6px 20px!important}}@media (max-width: 1000px){.section-one-blog .inner-75 .inner-90 .featured-blog .img-box{width:55%}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content{width:45%}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content h3{font-size:22px!important}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content h3 br{display:none}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content p{font-size:14px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .information{flex-wrap:wrap;margin-top:20px!important}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .information .info{width:auto;font-size:14px}}@media (max-width: 850px){.section-one-blog .inner-75 .inner-90 .heading .head-title h2{font-size:35px!important}.section-one-blog .inner-75 .inner-90 .featured-blog{flex-direction:column}.section-one-blog .inner-75 .inner-90 .featured-blog .img-box{width:100%}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content{width:100%;padding:20px 10px}.section-one-blog .inner-75 .inner-90 .featured-blog .box-content .information{margin-bottom:40px}}@media (max-width: 695px){.section-one-blog .inner-75 .inner-90 .heading{justify-content:center}.section-one-blog .inner-75 .inner-90 .heading .btn-1{display:none}.section-one-blog .inner-75 .inner-90 .heading .head-title-customers{align-items:center}.section-one-blog .inner-75 .inner-90 .heading .head-title-customers h2{text-align:center}}@media (max-width: 590px){.section-one-blog .inner-75 .inner-90 .featured-blog .img-box{height:350px}}@media (max-width: 590px){.section-one-blog .inner-75 .inner-90 .featured-blog .img-box{height:300px}}.section-two-blog .inner-75{border:none;padding-bottom:60px;border-bottom:.063rem solid rgba(0,0,0,.04)}.section-two-blog .inner-75 .inner-90 .heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:48px}.section-two-blog .inner-75 .inner-90 .heading .head-title{align-items:start}.section-two-blog .inner-75 .inner-90 .heading .head-title b{margin-left:5px}.section-two-blog .inner-75 .inner-90 .content-blogs{display:flex;flex-wrap:wrap;gap:24px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card{width:32%;background-color:var(--white-color);box-shadow:0 2px 8px #0000000a;padding:7px 7px 0;border-radius:24px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .blog-img{width:100%;height:227px;border-radius:16px 16px 8px 8px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information{padding:8px 16px 24px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information .date{color:var(--body-primary);font-size:12px;font-weight:600;margin-bottom:10px;margin-top:12px;display:block}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information h3{color:var(--black-color);line-height:120%;letter-spacing:-2%;font-size:24px;font-weight:600;margin-bottom:12px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information h3 span{color:var(--primary-color)}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information p{font-size:16px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information .btn-1{margin-top:40px;justify-content:center;padding-left:0}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information .btn-1 img{display:none}@media (max-width: 1300px){.section-two-blog .inner-75 .inner-90 .content-blogs{gap:20px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card{width:32%}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information h3{font-size:21px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card .information p{font-size:14px}}@media (max-width: 1169px){.section-two-blog .inner-75 .inner-90 .heading .head-title h2{font-size:40px}}@media (max-width: 1042px){.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card{width:48%}}@media (max-width: 850px){.section-two-blog .inner-75 .inner-90 .heading .head-title h2{font-size:35px!important}}@media (max-width: 745px){.section-two-blog .inner-75 .inner-90 .heading{justify-content:center}.section-two-blog .inner-75 .inner-90 .heading .head-title{align-items:center}.section-two-blog .inner-75 .inner-90 .heading .head-title h2{text-align:center}.section-two-blog .inner-75 .inner-90 .heading .btn-1{display:none}}@media (max-width: 715px){.section-two-blog .inner-75 .inner-90 .content-blogs{flex-direction:column;align-items:center;gap:24px}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card{width:80%}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card img{height:300px!important}}@media (max-width: 566px){.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card{width:100%}.section-two-blog .inner-75 .inner-90 .content-blogs .blog-card img{height:270px!important}}.section-one-contact{padding-top:150px;padding-bottom:80px}.section-one-contact .wrapper{padding:24px;border-radius:24px;background-color:var(--gray-color);border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a}.section-one-contact .wrapper .contact-section{display:flex;gap:32px}.section-one-contact .wrapper .contact-section .contact-info{position:relative;overflow:hidden;width:40%;padding:24px;background-color:var(--primary-color);border-radius:13px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a;background:radial-gradient(#709dff,#1d64ff00),linear-gradient(to right #1d64ff,#1d64ff)}.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper{position:absolute;top:0;left:0;height:400px;pointer-events:none;background-color:pink}.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle1,.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle2,.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle3{position:absolute;left:50%;transform:translate(-50%) scale(1.1);border-radius:50%;opacity:0;animation-duration:3.4s;animation-timing-function:ease;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:backwards;animation-play-state:running;animation-name:pulseCTA}.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle1{width:350px;height:230px;top:-130px;background-color:#ff0;z-index:11;animation-delay:0s}.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle2{width:650px;height:400px;top:-200px;background-color:green;z-index:1;animation-delay:.4s}.section-one-contact .wrapper .contact-section .contact-info .pulsing-wrapper .circle3{width:950px;height:570px;top:-270px;background-color:red;animation-delay:.8s}.section-one-contact .wrapper .contact-section .contact-info img{position:absolute;top:0;left:0;z-index:11;pointer-events:none}.section-one-contact .wrapper .contact-section .contact-info .upper-info{margin-bottom:24px}.section-one-contact .wrapper .contact-section .contact-info .upper-info h1{margin-bottom:10px;color:var(--white-color);text-transform:capitalize;font-weight:700;font-size:2rem}.section-one-contact .wrapper .contact-section .contact-info .upper-info p:not(:last-child){margin-bottom:7px}.section-one-contact .wrapper .contact-section .contact-info .upper-info p{color:#fffc}.section-one-contact .wrapper .contact-section .contact-info .down-info .info{display:flex;align-items:center;gap:15px;z-index:1111}.section-one-contact .wrapper .contact-section .contact-info .down-info .info:not(:last-child){margin-bottom:22px}.section-one-contact .wrapper .contact-section .contact-info .down-info .info img{color:var(--white-color);width:18px;height:18px;position:static}.section-one-contact .wrapper .contact-section .contact-info .down-info .info a{color:var(--white-color)}.section-one-contact .wrapper .contact-section .contact-info .down-info .info a:hover{text-decoration:underline}.section-one-contact .wrapper .contact-section form{width:60%}.section-one-contact .wrapper .contact-section form .inputs-section .group{display:flex;align-items:center;gap:22px;margin-bottom:22px}.section-one-contact .wrapper .contact-section form .inputs-section .group .input-field{width:50%;display:flex;flex-direction:column}.section-one-contact .wrapper .contact-section form .inputs-section .text-area{display:flex;flex-direction:column}.section-one-contact .wrapper .contact-section form .inputs-section .text-area textarea{height:170px}.section-one-contact .wrapper .contact-section form .inputs-section label{font-weight:500;font-size:15px;color:var(--black-color);margin-bottom:7px;text-transform:capitalize}.section-one-contact .wrapper .contact-section form .inputs-section input,.section-one-contact .wrapper .contact-section form .inputs-section textarea{border-radius:24px;border:1px solid rgba(0,0,0,.08);padding:15px 22px;outline:none;resize:none;font-size:13px;background-color:var(--white-color)}.section-one-contact .wrapper .contact-section form .privacy-policy{margin-top:22px;display:flex;align-items:center;gap:24px}.section-one-contact .wrapper .contact-section form .privacy-policy p{color:var(--black-color);font-weight:500;text-transform:capitalize}.section-one-contact .wrapper .contact-section form .privacy-policy p .privacy{color:var(--black-color);text-decoration:underline}.section-one-contact .wrapper .contact-section form .privacy-policy .checkbox{display:flex;align-items:center;gap:8px}.section-one-contact .wrapper .contact-section form .privacy-policy .checkbox .checkbox-input{width:20px;height:20px;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #1d64ff;border-radius:50%;background-color:#fff;outline:none;cursor:pointer;position:relative;transition:.2s ease-in-out}.section-one-contact .wrapper .contact-section form .privacy-policy .checkbox .checkbox-input:checked{background-color:#1d64ff;border-color:#1d64ff}.section-one-contact .wrapper .contact-section form .privacy-policy .checkbox .checkbox-input:checked:after{content:"✔";font-size:14px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.section-one-contact .wrapper .contact-section form .btn-1{margin-top:22px;width:100%;padding:14px 12px 14px 24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 8px #1d64ff29;display:flex;justify-content:center}@media (max-width: 850px){.section-one-contact .wrapper .contact-section{flex-direction:column}.section-one-contact .wrapper .contact-section .contact-info{width:100%}.section-one-contact .wrapper .contact-section .contact-info img{height:300px}.section-one-contact .wrapper .contact-section form{width:100%}.section-one-contact .wrapper .contact-section form .inputs-section .group{flex-direction:column}.section-one-contact .wrapper .contact-section form .inputs-section .group .input-field{width:100%}}@media (max-width: 450px){.section-one-contact .wrapper{padding:10px}.section-one-contact .wrapper .contact-section .contact-info .upper-info p:not(:last-child){display:none}}.section-one-faqs{padding-top:150px;padding-bottom:80px}.section-one-faqs .wrapper .head-title-customers{align-items:center}.section-one-faqs .wrapper .head-title-customers .people{margin-bottom:16px}.section-one-faqs .wrapper .head-title-customers h1{font-size:48px}.section-one-faqs .wrapper .questions-section{margin-top:40px;display:flex;gap:20px;justify-content:space-between;align-items:center}.section-one-faqs .wrapper .questions-section .question-part{width:50%}@media (max-width: 905px){.section-one-faqs{padding-top:130px}.section-one-faqs .wrapper .head-title-customers h1{text-align:center;font-size:40px}.section-one-faqs .wrapper .questions-section{flex-direction:column;gap:20px}.section-one-faqs .wrapper .questions-section .question-part{width:100%}}@media (max-width: 450px){.section-one-faqs .wrapper .head-title-customers{align-items:start}.section-one-faqs .wrapper .head-title-customers h1{text-align:left;font-size:36px!important}}.section-one-projects{padding-top:150px;padding-bottom:80px}.section-one-projects .wrapper .head-title-customers{align-items:center;margin-bottom:50px}.section-one-projects .wrapper .projects-section{position:relative}.section-one-projects .wrapper .projects-section .project{position:sticky;top:130px;z-index:1;display:flex;align-items:center;padding:7px;background:#fff;border-radius:24px;border:1px solid rgba(0,0,0,.04);box-shadow:0 2px 8px #0000000a}.section-one-projects .wrapper .projects-section .project:not(:last-child){margin-bottom:50px}.section-one-projects .wrapper .projects-section .project.project-0{z-index:1}.section-one-projects .wrapper .projects-section .project.project-1{z-index:2}.section-one-projects .wrapper .projects-section .project.project-2{z-index:3}.section-one-projects .wrapper .projects-section .project.project-3{z-index:4}.section-one-projects .wrapper .projects-section .project.row-reverse{flex-direction:row-reverse}.section-one-projects .wrapper .projects-section .project .img-box{width:48%;border-radius:16px;height:454px}.section-one-projects .wrapper .projects-section .project .img-box img{border-radius:16px;height:100%;width:100%;object-fit:cover}.section-one-projects .wrapper .projects-section .project .project-info{padding:15px 30px;width:52%;height:454px;display:flex;flex-direction:column;justify-content:space-between}.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:40px;font-weight:600;letter-spacing:-2%;margin-bottom:16px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .work-info{display:flex;align-items:center;gap:20px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .work-info p{padding:6px 32px;border-radius:32px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000a}.section-one-projects .wrapper .projects-section .project .project-info .down-info hr{margin:32px 0;border:1px solid rgba(0,0,0,.08)}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding{display:flex;align-items:center;justify-content:space-between}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p{font-size:32px;font-weight:700;color:var(--black-color);letter-spacing:-2%}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p span{color:var(--primary-color)}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p b{font-size:20px;color:var(--body-primary);margin-left:7px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding img{width:156px}@media (max-width: 1169px){.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:35px}}@media (max-width: 1042px){.section-one-projects .wrapper .projects-section .project .img-box{width:45%}.section-one-projects .wrapper .projects-section .project .project-info{padding:20px;width:55%}.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:30px}}@media (max-width: 910px){.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p{font-size:25px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding img{width:80px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding .project-logo{height:auto}}@media (max-width: 850px){.section-one-projects .wrapper .head-title-customers h1{font-size:45px}.section-one-projects .wrapper .projects-section{height:auto}.section-one-projects .wrapper .projects-section .project{flex-direction:column;height:auto;padding:20px;margin-bottom:50px}.section-one-projects .wrapper .projects-section .project.row-reverse{flex-direction:column}.section-one-projects .wrapper .projects-section .project .img-box{width:100%;height:330px}.section-one-projects .wrapper .projects-section .project .project-info{width:100%;height:auto}.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:32px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .work-info{display:none}.section-one-projects .wrapper .projects-section .project .project-info .down-info hr{margin:20px 0 10px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p{font-size:24px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p b{font-size:15px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding img{width:133px}}@media (max-width: 450px){.section-one-projects .wrapper .head-title-customers h1{font-size:35px;text-align:center}.section-one-projects .wrapper .projects-section .project{position:static;top:auto;flex-direction:column;height:auto;padding:20px;margin-bottom:50px}.section-one-projects .wrapper .projects-section .project.row-reverse{flex-direction:column}.section-one-projects .wrapper .projects-section .project .img-box{width:100%;height:280px}.section-one-projects .wrapper .projects-section .project .project-info{width:100%;height:auto;padding:15px}.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:28px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .work-info{display:none}.section-one-projects .wrapper .projects-section .project .project-info .down-info hr{margin:20px 0 10px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p{font-size:20px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p b{font-size:14px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding img{width:120px}}@media (max-width: 450px){.section-one-projects .wrapper .projects-section .project{padding:10px}.section-one-projects .wrapper .projects-section .project .project-info{padding:15px 10px 0!important}.section-one-projects .wrapper .projects-section .project .project-info .upper-info h4{font-size:24px}.section-one-projects .wrapper .projects-section .project .project-info .down-info .funding p b{display:block;margin-left:0!important}}.blog-post{padding-bottom:90px}.blog-post .wrapper:first-child{display:flex;gap:50px}.blog-post .wrapper:first-child aside{width:33%;position:sticky;top:7rem;align-self:flex-start;border:1px solid rgba(0,0,0,.05);box-shadow:0 2.22px 8.87px #0000000a;border-radius:21px;padding:20px}.blog-post .wrapper:first-child aside .head{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid rgba(38,38,38,.05)}.blog-post .wrapper:first-child aside .head .line{width:16px;height:3px;background-color:var(--primary-color)}.blog-post .wrapper:first-child aside .head h4{color:var(--black-color);font-size:20px;font-weight:600}.blog-post .wrapper:first-child aside .blog-sections{height:400px;overflow-y:scroll}.blog-post .wrapper:first-child aside .blog-sections a{padding:20px 10px 20px 0;cursor:pointer;color:var(--body-primary)}.blog-post .wrapper:first-child aside .blog-sections a:not(:last-child){border-bottom:1px solid rgba(38,38,38,.05)}.blog-post .wrapper:first-child aside .blog-sections a:hover{text-decoration:underline}.blog-post .wrapper:first-child aside .blog-sections a.active{font-weight:600}.blog-post .wrapper:first-child aside .contact-part{margin-top:20px;padding:16px;background:linear-gradient(#1d64ffb3,#1d64ffb3),radial-gradient(#709dff,#1d64ff);border-radius:13px;position:relative}.blog-post .wrapper:first-child aside .contact-part img{position:absolute;top:0;left:0;pointer-events:none}.blog-post .wrapper:first-child aside .contact-part .heading{margin-bottom:16px}.blog-post .wrapper:first-child aside .contact-part .heading h4{color:var(--white-color);margin-bottom:7.5px}.blog-post .wrapper:first-child aside .contact-part .heading p{color:#fffc}.blog-post .wrapper:first-child aside .contact-part .lower .btn-1{display:block;box-shadow:0 2px 8px #1d64ff29;background-color:#ffffff1a}.blog-post .wrapper:first-child aside .contact-part .lower p{display:flex;align-items:center;gap:15px;margin-bottom:16px}.blog-post .wrapper:first-child aside .contact-part .lower p img{position:static;width:20px;height:20px;color:var(--gray-color)}.blog-post .wrapper:first-child aside .contact-part .lower p a{color:var(--gray-color)}.blog-post .wrapper:first-child aside .contact-part .lower p a:hover{text-decoration:underline}.blog-post .wrapper:first-child .blog-post-description{width:67%;padding-top:7rem}.blog-post .wrapper:first-child .blog-post-description .head-title{align-items:start}.blog-post .wrapper:first-child .blog-post-description .head-title h1{font-size:56px;font-weight:600;line-height:110%;letter-spacing:-2%}.blog-post .wrapper:first-child .blog-post-description hr{border:1px solid rgba(0,0,0,.08);margin:24px 0}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links{display:flex;align-items:center;justify-content:space-between}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .author{display:flex;align-items:center;gap:16px}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .author img{width:40px;height:40px;border-radius:50%}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .author .author-info p{color:var(--black-color);font-size:16px;font-weight:500}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .author .author-info span{font-size:12px;color:var(--body-primary);font-weight:500}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .social-links{display:flex;align-items:center;gap:16px}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .social-links .link{border:1px solid rgba(0,0,0,.02);background-color:#0000000a;width:31px;height:31px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.blog-post .wrapper:first-child .blog-post-description .post-info .author-links .social-links .link:hover{background-color:var(--primary-color)}.blog-post .wrapper:first-child .blog-post-description .post-info .main-blog-img,.blog-post .wrapper:first-child .blog-post-description .post-discription .main-blog-img{border-radius:21px;border:1px solid rgba(0,0,0,.04);margin:24px 0;height:431px;object-position:top}.blog-post .wrapper:first-child .blog-post-description .post-discription h3,.blog-post .wrapper:first-child .blog-post-description .post-discription h2,.blog-post .wrapper:first-child .blog-post-description .post-discription h4{color:var(--black-color);text-align:left;margin:24px 0;font-weight:600;line-height:110%}.blog-post .wrapper:first-child .blog-post-description .post-discription h2{font-size:48px}.blog-post .wrapper:first-child .blog-post-description .post-discription p{margin-bottom:16px;font-size:18px}.blog-post .wrapper:first-child .blog-post-description .post-discription p a{color:var(--primary-color);font-weight:500;text-decoration:underline}.blog-post .wrapper:first-child .blog-post-description .post-discription p a:hover{color:#00f}.blog-post .wrapper:first-child .blog-post-description .post-discription ul{margin-left:25px;margin-bottom:24px}.blog-post .wrapper:first-child .blog-post-description .post-discription ul li{padding-left:15px;list-style:disc;color:var(--body-primary);font-size:18px}.blog-post .wrapper:first-child .blog-post-description .post-discription ul li:not(:last-child){margin-bottom:16px}.blog-post .slider-section-blog{padding:70px 0;margin-top:70px;background-color:var(--gray-color);border:1px solid rgba(0,0,0,.04)}.blog-post .slider-section-blog .wrapper{display:block}.blog-post .slider-section-blog .wrapper .heading{display:flex;justify-content:space-between;align-items:end}.blog-post .slider-section-blog .wrapper .slider-section{margin-top:48px}.blog-post .slider-section-blog .wrapper .slider-section .swiper{padding-left:20px 0px}.blog-post .slider-section-blog .wrapper .slider-section .swiper-pagination{text-align:center;margin-top:30px;position:static!important;display:none;justify-content:center;align-items:center;height:25px;gap:10px}.blog-post .slider-section-blog .wrapper .slider-section .swiper-pagination .swiper-pagination-bullet{display:inline-block;background:#c6c6c6;opacity:1;width:15px!important;height:15px!important;border-radius:50%}.blog-post .slider-section-blog .wrapper .slider-section .swiper-pagination .swiper-pagination-bullet-active{background:var(--primary-color)}.blog-post .slider-section-blog .wrapper .slider-section .swiper{padding:10px}.blog-post .slider-section-blog .wrapper .slider-section .swiper-slide{padding:7px 0;border-radius:24px}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post{box-shadow:0 2px 8px #0000000a;background-color:var(--white-color);padding:7px 7px 0;border-radius:24px;border:1px solid rgba(0,0,0,.04)}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .blog-img{width:100%;height:227px;border-radius:16px 16px 8px 8px}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information{padding:8px 16px 24px}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information .date{color:var(--body-primary);font-size:12px;font-weight:600;margin-bottom:10px;margin-top:12px;display:block}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information h3{color:var(--black-color);line-height:120%;letter-spacing:-2%;font-size:24px;font-weight:600;margin-bottom:12px}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information h3 span{color:var(--primary-color)}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information p{font-size:16px}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information .btn-1{margin-top:40px;justify-content:center;padding-left:0;z-index:1111!important}.blog-post .slider-section-blog .wrapper .slider-section .blog-card-post .information .btn-1 img{display:none}.blog-post .wrapper .blue-component{margin-top:90px}.blog-post .wrapper .blue-component .eclipse{pointer-events:none}@media (max-width: 1700px){.blog-post .wrapper aside .blog-sections{height:250px!important}.blog-post .wrapper aside .contact-part .heading p{display:none}}@media (max-width: 1293px){.blog-post .wrapper .blog-post-description .head-title h1{font-size:48px!important}.blog-post .wrapper .blog-post-description .post-discription h2{font-size:40px}}@media (max-width: 1293px){.blog-post .wrapper .blog-post-description .head-title h1{font-size:40px!important}.blog-post .wrapper .blog-post-description .post-discription h2{font-size:32px!important}.blog-post .wrapper .blog-post-description .post-discription h3{font-size:23px}.blog-post .wrapper .blog-post-description .post-discription p,.blog-post .wrapper .blog-post-description .post-discription li{font-size:15px!important}}@media (max-width: 1042px){.blog-post .wrapper{gap:35px}.blog-post .wrapper aside{width:38%}.blog-post .wrapper .blog-post-description{width:62%}.blog-post .wrapper .blog-post-description .main-blog-img{height:350px!important}.blog-post .wrapper .blog-post-description .main-blog-img{height:280px!important}}@media (max-width: 1000px){.blog-post .wrapper .blog-post-description .head-title h1{font-size:37px!important}}@media (max-width: 910px){.blog-post .wrapper{justify-content:center}.blog-post .wrapper aside{display:none}.blog-post .wrapper .blog-post-description{width:90%!important}}@media (max-width: 600px){.blog-post .wrapper .blog-post-description{width:100%!important}}@media (max-width: 550px){.blog-post .wrapper .blog-post-description .head-title h1{font-size:30px!important}.blog-post .wrapper .blog-post-description .post-discription h2{font-size:25px!important}.blog-post .wrapper .blog-post-description .post-discription h3{font-size:20px}.blog-post .wrapper .blog-post-description .post-discription p,.blog-post .wrapper .blog-post-description .post-discription li{font-size:13px!important}}@media (max-width: 475px){.blog-post .slider-section-blog .wrapper .heading .head-title-customers{width:100%;align-items:center}.blog-post .slider-section-blog .wrapper .heading .head-title-customers h2{font-size:35px!important;text-align:center}.blog-post .slider-section-blog .wrapper .heading .slider-buttons{display:none}.blog-post .slider-section-blog .wrapper .slider-section .swiper-pagination{display:flex}}@media (max-width: 365px){.blog-post .blog-post-description .post-info .author-links .author{gap:10px!important}}.privacy-part{padding-top:9.375rem;padding-bottom:5rem}.privacy-part h3,.privacy-part h2{color:var(--black-color);text-align:left}
