@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
html {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    white-space: nowrap;
}

form {
    margin: 45pt;
}

ul {
    list-style-type: disc;
    position: relative;
    padding-left: 0pt;
    font-family: 'Poppins';
}

h1 {
    width: 580pt;
    color: white;
    font-size: 65pt;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    white-space: pre-wrap;
}

h4 {
    font-size: 35pt;
    font-family: 'Poppins';
    white-space: pre-wrap;
}

h5 {
    font-size: 30pt;
    font-family: 'Poppins';
    white-space: pre-wrap;
}

nav {
    font-family: 'Poppins';
    height: 64pt;
    background-color: black;
}

nav .d-flex div {
    margin-left: 8px;
    margin-right: 8px;
}

.heading_background {
    background-image: url("./img/green-hero-background.png");
    background-repeat: no-repeat;
    background-size: auto;
    top: 0pt;
}

.custom_list {
    margin-top: 64pt;
    padding: 16pt;
}

.custom_list li {
    list-style-type: none;
    font-family: 'Poppins';
    font-size: 24pt;
}

.custom_list li::before {
    content: url("./img/iwallet-checkmark.png");
    width: 28pt;
    height: 28pt;
    margin-right: 16pt;
}

.benefits_list {
    padding: 16pt;
}

.benefits_list ul {
    margin-left: 2pt;
    font-size: 15pt;
}

.card {
    font-family: 'Poppins';
    background-color: rgb(250, 250, 250);
    border-radius: 20pt;
    margin-top: 248pt;
    margin-left: 16pt;
    min-width: fit-content;
    min-height: fit-content;
    padding: 48pt 32pt 48pt 32pt;
    text-align: center;
    font-size: 35pt;
    white-space: normal;
    color: white;
    background-color: black;
}

.card span {
    line-height: 40pt;
}

.call_footer_btn {
    display: none;
}

.main_content {
    width: 100%;
    min-height: fit-content;
    margin-left: 8%;
    margin-right: 8%;
    padding: 4pt;
}

.headings {
    margin-top: 64pt;
}

.form-group {
    margin: -24pt;
    margin-top: 8pt;
    font-size: 20pt;
}

.form-group input {
    font-size: 20pt;
    font-family: 'Poppins';
}

.submit_btn {
    background-color: #01ac8f;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: black;
    font-size: 20pt;
    color: white;
}

.paymentrow_img {
    text-align: center;
    padding-left: 20pt;
}

.paymentrow_img img {
    width: 100%;
}

.call_nav_btn {
    color: white;
}

.get_started_btn {
    background-color: #01ac8f;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    color: black;
    font-size: 16pt;
    color: white;
    height: 44pt;
}

footer {
    width: 100%;
    background-color: black;
    position: absolute;
    height: 188pt;
    margin-top: 64pt;
    padding: 72pt 0pt 0pt 16pt;
    display: flex;
    flex-direction: row;
    white-space: normal;
}

.footer_brand img {
    padding-left: 56pt;
}

footer span {
    color: white;
}

footer span a {
    color: white;
}

@media only screen and (max-width: 575pt) {
    html {
        font-size: 0.8rem;
    }
    .headings {
        margin-top: 14%;
    }
    body {
        width: 100%;
    }
    footer {
        text-align: center;
        bottom: 0;
        margin-top: 128pt;
        white-space: normal;
        width: 100%;
        flex-direction: column;
        position: relative;
        height: inherit;
    }
    footer div {
        width: 100%;
        margin: 0 auto;
    }
    footer div .pt-3 {
        white-space: normal;
    }
    footer .pt-3 a {
        color: white;
    }
    h1 {
        font-size: 48pt;
        text-align: center;
        width: 100%;
    }
    h4 {
        font-size: 24pt;
    }
    h5 {
        font-size: 18pt;
        margin: 16pt;
    }
    .card {
        margin: 0 auto;
    }
    .benefits_list ul {
        width: 160pt;
        margin: 0 auto;
    }
    .benefits_list li {
        font-size: 12pt;
        text-align: start;
    }
    .custom_list {
        margin: 0 auto;
        margin-top: 25%;
    }
    .custom_list li {
        font-size: 16pt;
        text-align: left;
        margin: 0 auto;
    }
    .call_nav_btn {
        display: none;
    }
    .call_footer_btn {
        color: white;
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .main_content {
        text-align: center;
        width: 99%;
        margin-left: 8pt;
    }
    .custom_list {
        width: 100%;
    }
}

@media screen and (max-width: 1000pt) {
    body,
    html {
        font-size: 0.8rem;
        white-space: normal;
    }
    .heading_background_content {
        margin-left: 4%;
        margin-right: 4%;
    }
    .card {
        width: 80%;
    }
    .contact_us {
        margin-right: 12pt;
    }
}