@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: 0;
} */

body {
    background-image: url('../src/bj88\ Download\ page\ -\ desktop-1.png');
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.row {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-shrink: auto;
    flex-wrap: nowrap;
    flex-shrink: 25%;
    gap: 6vw;
    padding: 15vh 15vw;
}

.column {
    width: 25%;
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.column h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */
    text-transform: capitalize;
    color: #ffffff;
    margin: 0;
}

.column:nth-of-type(1) h3 {
    margin-top: 25px;
}

.column:nth-of-type(2) h3 {
    margin-top: 30px;
}

.column:nth-of-type(3) h3 {
    margin-top: 16px;
}

.column:nth-of-type(4) h3 {
    margin-top: 34px;
}

.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 img {
    width: 100%;
    height: 100%;
}

.column button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 1800px) {
    .column:nth-of-type(1) h3 {
        margin-top: 25px;
    }

    .column:nth-of-type(2) h3 {
        margin-top: 29px;
    }

    .column:nth-of-type(3) h3 {
        margin-top: 19px;
    }

    .column:nth-of-type(4) h3 {
        margin-top: 31px;
    }
}

@media screen and (max-width: 1500px) {
    .column:nth-of-type(1) h3 {
        margin-top: 25px;
    }

    .column:nth-of-type(2) h3 {
        margin-top: 28px;
    }

    .column:nth-of-type(3) h3 {
        margin-top: 19px;
    }

    .column:nth-of-type(4) h3 {
        margin-top: 31px;
    }
}

@media screen and (max-width: 768px) {
    body {
        background-image: url('../src/bj88\ Download\ page\ -\ 3.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        overflow: scroll;
    }

    .row {
        flex-direction: column;
        padding: 0;
        padding-top: 45vh;
        flex-shrink: 1;
        padding: 10vw;
    }

    .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;
    }
}
