.about-sec{width:100%;padding:40px 60px;display:flex}.about-sec .about-left{width:400px}.about-sec .about-imgs{display:flex;gap:20px}.about-sec .about-img{width:240px;height:240px;border-radius:20px;background-color:#e4e4e4}.about-sec .about-img:first-child{background:url(/_next/static/media/img2.fdfe1c8f.jpg);background-position:50%;background-size:cover}.about-sec .about-img:last-child{background:url(/_next/static/media/img1.195d8e7f.jpg);background-position:50%;background-size:cover}.about-sec .head-tag{padding:10px 15px;border-radius:60px;border:1px solid #e4e4e4;width:-moz-fit-content;width:fit-content;font-size:15px;color:var(--primary-txt);overflow:hidden}.about-sec .about-right{width:100%;display:flex;flex-direction:column;gap:20px;margin-top:-20px}.about-sec .about-txt{font-size:50px}.about-sec .info-tags{display:flex;align-items:center;justify-content:space-between}.about-sec .info-bottom{color:var(--dark-bg);font-weight:300;margin-top:-10px}.about-sec .info-top{font-size:48px;color:var(--brand-color)}@media(max-width:1080px){.about-sec .about-left{width:280px}.about-sec .about-txt{font-size:40px}}@media(max-width:980px){.about-sec{flex-direction:column;gap:60px}.about-sec .about-img{width:200px;height:200px}.about-sec .about-txt,.about-sec .info-top{font-size:36px}.about-sec .info-bottom{font-size:14px}.about-sec .info-tags{flex-wrap:wrap;gap:20px}}@media(max-width:680px){.about-sec{padding:40px 20px}}@media(max-width:580px){.about-sec .about-txt{font-size:24px}}.brands-sec{width:100%;display:flex;flex-direction:column;gap:20px;padding:0 60px 40px}.brands-sec .brands-head{font-size:14px;color:#616161}.brands-sec .brand-logos{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;height:200px}.brands-sec .brand-logo{width:100%;height:100%;background:var(--nav-bg);border-radius:20px;display:flex;align-items:center;justify-content:center}.brands-sec .logo-img{filter:grayscale(10);width:60%;height:60%;transition:all .3s ease-in-out;cursor:pointer}.brands-sec .logo-img:hover{filter:grayscale(0);transform:scale(.98);transition:all .3s ease-in-out}.brands-sec .logo2{width:55%;height:40%}.brands-sec .logo3{width:60%;height:40%}@media(max-width:680px){.brands-sec{padding:40px 20px}.brands-sec .brand-logos{grid-template-columns:repeat(2,1fr)}.brands-sec .brand-logo{height:160px}}.faq-sec{width:100%;display:flex;flex-direction:column;gap:20px;padding:40px 60px}.faq-sec .sec-top{width:100%;display:flex;align-items:center;justify-content:space-between}.faq-sec .head-tag{padding:10px 15px;border-radius:60px;border:1px solid #e4e4e4;width:-moz-fit-content;width:fit-content;font-size:15px;color:var(--primary-txt)}.faq-sec .top-txt{font-size:14px;font-weight:200;color:#939393;line-height:1.4;max-width:400px;text-align:justify}.faq-sec .faqs{display:flex;flex-direction:column;gap:16px}.faq-sec .faqs .faq-container{overflow:hidden;transition:all .2s ease;border-bottom:1px solid #d9d9d9}.faq-sec .faqs .faq-container .faq-top{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;background:#fff;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-sec .faqs .faq-container .faq-top .qn{font-size:26px;font-weight:400;color:#111827;line-height:1.4;flex:1 1;margin-right:20px}.faq-sec .faqs .faq-container .faq-top .faq-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;flex-shrink:0;border-radius:8px;transition:all .2s ease;border:1px solid #d9d9d9}.faq-sec .faqs .faq-container .faq-top .faq-icon svg{transition:all .2s ease;fill:#242424}.faq-sec .faqs .faq-container .faq-top .faq-icon path{transition:fill .2s ease}.faq-sec .faqs .faq-container .faq-top .active-icon{background:var(--brand-color);border-color:#fff}.faq-sec .faqs .faq-container .faq-top .active-icon svg{transition:all .2s ease;fill:#fff}.faq-sec .faqs .faq-container .faq-bottom .faq-ans{padding:24px 28px;font-size:16px;line-height:1.6;color:#666}.faq-sec .faqs .faq-container:last-child{border-color:rgba(0,0,0,0)}@media(max-width:680px){.faq-sec{padding:40px 20px}.faq-sec .sec-top{flex-direction:column;align-items:flex-start;gap:20px}.faq-sec .faqs{display:flex;flex-direction:column;gap:16px}.faq-sec .faqs .faq-container .faq-top{padding:24px 0}.faq-sec .faqs .faq-container .faq-top .qn{font-size:20px}.faq-sec .faqs .faq-container .faq-bottom .faq-ans{padding:20px 0;font-size:14px}}.foot{width:100%;padding:0 60px 40px}.foot .foot-container{width:100%;height:500px;background:url(/_next/static/media/foot.82a8aefa.png);border-radius:40px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.foot .foot-img{position:absolute;top:0;right:0;width:300px;height:auto}.foot .foot-btn{display:flex;align-items:center;gap:15px;background:rgba(51,51,51,.1333333333);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.4px solid #323232;padding:10px 10px 10px 15px;color:var(--primary-bg);border-radius:100px;width:-moz-fit-content;width:fit-content;cursor:pointer}.foot .btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--brand-color);border-radius:50%}.foot .foot-head{color:var(--primary-bg);font-size:60px;line-height:4rem}.foot .foot-head,.foot .foot-txt{text-align:center;font-weight:300}.foot .foot-txt{color:#afafaf;max-width:600px;font-size:15px}@media(max-width:980px){.foot .foot-container{height:400px;overflow:hidden}.foot .foot-img{width:280px}.foot .foot-head{font-size:38px;line-height:2.5rem}.foot .foot-txt{font-size:14px}.foot .foot-container{height:400px;overflow:hidden}.foot .foot-img{width:240px}.foot .foot-head{font-size:38px;line-height:2.5rem}.foot .foot-txt{font-size:14px}}@media(max-width:680px){.foot{padding:20px}.foot .foot-container{height:360px;overflow:hidden;padding:20px}.foot .foot-img{width:240px;display:none}.foot .foot-head{font-size:32px;line-height:2.5rem}.foot .foot-txt{font-size:14px}}.founder-wrapper{width:100%;display:flex;flex-direction:column;gap:40px;padding:40px 60px}.founder-wrapper .sec-top{width:100%;display:flex;align-items:center}.founder-wrapper .head-tag{padding:10px 15px;border-radius:60px;border:1px solid #e4e4e4;width:-moz-fit-content;width:fit-content;font-size:15px;color:var(--primary-txt)}.founder-wrapper .sec-bottom{width:100%;display:flex;gap:40px;align-items:center}.founder-wrapper .left-sec{min-width:480px;height:480px;background:url(/_next/static/media/founder.e23cc557.png);background-position:50%;background-size:200%;border-radius:30px}.founder-wrapper .right-sec{display:flex;flex-direction:column;gap:20px;max-width:780px;width:100%}.founder-wrapper .founder-name{font-size:40px;font-weight:400;color:var(--dark-bg)}.founder-wrapper .sec-txt{font-size:18px;color:#5f5f5f;font-weight:300}.founder-wrapper .break{margin-top:20px}.founder-wrapper .award-sec{display:flex;flex-direction:column;gap:20px;background:#f9f9f9;width:240px;height:150px;border-radius:20px;padding:10px;position:relative;margin-top:20px;border:1px solid #e4e4e4}.founder-wrapper .award-tag{width:90px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e4e4e4;border-radius:40px;background-color:#f9f9f9;position:absolute;top:-15px;left:0;font-size:15px;color:var(--sec-txt)}.founder-wrapper .award-img{width:100%;height:100%;background:url(/_next/static/media/award.21dcb5b6.jpeg);background-position:50%;background-size:cover;border-radius:15px}@media(max-width:1080px){.founder-wrapper .left-sec{min-width:400px;height:480px}}@media(max-width:980px){.founder-wrapper .left-sec{height:350px;min-width:100px;max-width:400px;width:100%}.founder-wrapper .sec-bottom{gap:24px;flex-direction:column;align-items:flex-start}}@media(max-width:680px){.founder-wrapper{margin-top:150px;padding:40px 20px}}.hero{width:100%;height:100vh}.hero .nav-logo{font-weight:400;font-size:20px;color:var(--primary-txt)}.hero .nav{width:100%;justify-content:space-between;padding:20px 40px}.hero .menu-items,.hero .nav{display:flex;align-items:center}.hero .menu-items{gap:20px}.hero .menu-items a{color:var(--nav-txt)}.hero .menu-item{cursor:pointer;padding:10px 14px;border-radius:100px;transition:all .4s ease-in-out}.hero .menu-item:hover{background:var(--nav-items-bg);transition:all .4s ease-in-out}.hero .nav-btn{display:flex;align-items:center;gap:15px;background:var(--dark-bg);padding:10px 12px;color:var(--primary-bg);border-radius:100px;z-index:-1;cursor:pointer}.hero .in-mobile,.hero .in-mobile-nav{display:none}.hero .btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--brand-color);border-radius:50%}.hero .hero-main{display:flex;flex-direction:column;align-items:center;padding:40px}.hero .hero-head{font-size:80px;font-weight:700;color:var(--dark-bg);text-transform:uppercase;z-index:2;z-index:-1}.hero .hero-head span{color:var(--brand-color)}.hero .hero-img{width:90%;height:auto;margin-top:-80px;z-index:-2}@media(max-width:862px){.hero .menu-items,.hero .nav-btn{display:none}.hero .hero-main{margin-top:-60px}.hero .hero-main .hero-head{text-align:center;line-height:5.5rem;font-size:100px}.hero .hero-main{height:100%;justify-content:center;align-items:center}.hero .hero-main .hero-img{margin-top:-20px;width:120%}.hero .in-mobile-nav{display:block}}@media(max-width:680px){.hero .menu-items,.hero .nav-btn{display:none}.hero .hero-main{margin-top:-60px}.hero .hero-main .hero-head{text-align:center;line-height:5rem;font-size:80px}.hero .hero-main{height:100%;justify-content:center;align-items:center}.hero .hero-main .hero-img{margin-top:-20px;width:160%}.hero .nav{padding:24px 20px}.hero .in-mobile{display:flex;margin-block:20px}}@media(max-width:480px){.hero .menu-items,.hero .nav-btn{display:none}.hero .hero-main{margin-top:-60px}.hero .hero-main .hero-head{text-align:center;line-height:4.5rem;font-size:65px}.hero .hero-main{height:100%;justify-content:center;align-items:center}.hero .hero-main .hero-img{margin-top:-20px;width:160%}.hero .in-mobile{display:flex;margin-block:20px}}.style_header__Pp4Zg{padding:10px;position:fixed;top:0;right:0;z-index:2500001333}.style_header__Pp4Zg .style_button__i4W7i{position:fixed;top:20px;right:20px;width:60px;height:60px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:var(--brand-color);z-index:2500001333}.style_header__Pp4Zg .style_burger__9M2JV{width:100%}.style_header__Pp4Zg .style_burger__9M2JV:after,.style_header__Pp4Zg .style_burger__9M2JV:before{content:"";display:block;height:2px;width:40%;margin:auto;background-color:#fff;position:relative;transition:transform .3s;cursor:pointer}.style_header__Pp4Zg .style_burger__9M2JV:after{top:-5px}.style_header__Pp4Zg .style_burger__9M2JV:before{top:5px}.style_header__Pp4Zg .style_burgerActive__Jt0At:after{transform:rotate(45deg);top:-1px}.style_header__Pp4Zg .style_burgerActive__Jt0At:before{transform:rotate(-45deg);top:0}.style_menu__jOZ4g{width:100%;min-height:100vh;overflow:hidden;height:100%;background:#fff;position:fixed;left:0;top:0;z-index:25000}.style_menu__jOZ4g .style_body__g5v8Q{box-sizing:border-box;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:50px}.style_menu__jOZ4g .style_body__g5v8Q .style_nav__aHW3P{width:100%;display:flex;flex-direction:column;font-size:56px;gap:12px}.style_menu__jOZ4g .style_body__g5v8Q .style_nav__aHW3P a{width:100%;display:flex;border-bottom:1.4px solid var(--nav-border);text-decoration:none;color:var(--brand-color);font-weight:300}.style_link__p0dN0{position:relative;display:flex;align-items:center}.style_link__p0dN0 .style_indicator__IaE_R{width:10px;height:10px;background-color:#fff;border-radius:50%;position:absolute;left:-30px}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.services-sec{width:100%;display:flex;flex-direction:column;gap:40px;padding:60px;overflow:hidden}.services-sec .service-cards{width:100%;padding-bottom:50px}.services-sec .swiper-pagination{bottom:10px!important}.services-sec .swiper-pagination-bullet{width:10px;height:10px;background:#d4d4d4;opacity:1;transition:all .3s ease}.services-sec .swiper-pagination-bullet-active{background:#333;width:30px;border-radius:5px}.services-sec .swiper-slide{transition:all .3s ease;opacity:.5;transform:scale(.85)}.services-sec .swiper-slide-active{opacity:1;transform:scale(1)}.services-sec .service-card{display:flex;flex-direction:column;justify-content:space-between;gap:40px;width:100%;height:400px;background:#f9f9f9;border:.6px solid #d4d4d4;padding:20px;border-radius:20px;transition:all .3s ease-in-out;cursor:-webkit-grab;cursor:grab}.services-sec .service-card:active{cursor:-webkit-grabbing;cursor:grabbing}.services-sec .swiper-slide-active .service-card:hover{transform:scale(.98)}.services-sec .head-tag{padding:10px 15px;border-radius:60px;border:1px solid #e4e4e4;width:-moz-fit-content;width:fit-content;font-size:15px;color:var(--primary-txt)}.services-sec .card-top{font-size:25px;padding-right:60px;color:var(--primary-txt)}.services-sec .card-top span{color:#929292}.services-sec .card-img{width:160px;height:160px;background-color:#565656;border-radius:20px}.services-sec .card-img-1{background:url(/_next/static/media/s1.9bd3b81e.png);background-position:50%;background-size:cover}.services-sec .card-img-2{background:url(/_next/static/media/s2.120d1ffa.png);background-position:50%;background-size:cover}.services-sec .card-img-3{background:url(/_next/static/media/s3.354ada0a.png);background-position:50%;background-size:cover}.services-sec .card-img-4{background:url(/_next/static/media/s4.ca406b11.png);background-position:50%;background-size:cover}.services-sec .card-img-5{background:url(/_next/static/media/s5.f6482d10.png);background-position:50%;background-size:cover}.services-sec .card-bottom{display:flex;align-items:flex-end;justify-content:space-between}.services-sec .card-bottom-txt{display:flex;align-items:flex-end;color:#4a4a4a;gap:5px}.services-sec .big{font-size:40px}.services-sec .sm-txt{margin-bottom:10px;font-size:17px}@media(max-width:680px){.services-sec{padding:40px 20px}.services-sec .swiper-slide{transform:scale(.9)}.services-sec .swiper-slide-active{transform:scale(1)}.services-sec .service-card{height:440px;justify-content:space-between}.services-sec .card-top{font-size:24px;padding-right:10px}.services-sec .card-img{width:120px;height:120px}.services-sec .card-bottom-txt{font-size:12px;margin-bottom:-5px}.services-sec .sm-txt{margin-bottom:5px;font-size:12px}.services-sec .big{font-size:25px}}@media(max-width:400px){.services-sec{padding:40px 20px}.services-sec .swiper-slide{transform:scale(.9)}.services-sec .swiper-slide-active{transform:scale(1)}.services-sec .service-card{height:340px;padding:14px;justify-content:space-between}.services-sec .card-top{font-size:20px}.services-sec .card-img{width:120px;height:120px}.services-sec .sm-txt{margin-bottom:5px;font-size:10px}.services-sec .card-bottom-txt{font-size:10px;margin-bottom:-5px}.services-sec .big{font-size:20px}}@media(max-width:350px){.services-sec{padding:40px 20px}.services-sec .swiper-slide{transform:scale(.9)}.services-sec .swiper-slide-active{transform:scale(1)}.services-sec .service-card{height:380px;padding:14px;justify-content:space-between}.services-sec .card-top{font-size:17px}.services-sec .card-img{width:100px;height:100px}.services-sec .sm-txt{margin-bottom:5px;font-size:10px}.services-sec .card-bottom-txt{font-size:10px;margin-bottom:-5px}.services-sec .big{font-size:20px}}.introduction{height:100%;width:100vw;display:flex;align-items:center;justify-content:center;position:fixed;z-index:99;background-color:var(--primary-bg);overflow:hidden}.introduction svg{position:absolute;top:0;width:100%;height:calc(100% + 300px)}.introduction svg path{fill:#141516}.introduction p{display:flex;color:#fff;font-size:42px;align-items:center;position:absolute;z-index:1}.introduction p span{display:block;width:10px;height:10px;background-color:#fff;border-radius:50%;margin-right:10px}.introduction .loader_main-text{font-size:42px;color:var(--brand-color)}.test-sec{width:100%;display:flex;flex-direction:column;gap:40px;padding:60px;overflow:hidden}.test-sec .service-cards{width:100%;padding-bottom:50px}.test-sec .swiper-pagination{bottom:10px!important}.test-sec .swiper-pagination-bullet{width:10px;height:10px;background:#d4d4d4;opacity:1;transition:all .3s ease}.test-sec .swiper-pagination-bullet-active{background:#333;width:30px;border-radius:5px}.test-sec .swiper-slide{transition:all .3s ease}.test-sec .swiper-slide-active{opacity:1;transform:scale(1)}.test-sec .service-card{display:flex;flex-direction:column;justify-content:space-between;gap:40px;width:100%;height:340px;background:#f8f6f1;padding:20px;border-radius:20px;transition:all .3s ease-in-out;cursor:-webkit-grab;cursor:grab}.test-sec .service-card:active{cursor:-webkit-grabbing;cursor:grabbing}.test-sec .swiper-slide-active .service-card:hover{transform:scale(.98)}.test-sec .head-tag{padding:10px 15px;border-radius:60px;border:1px solid #e4e4e4;width:-moz-fit-content;width:fit-content;font-size:15px;color:var(--primary-txt)}.test-sec .card-top{font-size:19px;max-width:95%;color:var(--primary-txt)}.test-sec .card-top span{color:#929292}.test-sec .card-img{width:68px;height:68px;border-radius:50%;border:.6px solid #d4d4d4}.test-sec .card-img-1{background:url(/_next/static/media/s1.9bd3b81e.png);background-position:50%;background-size:cover}.test-sec .card-img-2{background:url(/_next/static/media/s2.120d1ffa.png);background-position:50%;background-size:cover}.test-sec .card-img-3{background:url(/_next/static/media/s3.354ada0a.png);background-position:50%;background-size:cover}.test-sec .card-img-4{background:url(/_next/static/media/s4.ca406b11.png);background-position:50%;background-size:cover}.test-sec .card-img-5{background:url(/_next/static/media/s5.f6482d10.png);background-position:50%;background-size:cover}.test-sec .card-bottom{display:flex;align-items:center;gap:20px}.test-sec .card-bottom-txt{display:flex;flex-direction:column;color:#4a4a4a;gap:0}.test-sec .big{font-size:18px}.test-sec .sm-txt{font-size:14px}@media(max-width:680px){.test-sec{padding:40px 20px}.test-sec .swiper-slide-active{transform:scale(1)}.test-sec .service-card{height:400px;justify-content:space-between}.test-sec .sm-txt{font-size:14px}.test-sec .big{font-size:18px}}@media(max-width:400px){.test-sec{padding:40px 20px}.test-sec .swiper-slide{transform:scale(.9)}.test-sec .swiper-slide-active{transform:scale(1)}.test-sec .service-card{height:340px;padding:14px;justify-content:space-between}.test-sec .sm-txt{margin-bottom:5px;font-size:10px}.test-sec .card-bottom-txt{font-size:10px;margin-bottom:-5px}.test-sec .big{font-size:20px}}@media(max-width:350px){.test-sec{padding:40px 20px}.test-sec .swiper-slide{transform:scale(.9)}.test-sec .swiper-slide-active{transform:scale(1)}.test-sec .service-card{height:380px;padding:14px;justify-content:space-between}.test-sec .card-top{font-size:16px}.test-sec .sm-txt{margin-bottom:5px;font-size:10px}.test-sec .card-bottom-txt{font-size:10px;margin-bottom:-5px}.test-sec .big{font-size:20px}}