* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-family: "Inter", sans-serif;
}

body {
    font-family: var(--font-family);
    background-color: #111111;
}

.radial {
    background: radial-gradient(53.58% 86.94% at 50% 40%, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.96) 100%);
}

.main-container {
    background-image: url('/wp-content/themes/vip/bkvip/images/main-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.join_now {
    text-align: center;    margin-top: 30px;    margin-bottom: -30px;
}
.join_now a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    background: linear-gradient(90deg,#00B8DB,#155DFC);
    padding: 10px 50px;
    border-radius: 50px;
}
.container {
    max-width: 1096px !important;
    width: 100%;
    margin: 0 auto;
}

.main-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
}

.card {
    border-radius: 32px;/* Link */
    background: linear-gradient(180deg, #0F1729 0%, #080E1C 100%);
    box-shadow: 0 1px 2px 0 #525154 inset, 0 20px 25px -5px rgba(17, 17, 17, 0.80), 0 10px 10px -5px rgba(17, 17, 17, 0.90);
    width: 100%;
    min-height: 242px;
}

.card h2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    line-height: 14px;
    margin-bottom: 0px;
}

.card p {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 0px;
    align-self: stretch;
    letter-spacing: -0.035em;
}

.card-icon {
    margin-top: -70px;
    pointer-events: none;
}

.cards {
    margin-top: 133px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 32px;
    width: 100%;
}

@media (max-width: 768px) {
    .join_now a {
        font-size: 16px;
        color: white;
        text-decoration: none;
        font-weight: bold;
        padding: 10px 50px;
        border-radius: 50px;
    }
    .radial {
        background: radial-gradient(52.93% 75.16% at 50% 20%, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.96) 100%);
    }

    .main-container {
        background-image: url('/wp-content/themes/vip/bkvip/images/main-bg-mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);

    }

    .container {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .main-image {
        max-width: 504px;
        width: 100%;
        height: auto;
        /* margin-top: 90px; */
    }

    .card-icon {
        width: 50px;
        height: 50px;
        margin-top: -45px;
    }

    .card h2 {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        line-height: 14px;
        margin-bottom: 0px;
    }

    .card p {
        color: #FFF;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 15px;
        margin-bottom: 0px;
        align-self: stretch;
        letter-spacing: -0.050em;
    }

    .cards {
        margin-top: 117px;
    }
}