* {
    margin: 0;
    box-sizing: border-box;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: 'Outfit';
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container-fluid {
    padding: 0 60px;
}


/* header */

header {
    padding: 60px 0;
}

header .navbar-brand img {
    height: 62px;
}

header .navbar ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    color: #000;
    margin-left: 30px !important;
}

header .navbar ul li.signup a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 12px 24px !important;
    color: white;
    background-color: #36B401;
}

header .navbar ul li.signup a:hover {
    background-color: #206900;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
/* header */


/* banner */

.banner .banner-text h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 90.72px;
    text-align: left;
    color: #000;
}

.banner .banner-text h1 svg {
    height: 62px;
    width: 62px;
}

.banner .banner-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    padding: 40px 0;
}

.banner .banner-text a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 16px 24px;
    color: white;
    background-color: #36B401;
    display: inline-block;
}

.banner .banner-text a:hover {
    background-color: #206900;
}

.banner .banner-img {
    display: flex;
    justify-content: flex-end;
}

.banner .banner-img img {
    height: 600px;
    max-width: 100%;
    object-fit: contain;
}

/* banner */


/* power */

.power {
    padding-top: 25px;
}

.power h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    color: #000;
    padding-bottom: 24px;
}

.power ul {
    /* display: flex; */
    align-items: center;
}

.power ul li {
    padding-right: 30px;
}

.power ul li img {
    height: 52px;
}

/* power */

/* slider */
.slider {
    padding: 120px 0;
}

.slider img {
    height: 146px;
    width: 100%;
}

/* slider */

/* banking */

.banking {
    padding: 0 40px;
    padding-bottom: 180px;
}

.banking .bank-heading h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
    text-align: center;
    padding-bottom: 64px;
}

.banking .bank-box {
    background-color: #F1F2EB;
    padding: 24px;
    margin: 0 6px;
    height: 100%;
}

.banking .bank-box img {
    height: 72px;
    width: 72px;
}

.banking .bank-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30.24px;
    text-align: left;
    padding: 20px 0;
}

.banking .bank-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000000B2;

}

/* banking */

/* payment */

.payment {
    padding: 0 60px;
}

.payment .pay-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
}

.payment .pay-text ul li {
    display: flex;
    align-items: center;
    padding-top: 32px;

}

.payment .pay-text ul li img {
    height: 28px;
    width: 28px;
}

.payment .pay-text ul li span {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    padding-left: 12px;
}

.payment .pay-img img {
    display: block;
    max-width: 100%;
}

/* payment */

/* smart */

.smart {
    background-color: #F6F6F9;
    padding: 50px 0;
}

.smart .smart-text {
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
}

.smart .smart-text img {
    height: 100px;
}

.smart .smart-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
}

.smart .smart-text h3 {
    font-size: 52px;
    font-weight: 200;
    line-height: 65.52px;
    padding: 40px 0;
}

.smart .smart-text a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    padding: 16px 24px;
    background-color: #36B401;
    color: white;
    display: inline-block;
}

/* smart */

/* building */

.building {
    padding: 0 60px;
    padding-top: 85px;
    position: relative;
}

.building .building-text h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
    padding-top: 40px;
    padding-bottom: 16px;

}

.building .building-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    padding-top: 24px;
}


/* building */

/* FAQ */

.faq {
    padding: 120px 60px;
    /* margin-top: 150px; */
    background-color: #F6F6F9;
    /* z-index: 99; */
    /* position: relative; */
}

.faq h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
}

.faq span {
    font-weight: 300;
    font-size: 48px;
    line-height: 60.48px;
}
/* 
.faq .input-box {
    background-color: white;
    padding: 32px 12px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.faq .input-box input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #000000B2;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;

}

.faq .input-box input::placeholder {
    color: #000000B2;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
}

.faq .input-box img {
    height: 24px;
} */

/* FAQ */

/* FAQ-2 */

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #36B401;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    /* color: #7288a2; */
    color: #000000B2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #36B401;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #36B401;
    border: 1px solid #36B401;
}

.accordion button .accordion-title {
    /* padding: 1em 1.5em 1em 0; */
    font-size: 20px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
    transform: translateY(-50%);
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #36B401;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 20rem;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1.5em;
}

/* FAQ-2 */



/* Made */

.made {
    padding: 120px 60px;
}

.made .first-box {
    background-color: #F6F5F9;
    padding: 32px 42px;
}

.made .first-box h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
}

.made .first-box h3 span {
    font-weight: 300;
}

.made .first-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: #000000B2;
    padding-top: 24px;
}

.made .second-box {
    background-color: #F6F5F9;
    padding: 70px 50px;
}

.made .second-box .sec-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.made .second-box h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60.48px;
}

.made .second-box a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    background-color: white;
    padding: 16px 24px;
    color: #000;
}


/* Made */

/* footer */

footer {
    padding: 0 60px;
    position: relative;
}

footer::after {
    position: absolute;
    content: '';
    background-color: #F2EFF3;
    height: 300px;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.footer-box {
    background-color: black;
    padding: 42px;
}

.footer-box .footer-logo img {
    height: 62px;
}

.footer-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: white;
    padding: 40px 0;
}

.footer-box .foot-img img {
    height: 25px;
    width: 25px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 100%;
    margin-right: 10px;
}

.footer-box ul li {
    padding-bottom: 28px;
}

.footer-box ul li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 25.2px;
    color: white;
}

/* footer */


/* login Page */

.log {
    overflow-x: hidden;
}

.login .login-box {
    padding: 0 100px;
}

.login .login-box .login-logo img {
    height: 40px;
    margin-bottom: 15px;
}

.login .login-box h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 0;
}

.login .login-box h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
}

.login .login-box ul li button {
    color: rgba(0, 0, 0, 0.7);
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #36B401;
}

.login .login-box ul li button {
    padding-left: 0;
}

.login .login-box .inp-box input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
}
.login .login-box .inp-box textarea{
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: none;
    height: 120px;
}

.login .login-box .sign-btn button {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #36B401;
    display: block;
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    border: none;
}

.login .login-box .acc span {
    padding-top: 10px;
    display: inline-block;
}

.login .login-box .acc span a {
    color: #36B401;
}

.login .login-box .foot-text span a {
    color: #36B401;
    display: inline-block;
    padding-top: 50px;
}

.login .login-img {
    position: relative;
}

.login .login-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.login .login-img .login-text {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}


@media only screen and (max-width: 1250px) {
    .login .login-box {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1250px) {
    .login .login-box {
        padding: 0 30px;
    }
}

/* login Page */


/* Privacy Page */

.heading {
    padding-top: 50px;
    padding-bottom: 100px;
}
.heading h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    border-bottom: 5px solid #000;
    display: inline-block;

}

.terms p{
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding-top: 10px;
}
.terms h4{
    color: #080808;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.32px;
    padding-top: 10px;
    padding: 25px 0 ;
}

.terms-point h2{
    color: #080808;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.32px;
    padding-top: 10px;
    padding: 25px 0 ;
}
.terms-point p{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
    padding-left: 5px;
}
.terms-point span{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding-bottom: 20px;
    display: block;
}
.terms-point p span{
    padding-left: 15px;
    line-height: 20px;
}
.terms-point ul {
    padding-left: 20px;
}
.terms-point ul li{
    list-style: disc;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
    padding-left: 3px;
}

@media only screen and (max-width: 575px) {

    .heading {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .heading h2{
        font-size: 36px;
    }

    .terms-page .container-fluid{
        padding: 0 15px;
    }

}

/* Privacy Page */


/* payout page */

.payout .banner{
    padding-top: 50px;
    padding-bottom: 150px;
}
.payout .banner-text h1 span{
    font-weight: 300;    
}
.payout .banner-content img{
    height: 150px;
}
.payout .banner-content p{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #080808;
    padding-bottom: 10px;
}
.payout .banner-content a,
.payout .banner-content i{
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.payout .simple{
    padding: 140px 0;
    background-color: #f6f6f9;
}
.payout .simple .simple-heading{
    text-align: center;
}
.payout .simple .simple-heading h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}
.payout .simple .simple-heading h2 span{
    font-weight: 300;
}
.payout .simple .simple-heading p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #4e4e4e;
    max-width: 612px;
    margin: 20px auto;
}
.payout .simple .simple-img{
    background-image: url('../images/Body.png');
    height: 450px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-30deg) skewX(10deg);
    background-position: center center;
}
.payout .simple .simple-img img{
    transform: rotate(-45deg);
    display: inline-block;
    max-width: 100%;
}                                                                                                                
.payout .simple .simple-text .simple-text-box{
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #e1e1e1;
}
.payout .simple .simple-text .simple-text-box h3{
    color: #000;
    font-size: 26px;
    line-height: 120%;
    font-weight: 700;
}
.payout .simple .simple-text .simple-text-box p{
    color: #000;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    padding-left: 10px;
}
.payout .simple .simple-text a{
    color: #fbf8f8;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding: 14px 24px;
    background-color: #36B401;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
}

.payout .payment{
    padding: 140px 60px;
}
.payout .payment .payment-heading{
    max-width: 714px;
    text-align: center;
    margin: 0 auto;
}
.payout .payment .payment-heading h2{
    color: #080808;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
}
.payout .payment .payment-heading h2 span{
    font-weight: 300;
    background-color: #e0fad5;
}
.payout .payment .payment-heading p{
    color: #4e4e4e;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 100px;
}
.payout .payment .pay-img{
    background-color: #f6f6f9;
    padding: 50px;
    border-radius: 10px;
}
.payout .payment .pay-img{
    margin-left: auto;
}
.payout .payment .pay-text h2 span{
    font-weight: 300;
}
.payout .payment .pay-text a{
    color: #fbf8f8;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    background-color: #36B401;
    padding: 14px 24px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 4px;
}

.payout .bank{
    padding: 0 60px;
    padding-bottom: 140px;
}
.payout .bank .bank-box{
    background-color: #f6f5f9;
    padding: 50px;
    border-radius: 10px;
}
.payout .bank .bank-text h2{
    color: #080808;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
}
.payout .bank .bank-text h2 span{
    font-weight: 300;
}
.payout .bank .bank-text p{
    color: #4e4e4e;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    padding: 15px 0;
}
.payout .bank .bank-text a{
    padding: 14px 24px;
    border-radius: 4px;
    background-color: #36B401;
    color: #fbf8f8;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    text-transform: capitalize;
}
.payout .bank .bank-svg{
    padding: 20px 50px;
}
.payout .bank .bank-svg h3{
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    color: #080808;
    padding-top: 10px;
}

@media only screen and (max-width: 1350px) {
    .payout .simple .simple-text .simple-text-box{
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1300px) {
    .payout .payment{
        padding: 140px 0;
    }
}
@media only screen and (max-width: 1140px) {
    .payout .simple .simple-img{
        height: 400px;
    }
    .container-fluid{
        padding: 0 30px;
    }
    .payout .bank{
        padding: 0;
        padding-bottom: 140px;
    }
    .payout .bank .bank-text h2{
        font-size: 44px;
    }
    .payout .bank .bank-svg h3{
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px) {
    .payout .simple .simple-img{
        height: 600px;
    }
    .payout .banner .banner-text h1{
        font-size: 58px;
        padding-bottom: 20px;
    }
    .payout .banner{
        padding-top: 0;
        padding-bottom: 120px;
    }
    .payout .simple{
        padding: 60px 0;
    }
    .payout .simple .simple-heading h2{
        font-size: 38px;
    }
    .payout .payment .payment-heading h2{
        font-size: 38px
    }
    .payout .bank-text{
        text-align: center;
        padding-bottom: 20px;
    }
    .payout .simple .simple-img{
        height: 500px;
    }
}
@media only screen and (max-width: 768px) {
    .payout .bank-svg{
        text-align: center;
    }
    .accordion button .accordion-title{
        line-height: 1.8rem;
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .payout .banner .banner-text h1{
        font-size: 48px;
    }
    .payout .simple .simple-img{
        height: 350px;
    }
    .payout .simple .simple-text .simple-text-box{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }
    .payout .simple .simple-text .simple-text-box p{
        padding-left: 0;
        padding-top: 10px;
    }
    .payout .simple .simple-text .simple-text-box h3{
        font-size: 22px;
    }
}
@media only screen and (max-width: 500px) {
    .payout .banner .banner-text h1{
        font-size: 32px;
        line-height: 40px;
    }
    .payout .simple .simple-heading h2{
        font-size: 26px;
    }
    .payout .simple .simple-img{
        height: 250px;
    }
    .payout .payment .payment-heading h2{
        font-size: 26px;
    }
    .payout .payment{
        padding: 60px 0;
    }
    .payout .payment .payment-heading p{
        padding-bottom: 50px;
    }
    .payout .payment .pay-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .payout .bank .bank-text h2{
        font-size: 26px;
    }
    .payout .bank .bank-svg{
        padding: 20px 0px;
    }
    .payout .bank .bank-svg h3{
        font-size: 20px;
    }
    .payout .bank .bank-box{
        padding: 20px 15px;
    }
    .payout .bank{
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 375px) { 
    .container-fluid{
        padding: 0 15px !important;
    }
}