
*, ::after, ::before {
    box-sizing: border-box;
  }

* {
    margin: 0;
    border: 0;
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}
body
{
    font-family: "Lato", sans-serif;
    transition: margin-left .5s;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    background-image: url(image/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}
h1
{
    color: white;
    font-weight: 700;
    font-size:2em;
    margin:20px 0;
}
h2{
    color: white;
    font-weight: 700;
    font-size: 1.7em;
}
li {
}

a {
    text-decoration: none;
    color: white;
}

p{
    margin-bottom:10px;
}
.body-content
{
    display:flex;
    flex-direction: row;
    margin-top:90px;
    padding: 0 20px;
    gap:20px;
    
}



header
{
    background-image: url(image/header-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top:0;
    width:100%;
    z-index: 100;
}
.header-box
{
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
    margin-top: 10px;
}

footer
{
   
    position: fixed;
    bottom:0;
    width:100%;
    z-index: 100;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 1);
    height:65px;

    background-image: url(image/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.footer-box
{
    display: flex;
    justify-content: space-around; /* Spread the items evenly */
    align-items: center; /* Vertically center the images */
    height: 100%;
}

.footer-box a {
    display: block; /* Make each <a> a block element for better control */
    height:100%;
  }
  
  .footer-box img {
    height: 100%; /* Ensure images stretch to the full height of their container */
    width: auto; /* Maintain the aspect ratio of the images */
  }

.content-left
{
    
    width:100%;
    padding-bottom:10px;
}
.content-mid
{

    max-width:765px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .3);
}
.content-right
{
    height:100%;
    display: flex;
    flex-direction: row;
    text-align: center;

    padding: 20px;
    border: 2px solid #eba52b;
    border-radius: 10px;
}


.content-right a
{
    /* width: 47%;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #CB5900;
    background-size: 100% 100%;
    color: #CB5900;
    font-weight: 600;
    line-height: 39px;
    height: 47px;
    border-radius: 8px;
    margin: 5px 5px;
    padding: 5px 40px;
    font-size: 18px;
    text-shadow: none;
    text-transform: uppercase; */
}
.register-button
{
    /* background-image: linear-gradient(to bottom, #F47B20, #CB5900) !important;
    color: #FFFFFF!important; */
}
.tab-container {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    height: 100%;
}

.tabs {
    display: flex;
    
}

.tab-button {
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-right: none;
    font-weight: bold;
}

.tab-button:hover {
}

/* Active tab styling */
.tab-button.active {
    
    color: white;
}
.tab-button img
{
    width:100%;
    height:100%;
}
.tab-button.active img.selected
{
    display: block;
    background-image: radial-gradient(#002bff, #ffffff70, transparent 72%);
    animation: mymove 0.3s infinite;
}
.tab-button.active img.not-selected
{
    display: none;
}
.tab-button img.selected
{
    display: none;
}
/* Tab content */
.tab-content {
    display: none;
    padding: 10px;
}

/* Show the active tab content */
.tab-content.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.tab-content a
{
    width: calc(16.6% - 10px);
    animation: gameani 1.5s linear infinite;
}

.tab-content a img
{
    width: 100%;
    border-radius: 15px;
}

.refer
{
    position: relative;
}
.refer-btn
{
    position: absolute;
    bottom: 10px; /* Adjust to move links closer/further from the bottom */
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}
.refer-btn a
{
    

    width: 45%; /* Two links per row */
    margin: 5px 0;
    height: 40px; /* Set the height of the link */
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px; 
}
.btn
{
    background-image: url(image/btn/invite.png);
    background-size: 100% 100%;
}
.btn2
{
    background-image: url(image/btn/downline.png);
    background-size: 100% 100%;
    
}
.btn3
{
    background-image: url(image/btn/copy.png);
    background-size: 100% 100%;
    
}
.btn4
{
    background-image: url(image/btn/moreinfo.png);
    background-size: 100% 100%;
    
}

.luckydraw
{
    position: relative;
}
.luckydraw-btns
{
    position: absolute;
    bottom: 10px; /* Adjust to move links closer/further from the bottom */
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between; /* Distribute links in two columns */
    padding: 0 10px;
}
.luckydraw-btns a
{
    width: 48%; /* Two links per row, adjusted width */
    height: 25px; /* Set the height of the link */
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px; 
}
.luckydrawbtn
{
    background-image: url(image/btn/lucky.png);
    background-size: 100% 100%;
}
.luckydrawbtn2
{
    background-image: url(image/btn/moreinfo.png);
    background-size: 100% 100%;
}


.populargames
{
    
    width:100%;
}

.populargames li
{
    margin-right:15px;
}


.footer-item
{
    width:100%;
    margin-bottom:20px;
    padding:0 10px;
}
.license
{
    display: flex;
    flex-direction: row;
    font-size: 10px;
    gap: 16px;
    align-items: center;
}
.license a
{
    width:30%;
}
.follow
{
    display: flex;
    gap:10px;
}
.follow a
{
    width:46px;
    height:auto;
    display: block;
    
}

.copyright
{
    height:100px;
}

.header-content
{
    /* display: flex; */
    max-width: 1280px;
    --bs-gutter-x: 1.5rem;
    padding-top: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.marquee-container {
    width: 100%; /* Full width of the container */
    overflow: hidden; /* Hide anything that overflows the container */
     /* Background color */
    border-top: 1px solid black;

    background-image: url(image/yellowbar.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 35s linear infinite; /* Animation name, duration, speed, and repeat */
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%); /* Start at the right side */
    }
    100% {
        transform: translateX(-100%); /* Move to the left side */
    }
}

@keyframes gameani
{
    50% 
    {
        transform: scale(0.90);
    }
} 

@keyframes mymove
{
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}
    

.logo-img
{
    max-width: 166px;
    height:auto;
}

.partner-img
{
    width:85px;
    height:45px;
}



.box
{
    width:33%;
    height:100%;
}


.footer-wrapper
{
    color:white;
}

.animated-button {
    display: inline-block;
    padding: 15px 30px;
    color: black;
    background-color: #1FC2F5;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 10px  rgba(31, 194, 245, 0.7);
    animation: glowShrink 2s infinite;
}



@keyframes glowShrink {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px  rgba(31, 194, 245, 0.7);
    }
    50% {
        transform: scale(0.9); /* Shrinks */
        box-shadow: 0 0 20px rgba(31, 194, 245, 1); /* Glow intensifies */
    }
    100% {
        transform: scale(1); /* Back to normal size */
        box-shadow: 0 0 10px rgba(31, 194, 245, 0.7); /* Glow resets */
    }
}


.header-space
{
    margin-top:120px;
}
.btm-margin
{
    margin-bottom: 30px;
}

.top-margin
{
    margin-top:50px;
}


.content-col
{
    width:100%;
    display: flex;
    flex-flow:column;
    justify-content:center;
    align-content:center;
    align-items:center;
    padding: 0 15px;
}
.item0-col
{
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(64, 110, 220, 0.5);
    margin:20px 0;
    padding: 15px;
  max-width: 555px;

  
}




.payment-img
{
    width: 50px;
    height:50px;
    margin-right:2%;
}
/*footer END*/

 @media (min-width: 500px) 
{
    .content-left .populargames
    {
        max-width:365px;
    }

} 

.for-mobile
{
    display: none;
}
@media only screen and (max-width: 555px) {

    
    .tab-content a
    {
        width: calc(33.3% - 10px);
    }
    .animated-button
    {
        padding: 10px 20px;
        font-size: 15px;
    }

    .body-content
    {
        flex-direction: column;
        padding:0 5px;
    }


    .for-desktop
    {
        display: none;
    }

    .for-mobile
    {
        display:block;
    }

    .custom-content-right
    {
        display: flex!important;
        margin-top:10px;
        margin-bottom:10px;

        gap: 20px;
        justify-content: center;
    }
    .content-mid
    {
        border-left: 0;
        border-right:0;
    }
    .license a {
        width: 100%;
    }
    footer
    {
        height:50px;
    }
}

