.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

body {
    overflow: hidden !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* / The actual popup box / */
.popup-content {
    position: absolute;
    width: 70%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 8px;
    padding-bottom: 20px;
    text-align: center;
}



/* / Container: Aligns content to the left / */
.popup-header {
    display: flex;
    justify-content: center;
    width: 100%;
}



/* / Default: Mobile First (Small screens) / */
.responsive-logo {
    width: 300px;
    height: 212px;
    object-fit: cover;
}

.text-1 {
    font-size: 55px;
    font-weight: 800 !important;
    line-height: 85px;
    letter-spacing: 2%;
    color: black;
    font-family: 'Montserrat', sans-serif !important;
}

.text-2 {
    font-weight: 700 !important;
}

.text-3 {
    font-weight: 400 !important;
}

.swap-logo {
    width: 40px;
    height: 40px;
}

.btn_text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    cursor: pointer;
    align-items: center;
    font-weight: 700;
    padding: 12px 28px;
    align-items: center;
    border-radius: 15px;
    background-color: #D2381E;
    border: solid;
    color: #ffffff;
}

/* / Tablet Screens (min-width: 768px) / */
@media (max-width: 768px) {
    .popup-content {
        position: absolute;
        width: 70%;
        transform: translate(-50%, -50%);
        background: #ffffff;
        border-radius: 8px;
        padding-bottom: 10px;
        text-align: center;
    }

    .popup-header {
        display: flex;
        justify-content: center;
        width: 100%;
    }



    /* / Default: Mobile First (Small screens) / */
    .responsive-logo {
        width: 160px;
        height: 112px;
        object-fit: cover;
    }

    .text-1 {
        font-size: 30px !important;
        font-weight: 800 !important;
        line-height: 55px;
        letter-spacing: 2%;
        color: black;
        font-family: 'Montserrat', sans-serif !important;
    }

    .text-2 {
        font-weight: 700 !important;
    }

    .text-3 {
        font-weight: 400 !important;
    }

    .swap-logo {
        width: 20px;
        height: 20px;
    }

    .btn_text {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 20px;
        cursor: pointer;
        align-items: center;
        font-weight: 700;
        padding: 12px 28px;
        align-items: center;
        border-radius: 15px;
        background-color: #D2381E;
        border: solid;
        color: #ffffff;
    }


}

/* / Desktop Screens (min-width: 1024px) / */
@media (max-width: 1024px) {

    .popup-content {
        position: absolute;
        width: 70%;
        transform: translate(-50%, -50%);
        background: #ffffff;
        border-radius: 8px;
        padding-bottom: 20px;
        text-align: center;
    }

    .popup-header {
        display: flex;
        justify-content: center;
        width: 100%;
    }



    /* / Default: Mobile First (Small screens) / */
    .responsive-logo {
        width: 220px;
        height: 180px;
        object-fit: cover;
    }

    .text-1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 65px;
        letter-spacing: 2%;
        color: black;
        font-family: 'Montserrat', sans-serif !important;
    }

    .text-2 {
        font-weight: 700 !important;
    }

    .text-3 {
        font-weight: 400 !important;
    }

    .swap-logo {
        width: 30px;
        height: 30px;
    }

    .btn_text {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 25px;
        cursor: pointer;
        align-items: center;
        font-weight: 700;
        padding: 12px 28px;
        align-items: center;
        border-radius: 15px;
        background-color: #D2381E;
        border: solid;
        color: #ffffff;
    }
}

@media (max-width:530px) {
    .responsive-logo {
        width: 120px;
        height: 85px;
        object-fit: cover;
    }

    .popup-content {
        position: absolute;
        width: 80%;

        background: #ffffff;
        border-radius: 6px;
        text-align: center;

    }

    .text-1 {
        font-size: 20px !important;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 2%;
        color: black;
        font-family: 'Montserrat', sans-serif !important;
    }

    .text-2 {
        font-weight: 700 !important;
    }

    .text-3 {
        font-weight: 400 !important;
    }


    .swap-logo {
        width: 15px;
        height: 15px;
    }

    .btn_text {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 15px;
        align-items: center;
        font-weight: 700;
        padding: 8px 17px;
        align-items: center;
        border-radius: 8px;
        background-color: #D2381E;
        border: solid;
        color: #ffffff;

    }
}
