body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}header{background-color:#1c1d31;background-color:var(--body);border-bottom:1px solid #333446;border-bottom:1px solid var(--color1);padding:12px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1}header.scroll{border-bottom:none;box-shadow:0 2px 24px rgba(136,83,199,.4);padding:9px 0}header .container .header-grid{align-items:center;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;position:relative}@media screen and (max-width:992px){header .container .header-grid{display:flex;justify-content:space-between}}header .container .header-grid .header-logo{height:68px}header .container .header-grid .header-logo img{height:100%;object-fit:cover}header .container .header-grid .header-menu{display:flex;gap:8px}@media screen and (max-width:992px){header .container .header-grid .header-menu{display:none}}header .container .header-grid .header-menu a{border-radius:50px;color:#fff;color:var(--white);display:inline-block;font-size:16px;font-weight:500;line-height:19.36px;padding:8px 20px;text-decoration:none;transition:all .5s cubic-bezier(.165,.84,.44,1)}header .container .header-grid .header-menu a:hover{background:linear-gradient(110.61deg,rgba(195,107,214,.2) -10.33%,rgba(88,63,187,.3) 120.46%);color:#c36bd6;color:var(--color3)}header .container .header-grid .hamburger{cursor:pointer;display:none}@media screen and (max-width:992px){header .container .header-grid .hamburger{display:block}}header .container .header-grid .login-button{align-items:center;display:flex;gap:30px;justify-content:flex-end}@media screen and (max-width:1280px){header .container .header-grid .login-button{gap:20px}}@media screen and (max-width:992px){header .container .header-grid .login-button{display:none}}header .container .header-grid .login-button button{padding:12px 30px}@media screen and (max-width:1280px){header .container .header-grid .login-button button{padding:10px 28px}}header .container .header-grid .login-button p{color:#fff;color:var(--white);cursor:pointer;cursor:var(--theme-cursor-pointer);font-size:16px;font-weight:600;line-height:19.36px;text-decoration:none}header .container .mobile_menu{background-color:#1c1d31;background-color:var(--body);height:0;overflow:hidden;position:absolute;right:0;top:93px;transition:all .5s cubic-bezier(.165,.84,.44,1);width:100%}header .container .mobile_menu.open{height:100vh}header .container .mobile_menu.set_top{box-shadow:0 7px 20px -11px rgba(195,107,214,.44);top:86px}header .container .mobile_menu .menu_item{padding:50px 0}header .container .mobile_menu .menu_item p{border-radius:50px;font-size:18px;font-weight:500;margin:0 auto;padding:8px 18px;transition:all .5s cubic-bezier(.165,.84,.44,1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){header .container .mobile_menu .menu_item p{font-size:16px}}@media screen and (max-width:540px){header .container .mobile_menu .menu_item p{font-size:14px}}header .container .mobile_menu .menu_item p:hover{background:linear-gradient(110.61deg,rgba(195,107,214,.2) -10.33%,rgba(88,63,187,.3) 120.46%);color:#c36bd6;color:var(--color3)}footer .footer-background{background-color:#040312;background-color:var(--theme-primary-background-color);padding-top:100px}@media screen and (max-width:992px){footer .footer-background{padding-top:80px}}@media screen and (max-width:768px){footer .footer-background{padding-top:60px}}@media screen and (max-width:540px){footer .footer-background{padding-top:40px}}footer .footer-background .footer-heading .head{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:36px;font-weight:600;padding-bottom:30px;text-align:center}@media screen and (max-width:992px){footer .footer-background .footer-heading .head{font-size:34px;padding-bottom:26px}}@media screen and (max-width:768px){footer .footer-background .footer-heading .head{font-size:32px;padding-bottom:16px}}@media screen and (max-width:540px){footer .footer-background .footer-heading .head{font-size:26px}}footer .footer-background .footer-heading p{color:#f6f6f6;cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;line-height:25px;margin:0 auto;max-width:650px;text-align:center}@media screen and (max-width:992px){footer .footer-background .footer-heading p{font-size:15px}}@media screen and (max-width:768px){footer .footer-background .footer-heading p{font-size:14px}}footer .footer-background .footer-main-grid{grid-gap:40px;border-bottom:1px solid hsla(0,0%,100%,.302);display:grid;gap:40px;grid-template-columns:644px 1fr;margin-top:40px;padding-bottom:40px}@media screen and (max-width:992px){footer .footer-background .footer-main-grid{grid-template-columns:auto 1fr}}@media screen and (max-width:768px){footer .footer-background .footer-main-grid{gap:20px;grid-template-columns:1fr;padding-bottom:30px}}footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info{grid-gap:10px;display:grid;gap:10px}footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info .sub-contact p{color:#ffffff80;color:var(--theme-secondary-font-color50);cursor:pointer;cursor:var(--theme-cursor-pointer);font-size:16px;font-weight:400;max-width:428px;padding-bottom:18px}@media screen and (max-width:992px){footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info .sub-contact p{font-size:15px;padding-bottom:14px}}@media screen and (max-width:768px){footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info .sub-contact p{font-size:14px;max-width:none;padding-bottom:12px}}footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:375px){footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2{grid-template-columns:1fr}}footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2 .sub-contact p{color:#ffffff80;color:var(--theme-secondary-font-color50);cursor:pointer;cursor:var(--theme-cursor-pointer);font-size:16px;font-weight:400;padding-bottom:18px;transition:all .5s cubic-bezier(.165,.84,.44,1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2 .sub-contact p:hover{color:#c36bd6;color:var(--color3);text-decoration:underline}@media screen and (max-width:992px){footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2 .sub-contact p{font-size:15px;padding-bottom:14px}}@media screen and (max-width:768px){footer .footer-background .footer-main-grid .sub-grid-info .main-contact-info2 .sub-contact p{font-size:14px;padding-bottom:12px}}footer .footer-background .copy-right p{color:hsla(0,0%,100%,.4);cursor:default;cursor:var(--theme-cursor-default);padding:30px 0;text-align:center;text-transform:uppercase}@media screen and (max-width:992px){footer .footer-background .copy-right p{font-size:15px;padding-bottom:14px}}@media screen and (max-width:768px){footer .footer-background .copy-right p{font-size:14px;padding-bottom:12px}}.hero-banner-main-grid{grid-gap:30px;align-items:center;background-color:#1c1d31;background-color:var(--body);display:grid;gap:30px;grid-template-columns:repeat(2,1fr);height:calc(100vh - 93px);min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}@media screen and (max-width:1280px){.hero-banner-main-grid{grid-template-columns:1fr 500px}}@media screen and (max-width:992px){.hero-banner-main-grid{grid-template-columns:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:60px 0}}.hero-banner-main-grid .sub-grid-text{padding-left:110px}@media screen and (max-width:992px){.hero-banner-main-grid .sub-grid-text{padding:0 70px;text-align:center}}@media screen and (max-width:768px){.hero-banner-main-grid .sub-grid-text{padding:0 30px}}@media screen and (max-width:540px){.hero-banner-main-grid .sub-grid-text{padding:0 15px}}.hero-banner-main-grid .sub-grid-text h1{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:50px;font-weight:600;line-height:60.51px}@media screen and (max-width:1280px){.hero-banner-main-grid .sub-grid-text h1{font-size:48px;line-height:50.51px}}@media screen and (max-width:992px){.hero-banner-main-grid .sub-grid-text h1{font-size:42px}}@media screen and (max-width:768px){.hero-banner-main-grid .sub-grid-text h1{font-size:38px}}@media screen and (max-width:540px){.hero-banner-main-grid .sub-grid-text h1{font-size:34px}}.hero-banner-main-grid .sub-grid-text h1 span{-webkit-text-fill-color:transparent;background:linear-gradient(137.2deg,#bb66d6,#583fbb 104.15%),linear-gradient(0deg,#fff,#fff);-webkit-background-clip:text;background-clip:text}.hero-banner-main-grid .sub-grid-text p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:20px;font-weight:400;letter-spacing:.4px;line-height:26.3px;margin-top:14px}@media screen and (max-width:992px){.hero-banner-main-grid .sub-grid-text p{font-size:18px}}@media screen and (max-width:768px){.hero-banner-main-grid .sub-grid-text p{font-size:16px;margin-top:12px}}@media screen and (max-width:540px){.hero-banner-main-grid .sub-grid-text p{font-size:14px;margin-top:10px}}.hero-banner-main-grid .sub-grid-text button{align-items:center;background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1);border:none;border-bottom:1px solid #fff;border-bottom:1px solid var(--white);border-radius:52px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:16px;font-weight:600;margin-top:50px;padding:14px 20px;transition:.3 ease-in-out}@media screen and (max-width:992px){.hero-banner-main-grid .sub-grid-text button{margin:40px auto 0}}@media screen and (max-width:768px){.hero-banner-main-grid .sub-grid-text button{font-size:14px;margin-top:30px;padding:12px 16px}}@media screen and (max-width:540px){.hero-banner-main-grid .sub-grid-text button{margin-top:20px}}.hero-banner-main-grid .sub-grid-text button:hover{background:linear-gradient(207.41deg,#c36bd6 -4.84%,#583fbb 103.51%);background:var(--grad1hover)}.hero-banner-main-grid .sub-grid-text button svg{padding-left:10px}@media screen and (max-width:768px){.hero-banner-main-grid .sub-grid-text button svg{padding-left:6px}}.hero-banner-main-grid .sub-grid-image img{object-fit:cover}@media screen and (max-width:1280px){.hero-banner-main-grid .sub-grid-image{width:100%}}@media screen and (max-width:992px){.hero-banner-main-grid .sub-grid-image{display:none}}.service_section{background-color:#040312;background-color:var(--theme-primary-background-color);padding:100px 0}@media screen and (max-width:992px){.service_section{padding:80px 0}}@media screen and (max-width:768px){.service_section{padding:60px 0}}@media screen and (max-width:540px){.service_section{padding:40px 0}}.service_section .service-heading{padding-bottom:50px;text-align:center}@media screen and (max-width:992px){.service_section .service-heading{padding-bottom:40px}}@media screen and (max-width:768px){.service_section .service-heading{padding-bottom:30px}}@media screen and (max-width:540px){.service_section .service-heading{padding-bottom:20px}}.service_section .service-heading .heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:50px;font-weight:600;padding-bottom:24px;text-transform:uppercase}@media screen and (max-width:992px){.service_section .service-heading .heading{font-size:38px;padding-bottom:20px}}@media screen and (max-width:768px){.service_section .service-heading .heading{font-size:34px;padding-bottom:10px}}@media screen and (max-width:540px){.service_section .service-heading .heading{font-size:28px}}.service_section .service-heading p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;line-height:16.36px;margin:0 auto;max-width:807px}@media screen and (max-width:992px){.service_section .service-heading p{font-size:14px}}.service_section .main-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1280px){.service_section .main-grid{gap:26px}}@media screen and (max-width:992px){.service_section .main-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.service_section .main-grid{grid-template-columns:1fr}}.service_section .main-grid .sub-grid{background-color:#1c1d31;background-color:var(--body);border:1px solid transparent;border-radius:12px;padding:28px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:768px){.service_section .main-grid .sub-grid{margin:0 auto;max-width:510px}}.service_section .main-grid .sub-grid:hover{background:linear-gradient(99.61deg,rgba(195,107,214,.2) -10.33%,rgba(88,63,187,.2) 120.46%);box-shadow:0 0 35px 10px rgba(136,83,199,.2)}.service_section .main-grid .sub-grid:hover .card-heading h2{color:#c36bd6;color:var(--color3)}.service_section .main-grid .sub-grid:hover .card-heading p{opacity:.8}@media screen and (max-width:992px){.service_section .main-grid .sub-grid{padding:24px}}@media screen and (max-width:768px){.service_section .main-grid .sub-grid{padding:20px}}@media screen and (max-width:540px){.service_section .main-grid .sub-grid{padding:18px}}.service_section .main-grid .sub-grid .position{height:50px;position:relative;width:50px}.service_section .main-grid .sub-grid .position img{border-radius:8px}.service_section .main-grid .sub-grid .position .group-image{height:100%;left:50%;position:absolute;top:50%;width:100%}.service_section .main-grid .sub-grid .position .group-image img{border-radius:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.service_section .main-grid .sub-grid .card-heading h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:18px;font-weight:600;padding:16px 0;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.service_section .main-grid .sub-grid .card-heading h2{padding:12px 0}}@media screen and (max-width:768px){.service_section .main-grid .sub-grid .card-heading h2{font-size:16px;padding:10px 0}}@media screen and (max-width:540px){.service_section .main-grid .sub-grid .card-heading h2{font-size:14px}}.service_section .main-grid .sub-grid .card-heading p{color:#ffffff80;color:var(--theme-secondary-font-color50);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:768px){.service_section .main-grid .sub-grid .card-heading p{font-size:14px}}.finest_work_section{background-color:#1c1d31;background-color:var(--body);padding:100px 0}@media screen and (max-width:992px){.finest_work_section{padding:80px 0}}@media screen and (max-width:768px){.finest_work_section{padding:60px 0}}@media screen and (max-width:540px){.finest_work_section{padding:40px 0}}.finest_work_section .finest_work_heading{padding-bottom:50px;text-align:center}@media screen and (max-width:992px){.finest_work_section .finest_work_heading{padding-bottom:30px}}@media screen and (max-width:768px){.finest_work_section .finest_work_heading{padding-bottom:20px}}@media screen and (max-width:540px){.finest_work_section .finest_work_heading{padding-bottom:10px}}.finest_work_section .finest_work_heading .heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:50px;font-weight:600;text-transform:uppercase}@media screen and (max-width:992px){.finest_work_section .finest_work_heading .heading{font-size:38px}}@media screen and (max-width:768px){.finest_work_section .finest_work_heading .heading{font-size:34px}}@media screen and (max-width:540px){.finest_work_section .finest_work_heading .heading{font-size:28px}}.finest_work_section .main-flex{align-items:center;display:flex;gap:50px;padding-top:40px}.finest_work_section .main-flex:nth-child(3) .finest-image{order:2}.finest_work_section .main-flex:nth-child(3) .text-work{order:1}@media screen and (max-width:992px){.finest_work_section .main-flex:nth-child(3) .finest-image{order:1}.finest_work_section .main-flex:nth-child(3) .text-work{order:2}}.finest_work_section .main-flex:hover .finest-image img{box-shadow:0 0 45px 20px rgba(136,83,199,.1)}@media screen and (max-width:992px){.finest_work_section .main-flex{flex-direction:column;gap:0;padding-top:20px}}@media screen and (max-width:768px){.finest_work_section .main-flex{padding-top:10px}}.finest_work_section .main-flex .finest-image img{border-radius:18px;object-fit:cover;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.finest_work_section .main-flex .finest-image img{width:100%}.finest_work_section .main-flex .text-work{order:2;text-align:center}}.finest_work_section .main-flex .text-work:hover h2{-webkit-text-fill-color:transparent;background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1);-webkit-background-clip:text;background-clip:text}.finest_work_section .main-flex .text-work:hover p{opacity:.9}.finest_work_section .main-flex .text-work h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:40px;font-weight:600;padding:20px 0;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.finest_work_section .main-flex .text-work h2{font-size:36px;padding:14px 0}}@media screen and (max-width:768px){.finest_work_section .main-flex .text-work h2{font-size:32px;padding:6px 0}}@media screen and (max-width:540px){.finest_work_section .main-flex .text-work h2{font-size:28px;padding:0}}.finest_work_section .main-flex .text-work a,.finest_work_section .main-flex .text-work span{color:#ffffff80;color:var(--theme-secondary-font-color50);cursor:default;cursor:var(--theme-cursor-default);font-size:18px;font-weight:400;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.finest_work_section .main-flex .text-work a,.finest_work_section .main-flex .text-work span{font-size:16px}}@media screen and (max-width:768px){.finest_work_section .main-flex .text-work a,.finest_work_section .main-flex .text-work span{font-size:14px}}.finest_work_section .main-flex .text-work a a,.finest_work_section .main-flex .text-work span a{color:#583fbb;color:var(--color4);cursor:pointer;font-weight:600;text-decoration:underline}.finest_work_section .main-flex .text-work a a:hover,.finest_work_section .main-flex .text-work span a:hover{text-decoration:none}.technology_serve_sec{background-color:#040312;background-color:var(--theme-primary-background-color);padding:100px 0}@media screen and (max-width:992px){.technology_serve_sec{padding:80px 0}}@media screen and (max-width:768px){.technology_serve_sec{padding:60px 0}}@media screen and (max-width:540px){.technology_serve_sec{padding:40px 0}}.technology_serve_sec .technology_heading{padding-bottom:50px;text-align:center}@media screen and (max-width:992px){.technology_serve_sec .technology_heading{padding-bottom:40px}}@media screen and (max-width:768px){.technology_serve_sec .technology_heading{padding-bottom:30px}}@media screen and (max-width:540px){.technology_serve_sec .technology_heading{padding-bottom:20px}}.technology_serve_sec .technology_heading .heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:50px;font-weight:600;padding-bottom:24px;text-transform:uppercase}@media screen and (max-width:992px){.technology_serve_sec .technology_heading .heading{font-size:38px;padding-bottom:20px}}@media screen and (max-width:768px){.technology_serve_sec .technology_heading .heading{font-size:34px;padding-bottom:10px}}@media screen and (max-width:540px){.technology_serve_sec .technology_heading .heading{font-size:28px}}.technology_serve_sec .technology_heading p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;line-height:16.36px}@media screen and (max-width:992px){.technology_serve_sec .technology_heading p{font-size:14px}}.technology_serve_sec .grid-card-main{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);text-align:center}@media screen and (max-width:992px){.technology_serve_sec .grid-card-main{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.technology_serve_sec .grid-card-main{gap:20px;grid-template-columns:1fr}}.technology_serve_sec .grid-card-main .sub-card{cursor:pointer;cursor:var(--theme-cursor-pointer);transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:768px){.technology_serve_sec .grid-card-main .sub-card{margin:0 auto;max-width:393px}}.technology_serve_sec .grid-card-main .sub-card:hover h3{color:#c36bd6;color:var(--color3)}.technology_serve_sec .grid-card-main .sub-card:hover p{opacity:.9}.technology_serve_sec .grid-card-main .sub-card .image-flex{display:flex;justify-content:center}.technology_serve_sec .grid-card-main .sub-card .image-flex img{object-fit:cover;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:768px){.technology_serve_sec .grid-card-main .sub-card .image-flex img{height:70px;width:70px}}.technology_serve_sec .grid-card-main .sub-card h3{color:#fff;color:var(--white);font-size:24px;font-weight:600;padding:20px 0 3px;text-align:center;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.technology_serve_sec .grid-card-main .sub-card h3{font-size:22px;padding:16px 0 2px}}@media screen and (max-width:768px){.technology_serve_sec .grid-card-main .sub-card h3{font-size:20px;padding:12px 0 2px}}@media screen and (max-width:540px){.technology_serve_sec .grid-card-main .sub-card h3{font-size:18px;padding:4px 0 0}}.technology_serve_sec .grid-card-main .sub-card p{color:#ffffff80;color:var(--theme-secondary-font-color50);font-size:16px;font-weight:400;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.technology_serve_sec .grid-card-main .sub-card p{font-size:14px}}@media screen and (max-width:540px){.technology_serve_sec .grid-card-main .sub-card p{font-size:12px}}.got_project_in_mind{background-color:#1c1d31;background-color:var(--body);padding:100px 0;text-align:center}@media screen and (max-width:992px){.got_project_in_mind{padding:80px 0}}@media screen and (max-width:768px){.got_project_in_mind{padding:60px 0}}@media screen and (max-width:540px){.got_project_in_mind{padding:40px 0}}.got_project_in_mind .heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:50px;font-weight:600;padding-bottom:24px;text-transform:uppercase}@media screen and (max-width:992px){.got_project_in_mind .heading{font-size:38px;padding-bottom:20px}}@media screen and (max-width:768px){.got_project_in_mind .heading{font-size:34px;padding-bottom:10px}}@media screen and (max-width:540px){.got_project_in_mind .heading{font-size:28px}}.got_project_in_mind p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding-bottom:60px}@media screen and (max-width:992px){.got_project_in_mind p{font-size:14px;padding-bottom:50px}}@media screen and (max-width:768px){.got_project_in_mind p{padding-bottom:40px}}@media screen and (max-width:540px){.got_project_in_mind p{padding-bottom:30px}}.got_project_in_mind button{border-radius:10px;font-size:20px;padding:20px 28px}@media screen and (max-width:992px){.got_project_in_mind button{font-size:18px;padding:16px 24px}}@media screen and (max-width:768px){.got_project_in_mind button{font-size:16px;padding:12px 20px}}.blog_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.blog_head{padding:50px 0}}@media screen and (max-width:768px){.blog_head{padding:40px 0}}@media screen and (max-width:540px){.blog_head{padding:30px 0}}.blog_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center}@media screen and (max-width:992px){.blog_head h1{font-size:60px}}@media screen and (max-width:768px){.blog_head h1{font-size:54px}}@media screen and (max-width:540px){.blog_head h1{font-size:48px}}.blog_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.blog_head .flex-main .text-home p{border-right:1px solid #fff;border-right:1px solid var(--white);color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}.blog_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}.blog_herobanner{background-color:#040312;background-color:var(--theme-primary-background-color);padding:100px 0}@media screen and (max-width:992px){.blog_herobanner{padding:80px 0}}@media screen and (max-width:768px){.blog_herobanner{padding:60px 0}}@media screen and (max-width:540px){.blog_herobanner{padding:40px 0}}.blog_herobanner .main-grid-image{grid-gap:20px;display:grid;gap:20px;grid-template-columns:740px 1fr}@media screen and (max-width:1280px){.blog_herobanner .main-grid-image{gap:40px;grid-template-columns:1fr}}.blog_herobanner .main-grid-image .image-lg img{object-fit:cover;transition:all .5s cubic-bezier(.165,.84,.44,1);width:100%}.blog_herobanner .main-grid-image .image-lg img:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.blog_herobanner .main-grid-image .image-lg h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:26px;font-weight:700;padding:20px 0}@media screen and (max-width:992px){.blog_herobanner .main-grid-image .image-lg h2{font-size:24px;padding:16px 0}}@media screen and (max-width:768px){.blog_herobanner .main-grid-image .image-lg h2{font-size:20px;padding:12px 0}}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-lg h2{font-size:18px;padding:8px 0}}.blog_herobanner .main-grid-image .image-lg p{color:hsla(0,0%,100%,.698);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding-bottom:30px}@media screen and (max-width:992px){.blog_herobanner .main-grid-image .image-lg p{font-size:14px;padding-bottom:24px}}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-lg p{font-size:12px;padding-bottom:18px}}.blog_herobanner .main-grid-image .image-lg button{border-radius:6px;font-weight:400;padding:12px 23px}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-lg button{padding:8px 18px}}@media screen and (max-width:1280px){.blog_herobanner .main-grid-image .image-md{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.blog_herobanner .main-grid-image .image-md{gap:10px;grid-template-columns:1fr}}.blog_herobanner .main-grid-image .image-md .text-flex{display:flex;gap:20px;padding-top:10px}@media screen and (max-width:768px){.blog_herobanner .main-grid-image .image-md .text-flex{gap:8px}}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-md .text-flex .image-card img{width:100px}}.blog_herobanner .main-grid-image .image-md .text-flex .text-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);display:-webkit-box;font-size:16px;font-weight:500;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:992px){.blog_herobanner .main-grid-image .image-md .text-flex .text-card p{font-size:14px}}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-md .text-flex .text-card p{font-size:12px}}.blog_herobanner .main-grid-image .image-md .text-flex .text-card h3{border-bottom:1.6px solid #bb66d6;color:#bb66d6;color:var(--theme-header-menu-font-color);display:inline-block;font-size:16px;font-weight:600;line-height:19px;padding-top:10px}@media screen and (max-width:992px){.blog_herobanner .main-grid-image .image-md .text-flex .text-card h3{font-size:14px}}@media screen and (max-width:540px){.blog_herobanner .main-grid-image .image-md .text-flex .text-card h3{font-size:12px}}.new_blog_post{background-color:#1c1d31;background-color:var(--body);padding:100px 0}@media screen and (max-width:992px){.new_blog_post{padding:80px 0}}@media screen and (max-width:768px){.new_blog_post{padding:60px 0}}@media screen and (max-width:540px){.new_blog_post{padding:40px 0}}.new_blog_post .blog_post_heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:34px;font-weight:700;padding-bottom:50px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:992px){.new_blog_post .blog_post_heading{font-size:30px;padding-bottom:40px}}@media screen and (max-width:768px){.new_blog_post .blog_post_heading{font-size:28px;padding-bottom:30px}}@media screen and (max-width:540px){.new_blog_post .blog_post_heading{font-size:24px;padding-bottom:20px}}.new_blog_post .image-grid-card{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:992px){.new_blog_post .image-grid-card{gap:20px;grid-template-columns:1fr}}@media screen and (max-width:768px){.new_blog_post .image-grid-card{gap:10px}}.new_blog_post .image-grid-card .sub-card-image:hover img{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.new_blog_post .image-grid-card .sub-card-image:hover .blog_card_desc h3{border-color:#583fbb;border-color:var(--color4);color:#583fbb;color:var(--color4)}.new_blog_post .image-grid-card .sub-card-image:hover .blog_card_desc h4{opacity:.9}.new_blog_post .image-grid-card .sub-card-image img{transition:all .5s cubic-bezier(.165,.84,.44,1);width:100%}@media screen and (max-width:992px){.new_blog_post .image-grid-card .sub-card-image img{height:300px;width:auto}}@media screen and (max-width:768px){.new_blog_post .image-grid-card .sub-card-image img{height:250px}}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc{display:flex;flex-direction:column;justify-content:space-between}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc img{height:100%;width:100%}@media screen and (max-width:992px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc img{width:50%}}@media screen and (max-width:540px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc img{width:100%}}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc p{color:hsla(0,0%,100%,.6);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc p span{padding-left:10px}@media screen and (max-width:768px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc p{font-size:12px}}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);display:-webkit-box;font-size:18px;font-weight:500;margin:12px 0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:992px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc h4{font-size:16px;margin:3px 0}}@media screen and (max-width:768px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc h4{font-size:14px;margin:6px 0}}@media screen and (max-width:540px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc .desc h4{font-size:12px;margin:4px 0}}.new_blog_post .image-grid-card .sub-card-image .blog_card_desc h3{border-bottom:1.6px solid #bb66d6;color:#bb66d6;color:var(--theme-header-menu-font-color);display:inline-block;font-size:16px;font-weight:600;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc h3{font-size:14px}}@media screen and (max-width:540px){.new_blog_post .image-grid-card .sub-card-image .blog_card_desc h3{font-size:12px}}.popular_resources{background-color:#040312;background-color:var(--theme-primary-background-color);border-bottom:1px solid #4e4949;padding:100px 0}@media screen and (max-width:992px){.popular_resources{padding:80px 0}}@media screen and (max-width:768px){.popular_resources{padding:60px 0}}@media screen and (max-width:540px){.popular_resources{padding:40px 0}}.popular_resources .popular_res_heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:34px;font-weight:700;padding-bottom:50px;text-transform:capitalize}@media screen and (max-width:992px){.popular_resources .popular_res_heading{font-size:30px;padding-bottom:40px}}@media screen and (max-width:768px){.popular_resources .popular_res_heading{font-size:28px;padding-bottom:30px}}@media screen and (max-width:540px){.popular_resources .popular_res_heading{font-size:24px;padding-bottom:20px}}.popular_resources .popular-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 600px}@media screen and (max-width:1280px){.popular_resources .popular-grid{grid-template-columns:1fr}}@media screen and (max-width:992px){.popular_resources .popular-grid{grid-template-columns:1fr}}@media screen and (max-width:1280px){.popular_resources .popular-grid .popular-sub-grid{order:2}}.popular_resources .popular-grid .popular-sub-grid .popular-flex{display:flex;gap:30px;margin-top:20px}.popular_resources .popular-grid .popular-sub-grid .popular-flex:hover .popular-text p{color:#ffffff80;color:var(--theme-secondary-font-color50)}.popular_resources .popular-grid .popular-sub-grid .popular-flex:hover .popular-text h3{border-color:#583fbb;border-color:var(--color4);color:#583fbb;color:var(--color4)}@media screen and (max-width:992px){.popular_resources .popular-grid .popular-sub-grid .popular-flex{gap:20px}}@media screen and (max-width:768px){.popular_resources .popular-grid .popular-sub-grid .popular-flex{gap:14px}}@media screen and (max-width:540px){.popular_resources .popular-grid .popular-sub-grid .popular-flex{gap:8px}}.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-image img{object-fit:cover}@media screen and (max-width:540px){.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-image img{height:120px;width:120px}}.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text p{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:500;padding-bottom:20px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text p{font-size:14px;padding-bottom:12px}}@media screen and (max-width:540px){.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text p{font-size:12px;padding-bottom:8px}}.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text h3{border-bottom:1.6px solid #bb66d6;color:#bb66d6;color:var(--theme-header-menu-font-color);display:inline-block;font-size:16px;font-weight:600;line-height:19px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text h3{font-size:14px}}@media screen and (max-width:540px){.popular_resources .popular-grid .popular-sub-grid .popular-flex .popular-text h3{font-size:12px}}@media screen and (max-width:1280px){.popular_resources .popular-grid .popular-sub-grid-img{height:550px;order:1;width:100%}}.popular_resources .popular-grid .popular-sub-grid-img:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.popular_resources .popular-grid .popular-sub-grid-img img{object-fit:cover}@media screen and (max-width:1280px){.popular_resources .popular-grid .popular-sub-grid-img img{border-radius:12px;height:100%;width:100%}}@media screen and (max-width:992px){.popular_resources .popular-grid .popular-sub-grid-img{display:none}}.blog_details_herobanner{padding:100px 0}@media screen and (max-width:992px){.blog_details_herobanner{padding:80px 0}}@media screen and (max-width:768px){.blog_details_herobanner{padding:60px 0}}@media screen and (max-width:540px){.blog_details_herobanner{padding:40px 0}}.blog_details_herobanner .blog_detail_heading p{color:#8d8d8d;cursor:default;cursor:var(--theme-cursor-default);font-size:22px;font-weight:400px;text-align:center}@media screen and (max-width:992px){.blog_details_herobanner .blog_detail_heading p{font-size:20px}}@media screen and (max-width:768px){.blog_details_herobanner .blog_detail_heading p{font-size:18px}}@media screen and (max-width:540px){.blog_details_herobanner .blog_detail_heading p{font-size:16px}}.blog_details_herobanner .blog_detail_heading h1{cursor:default;cursor:var(--theme-cursor-default);font-size:40px;font-weight:700;padding:20px 0;text-align:center}@media screen and (max-width:992px){.blog_details_herobanner .blog_detail_heading h1{font-size:32px;padding:16px 0}}@media screen and (max-width:768px){.blog_details_herobanner .blog_detail_heading h1{font-size:28px;padding:12px 0}}@media screen and (max-width:540px){.blog_details_herobanner .blog_detail_heading h1{font-size:20px;padding:8px 0}}.blog_details_herobanner .blog_detail_heading img{object-fit:cover;width:100%}.blog_details_herobanner .text_paragraph p{color:#797979;color:var(--theme-blog-details-text-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding-top:30px}@media screen and (max-width:992px){.blog_details_herobanner .text_paragraph p{padding-top:20px}}@media screen and (max-width:768px){.blog_details_herobanner .text_paragraph p{font-size:14px;padding-top:14px}}@media screen and (max-width:540px){.blog_details_herobanner .text_paragraph p{font-size:12px;padding-top:12px}}.blog_detail_book{background-color:#000}.blog_detail_book .main-grid-blog-details{display:flex;justify-content:center}.blog_detail_book .main-grid-blog-details .bd-text{max-width:600px;padding:100px 0}@media screen and (max-width:992px){.blog_detail_book .main-grid-blog-details .bd-text{padding:80px 0}}@media screen and (max-width:768px){.blog_detail_book .main-grid-blog-details .bd-text{padding:60px 0}}@media screen and (max-width:540px){.blog_detail_book .main-grid-blog-details .bd-text{padding:40px 0}}.blog_detail_book .main-grid-blog-details .bd-text h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:26px;font-weight:700}@media screen and (max-width:992px){.blog_detail_book .main-grid-blog-details .bd-text h2{font-size:24px}}@media screen and (max-width:768px){.blog_detail_book .main-grid-blog-details .bd-text h2{font-size:22px}}@media screen and (max-width:540px){.blog_detail_book .main-grid-blog-details .bd-text h2{font-size:20px}}@media screen and (max-width:375px){.blog_detail_book .main-grid-blog-details .bd-text h2{font-size:18px}}.blog_detail_book .main-grid-blog-details .bd-text p{color:#f6f6f6;cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400;line-height:24px;padding-top:20px}@media screen and (max-width:992px){.blog_detail_book .main-grid-blog-details .bd-text p{padding-top:18px}}@media screen and (max-width:768px){.blog_detail_book .main-grid-blog-details .bd-text p{font-size:12px;padding-top:14px}}@media screen and (max-width:540px){.blog_detail_book .main-grid-blog-details .bd-text p{padding-top:10px}}.blog_detail_book .main-grid-blog-details .bd-text button{border-radius:10px;font-size:16px;font-weight:400;line-height:19.36px;margin-top:30px;padding:12px 22px}@media screen and (max-width:992px){.blog_detail_book .main-grid-blog-details .bd-text button{font-size:16px;padding:10px 20px}}@media screen and (max-width:768px){.blog_detail_book .main-grid-blog-details .bd-text button{font-size:14px;padding:6px 16px}}@media screen and (max-width:992px){.blog_detail_book .main-grid-blog-details .bd-image{display:none}}.blog_detail_book .main-grid-blog-details .bd-image img{display:block;height:100%;margin-left:120px;object-fit:cover}.blog_details_text_sec{padding-bottom:100px}@media screen and (max-width:992px){.blog_details_text_sec{padding-bottom:80px}}@media screen and (max-width:768px){.blog_details_text_sec{padding-bottom:60px}}@media screen and (max-width:540px){.blog_details_text_sec{padding-bottom:40px}}.blog_details_text_sec h3{font-size:24px;font-weight:800;padding:20px 0}@media screen and (max-width:992px){.blog_details_text_sec h3{font-size:20px;padding:18px 0}}@media screen and (max-width:768px){.blog_details_text_sec h3{font-size:18px;padding:14px 0}}@media screen and (max-width:540px){.blog_details_text_sec h3{font-size:16px;padding:10px 0}}.blog_details_text_sec ul{padding-left:30px}.blog_details_text_sec ul li{color:#797979;color:var(--theme-blog-details-text-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding:4px 0}@media screen and (max-width:768px){.blog_details_text_sec ul li{font-size:14px;padding:3px 0}}@media screen and (max-width:540px){.blog_details_text_sec ul li{font-size:12px;padding:2px 0}}.blog_details_text_sec h4{color:#797979;color:var(--theme-blog-details-text-color);font-size:16px;font-weight:400;padding-bottom:20px}@media screen and (max-width:992px){.blog_details_text_sec h4{padding-bottom:16px}}@media screen and (max-width:768px){.blog_details_text_sec h4{font-size:14px;padding-bottom:12px}}@media screen and (max-width:540px){.blog_details_text_sec h4{font-size:12px;padding-bottom:6px}}.blog_details_text_sec p{color:#797979;color:var(--theme-blog-details-text-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding-top:30px}@media screen and (max-width:992px){.blog_details_text_sec p{padding-top:20px}}@media screen and (max-width:768px){.blog_details_text_sec p{font-size:14px;padding-top:14px}}@media screen and (max-width:540px){.blog_details_text_sec p{font-size:12px;padding-top:12px}}.blog_details_text_sec img{margin-top:70px;width:100%}@media screen and (max-width:992px){.blog_details_text_sec img{margin-top:50px}}@media screen and (max-width:768px){.blog_details_text_sec img{margin-top:30px}}@media screen and (max-width:540px){.blog_details_text_sec img{margin-top:18px}}.service_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.service_head{padding:50px 0}}@media screen and (max-width:768px){.service_head{padding:40px 0}}@media screen and (max-width:540px){.service_head{padding:30px 0}}.service_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center;text-transform:uppercase}@media screen and (max-width:992px){.service_head h1{font-size:60px}}@media screen and (max-width:768px){.service_head h1{font-size:54px}}@media screen and (max-width:540px){.service_head h1{font-size:48px}}.service_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.service_head .flex-main .text-home p{border-right:1px solid #fff;border-right:1px solid var(--white);color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}.service_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}.service_page_card{background-color:#040312;background-color:var(--theme-primary-background-color);border-bottom:1px solid #4e4949;padding:100px 0}@media screen and (max-width:992px){.service_page_card{padding:80px 0}}@media screen and (max-width:768px){.service_page_card{padding:60px 0}}@media screen and (max-width:540px){.service_page_card{padding:40px 0}}.service_page_card .service-main-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:992px){.service_page_card .service-main-grid{grid-template-columns:repeat(1,1fr)}}.service_page_card .service-main-grid .service-sub-card{background-color:#1c1d31;background-color:var(--body);border-radius:8px;cursor:pointer;cursor:var(--theme-cursor-pointer);display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:all .5s cubic-bezier(.165,.84,.44,1)}.service_page_card .service-main-grid .service-sub-card:hover{box-shadow:0 0 35px 0 rgba(136,83,199,.4)}.service_page_card .service-main-grid .service-sub-card:hover .description h2{color:#c36bd6;color:var(--color3)}.service_page_card .service-main-grid .service-sub-card:hover .description p{opacity:.8}.service_page_card .service-main-grid .service-sub-card:hover h3{-webkit-text-fill-color:transparent;background:linear-gradient(207.41deg,#c36bd6 -4.84%,#583fbb 103.51%);background:var(--grad1hover);-webkit-background-clip:text}@media screen and (max-width:992px){.service_page_card .service-main-grid .service-sub-card{margin:0 auto;max-width:560px;padding:16px}}@media screen and (max-width:768px){.service_page_card .service-main-grid .service-sub-card{padding:12px}}@media screen and (max-width:540px){.service_page_card .service-main-grid .service-sub-card{padding:8px}}.service_page_card .service-main-grid .service-sub-card .description img{height:60px;width:60px}@media screen and (max-width:768px){.service_page_card .service-main-grid .service-sub-card .description img{height:50px;width:50px}}@media screen and (max-width:540px){.service_page_card .service-main-grid .service-sub-card .description img{height:40px;width:40px}}.service_page_card .service-main-grid .service-sub-card .description h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:22px;font-weight:600;padding:20px 0;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.service_page_card .service-main-grid .service-sub-card .description h2{font-size:20px;padding:16px 0}}@media screen and (max-width:768px){.service_page_card .service-main-grid .service-sub-card .description h2{font-size:18px;padding:12px 0}}@media screen and (max-width:540px){.service_page_card .service-main-grid .service-sub-card .description h2{font-size:16px;padding-top:8px 0}}.service_page_card .service-main-grid .service-sub-card .description p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.service_page_card .service-main-grid .service-sub-card .description p{font-size:14px}}@media screen and (max-width:768px){.service_page_card .service-main-grid .service-sub-card .description p{font-size:12px}}.service_page_card .service-main-grid .service-sub-card h3{-webkit-text-fill-color:transparent;background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1);-webkit-background-clip:text;font-size:18px;padding-top:20px;position:relative;transition:all .5s cubic-bezier(.165,.84,.44,1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.service_page_card .service-main-grid .service-sub-card h3:before{background:none repeat scroll 0 0 transparent;background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1);bottom:0;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s ease 0s,left .3s ease 0s;width:0}.service_page_card .service-main-grid .service-sub-card h3:hover:before{background:linear-gradient(207.41deg,#c36bd6 -4.84%,#583fbb 103.51%);background:var(--grad1hover);left:0;width:calc(100% - 26px)}@media screen and (max-width:992px){.service_page_card .service-main-grid .service-sub-card h3{font-size:16px;padding-top:16px}}@media screen and (max-width:768px){.service_page_card .service-main-grid .service-sub-card h3{font-size:14px;padding-top:12px}}@media screen and (max-width:540px){.service_page_card .service-main-grid .service-sub-card h3{font-size:12px;padding-top:8px}}.service_page_card .service-main-grid .service-sub-card h3 svg{margin-left:2px;transition:all .5s cubic-bezier(.165,.84,.44,1)}.mobile_app_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.mobile_app_head{padding:50px 0}}@media screen and (max-width:768px){.mobile_app_head{padding:40px 0}}@media screen and (max-width:540px){.mobile_app_head{padding:30px 0}}.mobile_app_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center}@media screen and (max-width:992px){.mobile_app_head h1{font-size:54px}}@media screen and (max-width:768px){.mobile_app_head h1{font-size:48px}}@media screen and (max-width:540px){.mobile_app_head h1{font-size:32px}}.mobile_app_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.mobile_app_head .flex-main .text-home p{border-right:1px solid #fff;border-right:1px solid var(--white);color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}@media screen and (max-width:768px){.mobile_app_head .flex-main .text-home p{font-size:12px}}.mobile_app_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}@media screen and (max-width:768px){.mobile_app_head .flex-main .text-blog{font-size:12px}}.mobile_app_page{padding:100px 0}@media screen and (max-width:992px){.mobile_app_page{padding:80px 0}}@media screen and (max-width:768px){.mobile_app_page{padding:60px 0}}@media screen and (max-width:540px){.mobile_app_page{padding:40px 0}}.mobile_app_page .detail_page_heading h2{color:#1c1d31;color:var(--body);font-size:40px;padding-bottom:20px;text-align:center}@media screen and (max-width:992px){.mobile_app_page .detail_page_heading h2{font-size:30px;padding-bottom:16px}}@media screen and (max-width:768px){.mobile_app_page .detail_page_heading h2{font-size:25px;padding-bottom:12px}}@media screen and (max-width:540px){.mobile_app_page .detail_page_heading h2{font-size:20px;padding-bottom:8px}}.mobile_app_page img{border:1px solid #000;border-radius:20px;width:100%}.mobile_app_page p{color:#797979;color:var(--theme-blog-details-text-color);cursor:default;cursor:var(--theme-cursor-default);font-size:16px;font-weight:400;padding-top:30px}@media screen and (max-width:992px){.mobile_app_page p{padding-top:20px}}@media screen and (max-width:768px){.mobile_app_page p{font-size:14px;padding-top:14px}}@media screen and (max-width:540px){.mobile_app_page p{font-size:12px;padding-top:12px}}.mobile_app_page ul{padding-left:36px;padding-top:20px}@media screen and (max-width:992px){.mobile_app_page ul{padding-left:30px;padding-top:16px}}@media screen and (max-width:768px){.mobile_app_page ul{padding-left:26px;padding-top:12px}}@media screen and (max-width:540px){.mobile_app_page ul{padding-left:20px;padding-top:8px}}.mobile_app_page ul li{color:#797979;color:var(--theme-blog-details-text-color);font-size:16px;font-weight:400;padding-bottom:8px}@media screen and (max-width:992px){.mobile_app_page ul li{padding-bottom:6px}}@media screen and (max-width:768px){.mobile_app_page ul li{font-size:14px;padding-bottom:4px}}@media screen and (max-width:540px){.mobile_app_page ul li{font-size:12px;padding-bottom:2px}}.mobile_app_page .main-grid-mob-app{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:40px 0}@media screen and (max-width:992px){.mobile_app_page .main-grid-mob-app{gap:10px;grid-template-columns:1fr;margin:20px 0}}.mobile_app_page .main-grid-mob-app .sub-mob-app-image:hover img{box-shadow:-4px 6px 59px -18px rgba(31,31,43,.48)}.mobile_app_page .main-grid-mob-app .sub-mob-app-image:hover .card_desc h3{border-color:#583fbb;border-color:var(--color4);color:#583fbb;color:var(--color4)}@media screen and (max-width:992px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image{display:flex}}@media screen and (max-width:768px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image{align-items:center;flex-direction:column;justify-content:center;text-align:center}}.mobile_app_page .main-grid-mob-app .sub-mob-app-image img{border:none;border-radius:8px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image img{height:100%;max-width:50%}.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc{padding-left:20px}}@media screen and (max-width:768px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc{padding-left:15px}}@media screen and (max-width:540px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc{padding-left:10px}}.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc p{color:rgba(79,79,79,.6);cursor:default;cursor:var(--theme-cursor-default);padding-top:0}@media screen and (max-width:768px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc p{padding-top:6px}}.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;color:var(--black);cursor:default;cursor:var(--theme-cursor-default);display:-webkit-box;font-size:18px;font-weight:500;margin:10px 0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:992px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h4{font-size:16px;margin:8px 0}}@media screen and (max-width:768px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h4{font-size:14px;margin:6px 0}}@media screen and (max-width:540px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h4{font-size:12px;margin:4px 0}}.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h3{border-bottom:2px solid #bb66d6;color:#bb66d6;color:var(--theme-header-menu-font-color);display:inline-block;font-size:18px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h3{font-size:16px}}@media screen and (max-width:768px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h3{font-size:14px}}@media screen and (max-width:540px){.mobile_app_page .main-grid-mob-app .sub-mob-app-image .card_desc h3{font-size:12px}}.contact_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.contact_head{padding:50px 0}}@media screen and (max-width:768px){.contact_head{padding:40px 0}}@media screen and (max-width:540px){.contact_head{padding:30px 0}}.contact_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center}@media screen and (max-width:992px){.contact_head h1{font-size:60px}}@media screen and (max-width:768px){.contact_head h1{font-size:54px}}@media screen and (max-width:540px){.contact_head h1{font-size:48px}}.contact_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.contact_head .flex-main .text-home p{border-right:1px solid #fff;color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}.contact_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}.contact_page{background-color:#040312;background-color:var(--theme-primary-background-color);border-bottom:1px solid #4e4949;padding:100px 0}@media screen and (max-width:992px){.contact_page{padding:80px 0}}@media screen and (max-width:768px){.contact_page{padding:60px 0}}@media screen and (max-width:540px){.contact_page{padding:40px 0}}.contact_page .contact_page_heading{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:40px;font-weight:600;padding-bottom:50px;text-align:center}@media screen and (max-width:992px){.contact_page .contact_page_heading{font-size:36px;padding-bottom:40px}}@media screen and (max-width:768px){.contact_page .contact_page_heading{font-size:30px;padding-bottom:30px}}@media screen and (max-width:540px){.contact_page .contact_page_heading{font-size:28px;padding-bottom:20px}}.contact_page .main-grid-form{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:1440px){.contact_page .main-grid-form{gap:60px}}@media screen and (max-width:1280px){.contact_page .main-grid-form{gap:40px}}@media screen and (max-width:992px){.contact_page .main-grid-form{gap:30px;grid-template-columns:1fr}}.contact_page .main-grid-form .conver-text h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:32px;font-weight:600;line-height:38px;padding-bottom:30px}@media screen and (max-width:992px){.contact_page .main-grid-form .conver-text h2{font-size:28px;padding-bottom:20px}}@media screen and (max-width:768px){.contact_page .main-grid-form .conver-text h2{font-size:24px;padding-bottom:15px}}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-text h2{font-size:20px;padding-bottom:10px}}.contact_page .main-grid-form .conver-text p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:20px;font-weight:400;padding-bottom:20px}@media screen and (max-width:992px){.contact_page .main-grid-form .conver-text p{font-size:18px;padding-bottom:16px}}@media screen and (max-width:768px){.contact_page .main-grid-form .conver-text p{font-size:16px;padding-bottom:12px}}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-text p{font-size:14px;padding-bottom:8px}}.contact_page .main-grid-form .conver-form{font-size:16px;width:100%}@media screen and (max-width:992px){.contact_page .main-grid-form .conver-form{margin:0 auto}}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-form{margin:0 auto}}.contact_page .main-grid-form .conver-form .lable{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-form .lable{font-size:12px}}.contact_page .main-grid-form .conver-form .input-name{margin:10px 0 30px;width:96%}.contact_page .main-grid-form .conver-form .input-name input{background-color:hsla(0,0%,100%,.102);border:none;border-radius:10px;color:#ffffffb2;color:var(--theme-secondary-font-color);font-size:14px;font-weight:400;padding:16px 0 12px 20px;width:100%}.contact_page .main-grid-form .conver-form .input-name input:focus{outline:none}@media screen and (max-width:992px){.contact_page .main-grid-form .conver-form .input-name input{padding:14px 0 14px 18px}}@media screen and (max-width:768px){.contact_page .main-grid-form .conver-form .input-name input{padding:12px 0 12px 16px}}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-form .input-name input{padding:10px 0 12px 14px}}.contact_page .main-grid-form .conver-form .input-name p{color:#8a1111}.contact_page .main-grid-form .conver-form textarea{background-color:hsla(0,0%,100%,.102);border:none;border-radius:10px;color:#ffffffb2;color:var(--theme-secondary-font-color);font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:200px;max-height:400px;overflow-y:hidden;padding:16px 0 16px 20px;resize:vertical;width:100%}.contact_page .main-grid-form .conver-form textarea:focus{outline:none}@media screen and (max-width:992px){.contact_page .main-grid-form .conver-form textarea{padding:14px 0 14px 18px}}@media screen and (max-width:768px){.contact_page .main-grid-form .conver-form textarea{padding:12px 0 12px 16px}}@media screen and (max-width:540px){.contact_page .main-grid-form .conver-form textarea{padding:10px 0 10px 14px}}.contact_page .main-grid-form .conver-form button{border-radius:6px;font-weight:400;padding:12px 32px}.about_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.about_head{padding:50px 0}}@media screen and (max-width:768px){.about_head{padding:40px 0}}@media screen and (max-width:540px){.about_head{padding:30px 0}}.about_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center}@media screen and (max-width:992px){.about_head h1{font-size:60px}}@media screen and (max-width:768px){.about_head h1{font-size:54px}}@media screen and (max-width:540px){.about_head h1{font-size:48px}}.about_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.about_head .flex-main .text-home p{border-right:1px solid #fff;border-right:1px solid var(--white);color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}.about_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}.about_page{background-color:#040312;background-color:var(--theme-primary-background-color);border-bottom:1px solid #4e4949;padding:100px 0}@media screen and (max-width:992px){.about_page{padding:80px 0}}@media screen and (max-width:768px){.about_page{padding:60px 0}}@media screen and (max-width:540px){.about_page{padding:40px 0}}.about_page .about-card-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:992px){.about_page .about-card-grid{gap:20px;grid-template-columns:1fr}}@media screen and (max-width:768px){.about_page .about-card-grid{gap:10px}}.about_page .about-card-grid .about-sub-card{background-color:#1c1d31;background-color:var(--body);border:1px solid transparent;border-radius:10px;padding:30px;transition:all .5s cubic-bezier(.165,.84,.44,1)}.about_page .about-card-grid .about-sub-card:hover{background:rgba(195,107,214,.1);box-shadow:inset 0 0 205px -78px rgba(88,63,187,.37)}.about_page .about-card-grid .about-sub-card:hover h2{color:#c36bd6;color:var(--color3)}@media screen and (max-width:992px){.about_page .about-card-grid .about-sub-card{margin:0 auto;max-width:560px;padding:20px}}@media screen and (max-width:768px){.about_page .about-card-grid .about-sub-card{padding:16px}}@media screen and (max-width:540px){.about_page .about-card-grid .about-sub-card{padding:10px}}.about_page .about-card-grid .about-sub-card img{object-fit:cover}@media screen and (max-width:992px){.about_page .about-card-grid .about-sub-card img{height:100px;width:100px}}@media screen and (max-width:768px){.about_page .about-card-grid .about-sub-card img{height:80px;width:80px}}@media screen and (max-width:540px){.about_page .about-card-grid .about-sub-card img{height:60px;width:60px}}.about_page .about-card-grid .about-sub-card h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:30px;font-weight:600;padding:18px 0;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.about_page .about-card-grid .about-sub-card h2{font-size:26px;padding:14px 0}}@media screen and (max-width:768px){.about_page .about-card-grid .about-sub-card h2{font-size:22px;padding:10px 0}}@media screen and (max-width:540px){.about_page .about-card-grid .about-sub-card h2{font-size:20px;padding:6px 0}}.about_page .about-card-grid .about-sub-card p{color:#ffffffb2;color:var(--theme-secondary-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:20px;font-weight:400;margin-bottom:20px;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.about_page .about-card-grid .about-sub-card p{font-size:18px}}@media screen and (max-width:768px){.about_page .about-card-grid .about-sub-card p{font-size:16px}}@media screen and (max-width:540px){.about_page .about-card-grid .about-sub-card p{font-size:14px}}.product_head{background-color:#1c1d31;background-color:var(--body);background-image:url(/static/media/Asset%201%202.b45d9c76a491000678c7.png);padding:60px 0}@media screen and (max-width:992px){.product_head{padding:50px 0}}@media screen and (max-width:768px){.product_head{padding:40px 0}}@media screen and (max-width:540px){.product_head{padding:30px 0}}.product_head h1{color:#bb66d6;color:var(--theme-header-menu-font-color);cursor:default;cursor:var(--theme-cursor-default);font-size:64px;font-weight:700;text-align:center;text-transform:uppercase}@media screen and (max-width:992px){.product_head h1{font-size:60px}}@media screen and (max-width:768px){.product_head h1{font-size:54px}}@media screen and (max-width:540px){.product_head h1{font-size:48px}}.product_head .flex-main{align-items:center;display:flex;gap:10px;justify-content:center}.product_head .flex-main .text-home p{border-right:1px solid #fff;border-right:1px solid var(--white);color:#fff;color:var(--white);font-size:14px;font-weight:400;padding-right:10px;text-decoration:none}.product_head .flex-main .text-blog{color:#583fbb;color:var(--color4);cursor:default;cursor:var(--theme-cursor-default);font-size:14px;font-weight:400}body{color:#fff;color:var(--white);font-family:Lato,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}a,button{font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;text-decoration:none}ul,ul li{margin:0;padding:0}::selection{-webkit-background-clip:text;background-clip:text;background-color:#bb66d6;color:#fff}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#6f7e90;background:var(--color2)}::-webkit-scrollbar-thumb{background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1)}::-webkit-scrollbar-thumb:hover{background:#333446;background:var(--color1)}.container{box-sizing:border-box;margin:0 auto;max-width:1280px;padding:0 30px}@media screen and (max-width:1280px){.container{max-width:992px;padding:0 20px}}@media screen and (max-width:992px){.container{padding:0 30px}}@media screen and (max-width:768px){.container{padding:0 30px}}.container2{box-sizing:border-box;margin:0 auto;max-width:500px}:root{--theme-primary-background-color:#040312;--theme-header-menu-font-color:#bb66d6;--theme-blog-details-text-color:#797979;--theme-cursor-default:default;--theme-cursor-pointer:pointer;--body:#1c1d31;--white:#fff;--black:#000;--color1:#333446;--color2:#6f7e90;--color3:#c36bd6;--color4:#583fbb;--grad1:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);--grad1hover:linear-gradient(207.41deg,#c36bd6 -4.84%,#583fbb 103.51%);--grad2-hover:linear-gradient(99.61deg,#6f7e90 -10.33%,#1c1d31 120.46%);--grad3-hover:linear-gradient(99.61deg,#1c1d31 -10.33%,#6f7e90 120.46%);--theme-secondary-font-color:#ffffffb2;--theme-secondary-font-color50:#ffffff80;scroll-behavior:smooth}button{background:linear-gradient(207.41deg,#583fbb -4.84%,#c36bd6 103.51%);background:var(--grad1);border:none;border-radius:52px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){button{font-size:16px;padding:16px 24px}}@media screen and (max-width:768px){button{font-size:14px;padding:12px 20px}}button:hover{background:linear-gradient(207.41deg,#c36bd6 -4.84%,#583fbb 103.51%);background:var(--grad1hover)}.main-background-color-product{background-color:#040312;background-color:var(--theme-primary-background-color);border-bottom:1px solid #4e4949;padding:100px 0}@media screen and (max-width:992px){.main-background-color-product{padding:80px 0}}@media screen and (max-width:768px){.main-background-color-product{padding:60px 0}}@media screen and (max-width:540px){.main-background-color-product{padding:40px 0}}.main-background-color-product:nth-child(2){background-color:#1c1d31;background-color:var(--body)}.main-background-color-product:nth-child(2) .main-part-flex .sub-image-product{order:2}.main-background-color-product:nth-child(2) .main-part-flex .sub-text-product{order:1}@media screen and (max-width:992px){.main-background-color-product:nth-child(2) .main-part-flex .sub-image-product{order:1}.main-background-color-product:nth-child(2) .main-part-flex .sub-text-product{order:2}}.main-background-color-product .main-part-flex{align-items:center;display:flex;gap:80px}.main-background-color-product .main-part-flex:hover .sub-text-product h2{color:#c36bd6;color:var(--color3)}.main-background-color-product .main-part-flex:hover .sub-text-product p{opacity:.9}@media screen and (max-width:1280px){.main-background-color-product .main-part-flex{gap:40px}}@media screen and (max-width:992px){.main-background-color-product .main-part-flex{flex-direction:column;gap:30px}}@media screen and (max-width:768px){.main-background-color-product .main-part-flex{gap:20px}}@media screen and (max-width:540px){.main-background-color-product .main-part-flex{gap:10px}}.main-background-color-product .main-part-flex .sub-image-product{border-radius:10px}.main-background-color-product .main-part-flex .sub-image-product img{border-radius:10px;display:block;object-fit:cover;transition:all .5s cubic-bezier(.165,.84,.44,1);width:100%}.main-background-color-product .main-part-flex .sub-image-product img:hover{box-shadow:0 0 45px 20px rgba(136,83,199,.3)}.main-background-color-product .main-part-flex .sub-text-product{max-width:603px}@media screen and (max-width:1280px){.main-background-color-product .main-part-flex .sub-text-product{max-width:500px}}@media screen and (max-width:992px){.main-background-color-product .main-part-flex .sub-text-product{max-width:none}}.main-background-color-product .main-part-flex .sub-text-product h2{color:#fff;color:var(--white);cursor:default;cursor:var(--theme-cursor-default);font-size:36px;font-weight:600;padding-bottom:16px;transition:all .5s cubic-bezier(.165,.84,.44,1);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:992px){.main-background-color-product .main-part-flex .sub-text-product h2{font-size:32px;padding-bottom:14px}}@media screen and (max-width:768px){.main-background-color-product .main-part-flex .sub-text-product h2{font-size:28px;padding-bottom:12px}}@media screen and (max-width:540px){.main-background-color-product .main-part-flex .sub-text-product h2{font-size:22px;padding-bottom:9px}}.main-background-color-product .main-part-flex .sub-text-product span{color:#adadad;cursor:default;cursor:var(--theme-cursor-default);font-size:18px;font-weight:400;transition:all .5s cubic-bezier(.165,.84,.44,1)}@media screen and (max-width:992px){.main-background-color-product .main-part-flex .sub-text-product span{font-size:16px}}@media screen and (max-width:768px){.main-background-color-product .main-part-flex .sub-text-product span{font-size:14px}}@media screen and (max-width:540px){.main-background-color-product .main-part-flex .sub-text-product span{font-size:12px}}.main-background-color-product .main-part-flex .sub-text-product span a{color:#583fbb;color:var(--color4);text-decoration:underline}.main-background-color-product .main-part-flex .sub-text-product span a:hover{text-decoration:none}
/*# sourceMappingURL=main.d916574b.css.map*/