﻿.footer-body {
    background-color: #2a49df;
    font-family: CircularStd700;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 500px;
    background-color: white;
    z-index: 1;
}

#popup-iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
    width: 400px !important;
    max-width: unset;
    max-height: unset;
}

.home-background-cta {
    background-image: linear-gradient(90deg,#c21bb3 30%,#2a49df);
    color: #fff;
    border: 1px solid transparent;
    width: 264px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    padding-top: 9px;
    margin-top: 60px;
    border-radius: 7px;
    display: inline-block;
    line-height: 1.2;
}

.getstarted {
    padding-left: 20%;
}

.home_cta_box {
    width: 60%;
    height: 70px;
    border-radius: 15px;
    display: inline-block;
    background-image: linear-gradient(90deg,#c21bb3 30%,#2a49df);
}

.home_cta_div {
    width: 97%;
    height: 52px;
    border-radius: 11px;
    background-color: white;
    margin-top: 9px;
    margin-left: 9px;
}

.home_cta_text {
    text-align: center;
    font-size: 32px;
    font-family: 'CircularStd700';
    -webkit-text-stroke-width: thin;
    padding-top: 2px;
}

.fixedcta {
    font-family: 'CircularStd700';
    font-size: x-large;
    height: unset;
    padding: 10px 0px 10px 0px;
    margin-left: unset;
    border-radius: 15px;
    text-align: center;
}

@media(max-width:576px) {
    .home-body {
        font-family: 'CircularStd700';
        padding-left: 20px;
        padding-right: 20px;
    }

    .home_cta_text {
        font-size: 18px;
        padding-top: 10px;
    }
}

@media(min-width: 576px) and (max-width:991px) {
    .getstarted {
        padding-left: 4%;
    }

    .home_cta_text {
        font-size: 22px;
        padding-top: 10px;
    }
}

@media(max-width: 480px) {
    .getstarted {
        padding-left: 10%;
    }

    .home_cta_box {
        width: 80%;
    }

    .home_cta_div {
        width: 95%;
    }

    .home_cta_text {
        font-size: 18px;
        padding-top: 12px;
    }

    .steptextone {
        color: white;
        text-align: center;
        margin-top: unset;
        width: 100%;
        font-size: 18px;
    }

    .steptexttwo {
        width: 100%;
        color: white;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
    .pink-background {
        height: 970px;
    }

    .home-background-overlay {
        height: unset;
    }

    .home-background-image {
        width: 145%;
    }

    .home-background-main-boldtext {
        font-size: 16px;
    }

    .home_cta_text {
        font-size: 18px;
    }

    .home-background-cta {
        width: 194px;
        height: 100px;
    }

    .stepicons {
        margin-left: 0%;
        display: inline-grid;
    }

    .stepitem {
        width: 100%;
        margin-top: 10px;
        justify-items: center;
    }

    .steptextone {
        color: white;
        text-align: center;
        margin-top: unset;
        width: 100%;
        font-size: 18px;
    }

    .steptexttwo {
        width: 100%;
        color: white;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

}

@media (max-width: 300px) {
    .pink-background {
        height: 935px;
    }

    .home-background-overlay {
        height: unset;
    }

    .home-background-main-boldtext {
        font-size: 16px;
    }

    .home-background-image {
        width: 160%;
    }

    .home-background-main-title {
        font-size: 26px;
    }

    .home-background-main-subtitle {
        font-size: 26px;
        color: #2a49df;
        margin-left: 1px;
    }

    .home_cta_text {
        font-size: 18px;
    }

    .home-background-cta {
        width: 194px;
        height: 100px;
    }

    .stepicons {
        margin-left: 0%;
        display: inline-grid;
    }

    .stepitem {
        width: 100%;
        margin-top: 10px;
        justify-items: center;
    }

    .steptextone {
        color: white;
        text-align: center;
        margin-top: unset;
        width: 100%;
        font-size: 18px;
    }

    .steptexttwo {
        width: 100%;
        color: white;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


