:root {
    --primaryColor: #0d131c;
    --secondaryColor: #FF0000;
    --3rdColor: #161f2a;
}

a, button {
    text-decoration: none;
    color: var(--secondaryColor);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    border: none;
}

a:hover {
    color: var(--secondaryColor);
}

img {
    max-width: 100%;
}

body {
    background-color: #0d131c;
    font-family: 'Source Sans Pro', sans-serif;
}

.smothTrans {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.menu_sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    background: #1a1d2f !important;
    overflow: auto;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}

.menu_sidebar::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.brand_logo {
    margin: 30px 0;
    text-align: center;
}

.sideAuthMenu {
    width: 100%;
    display: inline-block;
    padding-left: 0;
}

.sideAuthMenu li {
    width: 100%;
    display: inline-block;
    margin: 8px 0;
}

.sideAuthMenu li a {
    width: 100%;
}

.btnStyling {
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8.46px 0;
    font-weight: bold;
    font-size: 0.78rem;
    color: #fff;
    text-transform: uppercase;
}

.gradientBtn {
    color: #fff !important;
    background: #FF0000;
    background: linear-gradient(1deg, rgb(165 0 0) 0%, rgb(255 0 0) 100%);
    color: var(--primaryColor);
}

.gradientBtn:hover {
    box-shadow: 0px 0px 5px 5px rgba(255, 147, 76, 0.20);;
    color: #fff;
}

.sideLoginBtn {
    color: #fff;
    border: 2px solid #ff0000;
    background: rgb(154, 5, 5);
}

.sideLoginBtn:hover {
    color: #fff;
    background: #c80707;
}

.sidebarMenu {
    width: 100%;
    display: inline-block;
    padding-left: 0;
}

.sidebarMenu li {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.sidebarMenu li a {
    width: 100%;
    text-align: left;
    padding: 8px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    color: #55657e;
}

.sidebarMenu li a svg {
    margin-right: 10px;
}

.sidebarMenu svg path {
    fill: #55657e;
}

.sidebarMenu li a:hover, .sideActiveClass {
    background: #17212e;
    color: #fafafa !important;
}

.sidebarMenu li a:hover, .sideActiveClass svg path {
    fill: var(--secondaryColor) !important;
}

.nav-pills li a:hover, .sideActiveClass {
    background: none;
    color: #fafafa !important;
}

.nav-pills li a {
    color: #55657e;
}

.nav-pills .nav-item .gradientBtn {
    color: #fff;
    background: #17212e;
}

.nav-pills .nav-item .gradientBtn:hover {
    color: #fff;
    box-shadow: none;
}

.nav-pills .nav-item .gradientBtn i {
    color: var(--secondaryColor)
}

.btnStyling i {
    font-size: 1.3rem;
    padding-right: 10px;
    vertical-align: middle;
}

.sideMenuIcon {
    height: 20px;
}

.homBanner {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 575px;
    position: relative;
    display: grid;
    background-size: 100% 100%;
}

.homeBannerBottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #111923d6;
    display: grid;
    place-content: center;
}

.homeBannerLogoList {
    display: flex;
    gap: 24px;
    padding-left: 0;
    margin: 10px 0;
}

.homeBannerLogoList li {
    list-style: none;
}

.homeBannerLogoList li svg {
    fill: #fff;
}

.homeBannerContent {
    background: transparent;
    border-radius: 20px;
    justify-self: center;
    width: 100%;
    max-width: 60ch;
    height: max-content;
    height: -webkit-max-content;
    margin-top: 56px;
    text-align: center;
    padding: 30px;
    position: absolute;
}

.homeBannertxt {
    font-size: 2.1rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.homeBannerContent h3 {
    color: var(--secondaryColor);
    margin-top: 25px;
}

.homeBannerContent p {
    color: #fafafa;
}

.homeBannerContent .ToC {
    color: #55657e;
    font-size: .75rem;
    margin-top: 20px;
}

.homeBannerBtn a {
    color: white;
    padding: 15px 0;
    width: 200px;
}

.homeBannerBtn a:hover {
    opacity: .8;
}

.gameCatSec {
    position: relative;
}

.gameCatSec::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}

.gameCatSec .container {
    position: relative;
    z-index: 1;
}

.gameSlotSec a {
    width: 100%;
    padding: 10px 0;
    border-radius: 20px;
    background-color: #17212e;
    display: inline-block;
}

.gameSlotSec a img {
    width: 90%;
}

.gameSlotSec a:hover {
    box-shadow: 0 0 5px #FF0000;
    opacity: 0.6;
}

.viewMoreBtn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

.viewMoreBtn a {
    border: 1px solid var(--secondaryColor);
    padding: 5px 20px;
    font-size: 18px;
}

.gameListSection {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
}

.gameListHeading {
    font-size: 24px;
    color: var(--secondaryColor);
    text-transform: uppercase;
    font-weight: 700;
}

.gameListViewMore {
    float: right;
    border: 1px solid var(--secondaryColor);
    padding: 5px 20px;
}

.gameListViewMore:hover, .viewMoreBtn a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.gameListCont {
    border-radius: 10px;
    overflow: hidden;
}

/* .gameListCont:hover{box-shadow: 0 0 5px #FF0000;opacity: 0.6;} */
.gameImg {
    position: relative;
    width: 100%;
}

.gameImg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
}

.gameImg:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.gameImg img {
    display: block;
}

.gameImg .game-overlay {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
}

.gameImg:hover .game-overlay {
    opacity: 1;
}

.gameListBottm {
    padding: 10px;
    background-color: #17212e;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.gameListCat {
    font-size: 13px;
    color: #7a8087;
}

.whyPlayingSec {
    background: url('../images/grid-new-2.svg') center top no-repeat;
    background-blend-mode: color-dodge;
    background-color: #42342b;
    mix-blend-mode: color-dodge;
}

.whyPlayDetail {
    border: 1px solid #fafafa;
}

.cardIcon {
    width: 100%;
    display: inline-block;
}

.cardIcon svg {
    height: 25px;
    margin-bottom: 15px;
}

.cardIcon svg path {
    fill: #fafafa;
}

.text-justify {
    text-align: justify;
    background-size: cover;
}

.footerSection {
    background-color: #0d131c;
    color: #7a8087;
    font-size: 14px;
}

.neonAnimation {
    animation: neonEffect 1.5s ease-in-out infinite alternate;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    display: block;
}

.stickyTopMenu {
    width: 100%;
    z-index: 3;
    background: #111923 !important;
    display: none;
}

.menuOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(233, 206, 165, 0.8);
    display: none;
}

.sideMenuClose {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    display: none;
}

.sideMenuClose svg {
    height: 16px;
}

.sideMenuClose svg path {
    fill: #fff;
}

.bg-login {
    background-color: #0d131c;
}

.formBgArea, .bgContainer {
    background-color: var(--3rdColor);
    color: #fff;
    border-radius: 25px
}

.authentication-card .card {
    border: none !important;
}

.innerPageBanner {
    width: 100%;
    background: url("../images/login-imgnew.jpg");
    min-height: 150px;
    position: relative;
    display: grid;
    background-size: cover;
}

.innerPageBannerCashDrop {
    width: 100%;
    background: url("../images/cashdropsBanner.jpg");
    min-height: 150px;
    position: relative;
    display: grid;
    background-size: cover;
}

.innerBannerContent {
    background: rgb(17 25 35 / 86%);
    /* justify-self: center; */
    max-width: 200ch;
    height: max-content;
    height: -webkit-max-content;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 10px;
}

.innerBannerTxt {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.cusPagingStyling .page-item .page-link:hover {
    background: rgba(255, 255, 255, 0.16);
}

.cusPagingStyling .page-item.active .page-link, .cusPagingStyling .page-item.active .page-link:hover {
    background: #ff0000;
    border-color: transparent;
}

.cusPagingStyling .page-item.disabled .page-link {
    cursor: not-allowed;
    pointer-events: visible;
    opacity: .5;
}

.cusPagingStyling .page-item .page-link {
    background-color: var(--primaryColor);
    border-color: var(--secondaryColor);
    color: #fff;
}

.form-group .rounded-pill, .form-control.rounded-pill {
    border-color: var(--secondaryColor);
}

.contactUsSection .card {
    background-color: #111923;
    border-radius: 15px;
    border-color: #111923;
}

.contactUsSection .card-body svg {
    height: 50px;
    margin-bottom: 15px;
}

.contactUsSection .card-body svg path {
    fill: var(--secondaryColor);
}

.bigBannerSec {
    min-height: 400px;
    background-position: center;
}

.bigBannerSec .innerBannerContent {
    margin-top: 150px;
}

.dashboardSec .profile-avatar img {
    height: 100px;
}

.dashboardSec .fa-coins {
    height: 20px;
}

.dashboardSec .fa-coins path {
    fill: var(--secondaryColor);
}

.side_userinfo {
    color: #55657e;
    padding: 0px 25px 0px 25px;
}

.side_userinfo span {
    float: right;
    font-weight: 600;
}

.side_userinfo li {
    margin: 5px 0px !important;
}

.payDepCont {
}

.rounded-pill {
    background-color: #070d17 !important;
    color: grey !important;
    border-color: var(--secondaryColor) !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--secondaryColor) !important;
    color: var(--primaryColor) !important;
}

.promoHeading {
    font-weight: 800;
    color: var(--secondaryColor);
}

.promoSubHeading {
    font-size: 1.5rem;
    color: var(--secondaryColor);
}

.bonusList {
    font-size: 1.25rem;
}

.bonusList b {
    color: var(--secondaryColor);
}

.vipclubList {
    font-size: 1rem;
}

.vipclubList b {
    color: var(--secondaryColor);
}

.bonusFloat {
    display: inline-block;
    vertical-align: top;
    font-size: .8rem;
}

.navbar {
    background-color: #111923 !important;
}

#creditCardModel .modal-body {
    color: #fff;
}

.form-control {
    color: #fff !important;
}

::placeholder {
    color: #55657e !important;
}

.closeBtn {
    border-color: #55657e !important;
    color: #55657e !important;
}

.ccImgs {
    fill: #fff !important;
}

.pkgSelectionBox {
    border-radius: 20px;
    overflow: hidden;
    border: solid 2px transparent;
}

.SelectionBoxBonus {
    border-radius: 20px;
    overflow: hidden;
    border: solid 2px transparent;
}

.pkgSelectionBoxUpper {
    background-color: var(--3rdColor);
    font-size: .75rem;
    cursor: pointer;
    color: #55647e;
    text-transform: uppercase;
}

.pkgSelectionBoxMiddle {
    background-color: var(--3rdColor);
    font-size: 22px;
    cursor: pointer;
    color: #55647e;
}

.pkgSelectionBoxDown {
    background-color: var(--3rdColor);
    cursor: pointer;
    color: #55647e !important;
}

.selectedPackage {
    border: solid 2px var(--secondaryColor);
}

.selectedPackage .pkgSelectionBoxMiddle {
    color: var(--secondaryColor) !important;
}

.pkgSelectionBoxDown span {
    font-size: .75rem;
    text-transform: lowercase;
}

.bg-warning {
    background-color: var(--secondaryColor) !important;
}

.promoTxt {
    color: #fff;
    font-size: .80rem;
}

.promoTxt2 {
    color: #fff;
    font-size: .80rem;
    text-transform: uppercase;
}

.arrowDown {
    color: var(--secondaryColor);
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.lineHeight-0 {
    line-height: 0;
}

.verticalMiddle {
    vertical-align: middle;
}

.cardBorder {
    border: 2px solid #485462 !important;
}

.datatable .child .dtr-details li {
    color: #fff;
}

.datatable .child .dtr-details {
    width: 100%;
}

.datatable .child .dtr-details li .dtr-data {
    float: right;
}

.datatable .child .dtr-details li {
    display: inline-block;
    width: 100%;
}

.bonus_value {
    font-size: 5rem;
}

.bonus_others {
    font-size: 1rem;
}

.homeBannertxt {
    font-size: 1.5rem;
}

.new-icon {
    position: absolute;
    top: 6px; /* Adjust the vertical position */
    left: 6px; /* Adjust the horizontal position */
    background-color: #ff0000; /* Red background */
    color: white; /* White text */
    font-size: 10px; /* Text size */
    padding: 3px 8px; /* Padding around the text */
    border-radius: 2px; /* Rounded corners */
    font-weight: bold; /* Bold text */
    text-transform: uppercase; /* Uppercase text */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); /* Optional shadow */
}

.new-icon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 3px;
    border-style: solid;
    border-color: #ff0000 transparent transparent transparent;
    /* Creates a small downward triangle for a badge effect */
}


@keyframes neonEffect {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff9900,
        0 0 70px #ff9900, 0 0 80px #ff9900, 0 0 100px #ff9900, 0 0 150px #ff9900;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff9900,
        0 0 35px #ff9900, 0 0 40px #ff9900, 0 0 50px #ff9900, 0 0 75px #ff9900;
    }
}

@media all and (min-width: 1600px) {
    .homBanner {
        background-size: cover;
    }
}

/* Large */
@media all and (max-width: 1199px) {
    .homBanner {
        background-size: auto 100%;
    }
}

/* Medium */
@media all and (max-width: 991px) {

    .hero {
        width: 65% !important;
    }

    .landing_text {
        display: flex !important;
        flex-direction: column !important;
    }

    .homeBannerContent {
        padding: 10px !important;
        justify-self: left !important;
        width: 45%;
    }

    /* .homeBannerContent .bonus_value{
      font-size: 5rem !important;
      margin-top: -39px !important;

    }

    .homeBannerContent .bonus_others{
      font-size: 1rem !important;
    }
    .homeBannerContent .homeBannertxt {
      font-size: 1.5rem !important;
    } */
}

/* Small */
@media all and (max-width: 767px) {
    .hero {
        width: 87% !important;
    }

    .homeBannerContent {
        padding: 10px !important;
        justify-self: left !important;
    }

    .homeBannerContent .bonus_value {
        font-size: 3rem !important;
        margin-top: -30px !important;

    }

    .homeBannerContent .bonus_others {
        font-size: 1rem !important;
    }

    .homeBannerContent .homeBannertxt {
        font-size: 1.5rem !important;
    }

    .stickyTopMenu {
        display: inline-block;
    }

    .menu_sidebar {
        display: none;
        z-index: 3;
        width: 300px;
    }

    .menuOverlay {
        display: none;
    }

    .sideMenuClose {
        display: inline-block;
    }

    .brand_logo {
        margin-top: 60px;
    }

    .rightSection {
        padding: 0;
        margin-top: 65px;
    }

    .bigBannerSec {
        min-height: 250px;
    }

    .bigBannerSec .innerBannerContent {
        margin-top: 80px;
    }
}

/* X-Small */
@media all and (max-width: 575px) {
    .homBanner {
        height: 525px;
    }

    .homeBannerContent {
        max-width: 36ch;
        margin-top: 25px;
    }

    .homeBannerBottom {
    }

    .homeBannertxt {
        font-size: 24px;
    }

    .cusPagingStyling {
        overflow: auto;
    }
}


.game-item {
    position: relative;
    display: flex !important;
    cursor: pointer;
    /* aspect-ratio: 1 / 1; */
}

.game-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.game-item {
    overflow: hidden;
    border-radius: 10px;
}

.game-item.active img {
    transform: scale(1.3);
    width: 100%;
    filter: blur(3px);
}

.game-item .game-overlay {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s;
}

.game-item .game-overlay {
    display: none;
}

.game-item.active .game-overlay {
    display: flex;
    opacity: 1;
}

.game-item .game-overlay a:first-child > i {
    padding: 5px 5px 5px 8px;
    color: #ffffff;
    border: 1px solid #9a2481;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s;
}

.game-item .game-overlay a {
    text-decoration: none;
    font-size: 0.96rem;
    font-family: Ubuntu, sans-serif;
    transition: background-color 0.3s;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    width: 75%;
    padding: 0.25rem;
}

.game-item .game-overlay a:first-of-type {
    /* color: #b20000;
    background: #ffffff; */
    border-radius: 0.3em;
    top: 20%;
}

.game-item .game-overlay a:last-of-type {
    /* color: #ffffff;
    background: #b20000; */
    border-radius: 0.3em;
    top: 58%;
}


.language-div {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 50px;
    padding: 20px 10px;
    background: #000
}

@media (max-width: 767px) {
    .d-xs-none {
        display: none !important;
    }

    .d-xs.block {
        display: block !important;
    }

    .language-div {
        position: relative;
        z-index: 999999;
        padding: 5px 5px;
        background: transparent;
    }
}


.bubbles {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bubble {
    position: absolute;
    left: var(--bubble-left-offset);
    bottom: -75%;
    display: block;
    width: var(--bubble-radius);
    height: var(--bubble-radius);
    border-radius: 50%;
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
}

.bubble::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 248, 0.3);
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite;
}

.bubble:nth-child(0) {
    --bubble-left-offset: 43vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(1) {
    --bubble-left-offset: 46vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(2) {
    --bubble-left-offset: 60vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(3) {
    --bubble-left-offset: 0vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(4) {
    --bubble-left-offset: 9vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(5) {
    --bubble-left-offset: 50vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(6) {
    --bubble-left-offset: 23vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(7) {
    --bubble-left-offset: 17vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(8) {
    --bubble-left-offset: 49vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(9) {
    --bubble-left-offset: 94vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(10) {
    --bubble-left-offset: 29vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(11) {
    --bubble-left-offset: 59vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(12) {
    --bubble-left-offset: 58vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(13) {
    --bubble-left-offset: 64vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(14) {
    --bubble-left-offset: 5vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(15) {
    --bubble-left-offset: 60vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(16) {
    --bubble-left-offset: 21vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(17) {
    --bubble-left-offset: 62vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(18) {
    --bubble-left-offset: 26vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(19) {
    --bubble-left-offset: 72vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(20) {
    --bubble-left-offset: 47vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(21) {
    --bubble-left-offset: 11vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(22) {
    --bubble-left-offset: 19vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(23) {
    --bubble-left-offset: 88vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(24) {
    --bubble-left-offset: 15vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(25) {
    --bubble-left-offset: 9vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(26) {
    --bubble-left-offset: 50vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(27) {
    --bubble-left-offset: 15vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(28) {
    --bubble-left-offset: 55vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(29) {
    --bubble-left-offset: 24vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(30) {
    --bubble-left-offset: 93vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(31) {
    --bubble-left-offset: 71vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(32) {
    --bubble-left-offset: 16vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(33) {
    --bubble-left-offset: 19vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(34) {
    --bubble-left-offset: 42vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(35) {
    --bubble-left-offset: 25vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(36) {
    --bubble-left-offset: 18vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(37) {
    --bubble-left-offset: 15vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(38) {
    --bubble-left-offset: 80vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(39) {
    --bubble-left-offset: 31vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(40) {
    --bubble-left-offset: 89vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(41) {
    --bubble-left-offset: 7vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(42) {
    --bubble-left-offset: 31vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(43) {
    --bubble-left-offset: 78vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(44) {
    --bubble-left-offset: 81vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(45) {
    --bubble-left-offset: 58vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(46) {
    --bubble-left-offset: 31vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(47) {
    --bubble-left-offset: 6vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(48) {
    --bubble-left-offset: 99vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
}

.bubble:nth-child(49) {
    --bubble-left-offset: 25vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
}

.bubble:nth-child(50) {
    --bubble-left-offset: 90vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
}

@keyframes float-up {
    to {
        transform: translateY(-175vh);
    }
}

@keyframes sway-left-to-right {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

@keyframes sway-right-to-left {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

.vipprogramme {
    display: flex;
    align-items: center;
    padding: 0 25px 0 25px;
    margin-bottom: 4px;
}

.level {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
}
.progress-wrapper {
    padding: 0 25px 0 25px;
}

.progress-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.progress {
    height: 2.1rem !important;
    border-radius: 14px;
}

.progress-bar-danger {
    background: linear-gradient(1deg, rgb(165 0 0) 0%, rgb(255 0 0) 100%)
}
