:root {
    --main-bg: #0c1117;
    --text-white: #fff;
    --second-bg: #1a1827;
    --text-black: #000;
    --btn-bg: #511bc7;
    --btn-second-bg: #4e516e;
    --primary-pink: hwb(305 35% 0%);
    --main-green: #e57373;
    --main-orange: #ecb9af;
    --main-yellow: #ecb9af;
    --main-red: #ff0000;
    --main-blue: #0000ff;
}

.main-body {
    background-color: var(--main-bg);
    overflow-x: hidden !important;
}


/* main container */

.main-container {
    height: 100vh;
    display: flex;
    align-items: center;
}

.coin-box {
    width: 500px;
}


/* Best Offer Section */

.bc-game-box {
    border-radius: 10px;
    width: 100%;
}


/* watch Live */

.watch-live-container {
    margin-top: 100px;
}

.watch-image-box {
    background-color: #00000046;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    width: 90%;
    margin-bottom: 150px;
}


/* watch Live */


/* Give away  */

.giveaway-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    position: relative;
    top: 200px;
    margin-bottom: 300px;
}

.falling-coin {
    position: relative;
    z-index: -1;
    background-image: url(../images/fallingcoin.png);
    width: 400px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 15%;
}

.falling-coin-2 {
    position: relative;
    z-index: -1;
    background-image: url(../images/fallingcoin.png);
    width: 400px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -10%;
    left: 15%;
    transform: rotate(250deg);
}


/* Ribbon */

.product {
    margin: 10px auto;
    width: 100%;
    height: 370px;
    border-radius: 10px;
    border: 1px solid var(--main-green);
    position: relative;
    z-index: 90;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 3px 95px -26px rgba(47, 241, 129, 0.75) inset;
    -webkit-box-shadow: -1px 3px 95px -26px rgba(47, 241, 129, 0.75) inset;
    -moz-box-shadow: -1px 3px 95px -26px rgba(47, 241, 129, 0.75) inset;
    background-color: #212224;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon-wrapper .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: var(--main-green);
    color: #fff;
}

.view-btn-p {
    position: relative;
    top: 30px;
}


/* Give away  */


/* Leader Board */

.leader-main-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
    margin-bottom: 200px;
}


    /* Slider Styles */
.promo-slider {
    position: fixed;
    bottom: -100px; /* Hidden initially */
    right: 20px;
    background-color:#0c1117;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: bold;
    z-index: 1000;
    transition: bottom 0.5s ease;
    display: flex;
    align-items: center; /* Aligns text and button */
    justify-content: space-between;
    min-width: 250px; /* Adjust the width as necessary */
}

.promo-slider p{
 margin: 0;
}
.promo-slider strong {
    color: #e57373;
}

.close-slider-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0; /* Removes unnecessary padding */
    margin: 0; /* Removes unnecessary margin */
    height: auto; /* Matches the text height */
    line-height: 1; /* Ensures consistent alignment */
    display: flex;
    align-items: center; /* Vertically aligns the X */
    justify-content: center;
}

/*  Leader Board */

.main-leader-board-card {
    border: 2px solid #0c0c0f80;
    border-radius: 20px;
    height: 360px;
    margin-top: 230px !important;
    width: 300px;
    margin: 20px;
    background-color: #100f17a6;
    position: relative;
    box-shadow: 1px 200px 46px -29px rgba(229, 115, 115, 0.3) inset;
    -webkit-box-shadow: 1px 200px 46px -29px rgba(229, 115, 115, 0.3) inset;
    -moz-box-shadow: 1px 200px 46px -29px rgba(229, 115, 115, 0.3) inset;
}

.leader-card-row {
    margin-top: 40px;
}

.first-card-leader {
    margin-top: 170px !important;
}

.leader-board-img {
    border-radius: 100px;
    position: absolute;
    top: -40px;
    left: 35%;
    background-color: var(--main-green);
    color: var(--text-white);
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leader-board-img h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-white);
}

.wining-price {
    background: rgb(229, 115, 115);
    background: linear-gradient(169deg, rgba(229, 115, 115, 1) 37%, rgb(211, 88, 88) 71%);
    padding: 0 20px;
    border-radius: 5px;
}

.wining-price h3 {
    font-size: 1.8rem;
    font-weight: 900;
}

@media only screen and (min-width: 10px) and (max-width: 1200px) {
    .main-leader-board-card {
        margin-top: 100px !important;
    }
}








/* Leader Board Log  */

.leader-board-log-container {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -120px;
    margin-bottom: 75px;
}

.leader-board-log-card {
    background-color: #27282c;
    padding: 10px 22px;
    border: 1px solid var(--text-white);
    align-items: center;
}

.padding_giving {
    padding-left: 10px;
    padding-right: 10px;
}


/* .rank-number {
    font-size: 1.5rem;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--text-white);
    position: relative;
    left: -40px;
    background-color: var(--second-bg);

} */

.width-35 {
    width: 38% !important;
}

@media only screen and (min-width: 10px) and (max-width: 592px) {
    .rank-number {
        left: -25px;
    }
    .leader-board-log-card h5 {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 10px) and (max-width: 766px) {
    .width-35 {
        width: 50% !important;
    }
}

@media only screen and (min-width: 10px) and (max-width: 406px) {
    .leader-board-log-card h5 {
        font-size: 1rem;
    }
    .width-35 {
        width: 60% !important;
    }
    .leader-board-log-card h5 {
        font-size: 0.9rem;
        font-weight: 600;
    }
}


/* Leader Board Log  */


/* Leader Board */


/* Rewards */

.claim-btn {
    border-radius: 5px !important;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: var(--main-green);
    margin-top: 10px;
    margin-bottom: 20px;
}

.reward-card {
    border: 1px solid var(--main-green);
    padding: 10px 20px;
    border-radius: 5px;
    width: 400px;
    height: 300px;
    border-radius: 20px;
    background-color: #212224;
    margin-top: 40px;
}

.rewards-btn {
    border-radius: 5px;
    background-color: var(--main-green);
    color: var(--text-white);
    border: 1px solid var(--main-green);
    padding: 0 60px;
    font-size: 0.89rem;
    font-weight: 900;
    position: relative;
    top: -24px;
    left: 50px;
}

.reward-main-container {
    margin-bottom: 220px;
}


/* Rewards */


/* Footer */

footer {
    padding: 30px 20px;
    background-color: #212224;
    margin-top: 50px;
}

.footer-logo {
    position: relative;
    left: -25px;
    margin-bottom: 10px;
}

footer p {
    font-size: 0.9rem;
    width: 70%;
}


/* Footer */