@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&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&family=Righteous&display=swap');

* {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
}

body {
    background-image: url('../src/bj88\ Download\ page\ -\ desktop.png');
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;

}

.row {
    display: flex;
    padding: 160px 0 0 100px;
}

.column {
    width: 50%;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column h2 {
    /* Fun Awaits!  */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #FFFFFF;

}

.column h1 {
    /* Download The  BJ88 APP Today! */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(90deg, #FFA800 0%, #FF9900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}

.column p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;


}

.column button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.modal-wrapper {
    position: relative;
}

.modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff46;
    cursor: pointer;
}

.modal-container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    width: 80vw;
    height: 90vh;
    z-index: 2;

}

.close-btn-wrapper {
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.close-btn-wrapper>button {
    width: inherit;
    height: inherit;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 5px;
}

iframe {
    width: inherit;
    height: inherit;
}

button>svg {
    height: 20px;
    width: 20px;
}

a {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    * {
        padding: 0;
        margin: 0;
    }

    body {
        background-image: url('../src/bj88\ Download\ page\ -\ 5.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        overflow: hidden;
        padding: 0 15px;

    }

    .row {
        flex-direction: column;
        padding: 0;
        padding-top: 45vh;
        flex-shrink: 1;
    }

    .column {
        width: 100%;
        flex-basis: 100%;

    }

    .column h2 {

        margin: 0;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
    }

    .column h1 {

        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .column p {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;

        color: #FFFFFF;
    }

    .modal-container {
        width: 100vw;
        height: 100vh;
        top: 0;
    }

}