@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{border:0;box-sizing:border-box;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}:root{--color-bg:#00040f;--color-primary:#5ce1e6;--color-white:#fff;--color-light:hsla(0,0%,100%,.6);--transition:all 500ms ease;--container-width-lg:85%;--container-width-md:75%;--container-widht-sm:90%}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}body{background:#00040f;background:var(--color-bg);color:#fff;color:var(--color-white);font-family:Poppins,sans-serif;line-height:1.7}img{display:block;object-fit:cover;width:100%}h1{font-size:2.5rem}section{margin-top:8rem}section h4{font-size:2.5rem;font-weight:600;line-height:160%}a{color:#5ce1e6;color:var(--color-primary);transition:all .5s ease;transition:var(--transition)}a:hover{color:#fff;color:var(--color-white)}.container{margin:0 auto;width:85%;width:var(--container-width-lg)}.text-light{color:hsla(0,0%,100%,.6);color:var(--color-light);font-weight:400;max-width:420px}.btn{border:1px solid #5ce1e6;border:1px solid var(--color-primary);border-radius:10px;color:#fff;color:var(--color-white);cursor:pointer;display:inline-block;padding:.3rem .9rem;transition:all .5s ease;transition:var(--transition);width:-webkit-max-content;width:max-content}.btn:hover{background:#fff;background:var(--color-white);border-color:transparent}.btn-primary,.btn:hover{color:#00040f;color:var(--color-bg)}.btn-primary{background:#5ce1e6;background:var(--color-primary)}@media screen and (max-width:1024px){.container{width:75%;width:var(--container-width-md)}section{margin-top:6rem}}@media screen and (max-width:600px){.container{margin:0 1rem;width:var(--container-width-sm)}section{margin-bottom:3rem}section h4{font-size:1.9rem}}.about__container{display:grid;grid-template-columns:1fr 1fr}.about__left{gap:1.5rem}.about__left,.about__right{display:flex;flex-direction:column;justify-content:space-between}.about__right{gap:.5rem}.about__right-content{border-radius:20px;display:flex;justify-content:space-between;padding:1rem .5rem;transition:var(--transition)}.about__right-content:hover{background:linear-gradient(125.17deg,#272727,#11101d);box-shadow:0 20px 100px -10px rgba(66,71,91,.1)}.about__right-content h5{font-size:1.2rem;font-weight:500}.about__right-content-image{align-items:center;background-color:#09977c1a;border-radius:50%;display:flex;height:64px;justify-content:center;margin:auto;padding:1rem;width:64px}.about__right-content img{height:32px;width:32px}@media screen and (max-width:1024px){.about__container{grid-template-columns:1fr}.about__right{gap:2rem;margin-top:3rem}.about__right-content{-webkit-column-gap:1.5rem;column-gap:1.5rem;justify-content:flex-start}.about__right-content-image{margin:auto 0}.text-light{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.about__right-content-text{width:100%}}@media screen and (max-width:600px){.text-light{max-width:100%}}.billing__container{display:grid;grid-template-columns:1fr 1fr;margin-top:18rem}.billing__right{position:relative}.latest__transactions{-webkit-backdrop-filter:blur(15.2011px);backdrop-filter:blur(15.2011px);background:linear-gradient(113.08deg,#fff -242.51%,#14101d 85.56%);border-radius:10px;box-shadow:inset -.243217px -.243217px .364826px rgba(0,0,0,.36);max-width:335px;min-height:280px;padding:1.5rem 1.2rem}.latest__transactions h5{font-size:22px;font-weight:500;line-height:22px;margin-bottom:2rem}.transaction{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.2rem}.transaction img{display:inline;height:40px;width:40px}.transaction__details{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.transaction__details>div span{font-size:.75rem}article>p{font-size:.85rem}.make__transfer{-webkit-backdrop-filter:blur(15.2011px);backdrop-filter:blur(15.2011px);background:linear-gradient(113.08deg,#fff -242.51%,#14101d 85.56%);border-radius:10px;box-shadow:inset -.243217px -.243217px .364826px rgba(0,0,0,.36);flex-direction:column;gap:1.5rem;left:240px;max-width:230px;min-height:220px;padding:1.5rem 1rem;position:absolute;top:-180px;z-index:1000}.make__transfer,.make__transfer-party{align-items:center;display:flex;justify-content:space-between}.make__transfer-party{gap:1.2rem}.make__transfer-party img{height:56px;margin-right:.8rem;width:56px}.make__transfer-party h6{font-size:24px;font-weight:600;line-height:160%}.make__transfer span{font-size:12px;font-weight:400;line-height:160%}.make__transfer-amount{align-items:center;display:flex;gap:4rem;justify-content:space-between}.make__transfer a{text-align:center;width:100%}.billing__left{display:flex;flex-direction:column;justify-content:space-between}.billing__left img{display:inline;gap:1.5rem;height:40px;width:120px}.billing__left img:first-child{margin-right:3rem}@media screen and (max-width:1024px){.billing__container{grid-template-columns:1fr;margin-top:0}.make__transfer{left:384px;position:absolute;top:0}.billing__left{gap:2rem;margin-top:3rem}}@media screen and (max-width:600px){.latest__transactions{max-width:100%}.make__transfer{margin-top:1.2rem;max-width:100%;position:static}.make__transfer span{font-size:16px}.billing__left{gap:1.5rem;margin-top:1.5rem}}.cta__container{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(144.39deg,#fff -278.56%,#6d6d6d -78.47%,#11101d 91.61%);border-radius:20px;display:flex;justify-content:space-between;margin-bottom:5rem;padding:3rem 6rem}@media screen and (max-width:1024px){.cta__container{padding:2rem}}@media screen and (max-width:600px){.cta__container{flex-direction:column;gap:2.5rem;padding:1rem}}footer{background:rgba(11,10,12,.6)}.footer__container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:7rem;justify-content:space-between;padding-top:4.5rem}.footer-logo{padding:1rem .5rem}.footer-logo img{margin-bottom:1.8rem;width:200px}.footer-logo p{font-size:18px;font-weight:400;line-height:32px}.footer-links-box{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr 1fr;justify-content:stretch}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links p{margin-bottom:1.2rem}.copyright{border-top:1px solid #3f3e45;display:flex;justify-content:space-between;margin-top:2.5rem;padding:2rem 0}.footer__social-media img{display:inline-block;height:20px;margin:0 1.5rem;width:20px}@media screen and (max-width:1024px){.footer__container{gap:2rem;grid-template-columns:1fr;padding-top:1.5rem}.footer-logo{width:100%}.footer-links{-webkit-column-width:1fr;column-width:1fr}.footer-links-box{width:100%}.footer__social-media{margin:0 auto}.copyright{justify-content:center}}@media screen and (max-width:600px){.footer__container{gap:2rem;padding-top:1.5rem}}.hero__container{align-items:flex-end;display:flex;justify-content:space-between;margin-top:6rem}.hero__right-image{width:500px}.hero__left{display:flex;flex-direction:column;gap:2.5rem}.hero__left p{color:var(--color-light);line-height:1.7}#discount-image{display:inline-block;height:32px;width:32px}.discount__content{align-items:center;background:linear-gradient(125.17deg,#272727,#11101d);border-radius:10px;display:flex;padding:.5rem 1.25rem;width:-webkit-max-content;width:max-content}.discount__span{color:var(--color-white)}#tagline,.gradient-text{-webkit-text-fill-color:transparent;background-color:var(--color-primary);background:radial-gradient(64.18% 64.18% at 71.16% 35.69%,#def9fa .89%,#bef3f5 17.23%,#9dedf0 42.04%,#7de7eb 55.12%,#5ce1e6 71.54%,#33bbcf 100%);-webkit-background-clip:text;background-clip:text}.hero__left-content{display:inline-block;max-width:480px}.hero__bottom{display:flex;justify-content:space-between;margin-top:5rem}.hero__bottom h2{font-size:2.5rem;font-weight:600;line-height:130%}.hero__bottom h5{font-size:1.25rem;font-weight:400;line-height:130%}.hero__bottom-content{align-items:center;display:flex;gap:1.2rem;justify-content:center;position:relative}.hero__bottom-content>h2:after{background:radial-gradient(64.18% 64.18% at 71.16% 35.69%,#def9fa .89%,#bef3f5 17.23%,#9dedf0 42.04%,#7de7eb 55.12%,#5ce1e6 71.54%,#33bbcf 100%);bottom:0;content:"";display:inline-block;height:30px;left:10px;position:relative;width:3px}@media screen and (max-width:1024px){.hero__right{overflow:hidden}.hero__right-image{position:relative;right:40px}.hero__bottom{flex-wrap:wrap;gap:1rem}}@media screen and (max-width:600px){.discount__content{margin-top:7rem}.hero__container{flex-wrap:wrap;margin-top:2rem}.hero__right-image{margin-top:1rem}.hero__left{gap:1.5rem}.hero__bottom{flex-direction:column}.hero__bottom-content{margin-bottom:1rem}}nav{background-color:var(--color-bg);left:0;position:fixed;top:0;width:100%;z-index:5000}.nav__container{gap:2.6rem;height:50px;margin-top:2rem}.nav__container,.nav__container ul{align-items:center;display:flex;justify-content:space-between}.nav__container ul li{display:inline-block;margin:0 1.5rem}.nav__container ul li a{color:var(--color-white);opacity:.7}.nav__container ul li a.active,.nav__container ul li a:hover{opacity:1}#logo{width:114px}.hamburger-menu{display:none;margin:0 .5rem;padding:.2rem;width:35px}@media screen and (max-width:1024px){.nav__container{gap:.5rem;height:50px;margin-top:1rem}.nav__container ul li{margin:0 1rem}}@media screen and (max-width:600px){.hamburger-menu{display:block}.nav__container ul{display:none}.hamburger-menu ul{align-items:flex-end;background:linear-gradient(125.17deg,#272727,#11101d);flex-direction:column;gap:.75rem;min-width:140px;padding:1rem;position:absolute;right:0;top:6rem;transition:var(--transition)}.nav__container ul li{margin:0}}.pay__container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.pay__container-left{display:flex;flex-direction:column;gap:2rem}.pay__container-right{padding:0 4rem}.pay__container-right img{margin:auto}@media screen and (max-width:1024px){.pay__container{grid-template-columns:1fr}}@media screen and (max-width:600px){.pay__container-right img{margin:0}}.testimonials__top{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.testimonials__bottom{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr 1fr;margin-top:5rem}.testimonial img{height:48px;width:48px}.testimonial>img{height:28px;width:42px}.testimonial{border-radius:20px;cursor:default;display:flex;flex-direction:column;justify-content:space-between;padding:4rem 2.5rem;transition:var(--transition)}.testimonial:hover{background:linear-gradient(144.39deg,#fff -278.56%,#6d6d6d -78.47%,#11101d 91.61%)}.testimonial>p{margin-top:2.5rem}.testimonial-people{align-items:center;display:flex;gap:1.2rem;margin-top:2rem}.clients-section{display:flex;justify-content:space-between;margin:1rem 0}.client{height:80px;padding:1rem;width:192px}@media screen and (max-width:1024px){.testimonials__bottom{gap:1rem;grid-template-columns:1fr 1fr;margin-top:3rem}.testimonials__top{grid-template-columns:1fr}}@media screen and (max-width:600px){.testimonials__bottom{grid-template-columns:1fr}}
/*# sourceMappingURL=main.52d10c15.css.map*/