Original Code for kingcuci.net [CSS]

PHOTO EMBED

Thu Aug 27 2026 10:33:33 GMT+0000 (Coordinated Universal Time)

Saved by @JackYiscoding

.footer {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    row-gap: 30px;
    padding:  0 15px;
}

.footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.license-wrap {
    display: flex;footer {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    row-gap: 30px;
}

.footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.license-wrap {
    display: flex;
    align-items: end;
}


.license {
    width: 30%;
}

.game ,payment img{
    width: 70%;
}

.game p {
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

.license img {
    width: 80%;
}

.payment img {
    width: 100%;
}

.certification img {
    width: 100%;
}
.social-media {
}

.social-media img {
    width: 40px;
}

.follow {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contact {
    width: 50%;
   display: flex;
}
.copy { 
font-size: 11px; 
text-align: center;
margin: 60px 0 40px; 
font-family: Arial, Helvetica, sans-serif; 
color: #000; 
} 
align-items: end; 
}
cense {
    width: 30%;
}

.game {
    width: 70%;
}

.license img {
    width: 80%;
}

.payment img {
    width: 100%;
}

.certification img {
    width: 100%;
}

.social-media img {
    width: 40px;
}

.follow {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contact {
    width: 50%;
   display: flex;
    flex-direction: column;
}

.
.social-pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

.social-wrap {
     display: flex;
      column-gap: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
    .game p {
    font-size: 8px !important;
}
body[page="home"] .floating-whatsapp {
    display: block;
}
.floating-1 img {
    width: 100%;
}
.floating-1 {
    position: fixed;
    width: 28px;
    bottom: 190px;
    right: 0px;
    z-index: 1;
}
.floating-2 {
    position: fixed;
    width: 28px;
    bottom: 60px;
    right: 0px;
    z-index: 1;
}
.floating-2 img {
    width: 100%;
}
}




/*--------------------vip--------------------------------*/
#home-balance{
    padding: 0px;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

#level-widget {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 8px 8px 0 0;
}

.level-header {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: white;
    background: linear-gradient(to right, #ff8993, #960C0C );
    position: relative;
    overflow: hidden;
}

/* Shimmer effect */
.level-header::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.0) 30%,
        rgba(255, 255, 255, 0.188) 50%, /* brighter middle */
        rgba(255,255,255,0.0) 70%
    );
    transform: rotate(180deg);
    animation: shimmer 4s linear infinite;
    filter: blur(8px); /* 👈 softens the streak */
    pointer-events: none;
}


@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(180deg); }
    100% { transform: translateX(110%) rotate(180deg); }
}

.level-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    z-index: 1;
}

.level-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    gap: 10px;
}

.level-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.level-subtitle {
    margin: 2px 0 5px 5px;
    font-size: 12px;
    font-weight: lighter;
}

/* KEEP your original progress bar layout exactly */
.level-progress-container {
    width: 100%;
    height: 25px;
    background: #ffffff26;
    border: 3px solid #ffffff1f;
    border-radius: 99px;
    overflow: hidden;
    position: relative;
}

.level-progress-bar {
    height: 100%;
    width: 0%; /* You can update this with JS or CSS to control the charge level */
    background: linear-gradient(90deg, #ffffff4d 25%, #ffffff9e 50%, #ffffff4d 75%);
    background-size: 200% 100%; /* so it can animate */
    border-radius: 0 99px 99px 0;
    transition: width 0.5s ease-in-out;
    animation: charging 3s linear infinite; /* power flowing effect */
}

@keyframes charging {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.level-progress-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 5px #000000;
}




/*--------------------vip--------------------------------*/
#home-balance{
    padding: 0px;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}

#level-widget {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 8px 8px 0 0;
}

.level-header {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    color: white;
    background: linear-gradient(to right, #ff8993, #F29A5D );
    position: relative;
    overflow: hidden;
}

/* Shimmer effect */
.level-header::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.0) 30%,
        rgba(255, 255, 255, 0.188) 50%, /* brighter middle */
        rgba(255,255,255,0.0) 70%
    );
    transform: rotate(180deg);
    animation: shimmer 4s linear infinite;
    filter: blur(8px); /* 👈 softens the streak */
    pointer-events: none;
}


@keyframes shimmer {
    0% { transform: translateX(-100%) rotate(180deg); }
    100% { transform: translateX(110%) rotate(180deg); }
}

.level-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    z-index: 1;
}

.level-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    gap: 10px;
}

.level-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.level-subtitle {
    margin: 2px 0 5px 5px;
    font-size: 12px;
    font-weight: lighter;
}

/* KEEP your original progress bar layout exactly */
.level-progress-container {
    width: 100%;
    height: 25px;
    background: #ffffff26;
    border: 3px solid #ffffff1f;
    border-radius: 99px;
    overflow: hidden;
    position: relative;
}

.level-progress-bar {
    height: 100%;
    width: 0%; /* You can update this with JS or CSS to control the charge level */
    background: linear-gradient(90deg, #ffffff4d 25%, #ffffff9e 50%, #ffffff4d 75%);
    background-size: 200% 100%; /* so it can animate */
    border-radius: 0 99px 99px 0;
    transition: width 0.5s ease-in-out;
    animation: charging 3s linear infinite; /* power flowing effect */
}

@keyframes charging {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.level-progress-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-shadow: 0 0 5px #000000;
}
content_copyCOPY