/*
Theme Name: GameBlog Theme
Author: You
Version: 1.0
*/

/* === Base Styles === */
html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
  }


@font-face {
    font-family: 'Cc Ultimatum Regular';
    src: url('fonts/ccultimatum-regular.ttf') format('truetype'),
        url('fonts/ccultimatum-regular.woff2') format('woff2'),
        url('fonts/ccultimatum-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tmpccultimatum Bold';
    src: url('fonts/tmpccultimatum-bold.ttf') format('truetype'),
        url('fonts/tmpccultimatum-bold.woff2') format('woff2'),
        url('fonts/tmpccultimatum-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ccultimatum Heavy';
    src: url('fonts/ccultimatum-heavy.ttf') format('truetype'),
        url('fonts/ccultimatum-heavy.woff2') format('woff2'),
        url('fonts/ccultimatum-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    margin: 0;
    background: #004d79;
    color: #e0e0e0;
    font-family: 'Cc Ultimatum Regular';
    font-weight: normal !important;
    font-style: normal;
    letter-spacing: 1px;

}

.noscroll{
    overflow: hidden !important;    
    position: fixed;
    width: 100%;
}


a {
    color: #ffffff;
    text-decoration: none;
}



.container {
    max-width: 100%;
    margin: auto;

}

/* === Header === */
header {
    background: #00375a;
    padding: 10px 0;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 50px;
}

.header-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.header-widget {
    /* flex: 1; */
        margin: 5px;
}

.header-logo img{
width: auto;
height: auto;
}

.headerWrapperInnerSocial {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.headerWrapperInnerSocial {
       flex-basis: 35%;
}
.headerWrapperInnerLogo { 
    flex-basis: 15%;
}
.headerWrapperInnerMenu{
    flex-basis: 50%;
}

.headerWrapperInnerMenu{
    position: relative;
}

/* === Navigation Menu === */
.menu-toggle {
    display: none;
    font-size: 2rem;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.main-menu {
    display: flex;
    gap: 20px;
    list-style: none;
    justify-content: flex-end;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
}

.main-menu ul{
    padding-left: 0px;
}

.topMenu li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.mobile-social-widget {
    display: none;
}

/* === Footer === */
footer {
    background: #00466e;
    color: #ffffff;
    padding: 30px 0px 0px 0px;
    margin-top: 0px;
}

.footer-wrapper {
    gap: 20px;
}

.footerLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.footerText {
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    margin-bottom: 30px !important;
}

.footerText p {
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footerText img{
    width: 16px;
    height: 20px;
}

.footer-bottom {
    display: flex;
    text-align: center;
    margin-top: 20px;
    justify-content: space-around;
    align-items: center;
    background: url("images/footerBG.png") no-repeat;
    background-size: cover;
    background-position: top center;
    height: 115px;
    font-size: 14px;
}


.footer-bottom ul {
    padding: 0px;
}

.footer-bottom li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;

    color: #ffffff;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-bottom .widget {
    margin-top: 50px;
}

.footer-bottom :nth-child(3) {
    flex-grow: 1;
    flex-basis: 0;
  }

.widget_nav_menu {
    flex-grow: 1;
    flex-basis: 0;
}

#ot-sdk-btn{
    background: none;
    border: none;
    color: #ffffff;
    font-family: 'Cc Ultimatum Regular';
    background-color: transparent !important;
    padding: 0px !important;
    font-size: inherit !important;
    letter-spacing: 1px;
}


/* === Widgets === */
.widget {
    /* background: #2b2b2b; */
    /* padding: 15px;
    border-radius: 8px;
    margin-bottom: 2em; */
}

.widget h3,
.widget h4 {
    color: #fff;
    border-bottom: 1px solid #444;
    padding-bottom: 0.5em;
    font-size: 1.2em;
}

.custom-social-icons-link {
    margin: 0 10px;
}

.custom-social-icons-link img {
    width: auto;
    height: auto;
    max-height: 20px;
}

/* === Featured Slider === */
.featured-slider {
    position: relative;
    /* margin: 20px 0; */
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}


.swiper-container {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    top: 25px !important;
    right: 10px;
    display: inline-table;
    text-align: right !important;
    margin: 0 auto;
    width: 90% !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background: #000 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    /* square look */
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #ccc !important;
    /* light gray for active */
}



.slide-image img {
    width: 100%;
    height: auto;
    display: block;
}



.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #1e90ff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

/* === Fixed Caption (Global Slide Content) === */
.sliderInforRight {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;   */

    color: #fff;
    text-align: right;
    z-index: 9;
    width: auto;
    bottom: 20px;
    /* right: 50px; */
    display: inline-block;
    padding: 0px 20px;
    right: 5%;
}

.sliderInforRightBottom{
    bottom: 100px;
}

.sliderInforRight h2 {
    font-size: 32px;
    margin: 0;
    color: #f0dc37;
    text-transform: uppercase;
    font-weight: normal;
}

.sliderInforRight p {
    font-size: 1.2rem;
}

.sliderInforRight-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    /* background-color: #f44336; */
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

/* .sliderInforRight-button:hover {
    background-color: #d32f2f;
} */

/* === Swiper Navigation Buttons === */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* === Sidebar === */
.sidebar {
    padding: 1em;
    background: #1e1e1e;
    color: #fff;
}

/* === Number Display === */
.number-display {
    display: flex;
    gap: 8px;
    justify-content: end;
    align-items: end;
    /* background: url('background-image.jpg') no-repeat center/cover; */
    padding: 20px 0px;
}

.digit-box {
    background-color: #002244;
    border: 3px solid #00aaff;
    color: #ffee00;
    font-size: 48px;
    font-weight: bold;
    border-radius: 10px;
    width: 60px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.digit-box.comma {
    width: 10px;
    font-size: 32px;
    background-color: transparent;
    border: none !important;
}

/* === Reward Timeline === */
.reward-timeline-inner {
    position: relative;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px 0px 0px;
    gap: 30px;
    margin: 35px auto 15px auto;
    overflow: hidden;
    /* border-top: 2px solid #444; */
    /* background: linear-gradient(to right, #4caf50 0%, #ccc 0%); */
     width: 1520px;
}

.reward-timeline-inner::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    height: 15px;
    width: 100%;
    background: var(--timeline-gradient);
    transform: translateY(-50%);
    z-index: 1;
    transition: background 0.4s ease;
}



.reward-item {
    position: relative;
    flex: 0 0 auto;
    width: 278px;
    text-align: center;
    background: #222;
    color: #fff;
    z-index: 1;
    transition: all 0.3s ease;
    margin-top: 0px;
    height: 199px;
}

/* .reward-item::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #222;
} */

.reward-wrapper {
    position: relative;
}

.reward-wrapper.unlocked::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 78px;
    background: url('images/rewardUnlocked.png') no-repeat center/cover;
    background-size: 100%;
}


.reward-wrapper.locked::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 78px;
    background: url('images/rewardLocked.png') no-repeat center/cover;
    background-size: 100%;
}


.reward-item .reward-image,
.reward-item img {
    /* width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px; */
    margin-top: 25px;
    width: 66%;
}

.reward-item .reward-caption {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.reward-item .reward-link {
    color: #00ff88;
    font-weight: bold;
    text-decoration: none;
}

.reward-item .reward-status {
    /* font-weight: bold; */
    margin-top: 10px;
    font-size: 16px;
    right: 33px;
    position: absolute;
    margin-top: 17px;
    display: block;
}

.reward-item.locked .reward-status {
    color: #000;
}


.reward-item.unlocked .reward-status {
    color: #ffffff;
}

.reward-item p {
    font-size: 16px;
    margin: 8px 0 4px;
    position: absolute;
    right: 30px;
    margin-top: -5px;
    color: #002846;
}

/* .reward-item span {
    font-size: 13px;
    display: block;
    opacity: 0.8;
} */

/* Lock States */
.reward-item.locked {
    /* opacity: 0.5; */
    pointer-events: none;
    cursor: not-allowed;
    background: url('images/milstonebglocked.png') no-repeat center;
    background-size: 100%; 
}

.reward-item.locked .reward-link {
    color: #aaa;
}

.reward-item.unlocked {
    opacity: 1;
    /* border: 2px solid #4caf50; */
    /* cursor: pointer; */
    background: url('images/milstonebg.png') no-repeat center;
     background-size: 100%;
}

.reward-item.unlocked .reward-link {
    color: #4caf50;
}

.reward-title {
    text-align: center;
    margin-top: 42px;
    font-size: 24px;
    color: #A8A8A8;
}

/* === Optional Light Mode === */
body.light-mode {
    background: #f0f0f0;
    color: #222;
}

body.light-mode header,
body.light-mode footer {
    background: #e0e0e0;
    color: #333;
}

body.light-mode .widget {
    background: #fff;
    color: #222;
}


.signupBanner {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;

}

.signupbannerText {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
}

.signup-banner {
    background-size: cover;
    background-position: center;
    background-color: #222;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
}

.signup-button {
    color: #fff;
    text-decoration: none;
    background: url(images/sginupbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 216px;
    height: 52px;
    font-size: 24px;
    line-height: 52px;
    text-transform: uppercase;
    display: block;
}


.playerAccountWidget .wb-account-container {
    background-color: #00375a !important;
    text-transform: uppercase;
    font-family: 'Cc Ultimatum Regular' !important;
    font-size: 20px;
}

.playerAccountWidget .wb-account-avatar-container {  
    text-transform: uppercase;
    font-family: 'Cc Ultimatum Regular' !important;
    font-size: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 100;
}


.playerAccountWidget .wb-account-container a,
.playerAccountWidget .wb-account-container a:hover {
    text-shadow: none !important;
    font-weight: normal;
}

.playerAccountWidget .wb-account-dropdown {
    top:20px !important;
    font-size: 15px;
    width: 170px !important;
 }

 .playerAccountWidget .wb-account-overlay{
    z-index: 3;
    background: none !important;
 }

 .playerAccountWidget .wb-account-logout{
    height: 35px !important;
    text-transform: uppercase;
    font-family: 'Cc Ultimatum Regular' !important;
    letter-spacing: 2px;
 }


 .playerAccountWidget .wb-account-link:hover{
    text-shadow: none !important;
 }
.siteSectionCommon {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0px 80px 0px;
}

.centeralign{
    text-align: center;
}

.siteSectionPages{
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px 50px 0px;
}

.siteSectionPages img{
    max-width: 100%;
    height: auto;
}

.siteSectionPagesBlog{
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px 50px 0px;
}

.siteSectionPagesBlog img{
    max-width: 100%;
    height: auto;
}

.siteSectionPagesBlog h1{
    text-align: center;
    font-size: 32px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}


.sliderInforLeft {
    z-index: 1;
    position: absolute;
    top: 30%;
    color: #fff;
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    left: 5%;
}

.sliderInforLeft h2{
    font-size: 32px;
    margin: 0px;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
}

.sliderInforLeft img{
   margin-right: 15px;
   /* width: 162px; */
}

.page-content p{
    font-size: 20px;
}

/* === Responsive === */

@media (min-width: 2400px) {

    .headerWrapperInnerSocial {
        flex-basis: 25%;
 }
 .headerWrapperInnerLogo { 
     flex-basis: 25%;
 }
 .headerWrapperInnerMenu{
     flex-basis: 50%;
 }

 .main-menu {   
    justify-content: space-around;
}



.footer-bottom{
    background-position: center;
}
}



@media (max-width: 1600px) {

    .reward-timeline-inner {
        gap: 30px;
        overflow: hidden;
        width: 1360px;
    }

    .reward-wrapper.unlocked::before, .reward-wrapper.locked::before {
        top: -40px;
        width: 64px;
        height: 78px;
    }

    .reward-title {
        margin-top: 42px;
        font-size: 24px;
    }

    .reward-item {
        width: 244px;
        margin-top: 0px;
        height: 175px;
    }

    .reward-item .reward-image, .reward-item img {
        margin-top: 19px;
    }

    .reward-item p {
        font-size: 16px;
        margin: 8px 0 4px;
        right: 30px;
        margin-top: -5px;
    }

    .reward-item .reward-status {
        font-size: 16px;
        right: 33px;
        margin-top: 17px;
    }

    .sliderInforRight {
        bottom: 20px;
        right: 50px;
    }

    .sliderInforRightBottom{       
        bottom: 20px;
    }

    .sliderInforRight h2 {
        font-size: 28px;
    }

    .number-display {
        gap: 8px;
        padding: 20px 0px;
    }

    .digit-box {
        border: 3px solid #00aaff;
        font-size: 32px;
        border-radius: 10px;
        width: 40px;
        height: 60px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 30%;
        padding: 20px;
    }
    
    .sliderInforLeft h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
    }


    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 50px;    
    }
    
    .signupbannerText {
        font-size: 24px;
    }   
    
    .signup-button {
        width: 216px;
        height: 52px;
        font-size: 24px;
        line-height: 52px;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px;
    }

    .headerWrapperInnerSocial {
        flex-basis: 37%;
 }
 .headerWrapperInnerLogo { 
     flex-basis: 13%;
 }
 .headerWrapperInnerMenu{
     flex-basis: 50%;
 }
 
    .header-logo img{
        width: auto;
    }

    .header-widget {
        margin: 5px;
    }

    .main-menu {
        display: flex;
        gap: 20px;
    }

    .topMenu li {
        margin-right: 20px;
        font-size: 22px;
    }

    .custom-social-icons-link {
        margin: 0 10px;
    }

    .playerAccountWidget .wb-account-container {
        font-size: 20px;
    }

    .footerLogo {
        gap: 100px;
    }

    .footerText {
        font-size: 14px;
    }

    .footer-bottom {
        display: flex;
        margin-top: 20px;
        height: 115px;
        font-size: 14px;
    }

    .footer-bottom .widget {
        margin-top: 50px;
    }

    .footer-bottom li {
        margin-right: 10px;
    }
}

@media (max-width: 1400px) {

    .reward-timeline-inner {
        gap: 10px;
        overflow: hidden;
        width: 1126px;
    }
    
    .reward-wrapper.unlocked::before, .reward-wrapper.locked::before {
        top: -45px;
        width: 54px;
        height: 78px;
    }

    .reward-title {
        margin-top: 35px;
        font-size: 24px;
    }

    .reward-item {
        width: 216px;
        margin-top: 0px;
        height: 180px;
    }

    .reward-item .reward-image, .reward-item img {
        margin-top: 25px;
    }

    .reward-item p {
        font-size: 16px;
        margin: 8px 0 4px;
        right: 30px;
        margin-top: -5px;
    }

    .reward-item .reward-status {
        font-size: 16px;
        right: 33px;
        margin-top: 17px;
    }

    .sliderInforRight {
        bottom: 20px;
        right: 50px;
    }

    .sliderInforRight h2 {
        font-size: 28px;
    }

    .number-display {
        gap: 8px;
        padding: 20px 0px;
    }

    .digit-box {
        border: 3px solid #00aaff;
        font-size: 32px;
        border-radius: 10px;
        width: 40px;
        height: 60px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 30%;
        padding: 20px;
    }
    
    .sliderInforLeft h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
    }

    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 50px;    
    }
    
    .signupbannerText {
        font-size: 24px;
    }   
    
    .signup-button {
        width: 216px;
        height: 52px;
        font-size: 24px;
        line-height: 52px;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .headerWrapperInnerSocial {
        flex-basis: 40%;
 }
 .headerWrapperInnerLogo { 
     flex-basis: 10%;
 }
 .headerWrapperInnerMenu{
     flex-basis: 45%;
 }

    .header-logo img{
        width: auto;
    }

    .header-widget {
        margin: 5px;
    }

    .main-menu {
        display: flex;
        gap: 20px;
    }

    .topMenu li {
        margin-right: 10px;
        font-size: 19px;
    }

    .custom-social-icons-link {
        margin: 0 6px;
    }

    .playerAccountWidget .wb-account-container {
        font-size: 19px;
    }

    .footerText {
        font-size: 13px;
    }

    .footer-bottom {
        display: flex;
        margin-top: 20px;
        height: 115px;
        font-size: 13px;
    }

    .footer-bottom .widget {
        margin-top: 50px;
    }

    .footer-bottom li {
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {

    .reward-timeline-inner {
        gap: 10px;
        overflow: hidden;
        width: 950px;
    }
    
    .reward-wrapper.unlocked::before, .reward-wrapper.locked::before {
        top: -49px;
        width: 45px;
        height: 78px;
    }

    .reward-title {
        margin-top: 20px;
        font-size: 20px;
    }

    .reward-item {
        width: 180px;
        margin-top: 0px;
        height: 135px;
    }

    .reward-item .reward-image, .reward-item img {
        margin-top: 15px;
    }

    .reward-item p {
        font-size: 13px;
        margin: 8px 0 4px;
        right: 20px;
        margin-top: -6px;
    }

    .reward-item .reward-status {
        font-size: 14px;
        right: 20px;
        margin-top: 11px;
    }

    .sliderInforRight {
        bottom: 20px;
        right: 50px;
    }

    .sliderInforRight h2 {
        font-size: 28px;
    }

    .number-display {
        gap: 8px;
        padding: 10px 0px;
    }

    .digit-box {
        border: 3px solid #00aaff;
        font-size: 22px;
        border-radius: 10px;
        width: 34px;
        height: 50px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 30%;
        padding: 20px;
    }
    
    .sliderInforLeft h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
    }

    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 50px;    
    }
    
    .signupbannerText {
        font-size: 22px;
    }   
    
    .signup-button {
        width: 196px;
        height: 44px;
        font-size: 22px;
        line-height: 44px;
    }


    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .headerWrapperInnerSocial {
        flex-basis: 46%;
 }
 .headerWrapperInnerLogo { 
     flex-basis: 10%;
 }
 .headerWrapperInnerMenu{
     flex-basis: 52%;
 }

    .header-logo img{
        width: 100px;
        padding-left: 10px;
    }

    .header-widget {
        margin: 0px;
    }

    .main-menu {
        display: flex;
        gap: 20px;
    }
    .playerAccountWidget .wb-account-avatar-container{
        font-size: 15px;
    }

    .topMenu li {
        margin-right: 8px;
        font-size: 17px;
    }

    .custom-social-icons-link {
        margin: 0 6px;
    }

    .playerAccountWidget .wb-account-container {
        font-size: 17px;
    }
    .card h4 {
        font-size: 24px;
    }
    .card p {
        font-size: 20px;
    }
    .card .read-more {
        font-size: 20px;
        padding: 0px;
    }

    .footerText {
        font-size: 12px;
    }

    .footer-bottom {
        display: flex;
        margin-top: 20px;
        height: 115px;
        font-size: 12px;
    }

    .footer-bottom .widget {
        margin-top: 50px;
    }

    .footer-bottom li {
        margin-right: 10px;
    }
    .page-content p{
        font-size: 20px;
    }
    
}

@media (max-width: 1024px) {

    .reward-timeline-inner {
        gap: 10px;
        overflow: hidden;
        width: 690px;
    }
    
    .reward-wrapper.unlocked::before, .reward-wrapper.locked::before {
        top: -46px;
        width: 35px;
        height: 60px;
    }

    .reward-title {
        margin-top: 10px;
        font-size: 20px;
    }

    .reward-item {
        width: 130px;
        margin-top: 0px;
        height: 110px;
    }

    .reward-item .reward-image, .reward-item img {
        margin-top: 15px;
    }

    .reward-item p {
        font-size: 9px;
        margin: 8px 0 4px;
        right: 13px;
        margin-top: -2px;

    }

    .reward-item .reward-status {
        font-size: 11px;
        right: 14px;
        margin-top: 9px;
    }


    .sliderInforRight {
        bottom: 20px;
        right: 50px;
    }

    .sliderInforRight h2 {
        font-size: 24px;
    }

    .number-display {
        gap: 8px;
        padding: 20px 0px;
    }

    .digit-box {
        border: 3px solid #00aaff;
        font-size: 22px;
        border-radius: 10px;
        width: 34px;
        height: 50px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 15%;
        padding: 20px;
    }
    
    .sliderInforLeft h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
    }

    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 20px;    
    }
    
    .signupbannerText {
        font-size: 20px;
    }   
    
    .signup-button {
        width: 196px;
        height: 44px;
        font-size: 20px;
        line-height: 46px;
    }

    .header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .headerWrapperInnerSocial {
        flex-basis: 38%;
 }
 .headerWrapperInnerLogo { 
     flex-basis: 10%;
 }
 .headerWrapperInnerMenu{
     flex-basis: 49%;
 }

    .header-logo img{
        width: 90px;
        padding-left: 10px;
    }

    .header-widget {
        margin: 0px;
    }

    .main-menu {
        display: flex;
        gap: 20px;
    }
    .main-menu  ul{
        padding-left: 10px;
    }


    .topMenu li {
        margin-right: 5px;
        font-size: 14px;
    }

    .custom-social-icons-link {
        margin: 0 3px;
    }

    .playerAccountWidget .wb-account-container {
        font-size: 16px;
    }

    .playerAccountWidget .wb-account-avatar-container{
        font-size: 14px;
    }

    .card h4 {
        font-size: 20px;
    }
    .card p {
        font-size: 17px;
    }
    .card .read-more {
        font-size: 20px;
        padding: 0px;
    }

    .footerText {
        font-size: 10px;
    }

    .footer-bottom {
        display: flex;
                margin-top: 20px;
                height: 120px;
                font-size: 12px;
                flex-direction: column;
                justify-content: center;
                gap: 10px;
    }

    .footer-bottom ul{
        margin: 0px 0px;
    }

    .footer-bottom .widget {
        margin-top: 0px;
    }

    .footer-bottom li {
        margin-right: 10px;
    }

    .footer-bottom .widget_block{
        order: 1;
        margin-bottom: 0px;
      }

      .footer-bottom :nth-child(2){
        order: 2;
        margin-bottom: 0px;
      }

      /* .footer-bottom :nth-child(3) {
        flex-grow: 0;
        flex-basis: auto;
      } */

      .footer-bottom :nth-child(3) {
        flex-grow: 0;
        flex-basis: 0;
    }
    
      .widget_nav_menu {
        flex-grow: 0;
        flex-basis: auto;
    }

    .page-content p{
        font-size: 17px;
    }
    


}


@media (max-width: 1023px) {
    .sliderInforLeft img {
        margin-right: 15px;
        width: 120px;
    }

    .headerWrapperInnerMenu {
        flex-basis: 40%;
    }

    .headerWrapperInnerSocial {
        flex-basis: 42%;
    }

    .header-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .menu-toggle {
        display: block;
        right: 10px;
        position: absolute;
        z-index: 9;
        top: -8px;
    }

    .main-menu {
        display: none;
        flex-direction: column;
        background: #00375a;       
        position: absolute;
        opacity: 0;
        /* transition: max-height 0.3s ease, opacity 0.3s ease; */
        overflow: hidden;
    }

    .main-menu.open {
        display: block;
        /* max-height: 500px; */
        opacity: 1;
        width: 100%;
        height: 100vh;
        top:-50px;
    }

    .desktop-social-widget{
        display: none;
    }

    .headerWrapperInnerMenu{
        position: absolute;
        right: 0;
        z-index: 10;
        width: 100%;
    }

    .main-menu.open .mobile-social-widget {
        display: block;
        margin-top: 15px;
    }

    .mobile-social-widget {
        padding: 10px;
        text-align: center;
    }

    .hamburger-icon {
        font-size: 30px;
        color: #fff;
        transition: all 0.3s ease;
    }
      
     
    .hamburger-menu {
        width: 25px;
        height: 20px;
        color: #fff;
      }
      
      .line {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px; /* Adjust as needed */
        background-color:#ffffff;
        transition: all 0.3s ease; /* For smooth animation */
      }
      
      .line-1 {
        top: 0;
      }
      
      .line-2 {
        top: 8px; /* Adjust as needed */
      }
      
      .line-3 {
        top: 16px; /* Adjust as needed */
      }
      
      .hamburger-menu.active .line-1 {
        transform: rotate(45deg) translate(6px, 6px); /* Adjust values as needed */
      }
      
      .hamburger-menu.active .line-2 {
        opacity: 0; /* Make it disappear */
      }
      
      .hamburger-menu.active .line-3 {
        transform: rotate(-45deg) translate(5px, -5px); /* Adjust values as needed */
      }

    .main-menu {
        display: flex;
        gap: 20px;
    }
    .main-menu  ul{
        padding-left: 10px;
        padding-top: 25px;
    }


    .topMenu li {
        margin-right: 8px;
        font-size: 16px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .custom-social-icons-link {
        margin: 0 3px;
    }

    .signUpText {
        margin-right: 50px;
    }

}

@media (max-width: 768px) {
    
    .reward-wrapper {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .reward-timeline-inner::before {        
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 100%;
        background: var(--timeline-gradient);
        transform: translateX(-50%);
        z-index: 1;
        transition: background 0.4s ease;
    }
    
    .reward-timeline-inner {
        gap: 10px;
        overflow: hidden;
        width: 270px;
        flex-wrap: wrap;
        padding: 0px;
    }
    
    .reward-wrapper.unlocked::before, .reward-wrapper.locked::before {
        top: 25px;
        width: 45px;
        height: 78px;
        left: 25px;
    }

    .reward-wrapper.unlocked::before{
        background: url(images/rewardUnlockedMobile.png) no-repeat center / cover;
        background-size: 100%;
    }

    .reward-wrapper.locked::before {
        background: url(images/rewardLockedMobile.png) no-repeat center / cover;
        background-size: 100%;
       
    }

    .reward-title {
        margin-top: 0px;
        font-size: 20px;
        margin-left: 35%;
    }

    .reward-item {
        width: 160px;
        margin-top: 0px;
        height: 125px;
    }

    .reward-item .reward-image, .reward-item img {
        margin-top: 15px;
    }

    .reward-item p {
        font-size: 12px;
        margin: 8px 0 4px;
        right: 15px;
        margin-top: -4px;
    }

    .reward-item .reward-status {
        font-size: 13px;
        right: 20px;
        margin-top: 12px;
    }
    
    .sliderInforRight {
        bottom: 10px;
        right: 20px;
    }

    .sliderInforRight h2 {
        font-size: 20px;
    }

    .number-display {
        gap: 8px;
        padding: 10px 0px;
    }

    .digit-box {
        border: 2px solid #00aaff;
        font-size: 18px;
        border-radius: 10px;
        width: 28px;
        height: 35px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 10%;
        padding: 20px;
    }
    
    .sliderInforLeft h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
       width: 120px;
    }

    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 20px;    
    }
    
    .signupbannerText {
        font-size: 20px;
    }   
    
    .signup-button {
        width: 196px;
        height: 44px;
        font-size: 20px;
        line-height: 46px;
    }

    .header-logo img {
        width: 90px;
        padding-left: 10px;
    }
    .header-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .menu-toggle {
        display: block;
        right: 10px;
        position: absolute;
        z-index: 9;
        top: -8px;
    }

    .main-menu {
        display: none;
        flex-direction: column;
        background: #00375a;       
        position: absolute;
        opacity: 0;
        /* transition: max-height 0.3s ease, opacity 0.3s ease; */
        overflow: hidden;
    }

    .main-menu.open {
        display: block;
        /* max-height: 500px; */
        opacity: 1;
        width: 100%;
        height: 100vh;
        top:-50px;
    }

    .desktop-social-widget{
        display: none;
    }

    .headerWrapperInnerMenu{
        position: absolute;
        right: 0;
        z-index: 10;
        width: 100%;
    }

    .main-menu.open .mobile-social-widget {
        display: block;
        margin-top: 15px;
    }

    .mobile-social-widget {
        padding: 10px;
        text-align: center;
    }

    .hamburger-icon {
        font-size: 30px;
        color: #fff;
        transition: all 0.3s ease;
    }
      
     
    .hamburger-menu {
        width: 25px;
        height: 20px;
        color: #fff;
      }
      
      .line {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px; /* Adjust as needed */
        background-color:#ffffff;
        transition: all 0.3s ease; /* For smooth animation */
      }
      
      .line-1 {
        top: 0;
      }
      
      .line-2 {
        top: 8px; /* Adjust as needed */
      }
      
      .line-3 {
        top: 16px; /* Adjust as needed */
      }
      
      .hamburger-menu.active .line-1 {
        transform: rotate(45deg) translate(6px, 6px); /* Adjust values as needed */
      }
      
      .hamburger-menu.active .line-2 {
        opacity: 0; /* Make it disappear */
      }
      
      .hamburger-menu.active .line-3 {
        transform: rotate(-45deg) translate(5px, -5px); /* Adjust values as needed */
      }

    .main-menu {
        display: flex;
        gap: 20px;
    }
    .main-menu  ul{
        padding-left: 10px;
        padding-top: 25px;
    }


    .topMenu li {
        margin-right: 8px;
        font-size: 16px;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .custom-social-icons-link {
        margin: 0 3px;
    }

    .signUpText{
        margin-right: 50px;
    }

    .card h4 {
        font-size: 20px;
    }
    .card p {
        font-size: 16px;
    }
    .card .read-more {
        font-size: 20px;
        padding: 0px;
    }

    .footerLogo {
        gap: 20px;
        margin: 0px 40px;
    }

    .footerText {
        margin: 10px;
        font-size: 10px;
    }

    .footer-bottom {
        display: flex;
                margin-top: 20px;
                height: 120px;
                font-size: 12px;
                flex-direction: column;
                justify-content: center;
    }

    .footer-bottom ul{
        margin: 0px 0px;
    }

    .footer-bottom .widget {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-bottom li {
        margin-right: 10px;
    }

    .footer-bottom :nth-child(2){
        order: 2;
        margin-bottom: 0px;
      }

      /* .footer-bottom :nth-child(3) {
        flex-grow: 0;
        flex-basis: auto;
      } */
      .widget_nav_menu {
        flex-grow: 0;
        flex-basis: auto;
    }

    .swiper-pagination-bullet{
        width: 12px !important;
    height: 12px !important;
    }

    .swiper-pagination {      
        top: 15px !important;
    }

    .page-content p{
        font-size: 16px;
    }
    
  
}

@media (max-width: 568px) {

    .sliderInfoWrapper{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .sliderInforRight {
        position:relative ;
        color: #fff;
        text-align: center;
        z-index: 9;
        width: 100%;
        display: inline-block;
    }

    .sliderInforLeft {
        position: relative;
        top: 30%;
        color: #fff;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .sliderInforRight {
        bottom: 10px;
        right: auto;
    }

    .sliderInforRight h2 {
        font-size: 20px;
    }

    .number-display {
        gap: 8px;
        padding: 10px 0px;
        justify-content: center;
    align-items: center;
    }

    .digit-box {
        border: 2px solid #00aaff;
        font-size: 18px;
        border-radius: 10px;
        width: 28px;
        height: 35px;
    }

    .digit-box.comma {
        width: 10px;
        font-size: 32px;
    }

    .sliderInforLeft {
        top: 10%;
        padding: 20px;
        left: auto;
    }
    
    .sliderInforLeft h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .sliderInforLeft img{
       margin-right: 15px;
       width: 120px;
    }

    .signupBanner {
        display: flex;
        justify-content: center;
        gap: 0px;
        flex-wrap: wrap; 
    }
    
    .signupbannerText {
        font-size: 16px;
        margin-top: 0px;
    }   
    
    .signup-button {
        width: 150px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }

  
   

}

@media (max-width: 480px) {

}

@media (max-width: 375px) {

}

@supports (-webkit-touch-callout: none) {
    body {
      overflow-x: hidden !important;
    }
  }