@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,[data-bs-theme=light]{--theme-text-color: #183B56;--bs-body-color: #183B56;--theme-primary-color: #fb754d;--theme-secondary-color: #fdb5a0;--theme-white-color: #ffffff}p{font-family:Poppins,sans-serif;font-weight:500;font-style:normal}body{font-family:Poppins,sans-serif;font-style:normal}h1{font-size:56px;font-weight:700}img{max-width:100%}h2{font-size:34px;font-weight:700;color:var(--theme-primary-color)}h3{font-size:18px;font-weight:600}#root{margin:0;padding:0;max-width:none;width:100%;height:auto}*{margin:0;padding:0}.contact-wrapper{background:url(/bg-img/image.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;height:100vh;display:flex;align-items:center;justify-content:center}.title-text{color:#fff;font-size:24px}.contact-heading{font-size:70px}.Headersticky .header-wrap{padding:10px 0!important}.country-text{color:#f26a41}.game-text{color:#fff}.industry-text{color:#bcd638}.contact-btn{background-color:#479dff;color:#fff;border-radius:4px;padding:17px 30px;font-size:22px;border:none}.bg-white.header-wrap{box-shadow:0 1px 6px #00000028;border-radius:50px;padding:10px 20px}.header-box .contact-button i{width:25px;height:25px;background-color:#fff;border-radius:50%;color:#fb754d;display:inline-flex;align-items:center;justify-content:center;font-size:14px;transform:rotate(-45deg);margin-left:8px}.Headersticky .bg-white.header-wrap{box-shadow:none;border-radius:0}.Headersticky{padding:0!important;position:sticky;top:0;background-color:#fff;z-index:9;box-shadow:0 1px 6px #00000028;transition:all .3s ease}.key-title{font-size:20px;color:#000;display:inline;border-bottom:2px solid #86BE40}.key-section{margin:100px 0 0}.key-heading{font-size:40px;color:#000;font-weight:600;margin:32px 0 0}.key-para{font-size:16px;color:#777}.heading-wrapper{max-width:880px;width:100%;padding:0 0 10px}.features-heading{color:#222;font-size:22px;font-weight:600}.features-deatils{color:#777;font-size:16px}.Registration{margin:100px 0}.Registration .form-wrapper{padding:50px;box-shadow:4px 4px 8px #0000000d;border-radius:8px;box-shadow:-2px -2px 4px #0000000d}.Registration .regi-heading{color:#a0a6ac;font-size:36px;font-weight:600}.Registration.label-text{color:#7c838b;font-size:14px;font-weight:600}.Registration.input-btn{border:1px solid #C6CBD0;border-radius:10px;font-size:14px;color:#a7adb4;padding:10px}.Registration .input-btn::placeholder{color:#a7adb4}.Registration .input-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.Registration .input-width{width:49%}@media screen and (max-width:576px){.Registration .input-width{width:100%}.contact-wrapper{height:70vh}.contact-heading{font-size:40px}.key-heading{font-size:30px;margin:10px 0 0}.Registration .form-wrapper{padding:30px}iframe[src*=recaptcha]{width:100%!important;height:670px!important;max-width:100%!important;transform:scale(1)!important;transform-origin:top left!important;display:block}.g-recaptcha{width:100%!important}.footer-wrapper{padding:20px 0}.header-logo{width:40%}.Contactbtn{font-size:16px;padding:7px 25px}.header-wrapper{padding:10px 0;display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width:578px) and (max-width:992px){.contact-wrapper{height:41vh}.contact-heading{font-size:50px}}.Registration .Submit-btn{background-color:#bcd638;color:#fff;font-size:16px;padding:10px 60px;border-radius:4px;border:none;margin:40px auto}.Registration .Submit-btn:hover{background-color:#f26a41bd}.btn-veiw{background-color:#bcd638}.btn-veiw:hover{background-color:#f26a41bd}.Contactbtn{background-color:#ec5b27;font-size:18px;color:#fff;padding:10px 30px;border:none;border-radius:4px}.Contactbtn:hover{background-color:#bcd638}.ant-select-multiple .ant-select-selection-overflow{position:relative;display:flex;flex:auto;flex-wrap:wrap;max-width:100%;padding:4px 2px!important}.ant-select-single{height:38px}.css-hlgwow{display:flex!important;align-items:center}.css-5rmex6-control{width:140px!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right:none!important}.css-je4924-control{width:140px!important}.main-header{position:sticky!important;top:0;background-color:#fff;z-index:2}.main-header:before{content:"";position:absolute;left:0;right:0;top:0;height:7px;width:100%;background-size:100% 100%}.captcha-display{min-width:150px;min-height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5 25%,#e0e0e0)}.captcha-container{background-color:#f8f9fa;padding:15px;border-radius:5px;border:1px solid #dee2e6}.swal2-confirm{background-color:#ec5b27!important}.swal2-cancel{background-color:#6c757d!important}.swal2-title{color:#333!important;font-size:1.5rem!important}.swal2-container{z-index:20000!important}.header-point{gap:30px}ul{padding-left:0}.dropdown-menu a{color:#000!important;border-bottom:none!important}.header-point li a{text-decoration:none;border-bottom:none;color:#000;transition:color .3s,border-bottom .3s;border-bottom:2px solid transparent;cursor:pointer}.header-point li:hover a{color:#e94b1b;border-bottom:2px solid #e94b1b}.contact-button{color:#fff;border:var(--theme-primary-color);background-color:var(--theme-primary-color);padding:10px 20px;border-radius:100px}.contact-button:hover{border:#e94b1b;background-color:#e94b1b}li{list-style:none}.Hero-Section{background-color:#fff;padding-top:6%;padding-bottom:6%}.Businesse,.smooth-payment{padding-top:4%;padding-bottom:4%}.logo-section{background-color:#fdebd1;padding:0}.payment-flow{background-color:var(--theme-secondary-color);position:relative;padding:4% 18%;overflow:hidden}.payment-flow .h1,.payment-flow .h2{bottom:-16px}.Business_Growth{background-color:var(--theme-secondary-color);color:#fff;padding:60px 0}.Business_Growth h2{color:var(--bs-body-color)}.growth-box-1{background-color:#fff;border-radius:20px;padding:120px 20px 20px;color:var(--bs-body-color);text-align:center;height:76%}.growth-box-1 p{padding:0;margin:0}.Business_Growth .rounded-xl:hover .growth-img{position:relative;border:4px solid var(--theme-secondary-color);box-shadow:none}.h1{position:absolute;bottom:0%;left:0%;width:auto}.h2{position:absolute;right:0%;bottom:0%;width:auto}.payment-box{background-color:#fff;border-radius:16px;padding:40px 60px}.payment-box li{padding:5px 0;font-weight:500;font-size:17px}.payment-box li i{padding-right:8px}.faq-box{border:1px solid #8DC63F;border-radius:10px;padding:10px 15px;margin-bottom:10px;cursor:pointer;background-color:#fff}summary{border-radius:12px;font-size:16px;font-weight:600;color:#333;outline:none;text-align:left;cursor:pointer;position:relative}details>summary:after{position:absolute;content:"+";right:10px;padding:0 6px;font-size:31px;top:-2px;font-weight:300}details[open]>summary:after{position:absolute;content:"-";right:15px;padding:0 6px;font-size:31px;top:-2px;font-weight:300}details>summary::-webkit-details-marker{display:none}details[open] summary~*{animation:sweep .8s ease-in-out;margin-left:10px}@keyframes sweep{0%{opacity:0;margin-top:-10px}to{opacity:1;margin-top:0}}.img-width,.img-widths{width:60%}details{background:#fff}summary{list-style:none}summary::-webkit-details-marker{display:none}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:1px solid #cacaca;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.card{box-shadow:0 4.15px 4.15px #0000000a;border:none;padding:15px;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word}.underline{width:80px;height:3px;background-color:#ff5722;border-radius:2px}.scale{background-image:url(/assets/scale-C8vEJhjr.png);background-repeat:no-repeat;background-position:right top}.scale-box{text-align:center;padding:4%}.contact-button-1{border:white;background-color:#fff;padding:6px 30px}.testimonial-container{display:flex;transition:transform .6s ease-in-out}.testimonial-card{background:#fbfbfb;border-radius:12px;clip-path:polygon(0% 100%,95% 100%,100% 80%,100% 0%,5% 0%,0% 20%);margin:0 1%}.testimonial-img{width:100px;height:100px;padding:10px;border:2px solid #ff7043;object-fit:cover;clip-path:polygon(0% 100%,72% 100%,100% 74%,100% 0%,30% 0%,0% 30%)}.testimonial-text{font-size:15px;color:#333;margin-bottom:10px}.arrow-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff4ec;border:none;width:28px;height:28px;border-radius:4px;font-size:14px;font-weight:700;color:#ff6b2c;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;transition:all .3s ease;z-index:10}.testimonial-section button{position:relative;background:#fff5e6;border:1px solid rgb(255,245,230);color:#f05a28;width:40px;height:40px;cursor:pointer;font-size:12px;border-radius:50%}.left-arrow{left:10px}.right-arrow{right:10px}.payment-made{padding-top:3%;padding-bottom:2%}.growth-img{display:block;margin:-100px auto auto;background-color:#fff;position:relative;top:100px;background:#fff;--border-radius: 1.424rem 1.424rem 1.424rem 1.424rem;box-shadow:0 0 30px #2626261c;border-radius:16px;padding:0;width:202px;border:0px solid}.smooth-box{padding-bottom:2%;padding-top:2%}.h-scroll-wrapper{width:100%;position:relative}.h-scroll-content{display:flex;animation:scrollLeft 15s linear infinite}.h-scroll-item{min-width:200px}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.h-scroll-wrapper:hover .h-scroll-content{animation-play-state:paused}@media only screen and (max-width: 1024px){span,p,li{font-size:14px}h1{font-size:28px}.switch,h2{font-size:26px}.growth-img{top:34px;width:auto}img{width:100%}.section2{padding:0}.h1{width:20%}.h2{width:16%}.growth-box-1{padding:122px 10px 10px}.growth-img{top:25%;width:184px}.gap_y100{gap:50px 0}}@media only screen and (max-width: 575px){.header-point{gap:12px;margin-top:10%}.contact-button{padding:6px 8px}.header-logo{width:100%}.img-fluid{width:80%}.testimonial-card{display:block!important;text-align:center}.testimonial-img{margin:0 auto 20px!important}.testimonial-wrapper{height:auto}.switch,h2{font-size:20px}h1{font-size:24px}.smart-box{border-right:none!important}.header-box{justify-content:space-between!important}.testimonial-text{font-size:12px}summary{font-size:12px}.growth-p{text-align:center}.payment-flow{padding:60px 20px}.growth-img{top:16px;width:auto}.growth-box-1{padding:6% 10px 10px}.Businesse,.smooth-box,.Business_Growth,.payment-made{padding:60px 0}}.smart-box:nth-child(3n){border-right:0!important}.cart-content{min-height:auto;position:unset;background-color:#fff;--border-radius: 1.424rem 1.424rem 1.424rem 1.424rem;box-shadow:0 0 30px #2626261c;border-radius:16px;padding:30px}.circle-main{margin:0 auto;width:480px;height:480px;position:relative}.big-circle{height:100%;width:100%;position:relative;border:2px solid #ff9f83;border-radius:50%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;animation:Rotate 40s linear infinite;-webkit-animation:Rotate 40s linear infinite}.icon-block{width:64px;height:64px;position:absolute;border-radius:50%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;background-color:#fff;border:2px solid #ff9f83}.icon-block img{margin:0 auto;width:80px;animation:Rotate-reverse 40s linear infinite;-webkit-animation:Rotate-reverse 40s linear infinite}.icon-block:first-child{top:0;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.icon-block:nth-child(2){top:50%;right:0;transform:translate(50%,-50%);-webkit-transform:translate(50%,-50%)}.icon-block:nth-child(3){bottom:0;left:50%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%)}.icon-block:nth-child(4){top:50%;left:0;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.circle{animation:circle-rotate 40s linear infinite;-webkit-animation:circle-rotate 40s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);-webkit-transform:translate(-50%,-50%) rotate(45deg);width:75%;height:75%;border:2px solid #8DC63F;border-radius:50%}.circle .icon-block{border:2px solid #8DC63F}.circle .icon-block img{animation:img-rotate 40s linear infinite;-webkit-animation:img-rotate 40s linear infinite}.center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.center-logo img{max-width:200px}@keyframes Rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes Rotate-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@-webkit-keyframes Rotate-reverse{0%{-webkit-transform:rotate(360deg)}to{-webkit-transform:rotate(0deg)}}@keyframes circle-rotate{0%{transform:translate(-50%,-50%) rotate(45deg)}to{transform:translate(-50%,-50%) rotate(405deg)}}@-webkit-keyframes circle-rotate{0%{-webkit-transform:translate(-50%,-50%) rotate(45deg)}to{-webkit-transform:translate(-50%,-50%) rotate(405deg)}}@keyframes img-rotate{0%{transform:rotate(-45deg)}to{transform:rotate(-405deg)}}@-webkit-keyframes img-rotate{0%{-webkit-transform:rotate(-45deg)}to{-webkit-transform:rotate(-405deg)}}@media (max-width: 575px){.circle-main{width:300px;height:300px}.icon-block img{width:45px}.icon-block{width:45px;height:45px}.center-logo img{max-width:100px}}.about-section ul{background:#fff;--border-radius: 1.424rem 1.424rem 1.424rem 1.424rem;box-shadow:0 0 30px #2626261c;border-radius:16px;padding:30px}.about-section li{padding:5px 0;font-weight:600;font-size:17px}.about-section li i{padding-right:6px}.peswitchul.list li{display:flex;align-items:baseline;gap:0px 10px;margin-bottom:10px}.peswitchul i{color:#ff6b2c}.head-section{color:var(--theme-text-color)}.faqs{padding:60px 0;background-color:var(--theme-secondary-color)}.faqs-inner{background-color:#fff;border:1px solid var(--theme-primary-color);padding:40px;border-radius:20px}.faqs-inner summary{border-color:var(--theme-primary-color);padding:10px 40px 10px 10px}footer .ftr-content{text-align:center;padding-top:20px}footer p.ftr-about{max-width:63%;margin:0 auto;padding-bottom:20px}ul.footerMenu{text-align:center}ul.footerMenu li{display:inline;margin:16px!important;cursor:pointer}.ftr-bottom{background-color:var(--theme-primary-color);padding:10px 0}.ftr-bottom p{padding:0;margin:0;color:var(--theme-white-color);font-size:15px}.fblink{text-align:right}.fblink a{color:var(--theme-white-color);text-decoration:none;font-size:15px}.fblink a:hover{color:#fdece6}.smart-box:hover{background:#fff;--border-radius: 1.424rem 1.424rem 1.424rem 1.424rem;box-shadow:0 0 30px #2626261c}.peswitch-solutions .smart-box:nth-last-child(-n+3){border-bottom:none!important}.peswitch-solutions img{width:100px!important;height:auto!important}.cartSectionHeading{position:sticky;top:51px}.cartSection .cart-content h2{font-size:28px}.cart-outer{position:relative}.cart-outer:before{content:"";position:absolute;top:66%;left:0;right:0;bottom:0;background:#fff}.cart-wrap{position:sticky;top:250px;min-height:80vh;padding:0}.cart-wrap .col-md-5{margin-top:6%}.cart-item-inner{background-repeat:no-repeat;background-size:auto auto;width:350px;padding:30px 20px;overflow:hidden;border-radius:30px;transform:rotate(-2deg);height:400px}.cart-wrap:nth-child(1) .cart-item-inner{background-position:bottom -80px right -70px;background-color:#f4ffe4}.cart-wrap:nth-child(2) .cart-item-inner{background-color:#cef4ff;background-position:left -195px;position:relative;left:20px;top:10px;transform:rotate(-6deg)}.cart-wrap:nth-child(3) .cart-item-inner{background-position:bottom -90px right -70px;background-color:#ffeccf;position:relative;left:48px;top:20px;transform:rotate(-12deg)}.cart-item-inner img{margin:auto;display:block;width:auto}.cart-content-inner{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#fff}.scroll-down{display:none}.cartSection.active .scroll-down{position:fixed;right:20px;top:0;bottom:0;background:#ebebeb;height:120px;margin:auto;text-align:center;border-radius:100px;display:flex;justify-content:center;width:60px;padding:20px}.chevron{position:absolute;width:28px;height:2px;opacity:0;transform:scale3d(.5,.5,.5);animation:move 3s ease-out infinite;margin:auto;top:50px}.chevron:first-child{animation:move 3s ease-out 1s infinite}.chevron:nth-child(2){animation:move 3s ease-out 2s infinite}.chevron:before,.chevron:after{content:" ";position:absolute;top:0;height:100%;width:51%;background:#000}.chevron:before{left:0;transform:skew(0,30deg)}.chevron:after{right:0;width:50%;transform:skew(0,-30deg)}@keyframes move{25%{opacity:1}33%{opacity:1;transform:translateY(30px)}67%{opacity:1;transform:translateY(40px)}to{opacity:0;transform:translateY(55px) scale3d(.5,.5,.5)}}.scroll-down .text{display:block;font-size:12px;color:#000;text-transform:uppercase;opacity:.25;animation:pulse 2s linear alternate infinite;margin-bottom:20px}@keyframes pulse{to{opacity:1}}@media (max-width: 1199px){.cart-item-inner{width:250px}.cart-item-inner img{height:135px}.circle-main{width:300px;height:300px}.icon-block img{width:45px}.icon-block{width:45px;height:45px}}@media (max-width: 767px){.scroll-down{display:none!important}.cart-wrap{position:unset;min-height:auto;padding-bottom:15px}.cart-item-inner{width:340px;transform:rotate(0)!important;margin:0 auto 40px;position:unset!important;height:auto}.cart-content-inner{height:auto!important}.growth-img{top:25%;width:145px}.growth-box-1{padding:94px 10px 10px;height:unset}.gap_y100{gap:0px 0}.payment-box{padding:60px 20px 30px}.cartSectionHeading{position:unset}.cart-wrap .col-md-5{margin-top:0}.cart-content{box-shadow:none;padding:0}.cart-outer:before{display:none}.peswitch-solutions .smart-box:nth-last-child(-n+3){border-bottom:1px solid #dfdcdc!important}.peswitch-solutions .smart-box:last-child{border:none!important;padding-bottom:0!important}.scale-box{padding:60px 0}.faqs-inner{padding:25px}.fblink,.copywriter{text-align:center}.ftr-content img{max-width:160px}.smart-box{border-right:0!important}}@media (max-width: 575px){.circle-main{width:300px;height:300px}.icon-block img{width:40px}.icon-block{width:45px;height:45px}.center-logo img{max-width:100px}footer p.ftr-about{max-width:100%}ul.footerMenu li{margin:10px!important}}.header-point a.active{color:#f60;font-weight:600;border-bottom:2px solid #ff6600;transition:all .3s ease}.fblink{color:#fff}.fblink a{padding:0 10px}.policycontent ul{margin:10px 0 10px 25px;padding:0;list-style:none}.policycontent ul li{position:relative;margin-bottom:8px;padding-left:24px}.policycontent ul li:before{content:"✔";position:absolute;left:0;top:0;color:#f60;font-weight:700}
