@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.montserant {
    font-family: "Montserrat", sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

/* reset end */

.switch-container {
    top: -29px;
    left: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 34px;
}

.slider::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider::before {
    transform: translateX(9px);
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.icon1 {
    right: 0;
    width: 120px;
    top: 93px;
}

.icon2 {
    left: 15px;
    top: 230px;
    width: 85px;
    transform: rotate(-65deg);
}

.icon3 {
    right: 9%;
    width: 65px;
    top: 500px;
    transform: rotate(-58deg);
}

.icon4 {
    left: 25%;
    width: 100px;
    bottom: 470px;
    transform: rotate(-5deg);
}

.icon5 {
    bottom: -77px;
    z-index: 1;
    left: 40%;
    width: 100px;
    transform: rotate(-46deg);
}

.icon6 {
    bottom: -200px;
    right: -30px;
    width: 80px;
    transform: rotate(-47deg);
}

.icon7 {
    top: 30px;
    right: 30px;
}

.icon8 {
    width: 30px;
    right: 40%;
    bottom: -50px;
}

.container {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.btn {
    background: #9EFA19;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border: 0;
    outline: none;
    border-radius: 15px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
}

.space-bettwen {
    justify-content: space-between;
}

.header-container {
    border-radius: 15px;
    align-items: center;
    margin-top: 81px;
    margin-bottom: 75px;
    padding: 12px;
}

.header-container .logo {
    margin-top: 7px;
    height: 30px;
}

.header-container ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header-container ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.68px;
    letter-spacing: 0%;
}

h1 {
    font-weight: 600;
    font-size: 86px;
    line-height: 95px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.hero-container {
    align-items: center;
    margin-top: 15px;
    padding: 0 10%;
}

.hero-container p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
    margin-bottom: 35px;
    max-width: 530px;
}

.hero-images {
    position: relative;
    text-align: center;
}

.hero-images img {
    width: auto;
    height: 431px;
    z-index: 2;
}

.hero-images img:nth-child(2) {
    position: absolute;
    height: 270px;
    z-index: -1;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: 55px;
}

.socials {
    gap: 25px;
    align-items: center;
}

.socials div {
    display: flex;
    gap: 25px;
    align-items: end;
}

.socials a.btn {
    box-shadow: 0px 0px 5px 0px #B1EC52;
    /* width: 307px; */
    font-weight: 400;
    font-size: 20px;
    line-height: 44.8px;
    letter-spacing: 0%;
    height: 55px;
}

.hero-banner {
    width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 101px;
    border-radius: 20px;
}

.charger-container {
    align-items: center;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.charger-container .main-img {
    transform: scale(1.5);
    margin-right: 25px;
    max-width: 322px;
}

.charger-box {
    margin-top: 55px;
}

.charger-box img {
    height: 69px;
    width: 69px;
    object-fit: cover;
    margin-bottom: 20px;
}

.charger-box p {
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
}

.charger-box p b {
    font-weight: 600;
}

.how-header h3 {
    font-weight: 700;
    font-size: 80.44px;
    line-height: 96.8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 7px;
    position: relative;
}

.how-header h3 img {
    position: absolute;
    right: -33px;
    top: -22px;
    z-index: -1;
}

.how-title {
    height: 110px;
    line-height: 110px;
    background-color: transparent;
    padding: 0 70px 0 30px;
    position: relative;
}

.how-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
}

.how-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 30px;
    z-index: 2; 
    background: #f4f4f4;
}

.how-header .how-white {
    flex: 1;
    box-shadow: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.how-body {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 75px;
    padding-bottom: 25px;
    position: relative;
}

.how-section {
    padding: 10px 55px;
    justify-content: space-between;
    align-items: center;
}

.how-section.rtl {
    flex-direction: row-reverse;
}

.how-section .title {
    position: relative;
    background: #84f8bb;
    border-radius: 16px;
}

.how-section .title div {
    height: 60px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 35px;
    line-height: 61.78px;
    display: inline-block;
    padding-left: 145px;
    padding-right: 20px;
}

.how-section:nth-child(3) .title div {
    padding-left: 155px;
}

.how-section:nth-child(4) .title div,
.how-section:nth-child(2) .title div {
    padding-left: 165px;
}

.how-section .title h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 600;
    font-size: 100px;
    line-height: 61.78px;
    letter-spacing: 0%;
}

.how-section p {
    margin-top: 20px;
    font-weight: 300;
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 0%;
    max-width: 472px;
}

.how {
    padding-top: 20px;
    margin-top: 81px;
}

.download-container {
    margin-top: 151px;
    margin-bottom: 302px;
}

.download h3 {
    font-weight: 500;
    font-size: 49.48px;
    line-height: 59.31px;
    letter-spacing: 0%;
    max-width: 620px;
    margin-bottom: 45px;
}

.download .box {
    border-radius: 30px;
    padding: 45px 30px;
    position: relative;
    margin-bottom: 15px;
}

.download .box img {
    position: absolute;
    right: -3%;
    top: 0;
    margin-top: -20%;
    height: 700px;
}

.download .box h4 {
    font-weight: 600;
    font-size: 60px;
    line-height: 79.07px;
    letter-spacing: 0%;
}

.download .box p {
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0%;
}

footer {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 101px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

footer .footer-logo {
    height: 30px;
}

.footer-container>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.footer-container>a {
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    display: block;
    margin: 35px auto 60px auto;
}

.footer-container>.info {
    justify-content: space-between;
    margin-bottom: 60px;
}

footer>p {
    color: #ACACAC;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.footer-container>.info h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
}

.footer-container>.info>div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-container>.info a {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    font-weight: 500;
}

.footer-container>.info>div>div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer-container>.info>div>div.footer-links {
    gap: 8px;
}

.align-center {
    align-items: center;
}

.faq {
    margin-top: 101px;
}

.faq h3 {
    font-weight: 700;
    font-size: 79.44px;
    line-height: 96.8px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.faq-items {
    gap: 15px;
    flex-wrap: wrap;
    align-items: start;
}

.faq-item {
    flex: 1;
    min-height: 88px;
    min-width: 44%;
    border-radius: 10px;
    padding: 15px 25px;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.faq-item h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27.99px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 56px; */
    gap: 35px;
}

.faq-item h5 img {
    transition: all 0.3s ease-in-out;
}

.faq-item p {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
}

.faq-item.active p {
    max-height: 300px;
    margin-top: 12px;
}

.faq-item h5 svg {
    transition: all 0.3s ease-in-out;
    min-width: 25px;
    max-width: 25px;
}

.faq-item.active h5 svg {
    transform: rotate(180deg);
}

.business-container {
    padding: 21px 20px 55px 0;
    border-radius: 30px;
    border-top-left-radius: 0;
    overflow: hidden;
}

.bussines-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
}

.business-container>div {
    gap: 35px;
}

.business-container>div>img {
    width: 55%;
    margin-left: -14%;
}

.bussines-item {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0 20px;
    height: 42px;
    border-radius: 70px;
}

.business-container .center>a {
    display: inline-flex;
    align-items: center;
    margin-top: 35px;
    background: linear-gradient(123.69deg, #4DFBB6 -2.33%, #2E956C 152.35%);
}

.business-container h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 59.31px;
    margin: 30px 0;
}

.business-container p {
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0%;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 32px;
    max-width: 450px;
}

.business-container .center>a img {
    position: relative;
    top: 3px;
}

.center {
    text-align: center;
}

.mobile,
.icon-mobile-dark,
.menu,
.icon-mobile {
    display: none;
}

@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }

    .faq-item.active p {
        padding: 0 10px;
    }

    header .contact-us {
        display: none;
    }

    .how-body .how-section:nth-child(2) img {
        /* transform: rotate(10deg); */
        position: relative;
        top: -20px;
    }

    .how-body .how-section:nth-child(4) img {
        /* transform: rotate(0deg); */
        position: relative;
        top: -20px;
    }

    .menu {
        align-items: center;
        display: flex;
    }

    .mobile {
        display: block;
    }

    .swipe {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .menu>span {
        position: relative;
        width: 20px;
        cursor: pointer;
        top: -3px;
    }

    .menu>span span {
        position: absolute;
        display: block;
        width: 20px;
        height: 2px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        top: 0;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    .menu>span span:nth-child(2) {
        width: 15px;
        margin-left: auto;
        top: 3px;
    }

    .menu>span span:nth-child(3) {
        top: 6px;
    }

    .menu>span.active span:nth-child(2) {
        opacity: 0;
    }

    .menu>span.active span:nth-child(1) {
        transform: rotate(45deg) translate(2px, 0px);
    }

    .menu>span.active span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .icon-mobile-dark,
    .icon-mobile {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -1;
        top: -100px;
    }

    .icon1 {
        top: -24px;
        width: 70px;
        transform: rotate(-25deg);
        left: 50%;
    }

    .hero-container {
        padding: 0;
    }

    .header-container ul {
        position: fixed;
        top: -110%;
        left: 0;
        z-index: 3;
        width: 100%;
        flex-direction: column;
        background: #fff;
        padding: 20px 0;
        gap: 25px;
        transition: all 0.3s ease-in-out;
    }

    .header-container ul.active {
        top: 80px;
    }

    .header-container .logo {
        height: 19px;
    }

    body .header-container {
        margin-top: 27px;
        margin-bottom: 35px;
        height: auto;
        background-color: transparent;
        padding: 0;
    }

    body.fixed {
        height: 100%;
        overflow: hidden;
    }

    .btn {
        height: 36px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .bottom-top {
        flex-direction: column;
        padding: 0 30px;
    }

    .bottom-top>a>img {
        width: 100%;
    }

    .bottom-top div div img {
        height: 27px;
    }

    .faq-items {
        gap: 0;
    }

    .faq-item {
        min-width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .faq-item h5 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        height: 44px;
        padding: 0 6px;
    }

    .faq-item h5 img {
        width: 17px;
    }

    .faq {
        margin-top: 81px;
    }

    .faq h3 {
        font-size: 55px;
        line-height: 65px;
    }

    .how-header h3 {
        font-weight: 700;
        font-size: 55px;
        line-height: 65px;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-align: center;
    }

    .how-title {
        padding: 0;
        height: auto;
        line-height: normal;
    }

    .business-container {
        border-radius: 0;
        padding: 25px 0 0 0;
    }

    .business-container>div {
        flex-direction: column-reverse;
    }

    .business-container h3 {
        font-size: 35px;
        line-height: 45px;
    }

    .business-container p {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0%;
    }

    .business-container>div>img {
        width: 100%;
    }

    .business-container .center>a {
        height: 55px;
        min-width: 250px;
        background: linear-gradient(123.69deg, #4DFBB6 -2.33%, #2E956C 152.35%);
        box-shadow: 0px 0px 12px 0px #4DFBB6;
    }

    .bussines-item {
        font-size: 14px;
        background-color: transparent;
        border: 0;
    }

    .bussines-items {
        gap: 15px;
    }

    .bussines-items .bussines-item:nth-child(2n) {
        margin-left: auto;
    }

    .download h3 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 0;
    }

    .download .box img {
        height: 300px;
        left: -58px;
        top: auto;
        bottom: 40px;
    }

    .download .box {
        padding: 0;
        margin: 0;
        padding-top: 70px;
        /* border-radius: 0; */
    }

    .download .box h4 {
        font-weight: 600;
        font-size: 55px;
        line-height: 55px;
        text-align: right;
        width: 160px;
        margin-left: auto;
    }

    .download .box p {
        text-align: right;
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px;
    }

    .download {
        border-radius: 30px;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .download-container {
        margin-bottom: 81px;
    }

    .socials div a svg,
    .socials div a img {
        max-height: 24px;
    }

    .socials div a {
        display: flex;
        align-items: center;
    }

    .socials a.btn {
        font-size: 20px;
        height: 38px;
        box-shadow: 2px 2px 0px 0px #000000;
        border: 1px solid #000000;
        width: auto;
        font-weight: 500;
    }

    .download-container .socials {
        align-items: end;
        gap: 20px;
        justify-content: center;
    }

    .charger {
        overflow: hidden;
    }

    .charger-container > div:nth-child(3) {
        display: none;
    }

    .charger-container {
        width: 100%;
        display: block;
        position: relative;
        margin: 80px 0;
    }

    .charger-box p {
        font-size: 17px;
        line-height: 25px;
    }

    .charger-box {
        margin-top: 18px;
    }

    .charger-box img {
        width: 43px;
        height: 43px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .charger-container .main-img {
        position: absolute;
        top: 54px;
        right: -100px;
        margin-right: 0;
        transform: rotate(-12deg) scale(1.5);
    }

    .socials div {
        align-items: center;
        gap: 15px;
    }

    h1 {
        font-weight: 700;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0px;
        text-align: left;
        max-width: 355px;
    }

    .hero-container p {
        font-weight: 400;
        font-size: 18px;
    }

    .hero-container {
        flex-direction: column;
    }

    .hero-container .socials {
        gap: 12px;
        align-items: center;
    }

    .icon4 {
        left: 10%;
        bottom: 109px;
    }

    .hero-images {
        margin-top: 30px;
        margin-left: -40px;
    }

    .hero-banner {
        margin-bottom: 0;
        margin-top: 135px;
    }

    .how-body {
        padding-top: 20px;
        padding-bottom: 0;
        /* display: flex; */
        /* overflow: auto; */
        /* width: calc(100% + 40px); */
    }

    .slick-slide img {
        margin: 0 auto;
        transform: translateX(10px);
    }

    .business .how-header h3 {
        text-align: left;
    }

    .hero-images img {
        height: 380px;
    }

    .hero-images img:nth-child(2) {
        height: 230px;
    }

    .footer-container>p {
        text-align: left;
        margin-top: 30px;
        font-size: 16px;
    }

    .footer-container>a {
        font-size: 24px;
        font-weight: 600;
        text-align: left;
        margin: 5px auto 30px auto;
    }

    .footer-container>.info {
        flex-direction: column;
        gap: 35px;
    }

    .how-header .how-white {
        display: none;
    }

    .business .how-header h3 {
        max-width: 300px;
    }

    .business .how-header h3 img {
        right: -28px;
        top: 29px;
    }

    .icon2,
    .icon5,
    .icon7 {
        display: none;
    }

    .icon8 {
        width: 25px;
        right: 40%;
        bottom: 112px;
        left: 50px;
        z-index: 3;
    }

    .bussines-item img {
        width: 9px;
        transform: rotate(10deg);
    }

    .icon6 {
        top: -58px;
        right: 18px;
        transform: rotate(-15deg);
    }

    .how-it-works-title {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .how-it-works-title img {
        left: -30px;
        transform: rotate(-40deg);
    }

    .how-section {
        padding: 0;
        padding-top: 25px;
    }


    .how-section>img {
        /* transform: rotate(-10deg); */
        height: 340px;
    }

    .how-section:nth-child(3) .title div,
    .how-section:nth-child(4) .title div, .how-section:nth-child(2) .title div {
        padding-left: 0;
    }

    .how-section p {
        display: none;
    }

    .how-section .title {
        position: relative;
        left: 10px;
        top: -15px;
        max-width: 92%;
        padding: 10px;
        box-sizing: border-box;
    }

    .how-section .title h3 {
        position: relative;
        left: -6px;
        font-size: 70px;
        line-height: 0px;
        bottom: 30px;
    }

    .how-section .title div {
        padding-left: 0;
    }

    .switch-container {
        top: 4px;
        left: 45%;
    }

    .icon3 {
        top: 710px;
    }

    .how-title::after,
    .how-title::before {
        display: none;
    }

    .how-body {
        background-color: transparent;
    }

    
    .how {
        overflow: hidden;
        padding-top: 30px;
    }

    .faq-item h5 svg {
        width: 20px;
        min-width: 20px;
    }
}