* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}



/* ==================== Start Galaxy Vpn App ==================== */
.project_goals {
    background-image: url('../../../../portfolio/images/app/galaxy-vpn/bg_img.webp');
}

.vpn_goals {
    color: #fff;
}

.vpn_goals h2 {
    font-size: 50px;
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    padding: 40px 0;
    margin: 0;
}

.vpn_goals h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.vpn_goals p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
}

.vpn_fonts {
    margin-top: 45px;
    color: #fff;
}

.vpn_fonts h3 {
    font-size: 100px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-weight: 900;
}

.vpn_fonts .ABCD {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding-top: 50px;
}

.vpn_fonts .abcd {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: lowercase;
    padding: 50px 0;
    margin: 0;
}

.vpn_fonts .number {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.vpn_color_wight {
    width: 400px;
    height: 400px;
    border: 7px solid #fff;
    border-radius: 50%;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: #FFFFFF61;
    }

    &:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #FFFFFF;
    }
}

.vpn_color_blue {
    width: 400px;
    height: 400px;
    border: 7px solid #375FFF;
    border-radius: 50%;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: #375FFF61;
    }

    &:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #375FFF;
    }
}

.vpn_color_drblue {
    width: 400px;
    height: 400px;
    border: 7px solid #09022E;
    border-radius: 50%;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: #09022E61;
    }

    &:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #09022E;
    }
}

.vpn_color_code {
    font-size: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-top: 30px;
}

.vpn_thank_you span {
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

/* ===================== End Galaxy Vpn App ===================== */
