html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'HelveticaBold', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

html{
    background-color: #27BDFF;
}

@font-face {
    font-family: 'KronaOne';
    src: url("../font/KronaOne-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url("../font/fonts/Gotham-Book.otf") format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url("../font/fonts/Gotham-Ultra.otf") format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'AcuminVariableConcept_2';
    src: url("../font/fonts/AcuminVariableConcept_2.otf") format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url("../font/fonts/AcuminVariableConcept.otf") format('opentype');
    font-weight: normal;
}



@font-face {
    font-family: 'DaysOne';
    src: url("../font/DaysOne-Regular.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url("../font/Helvetica-Bold.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Museo900';
    src: url("../font/Museo900-Regular.otf") format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'PublicSans';
    src: url("../font/PublicSans-VariableFont_wght.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'AcuminVariableConcept';
    src: url("../font/AcuminVariableConcept.otf") format('opentype');
    font-weight: normal;
}

@font-face {
    font-family: 'Monserrat';
    src: url("../font/Montserrat-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/Poppins-Bold.ttf") format('truetype');
    font-weight: normal;
}

.monserrat {
    font-family: 'Monserrat';
}

.poppins {
    font-family: 'Poppins';
}

.gotham-book {
    font-family: 'Gotham-Book';
}

.gotham-ultra {
    font-family: 'Gotham-Ultra';
}

.acumin-variable-concept {
    font-family: 'AcuminVariableConcept';
}

.acumin-variable-concept-2 {
    font-family: 'AcuminVariableConcept_2';
}

.krona-one {
    font-family: 'KronaOne';
}

.helvetica {
    font-family: "HelveticaBold";
}

.publicsans{
    font-family: "PublicSans";
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(131deg, rgba(242, 86, 83, 1) 0%, rgba(243, 146, 87, 1) 100%);
    display: flex;
    justify-content: end;
    width: 100%;
    min-width: 100vw;
    background-image: url("../img/grid.png");
    background-size: cover;
}

.brand-logo {
    height: auto;
    width: 40px;
    margin: 0 6px;
}

.purple-circle {
    position: absolute;
    width: 50vw;
    height: 50vw;
    background-color: #741048;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    max-width: 950px;
    max-height: 950px;
}

.background_circle {
    /* position: absolute;
    width: 110vw;
    height: 100vh;
    background-image: url("../img/wave100.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; */
    position: fixed;
    width: 110vw;
    height: 100vh;
    background-image: url(../img/wave100.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    bottom: 0;
    right: 0;
    transform: translate(3%, 10%);
}

.step {
    background-color: transparent !important;
    border: 1px dashed #00000096;
    border-radius: 8px;
    padding: 12px 12px;
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.notif-bottom {
    z-index: 50;
    position: absolute;
    height: 300px;
    width: 40vw;
    left: 2vw;
    bottom: 16vh;
    background-image: url("../img/tablet100.png");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.palm {
    position: absolute;
    width: 150px;
    top: 0;
    right: 0;
}

.step p {
    margin-left: 1.5rem;
    /* font-size: 0.7rem; */
}

.step-number {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    z-index: 10;
}

.yellow-circle {
    width: 100px;
    height: 100px;
    background-color: #741048;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0;
}

.blue-circle {
    width: 150px;
    height: 150px;
    background-color: #00A3E0;
    border-radius: 50%;
    position: absolute;
    right: -75px;
    top: 10%;
    transform: translateY(-50%);
    z-index: 0;
}

.white-text {
    color: white;
}

.blue-text {
    color: rgb(42 76 169);
}

.one-step {
    background-image: url("../img/1.png");
}

.two-step {
    background-image: url("../img/2.png");
}

.three-step {
    background-image: url("../img/3.png");
}

.four-step {
    background-image: url("../img/4.png");
}

.five-step {
    background-image: url("../img/5.png");
}

.six-step {
    background-image: url("../img/6.png");
}

.seven-step {
    background-image: url("../img/7.png");
}

.eight-step {
    background-image: url("../img/8.png");
}

.disclaimer {
    background-color: transparent;
    padding: 1rem;
    font-size: 0.9rem;
    color: #530b33;
    text-align: center;
    font-weight: bold;
}

.logos-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    /* gap: 1rem; */
    padding: 1rem;
    background-color: transparent;
}

footer {
    background-color: white;
    background: white;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    z-index: 100;
    width: 100%;
}

.steps-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.justify-right {
    display: flex;
    justify-content: end;
}

.main-container {
    margin-top: auto;
    min-width: 100vw;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-content {
    max-width: 95vw;
    min-height: 75vh;
}

.mobile-hidden {
    display: block;
}

.desktop-hidden {
    display: none;
}

.title {
    font-size: 4.5rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 1rem;
    width: 60vw;
    font-weight: bolder;
}

.step-grid {
    max-width: 650px;
}

.sub-header-icons {
    height: 50%;
    flex-direction: column;
    align-items: end;
}

@media (max-width: 1200px) {

    .step {
        padding: 10px;
        margin-left: 20px;
    }

    .step p {
        font-size: 0.6rem;
        line-height: 1rem;
    }

    .logos-container {
        flex-wrap: wrap;
        align-items: center;
    }


    .inner-content {
        padding: 20px;
        max-width: 100vw;
    }

    .title {
        font-size: 3rem;
    }

    .subtitle {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        font-weight: 100 !important;
    }

    .sub-subtitle {
        font-size: 1.2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        font-weight: 100 !important;
        padding-top: 5px !important;
    }

    .purple-circle {
        width: 60vw !important;
        height: 60vw !important;
    }
}

.step-grid {
    display: grid;

}

.subtitle {}

.disclaimer {
    position: relative;
    top: 0;
    /* left: 5px; */
    font-size: 16px;
    font-weight: lighter;
    font-family: 'publicsans';
    color: black;
}

@media (max-width: 768px) {

    .sub-header-icons {
        margin-top: 0 !important;
    }

    .title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0 !important;
        width: 100vw;
    }

    .subtitle {
        font-size: 1rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        font-weight: 100 !important;
    }

    .sub-subtitle {
        font-size: 0.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        font-weight: 100 !important;
        padding-top: 5px !important;
    }

    .step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
        padding: 0 !important;
    }

    .sub-header {
        margin-bottom: 0vh !important;
    }

    .step {
        padding: 10px;
        margin-left: 15px;
        min-height: 60px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 5px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        left: -20px;
    }

    .step p {
        font-size: 0.52rem;
        line-height: 0.7rem;
        margin-left: 1rem;
    }

    .logos-container {
        flex-wrap: wrap;
        align-items: center;
        padding: 0.3rem;
        gap: 0;
    }

    .disclaimer {
        font-size: 0.7rem;
        padding: 0;
        padding-bottom: 10px;
    }

    footer {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-top: 1rem !important;
    }

    .inner-content {
        padding: 10px;
        max-width: 100vw;
    }

    .mobile-hidden {
        display: none !important;
    }

    .desktop-hidden {
        display: flex !important;
    }

    .brand-logo {
        width: 1em;
        margin: 0 1px
    }

    .purple-circle {
        width: 500px !important;
        height: 500px !important;
    }

    .background_circle {
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-image: url(../img/wave100mob.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        max-width: 500px;
        top: 50%; 
        left: 50%;
        transform: translate(-50%, -54%);
        z-index: -1;
    }

    .notif-bottom {
        width: 70%;
        bottom: 10vh;
        left: inherit;
        background-position: center;
        max-height: 20%;
    }

    .inner-content {
        min-height: 86vh;
            max-width: 350px;
    }

    .steps-container {
        padding-top: 40px;
    }

    .main-container{
        min-height: 100vh;
        margin-top: 0;
        min-width: 100vw;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    footer {
        position: absolute;
        bottom: 0;
    }

    .disclaimer {
        position: relative;
        top: 0;
        /* left: 5px; */
        font-size: 8px;
        font-weight: lighter;
        font-family: 'publicsans';
        padding: 0;
    }
}


