@import url('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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

h1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
}

h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}

h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

p {
    color: #A3A4A7;
    font-size: 16px;
    font-weight: 400;
}

.primaryBtn {
    color: #ffffff;
    background-image: linear-gradient(#00CDE2, #0087A3);
    padding: 10px 30px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 25px;
    font-weight: 600;
}

.secondaryBtn {
    color: #000000;
    background-color: transparent;
    padding: 10px 30px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}

.flexContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.flexContainerColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.flexContainer2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.maxWidthContainer {
    max-width: 1280px;
    margin: 0 auto;
}

.paddingCorners {
    padding: 75px 15px;
}

.bgImgSize {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    width: 100%;
}

/* Header Start */
.topnav {
    display: none;
}

header .paddingCorners {
    padding-top: 25px !important;
}

header {
    background-image: url('./images/Heroimg.png');
    z-index: 0;
}

.heroimgMob {
    display: none;
}

.navitem1 {
    color: #000;
    font-weight: 600;
}

.nav img {
    width: 100px;
}

.nav ul {
    list-style: none;
}

.navBtn {
    color: #000000;
    background-color: #ffffff;
    padding: 10px 30px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
}

.nav ul {
    margin-left: 75px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.hero {
    width: 50%;
    padding: 10% 0%;
}

.hero p {
    width: 70%;
}

/* Header End */

/* Client Logo Start */
.clientLogoSection {
    z-index: 9;
    margin-top: -80px;
}

.clientLogo img {
    width: 120px;
}

.clientLogoMain {
    padding: 35px 25px;
    border-radius: 25px;
    box-shadow: 0px 9px 40px 5px #7776761e;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

.clientLogo {
    max-width: 80%;
    margin: 0 auto;
}

.imgBox {
    padding: 70px 25px;
    width: 30%;
    border-radius: 25px;
}

.imgBox img {
    width: 50px;
}

.worksRow {
    text-align: center;
}

.box1 {
    background-color: #FEEDEC;
}

.box2 {
    background-color: #F5EBF2;
}

.box3 {
    background-color: #EBFCFF;
}

/* Client Logo End */

/* Simple way to manage your money Start */
.moneyStartCol {
    width: 50%;
}

.moneyStartCol button {
    width: 30%;
}

/* Simple way to manage your money End */

/* Product Different Start */
.productCol {
    width: 30%;
    margin-top: 50px;
}

.productCol img {
    width: 50px;
}

.realTime2 {
    padding-top: 75px;
}

.realTime3 {
    padding-top: 150px;
}

.borderCol {
    border-right: dotted 2px rgb(0 0 0 / 20%);
    width: 5%;
    height: 500px;
    margin-top: -70px;
}

.secondaryColor {
    color: #0199B3;
}

/* Product Different End */

/* Get Bonuses Start */
.bonusCol {
    width: 50%;
}

.bonusCol1 {
    width: 42%;
}

.bonusCol1 button {
    width: 30%;
}

/* Get Bonuses End */


/* Download Our Mobile App Start Start */
.Download {
    background-color: #EBFCFF;
    padding: 50px;
    border-radius: 25px;
    text-align: center;
    height: 400px;
}

.Download p {
    width: 60%;
    margin: 0 auto;
}

/* Download Our Mobile App Start End */


/* Footer Start */
footer {
    background-color: #12141D;
    padding-bottom: 25px !important;
}

.footerCol {
    width: 20%;
}

.footerCol1 {
    width: 30%;
}

.footerLogo {
    width: 100px;
}

.infoBox img {
    width: 20px;
}

.footerDiv {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(236 235 235 / 20%);
}

.footerItems {
    margin-top: 25px;
}

.footerItems button {
    width: 34%;
}

.footerItems ul {
    list-style: none;
}

.footerDiv h5 {
    font-size: 20px;
    font-weight: 600;
}

footer .flexContainer {
    align-items: start;
}

.text {
    color: #fff;
}

.footerRow {
    text-align: center;
    padding-top: 25px;
}

/* Footer End */


/* Tablet Start */
@media screen and (max-width: 768px) {
    .topnav {
        display: unset;
    }

    .nav {
        display: none;
    }

    h1 {
        font-size: 40px !important;
    }

    .hero {
        width: 60%;
    }

    .howItWorks .paddingCorners {
        padding-top: 10px;
    }

    .imgBox {
        padding: 30px 10px;
        width: 30%;
        border-radius: 25px;
    }

    h2 {
        font-size: 32px !important;
    }

    .moneyStartCol button {
        width: 45%;
    }

    .productCol {
        margin-top: 0;
    }

    .bonusCol1 button {
        width: 55%;
    }

    .Download {
        height: 300px;
    }

    footer .flexContainer {
        flex-wrap: wrap;
    }

    .footerCol1 {
        width: 50%;
    }

    .footerCol {
        width: 45%;
    }

    header {
        margin-top: -75px;
    }
}

/* Tablet End */

/* Mobile Start */
@media screen and (max-width: 600px) {
    header {
        background-image: none;
    }

    .hero {
        padding-top: 75px;
    }

    .flexContainer {
        flex-direction: column;
    }

    .heroimgMob {
        display: unset;
    }

    .hero {
        width: 100% !important;
    }

    .clientLogo img {
        width: 100px;
    }

    .clientLogoMain {
        max-width: 55%;
    }

    .imgBox {
        width: 100%;
        padding: 50px 15px;
    }

    .moneyStartCol {
        width: 100%;
    }

    .productCol {
        width: 100%;
    }

    .borderCol {
        display: none;
    }

    .realTime2,
    .realTime3 {
        padding-top: 30px;
    }

    .bonusCol1,
    .bonusCol,
    .footerCol1,
    .footerCol {
        width: 100%;
    }

    .Download {
        height: unset;
    }

    .footerItems button {
        width: 70%;
    }

    .nav {
        display: none;
    }
}

/* Mobile End */

/* Mobile Menu */
.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    position: relative;
    margin-bottom: -75px;
}

.topnav #myLinks {
    display: none;
    background-color: #fff;
    margin-bottom: 25px;
}

#myLinks a {
    color: #0087A3;
    border-bottom: 1px solid #e6e6e6;
}

.topnav a {
    color: rgb(0, 0, 0);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    color: black;
}

.active {
    color: white;
}

.mobLogo {
    width: 80px;
}

i.fa.fa-bars {
    font-size: 35px;
    color: #00a0ba;
}

/* Mobile Menu */

/* 980 Screen Size Start */
@media screen and (max-width: 980px) {
    .hero {
        width: 60%;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 45px;
    }
    .Download{
        height: 350px;
    }
}

/* 980 Screen Size End */